@charset "UTF-8";
/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.login-wrapper .loginbox .login-right, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone, .brower-box a, .clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow, .clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a, .slick-dots .slick-dots li, .dot-slider .slick-dots li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.option-set, .set-path, .onboarding-content-box.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onboarding-content-box.content-wrap {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.login-wrapper .loginbox .login-left, .btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

table.table td h2.table-avatar, table.table td h2 .table-avatar, .btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

table.table td h2.table-avatar, table.table td h2 .table-avatar, .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.option-set, .set-path, .onboarding-content-box.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/******* BASE *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

footer {
  padding-top: 15px;
  padding-left: 268px;
}

body {
  height: 100%;
  overflow-x: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1467px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

h1 {
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 23px;
  }
}

h3 {
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width: 1023.98px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 1023.98px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: normal;
  font-size: 19px;
}
@media screen and (max-width: 1023.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 1023.98px) {
  h6 {
    font-size: 16px;
  }
}

.primary {
  background-color: #00d0f1;
}

html {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  font-size: 0.9375rem;
  color: #6B7280;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

a {
  color: #2E3842;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  color: #00d0f1;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.green .intro_text a:hover {
  color: #00d0f1;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #272b41;
  font-weight: 500;
}

.h1, h1 {
  font-size: 2.25rem;
}
@media screen and (max-width: 767.98px) {
  .h1, h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .h1, h1 {
    font-size: 28px;
  }
}

.h2, h2 {
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .h2, h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .h2, h2 {
    font-size: 24px;
  }
}

.h3, h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .h3, h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  .h3, h3 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .h4, h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .h4, h4 {
    font-size: 16px;
  }
}

.h5, h5 {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .h5, h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .h5, h5 {
    font-size: 14px;
  }
}

.h6, h6 {
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .h6, h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .h6, h6 {
    font-size: 12px;
  }
}

.btn-primary {
  background-color: #00d0f1;
  border: 1px solid #00d0f1;
}
.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}

.container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.form-group {
  margin-bottom: 20px;
}

.text-muted {
  color: #757575 !important;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}

@media screen and (max-width: 1399.98px) {
  .row.row-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 1399.98px) {
  .row.row-grid > div {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (max-width: 1199.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 849.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.text-sm {
  font-size: 14px !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

a {
  color: #2E3842;
}
a:hover {
  color: #09dca4;
}
a:hover, a:focus, a.active {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button, a {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button:focus {
  outline: 0;
}

.btn:focus, .btn.focus {
  box-shadow: inherit;
}

.form-control {
  border-color: #dcdcdc;
  color: #333333;
  font-size: 15px;
  min-height: 46px;
  width: 96%;
  padding: 11px 15px;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #858585;
  font-size: 14px;
}
.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}

.table .form-control {
  font-size: 14px;
  min-height: 38px;
}

.list-group-item {
  border: 1px solid #f0f0f0;
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.form-custom {
  position: relative;
}
.form-custom i {
  color: #DD2D4E;
  position: absolute;
  top: 35%;
  right: 15px;
}

p:last-child  {
  margin-bottom: 0;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.login-wrapper .loginbox .login-right, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone, .brower-box a, .clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow, .clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a, .slick-dots .slick-dots li, .dot-slider .slick-dots li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.option-set, .set-path, .onboarding-content-box.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onboarding-content-box.content-wrap {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.login-wrapper .loginbox .login-left, .btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

table.table td h2.table-avatar, table.table td h2 .table-avatar, .btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

table.table td h2.table-avatar, table.table td h2 .table-avatar, .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.option-set, .set-path, .onboarding-content-box.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.view-btn {
  color: #0de0fe;
  font-size: 13px;
  border: 2px solid #0de0fe;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}
.view-btn:hover, .view-btn:focus {
  background-color: #0de0fe;
  color: #ffffff;
}

.book-btn {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}
.book-btn:hover, .book-btn:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}

.submit-btn-bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .submit-btn-bottom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .submit-btn-bottom {
    margin-bottom: 0.9375rem;
  }
}

.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}

.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}

.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}

.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}

.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}

.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}

.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}

.change-photo-btn {
  background-color: #20c0f3;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 220px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px 15px;
}

.btn-icon {
  text-align: center;
  font-size: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}

.btn-facebook {
  background-color: #3a559f;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}

a.btn.btn-google.w-100:hover {
  background: #dd4b39;
}
a.btn.btn-facebook.w-100:hover {
  background-color: #3a559f;
}

.btn-google {
  background-color: #dd4b39;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}

.view-inv-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
@media screen and (max-width: 767.98px) {
  .view-inv-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}

.banner-btn {
  background: #1C5B90;
  border-radius: 130px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 30px;
  width: 100%;
}
.banner-btn:hover {
  background: #10DEFD;
  color: #ffffff;
}

.book-btn1 {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
}
.book-btn1:hover {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}

.search-btn {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 575.98px) {
  .mobile-profile-btn-top {
    position: absolute;
    top: 9px;
  }
}
.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  box-shadow: inherit;
  background: white;
}
.header-fixed .main-menu-wrapper {
  margin: 0;
  padding: 0;
}
.header-nav {
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  height: 80px;
  transition: all 0.5s ease;
}
.header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
.header-nav .header-navbar-rht .noti-nav .nav-link {
  font-size: 18px;
  color: #6B7280;
}
.header-nav .header-navbar-rht .noti-nav .nav-link .badge {
  background-color: #0E82FD;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 21px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}
.header-nav .logo {
  display: inline-block;
  margin-right: 30px;
  width: 160px;
}
.header--navbar-rht {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
.header--navbar-rht .nav-link {
  font-size: 18px;
  color: #6B7280;
}
.header--navbar-rht .nav-link .badge {
  background-color: #0E82FD;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 21px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}
.header--navbar-rht .dropdown-menu {
  min-width: 370px;
  padding: 0;
  font-weight: normal;
}
.header--navbar-rht .dropdown-menu .topnav-dropdown-header {
  border-bottom: 1px solid #EEF1FE;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.header--navbar-rht .dropdown-menu .noti-content {
  height: 260px;
  width: 420px;
  overflow-y: auto;
  position: relative;
}
.header--navbar-rht .dropdown-menu ul.notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header--navbar-rht .dropdown-menu ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header avatar .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #ffffff;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #008F64;
  border: 1px solid #008F64;
}
.check:checked + .checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  -ms-transform: translate(calc(-100% - 5px), -50%);
}

.checktoggle {
  background-color: #FF3535;
  border: 1px solid #FF3535;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 42px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}

.status-toggle .check:checked + .checktoggle {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 2px), -50%);
  -webkit-transform: translate(calc(-100% - 2px), -50%);
  -ms-transform: translate(calc(-100% - 2px), -50%);
}
.status-toggle .checktoggle {
  width: 41px;
  height: 21px;
}
.status-toggle .checktoggle::after {
  width: 17px;
  height: 17px;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
}

.status-tog .checktoggle {
  height: 28px;
  width: 50px;
  border-radius: 999px;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.status-tog .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 11px 20px;
  width: 20px;
  height: 20px;
  transform: translate(3px, -50%);
}
.status-tog .checktoggle:after {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/x-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(1px, -50%);
  background-position: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.status-tog .check:checked + .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../img/icons/x-icon.svg);
  background-repeat: no-repeat;
  background-size: 13px 21px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.status-tog .check:checked + .checktoggle:after {
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(calc(-100% - 1px), -50%);
  background-position: center;
}

.bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #E4E4E8;
  height: 46px;
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 100%;
  box-shadow: none;
  overflow-y: auto;
}
.bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 2px;
  color: #A9A9A9;
  background: #F4F4F4 !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag:hover {
  color: #A9A9A9;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  position: relative;
  left: 7px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  margin: 0;
  padding: 0px 2px;
}
.bootstrap-tagsinput input {
  line-height: 36px;
  border: 1px solid transparent;
  background: transparent;
}
.bootstrap-tagsinput input:focus-visible {
  border: 1px solid transparent;
}

/****** LAYOUT ******/
.btn.focus, .btn:focus {
  box-shadow: unset;
}
.btn.btn-rounded {
  border-radius: 50px;
}

.btn-white {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #272b41;
}

.bg-primary,
.badge-primary {
  background-color: #00d0f1 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #09dca4 !important;
}

.bg-success,
.badge-success {
  background-color: #00e65b !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
  background-color: #009efb !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
  background-color: #ff0100 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #e63333 !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-purple,
.badge-purple {
  background-color: #9368e9 !important;
}

.text-primary {
  color: #00d0f1 !important;
}

.dropdown-menu li > a.text-primary {
  color: #00d0f1 !important;
}
.dropdown-menu li > a.text-success {
  color: #00cc52 !important;
}
.dropdown-menu li > a.text-danger {
  color: #ff0100 !important;
}
.dropdown-menu li > a.text-info {
  color: #009efb !important;
}
.dropdown-menu li > a.text-warning {
  color: #ffbc34 !important;
}
.dropdown-menu li > a.text-purple {
  color: #7460ee !important;
}

.text-success {
  color: #00cc52 !important;
}

.text-danger {
  color: #ff0100 !important;
}

.text-info {
  color: #009efb !important;
}

.text-warning {
  color: #ffbc34 !important;
}

.text-purple {
  color: #7460ee !important;
}

.text-muted {
  color: #757575 !important;
}

.btn-primary {
  background-color: #00d0f1;
  border: 1px solid #00d0f1;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  background-color: #09dca4;
  border-color: #09dca4;
}
.btn-primary:focus .open > .dropdown-toggle.btn-primary, .btn-primary:hover .open > .dropdown-toggle.btn-primary, .btn-primary:active .open > .dropdown-toggle.btn-primary, .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary .active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .active:focus:not(:disabled):not(.disabled), .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #00d0f1;
  border-color: #00d0f1;
  color: #ffffff;
}

.btn-secondary.active:focus :not(:disabled):not(.disabled), .btn-secondary:active:focus :not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-success.dropdown-toggle {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-info.dropdown-toggle {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-light.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #00d0f1;
  border-color: #00d0f1;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-success.dropdown-toggle {
  background-color: #00e65b;
  border-color: #00e65b;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}
.btn-success:hover, .btn-success:focus .btn-success.active, .btn-success:active {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success.focus, .btn-success .open > .dropdown-toggle.btn-success:hover, .btn-success .open > .dropdown-toggle.btn-success:focus {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:focus, .btn-success.active.focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active:focus, .btn-success:active:hover {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:not(:disabled):not(.disabled), .btn-success:active:not(:disabled):not(.disabled) {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.btn-success.active:focus:not(:disabled):not(.disabled), .btn-success:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #00e65b;
  border-color: #00e65b;
  color: #ffffff;
}

.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:focus, .btn-info.active.focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:not(:disabled):not(.disabled), .btn-info:active:not(:disabled):not(.disabled) {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}

.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning:active:focus, .btn-warning:active:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:active:not(:disabled):not(.disabled) {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-danger {
  background-color: #ff0100;
  border: 1px solid #ff0100;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger:active:focus, .btn-danger:active:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:active:not(:disabled):not(.disabled) {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #ff0100;
  border-color: #ff0100;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}

.btn-light.active:focus:not(:disabled):not(.disabled), .btn-light:active:focus:not(:disabled):not(.disabled), .btn-dark.active:focus:not(:disabled):not(.disabled), .btn-dark:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-outline-primary {
  color: #00d0f1;
  border-color: #00d0f1;
}
.btn-outline-primary:hover {
  background-color: #00d0f1;
  border-color: #00d0f1;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00d0f1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #00d0f1;
  border-color: #00d0f1;
}

.btn-outline-success {
  color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success:hover {
  background-color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00e65b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-info {
  color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  color: #009efb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-warning {
  color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffbc34;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-danger {
  color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  color: #ff0100;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-light {
  color: #ababab;
  border-color: #e6e6e6;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ababab;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
}
.pagination > li > a, .pagination > li > span {
  color: #20c0f3;
}

.page-link:hover {
  color: #20c0f3;
}
.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  background-color: #20c0f3;
  border-color: #20c0f3;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inherit;
  font-size: 14px;
  border-radius: 3px;
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0de0fe;
}

.navbar-nav__.open--.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #20c0f3;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #20c0f3;
}

.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}

.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}

.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}

.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}

.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}

.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}

.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-lg {
  font-size: 20px !important;
}

.text-xl {
  font-size: 24px !important;
}

.control-label {
  margin-bottom: 5px;
}

.select2-results__option {
  padding: 6px 15px;
}

.select2-container .select2-selection--single {
  border: 1px solid #dcdcdc;
  height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-selection.select2-selection--single {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #dcdcdc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #dcdcdc;
  border-width: 0 6px 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #20c0f3;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 46px;
}

.select2-dropdown {
  border-color: #dcdcdc;
}

.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb-bar {
    height: auto;
  }
}
.breadcrumb-bar .breadcrumb-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 18px;
  }
}
.breadcrumb-bar .page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-bar .page-breadcrumb ol li.active {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb ol li a {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
  font-size: 10px;
}

.form-focus {
  height: 50px;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transform: translate3d(0, 22px, 0) scale(1);
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
  position: absolute;
  top: -8px;
  left: 12px;
}
.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.form-focus .form-control:focus ~ .focus-label, .form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #e3e3e3;
  height: 50px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #cccccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e3e3e3;
  border-width: 0 6px 6px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

#loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loader span {
  -webkit-animation: loader 1.3s linear infinite;
  animation: loader 1.3s linear infinite;
  background-color: #20c0f3;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  position: absolute;
  width: 50px;
}
.loader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #0de0fe;
  color: #ffffff;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #ffffff;
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-prev:before {
  content: "←";
}

@media screen and (max-width: 767.98px) {
  .testimonial-slider .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 575.98px) {
  .slick-next {
    right: 0px;
  }
}
.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.dot-slider .slick-slide {
  height: 600px;
}
@media screen and (max-width: 991.98px) {
  .dot-slider .slick-slide {
    height: 375px;
  }
}
@media screen and (max-width: 767.98px) {
  .dot-slider .slick-slide {
    height: 100%;
  }
}
.dot-slider .slick-slide img {
  width: 100%;
}
.dot-slider .profile-widget {
  padding: 0;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
.dot-slider .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.dot-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.dot-slider .slick-dots li.slick-active button {
  background-color: #1860CA;
}
.dot-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C0C0C0;
}
.slick-dots .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.slick-dots .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.slick-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.slick-dots .slick-dots li button:hover, .slick-dots .slick-dots li button:focus {
  outline: none;
}
.slick-dots .slick-dots li button:hover::before, .slick-dots .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots .slick-dots li.slick-active button {
  background-color: #1860CA;
  background-color: #0de0fe;
}
.slick-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}

