/*Font Sizes*/
/*Font Weight*/
/*Color*/
/*Font Sizes*/
/*Font Weight*/
/*Color*/
/* Text Color */
.text-muted {
  color: #63666F !important;
}

.text-link {
  color: #007BBD !important;
}

/* Font Size */
.fs-5\.5 {
  font-size: 1.125rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

/* Font Weight */
.fw-500 {
  font-weight: 500 !important;
}

/* Margin */
.mb-0\.5rem {
  margin-bottom: 0.5rem !important;
}

.mb-2\.5rem {
  margin-bottom: 2.5rem !important;
}

/* Border Radius */
.rounded-10 {
  border-radius: 1rem !important;
}

.rounded-11 {
  border-radius: 1.5rem !important;
}

/* Border Color */
.border-color-1 {
  border-color: #DAE5EB !important;
}

/* Background Color */
.bg-white {
  background-color: #ffffff !important;
}

/* Z-Index */
.z-1 {
  z-index: 1 !important;
}

.footer-container {
  border-top: 1px solid #C3D1D9;
  padding-bottom: 24px;
  text-align: center;
}

.footer-container .footer-menu {
  padding-top: 1.38rem;
  padding-bottom: 1.38rem;
}

.footer-container .footer-menu a {
  font-size: 1rem;
  color: #007BBD;
  font-weight: 500;
  margin-right: 3.25rem;
  white-space: nowrap;
}

.footer-container .footer-menu a:hover {
  color: #393939;
}

.footer-container .footer-menu .phone-number {
  color: #393939;
}

.footer-container p {
  font-size: 0.875rem;
  color: #63666F;
  font-weight: 500;
  margin-bottom: 0;
}

/*Font Sizes*/
/*Font Weight*/
/*Color*/
.navbar {
  border-bottom: 1px solid #D8DEE9;
  background-color: #ffffff;
}

.navbar .navbar-brand {
  margin-right: 3.75rem;
}

.navbar .navbar-toggler {
  position: relative;
}

.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .navbar-toggler .navbar-toggler-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.navbar .dropdown {
  margin-right: 1.5rem;
}

.navbar .dropdown-menu[data-bs-popper] {
  left: inherit;
  right: 0;
  box-shadow: 0px 4px 16px 0px rgba(24, 62, 122, 0.16);
  border-radius: 0.5rem;
  border: 1px solid #DAE5EB;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .dropdown-menu[data-bs-popper] .dropdown-item {
  padding: 0.5rem 1rem;
  color: #393939;
  font-size: 1rem;
}

.navbar .dropdown-menu[data-bs-popper] .dropdown-item:hover {
  background-color: #F6F8FA;
}

.navbar .dropdown-menu[data-bs-popper] .dropdown-item:focus {
  color: #007BBD;
}

.navbar .dropdown-menu[data-bs-popper] .dropdown-item:active {
  background-color: #007BBD;
  color: #ffffff;
}

.navbar .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 16px 0.75rem;
}

.navbar .dropdown-toggle:hover {
  background-color: transparent;
  border: 0;
  color: #000000;
}

.navbar .dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
  background-color: transparent;
  color: #000000;
}

.navbar .dropdown-toggle .avatar {
  border-radius: 50%;
  margin-right: 0.75rem;
}

.navbar .nav-item .nav-link {
  color: #393939;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.navbar .nav-item .nav-link:hover {
  color: #007BBD;
}

.navbar .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

.navbar .notification {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #878787;
}

.navbar .notification .notification_count {
  position: absolute;
  top: 2px;
  right: 6px;
  background-color: red;
  font-size: 0.625rem;
  color: #ffffff;
  width: 0.37375rem;
  height: 0.37375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}

