:root {
  --main-color: #103564;
  --bg-light-color: #96c0f51a;
  --gradient-color: linear-gradient(292deg, #103564, #144183);
}

body {
  background-color: var(--bg-light-color);
}

.text-blue {
  color: var(--main-color);
}

.bg-blue {
  background-color: var(--main-color);
  color: white;
}

.bg-blue:hover {
  background-color: var(--main-color);
  color: white;
}

.bg-blue-gradient {
  background: var(--gradient-color);
}

.border-blue {
  border: 1px solid #1035649e;
}
.bg-card-light {
  background-color: #d0e1f7;
}
.offcanvas.offcanvas-start {
  width: 300px;
}

.offcanvas .offcanvas-body button {
  right: -15px;
  position: absolute;
}
header {
  position: sticky;
  top: 5px;
  z-index: 99;
}
a {
  text-decoration: none;
}
.profile-bg {
  height: 50px;
  width: 50px;
  background: aliceblue;
  text-align: center;
  padding: 2px;
  border-radius: 10px;
}
hr {
  color: var(--main-color);
}
.side-menu-list li.list-group-item.border-0 {
  font-size: 16px;
  font-weight: 400;
  color: #103564;
}

.btn-footer {
  padding: 15px 18px 15px 18px;
  bottom: 20px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 7px solid #f4f8fd;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #103564;
  box-shadow: none;
}
label {
  font-weight: 500;
  color: #40546d !important;
}
.download-btn {
  border: 2px dotted #364d6b;
  color: #364d6b;
  font-size: 15px;
  padding: 7px;
  font-weight: 500;
}
.justify {
  text-align: justify;
}
.form-check-input:checked {
  background-color: #103564;
  border-color: #103564;
}
.fs-7 {
  font-size: 0.875em;
}
.right15 {
  right: 15px;
}

.text-blue {
  color: #103564;
}
.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: white;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0;
}

.w-49 {
  width: 48% !important;
}