.clinic-slider .slick-prev, .browse-slider .slick-prev, .book-slider .slick-prev {
  right: 80px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #E74E84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-prev:before, .browse-slider .slick-prev:before, .book-slider .slick-prev:before {
  content: "";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.clinic-slider .slick-prev:hover, .browse-slider .slick-prev:hover, .book-slider .slick-prev:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-next, .browse-slider .slick-next, .book-slider .slick-next {
  right: 15px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #E74E84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-next:before, .browse-slider .slick-next:before, .book-slider .slick-next:before {
  content: "";
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.clinic-slider .slick-next:hover, .browse-slider .slick-next:hover, .book-slider .slick-next:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-list, .browse-slider .slick-list, .book-slider .slick-list {
  padding-top: 50px;
}
.clinic-slider .slick-slide, .browse-slider .slick-slide, .book-slider .slick-slide {
  display: block;
  margin-left: 0;
  width: 280px;
  padding: 10px 10px 0;
}
.clinic-slider .profile-widget, .browse-slider .profile-widget, .book-slider .profile-widget {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.clinic-slider .profile-widget .brower-box, .browse-slider .profile-widget .brower-box, .book-slider .profile-widget .brower-box {
  background: #ffffff;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 4px 44px rgba(238, 238, 238, 0.25);
  border-radius: 10px;
  margin: 0;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover, .browse-slider .profile-widget .brower-box:hover, .book-slider .profile-widget .brower-box:hover {
  background-color: #1860CA;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover a, .browse-slider .profile-widget .brower-box:hover a, .book-slider .profile-widget .brower-box:hover a {
  background-color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid, .browse-slider .profile-widget .brower-box:hover .img-fluid, .book-slider .profile-widget .brower-box:hover .img-fluid {
  display: none;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid.hover, .browse-slider .profile-widget .brower-box:hover .img-fluid.hover, .book-slider .profile-widget .brower-box:hover .img-fluid.hover {
  display: block;
}
.clinic-slider .profile-widget .brower-box:hover h4, .browse-slider .profile-widget .brower-box:hover h4, .book-slider .profile-widget .brower-box:hover h4 {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p, .browse-slider .profile-widget .brower-box:hover p, .book-slider .profile-widget .brower-box:hover p {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p span, .browse-slider .profile-widget .brower-box:hover p span, .book-slider .profile-widget .brower-box:hover p span {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover a.arrow, .browse-slider .profile-widget .brower-box:hover a.arrow, .book-slider .profile-widget .brower-box:hover a.arrow {
  background-color: #2868C8;
}
.clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860CA;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box img, .browse-slider .profile-widget .brower-box img, .book-slider .profile-widget .brower-box img {
  width: 70px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box .img-fluid.hover, .browse-slider .profile-widget .brower-box .img-fluid.hover, .book-slider .profile-widget .brower-box .img-fluid.hover {
  display: none;
}
.clinic-slider .profile-widget .brower-box h4, .browse-slider .profile-widget .brower-box h4, .book-slider .profile-widget .brower-box h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 13px;
}
.clinic-slider .profile-widget .brower-box p, .browse-slider .profile-widget .brower-box p, .book-slider .profile-widget .brower-box p {
  margin-bottom: 20px;
}
.clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow {
  background-color: #0CE0FF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: unset;
  margin: 0 auto;
}
.clinic-slider .profile-widget .brower-box .arrow i, .browse-slider .profile-widget .brower-box .arrow i, .book-slider .profile-widget .brower-box .arrow i {
  color: #ffffff;
}

.brower-box {
  text-align: center;
  border-radius: 10px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.brower-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2264C5;
}
.brower-box p {
  font-size: 14px;
  font-weight: 500;
  color: #E74E84;
  margin: 0;
}
.brower-box p span {
  color: #000000;
}
.brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860CA;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.aval-slider .slick-slide {
  display: block;
  margin-left: 0;
  padding: 10px;
  width: 280px;
}
.aval-slider .slick-list {
  padding: 50px 0;
}
@media screen and (max-width: 767.98px) {
  .aval-slider .slick-list {
    padding: 30px 0;
  }
}
.aval-slider .slick-prev {
  left: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-prev:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860CA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860CA;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
}
.aval-slider .slick-next {
  right: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860CA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860CA;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.content {
  min-height: 200px;
  padding: 80px 0 60px;
}
.content .right-align #btn1 {
  display: inline-block;
  padding-left: 4px;
}
.content .table-action #btn1, .content .table-action #btn2 {
  padding-left: 4px;
}
@media screen and (max-width: 991.98px) {
  .content {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .content {
    padding: 50px 0 30px;
  }
  .content .table-action #btn1, .content .table-action #btn2 {
    display: none;
  }
  .content .right-align #btn1 {
    display: none;
  }
}
.content .body .container .content .terms .blinking-arrow {
  display: inline-block;
  font-size: 2em;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-space {
  padding-top: 140px;
}

.account-page .content.top-space {
  padding-top: 140px;
}

.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .card {
    margin-bottom: 0.9375rem;
  }
}
.card .card-header {
  background-color: #ffffff;
}
@media screen and (max-width: 575.98px) {
  .card .card-header {
    padding: 0.75rem 1.25rem;
  }
}
.card .card-header .card-title {
  margin-bottom: 0;
}

.card-body {
  padding: 1.5rem;
  padding-top: 0;
}
@media screen and (max-width: 575.98px) {
  .card-body {
    padding: 1.25rem;
  }
}

.card-title {
  margin-bottom: 15px;
}

.card-header {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .card-header {
    padding: 0.75rem 1.25rem;
  }
}

.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}
.custom-modal .modal-content .modal-header {
  padding: 1.25rem;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.custom-modal .close {
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  width: 20px;
  z-index: 99;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  right: 20px;
}
.custom-modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 1.25rem;
}
.custom-modal .modal-body div {
  flex: 1 1 40%;
}
.custom-modal .modal-footer {
  padding: 1.25rem;
}
.custom-modal .modal-footer .btn-outline {
  margin: 0.25rem auto;
}

.custom-medicalrecord-modal .modal-content .modal-header {
  border-color: #e5e5e5;
  margin: 1.5rem 1.5rem 0 1.5rem;
  padding: 0 0 1rem;
}
.custom-medicalrecord-modal .modal-content .form-control, .custom-medicalrecord-modal .modal-content .bootstrap-tagsinput {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .select2-container .select2-selection--single {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records {
  position: relative;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  min-height: 180px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h5 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 span {
  text-decoration: underline;
}

table {
  border: 1px solid #f0f0f0;
}
table.table {
  color: #272b41;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
table.table #candidate-table-body td {
  max-width: 40px;
}
table.table thead {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
table.table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr:last-child {
  border-color: transparent;
}
table.table.table-center td, table.table.table-center th {
  vertical-align: middle;
}
table.table > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tfoot > tr > th, table.table .no-border > tbody > tfoot > tr > td, table.table .no-border > tbody thead > tr > th, table.table .no-border > tbody thead > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
table.table .dataTable {
  border-collapse: collapse !important;
}
table .table-striped thead tr {
  border-color: transparent;
}
table .table-striped tbody tr {
  border-color: transparent;
}
table .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}
table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
table .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
table .table-bordered th, table .table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
table .table-nowrap td, table .table-nowrap th {
  white-space: nowrap;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
table.table td h2 .table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table.table td h2 a {
  color: #272b41;
}
table.table td h2 a:hover {
  color: #09dca4;
}
table.table td h2 span {
  color: #888888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
table.table td h2.table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table .table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
table .table-hover tbody tr:hover td {
  color: #474648;
}

.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
  color: #474648;
}

.card-table.show {
  display: block;
}
.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr th, .card-table .card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
  white-space: nowrap;
  max-width: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-table .card-body .table tr th:first-child, .card-table .card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr th:last-child, .card-table .card-body .table tr td:last-child {
  padding-right: 1.5rem;
  max-width: 50px;
}

.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr th, .card-table .card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  white-space: nowrap;
  padding: 1rem 0.75rem;
}
.card-table .card-body .table tr th:first-child, .card-table .card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr th:last-child, .card-table .card-body .table tr td:last-child {
  padding-right: 1.5rem;
}

th.custom-class {
  width: 80px;
}
th.table-name {
  min-width: 200px;
}
th.table-days {
  min-width: 80px;
}
th.table-head-name {
  width: 200px;
}
th.table-head-days {
  width: 100px;
}

/****** PAGES ******/
.login-body {
  display: table;
  height: 80vh;
  width: 100%;
}

.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .loginbox {
  background-color: white;
  display: flex;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
  margin: 1.875rem auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.98px) {
  .login-wrapper .loginbox {
    max-width: 450px;
    min-height: 500px;
  }
}
.login-wrapper .loginbox .login-left {
  align-items: center;
  flex-direction: column;
  width: 400px;
  display: flex;
  background: linear-gradient(180deg, #1b5a90, #00d0f1);
  border-radius: 6px 0 0 6px;
  padding: 80px;
}
@media screen and (max-width: 767.98px) {
  .login-wrapper .loginbox .login-left {
    display: none;
  }
}
.login-wrapper .loginbox .login-right {
  padding: 40px;
  width: 400px;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
  font-family: mada, sans-serif;
}
.login-wrapper .loginbox .login-right h1 {
  font-size: 26px;
  font-weight: medium;
  margin-bottom: 5px;
  text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
  color: gray;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: gray;
  text-decoration: underline;
}

.onboard-page {
  overflow: hidden;
}

.right-panel-title {
  background: #0C4F8A;
  padding: 10px;
  display: none;
}

.onboard-wrapper {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-family: mada, sans-serif;
}

.left-panel {
  background-color: #1b5a90;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 220px;
  z-index: 1001;
  position: fixed;
  top: 60px;
  display: flex;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991.98px) {
  .left-panel {
    display: none;
  }
}
.left-panel .onboard-img {
  margin: auto;
  padding: 70px 0px 20px 0px;
  animation: mymove 1s ease-in-out infinite alternate;
  text-align: center;
  width: 195px;
}

.hide {
  display: none;
}

.right-panel {
  width: 100%;
  align-items: center;
  align-items: center;
  padding-left: 216px;
  padding-right: 20px;
}
.right-panel .select2-container .select2-selection--single {
  border: 1px solid #E6E9F4;
  height: 54px;
  background: #F5F6FA;
}
.right-panel .select2-container .select2-selection--single:focus {
  border-color: #09E5AB;
  background-color: #ffffff;
}
.right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
  line-height: 54px;
  color: #585858;
}
.right-panel .accordion-item:first-of-type {
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-button {
  padding: 20px;
}
.right-panel .accordion-button::after {
  transform: rotate(-90deg);
}
.right-panel .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.right-panel .accordion-button:focus {
  box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}
.right-panel .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
}
.right-panel .accordion-body {
  padding: 1rem 1rem;
}
@media screen and (max-width: 991.98px) {
  .right-panel {
    width: 100%;
    height: auto;
    padding: 0px;
  }
}

.onboard-content h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 21px;
}
.onboard-content p {
  color: #ffffff;
  font-weight: 200;
  font-size: 13px;
}

.onboarding-content-box {
  margin-top: 20px;
  margin: 20px 0 0 0;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 24px 24px rgba(212, 237, 255, 0.3);
  border-radius: 4px;
  border: 1px solid #E6E9F4;
}
.onboarding-content-box.content-wrap {
  flex-direction: column;
  min-height: 580px;
}

.onboarding-btn a {
  background: #09E5AB;
  border-radius: 6px;
  padding: 15px 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #09E5AB;
  transition: all 0.5s;
}
.onboarding-btn a:hover {
  box-shadow: inset 0 60px 0 0 #10916F;
  border-color: #10916F;
}

.form-focus .focus-label span {
  color: #F0142F;
}

.btn-profile img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 11px;
  right: 8px;
  cursor: pointer;
}

input:checked + .tog-slider {
  background-color: #008F64;
}
input:checked + .tog-slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  background: #ffffff;
  left: -1px;
}

.accordion-body .onboarding-title h2 {
  font-size: 16px;
}
.accordion-body .onboarding-title h6 {
  font-size: 14px;
}

.modal.show .modal-dialog.id-upload {
  max-width: 600px;
}

.fade.fade-custom {
  background: rgba(0, 0, 0, 0.8);
}

.set-path {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.method-btn a {
  color: #0C4F8A;
  font-weight: 500;
  font-size: 14px;
}
.method-btn a:hover {
  color: #09E5AB;
}

.login-header .form-focus .focus-label {
  top: -6px;
  color: #585858;
}

.modal-footer.id-pop-footer.text-center {
  justify-content: center;
}

@keyframes mymove {
  to {
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 991.98px) {
  .right-panel-title {
    display: block;
  }
  .right-panel-title img {
    max-width: 140px;
  }
  .onboarding-content-box.content-wrap {
    min-height: auto;
  }
  .onboarding-title h2 {
    font-weight: 450;
    font-size: 22px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .onboard-wrapper {
    height: auto;
  }
  .modal.show .modal-dialog.id-upload {
    max-width: 400px;
  }
  .modal-header.id-pop-header {
    padding: 5px;
  }
  .modal-body.id-pop-body {
    padding: 5px;
  }
  .modal-body.id-pop-body h2 {
    font-size: 20px;
  }
  .modal-body.id-pop-body p {
    font-size: 12px;
  }
  .modal-footer.id-pop-footer {
    border-top: none;
    padding: 2px 0px 5px 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .onboarding-progress span {
    font-size: 13px;
  }
  .onboarding-title {
    text-align: center;
  }
  .onboarding-title h2 {
    font-weight: 500;
    font-size: 18px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .onboarding-content-box {
    padding: 20px;
  }
  .btn-profile img {
    height: 30px;
    width: 30px;
  }
  .right-panel .select2-container .select2-selection--single {
    height: 43px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }
  .right-panel .accordion-button {
    padding: 20px;
  }
}

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