.navbar .avatar-logo {
  background: rgb(240, 249, 255);
  border-radius: 50%;
  padding: 5px;
  color: rgb(32, 148, 232);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.logout-menu {
  display: none;
}

.logout-menu a:after {
  display: none;
}

.logout-menu:after {
  display: none;
}

@media only screen and (max-width: 992px) {
  .logout-menu {
    display: block;
  }
  .logout-menu-mobile {
    display: none;
  }
  .navbar .dropdown-menu[data-bs-popper] {
    box-shadow: 0px 4px 16px 0px transparent;
    border: 0 solid transparent;
  }
  .navbar .dropdown {
    margin-right: 0;
    border-bottom: 1px solid #DAE5EB;
  }
  .navbar .dropdown-toggle {
    padding: 16px 0;
    width: 100%;
    text-align: left;
    /*border-bottom: 1px solid #DAE5EB;*/
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .navbar .dropdown-menu[data-bs-popper] {
    left: 0;
  }
  .navbar-nav {
    width: 100%;
    order: 2;
    margin-top: 65px;
  }
  .mobile-profile {
    width: 100%;
    order: 1;
    margin-bottom: 100px !important;
  }
  .mobile-profile button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mobile-profile button span {
    margin-bottom: 14px;
  }
  .mobile-profile button span svg {
    width: 90px;
    height: 90px;
  }
  .mobile-profile button.dropdown-toggle::after {
    display: none;
  }
  .mobile-profile .dropdown-menu {
    display: block;
    width: 100%;
    border: 0;
  }
  .mobile-profile .dropdown-menu .dropdown-item {
    padding: 16px 0;
    border-bottom: 1px solid #DAE5EB;
    color: #393939;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
  }
  .mobile-profile .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #007BBD;
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    right: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
    background-color: #ffffff;
    height: 100vh;
  }
  .navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }
}
/*Font Sizes*/
/*Font Weight*/
/*Color*/
.login-card {
  max-width: 36.25rem;
  margin: 0 auto;
}

.login-card .k-card-header h1 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}

.login-card .text-primary {
  color: #393939 !important;
}

.login-card .text-secondary {
  color: #63666F !important;
}

.login-card .fs-16 {
  font-size: 1rem;
}

.login-card .radio-showcontent {
  padding: 1rem;
  background-color: #f7fcff;
}

.login-card .k-checkbox {
  border-color: #878787;
}

.login-card .k-checkbox.k-checkbox-md {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.login-card .form-input .k-input-inner::placeholder {
  color: #C3D1D9;
}

.login-card a {
  font-size: 1rem;
  font-weight: 500;
  color: #007BBD;
}

.login-card .gb-input-group {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.login-card .gb-input-group label {
  font-size: 1.125rem;
  color: #63666F;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.login-card .gb-input-group label sup {
  font-size: 1.125rem;
  color: #DC3545;
  font-weight: 400;
  position: relative;
  top: -2px;
  left: 2px;
}

.k-form .k-form-fieldset {
    margin: 0 !important;
    margin-left: calc(var(--bs-gutter-x) * 0) !important;
}

.login-card .gb-input-group .k-input-solid {
  border-radius: 0.5rem;
  border: 1px solid #C3D1D9;
  font-size: 1rem;
  color: #393939;
  font-weight: 700;
  width: 100% !important;
  margin-left: calc(var(--bs-gutter-x) * 0.48) !important;
}

.login-card .gb-input-group .k-input-solid:focus-within {
  border: 1px solid #007BBD;
  box-shadow: 0 0 0 transparent;
}

.login-card .gb-input-group .k-input-solid:focus {
  border: 1px solid #007BBD;
  box-shadow: 0 0 0 transparent;
}

.login-card .gb-input-group .k-input-solid .k-input-inner {
  padding: 0.75rem 1rem;
}

.k-radio:checked {
  border-color: #007BBD;
  color: #ffffff;
  background-color: #007BBD;
}

.k-radio:checked:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 189, 0.3);
}

.k-radio-label {
  font-size: 1rem;
}

.main-section {
  padding-top: 104px;
  min-height: 700px;
}

.main-section-body {
  min-height: 500px;
}

body {
  background-image: url(/Images/map.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}

body .cursor-pointer {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main-section {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-section {
    min-height: 950px;
  }
  .main-section-body {
    min-height: 950px;
  }
}
.loader {
  animation: spin 1s linear infinite;
  border: 3px solid #52a9f4;
  border-top: 3px solid transparent;
  border-radius: 50%;
  height: 4.45em;
  display: block;
  margin: 0;
  transition: 0.25s;
  width: 4.45em;
  z-index: 1001;
  color: blue;
  position: fixed;
  top: 45%;
  left: 50%;
}
.k-form .k-form-fieldset .k-form-legend {
    display: block !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
