@charset "UTF-8";
/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css?family=Mada:400,500,600,700&display=swap");
.css-equal-heights, .css-equal-content, .error-page .main-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

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

.align-center, .login-wrapper .loginbox .login-right, .attach-file, .create-reservation-form .file-upload .cam-col {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

.avatar .avatar-title, .dash-widget-icon, .login-wrapper .loginbox .login-left, .error-page .main-wrapper, .create-reservation-form .success-cont i {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }

.avatar .avatar-title, .dash-widget-icon, .create-reservation-form .success-cont i {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.avatar-group, .create-reservation-form .success-cont i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.create-reservation-form .step-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/******* BASE *******/
@font-face {
  font-family: 'Open Sans';
  src: url(path/to/file) format("woff2"); }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PTSans-Regular.ttf) format("ttf"); }
.primary {
  background-color: #24245b; }

html {
  height: 100%; }

body {
  background-color: #f8f9fa;
  color: #333333;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  margin-top: 0; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    outline: none;
    text-decoration: none;
    color: #24245b; }

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; }

.form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
  color: #333333;
  font-size: 15px;
  height: 40px; }
  .form-control:focus {
    border-color: #24245b;
    box-shadow: none;
    outline: 0 none; }
  .form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px); }
  .form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  height: 100%; }

a, button.btn-link {
  color: #24245b; }

input, button {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  input:focus, input:hover, button:focus, button:hover {
    outline: none; }

input[type="file"] {
  height: auto;
  min-height: calc(1.5em + .75rem + 2px); }
input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.form-control {
  resize: vertical; }

.navbar-nav > li {
  float: left; }

.form-group {
  margin-bottom: 1.25rem; }

.input-group .form-control {
  height: 40px; }

.nav .open a, .nav .open a:hover, .nav .open a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1); }

.font-weight-600 {
  font-weight: 600; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px; } }

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px; } }

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px; } }

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px; } }

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px; } }

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px; } }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  transform: translate(0, 10px); }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }

.datepicker table tr td.active.active {
  background-color: #00b2d8;
  border-color: #00b2d8; }
  .datepicker table tr td.active.active:hover {
    background-color: #00b2d8;
    border-color: #00b2d8; }
.datepicker table tr td span.active.active {
  background-color: #00b2d8;
  border-color: #00b2d8; }

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

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

.align-center, .login-wrapper .loginbox .login-right, .attach-file, .create-reservation-form .file-upload .cam-col {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

.avatar .avatar-title, .dash-widget-icon, .login-wrapper .loginbox .login-left, .error-page .main-wrapper, .create-reservation-form .success-cont i {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }

.avatar .avatar-title, .dash-widget-icon, .create-reservation-form .success-cont i {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.avatar-group, .create-reservation-form .success-cont i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.create-reservation-form .step-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.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 ******/
.check {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  margin: 0;
  padding: 0; }
  .check:checked + .checktoggle {
    background-color: #55ce63; }
    .check:checked + .checktoggle:after {
      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: #e0001a;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
  border-radius: 12px; }
  .checktoggle:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    transition: left 300ms ease, transform 300ms ease;
    transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0; }

.onoffswitch {
  margin-left: auto;
  position: relative;
  width: 73px; }

.onoffswitch-checkbox {
  display: none; }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0; }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
  width: 200%; }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    width: 50%;
    padding: 0; }
  .onoffswitch-inner:before {
    background-color: #55ce63;
    color: #ffffff;
    content: "ON";
    padding-left: 14px; }
  .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #cccccc;
    color: #ffffff;
    text-align: right; }

.onoffswitch-switch {
  background: #ffffff;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  margin: 5px;
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0; }

.card-header-tabs {
  border-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid #e6e6e6; }
  .nav-tabs > li > a {
    margin-right: 0;
    color: #888888;
    border-radius: 0; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      border-color: transparent;
      color: #333333; }
  .nav-tabs .nav-tabs-solid > li > a {
    color: #333333; }
  .nav-tabs .nav-tabs-solid > .active > a, .nav-tabs .nav-tabs-solid > .active > a:hover, .nav-tabs .nav-tabs-solid > .active > a:focus {
    background-color: #24245b;
    border-color: #24245b;
    color: #ffffff; }
  .nav-tabs .nav-link {
    border-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      background-color: #eeeeee;
      border-color: transparent;
      color: #333333; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-radius: 0; }
    .nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
      border-bottom-color: #dddddd; }
  .nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent; }
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #dddddd; }
    .nav-tabs.nav-justified.nav-tabs-top > li > a, .nav-tabs.nav-justified.nav-tabs-top > li > a:hover, .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
      border-width: 2px 0 0 0; }
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0; }
    .nav-tabs.nav-tabs-solid > li {
      margin-bottom: 0; }
      .nav-tabs.nav-tabs-solid > li > a {
        color: #333333;
        border-color: transparent; }
        .nav-tabs.nav-tabs-solid > li > a:hover, .nav-tabs.nav-tabs-solid > li > a:focus {
          background-color: #f5f5f5; }
        .nav-tabs.nav-tabs-solid > li > a.active, .nav-tabs.nav-tabs-solid > li > a.active:hover, .nav-tabs.nav-tabs-solid > li > a.active:focus {
          background-color: #24245b;
          border-color: #24245b;
          color: #ffffff; }
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
      border-radius: 50px; }
      .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
        border-radius: 50px; }
        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
          border-radius: 50px; }
    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
      background-color: #f5f5f5;
      border-color: transparent; }
  .nav-tabs.nav-tabs-top > li > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0; }
  .nav-tabs.nav-tabs-top > li > a.active, .nav-tabs.nav-tabs-top > li > a.active:hover, .nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #24245b; }
  .nav-tabs.nav-tabs-top > li.open > a, .nav-tabs.nav-tabs-top > li.open > a:hover, .nav-tabs.nav-tabs-top > li.open > a:focus {
    border-top-color: #dddddd; }
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px; }
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px; }
    .nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
      border-bottom-width: 2px;
      border-color: transparent;
      border-bottom-color: #24245b;
      background-color: transparent;
      -webkit-transition: none 0s ease 0s;
      -ms-transition: none 0s ease 0s;
      transition: none 0s ease 0s; }

.card-header-tabs {
  border-bottom: 0; }

.tab-content {
  padding-top: 20px; }

.nav-tabs-justified > li > a {
  margin-bottom: 0;
  border-radius: 0; }
  .nav-tabs-justified > li > a:hover, .nav-tabs-justified > li > a:focus {
    border-bottom-color: #dddddd; }
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent; }
.nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs-justified.nav-tabs-top > li > a, .nav-tabs-justified.nav-tabs-top > li > a:hover, .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0; }

