/********************@font-face********************/
/*@include font-include($font-family-secondary, "../fonts/corinthia-regular", 400, normal);*/
/*@include font-face(Roboto, "./assets/Roboto", normal, normal);*/
/********************Text Overflow********************/
/*@include text-overflow(4);*/
/********************Square with radius********************/
/*@include square(100px, $radius: 4px);*/
/***************************************/
/*CSS Opacity with fallback for IE8+.*/
/*@include opacity(.4);*/
/***************************************/
/* Mixin to create vertical, horizontal or radial gradient */
/*@include gradient(#07c, #06f, vertical);*/
/***************************************/
/* @include transition(all,2s,ease-out); */
/*@include transition (all, 0.5s, ease)*/
/***************************************/
/*Shadow*/
/*
@include box-shadow(5px, 5px, 5px, 5px, #333)

/***************************************/
/*@include scrollbars(10px, pink, red);*/
/***************************************/
/*Bootstrap Breack-points Open*/
/* No media query necessary for xs breakpoint as it's effectively `@media (min-width: 0) { ... }*/
/*@include media-breakpoint-up(sm) { ... } @include media-breakpoint-up(md) { ... } @include media-breakpoint-up(lg) { ... } @include media-breakpoint-up(xl) { ... } @include media-breakpoint-up(xxl) { ... }*/
/* No media query necessary for xs breakpoint as it's effectively `@media (max-width: 0) { ... }*/
/*@include media-breakpoint-down(sm) { ... } @include media-breakpoint-down(md) { ... } @include media-breakpoint-down(lg) { ... } @include media-breakpoint-down(xl) { ... } @include media-breakpoint-down(xxl) { ... }*/
/*Minimum and maximum breakpoint widths. @media '(min-width: 768px) and (max-width: 991.98px) { ... }*/
/*@include media-breakpoint-only(xs) { ... } @include media-breakpoint-only(sm) { ... } @include media-breakpoint-only(md) { ... } @include media-breakpoint-only(lg) { ... } @include media-breakpoint-only(xl) { ... } @include media-breakpoint-only(xxl) { ... }*/
/*@include media-breakpoint-between(md, xl) { ... } '@media (min-width: 768px) and (max-width: 1199.98px) { ... }*/
/*Bootstrap Breack-points Close*/
/***************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
header {
  background: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07), 4px 0px 20px rgba(0, 0, 0, 0.12);
  position: fixed;
  width: 100%;
  height: 75px;
  left: 0px;
  top: 0px;
  z-index: 2; }
  header .navbar .navbar-brand .img-svg {
    height: 50px;
    width: auto; }
  header .navbar .navbar-brand div {
    margin-left: 10px; }
    header .navbar .navbar-brand div h2 {
      font-size: 28px;
      font-weight: 700;
      color: #396770;
      font-family: "Poppins", sans-serif;
      margin-bottom: 0;
      line-height: 120%; }
    header .navbar .navbar-brand div p {
      font-size: 10px;
      font-weight: 600;
      color: #CACACA;
      font-family: "Poppins", sans-serif;
      margin-bottom: 0;
      line-height: 120%; }
  header .navbar .navbar-nav .nav-item {
    margin-right: 5px; }
    header .navbar .navbar-nav .nav-item .nav-link {
      color: #3A3C4C;
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      padding: .375rem 1.25rem !important;
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer; }
      header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #4ACFCF; }
      header .navbar .navbar-nav .nav-item .nav-link.btn {
        text-decoration: none; }
        header .navbar .navbar-nav .nav-item .nav-link.btn .btn-outline-primary {
          color: #4ACFCF !important;
          border-color: #4ACFCF; }
    header .navbar .navbar-nav .nav-item:last-child {
      margin-right: 0; }
  header .navbar .dropdown-menu .profile_pic {
    width: 50px;
    height: 50px;
    background: #4ACFCF;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    line-height: 75px; }
    header .navbar .dropdown-menu .profile_pic .img-svg {
      width: 32px;
      height: auto; }
      header .navbar .dropdown-menu .profile_pic .img-svg path {
        fill: #fff; }
  header .navbar .dropdown-menu .logout {
    color: #396770;
    text-decoration: underline; }

/*font-family: 'Poppins', sans-serif;*/
/*font-family: 'Rubik', sans-serif;*/
/*font-family: 'Inter', sans-serif;*/
body, html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  background: #E5E5E5; }

body {
  font-size: 16px;
  line-height: 150%;
  color: #3A3C4C;
  overflow-x: hidden; }

a .img-svg {
  vertical-align: middle; }
a:hover {
  text-decoration: none;
  cursor: pointer; }