.pagination {
  margin: 0;
  padding: 0; }
  .pagination li:not(.disabled) > a {
    color: #24245b !important; }
  .pagination .page-item.active .page-link {
    color: #ffffff !important; }
  .pagination .page-item.disabled .page-link {
    background-color: #ffffff !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      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;
    color: #24245b;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #24245b;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #24245b;
      opacity: 0.75; }

/****** LAYOUT ******/
.main-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 100vh; }

.page-wrapper {
  padding-top: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 991px) {
    .page-wrapper {
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease; } }
  .page-wrapper > .content {
    padding: 1.875rem 1.875rem 1.875rem; }
    @media (max-width: 767px) {
      .page-wrapper > .content {
        padding: 1.875rem 1.875rem 4.9375rem; } }
    @media (max-width: 575px) {
      .page-wrapper > .content {
        padding: 0.9375rem 0.9375rem 4.9375rem; } }

.page-header {
  margin-bottom: 1.875rem; }
  @media (max-width: 575px) {
    .page-header {
      margin-bottom: 0.9375rem; } }
  .page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    margin: auto auto 0;
    padding: 0; }
    @media (max-width: 479px) {
      .page-header .breadcrumb {
        display: none; } }
    .page-header .breadcrumb a {
      color: #333333; }

.page-title {
  color: #333333;
  margin-bottom: 5px; }
  @media (max-width: 479px) {
    .page-title {
      text-align: center; } }

.iti {
  width: 100%; }

@media (min-width: 767px) {
  .form-check-list .form-check {
    display: flex; } }
@media (max-width: 767px) {
  .form-check-list .form-check {
    padding: 0; } }
@media (max-width: 767px) {
  .form-check-list .form-check label {
    width: 100%; } }

.header {
  background: #ffffff;
  border-bottom: 1px solid #f2f6fa;
  z-index: 9;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .header .header-left {
    float: left;
    height: 60px;
    position: relative;
    text-align: center;
    width: 240px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .header .header-left {
        position: absolute;
        width: 100%;
        padding: 0 15px; } }
    .header .header-left .logo {
      display: inline-block;
      line-height: 60px; }
      .header .header-left .logo img {
        max-height: 60px;
        width: auto; }
  .header .dropdown-menu > li > a {
    position: relative;
    padding: 10px 18px; }
    .header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus {
      background-color: #24245b;
      color: #ffffff; }
      .header .dropdown-menu > li > a:hover i, .header .dropdown-menu > li > a:focus i {
        color: #ffffff; }
    .header .dropdown-menu > li > a i {
      color: #24245b;
      margin-right: 10px;
      text-align: center;
      width: 18px; }
  .header .dropdown-toggle:after {
    display: none; }
  .header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    transform-origin: 66% 66%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px; }
    @media (max-width: 767px) {
      .header .has-arrow .dropdown-toggle:after {
        display: none; } }
  .header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); }

.user-menu {
  float: right;
  position: relative;
  z-index: 99;
  margin: 0; }
  @media (max-width: 767px) {
    .user-menu.nav {
      background-color: white;
      position: fixed;
      bottom: 0;
      display: flex;
      width: 100%;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .user-menu.nav > li {
      flex: 1; } }
  .user-menu.nav > li > a {
    color: #24245b;
    font-size: 18px;
    line-height: 58px;
    height: 60px;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .user-menu.nav > li > a {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 991px) {
      .user-menu.nav > li > a {
        font-size: 16px; } }
    @media (max-width: 849px) {
      .user-menu.nav > li > a {
        font-size: 13px; } }
    .user-menu.nav > li > a:hover, .user-menu.nav > li > a:focus {
      color: #24245b; }
      .user-menu.nav > li > a:hover i, .user-menu.nav > li > a:focus i {
        color: #24245b; }
      .user-menu.nav > li > a:hover:after, .user-menu.nav > li > a:focus:after {
        border-color: #24245b; }
    .user-menu.nav > li > a.active {
      color: #00b2d8; }
      .user-menu.nav > li > a.active:after {
        border-color: #24245b; }
    .user-menu.nav > li > a i {
      font-size: 24px;
      line-height: 60px; }
    .user-menu.nav > li > a .badge {
      background-color: #1b5a90;
      display: block;
      font-size: 10px;
      font-weight: 700;
      min-height: 15px;
      min-width: 15px;
      color: #ffffff;
      position: absolute;
      top: 6px;
      right: 3px; }
    @media (max-width: 767px) {
      .user-menu.nav > li > a > span:not(.user-img) {
        display: none; } }
  .user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0; }
    .user-menu .dropdown-menu > li > a i {
      color: #24245b;
      font-size: 16px;
      margin-right: 10px;
      min-width: 18px;
      text-align: center; }
    .user-menu .dropdown-menu > li > a:hover i, .user-menu .dropdown-menu > li > a:focus i {
      color: #ffffff; }
    .user-menu .dropdown-menu .dropdown-item {
      display: flex;
      align-items: center;
      border-top: 1px solid #e3e3e3;
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .user-menu .dropdown-menu .dropdown-item {
          padding: 5px 15px; } }
      .user-menu .dropdown-menu .dropdown-item .badge {
        font-size: 14px; }
      .user-menu .dropdown-menu .dropdown-item:hover {
        color: #ffffff;
        background: #24245b; }
        .user-menu .dropdown-menu .dropdown-item:hover .badge {
          color: #000000 !important;
          background-color: #ffffff !important; }

.user-img {
  display: inline-block;
  margin-right: 3px;
  position: relative; }
  .user-img.nav > li > a .mobile_btn {
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0; }
  .user-img .dropdown-menu {
    min-width: 200px;
    padding: 0; }
    .user-img .dropdown-menu .dropdown-item {
      display: flex;
      align-items: center;
      border-top: 1px solid #e3e3e3;
      padding: 10px 15px; }
      .user-img .dropdown-menu .dropdown-item:hover {
        color: #ffffff;
        background: #24245b; }

.user-header {
  background-color: #f9f9f9;
  display: flex;
  padding: 10px 15px; }
  @media (orientation: landscape) {
    .user-header {
      display: none; } }
  .user-header .user-text {
    margin-left: 10px; }
    .user-header .user-text h6 {
      margin-bottom: 2px; }

@media (max-width: 767px) {
  .login-wrapper .loginbox {
    max-width: 450px;
    min-height: unset; } }
@media (max-width: 991px) {
  .login-wrapper .loginbox .login-left {
    width: 50%;
    padding: 80px 50px; } }
@media (max-width: 767px) {
  .login-wrapper .loginbox .login-left {
    display: none; } }
@media (max-width: 991px) {
  .login-wrapper .loginbox .login-right {
    width: 50%;
    padding: 50px; } }
@media (max-width: 767px) {
  .login-wrapper .loginbox .login-right {
    float: none;
    width: 100%;
    padding: 1.875rem; } }
@media (max-width: 767px) {
  .login-wrapper .loginbox .login-right h1 {
    font-size: 22px; } }

.table {
  color: #333333;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }
  .table > tbody > tr > th {
    border-top: 0;
    padding: 10px 8px; }
  .table.no-border > tbody > tr > td, .table.no-border > tbody > tr th, .table.no-border tfoot > tr > td, .table.no-border tfoot > tr th {
    border-top: 0;
    padding: 10px 8px; }
  .table.dataTable {
    border-collapse: collapse !important; }
  .table thead {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
    .table thead tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .table thead tr th {
        font-weight: 600;
        border: 0;
        position: relative;
        padding-right: 30px !important; }
        @media (max-width: 767px) {
          .table thead tr th.mobile-hide {
            display: none; } }
      .table thead tr:not(.filters) th {
        background-color: #f8f9fa; }
        .table thead tr:not(.filters) th a {
          color: #333333;
          text-decoration: none; }
          .table thead tr:not(.filters) th a::before {
            position: absolute;
            right: 1em;
            bottom: 0.9em;
            opacity: 0.3;
            content: "\2191"; }
          .table thead tr:not(.filters) th a::after {
            position: absolute;
            right: 0.5em;
            bottom: 0.9em;
            opacity: 0.3;
            z-index: 1;
            content: "\2193"; }
          .table thead tr:not(.filters) th a.asc::before {
            opacity: 1; }
          .table thead tr:not(.filters) th a.desc::after {
            opacity: 1; }
  .table.table-center th, .table.table-center td {
    vertical-align: middle;
    font-size: 14px; }
  .table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .table tbody tr td.mobile-hide {
        display: none; } }

.table-striped > thead > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa; }
.table-striped thead tr {
  border-color: transparent; }
.table-striped tbody tr {
  border-color: transparent; }
  .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3); }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4); }

.table-nowrap th, .table-nowrap td {
  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 {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    padding: 0; }
  table.table td h2 a {
    color: #333333; }
    table.table td h2 a:hover {
      color: #24245b; }
  table.table td h2 span {
    color: #888888;
    display: block;
    font-size: 12px;
    margin-top: 3px; }
table.table td span.not-set {
  color: #e63c3c;
  font-style: italic; }

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important; }
  .table-bordered th, .table-bordered td {
    border-color: rgba(0, 0, 0, 0.05); }

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

#delete_modal .modal-content {
  text-align: center; }

.table-responsive {
  white-space: nowrap; }

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

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

.btn-check:checked + .btn {
  background-color: #4d7dae;
  border-color: #4d7dae; }

.bg-primary,
.badge-primary {
  background-color: #24245b !important; }

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

.bg-success,
.badge-success {
  background-color: #7bb13c !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #699834 !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: #e84646 !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: #24245b !important; }

.dropdown-menu li > a.text-primary {
  color: #24245b !important; }

.text-success {
  color: #7bb13c !important; }

.dropdown-menu li > a.text-success {
  color: #7bb13c !important; }

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

.dropdown-menu li > a.text-danger {
  color: #e84646 !important; }

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

.dropdown-menu li > a.text-info {
  color: #009efb !important; }

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

.dropdown-menu li > a.text-warning {
  color: #ffbc34 !important; }

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

.dropdown-menu li > a.text-purple {
  color: #7460ee !important; }

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

.btn-primary {
  background-color: #24245b;
  border: 1px solid #24245b; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #4d7dae;
    border-color: #4d7dae; }
    .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: #4d7dae;
      border: 1px solid #4d7dae; }
  .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: #4d7dae;
    border: 1px solid #4d7dae; }
  .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #4d7dae;
    border: 1px solid #4d7dae; }
  .btn-primary .active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #4d7dae;
    border-color: #4d7dae;
    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: #4d7dae;
    border-color: #4d7dae;
    color: #ffffff; }
    .btn-primary .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: unset; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #24245b;
    border-color: #24245b;
    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: #699834;
  border-color: #699834;
  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: #24245b;
  border-color: #24245b; }
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none; }
.show > .btn-outline-success.dropdown-toggle {
  background-color: #7bb13c;
  border-color: #7bb13c; }
  .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: #7bb13c;
  border: 1px solid #7bb13c; }
  .btn-success:hover, .btn-success:focus .btn-success.active, .btn-success:active, .btn-success .open__ > .dropdown-toggle.btn-sccess {
    background-color: #699834;
    border: 1px solid #699834;
    color: #ffffff; }
  .btn-success .open > .dropdown-toggle.btn-success {
    background-color: #699834;
    border: 1px solid #699834;
    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: #699834;
      border: 1px solid #699834; }
  .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: #699834;
    border: 1px solid #699834; }
  .btn-success.active:not(:disabled):not(.disabled), .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #699834;
    border-color: #699834;
    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: #7bb13c;
    border-color: #7bb13c;
    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: #e84646;
  border: 1px solid #e84646; }
  .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: #e84646;
    border-color: #e84646;
    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: #24245b;
  border-color: #24245b; }
  .btn-outline-primary:hover {
    background-color: #24245b;
    border-color: #24245b; }
  .btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #24245b;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #24245b;
    border-color: #24245b; }

.btn-outline-success {
  color: #7bb13c;
  border-color: #7bb13c; }
  .btn-outline-success:hover {
    background-color: #7bb13c;
    border-color: #7bb13c; }
  .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: none; }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #7bb13c;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #7bb13c;
    border-color: #7bb13c; }
    .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: #e84646;
  border-color: #e84646; }
  .btn-outline-danger:hover {
    color: #212529;
    background-color: #e84646;
    border-color: #e84646; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #e84646; }
  .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: #e84646;
    border-color: #e84646; }
    .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 > .active > a, .pagination > .active > span {
  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: #24245b; }

.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: #00b2d8 !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: 18px !important; }

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

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

.card {
  border: 1px solid #f2f6fa;
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .card {
      margin-bottom: 15px; } }
  .card .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea; }
    .card .card-header .card-title {
      margin-bottom: 0; }

.card-body {
  padding: 1.5rem; }
  @media (max-width: 575px) {
    .card-body {
      padding: 1.25rem; } }

.card-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 1.5rem; }
  @media (max-width: 575px) {
    .card-header {
      padding: 0.75rem 1.25rem; } }

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

.modal-footer.text-start {
  text-align: left; }
.modal-footer.text-center {
  text-align: center; }

.border-primary {
  border-color: #24245b !important; }

.text-secondary {
  color: #b8bdc1 !important; }

.page-item.active .page-link {
  background-color: #24245b;
  border-color: #24245b; }

@media (min-width: 767px) {
  .w-md-auto {
    width: auto !important; } }

@media (min-width: 992px) {
  .mini-sidebar.expand-menu .sidebar {
    width: 240px; } }
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1; } }
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a i {
    font-size: 24px;
    width: 20px; } }
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible; } }
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .menu-title a {
    visibility: hidden; } }
@media (min-width: 992px) {
  .mini-sidebar .sidebar {
    width: 78px; } }
@media (min-width: 992px) {
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }
@media (min-width: 992px) {
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap; } }
@media (min-width: 992px) {
  .mini-sidebar .menu-title a {
    visibility: hidden; } }
@media (min-width: 992px) {
  .mini-sidebar .page-wrapper {
    margin-left: 78px; } }

.sidebar {
  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: 240px;
  z-index: 1001;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0; }
  @media (max-width: 991px) {
    .sidebar {
      margin-left: -225px;
      width: 225px;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1041; } }
  .sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .sidebar .sidebar-menu > ul > li {
    margin-bottom: 3px;
    position: relative; }
    .sidebar .sidebar-menu > ul > li:last-child {
      margin-bottom: 0; }
    .sidebar .sidebar-menu > ul > li > a {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      position: relative;
      color: #f1f1f1;
      -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;
      border-radius: 3px;
      padding: 8px 15px; }
      .sidebar .sidebar-menu > ul > li > a span {
        display: inline-block;
        margin-left: 10px;
        white-space: nowrap;
        -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; }
        .sidebar .sidebar-menu > ul > li > a span.chat-user {
          margin-left: 0;
          overflow: hidden;
          text-overflow: ellipsis; }
        .sidebar .sidebar-menu > ul > li > a span.badge {
          margin-left: auto; }
  .sidebar .sidebar-menu .menu-arrow {
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
    -webkit-transition: transform 0.15s;
    -ms-transition: transform 0.15s;
    transition: transform 0.15s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    position: absolute;
    top: 11px;
    right: 15px; }
    .sidebar .sidebar-menu .menu-arrow:before {
      content: "\f105"; }
  .sidebar ul ul {
    display: none; }
    .sidebar ul ul a {
      display: block;
      font-size: 15px !important;
      padding: 7px 10px 7px 45px !important;
      position: relative; }
      .sidebar ul ul a .menu-arrow {
        top: 10px !important; }
    .sidebar ul ul ul a {
      padding-left: 65px !important; }
    .sidebar ul ul ul ul a {
      padding-left: 85px !important; }
  .sidebar ul li a.subdrop .menu-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }
  .sidebar ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    -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; }
  .sidebar ul li a > .badge {
    color: #ffffff; }
  .sidebar ul li.menu-title a i {
    font-size: 16px !important;
    margin-right: 0;
    text-align: right;
    width: auto; }

.sidebar-inner {
  height: 100%;
  min-height: 100%;
  -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; }

.sidebar-menu {
  padding: 15px; }
  .sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu ul li a {
      color: #ffffff;
      display: block;
      font-size: 16px;
      height: auto;
      padding: 0 20px; }
      .sidebar-menu ul li a:hover {
        color: #5ae8ff; }
    .sidebar-menu ul li.active a {
      background-color: #24245b;
      color: #fff; }
    .sidebar-menu ul ul a.active {
      color: #20e3ff;
      text-decoration: underline; }
  .sidebar-menu > ul > li > a:hover {
    background-color: #4d7dae;
    color: #ffffff; }
  .sidebar-menu > ul > li.active > a:hover {
    background-color: #4d7dae;
    color: #ffffff; }

.menu-title {
  color: #ebebeb;
  display: flex;
  font-size: 14px;
  opacity: 1;
  white-space: nowrap;
  padding: 5px 15px; }
  .menu-title > i {
    float: right;
    line-height: 40px; }
  .menu-title li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0; }
    .menu-title li.menu-title a .btn {
      color: #ffffff;
      display: block;
      float: none;
      font-size: 15px;
      margin: auto auto 15px;
      padding: 10px 15px; }

@media (min-width: 992px) {
  .modal-open.mini-sidebar .sidebar {
    z-index: 1051; } }

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem; }
  .avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .avatar .avatar-title {
    width: 100%;
    height: 100%;
    background-color: #24245b;
    color: #ffffff; }
  .avatar.avatar-online::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #7bb13c; }
  .avatar.avatar-offline::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e84646; }
  .avatar.avatar-away::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffbc34; }
  .avatar .border {
    border-width: 3px !important; }
  .avatar .rounded {
    border-radius: 6px !important; }
  .avatar .avatar-title {
    font-size: 18px; }
  .avatar .avatar-xs {
    width: 1.65rem;
    height: 1.65rem; }
    .avatar .avatar-xs .border {
      border-width: 2px !important; }
    .avatar .avatar-xs .rounded {
      border-radius: 4px !important; }
    .avatar .avatar-xs .avatar-title {
      font-size: 12px; }
    .avatar .avatar-xs.avatar-away::before, .avatar .avatar-xs.avatar-offline::before, .avatar .avatar-xs.avatar-online::before {
      border-width: 1px; }

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem; }
  .avatar-sm .border {
    border-width: 3px !important; }
  .avatar-sm .rounded {
    border-radius: 4px !important; }
  .avatar-sm .avatar-title {
    font-size: 15px; }
  .avatar-sm.avatar-away::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-online::before {
    border-width: 2px; }

.avatar-lg {
  width: 3.75rem;
  height: 3.75rem; }
  .avatar-lg .border {
    border-width: 3px !important; }
  .avatar-lg .rounded {
    border-radius: 8px !important; }
  .avatar-lg .avatar-title {
    font-size: 24px; }
  .avatar-lg.avatar-away::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-online::before {
    border-width: 3px; }

.avatar-xl {
  width: 5rem;
  height: 5rem; }
  .avatar-xl .border {
    border-width: 4px !important; }
  .avatar-xl .rounded {
    border-radius: 8px !important; }
  .avatar-xl .avatar-title {
    font-size: 28px; }
  .avatar-xl.avatar-away::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-online::before {
    border-width: 4px; }

.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem; }
  @media (min-width: 768px) {
    .avatar-xxl {
      width: 8rem;
      height: 8rem; } }
  .avatar-xxl .border {
    border-width: 6px !important; }
    @media (min-width: 768px) {
      .avatar-xxl .border {
        border-width: 6px !important; } }
  .avatar-xxl .rounded {
    border-radius: 8px !important; }
    @media (min-width: 768px) {
      .avatar-xxl .rounded {
        border-width: 12px !important; } }
  .avatar-xxl .avatar-title {
    font-size: 30px; }
    @media (min-width: 768px) {
      .avatar-xxl .avatar-title {
        font-size: 42px; } }
  .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
    border-width: 4px; }
    @media (min-width: 768px) {
      .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
        border-width: 4px; } }

.avatar-group .avatar + .avatar {
  margin-left: -.75rem; }
.avatar-group .avatar:hover {
  z-index: 1; }
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -.40625rem; }
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -.625rem; }
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem; }
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem; }

.avatar-xs {
  width: 1.65rem;
  height: 1.65rem; }

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

.select2-container .select2-selection--single {
  border: 1px solid #dddddd;
  height: 40px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    padding-left: 15px; }
  .select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1.2; }

.select2-container--krajee-bs5 .select2-selection--single {
  padding: 0.375rem 2.5rem 0.375rem 0.5rem !important; }
  .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
    font-size: 1.5rem !important;
    line-height: 1 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  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: 38px; }
.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: #24245b; }
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 46px; }

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
  background-color: #24245b !important; }

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

.p-20 {
  padding: 20px !important; }

.p-t-0 {
  padding-top: 0 !important; }

.m-0 {
  margin: 0 !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.block {
  display: block !important; }

.cal-icon {
  position: relative;
  width: 100%; }
  .cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 15px; }

/****** PAGES ******/
.dash-widget-icon {
  display: inline-flex;
  font-size: 30px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 50px;
  border: 3px solid;
  border-radius: 50px;
  padding: 28px; }
  .dash-widget-icon h3 {
    margin-bottom: 10px; }

.dash-count {
  font-size: 18px;
  margin-left: auto; }
  @media (max-width: 767px) {
    .dash-count {
      font-size: 16px; } }

.dash-widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 15px; }

.card-chart .card-body {
  padding: 8px; }
  @media (max-width: 575px) {
    .card-chart .card-body {
      padding: 5px; } }

#morrisArea > svg, #morrisArea #morrisLine > svg {
  width: 100%; }

.activity-feed {
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0; }
  .activity-feed .feed-item {
    border-left: 2px solid #e4e8eb;
    padding-bottom: 19px;
    padding-left: 20px;
    position: relative; }
    .activity-feed .feed-item:last-child {
      border-color: transparent;
      padding-bottom: 0; }
    .activity-feed .feed-item:after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-color: #177dff;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: -7px; }
    .activity-feed .feed-item .feed-date {
      display: block;
      position: relative;
      color: #777;
      text-transform: uppercase;
      font-size: 13px; }
    .activity-feed .feed-item .feed-text {
      color: #777;
      position: relative; }
      .activity-feed .feed-item .feed-text a {
        color: #333333;
        font-weight: 600; }

.section-header {
  margin-bottom: 1.875rem; }
  .section-header .section-title {
    color: #333333; }

.comp-header {
  margin-bottom: 1.875rem; }
  .comp-header .comp-title {
    color: #272b41; }

.line {
  background-color: #20c0f3;
  height: 2px;
  width: 60px;
  margin: 0; }

.comp-buttons .btn {
  margin-bottom: 5px; }

.pagination-box .pagination {
  margin-top: 0; }

.comp-dropdowns .btn-group {
  margin-bottom: 5px; }

.btn-group :nth-last-child(2)[data-bs-toggle*="modal"] {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important; }

.progress-example .progress {
  margin-bottom: 1.5rem; }

.progress-xs {
  height: 4px; }

.progress-sm {
  height: 15px; }

.progress.progress-sm {
  height: 6px; }
.progress.progress-md {
  height: 8px; }
.progress.progress-lg {
  height: 18px; }

.row.row-sm {
  margin-left: -3px;
  margin-right: -3px; }
  .row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #24245b; }

@media (max-width: 575px) {
  .pagination-lg .page-link {
    font-size: 1.2rem;
    padding: 0.5rem 0.625rem; } }

.notifications {
  padding: 0; }
  .notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd; }
  .notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5; }
    .notifications .media:last-child {
      border-bottom: none; }
    .notifications .media a {
      display: block;
      padding: 10px 15px;
      border-radius: 2px; }
      .notifications .media a:hover {
        background-color: #fafafa; }
    .notifications .media > .avatar {
      margin-right: 10px; }
  .notifications .media-list .media-left {
    padding-right: 8px; }
  .notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative; }
  .notifications ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5; }
    .notifications ul.notification-list > li:last-child {
      border-bottom: none; }
    .notifications ul.notification-list > li a {
      display: block;
      border-radius: 2px;
      padding: 10px 15px; }
      .notifications ul.notification-list > li a:hover {
        background-color: #fafafa; }
    .notifications ul.notification-list > li .list-item {
      border: 0;
      position: relative;
      padding: 0; }

.topnav-dropdown-header {
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .topnav-dropdown-header .notification-title {
    color: #333333;
    display: block;
    float: left;
    font-size: 14px; }
  .topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase; }

.topnav-dropdown-header, .topnav-dropdown-footer {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px; }

.topnav-dropdown-footer {
  border-top: 1px solid #eeeeee; }
  .topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333333; }

.noti-details {
  color: #989c9e;
  margin-bottom: 0; }

.noti-title {
  color: #333333; }

.notification-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.noti-time {
  margin: 0; }

.login-body {
  display: table;
  height: 100vh;
  min-height: 100vh; }

.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
  .login-wrapper .loginbox {
    background-color: #ffffff;
    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 (max-width: 767px) {
      .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset; } }
    .login-wrapper .loginbox .login-left {
      align-items: center;
      flex-direction: column;
      width: 400px;
      display: flex;
      background: rgba(17, 148, 247, 0.1);
      border-radius: 6px 0 0 6px;
      padding: 80px; }
      @media (max-width: 991px) {
        .login-wrapper .loginbox .login-left {
          width: 50%;
          padding: 80px 50px; } }
      @media (max-width: 767px) {
        .login-wrapper .loginbox .login-left {
          display: none; } }
    .login-wrapper .loginbox .login-right {
      padding: 40px;
      width: 400px; }
      @media (max-width: 991px) {
        .login-wrapper .loginbox .login-right {
          width: 50%;
          padding: 50px; } }
      @media (max-width: 767px) {
        .login-wrapper .loginbox .login-right {
          float: none;
          width: 100%;
          padding: 1.875rem; } }
      .login-wrapper .loginbox .login-right .login-right-wrap {
        max-width: 100%;
        flex: 0 0 100%; }
      .login-wrapper .loginbox .login-right h1 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
        color: #1f2937; }
        @media (max-width: 767px) {
          .login-wrapper .loginbox .login-right h1 {
            font-size: 22px; } }
      @media (min-width: 767px) {
        .login-wrapper .loginbox .login-right img {
          display: none; } }
      .login-wrapper .loginbox .login-right .forgotpass a {
        color: #a0a0a0; }
        .login-wrapper .loginbox .login-right .forgotpass a:hover {
          color: #333333;
          text-decoration: underline; }
      .login-wrapper .loginbox .login-right .dont-have {
        color: #a0a0a0;
        margin-top: 1.875rem; }
        .login-wrapper .loginbox .login-right .dont-have a {
          color: #333333; }
          .login-wrapper .loginbox .login-right .dont-have a:hover {
            text-decoration: underline; }

.account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center; }

.social-login {
  text-align: center; }
  .social-login > span {
    color: #a0a0a0;
    margin-right: 8px; }
  .social-login > a {
    background-color: #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
    border-radius: 4px; }
  .social-login > a:last-child {
    margin-right: 0; }
  .social-login > a.facebook {
    background-color: #4b75bd; }
  .social-login > a.google {
    background-color: #fe5240; }

.login-or {
  color: #a0a0a0;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px; }

.or-line {
  background-color: #e5e5e5;
  height: 1px;
  display: block;
  margin: 0 auto; }

.span-or {
  background-color: #ffffff;
  display: block;
  margin-left: -20px;
  text-align: center;
  text-transform: uppercase;
  width: 42px;
  position: absolute;
  top: 0;
  left: 50%; }

.lock-user {
  margin-bottom: 20px;
  text-align: center; }
  .lock-user img {
    margin-bottom: 15px;
    width: 100px; }

.add-btn {
  border: 1px solid transparent;
  color: #666;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 20px; }
  @media (max-width: 479px) {
    .add-btn {
      font-size: 14px;
      padding: 6px 7px; } }
  .add-btn:focus, .add-btn:active, .add-btn:hover {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #666; }
  .add-btn span {
    align-items: center;
    background-color: #ffc107;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    margin-right: 3px;
    width: 22px;
    border-radius: 50%; }

.invoice-details {
  float: right;
  text-align: right; }
  @media (max-width: 575px) {
    .invoice-details {
      float: left;
      text-align: left; } }
  .invoice-details h4 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.875rem;
    text-transform: uppercase; }

.inv-badge {
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  min-width: 80px; }

.inv-logo {
  max-height: 80px;
  height: auto;
  max-height: 100px;
  width: auto; }

.invoice-container {
  background-color: #ffffff;
  border: 1px solid #f2f6fa;
  max-width: 900px;
  margin: 0 auto 1.875rem;
  padding: 1.5rem; }
  @media (max-width: 767px) {
    .invoice-container {
      padding: 20px; } }

.invoice-payment-details > li span {
  float: right;
  text-align: right; }
  @media (max-width: 575px) {
    .invoice-payment-details > li span {
      float: left;
      text-align: left; } }

#calendar .tooltip .tooltip-inner {
  padding: 0;
  background-color: #f8f9fa !important;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  #calendar .tooltip .tooltip-inner .tooltip-title {
    padding: 0.5rem;
    font-size: 16px; }
  #calendar .tooltip .tooltip-inner ul {
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    color: #333333;
    text-align: start;
    font-size: 14px; }
#calendar .tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #ffffff !important; }
#calendar .tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #ffffff !important; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem; }
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  text-transform: uppercase; }
.fc-toolbar .fc-button-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:hover, .fc-toolbar button:focus {
  z-index: 0; }

.none-border .modal-footer {
  border-top: none; }

.fc-daygrid-day-events .fc-event-time {
  font-family: 'Roboto', sans-serif; }

.fc-daygrid-day-frame {
  background: #ffffff; }

.fc th.fc-col-header-cell .fc-scrollgrid-sync-inner {
  background: #eeeeee;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0; }
.fc a {
  color: #333333; }

.fc-theme-standard th, .fc-theme-standard td, .fc-theme-standard thead, .fc-theme-standard tbody, .fc-theme-standard .fc-divider, .fc-theme-standard .fc-col-header, .fc-theme-standard .fc-popover, .fc-theme-standard .fc-scrollgrid {
  border-color: #f3f3f3; }
.fc-theme-standard .fc-today {
  background: #ffffff; }

.fc-view .fc-daygrid-day-number, .fc-view .fc-daygrid-week-number {
  padding: 2px 5px; }
.fc-view td.fc-daygrid-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif; }
.fc-view td.fc-daygrid-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif; }

.fc-button {
  background: #f1f1f1 !important;
  border: none !important;
  color: #797979 !important;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  height: auto !important;
  margin: 0 3px !important;
  padding: 6px 12px !important; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-button-active, .fc-button:disabled {
  background-color: #24245b !important;
  color: #ffffff !important;
  text-shadow: none !important; }

.fc-cell-overlay {
  background: #f2f6fa; }

.fc-event {
  border: none;
  color: #ffffff !important;
  cursor: move;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  margin: 1px 7px;
  padding: 5px 5px; }

.dropdown-action {
  margin-bottom: 5px; }
  .dropdown-action .dropdown-toggle:after {
    display: none; }

.table-inbox {
  font-size: 15px;
  margin-bottom: 0; }
  .table-inbox input[type="radio"], .table-inbox input[type="checkbox"] {
    cursor: pointer; }
  .table-inbox .starred.fa-star, .table-inbox .fa-star {
    color: #ffd200; }
  .table-inbox tr {
    cursor: pointer; }

.mail-list {
  list-style: none;
  padding: 0; }
  .mail-list > li > a {
    color: #333333;
    display: block;
    padding: 10px; }
  .mail-list > li.active > a {
    color: #24245b;
    font-weight: 700; }

.unread .name, .unread .subject, .unread .mail-date {
  color: #000000;
  font-weight: 600; }

.table.table-inbox > tbody > tr > th, .table.table-inbox > tbody > tr > td, .table.table-inbox > thead > tr > th, .table.table-inbox > thead > tr > td, .table.table-inbox > tfoot > tr > th, .table.table-inbox > tfoot > tr > td {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0; }
.table.table-inbox thead {
  background-color: #ffffff; }

.note-editor.note-frame {
  border: 1px solid #dddddd;
  box-shadow: inherit; }
  .note-editor.note-frame .note-statusbar {
    background-color: #ffffff; }
  .note-editor.note-frame.fullscreen {
    top: 60px; }
  .note-editor.note-frame .btn-light {
    background-color: #f9f9f9;
    box-shadow: unset;
    color: #333333; }

.mail-title {
  font-weight: 700;
  text-transform: uppercase; }

.form-control.search-message {
  border-color: #cccccc;
  height: 38px;
  width: 180px;
  border-radius: 4px; }

table.table-inbox tbody tr.checked {
  background-color: #ffffcc; }

.mail-label {
  font-size: 16px !important;
  margin-right: 5px; }

.attachments {
  list-style: none;
  margin: 0;
  padding: 0; }
  .attachments li {
    border: 1px solid #eeeeee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 180px; }

.attach-info {
  background-color: #f4f4f4;
  padding: 10px; }

.attach-file {
  color: #777;
  font-size: 70px;
  min-height: 138px;
  padding: 10px; }
  .attach-file img {
    height: auto;
    max-width: 100%; }

.mailview-header, .mailview-footer {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.mailview-footer .btn-white {
  margin-top: 10px;
  min-width: 102px; }

.sender-img {
  float: left;
  margin-right: 10px;
  width: 40px; }

.sender-name {
  display: block; }

.receiver-name {
  color: #777; }

.right-action, .mail-view-action, .mail-sent-time {
  text-align: right; }

@media (max-width: 767px) {
  .mail-sent-time {
    float: left;
    margin-top: 10px;
    width: 100%; } }

@media (max-width: 767px) {
  .right-action {
    text-align: center; } }

@media (max-width: 767px) {
  .left-action {
    text-align: center;
    margin-bottom: 15px; } }

.mail-view-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0; }

.inbox-menu {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.875rem;
  padding: 0; }
  .inbox-menu li {
    display: inline-block;
    width: 100%; }
    .inbox-menu li + li {
      margin-top: 2px; }
    .inbox-menu li a {
      color: #333333;
      display: inline-block;
      width: 100%;
      text-transform: capitalize;
      -webkit-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      transition: 0.3s ease;
      padding: 10px 15px; }
      .inbox-menu li a i {
        font-size: 16px;
        padding-right: 10px;
        color: #878787; }
      .inbox-menu li a:hover, .inbox-menu li a:focus {
        background: rgba(33, 33, 33, 0.05); }
    .inbox-menu li.active a {
      background: rgba(33, 33, 33, 0.05); }

.compose-btn {
  margin-bottom: 1.875rem; }
  .compose-btn a {
    font-weight: 600;
    padding: 8px 15px; }

.error-page {
  align-items: center;
  color: #1f1f1f;
  display: flex; }
  .error-page .main-wrapper {
    height: auto;
    width: 100%;
    min-height: unset; }

.error-box {
  max-width: 480px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.875rem 0; }
  .error-box h1 {
    color: #24245b;
    font-size: 10em; }
    @media (max-width: 767px) {
      .error-box h1 {
        font-size: 6em; } }
  .error-box p {
    margin-bottom: 1.875rem; }
  .error-box .btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    border-radius: 50px;
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .error-box .btn {
        font-size: 15px;
        min-width: 150px;
        padding: 8px 20px; } }

.profile-sidebar {
  background-color: #ffffff;
  border: 1px solid #f2f6fa;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .profile-sidebar {
      margin-bottom: 20px !important; } }
  .profile-sidebar .dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0; }
    .profile-sidebar .dashboard-menu ul li {
      line-height: inherit; }
      .profile-sidebar .dashboard-menu ul li a i {
        font-size: 16px;
        margin-right: 10px;
        width: 16px; }
      .profile-sidebar .dashboard-menu ul li a span, .profile-sidebar .dashboard-menu ul li a i {
        display: inline-block;
        vertical-align: middle; }
      .profile-sidebar .dashboard-menu ul li a.active {
        color: #24245b;
        background-color: #ffffff; }
  .profile-sidebar .dashboard-menu > ul > li {
    border-bottom: 1px solid #f2f6fa;
    position: relative; }
    .profile-sidebar .dashboard-menu > ul > li:last-child {
      border-bottom: 0; }
    .profile-sidebar .dashboard-menu > ul > li a {
      color: #757575;
      display: block;
      padding: 16px 20px; }
    .profile-sidebar .dashboard-menu > ul > li:hover > a {
      color: #24245b; }
    .profile-sidebar .dashboard-menu > ul > li.active > a {
      color: #24245b; }

.site-index .timeline {
  padding-bottom: 10px;
  width: 100%;
  height: min-content;
  overflow-x: scroll; }
  .site-index .timeline .timeline-legend {
    display: grid;
    width: min-content;
    grid-column: 1 / span 25;
    grid-template-columns: 0 repeat(calc(var(--timeline-columns) * 2), 38px);
    color: #24245b;
    font-weight: 700;
    font-size: 19px; }
    @media (min-width: 1199px) {
      .site-index .timeline .timeline-legend {
        width: 100%;
        grid-template-columns: 0 repeat(calc(var(--timeline-columns) * 2), calc(100% / var(--timeline-columns) / 2)); } }
    @media (min-width: 767px) {
      .site-index .timeline .timeline-legend {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .site-index .timeline .timeline-legend {
        font-size: 14px; } }
    .site-index .timeline .timeline-legend .hour-label {
      z-index: 1;
      grid-row-end: 1;
      grid-column-end: span 2;
      text-align: center;
      line-height: 50px; }
      .site-index .timeline .timeline-legend .hour-label:first-child {
        grid-column-start: 2; }
  .site-index .timeline .timeline-track {
    width: min-content;
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 38px repeat(calc(var(--timeline-columns) * 2 - 1), 38px);
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    background-attachment: local;
    background-image: repeating-linear-gradient(to right, #ffffff, #ffffff 75px, #eee 75px, #eee 76px);
    background-position: -38px 0px; }
    @media (min-width: 1199px) {
      .site-index .timeline .timeline-track {
        width: 100%;
        grid-template-columns: calc(100% / var(--timeline-columns) / 2) repeat(calc(var(--timeline-columns) * 2 - 1), calc(100% / var(--timeline-columns) / 2));
        background-image: repeating-linear-gradient(to right, #ffffff, #ffffff calc(100% / var(--timeline-columns) - 1px), #eee calc(100% / var(--timeline-columns) - 1px), #eee calc(100% / var(--timeline-columns)));
        background-position: calc((100vw - 110px) / var(--timeline-columns) / -2) 0px; } }
    .site-index .timeline .timeline-track:last-child {
      border-bottom-width: 0; }
    .site-index .timeline .timeline-track .timeline-item {
      margin: 0 2px 0 1px;
      padding: 0.5rem;
      background-color: #fff;
      grid-row-end: 2;
      grid-column-start: calc(2 + (2 * (var(--item-start) - var(--timeline-start))));
      grid-column-end: span calc(var(--item-duration) * 2);
      border-width: 0px;
      box-shadow: 0px 0px 5px 0px #00000033;
      border-radius: 0.5rem;
      color: #24245b;
      font-size: 14px; }
      .site-index .timeline .timeline-track .timeline-item h3 {
        font-size: 16px;
        font-weight: 800; }
      .site-index .timeline .timeline-track .timeline-item strong, .site-index .timeline .timeline-track .timeline-item span {
        opacity: 0.7; }
.site-index .slick {
  display: none; }
  .site-index .slick .slick-prev {
    left: 0;
    z-index: 10; }
    [dir="rtl"] .site-index .slick .slick-prev {
      right: 0; }
    .site-index .slick .slick-prev.slick-disabled {
      opacity: 0.2; }
    .site-index .slick .slick-prev:before {
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(135deg);
      color: #484848;
      opacity: 1;
      content: ''; }
  .site-index .slick .slick-next {
    right: 0;
    z-index: 10; }
    [dir="rtl"] .site-index .slick .slick-next {
      left: 0; }
    .site-index .slick .slick-next.slick-disabled {
      opacity: 0.2; }
    .site-index .slick .slick-next:before {
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(-45deg);
      color: #484848;
      opacity: 1;
      content: ''; }
.site-index .form-check {
  margin: 0;
  padding: 0;
  text-align: center; }
  .site-index .form-check .slide-list-item {
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #f2f6fa;
    width: 95%; }
    .site-index .form-check .slide-list-item strong {
      font-size: 14px;
      color: #777;
      font-weight: normal !important; }
    .site-index .form-check .slide-list-item .text-muted {
      font-size: 15px;
      color: #000000 !important;
      font-weight: bolder; }
      @media (max-width: 1199px) {
        .site-index .form-check .slide-list-item .text-muted {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .site-index .form-check input + label {
      font-size: 13px; } }
  @media (max-width: 1199px) {
    .site-index .form-check input + label {
      font-size: 14px; } }
  .site-index .form-check input + label.btn-primary-custom {
    padding: 10px; }
  .site-index .form-check input + label strong {
    font-size: 16px;
    color: #000000;
    font-weight: bolder; }
    @media (max-width: 1199px) {
      .site-index .form-check input + label strong {
        font-size: 14px; } }
  .site-index .form-check input:checked + label {
    color: #ffffff;
    background-color: #00b2d8; }
    .site-index .form-check input:checked + label.btn-primary-custom {
      border-color: #00b2d8;
      padding: 10px; }
    .site-index .form-check input:checked + label .text-muted {
      color: #ffffff !important; }
    .site-index .form-check input:checked + label strong {
      color: #ffffff; }
  .site-index .form-check input:not(:checked) + label.btn-primary-custom:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s; }
  .site-index .form-check .btn-primary-custom {
    background-color: #f2f6fa;
    border-color: #f2f6fa;
    color: #484848;
    width: 95%; }
    @media (max-width: 767px) {
      .site-index .form-check .btn-primary-custom {
        font-size: 13px; } }
    @media (max-width: 1199px) {
      .site-index .form-check .btn-primary-custom {
        font-size: 14px; } }
.site-index .field-reservationsearch-day {
  height: 64px;
  margin-right: 53px;
  margin-bottom: 0 !important; }
.site-index .field-reservationsearch-boatid {
  height: 38px; }
.site-index .date {
  float: right; }
  .site-index .date button {
    float: right;
    font-size: 20px !important;
    padding: 16px 15px;
    height: auto !important;
    width: auto !important;
    background-color: #24245b;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .site-index .date button {
        padding: 13px 15px; } }

.create-reservation-form h4 {
  font-size: 18px;
  font-weight: 600; }
.create-reservation-form .step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .create-reservation-form .step-list ul {
    display: inline-block; }
    .create-reservation-form .step-list ul li {
      float: left;
      margin: 0 5px;
      padding: 10px 0 0 0;
      background-color: #f2f6fa;
      width: 40px;
      height: 40px;
      border-radius: 30px;
      font-size: 14px;
      color: #484848; }
      .create-reservation-form .step-list ul li.active {
        background-color: #24245b;
        border-color: #24245b;
        color: #ffffff;
        pointer-events: none; }
      .create-reservation-form .step-list ul li.active-done {
        background-color: #24245b;
        color: #ffffff;
        opacity: 0.8; }
      .create-reservation-form .step-list ul li:last-child {
        padding-right: 0; }
.create-reservation-form .file-upload {
  width: 150px;
  background: rgba(175, 213, 254, 0.4);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  text-align: center; }
  .create-reservation-form .file-upload input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0; }
  .create-reservation-form .file-upload .cam-col {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 auto; }
  .create-reservation-form .file-upload span {
    color: #000000;
    font-size: 13px;
    list-style: none;
    display: inline-block;
    margin-top: 15px; }
.create-reservation-form .slick {
  display: none; }
  .create-reservation-form .slick .slick-prev {
    left: 0;
    z-index: 10; }
    [dir="rtl"] .create-reservation-form .slick .slick-prev {
      right: 0; }
    .create-reservation-form .slick .slick-prev.slick-disabled {
      opacity: 0.2; }
    .create-reservation-form .slick .slick-prev:before {
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(135deg);
      color: #484848;
      opacity: 1;
      content: ''; }
  .create-reservation-form .slick .slick-next {
    right: 0;
    z-index: 10; }
    [dir="rtl"] .create-reservation-form .slick .slick-next {
      left: 0; }
    .create-reservation-form .slick .slick-next.slick-disabled {
      opacity: 0.2; }
    .create-reservation-form .slick .slick-next:before {
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(-45deg);
      color: #484848;
      opacity: 1;
      content: ''; }
.create-reservation-form .form-check {
  margin: 0;
  padding: 0;
  text-align: center; }
  .create-reservation-form .form-check .slide-list-item {
    text-align: center;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #f2f6fa;
    width: 95%; }
    .create-reservation-form .form-check .slide-list-item strong {
      font-size: 14px;
      color: #777;
      font-weight: normal !important; }
    .create-reservation-form .form-check .slide-list-item .text-muted {
      font-size: 15px;
      color: #000000 !important;
      font-weight: bolder; }
      @media (max-width: 1199px) {
        .create-reservation-form .form-check .slide-list-item .text-muted {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .create-reservation-form .form-check input + label {
      font-size: 13px; } }
  @media (max-width: 1199px) {
    .create-reservation-form .form-check input + label {
      font-size: 14px; } }
  .create-reservation-form .form-check input + label.btn-primary-custom {
    padding: 10px; }
  .create-reservation-form .form-check input + label strong {
    font-size: 16px;
    color: #000000;
    font-weight: bolder; }
    @media (max-width: 1199px) {
      .create-reservation-form .form-check input + label strong {
        font-size: 14px; } }
  .create-reservation-form .form-check input:checked + label {
    color: #ffffff;
    background-color: #00b2d8; }
    .create-reservation-form .form-check input:checked + label.btn-primary-custom {
      border-color: #00b2d8;
      padding: 10px; }
    .create-reservation-form .form-check input:checked + label .text-muted {
      color: #ffffff !important; }
    .create-reservation-form .form-check input:checked + label strong {
      color: #ffffff; }
  .create-reservation-form .form-check input:not(:checked) + label.btn-primary-custom:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s; }
  .create-reservation-form .form-check .btn-primary-custom {
    background-color: #f2f6fa;
    border-color: #f2f6fa;
    color: #484848;
    font-size: 16px;
    width: 100%; }
    @media (max-width: 767px) {
      .create-reservation-form .form-check .btn-primary-custom {
        font-size: 13px; } }
    @media (max-width: 1199px) {
      .create-reservation-form .form-check .btn-primary-custom {
        font-size: 14px; } }
.create-reservation-form .success-card .card-body {
  padding: 50px 20px; }
.create-reservation-form .success-cont {
  text-align: center; }
  .create-reservation-form .success-cont i {
    color: #ffffff;
    width: 60px;
    height: 60px;
    border: 2px solid #24245b;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #24245b;
    border-radius: 50%; }
  .create-reservation-form .success-cont h3 {
    font-size: 24px; }
    @media (max-width: 767px) {
      .create-reservation-form .success-cont h3 {
        font-size: 22px; } }
  .create-reservation-form .success-cont p {
    margin-bottom: 30px; }
  .create-reservation-form .success-cont strong {
    font-weight: 700; }
.create-reservation-form #reservation-passengerscount .form-check {
  min-width: 45px; }
.create-reservation-form #reservation-duration .form-check {
  min-width: 60px; }
.create-reservation-form #reservation-from .form-check label strong {
  float: left; }
.create-reservation-form .field-reservation-day {
  height: 64px;
  margin-right: 53px;
  margin-bottom: 0 !important; }
.create-reservation-form .date {
  float: right; }
  .create-reservation-form .date button {
    float: right;
    font-size: 20px !important;
    padding: 16px 15px;
    height: auto !important;
    width: auto !important;
    background-color: #24245b;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .create-reservation-form .date button {
        padding: 13px 15px; } }

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