.custom_scroll, body, .detail_view, * {
  scrollbar-color: #A8A9B1 rgba(58, 60, 76, 0.1);
  scrollbar-width: thin; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: rgba(58, 60, 76, 0.1); }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #A8A9B1; }

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {background: #555; }*/
.animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.content_section {
  position: relative;
  left: 0;
  top: 75px;
  width: 100%;
  height: calc(100vh - 75px); }

.page_switch {
  width: 100%;
  text-align: center;
  top: 40px;
  position: relative;
  z-index: 1; }
  .page_switch .btn {
    font-size: 22px;
    padding: .375rem 1.25rem !important;
    color: #396770 !important;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    filter: drop-shadow(0px 4px 16px rgba(57, 103, 112, 0.2));
    border-radius: 40px; }
    .page_switch .btn.active, .page_switch .btn:hover {
      background: #396770 !important;
      color: #fff !important; }

.text-muted {
  color: #A9AAB4; }

.small {
  font-size: 10px; }

.dropdown-menu {
  border: 1px solid #EDF1F5;
  box-sizing: border-box;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 15px;
  font-weight: 500;
  font-size: 12px; }
  .dropdown-menu .dropdown-item {
    padding: 0.25rem 0rem; }

.search {
  box-sizing: border-box;
  box-shadow: 0px 4px 32px rgba(25, 70, 67, 0.07);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px; }
  .search input {
    background: url("../images/search.svg") no-repeat 10px 13px;
    background-size: 15px;
    width: 100%;
    padding: 8px 10px 8px 35px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 12px; }

.filter_area {
  display: flex;
  margin-bottom: 10px; }
  .filter_area .filter_btn {
    margin-right: 10px;
    position: relative; }
    .filter_area .filter_btn > a {
      background: #FFFFFF;
      border: 1px solid #EDF1F5;
      box-sizing: border-box;
      border-radius: 6px;
      padding: 7px 15px;
      font-size: 14px;
      font-weight: 500;
      color: #3A3C4C;
      display: block; }
      .filter_area .filter_btn > a .img-svg {
        width: 16px;
        height: auto;
        vertical-align: middle;
        margin-right: 4px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .filter_area .filter_btn > a:after {
        border-top: .4em solid #C9C9DE;
        border-width: .4rem;
        border-bottom: 0;
        position: relative;
        top: 2px; }
      .filter_area .filter_btn > a:hover .img-svg {
        transform: rotate(360deg); }
      .filter_area .filter_btn > a.mr-0 .img-svg {
        margin-right: 0; }
      .filter_area .filter_btn > a.carat:after {
        content: '';
        border-top: .4em solid #C9C9DE;
        border-width: .4rem;
        border-bottom: 0;
        position: relative;
        top: 2px;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent; }
      .filter_area .filter_btn > a:hover, .filter_area .filter_btn > a.active {
        background: #4ACFCF;
        color: #fff; }
        .filter_area .filter_btn > a:hover .img-svg path, .filter_area .filter_btn > a.active .img-svg path {
          fill: #fff; }
        .filter_area .filter_btn > a:hover:after, .filter_area .filter_btn > a.active:after {
          border-top: 0.4em solid #fff; }
    .filter_area .filter_btn.round a {
      border-radius: 20px; }
    .filter_area .filter_btn .search {
      width: 400px; }
    .filter_area .filter_btn .badge {
      position: absolute;
      right: -10px;
      top: -10px;
      line-height: 15px; }
  .filter_area.text-right {
    justify-content: right; }

.boys .progress-bar {
  background: #4ACFCF; }

.girls {
  margin-bottom: 5px; }
  .girls .progress-bar {
    background: #F9A083; }

.boys .progress, .girls .progress {
  margin: 0 5px; }
.boys .small, .girls .small {
  text-align: right;
  width: 22px; }

.card .table {
  margin-bottom: 0; }

.table.small {
  font-size: 11px; }
.table th {
  color: #A9AAB4 !important;
  font-weight: 700 !important;
  border-top: none;
  font-family: "Rubik", sans-serif; }
.table th {
  color: #3A3C4C;
  font-weight: 500; }

.table_progessbar {
  width: 150px; }
  .table_progessbar .girls {
    margin-bottom: 0px; }
  .table_progessbar .boys .img-svg, .table_progessbar .girls .img-svg {
    width: 10px; }
  .table_progessbar .boys .progress, .table_progessbar .girls .progress {
    height: 3px;
    width: 100px; }

.anchor {
  font-weight: 500;
  font-size: 14px;
  color: 6E6F7A; }
  .anchor a {
    font-weight: 700; }

.card_dtl {
  margin: 10px auto 40px; }
  .card_dtl .card {
    margin: 0 15px; }
  .card_dtl .col:first-child .card {
    margin-left: 0; }
  .card_dtl .col:last-child .card {
    margin-right: 0; }
  .card_dtl h2 {
    margin: 0 20px; }
  .card_dtl .img-svg {
    width: auto;
    height: 36px; }

.table .listdtl__heading {
  cursor: pointer;
  padding: 2px 0;
  font-weight: 600; }
  .table .listdtl__heading:hover {
    color: #4ACFCF; }

.user_circle {
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 100%;
  line-height: 32px; }
  .user_circle.user_new {
    background: #396770; }
  .user_circle.user_old {
    background: #F9A083; }

.badge {
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  padding: 4px;
  text-align: center; }
  .badge.badge-danger {
    background: #DC5D5D !important;
    color: #fff; }

.content_panel {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0; }
  .content_panel.slide_section {
    left: 370px; }

.sidebar {
  background: #F5F8F8;
  position: fixed;
  left: 0;
  top: 75px;
  bottom: 0;
  width: 370px;
  padding: 15px;
  box-shadow: 10px 4px 20px rgba(106, 177, 177, 0.3);
  z-index: 1; }
  .sidebar .detail_view {
    position: relative;
    max-height: calc(100vh - 205px);
    width: calc(100% + 15px);
    padding-right: 15px;
    overflow-y: auto; }
    .sidebar .detail_view .listdtl {
      margin-bottom: 20px;
      background: #FFFFFF;
      border: 1px solid #F1F1F1;
      box-sizing: border-box;
      box-shadow: 0px 4px 32px rgba(46, 91, 89, 0.08);
      border-radius: 8px;
      padding: 15px; }
      .sidebar .detail_view .listdtl__heading {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 18px; }
        .sidebar .detail_view .listdtl__heading a {
          color: #3A3C4C;
          display: block; }
          .sidebar .detail_view .listdtl__heading a:hover {
            color: rgba(58, 60, 76, 0.7); }
      .sidebar .detail_view .listdtl__feature, .sidebar .detail_view .listdtl__cnt, .sidebar .detail_view .listdtl__address {
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .sidebar .detail_view .listdtl__feature .small, .sidebar .detail_view .listdtl__cnt .small, .sidebar .detail_view .listdtl__address .small {
          font-family: Inter;
          font-style: normal;
          font-weight: 500;
          font-size: 12px; }
        .sidebar .detail_view .listdtl__feature .badge, .sidebar .detail_view .listdtl__cnt .badge, .sidebar .detail_view .listdtl__address .badge {
          margin-left: 5px; }
      .sidebar .detail_view .listdtl__cnt {
        border-top: 1px solid #F1F5FA;
        border-bottom: 1px solid #F1F5FA;
        margin: 10px 0;
        padding: 10px 0; }
        .sidebar .detail_view .listdtl__cnt h3 {
          color: #6E6F7A;
          font-weight: 500;
          font-size: 23px;
          margin-bottom: 0;
          width: 80px; }
        .sidebar .detail_view .listdtl__cnt strong {
          color: #3A3C4C;
          font-size: 11px; }
        .sidebar .detail_view .listdtl__cnt .boys .progress, .sidebar .detail_view .listdtl__cnt .girls .progress {
          height: 8px;
          margin: 0 5px;
          width: 170px; }
      .sidebar .detail_view .listdtl__address strong {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase; }
      .sidebar .detail_view .listdtl__address .location .img-svg {
        width: 10px;
        height: auto;
        margin-right: 5px; }
      .sidebar .detail_view .listdtl__address .map {
        padding-left: 10px; }
        .sidebar .detail_view .listdtl__address .map .img-svg {
          width: 75px;
          height: auto; }
      .sidebar .detail_view .listdtl.active {
        -moz-box-shadow: inset 0 0 100px rgba(74, 207, 207, 0.35);
        -webkit-box-shadow: inset 0 0 100px rgba(74, 207, 207, 0.35);
        box-shadow: inset 0 0 100px rgba(74, 207, 207, 0.35); }
  .sidebar.sidebar_1 {
    left: -370px;
    background: none; }
    .sidebar.sidebar_1.open {
      left: 0; }
    .sidebar.sidebar_1 .filter_link {
      left: 0;
      height: calc(100% - 0px); }
      .sidebar.sidebar_1 .filter_link.open {
        left: 0;
        opacity: 1; }

.filter_link {
  position: absolute;
  left: -370px;
  width: 100%;
  top: 0px;
  height: calc(100% - 20px);
  overflow-y: auto;
  padding: 15px;
  background: #F5F8F8; }
  .filter_link h3 {
    font-weight: 600;
    font-size: 20px;
    color: #3A3C4C;
    margin-bottom: 20px; }
    .filter_link h3 .back {
      width: 32px;
      height: 32px;
      background: #3A3C4C;
      border-radius: 100%;
      display: inline-block;
      text-align: center;
      line-height: 37px;
      margin-right: 10px;
      cursor: pointer; }
      .filter_link h3 .back .img-svg {
        width: 10px;
        height: auto; }
        .filter_link h3 .back .img-svg path {
          fill: #fff; }
    .filter_link h3 span {
      vertical-align: middle; }
      .filter_link h3 span .img-svg {
        position: relative;
        margin-top: 8px; }
  .filter_link .filter_dtl {
    background: #fff;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 0px 4px 32px rgba(46, 91, 89, 0.08);
    border-radius: 8px;
    padding: 15px; }
    .filter_link .filter_dtl h4 {
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #3A3C4C; }
    .filter_link .filter_dtl h5 {
      font-weight: 500;
      font-size: 12px;
      color: #6D6F7A; }
  .filter_link.open {
    left: 0; }

.school_details {
  position: absolute;
  left: -370px;
  width: 100%;
  top: 0px;
  height: calc(100% - 0px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  background: #F5F8F8; }
  .school_details .detail_view {
    box-shadow: 0px 4px 32px rgba(46, 91, 89, 0.08);
    max-height: initial;
    width: calc(100% + 0px);
    padding: 15px 15px 0; }
    .school_details .detail_view .listdtl {
      padding: 0; }
      .school_details .detail_view .listdtl .back {
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 100%;
        display: inline-block;
        text-align: center;
        line-height: 37px;
        position: absolute;
        left: 25px;
        top: 25px;
        cursor: pointer; }
        .school_details .detail_view .listdtl .back .img-svg {
          width: 10px;
          height: auto; }
          .school_details .detail_view .listdtl .back .img-svg path {
            fill: #3A3C4C; }
        .school_details .detail_view .listdtl .back:hover {
          background: #dee2e6; }
      .school_details .detail_view .listdtl .school_img {
        overflow: hidden;
        border-radius: 8px 8px 0 0; }
        .school_details .detail_view .listdtl .school_img img {
          width: 100%; }
      .school_details .detail_view .listdtl .p_15 {
        padding: 15px; }
      .school_details .detail_view .listdtl__address .map .img-svg {
        width: 105px; }
  .school_details h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px; }
  .school_details .contact_info span {
    font-size: 12px;
    font-weight: 500;
    color: #6E6F7A; }
  .school_details .contact_info strong {
    font-size: 12px;
    font-weight: 500;
    color: #3A3C4C; }
  .school_details .contact_info .img-svg {
    margin-right: 5px; }
  .school_details .feature_icon {
    margin-left: 0;
    padding-left: 0; }
    .school_details .feature_icon li {
      display: inline-block;
      margin: 5px 10px 5px 0;
      vertical-align: middle; }
      .school_details .feature_icon li > div {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        line-height: 46px;
        background: #EBEFF2;
        position: relative; }
        .school_details .feature_icon li > div:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 100%;
          background: #fff;
          display: inline-block;
          transform: rotate(45deg);
          z-index: 1;
          margin-left: -9px; }
        .school_details .feature_icon li > div .img-svg {
          width: 16px;
          max-height: 16px;
          position: relative;
          z-index: 1; }
          .school_details .feature_icon li > div .img-svg path {
            fill: #9198AB; }
        .school_details .feature_icon li > div.no {
          background: #DE4469; }
          .school_details .feature_icon li > div.no:after {
            display: none; }
          .school_details .feature_icon li > div.no .img-svg path {
            fill: #fff; }
        .school_details .feature_icon li > div.yes {
          background: #4ACFCF; }
          .school_details .feature_icon li > div.yes:after {
            display: none; }
          .school_details .feature_icon li > div.yes .img-svg path {
            fill: #fff; }
  .school_details small {
    font-size: 12px; }
  .school_details.open {
    left: 0; }

.sort_by_data, .filter_area .filter_btn {
  font-size: 12px; }

strong.small {
  font-weight: 600; }

.btn {
  border-radius: 30px;
  padding: 16px 24px !important;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  outline: none;
  box-shadow: none; }
  .btn.btn-primary {
    background: #4ACFCF;
    border: none; }
    .btn.btn-primary:hover {
      background: #2cabab; }
  .btn.btn-secondary {
    border: none; }
  .btn.btn-outline-primary {
    color: #4ACFCF !important;
    border-color: #4ACFCF; }
    .btn.btn-outline-primary:hover {
      background: #4ACFCF !important;
      color: #fff !important; }
  .btn.btn-outline-secondary {
    border-color: #DC5D5D;
    color: #DC5D5D; }
    .btn.btn-outline-secondary:hover {
      background: #DC5D5D;
      color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn.btn-sm {
    padding: .375rem 1.25rem !important;
    border-radius: 25px; }

.badge {
  padding: 4px 8px;
  border-radius: 17px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px; }
  .badge.badge-success {
    background: #72D67C !important; }
  .badge.badge-warning {
    background: #FFC909 !important; }
  .badge.badge-danger {
    background: #FF7777 !important; }

label {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #6D6F7A;
  margin-bottom: 5px; }

.form-control {
  background: #fff;
  color: #3A3C4C;
  border: 1px solid #EDF1F5;
  box-sizing: border-box;
  box-shadow: 0px 4px 32px rgba(25, 70, 67, 0.07);
  border-radius: 8px;
  padding: 8px;
  height: auto !important;
  font-weight: 500;
  font-size: 14px; }

.custom_checkbox {
  margin: 3px;
  cursor: pointer; }
  .custom_checkbox input {
    display: none; }
  .custom_checkbox span {
    padding: 12px;
    border-radius: 32px;
    display: inline-block;
    background-color: #F1F5FA; }
  .custom_checkbox input:checked + span {
    background-color: #DBF7F7;
    color: #2F7272; }

/*https://stackoverflow.com/questions/32151657/changing-checkbox-style-on-uncheck*/
.form-group {
  margin-bottom: 20px; }
  .form-group .form-control {
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: .75rem 1rem; }

.card .form-control {
  border: 1px solid #E0E1E9;
  border-radius: 4px; }

.upload_area {
  background: #F3F4F7;
  border-radius: 8px;
  padding: 50px;
  position: relative; }
  .upload_area .img {
    width: 56px;
    height: 56px;
    border: 1px dashed #C9C9DE;
    text-align: center;
    line-height: 68px;
    border-radius: 100%;
    margin: 0 auto 20px auto; }
    .upload_area .img .img-svg path {
      width: 24px;
      height: auto; }
  .upload_area input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.modal .close_right {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1; }
  .modal .close_right .img-svg {
    width: 24px;
    height: 24px; }
    .modal .close_right .img-svg path {
      fill: #dark; }
.modal .modal-body {
  padding: 1.5rem; }
  .modal .modal-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #6E6F7A;
    text-align: justify; }
  .modal .modal-body h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px auto 30px; }
  .modal .modal-body .brand-logo {
    text-align: ceter; }
    .modal .modal-body .brand-logo .img-svg {
      width: 40px;
      height: auto;
      margin-top: 20px; }
.modal h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px; }
.modal .table th {
  font-family: Inter;
  font-weight: bold;
  font-size: 11px; }
.modal .table .btn-sm {
  min-width: 80px; }

@media only screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 560px; }
    .modal-dialog.modal-lg {
      max-width: 800px; }
    .modal-dialog.modal-xl {
      max-width: 900px; } }
.content_section {
  /*background: $blue; position: fixed; left: 370px; top: 75px; right: 0px; height: calc(100vh - 75px); padding: 15px; box-shadow: 10px 4px 20px rgba(106, 177, 177, 0.3); z-index: -1; padding:*/ }
  .content_section .map_section {
    background: #7DCDCD;
    position: fixed;
    left: 370px;
    top: 75px;
    right: 0px;
    height: calc(100vh - 75px);
    padding: 15px;
    box-shadow: 10px 4px 20px rgba(106, 177, 177, 0.3);
    z-index: 0; }
    .content_section .map_section iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.auth {
  padding: 20px;
  font-family: "Inter", sans-serif;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .auth .card {
    border: none !important; }
  .auth .brand_logo .img-svg {
    width: 40px; }
  .auth h3 {
    font-weight: 600;
    font-size: 24px;
    color: #3A3C4C;
    margin: 20px auto; }
  .auth p {
    font-weight: 500;
    font-size: 16px;
    color: #6E6F7A; }
  .auth label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #396770; }
  .auth a {
    color: #4ACFCF;
    font-size: 14px; }
  .auth .view_pass {
    position: absolute;
    right: 0;
    top: 10px;
    background: none;
    border: none; }
    .auth .view_pass .img-svg path {
      fill: #7fabab; }

/*# sourceMappingURL=style.css.map */
