:root {
  --font-30: 30px;
  --font-24: 24px;
  --font-14: 14px;
  --font-12: 12px;
  --font-10: 10px;
  --hover-color: #0099df;
  --primary-border: #039fe8;
  --hover-border: #0087c5;
  --light-theme: #d9f2fe;
  --danger-color: #f94877;
  --danger-color-dark: #ff3369;
  --blue: #194e9e;
  --blue-hover: #133973;
  --green: #b8d233;
  --green-hover: #a7bf2d;
  --font-color-primary: #444444;
  scroll-behavior: smooth;
}

.color-primary {
  color: var(--blue);
}
body {
  font-family: "Open Sans", sans-serif;
  color: var(--font-color-primary);
  overflow-x: hidden !important;
}

body.app {
  background: #f6f9ff;
}

a {
  color: var(--blue);
  cursor: pointer;
}

a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}
.form-signin a {
  color: var(--blue) !important;
}
.form-signin a:hover {
  color: var(--green) !important;
}
.default-color a,
.default-color a:hover,
a,
a.default-color,
a.default-color:hover,
a:hover {
  text-decoration: none;
}

.default-color a:hover,
.gray-color a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.notification-list .nt-info a:hover,
a.default-color:hover,
a.gray-color:hover {
  color: var(--blue) !important;
  background: transparent !important;
}

.gray-color a,
a.gray-color {
  color: #bab8c3;
}

.btn {
  cursor: pointer;
}

.app-header .navbar-nav .nav-link i,
.btn-lg {
  font-size: 16px;
}

.btn-sm {
  font-size: 12px;
}

button,
button:focus,
button:hover {
  outline: 0;
}

strong {
  font-weight: 600;
}

.default-color,
.default-color a,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: #222222; */
  font-family: "Poppins", sans-serif;
}

.breadcrumb {
  background: 0 0;
  font-size: 12px;
}

/* .app,
.app-body {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
} */

/* .app {
  min-height: 100vh;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.app-body {
  width: 100%;
  overflow-x: hidden;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-grow: 1;
  -ms-flex-positive: 1;
} */

/* .app-body .left-sidebar {
  flex: 0 0 250px;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  -ms-flex-order: -1;
  order: -1;
} */

/* .app-body .main-content {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
} */

/* .app-body .right-sidebar {
  flex: 0 0 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
} */

.app-footer,
.app-header,
.left-sidebar,
.main-content,
.right-sidebar {
  -webkit-transition-duration: 0.25s, 0.25s;
  -o-transition-duration: 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s;
  -webkit-transition-property: margin-left, margin-right;
  -o-transition-property: margin-left, margin-right;
  transition-property: margin-left, margin-right;
}

/* .main-content .container-fluid {
  padding: 0 20px;
} */

.header-fixed .app-header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  /* background-color: var(--blue); */
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  transition: all 0.5s;
  top: 0px;
  overflow: visible;
}

.header-fixed .app-body {
  /* margin-top: 60px; */
  margin-top: 105px;
  padding-top: 0px;
}

header.navbar,
header.navbar .navbar-nav {
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
}

header.navbar {
  position: relative;
  height: 60px;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  overflow: visible;
}
.showclass {
  display: block !important;
}
header.navbar .navbar-nav {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

header.navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 251px;
  height: 60px;
  margin-right: 0;
  padding: 6px;
  padding-left: 15px;
  background-color: #fff;
  /* border-right: 1px solid #e3e3e3; */
  background-image: url(../images/logo.png);
  background-size: 120px;
  background-position: 15px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.left-sidebar-hidden header.navbar .navbar-brand {
  width: 50px;
  background-image: url(../icon-logo-small.jpg);
  background-size: 45px;
  background-position: 0px;
}

.welcome header.navbar .navbar-brand {
  background-image: url(../images/logo.png);
  background-size: contain !important;
  width: 250px !important;
  background-position: 15px;
}

header.navbar .nav-item {
  position: relative;
  min-width: 60px;
  margin: 0;
  text-align: center;
}

.left-sidebar {
  padding: 0;
}

.left-sidebar .sidebar-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 250px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.left-sidebar-hidden .left-sidebar .sidebar-menu {
  width: 50px;
}

.left-sidebar-fixed .left-sidebar {
  position: fixed;
  height: 100%;
  z-index: 999;
}

.left-sidebar-hidden .left-sidebar {
  margin-left: 0px;
}

.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
  margin-left: 0;
}

.left-sidebar-fixed .left-sidebar .sidebar-menu {
  height: calc(100vh - 60px);
  /* transition: all .3s ease-in-out; */
}

/* .left-sidebar-fixed .app-footer,
.left-sidebar-fixed .main-content {
  margin-left: 250px;
} */

.right-sidebar {
  z-index: 999;
  width: 250px;
  padding: 20px;
  color: #384042;
  border-left: 1px solid #e5e9ec;
  background: #fff;
}

.right-sidebar .widget {
  margin-bottom: 30px;
}

.right-sidebar .widget-title {
  font-size: 14px;
  font-weight: 700;
}

.right-sidebar-fixed .app-footer,
.right-sidebar-fixed .main-content {
  margin-right: 250px;
}

.right-sidebar-fixed.right-sidebar-hidden .app-footer,
.right-sidebar-fixed.right-sidebar-hidden .main-content,
.right-sidebar-overlay .app-footer,
.right-sidebar-overlay .main-content {
  margin-right: 0;
}

.right-sidebar-fixed .right-sidebar {
  position: fixed;
  right: 0;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 100px;
}

.right-sidebar-hidden .right-sidebar {
  margin-right: -250px;
}

.app-footer {
  min-height: 50px;
  padding: 0 1rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  font-size: 12px;
  line-height: 50px;
}

.app-footer .back-top {
  text-decoration: none;
  color: #a6b2cd;
  font-size: 24px;
}

.app-footer,
.app-footer .back-top:hover {
  color: #45567c;
}

@media (max-width: 991px) {
  .main-content {
    display: inline-block;
    width: 100%;
  }

  .select2-container,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-selection--single {
    width: 100% !important;
  }

  /* .app-footer,
  .main-content {
    margin-left: 50px !important;
  } */

  .min-250 {
    min-width: initial !important;
  }

  .navbar-toggler {
    position: relative;
    /* left: 50px; */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .mobile-leftside-show .left-sidebar {
    width: 250px;
    margin-left: 0;
  }

  .mobile-leftside-show .main-content {
    margin-right: -250px !important;
    margin-left: 250px !important;
  }

  .mobile-rightside-show .right-sidebar {
    margin-right: 0;
  }
}

.sidebar-menu ul li {
  position: relative;
  font-weight: 400;
  margin-bottom: 5px;
}

/* .sidebar-menu .sub-menu > .sub li {
  padding-left: 36px;
  margin: auto;
} */

/* .sidebar-menu .sub-menu > .sub li a {
  padding: 0px !important;
  max-width: 100%;
  font-weight: normal;
  border: none;
} */

.sidebar-menu .sub-menu .sub li a:hover,
.sidebar-menu .sub-menu .sub li a:focus,
.sidebar-menu .sub-menu .sub li a.active {
  background-color: transparent !important;
  color: var(--blue) !important;
}

.sidebar-menu .sub-menu > .sub li li {
  padding-left: 20px;
}

.sidebar-menu .sub-menu .sub-menu li {
  padding-left: 10px !important;
}

.sidebar-menu .sub-menu .sub-menu a.active,
.sidebar-menu .sub-menu .sub-menu a:hover,
.sidebar-menu .sub-menu .sub-menu a:focus {
  background-color: transparent !important;
}

.sidebar-menu .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}

/* #nav-accordion {
  margin-top: 20px;
  margin-bottom: 50px;
} */

.dcjq-icon {
  position: relative;
  top: -13px;
  float: right;
  right: -20px;
}

.dcjq-icon:before {
  position: absolute;
  top: 15px;
  right: 1.5rem;
  content: "\f105";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: fontawesome;
  font-size: 12px;
}

.active .dcjq-icon:before {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.nav-collapse.collapse {
  display: inline;
}

/* .left-sidebar {
  color: #fff;
  background: #282a39;
} */

.left-sidebar .nav-title {
  text-align: center;
}

.left-sidebar .nav-title h5 {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  margin-top: 20px;
}

.left-sidebar .nav-title h6 {
  font-size: 12px;
}

.sidebar-menu ul li a.active,
.sidebar-menu ul li a:focus,
.sidebar-menu ul li a:hover {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background: #181a23;
}

.sidebar-menu ul li a i {
  padding-right: 6px;
  font-size: 15px;
}

.sidebar-menu ul,
.sidebar-menu ul li ul.sub {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu > ul > li > ul.sub {
  /* display: none; */
  padding: 5px 0 0 0;
  margin: 0;
}

.sidebar-menu > ul > li.active > ul.sub,
.sidebar-menu > ul > li > ul.sub > li > a {
  display: block;
}

.sidebar-menu ul li a,
.sidebar-menu ul li ul.sub li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9c9ea7;
  font-size: 13px;
}

.sidebar-menu ul li a {
  display: block;
  padding: 10px;
  margin: auto;
  text-decoration: none;
  outline: none;
  /* border-right: 2px solid transparent; */
  font-size: 15px;
  font-weight: 600;
  /* padding-left: 15px; */
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-menu ul li a:hover {
  background-color: #e5f6ff !important;
  color: var(--blue) !important;
  border-color: var(--blue);
}

.sidebar-menu ul li.sub-menu {
  line-height: inherit;
}

.sidebar-menu ul li a span {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}
.sidebar-menu ul li a:not(.collapsed) span.bi {
  transform: rotate(180deg);
  color: var(--blue) !important;
}
.sidebar-menu ul li a:not(.collapsed) {
  color: var(--blue) !important;
  background-color: #f6f9ff !important;
}

.sidebar-menu ul li ul.sub li {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: #181a23;
}

.left-sidebar-hidden .sidebar-menu ul li a span {
  display: none;
}

.sidebar-menu ul li ul.sub li a {
  height: 40px;
  padding: 6px 0;
  line-height: 30px;
}

.sidebar-menu ul li ul.sub li a:hover,
.sidebar-menu ul li ul.sub li.active a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  color: #fff;
  background: 0 0;
}

/* .left-sidebar-light .left-sidebar {
  color: #53505f;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
} */

/* .bootstrap-timepicker table td a,
.left-sidebar-light .left-sidebar .nav-title h5,
.left-sidebar-light .sidebar-menu ul li a,
.nav-pill-custom a {
  color: #333;
} */

.left-sidebar-light .sidebar-menu ul li a.active,
.left-sidebar-light .sidebar-menu ul li a:focus,
.left-sidebar-light .sidebar-menu ul li a:hover,
.left-sidebar-light .sidebar-menu ul li.active a {
  color: var(--blue);
  background: 0 0;
  border-color: var(--blue);
  background-color: #f6f9ff !important;
}

.left-sidebar-light .sidebar-menu ul li a i {
  /* color: #aeaeae; */
  color: var(--blue);
}

.left-sidebar-light .sidebar-menu ul li a i.fa {
  font-size: 18px;
}

.left-sidebar-light .sidebar-menu ul li a.active i,
.left-sidebar-light .sidebar-menu ul li a:focus i,
.left-sidebar-light .sidebar-menu ul li a:hover i,
.left-sidebar-light .sidebar-menu ul li.active a i {
  color: var(--blue);
}

.left-sidebar-light .sidebar-menu ul li ul.sub li a {
  color: #505050 !important;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  padding: 10px 0 10px 35px;
  background-color: transparent !important;
}
.left-sidebar-light .sidebar-menu ul li ul.sub li a i {
  font-size: 6px;
  /* margin-right: 8px; */
  line-height: 0;
}
.left-sidebar-light .sidebar-menu ul li ul.sub li {
  background: #fff;
}

.left-sidebar-light .app-header.text-light .navbar-nav .nav-link {
  opacity: 1;
  color: #6a6a6a;
}

.left-sidebar-light .app-header.text-light .navbar-nav .nav-link:hover {
  opacity: 1;
}

.left-sidebar-light-alt .left-sidebar .nav-title h5,
.left-sidebar-light-alt .sidebar-menu ul li a {
  margin: 0 15px;
  color: #53505f;
}

.left-sidebar-light-alt .sidebar-menu > ul > li.active a,
.left-sidebar-light-alt .sidebar-menu > ul > li > a.active,
.left-sidebar-light-alt .sidebar-menu > ul > li > a:focus,
.left-sidebar-light-alt .sidebar-menu > ul > li > a:hover {
  color: #fff;
  border-radius: 4px;
  background: #ff518a;
}

.left-sidebar-light-alt .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light-alt .sidebar-menu ul li ul.sub li.active a {
  color: #ff518a;
}

.left-sidebar-light-alt .left-sidebar .nav-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.earning-chart-info h4,
.left-sidebar-light-alt .sidebar-menu ul li.sub-menu {
  margin-bottom: 5px;
}

.left-sidebar-light-alt .left-sidebar .sidebar-menu {
  width: 230px;
}

.left-sidebar-light-alt.left-sidebar-fixed .app-footer {
  margin-left: 0;
}

.left-sidebar-light-alt.left-sidebar-fixed .left-sidebar .sidebar-menu {
  height: calc(100vh - 160px);
}

.left-sidebar-light-alt.left-sidebar-fixed .left-sidebar {
  left: 20px;
  height: auto;
  margin-top: 25px;
  border: 1px solid #e5e9ec;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .left-sidebar-light-alt.left-sidebar-fixed .left-sidebar {
    left: 0;
  }
}

.grid-view [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(86, 61, 124, 0.2);
  background-color: rgba(86, 61, 124, 0.15);
}

.grid-view {
  margin-bottom: 10px;
  padding: 0 15px;
}

.card-group {
  -webkit-box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
  box-shadow: 0 1px 10px 1px rgba(115, 108, 203, 0.1);
}

.card {
  /* border: 1px solid #e5e9ec; */
  border: 0;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border-radius: 6px;
}

.card .card-header {
  padding: 15px 20px;
  background: #fff;
  border: none;
}

.card .card-header .card-title {
  /* margin-bottom: 20px;
  margin-top: 10px; */
  font-size: 18px;
  font-weight: 600;
}

.card .card-footer {
  border-top: 1px solid #e5e9ec;
  background: 0 0;
}

.card-shadow {
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.lobicard .dropdown-menu,
.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lobicard {
  margin-bottom: 0;
}

.lobicard > .card-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.lobicard > .card-header > .card-title input {
  width: 100%;
  padding: 0 5px;
  color: inherit;
  border: 1px solid #e5e9ec;
  border-radius: 2px;
  outline: 0;
  background-color: #fff;
  line-height: 30px;
}

.lobicard > .card-header > .card-title input:focus {
  background: #fff;
}

.lobicard .card-header .dropdown .dropdown-menu > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 0;
  color: #868e96;
  border-radius: 50%;
  line-height: 30px;
}

.lobicard .card-header .dropdown .dropdown-menu > li > a:focus:hover,
.lobicard .card-header .dropdown .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: var(--blue);
  text-shadow: none;
}

.lobicard.lobi-light .card-header .dropdown .dropdown-menu > li > a {
  color: #fff;
}

.lobicard.lobi-light .card-header .dropdown .dropdown-menu > li > a:focus:hover,
.lobicard.lobi-light .card-header .dropdown .dropdown-menu > li > a:hover {
  color: #2c2c2c;
  background-color: #fff;
  text-shadow: none;
}

.card-collapsed > .card-header {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-outline-primary,
.btn-primary,
.btn-outline-primary:not([disabled]):not(.disabled),
.btn-outline-primary:not([disabled]):not(.disabled) {
  border-color: var(--blue);
  background-color: var(--blue) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active {
  border-color: var(--blue-hover);
  background-color: var(--blue-hover);
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show > .btn-outline-info.dropdown-toggle {
  border-color: var(--hover-border);
  background-color: var(--hover-color);
}

.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show > .btn-outline-success.dropdown-toggle {
  border-color: #34bfa3;
  background-color: #34bfa3;
}

.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show > .btn-outline-danger.dropdown-toggle {
  border-color: #ff518a;
  background-color: #ff518a;
}

.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show > .btn-outline-warning.dropdown-toggle {
  border-color: #eac459;
  background-color: #eac459;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--blue-hover);
  background-color: var(--blue-hover);
}

.btn-info:hover,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  border-color: #0c8bec;
  background-color: #0c8bec;
}

.btn-success:hover,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  border-color: #299781;
  background-color: #299781;
}

.btn-danger:hover,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  border-color: #ff1e68;
  background-color: #ff1e68;
}

.btn-warning:hover,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  border-color: #e4b42c;
  background-color: #e4b42c;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary {
  color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-success {
  color: #34bfa3;
  border-color: #34bfa3;
}

.btn-outline-danger {
  color: #ff518a;
  border-color: #ff518a;
}

.btn-outline-warning {
  color: #eac459;
  border-color: #eac459;
}

.btn-outline-info {
  color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #c397f7;
  background-color: transparent;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #55d1b8;
  background-color: transparent;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff84ac;
  background-color: transparent;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0d486;
  background-color: transparent;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #67b8f7;
  background-color: transparent;
}

.badge-primary,
.bg-primary,
.nav.nav-pills.nav-pills-primary .nav-link.active {
  background-color: var(--blue) !important;
}

/* .badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
  background-color: #34bfa3 !important;
} */

.bg-info,
.nav.nav-pills.nav-pills-info .nav-link.active {
  background-color: var(--blue) !important;
}
.badge-info {
  background-color: var(--green) !important;
}
/* .badge-danger,
.bg-danger,
.nav.nav-pills.nav-pills-danger .nav-link.active {
  background-color: #ff518a !important;
} */

.badge-inverse,
.bg-inverse,
.nav.nav-pills.nav-pills-inverse .nav-link.active {
  background-color: #292b2c !important;
}

/* .badge-warning,
.bg-warning,
.nav.nav-pills.nav-pills-warning .nav-link.active {
  background-color: #eac459 !important;
} */

.bg-white {
  background-color: #fff !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: var(--green);
  background-color: var(--green);
}

/* .text-primary {
  color: var(--blue) !important;
} */

/* .text-success {
  color: #34bfa3 !important;
}

.text-warning {
  color: #eac459 !important;
}

.text-info {
  color: var(--blue) !important;
}

.text-danger {
  color: #ff518a !important;
} */

.border-primary {
  border-color: var(--blue) !important;
}

.border-success {
  border-color: #34bfa3 !important;
}

.border-warning {
  border-color: #eac459 !important;
}

.border-info {
  border-color: var(--blue) !important;
}

.border-danger {
  border-color: #ff518a !important;
}

.border-opacity {
  border-color: rgba(0, 0, 0, 0.125) !important;
}

@media (max-width: 991px) {
  .d-md-down-none {
    display: none !important;
  }
}

a.text-light:focus,
a.text-light:hover {
  color: #fff !important;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  margin: 0.5rem 0 0;
  border: none;
  -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
  box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
  font-size: 14px;
}

.dropdown-divider {
  background-color: #e5ebf8;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f6f9ff;
}

.opacity-3 {
  opacity: 0.3;
}

.app-header .d-user span,
.f12 {
  font-size: 12px;
}

.app-header .d-user h5,
.f18 {
  font-size: 18px;
  color: #222222;
}

.f24 {
  font-size: 24px;
}

.f30 {
  font-size: 30px;
}

.f50 {
  font-size: 50px;
}

.f60 {
  font-size: 60px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.nav-pill-custom .nav-link,
.nav-pills-sm .nav-link {
  border-radius: 30px !important;
}

.nav-pills-sm .nav-link {
  padding: 0.4em 1em;
  font-size: 12px;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: var(--blue);
}

.table-vertical-middle tr td {
  vertical-align: middle;
}

/* .border,
.table td,
.table th {
  border-color: #e5e9ec !important;
} */

/* .table td,
.table th {
  padding: 0.75rem 1rem;
} */

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e !important;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table .thead-light th {
  color: #495057;
  border-color: #e5e9ec;
  background-color: #f8fafb;
}

.table thead th {
  border-top: none;
}

.table tfoot th,
.table thead th {
  vertical-align: bottom;
  border-bottom: none;
}

.page-item.disabled .page-link,
.page-link {
  border-color: #e5e9ec;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
  z-index: 2;
  color: #fff;
  border-color: var(--blue);
  background-color: var(--blue);
}

.notification-list .nt-info a,
.page-link {
  color: #2c2c2c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--blue);
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1px solid rgba(86, 61, 124, 0.2);
  background-color: rgba(86, 61, 124, 0.15);
}

.close {
  font-weight: 300;
}

.alert-outline.alert-danger,
.alert-outline.alert-dark,
.alert-outline.alert-info,
.alert-outline.alert-primary,
.alert-outline.alert-secondary,
.alert-outline.alert-success,
.alert-outline.alert-warning {
  background: 0 0;
}

.alert-outline.alert-primary .close {
  color: #004085;
}

.alert-outline.alert-secondary .close {
  color: #464a4e;
}

.alert-outline.alert-success .close {
  color: #155724;
}

.alert-outline.alert-danger .close {
  color: #721c24;
}

.alert-outline.alert-warning .close {
  color: #856404;
}

.alert-outline.alert-info .close {
  color: #0c5460;
}

.alert-outline.alert-dark .close {
  color: #1b1e21;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
  color: var(--font-color-primary);
  margin-right: 5px;
}

.nav-tabs {
  border-bottom: 1px solid #e5e9ec !important;
  border-bottom: 0;
  /* justify-content: center; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #e5e9ec #e5e9ec #fff;
}

.nav.nav-tabs .nav-link.disabled {
  color: #bab8c3;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
  color: #fff;
}

.jstree-default .jstree-clicked {
  border-radius: 2px;
  background: #f2f6f9;
  -webkit-box-shadow: inset 0 0 1px #e6ebf8;
  box-shadow: inset 0 0 1px #e6ebf8;
}

.form-control {
  font-size: 0.9rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.9rem 1rem;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.15rem 0.5rem;
}

@media (min-width: 992px) {
  .picker-form .form-group label,
  .right-text-label-form .form-group label {
    text-align: right;
  }
}

.bootstrap-timepicker.dropdown-menu:after,
.bootstrap-timepicker.dropdown-menu:before,
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown:after,
.datepicker-dropdown:before,
[class*=" datetimepicker-dropdown"]:after,
[class*=" datetimepicker-dropdown"]:before {
  border: none;
}

.datepicker-dropdown:before {
  border-bottom-color: #fff;
}

.datepicker-inline,
.note-editor.note-frame {
  border: 1px solid #e5e9ec;
}

.datepicker,
.datetimepicker {
  z-index: 12000;
  width: 260px;
  padding: 10px;
}

.datepicker table,
.datetimepicker table,
.dt-cont {
  width: 100%;
}

.datepicker table tbody tr > td.day.today,
.datetimepicker table tbody tr > td.day.today,
.form-wizard .steps ul li.active span,
.form-wizard .steps ul li:hover span {
  color: #fff;
  background: var(--blue);
}

.dt-cont {
  position: relative;
  height: 400px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
  background-color: #ff518a;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active:hover {
  background-image: none;
  text-shadow: none;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker tfoot tr th:hover,
.datetimepicker table tr td span:hover,
.datetimepicker table tr td.day:hover,
.datetimepicker tfoot tr:first-child th:hover,
.datetimepicker thead tr:first-child th:hover {
  background: #f2f6f9;
}

.bootstrap-timepicker table td a:hover {
  border-color: #e5e9ec;
  border-radius: 4px;
  background-color: #f2f6f9;
}

.bootstrap-timepicker table td input {
  width: 35px;
  border: 1px solid #e5e9ec;
}

.note-editor.note-frame.card {
  border-radius: 0;
}

.note-editor.note-frame.card .btn-light {
  color: #111;
  border-color: #e5e9ec;
  background-color: #fff;
}

.note-editor.note-frame.card .card-header {
  background: #f8fafb;
}

.editor-toolbar.fullscreen {
  z-index: 1300;
}

.editor-toolbar {
  opacity: 1;
  border-top: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  border-left: 1px solid #e5e9ec;
}

.CodeMirror {
  border-color: #e5e9ec;
}

.navbar .nav-item .nav-link.nav-pill.user-avatar {
  margin-left: 20px;
}

.navbar .nav-item .nav-link.nav-pill.user-avatar img,
.navbar .nav-item .nav-pill.user-avatar.dropdown-toggle img {
  width: 35px;
  height: 35px;
  margin: 0;
  border: 0;
  border-radius: 50%;
}

.navbar-nav .navbar-toggler {
  color: #45567c;
}

/* .navbar-toggler {
  margin-right: 0px !important;
} */
.dropdown {
  text-transform: capitalize !important;
}
.app-header .navbar-nav .dropdown-menu {
  min-width: 250px;
  /* margin: 1.5rem 0 0; */
  border: none;
  -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
  box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
}

.app-header .navbar-nav .dropdown-menu:after {
  position: absolute;
  top: -10px;
  right: 20px;
  clear: both;
  width: 0;
  height: 0;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 6px solid transparent;
}

.app-header .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  color: #212529;
  font-size: 14px;
}
.dropdown-item .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.dropdown-item .notification-item i {
  margin: 0 20px 0 10px !important;
  font-size: 24px !important;
  padding-right: 0 !important;
}
.dropdown-item .notification-item h5 {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
.dropdown-item .notification-item p {
  font-size: 13px !important;
  margin-bottom: 3px !important;
  color: #919191 !important;
}
.app-header .navbar-nav .dropdown-menu.wallet .dropdown-item {
  padding: 0;
}
.app-header .navbar-nav .dropdown-menu .dropdown-item i {
  padding-right: 10px;
  font-size: 18px;
}

.app-header .navbar-nav .dropdown-menu .dropdown-header {
  /* margin-bottom: 8px; */
  color: #6c757d;
  border-bottom: 1px solid #e5e9ec;
  font-size: 15px;
}

.app-header .navbar-nav .dropdown-menu-right {
  right: -12px;
  left: auto;
}

/* .app-header .navbar-nav .dropdown-menu-accout {
  right: -25px
} */

.app-header .navbar-nav .dropdown-menu-ql-gird {
  min-width: 320px;
}

.app-header .navbar-nav .nav-link {
  color: #45567c;
}

.app-header .navbar-nav .nav-link .notification-alarm {
  position: absolute;
  top: 5px;
  right: 30%;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  padding: 0;
  border-radius: 100%;
  line-height: 5px;
}

.app-header .d-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.dropdown-slide .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.dropdown-slide.show .dropdown-menu.show {
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  border-radius: 4px;
  padding: 10px 0;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  min-width: 250px;
}

@media (max-width: 991px) {
  .app-header .navbar-brand {
    position: absolute;
    left: 0;
    margin-left: 0;
    text-align: center;
  }

  .text-light .navbar-nav .navbar-toggler {
    color: #fff;
  }
}

.quick-links-grid {
  display: inline-block;
  width: 100%;
}

.quick-links-grid .ql-grid-item {
  display: inherit;
  width: 49.3%;
  padding: 20px 5px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #45567c;
}

.quick-links-grid .ql-grid-item i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #d2d6eb;
  font-size: 32px;
}

.quick-links-grid .ql-grid-item .ql-grid-title {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.quick-links-grid .ql-grid-item:hover i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--blue);
}

.search-wrap {
  margin-top: 12%;
}

.search-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background: -o-linear-gradient(250deg, #7b2eff, #b368ff);
  background: linear-gradient(200deg, #7b2eff, #b368ff);
}

.search-container .close {
  position: fixed;
  z-index: 3;
  top: 40px;
  right: 60px;
  cursor: pointer;
  color: #fff;
  font-family: sans-serif;
}

.search-container .close span,
.search-container .close span:after,
.search-container .close span:before {
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  content: "";
  border-radius: 4px;
  background: #fff;
}

.search-container .close span {
  background: 0 0;
}

.search-container .close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-container .close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-container .outer-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 85px;
  cursor: pointer;
}

.search-container.open {
  visibility: visible;
  opacity: 1;
}

.custom-search.form-control,
.custom-search.form-control:focus {
  width: 100%;
  height: 80px;
  padding-left: 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 60px;
  font-weight: 300;
}

.custom-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.custom-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.custom-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.custom-search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.search-list {
  margin-top: 10%;
}

.search-list li {
  margin-bottom: 20px;
}

.search-list span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
}

.search-list a {
  text-decoration: none;
}

.navbar-brand-dark {
  background: #282a39 !important;
}

.nav-link.search-toggle {
  position: relative;
  top: 2px;
  line-height: normal;
}

.page-title {
  padding: 0;
  margin: 25px 0;
}

.page-title small {
  color: #92959e;
  font-size: 14px;
}

.title-block {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}

.title-block .breadcrumb,
.title-block .t-block-heading {
  margin-bottom: 0;
  padding: 0;
}

.task-d-list {
  margin-bottom: 0;
}

.task-d-list li {
  margin-bottom: 1rem;
}

.task-d-list li .task-list-action {
  opacity: 0;
}

.task-d-list li:hover .task-list-action {
  opacity: 1;
}

.task-d-list li:last-child {
  margin-bottom: 0;
}

.task-d-list li.list-mark {
  position: relative;
  padding-left: 15px;
}

.task-d-list li.list-mark:before {
  position: absolute;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  border-radius: 4px;
}

.task-d-list li.list-mark.list-primary:before {
  background: var(--blue);
}

.task-d-list li.list-mark.list-info:before {
  background: var(--blue);
}

.task-d-list li.list-mark.list-success:before {
  background: #34bfa3;
}

.task-d-list li.list-mark.list-danger:before {
  background: #ff518a;
}

.task-d-list li.list-mark.list-warning:before {
  background: #eac459;
}

.task-d-list li.list-mark.list-inverse:before {
  background: #292b2c;
}

.baseline,
.baseline .baseline-list {
  position: relative;
  border-color: #e5ebf8;
}

.baseline .baseline-list {
  padding-bottom: 1px;
}

.baseline .baseline-list:before {
  display: table;
  content: " ";
}

.baseline .baseline-list:after {
  display: table;
  position: absolute;
  top: 18px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 3px #e5ebf8 inset;
  box-shadow: 0 0 0 3px #e5ebf8 inset;
}

.baseline .baseline-list .baseline-info {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.baseline-border {
  border-left: 1px solid #e5ebf8;
}

.baseline-list.baseline-border {
  margin-left: -1px;
}

.baseline-primary {
  border-color: var(--blue) !important;
}

.baseline-primary:after {
  -webkit-box-shadow: 0 0 0 3px var(--blue) inset !important;
  box-shadow: 0 0 0 3px var(--blue) inset !important;
}

.baseline-success {
  border-color: #34bfa3 !important;
}

.baseline-success:after {
  -webkit-box-shadow: 0 0 0 3px #34bfa3 inset !important;
  box-shadow: 0 0 0 3px #34bfa3 inset !important;
}

.baseline-warning {
  border-color: #eac459 !important;
}

.baseline-warning:after {
  -webkit-box-shadow: 0 0 0 3px #eac459 inset !important;
  box-shadow: 0 0 0 3px #eac459 inset !important;
}

.baseline-info {
  border-color: var(--blue) !important;
}

.baseline-info:after {
  -webkit-box-shadow: 0 0 0 3px var(--blue) inset !important;
  box-shadow: 0 0 0 3px var(--blue) inset !important;
}

.baseline-danger {
  border-color: #ff518a !important;
}

.baseline-danger:after {
  -webkit-box-shadow: 0 0 0 3px #ff518a inset !important;
  box-shadow: 0 0 0 3px #ff518a inset !important;
}

.wb-icon-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
}

.btn-demo .btn {
  margin: 0 10px 10px 0;
}

/* .btn-square {
    border-radius: 0
} */
.btn-pill {
  border-radius: 50px;
}

.portlets-scroll-wrap {
  overflow-y: scroll;
}

.portlets-scroll {
  min-height: 101%;
}

.fontawesome-icon-list,
.simple-icon-list,
.themify-icon-list,
.weather-icon-box {
  margin-bottom: 30px;
}

.fontawesome-icon-list .preview,
.simple-icon-list .preview,
.themify-icon-list .preview,
.weather-icon-box .preview {
  padding: 15px;
}

.fontawesome-icon-list .preview:hover,
.simple-icon-list .preview:hover,
.themify-icon-list .preview:hover,
.weather-icon-box .preview:hover {
  background: #f2f6f9;
}

.fontawesome-icon-list .preview i,
.simple-icon-list .preview i,
.themify-icon-list .preview i,
.weather-icon-box .preview i {
  padding-right: 15px;
  font-size: 18px;
}

.notification-list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e9ec;
}

.notification-list .nt-thumb {
  float: left;
  margin-top: 5px;
}

.notification-list .nt-thumb img {
  width: 24px;
  height: auto;
}

.notification-list .nt-info {
  display: block;
  overflow: hidden;
}

.notification-list .nt-info p {
  margin-bottom: 0;
  color: #62686e;
  font-size: 12px;
  line-height: normal;
}

.notification-list .nt-info .nt-title {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
}

#flotTip {
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
}

.pieLabel div {
  font-size: 11px !important;
  font-weight: 400;
  line-height: normal;
}

.legend table {
  left: 35px;
}

.legend > div {
  left: 33px !important;
  opacity: 0.85;
}

.earning-chart-space {
  width: 100%;
  height: 268px;
  margin: 0 auto;
  text-align: center;
}

.earning-chart-info {
  padding: 15px 0 0;
}

.series-list input {
  margin-right: 10px;
}

.f-c-space {
  width: 100%;
  height: 280px;
  margin: 0 auto;
  text-align: center;
}

.search-result-Stats {
  padding: 15px 0;
}

.search-results {
  margin-top: 20px;
}

.search-results li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e9ec;
}

.search-results li .title {
  margin-bottom: 10px;
}

.search-results a:hover {
  color: var(--blue);
}

.pagination-custom a,
.pagination-custom a:hover,
.search-results a {
  color: #2c2c2c;
}

.pagination-custom .page-link {
  border: 1px solid #e5e9ec;
}

.pagination-custom .page-link:focus,
.pagination-custom .page-link:hover {
  color: #2c2c2c;
  background-color: #e5e9ec;
}

.table-show-hide {
  position: absolute;
  z-index: 100;
  left: 40px;
}

.table-show-hide a:not([href]):not([tabindex]) {
  margin: 0 5px;
  cursor: pointer;
  color: #2c2c2c;
}

.table-show-hide a:not([href]):not([tabindex]):focus,
.table-show-hide a:not([href]):not([tabindex]):hover {
  color: var(--blue);
}

@media (max-width: 991px) {
  .table-show-hide {
    position: static;
  }
}

td.details-control {
  cursor: pointer;
  background: url(../img/details_open.png) no-repeat center center;
}

tr.details td.details-control {
  background: url(../img/details_close.png) no-repeat center center;
}

.vmap-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

.jqvmap-zoomin,
.jvectormap-zoomin {
  position: absolute;
  z-index: 70;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover,
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.jqvmap-zoomout,
.jvectormap-zoomout {
  position: absolute;
  z-index: 70;
  top: 0;
  left: 27px;
}

.jqvmap-zoomin,
.jqvmap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 28px;
  height: 28px;
  cursor: pointer;
  text-align: center;
  color: #545454;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background: #fff;
  line-height: 28px;
}

.jvectormap-label {
  position: absolute;
  z-index: 11;
  display: none;
  padding: 3px 5px;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.fc-unthemed th.fc-day-header {
  padding: 0.7rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
  padding: 0.5rem;
}

/* a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
} */

.fc-unthemed .fc-toolbar .fc-button {
  border: 1px solid #e5e9ec;
  background: #f8fafb;
  text-shadow: none !important;
  height: 2.75rem;
  padding: 0 1.25rem;
  outline: none !important;
  font-size: 0.9rem;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-disabled {
  color: #aaacbb;
  background: #f4f5f7;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  color: #fff;
  border: 0;
  background: var(--blue);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.fc-unthemed .fc-toolbar h2 {
  margin-top: 0.7rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

.fc-event,
.fc-event-dot {
  background-color: #eef2f5;
}

.fc-event {
  border: 1px solid #eef2f5;
}

.d-fc-event-primary {
  border: none;
  background: var(--blue);
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
  color: #fff;
}

.d-fc-event-success {
  border: none;
  background: #34bfa3;
}

.d-fc-event-danger {
  border: none;
  background: #ff518a;
}

.d-fc-event-warning {
  border: none;
  background: #eac459;
}

.d-fc-event-info {
  border: none;
  background: var(--blue);
}

.fc-ltr .fc-h-event.fc-not-start {
  padding-left: 10px;
}

.fc-day-grid-event {
  padding: 10px;
}

.fc-popover .fc-header {
  padding: 6px;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 6px;
  font-size: 0.9em;
}

.fc-event-container a {
  margin-bottom: 3px;
}

.fc-popover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fc-title {
  font-weight: 500;
}

@media (max-width: 992px) {
  .fc-unthemed .fc-toolbar .fc-button {
    height: 2rem;
  }

  .fc-unthemed th.fc-day-header {
    padding: 0.3rem 0.5rem;
  }

  .fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem;
  }

  .fc-unthemed .fc-toolbar .fc-center,
  .fc-unthemed .fc-toolbar .fc-left,
  .fc-unthemed .fc-toolbar .fc-right {
    display: block;
    float: none;
    margin-bottom: 1rem;
    text-align: center;
  }

  .fc-unthemed .fc-toolbar .fc-center h2,
  .fc-unthemed .fc-toolbar .fc-left h2,
  .fc-unthemed .fc-toolbar .fc-right h2 {
    float: none;
    text-align: center;
  }

  .fc-unthemed .fc-toolbar .fc-center > .fc-button-group,
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button-group {
    display: inline-block;
    float: none;
  }

  .fc-unthemed .fc-toolbar .fc-center > .fc-button,
  .fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button,
  .fc-unthemed .fc-toolbar .fc-left > .fc-button,
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button,
  .fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button {
    float: none;
  }
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
  border-color: #34bfa3;
  background: #34bfa3;
}

.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
  border-color: #ff518a;
  background: #ff518a;
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
  border-color: #eac459;
  background: #eac459;
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
  border-color: var(--blue);
  background: var(--blue);
}

.fc-unthemed .fc-list-item .fc-event-dot {
  border-color: #53505f;
  background: #53505f;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-item:hover td,
.fc-unthemed .fc-popover .fc-header {
  background: #f8fafb;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e5e9ec;
}

.fc-list-table td {
  padding: 15px;
}

.calendar-event-list .fc-event {
  margin-bottom: 10px;
  padding: 10px;
  cursor: move;
  color: #2c2c2c;
}

#calendar-external-events .fc-day-grid-event {
  padding: 5px;
}

.brand {
  display: block;
  margin-bottom: 35px;
}

.login-wrapper {
  max-width: 450px;
  margin: auto;
  height: 100vh;
}

.form-signin {
  /* padding: 20px; */
  padding: 40px 20px 25px;
  background: rgba(255, 255, 255, 0.7);
  /* background: #fff; */
  border: none;
  border-radius: 6px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.contact-links p a {
  color: #212529;
}
.contact-links p a:hover {
  color: var(--blue);
}
.agent-form {
  max-width: 100%;
}

.form-signin .form-signin-heading {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: 400;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 6px 20px;
  font-size: var(--font-14);
}

.form-signin .form-control:focus {
  z-index: 2;
}

.signin-gray-bg {
  background: #f2f6f9;
}

.signin-body-background {
  background-image: url(../img/signin-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.form-lock {
  position: relative;
  max-width: 400px;
  margin: 15% auto;
  background: #fff;
}

.form-control {
  /* border-color: #e5e9ec; */
  font-size: 13px;
  line-height: 2;
}

.form-text {
  font-size: 0.85rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 5px);
}

.bd-example > .form-control + .form-control {
  margin-top: 1rem;
}

.form-control:focus {
  border-color: var(--blue);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-wrapper:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-square {
  border-radius: 0;
}

.form-control-pill,
select.form-control-pill {
  border-radius: 40px;
}

.select-wrapper.form-control-pill select.form-control,
.step legend,
select.form-control-square {
  border: none;
}

.select-wrapper {
  display: inherit;
  padding: 0 10px;
  border: 1px solid #e5e9ec;
  border-radius: 0;
}

.select-wrapper.form-control-pill:focus,
.select-wrapper:focus {
  border: 1px solid var(--blue);
  outline: none;
}

.select-wrapper.form-control-pill {
  display: inherit;
  padding: 0 15px;
  border: 1px solid #e5e9ec;
  border-radius: 40px;
}

.input-group-addon-bg-none {
  background: 0 0;
}

.input-group-addon {
  border: 1px solid #e5e9ec;
}

.form-check-input {
  margin-top: 0.4rem;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef !important;
}

.control {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background: #fff;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control input:checked ~ .control__indicator {
  border: none;
  background: var(--blue);
}

.control input:checked:focus ~ .control__indicator,
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: var(--blue);
}

.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  top: 3px;
  left: 7px;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.control-outline input:checked ~ .control__indicator {
  border: none;
  background: var(--blue);
}

.control.control-outline input:checked ~ .control__indicator {
  border: 1px solid var(--blue);
  background: 0 0;
}

.control.control-outline input:checked:focus ~ .control__indicator,
.control.control-outline:hover
  input:not([disabled]):checked
  ~ .control__indicator {
  border: 1px solid var(--blue);
  background: 0 0;
}

.control-outline.control--checkbox .control__indicator:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
}

.control.control-outline.control-outline-success
  input:checked
  ~ .control__indicator {
  border: 1px solid #34bfa3;
  background: 0 0;
}

.control.control-outline.control-outline-success
  input:checked:focus
  ~ .control__indicator,
.control.control-outline.control-outline-success:hover
  input:not([disabled]):checked
  ~ .control__indicator {
  border: 1px solid #34bfa3;
  background: 0 0;
}

.control-outline.control-outline-success.control--checkbox
  .control__indicator:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #34bfa3;
  border-width: 0 2px 2px 0;
}

.control.control-outline.control-outline-warning
  input:checked
  ~ .control__indicator {
  border: 1px solid #eac459;
  background: 0 0;
}

.control.control-outline.control-outline-warning
  input:checked:focus
  ~ .control__indicator,
.control.control-outline.control-outline-warning:hover
  input:not([disabled]):checked
  ~ .control__indicator {
  border: 1px solid #eac459;
  background: 0 0;
}

.control-outline.control-outline-warning.control--checkbox
  .control__indicator:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #eac459;
  border-width: 0 2px 2px 0;
}

.control.control-outline.control-outline-danger
  input:checked
  ~ .control__indicator {
  border: 1px solid #ff518a;
  background: 0 0;
}

.control.control-outline.control-outline-danger
  input:checked:focus
  ~ .control__indicator,
.control.control-outline.control-outline-danger:hover
  input:not([disabled]):checked
  ~ .control__indicator {
  border: 1px solid #ff518a;
  background: 0 0;
}

.control-outline.control-outline-danger.control--checkbox
  .control__indicator:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #ff518a;
  border-width: 0 2px 2px 0;
}

.control.control-outline.control-outline-info
  input:checked
  ~ .control__indicator {
  border: 1px solid var(--blue);
  background: 0 0;
}

.control.control-outline.control-outline-info
  input:checked:focus
  ~ .control__indicator,
.control.control-outline.control-outline-info:hover
  input:not([disabled]):checked
  ~ .control__indicator {
  border: 1px solid var(--blue);
  background: 0 0;
}

.control-outline.control-outline-info.control--checkbox
  .control__indicator:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
}

.control-outline.control--radio .control__indicator:after {
  border-radius: 50%;
  background: var(--blue);
}

.control-outline.control-outline-info.control--radio .control__indicator:after {
  border-radius: 50%;
  background: var(--blue);
}

.control-outline.control-outline-success.control--radio
  .control__indicator:after {
  border-radius: 50%;
  background: #34bfa3;
}

.control-outline.control-outline-warning.control--radio
  .control__indicator:after {
  border-radius: 50%;
  background: #eac459;
}

.control-outline.control-outline-danger.control--radio
  .control__indicator:after {
  border-radius: 50%;
  background: #ff518a;
}

.control--checkbox.control-solid .control__indicator:after {
  top: 4px;
  left: 8px;
}

.control.control-solid.control-solid-primary
  input:checked
  ~ .control__indicator {
  background: var(--blue);
}

.control.control-solid.control-solid-info input:checked ~ .control__indicator {
  background: var(--blue);
}

.control.control-solid.control-solid-success
  input:checked
  ~ .control__indicator {
  background: #34bfa3;
}

.control.control-solid.control-solid-warning
  input:checked
  ~ .control__indicator {
  background: #eac459;
}

.control.control-solid.control-solid-danger
  input:checked
  ~ .control__indicator {
  background: #ff518a;
}

.control-solid.control--radio .control__indicator:after {
  background: var(--blue);
}

.control-solid.control-solid-info.control--radio .control__indicator:after {
  background: var(--blue);
}

.control-solid.control-solid-success.control--radio .control__indicator:after {
  background: #34bfa3;
}

.control-solid.control-solid-warning.control--radio .control__indicator:after {
  background: #eac459;
}

.control-solid.control-solid-danger.control--radio .control__indicator:after {
  background: #ff518a;
}

.dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 2px dashed #e5e9ec;
  border-radius: 4px;
  -o-border-image: none;
  border-image: none;
  background: #fff;
}

.dropzone-primary {
  border: 2px dashed var(--blue);
}

.dropzone-info {
  border: 2px dashed var(--blue);
}

.dropzone-success {
  border: 2px dashed #34bfa3;
}

.dropzone-warning {
  border: 2px dashed #eac459;
}

.dropzone-danger {
  border: 2px dashed #ff518a;
}

.btn-border {
  border-color: #e5e9ec;
}

.btn-border:hover {
  background: #f1f3f4;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 10px 15px;
}

.bootstrap-touchspin .input-group-btn-vertical {
  display: inline-block;
  width: auto;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 0.8rem;
  top: 5px;
  left: 10px;
}

.bootstrap-touchspin .form-control.bootstrap-touchspin-vertical-btn {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.ms-container .ms-list {
  border: 1px solid #e5e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-selectable .search-input,
.ms-selection .search-input {
  margin-bottom: 20px;
}

.ms-container .ms-list.ms-focus {
  border-color: var(--blue);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background-color: var(--blue);
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
  background: #e5e9ec;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  top: 25px;
}

.irs-line,
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  height: 8px;
}

.irs-bar,
.irs-bar-edge {
  top: 25px;
  height: 8px;
  background: #ed5565;
}

.irs-bar-edge {
  width: 9px;
}

.irs-shadow {
  top: 34px;
  height: 3px;
  opacity: 0.25;
  background: #000;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  top: 22px;
  width: 2px;
  height: 14px;
  background: #ed5565;
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
  text-shadow: none;
  font-size: 10px;
  line-height: 1.333;
}

.irs-max,
.irs-min {
  top: 0;
  background: #e5e9ec;
  padding: 1px 3px;
  color: #8d8d8d;
  border-radius: 2px;
}

.irs-from,
.irs-single,
.irs-to {
  padding: 1px 5px;
  color: #fff;
  border-radius: 10px;
  background: #ed5565;
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-left: -3px;
  content: "";
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

.ion-primary .irs-bar,
.ion-primary .irs-bar-edge,
.ion-primary .irs-from,
.ion-primary .irs-single,
.ion-primary .irs-slider,
.ion-primary .irs-to {
  background: var(--blue);
}

.ion-primary .irs-from:after,
.ion-primary .irs-single:after,
.ion-primary .irs-to:after {
  border-top-color: var(--blue);
}

.ion-success .irs-bar,
.ion-success .irs-bar-edge,
.ion-success .irs-from,
.ion-success .irs-single,
.ion-success .irs-slider,
.ion-success .irs-to {
  background: #34bfa3;
}

.ion-success .irs-from:after,
.ion-success .irs-single:after,
.ion-success .irs-to:after {
  border-top-color: #34bfa3;
}

.ion-info .irs-bar,
.ion-info .irs-bar-edge,
.ion-info .irs-from,
.ion-info .irs-single,
.ion-info .irs-slider,
.ion-info .irs-to {
  background: var(--blue);
}

.ion-info .irs-from:after,
.ion-info .irs-single:after,
.ion-info .irs-to:after {
  border-top-color: var(--blue);
}

.ion-warning .irs-bar,
.ion-warning .irs-bar-edge,
.ion-warning .irs-from,
.ion-warning .irs-single,
.ion-warning .irs-slider,
.ion-warning .irs-to {
  background: #eac459;
}

.ion-warning .irs-from:after,
.ion-warning .irs-single:after,
.ion-warning .irs-to:after {
  border-top-color: #eac459;
}

.ion-danger .irs-bar,
.ion-danger .irs-bar-edge,
.ion-danger .irs-from,
.ion-danger .irs-single,
.ion-danger .irs-slider,
.ion-danger .irs-to {
  background: #ff518a;
}

.ion-danger .irs-from:after,
.ion-danger .irs-single:after,
.ion-danger .irs-to:after {
  border-top-color: #ff518a;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.wizard > .content > .body input {
  border: 1px solid #e5e9ec;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #292b2c;
  position: relative;
  padding: 0.65rem 1rem;
  line-height: 1.25;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 0.8rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  min-height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
  right: 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  top: 1px;
  right: 15px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  border: 1px solid #e5e9ec;
  background-color: #f2f6f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e5e9ec;
  outline: none;
}

.select2-container,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  outline: none;
}

.select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
  box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: rgb(0, 0, 0);
  background-color: #eeeeee;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: rgb(0, 0, 0);
  background-color: #eeeeee;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px var(--blue) solid;
  outline: 0;
  border-color: var(--blue);
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
  .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--blue);
}

.has-info,
.has-info .form-text {
  color: var(--blue);
}

.has-info .has-input {
  border-color: var(--blue);
}

.has-success,
.has-success .form-text {
  color: #34bfa3;
}

.has-success .has-input {
  border-color: #34bfa3;
}

.has-warning,
.has-warning .form-text {
  color: #eac459;
}

.has-warning .has-input {
  border-color: #eac459;
}

.has-danger,
.has-danger .form-text {
  color: #ff518a;
}

.has-danger .has-input {
  border-color: #ff518a;
}

.feedback-icon-form .form-control-feedback {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
  line-height: 34px;
}

.feedback-icon-form .has-feedback .form-control-feedback {
  right: 15px;
}

.error.help-block,
.has-error .help-block {
  color: #ff518a;
}

.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .input,
.ui.form .field.error label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .input,
.ui.form .fields.error .field label {
  color: #ff518a;
}

.ui.grid > .row > .column {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="url"],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
  border-color: #ff518a;
}

.ui.red.label,
.ui.red.labels .label {
  color: #fff !important;
  border-color: #ff518a !important;
  background-color: #ff518a !important;
}

.ui.form .field {
  margin-bottom: 0;
}

.form-wizard {
  position: relative;
  display: table;
  max-width: 540px;
  margin: 0 auto 30px;
}

.form-wizard .steps {
  overflow: hidden;
  margin: 40px 0;
}

.form-wizard .steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-wizard .steps ul li {
  position: relative;
  float: left;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-wizard .steps ul li.active,
.form-wizard .steps ul li:hover {
  color: #292b2c;
}

.form-wizard .steps ul li.active::after,
.form-wizard .steps ul li:hover::after {
  width: 100%;
  background: var(--blue);
}

.form-wizard .steps ul li::before {
  position: absolute;
  top: 20px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-wizard .steps ul li span,
.form-wizard .steps ul li::after,
.form-wizard .steps ul li::before {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #e5e9ec;
}

.form-wizard .steps ul li::after {
  top: 20px;
  left: -50%;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  height: 2px;
  width: 0;
}

.form-wizard .steps ul li span {
  position: relative;
  z-index: 1;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 15px;
  text-align: center;
  color: #000;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.form-wizard .steps ul li:first-child::after,
.form-wizard .steps ul li:first-child::before {
  display: none;
}

.form-container {
  left: 100%;
  display: none;
  clear: both;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
  box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
}

.aws-container .aws-tooltip span,
.form-container.active,
.step label,
.stepy-titles li span {
  display: block;
}

.form-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 18px;
}

.stepy-tab {
  margin: 40px 0;
  text-align: center;
}

.stepy-tab ul {
  display: inline-block;
  list-style: none;
}

.button-back,
.stepy-tab ul li {
  float: left;
}

.button-next,
.finish {
  float: right;
}

.button-back,
.button-next,
.finish {
  cursor: pointer;
  text-decoration: none;
}

.step {
  clear: left;
}

.stepy-titles li {
  float: left;
  margin: 10px 15px;
  cursor: pointer;
  color: #757575;
}

.stepy-titles li div,
.stepy-titles li.current-step div {
  width: auto;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
}

.stepy-titles li.current-step div {
  cursor: auto;
  color: #fff;
  background: #ff518a;
}

.stepy-titles li div {
  padding: 0 40px;
  font-size: 16px;
  font-weight: 300;
}

.wizard > .content {
  min-height: 25em;
  margin: 0.5em;
  border: 1px solid #e5e9ec;
  background: #fff;
}

.stepy-titles li div,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
  color: #fff;
  background: #7a88a7;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
  color: #fff;
  background: var(--blue);
}

.wizard > .content > .body input:focus {
  border: 1px solid var(--blue);
}

.wizard > .content > .body label.error {
  margin-left: 0;
  color: #ff518a;
}

.wizard > .content > .body input.error {
  margin-right: 10px;
  color: #ff518a;
  border: 1px solid #ff518a;
  background: #ffd9e6;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
  color: #fff;
  background: #dec6fb;
}

.wizard > .steps .number {
  display: inline-block;
  width: 80px;
  height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 50px;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
  padding: 0;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
  background: var(--blue);
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
  color: #282a39;
  border: 1px solid #e5e9ec;
  background: #fff;
}

.wizard > .content > .body ul {
  list-style: none !important;
}

.tgl {
  display: none;
}

.tgl,
.tgl *,
.tgl :after,
.tgl :before,
.tgl + .tgl-btn,
.tgl:after,
.tgl:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}

.tgl ::selection,
.tgl :after::selection,
.tgl :before::selection,
.tgl + .tgl-btn::selection,
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection {
  background: 0 0;
}

.tgl + .tgl-btn {
  position: relative;
  display: block;
  width: 4em;
  height: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

.tgl + .tgl-btn:after {
  display: block;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  width: 50%;
  height: 100%;
  content: "";
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 2em;
  background: #f0f0f0;
}

.tgl-light + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
  background: #fff;
}

.tgl-light:checked + .tgl-btn {
  background: #9fd6ae;
}

.tgl-ios + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
  border-radius: 2em;
  background: #fbfbfb;
}

.tgl-ios + .tgl-btn:after {
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}

.tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #45567c;
  font-family: sans-serif;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
  position: absolute;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 2em;
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #45567c;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn,
.tgl-flat + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  border: 4px solid #f2f2f2;
  background: #fff;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  content: "";
  border-radius: 1em;
  background: #f2f2f2;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7fc6a6;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7fc6a6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.tgl-flip + .tgl-btn:after,
.tgl-flip + .tgl-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  line-height: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: #02c66f;
}

.tgl-flip + .tgl-btn:before {
  background: #ff3a19;
  content: attr(data-tg-off);
  background: #45567c;
}

.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  left: 0;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background: #7fc6a6;
}

.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
  transform: rotateY(20deg);
}

.tgl-flat.tgl-flat-primary:checked + .tgl-btn:after,
.tgl-primary:checked + .tgl-btn {
  background: var(--blue);
}

.tgl-flat.tgl-flat-info:checked + .tgl-btn:after,
.tgl-info:checked + .tgl-btn {
  background: var(--blue);
}

.tgl-flat.tgl-flat-success:checked + .tgl-btn:after,
.tgl-success:checked + .tgl-btn {
  background: #34bfa3;
}

.tgl-flat.tgl-flat-warning:checked + .tgl-btn:after,
.tgl-warning:checked + .tgl-btn {
  background: #eac459;
}

.tgl-danger:checked + .tgl-btn,
.tgl-flat.tgl-flat-danger:checked + .tgl-btn:after {
  background: #ff518a;
}

.tgl-flat.tgl-flat-primary:checked + .tgl-btn {
  border: 4px solid var(--blue);
}

.tgl-flat.tgl-flat-info:checked + .tgl-btn {
  border: 4px solid var(--blue);
}

.tgl-flat.tgl-flat-success:checked + .tgl-btn {
  border: 4px solid #34bfa3;
}

.tgl-flat.tgl-flat-warning:checked + .tgl-btn {
  border: 4px solid #eac459;
}

.tgl-flat.tgl-flat-danger:checked + .tgl-btn {
  border: 4px solid #ff518a;
}

.tgl-flip.tgl-flip-primary:checked + .tgl-btn:after {
  background: var(--blue);
}

.tgl-flip.tgl-flip-info:checked + .tgl-btn:after {
  background: var(--blue);
}

.tgl-flip.tgl-flip-success:checked + .tgl-btn:after {
  background: #34bfa3;
}

.tgl-flip.tgl-flip-warning:checked + .tgl-btn:after {
  background: #eac459;
}

.tgl-flip.tgl-flip-danger:checked + .tgl-btn:after {
  background: #ff518a;
}

.error-wrap {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 30%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.error-wrap h1 {
  margin: 0;
  font-size: 100px;
  font-weight: 700;
}

.error-wrap .btn {
  padding: 12px 40px;
  font-size: 14px;
}

.error-img {
  position: absolute;
  right: 5%;
  bottom: 3%;
  left: auto;
}

.border-bottom-1 {
  border-bottom: 1px solid #e5e9ec;
}

.profile-img {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../img/profile.jpg) no-repeat;
  background-size: cover;
}

.profile-text-shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.profile-status .form-control {
  border: none;
}

.profile-status .nav.nav-pills .nav-link,
.profile-status .nav.nav-tabs .nav-link {
  color: #53505f;
}

.profile-status .nav.nav-pills .nav-link.active {
  color: #fff;
}

.profile-timeline {
  padding: 0;
  list-style: none;
}

.profile-timeline li {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0;
  border-top: 1px solid #e5e9ec;
}

.profile-timeline li .profile-timeline-thumb {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.profile-timeline li .profile-timeline-thumb img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile-timeline li .profile-timeline-thumb-desk {
  float: left;
  width: 90%;
  padding-bottom: 15px;
  color: #292b2c;
}

.profile-timeline li .profile-timeline-thumb-desk span {
  display: block;
  color: #53505f;
}

.profile-timeline li .profile-timeline-thumb-desk .profile-gallery a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.profile-timeline li .profile-timeline-thumb-desk .profile-gallery a img {
  max-width: 200px;
  height: auto;
}

.profile-timeline ul {
  padding-left: 50px;
}

.profile-timeline ul .profile-timeline-thumb {
  float: left;
  width: 35px;
  margin-right: 10px;
}

.profile-timeline ul .profile-timeline-thumb img {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.aws-container {
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--blue);
}

.aws-container .aws-content {
  padding: 32px;
}

.aws-container .aws-content nav {
  margin-bottom: 60px;
  font-size: 16px;
}

.aws-container .aws-content nav span {
  margin: 0 10px;
  cursor: pointer;
  color: #fff;
}

.aws-container .aws-content nav span.aws-active {
  padding: 3px 8px;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.aws-container .aws-details {
  position: relative;
  overflow: hidden;
  height: 100px;
  background-color: #fefefe;
}

.aws-container .aws-details:after {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 50%;
  bottom: 28px;
  width: 1px;
  content: " ";
  background-color: #e8e8e8;
}

@media (max-width: 575px) {
  .aws-container .aws-details:after {
    background: 0 0;
  }
}

.aws-container .aws-details .aws-block-info {
  padding: 26px 15px 28px;
}

.aws-container .aws-details .aws-block-info h3 {
  margin: 0 0 5px;
  color: #4a4a4a;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .aws-container .aws-details .aws-block-info h3 {
    font-size: 16px;
  }
}

.aws-container,
.aws-container .aws-details .aws-block-info h3[data-status] {
  position: relative;
}

.aws-container .aws-details .aws-block-info h3[data-status]:before {
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  content: " ";
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.aws-container .aws-details .aws-block-info h3[data-status] span {
  padding-left: 22px;
}

.aws-container .aws-details .aws-block-info h3[data-status="up"]:before {
  border-bottom: 8px solid var(--blue);
}

.aws-container .aws-details .aws-block-info h3[data-status="down"]:before {
  border-top: 8px solid var(--blue);
}

.aws-container .aws-details .aws-block-info h5 {
  margin: 0;
  color: #9d9c9c;
  font-size: 12px;
}

.aws-container .aws-tooltip {
  position: absolute;
  z-index: 99;
  width: 120px;
  padding: 9px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.3);
}

.aws-container .aws-tooltip.aws-for-file {
  width: 160px;
}

.aws-container .aws-tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: " ";
  border-top: 8px solid rgba(255, 255, 255, 0.8);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.aws-container .aws-tooltip span:nth-child(1) {
  font-size: 11px !important;
}

.aws-container .aws-tooltip span:nth-child(2) {
  font-size: 13px !important;
}

.jqstooltip {
  width: 35px;
  height: 22px !important;
}

/* ================= new css ====================  */
.font-30 {
  font-size: var(--font-30);
}

.font-24 {
  font-size: var(--font-24);
}

.font-14 {
  font-size: var(--font-14);
}

.font-12 {
  font-size: var(--font-12);
}

.font-10 {
  font-size: var(--font-10);
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* body {
  font-size: var(--font-14);
  color: #333;
} */

.has-bg {
  background-color: #f6f9ff;
  height: 100vh;
}

/* .h1,
h1 {
  font-size: 30px;
} */

/* .text-primary {
  color: var(--blue);
} */

.h-100-vh {
  height: 100vh;
}

.input-group-addon {
  background: #e8f7ff;
  color: var(--blue);
  border: 1px solid #e3e3e3;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .form-control {
  border-radius: 5px;
  border-color: #e3e3e3;
} */

.search-input {
  position: relative;
  min-width: 320px;
  padding-left: 15px;
}

.search-input .form-control {
  border-radius: 100px !important;
  padding: 5px 15px;
  background: #ffffff;
  border-color: #01afee;
  padding-left: 35px;
}

.search-input .form-control::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}

.search-input .form-control::-moz-placeholder {
  color: #000;
}

.search-input .form-control:-ms-input-placeholder {
  color: #000;
}

.search-input .form-control::-ms-input-placeholder {
  color: #000;
}

.search-input .form-control::placeholder {
  color: #000;
}

.search-input .input-group-prepend {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 9;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f8f9fa;
  border-right: transparent;
}

.mb-30 {
  margin-bottom: 30px;
}

.welcome-card {
  background: url(../img/greeting-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  min-height: 235px;
}

.welcome-card .card-header {
  background-color: transparent;
}

.welcome-card .btn {
  background-color: #fff;
  padding: 8px 30px;
  color: var(--blue);
  border: none;
}

.welcome-card .card-title {
  font-size: var(--font-24) !important;
  margin-bottom: 15px;
}

.theme-btn-light {
  background-color: var(--light-theme) !important;
  color: var(--blue);
  border-color: transparent;
  padding: 8px 30px;
}

.user-profile {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

.btn-danger {
  background-color: var(--green);
  border-color: var(--green);
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: var(--green-hover) !important;
  border-color: var(--green-hover) !important;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}

/* .user-avatar img {
  border: 2px solid #fff !important;
} */

/* roles  */
#roles_table tr td:first-child,
#roles_table tr th:first-child {
  text-align: center;
  max-width: 40px;
}

#roles_table tr td:last-child::before,
#roles_table tr th:last-child::before,
#roles_table tr td:last-child::after,
#roles_table tr th:last-child::after {
  display: none;
}

#roles_table tr th:last-child {
  padding-right: 20px;
}

#customerType tr td:first-child,
#customerType tr th:first-child {
  text-align: center;
}

#customerType tr td:last-child,
#customerType tr th:last-child {
  max-width: 30px;
}

#customerType tr th:last-child {
  padding-right: 40px;
}

#customerType tr td:last-child::before,
#customerType tr th:last-child::before,
#customerType tr td:last-child::after,
#customerType tr th:last-child::after {
  display: none;
}

#returnTickets tr td:first-child,
#returnTickets tr th:first-child {
  text-align: center;
}

.dataTables_paginate {
  padding: 0px !important;
  margin: 0px;
  margin-top: 20px !important;
}

.dataTables_info {
  margin-top: 20px !important;
  padding: 0px !important;
}

.breadcrumb {
  padding: 0px;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #02c66f;
}

.table tfoot th,
.table thead th {
  background: #f6f9ff;
}
.table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
}
/* .border,
.table td,
.table th {
  border-color: #e3e3e3 !important;
} */

/* .table td,
.table th {
  padding: 15px;
} */

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}

.allocate-card {
  margin-top: 35px;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.allocate-card h5 {
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  background-color: #eeeeee;
  border-bottom: 0px;
  text-align: center;
}

.allocate-card .body {
  padding: 10px;
}

.allocate-card ul {
  max-height: calc(100% - 50px);
  overflow: auto;
  position: absolute;
  width: 100%;
  left: 0px;
  padding-left: 15px;
  margin: 0px;
}

/* width */
.allocate-card ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.allocate-card ul::-webkit-scrollbar-track {
  background: #eeeeee;
}

/* Handle */
.allocate-card ul::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

/* Handle on hover */
.allocate-card ul::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

.h-150 {
  height: 150px;
}

.select2-results__option {
  padding: 10px;
  line-height: 1;
}

.select2-results__options {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 80px;
  display: inline-block;
  margin: 0px 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  border: 1px solid #e3e3e3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--blue);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrapper span {
  line-height: 2.5;
  font-weight: 500;
  vertical-align: middle;
}

/* .container-fluid {
    max-width: calc(100vw - 265px);
} */
.btn-light-blue {
  background-color: #65cbfa;
  border-color: #65cbfa;
}

.btn-light-blue:hover,
.btn-light-blue:focus {
  background-color: var(--blue);
  border-color: var(--blue);
}

.return-card .btn {
  min-width: 100px;
}

/* mandip */
.hl-26 {
  line-height: 26px;
}

.search-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  background: var(--blue);
  color: white;
  height: calc(100% - 2px);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 31px;
  border-radius: 100px;
  right: 4px;
  top: 4px;
}

.mt-35 {
  margin-top: 35px;
}

.dpYears .input-group-addon {
  width: auto;
  height: auto;
}

.h-40 {
  height: 40px;
}

.dpYears .input-group-addon {
  background: #f7f7f7;
  color: #6a6a6a;
  padding: 8px 10px;
}

.datepicker td,
.datepicker th {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
  background-color: var(--blue);
  color: #fff;
}

th.dow {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

label strong {
  font-weight: 600;
}

.dataTables_wrapper .dataTables_filter > input {
  width: 215px !important;
  margin-left: auto;
  border-radius: 100px;
  padding-right: 40px;
}

.search-icon.squere {
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
}

.dataTables_wrapper .dataTables_filter {
  position: relative;
}

table.dataTable {
  margin-top: 0px !important;
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.modal-dialog-centered .modal-content {
  width: 100%;
}

.modal-header .close {
  cursor: pointer;
}

.control--radio .control__indicator:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
}

.control--radio .control__indicator {
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e3e3e3;
  /* border-radius: 2px; */
  background: #fff;
}

.control--radio.control {
  padding-left: 25px;
  margin-right: 5px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-file-wrapper {
  padding: 20px;
  border: 2px dashed #e3e3e3;
}

.upload-park-img {
  position: relative;
  width: auto;
}

.remove-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background-color: var(--danger-color);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr
    15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
}

.gallery img {
  max-width: 100%;
}

.terms-condition li {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  /* border-bottom: 1px solid #e3e3e3; */
  font-size: 16px;
  font-weight: 500;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  background-color: var(--green);
  color: #fff;
  border-radius: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* border-color: #e3e3e3; */
  border: none;
  /* border-bottom: 1px solid var(--blue); */
  background-color: var(--blue);
  color: #fff;
  border-radius: 30px;
}

.main-tab-content {
  border: none;
  margin-top: 12px;
  padding: 10px;
  min-height: 150px;
}

.main-tab-content .tab-content {
  padding: 15px;
}

.main-tab-content .tab-content h1 {
  font-size: 20px;
}

.btn-default {
  background-color: #f3f3f3;
  border: 1px solid #e3e3e3;
}

.filter-designation i {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
}

.filter-designation input {
  min-width: 250px;
  /* padding-left: 30px; */
  padding-right: 40px;
}

.attraction-card .card-img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px 0 0 6px;
}

.attraction-card .card-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.attraction-card img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* border-radius: 6px; */
  border-radius: 6px 0 0 6px;
  max-width: 100%;
}

.attraction-card .attraction-detail,
.attraction-card .attraction-detail-right {
  padding: 15px;
  /*-webkit-box-shadow: 0px 3px 6px #00000016;
  box-shadow: 0px 3px 6px #00000016; */
  font-size: 14px;
  /* color: #6a6a6a;
  margin-bottom: 20px; */
}
.attraction-card .attraction-detail-right {
  text-align: right;
}
.attraction-card .attraction-detail-right .attr-price {
  font-size: 20px;
}
.attraction-card .attraction-detail .attraction-footer {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}
.attraction-card .attraction-detail .attraction-footer .attr-price {
  font-size: 18px;
  font-weight: 700;
}
.attraction-detail p {
  /* min-height: 90px;
  font-weight: 500;
  color: #777; */
  /* text-align: center; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.attraction-detail ul.attraction-highlight {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.attraction-detail .horiz-list {
  display: flex;
  gap: 10px;
}
.attraction-detail .horiz-list p {
  margin-bottom: 0;
}
.attraction-detail .horiz-list p i {
  color: var(--blue);
}
.attraction-card .attraction-detail .title {
  margin-top: 6px;
  font-size: 18px;
  /* text-align: center; */
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.min-250 {
  min-width: 250px;
}

.font-16 {
  font-size: 16px;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.font-medium {
  font-weight: 500;
}

.attraction-list-view .policy-list div:first-child {
  margin-right: 10px;
}

.attraction-list-view .policy-list {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.attraction-list-view .policy-list div {
  color: var(--blue);
}

.attraction-list-view .policy-list div i {
  margin-right: 5px;
}

.attraction-list-view .attraction-detail-inline {
  color: #8b8b8b;
}

.attraction-list-view .attraction-detail-inline span {
  margin: 0px 5px;
}

.attraction-list-view .attraction-card {
  -webkit-box-shadow: 0px 0px 10px #00000016;
  box-shadow: 0px 0px 10px #00000016;
  border-radius: 5px;
}

.attraction-list-view img {
  /* height: 100%; */
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.attraction-list-view .labels .btn {
  padding: 5px 10px;
  max-width: 150px;
  font-size: 12px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
  border-color: #e2e2e2;
}

.fa-star-o {
  color: #000;
}

.star-filled {
  color: #ffd447;
}

.facility-icons i {
  width: 32px;
  height: 32px;
  background-color: #ececec;
  color: #8b8b8b;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  display: inline-block;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

.back-btn {
  height: 40px;
  min-width: 110px;
  position: relative;
  margin-right: 20px !important;
  padding-right: 20px;
}

.back-btn i {
  width: 45px;
  height: 45px;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  top: -3px;
  color: var(--blue);
  line-height: 45px;
  font-size: 20px;
  right: -20px;
  border: 1px solid var(--blue);
}

.tour-dropdown {
  margin: 0px !important;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0px !important;
  right: 0px;
}

.tour-dropdown a {
  padding: 10px;
  line-height: 1;
  color: #333;
  font-weight: normal;
}

.tour-dropdown a:hover {
  color: rgb(0, 0, 0);
  background-color: #eeeeee;
}

.tour-dropdown .search-filter {
  padding: 8px;
}

.tour-dropdown .search-filter .form-control {
  padding: 5px 10px;
}

/* .text-underline {
  text-decoration: underline;
} */

.top-up-tabs .nav-link {
  font-size: 16px;
  background-color: transparent;
}

.top-up-tabs .nav-link.active {
  background-color: transparent;
  color: var(--blue);
}

.top-up-tabs .tab-content {
  border: none;
  padding: 30px 0px 0px;
}

.top-up-tabs .nav-tabs .nav-link {
  border-left: none;
  border-right: none;
  border-top: none;
}

.top-up-tabs .card p {
  margin-bottom: 10px;
  color: #8b8b8b;
  font-size: 12px;
}

.top-up-tabs .card p i {
  margin-right: 5px;
}

.top-up-tabs .card h2 {
  color: var(--blue);
}

.mb-40 {
  margin-bottom: 40px;
}

.table-checkbox .max-20 {
  max-width: 40px;
  padding-right: 15px !important;
}

.table-checkbox .control {
  margin-bottom: 20px;
}
.carousel-indicators li {
  width: 30px !important;
  height: 3px !important;
  border-radius: 0 !important;
}
.carousel-item img {
  border-radius: 6px;
  height: 430px !important;
}
/*fade effect on carousel*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}
/* .carousel {
  position: relative;
}
.carousel:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
} */
.welcome.header-fixed .app-header {
  background-color: #fff;
}

.welcome header.navbar .navbar-brand {
  border: none;
}

.welcome .search-input .form-control::-webkit-input-placeholder,
.search-input .form-control::-webkit-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder,
.search-input .form-control::-moz-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control:-ms-input-placeholder,
.search-input .form-control:-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-ms-input-placeholder,
.search-input .form-control::-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-webkit-input-placeholder,
.search-input .form-control::-webkit-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder,
.search-input .form-control::-moz-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control:-ms-input-placeholder,
.search-input .form-control:-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-ms-input-placeholder,
.search-input .form-control::-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control,
.welcome .search-input .form-control::placeholder,
.search-input .form-control::placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #000000;
}

.welcome .search-input .form-control::-moz-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
}

.welcome .search-input .form-control:-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
}

.welcome .search-input .form-control::-ms-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
}

.welcome .search-input .form-control::-webkit-input-placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
}

.welcome .search-input .form-control,
.welcome .search-input .form-control::placeholder {
  border-color: #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
}

.welcome .search-input .input-group-prepend {
  color: #6a6a6a;
}

.welcome .carousel {
  position: relative;
  max-height: 400px;
}

.welcome .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.6;
  cursor: pointer;
}

.welcome .carousel-indicators li.active {
  background-color: var(--blue);
  opacity: 1;
}

/* .column-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  width: 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
} */

.column-5 .item {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  /* display: flex; */
  text-align: center;
  height: 100%;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border-bottom: 3px solid var(--blue);
  transition: all ease-in-out 0.4s;
}

.column-5 .item span {
  display: block;
  width: 100%;
}

.column-5 .item-icon {
  font-size: 32px;
  line-height: 0;
  /* width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0; */
  /* color: var(--hover-color);
  background: #28ace21a; */
}
.column-5 .item-title {
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.column-5 .item-content {
  font-size: 14px;
  padding-bottom: 12px;
}
.column-5 .item i {
  font-size: 30px;
  color: #fff;
  background: var(--blue);
  width: 64px;
  border-radius: 6px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.contact-column-5 .item {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  /* display: flex; */
  height: 100%;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  transition: all ease-in-out 0.4s;
  border-bottom: 3px solid var(--blue);
}

.contact-column-5 .item span {
  display: block;
  width: 100%;
}

.contact-column-5 .item-icon {
  margin-bottom: 12px;
}
.contact-column-5 .item-title {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.contact-column-5 .item-content {
  font-size: 14px;
}
.contact-column-5 .item:hover,
.column-5 .item:hover {
  cursor: pointer;
  transform: translateY(-10px);
  border-bottom: 3px solid var(--green);
}
.contact-column-5 .item:hover i,
.column-5 .item:hover i {
  background: var(--green);
}
.contact-column-5 .item i {
  font-size: 30px;
  color: #fff;
  background: var(--blue);
  width: 64px;
  border-radius: 6px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.designation-section {
  margin-top: 35px;
}

.column-5 i {
  font-size: 20px;
  color: var(--blue);
  /* margin-right: 10px; */
}

.designation-section .container {
  max-width: 1200px;
}

.designation-section .item-card {
  position: relative;
  margin-bottom: 30px;
}

.welcome .card {
  border-radius: 10px;
}
.bi.tempcss {
  font-size: 30px !important;
}
/* mandip 23-03 */
.left-sidebar-hidden .left-sidebar .sidebar-menu {
  width: 50px;
  overflow: visible;
  padding: 20px 0;
}

.left-sidebar-hidden .sidebar-menu > ul > li > ul.sub {
  display: none !important;
}

.left-sidebar-hidden .sidebar-menu > ul > li > ul.sub.show,
.left-sidebar-hidden .sidebar-menu > ul > li > ul.sub.collapsing {
  display: block !important;
}

.left-sidebar-hidden .sidebar-menu > ul > li > ul.sub {
  position: absolute;
  left: 50px;
  top: 0px;
  z-index: -3;
  padding-top: 15px;
  background: #ffffff;
  /* height: max-content; */
  /* transition: all .3s !important; */
  /* overflow: visible !important; */
  width: 220px;
  margin: 0px;
  float: left;
  -webkit-box-shadow: 0px 0px 10px #00000029;
  box-shadow: 0px 0px 10px #00000029;
  /* border-radius: 5px !important; */
  /* overflow: hidden !important; */
  /* display: block !important; */
  /* width: 50px; */
  /* opacity: 0; */
}

.left-sidebar-hidden .sidebar-menu > ul > li > ul.sub#reports {
  height: 200px !important;
  overflow: auto !important;
}

.left-sidebar-hidden .sidebar-menu ul li ul.sub li {
  background: #ffffff;
  padding-left: 10px;
}
.left-sidebar-hidden .sidebar-menu ul li ul.sub li a {
  padding-left: 15px;
}
/* .left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
  margin-left: 50px;
} */

.dropdown-custom {
  overflow: auto;
  width: calc(100% - 138px);
  height: 280px;
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 1px 30px 1px rgb(0 0 0 / 45%);
  box-shadow: 0 1px 30px 1px rgb(0 0 0 / 45%);
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 137px;
  border-radius: 4px;
}

.dropdown-listmenu {
  background-color: #f3f3f3;
  height: 100%;
}

.dropdown-custom .nav.nav-pills .nav-link,
.dropdown-custom .nav.nav-tabs .nav-link {
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-bottom: none;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-custom .nav-pills .nav-link {
  border-radius: 0;
}

.img-top .attraction-img {
  /* margin-bottom: 10px;
      margin-right: 10px; */
  position: relative;
}

.img-bottom .attraction-img {
  margin-right: 0px;
  margin-right: 10px;
  position: relative;
}

.attraction-img img {
  width: 215px;
  height: 124px;
}

.p-10 {
  padding: 10px !important;
}

.attraction-text {
  position: absolute;
  top: 0;
  background-color: #00000075;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: 400;
}

/* .left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .main-content {
  margin-left: 50px;
} */

.d-grid.img-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.d-grid.img-top img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* .sorting{
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important
} */
.modal-header .close {
  padding: 18px;
  margin: -15px -15px -15px auto;
}

.close {
  font-size: 24px;
  opacity: 1;
}

.table tfoot th,
.table thead th {
  font-weight: 500;
}

.filter-table td,
.filter-table th {
  vertical-align: middle;
}

.filter-table td:first-child {
  width: 50px;
  font-size: 20px;
  color: var(--blue);
  cursor: pointer;
}

.filter-table .inner-table {
  display: none;
}

.filter-table .children-show + tr .inner-table {
  display: block !important;
}

.filter-table .children-show + tr > td {
  padding: 15px !important;
}

.filter-table .children-show > td {
  border-bottom: 1px solid #e3e3e3 !important;
}

.filter-table .input-group-addon {
  background: #f7f7f7;
  color: #6a6a6a;
  padding: 10px;
  width: auto;
  height: auto;
}

.payment-list-table .input-group-addon {
  background: #f7f7f7;
  color: #6a6a6a;
  padding: 10px;
  width: auto;
  height: auto;
}

.welcome {
  width: 100%;
}

.return-ticket td:not(:first-child) {
  min-width: 180px;
}

.filter-table .input-group input {
  padding: 0px 10px;
}

.filter-search .input-group-addon {
  background: #f7f7f7;
  color: #6a6a6a;
  padding: 10px;
  width: auto;
  height: auto;
  cursor: pointer;
}

.filter-search.input-group input {
  padding: 0px 10px;
}

.filter-table td[colspan="5"] {
  font-size: 12px;
  color: initial;
  cursor: initial;
  border: none;
}

@import url("responsive.css");

.credit-card {
  padding: 15px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.credit-card img {
  display: block;
  margin: auto;
}

.credit-card p {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
}

.credit-card.blank {
  min-height: 109px;
  background-color: #dddddd;
}

.user-setup-tabs .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  text-align: left;
}

.user-setup-tabs .nav-item a {
  padding-left: 0px;
  padding-top: 0px;
}

.toaster {
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 999999;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.toaster-success {
  background: #6bbe45;
  border: 1px solid #5b9e3d;
}

.toaster i {
  margin-right: 5px;
}

.total {
  font-size: 18px;
  color: var(--blue);
  font-weight: 600;
}

.filter-menu {
  left: 0px !important;
  width: 215px;
}

.ml-15 {
  margin-left: 5px;
}

.navbar-brand > a {
  display: block !important;
  width: 100%;
  height: 100%;
}

/* .balance-dropdown .dropdown-menu-accout {
  min-width: initial !important;
} */

.balance-dropdown .fa,
.balance-dropdown .bi {
  font-size: 24px !important;
  color: var(--blue);
}

.welcome .balance-dropdown .fa,
.welcome .balance-dropdown .bi {
  color: var(--blue);
}

.welcome-search {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 45%;
  width: 50%;
  margin: auto;
}

.welcome-search .form-control {
  border-radius: 6px !important;
  padding: 10px 15px;
  background: #ffffff;
  border-color: #01afee;
  padding-left: 35px;
  padding-right: 110px;
  overflow: hidden;
}

.welcome-search .btn {
  position: absolute;
  z-index: 9;
  top: 4px;
  right: 4px;
  min-width: 100px;
  padding: 9px;
}

.welcome-search .dropdown-menu {
  width: calc(100% - 15px);
  margin: auto;
  left: auto;
  margin-top: 5px;
}

.inner-table {
  max-height: 260px;
  overflow: auto;
  padding-bottom: 1px;
  padding-right: 5px;
}

.table-head {
  position: sticky;
  font-weight: 500;
  top: 0px;
  background-color: #f7f7f7;
}

.table-head .cell:last-child,
.table-body .cell:last-child {
  border-right: 1px solid #ddd;
}

.table-head .cell {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.cell {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-right: 0px;
  border-bottom: 0px;
  min-width: 100px;
  white-space: normal;
}

.table-body:last-child .cell {
  border-bottom: 1px solid #ddd;
}

.table-head,
.table-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
}

.table-body .cell {
  padding: 5px;
}

.expend-table td {
  border-bottom: none;
}

.table-responsive.table-checkbox .control__indicator {
  left: 15px;
}

td.max-50 {
  max-width: 50px;
}

.agent-report-table th {
  white-space: nowrap;
}

.agent-report-table .btn {
  min-width: 100px;
}

.filter-table.font-14 td:first-child {
  width: initial;
  color: inherit;
  font-size: inherit;
  cursor: inherit;
}

.mobile-view {
  display: none;
}

.plan-name {
  text-align: center;
  background-color: #f6f6f6;
  padding: 8px;
  color: #333;
  font-size: 16px;
}

/* .welcome-search {
  z-index: 999;
} */

.welcome-search .dropdown-menu {
  z-index: 99;
}

.carousel-inner {
  overflow: visible;
}

.designation-dropdown {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.designation-dropdown.show {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.designation-dropdown h4 {
  padding: 10px;
  font-size: 16px;
}

.designation-dropdown h6 {
  font-size: 14px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-list li {
  padding: 2px 10px;
  background-color: #e5e5e5;
  color: #333;
  margin-right: 10px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 10px;
}

.tag-list li a {
  color: #333;
}

.inner-col .img-wrapper {
  width: 50px;
}

.inner-col .img-wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.inner-col .content-wrapper {
  padding-left: 10px;
}

.inner-col .content-wrapper h6 {
  margin-bottom: 0px;
}

.inner-col .content-wrapper .d-flex {
  font-size: 12px;
}

.inner-col .content-wrapper span {
  display: block;
}

.inner-col .content-wrapper span.text-primary {
  margin-left: 10px;
}

.inner-col .list-unstyled {
  padding: 8px;
  background-image: -o-linear-gradient(top, #e5f7ff, transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e5f7ff),
    to(transparent)
  );
  background-image: linear-gradient(180deg, #e5f7ff, transparent);
  border-radius: 10px;
  margin-top: 10px;
}

.tag-list .more {
  margin-left: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 40px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

#slotModal .table th {
  background: var(--blue);
  color: #fff;
  vertical-align: middle;
}

.top-header {
  background: #181f28;
  position: relative;
  color: #fff;
  padding: 0px;
}

/* .top-header .collapse {
} */

.top-header .navbar-toggler {
  position: absolute;
  color: var(--blue) !important;
  height: auto;
  line-height: 1;
  top: 10px;
  right: 10px;
  width: auto;
  z-index: 99;
  left: auto;
  font-size: 1.25rem;
}

.top-header .navbar-collapse .row {
  width: 100%;
  margin: 0px;
}

.top-header a {
  display: inline-block;
  color: #fff;
  padding: 10px;
}

.top-header ul li a + a {
  padding: 0px;
}

.top-header a i {
  margin-right: 10px;
}

.top-header a:hover {
  background-color: #0b0e12;
}

.rupee-menu select {
  height: auto !important;
  background-color: transparent;
  color: #fff;
  border: none;
}

.top-header .dropdown-menu a {
  color: #333;
  background-color: #fff;
  padding: 8px 20px;
}

.top-header .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.main-content {
  margin-bottom: 70px;
  margin-top: 105px;
  padding-top: 20px;
}

.switch-wrapper {
  margin-bottom: 0px;
}

.role-program-link-card .select2-container {
  max-width: 100% !important;
}

.welcome .navbar-toggler {
  /* display: none !important; */
  color: var(--blue) !important;
}

.left-sidebar + .main-content {
  margin-left: 250px;
}

.left-sidebar-hidden .main-content {
  margin-left: 50px;
}

.price-highlight {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
}

.package-type span {
  display: inline-grid;
  padding: 4px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 16px;
  /* color: #333; */
  font-weight: 400;
  font-size: 14px;
}

.package-type span.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.numbers-row {
  position: relative;
  width: 120px;
  height: 40px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.qty2 {
  position: relative;
  width: 35px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border-radius: 0px;
  border-color: #ccc;
}

.dec {
  border: 1px solid #cccccc;
  left: 0;
  top: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0px;
}

.inc {
  right: 0;
  top: 0;
  border: 1px solid #cccccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
}

.button_inc {
  cursor: pointer;
  width: calc(100% / 3);
  height: 40px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* font-size: 12px; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* -webkit-appearance: none;
    margin: 0; */
  opacity: 1;
}

.quick-overview .list-unstyled li {
  padding-left: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  list-style: inside;
  list-style-type: disc;
}

.quick-overview .icon-list li {
  font-size: 15px;
  padding-left: 0px;
  list-style: none;
}

.quick-overview .icon-list li i {
  color: var(--blue);
  font-size: 18px;
  text-align: center;
  width: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  cursor: -webkit-grab;
  cursor: grab;
  border: 2px solid transparent;
  border-radius: 6px;
}

.sp-thumbnail-container.sp-selected-thumbnail {
  border-color: var(--blue);
}

.breadcrumb {
  display: none;
}

.font-18 {
  font-size: 18px;
}

.fa-chevron-up:before {
  content: "\f077";
}

.table tfoot th,
.table thead th {
  position: relative;
  cursor: pointer;
}

.table tfoot th,
.table thead th:before {
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table tfoot th.sort-asc:before,
.table thead th.sort-asc::before {
  content: "\f0de";
}

.table tfoot th.sort-desc:before,
.table thead th.sort-desc::before {
  content: "\f0dd";
}

.flex-0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
}

.park-name {
  padding: 10px;
  background: var(--green);
  text-align: center;
  color: #fff;
  border-radius: 6px;
}
.park-amount{
  
  padding: 10px;
  background: var(--green);
  color: #fff;
  border-radius: 6px;
}
.park-header {
  padding: 1px;
  border-top: 1px solid #a6c1c8;
  border-bottom: 1px solid #a6c1c8;
  text-align: center;
}

.card-label {
  cursor: pointer;
  padding-right: 10px;
  text-align: center;
}

.card-label input {
  display: none;
}

.card-label img {
  height: 44px;
  border: 1px solid var(--blue);
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 6px;
}



.card-label input:checked + img {
  border-color: var(--green);
  background-color: var(--green);
}

.card-label span {
  display: block;
  text-align: center;
  font-weight: 500;
}

.min-height-320 {
  min-height: 320px;
}

.designation-section .item-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.designation-section .item-card .price {
  font-size: 20px;
  margin: 5px 0px;
  color: #2b6aa9;
}

.designation-section .item-card .detail {
  padding: 20px;
  background: #fff;
}

.designation-section .item-card h2 span {
  font-weight: 500;
}

.designation-section .item-card .name {
  font-size: 16px;
  margin: 5px 0px;
}

.designation-section .item-card .card-img {
  width: 100%;
}

.designation-section .item-card .card-img img {
  min-height: 300px;
}

.designation-section .item-card p,
.designation-section .item-card span {
  margin-bottom: 5px;
  font-weight: 400;
}

.designation-section .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.designation-section .main-tab-content {
  border: none;
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.designation-section .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: 0px;
  right: 0px;
}

.designation-section .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #2b6aa9 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px !important;
  color: #fff !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.designation-section .owl-prev {
  left: 0px;
}

.designation-section .owl-next {
  right: 0px;
}

.place-tabs .tab-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
}

.place-tabs .nav-link {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  padding: 10px;
  padding-right: 20px;
}

.place-tabs .nav-link.active {
  border-color: var(--blue) !important;
  color: var(--blue);
}

footer.footer-links {
  /* position: fixed; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--blue);
  z-index: 999;
  /* padding: 10px; */
  padding: 22px 10px 0px;
  -webkit-box-shadow: 0px 3px 10px #00000029;
  box-shadow: 0px 3px 10px #00000029;
}
footer.footer-links .float {
  bottom: 55px;
  right: 15px;
}

footer.footer-links ul {
  margin-bottom: 0px;
}

.footer-links a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--green) !important;
  text-decoration: underline;
  text-decoration: none;
}

.btn-clear {
  background-color: var(--green);
  border-color: var(--green);
  min-width: 90px;
  color: #fff;
}

.btn-clear:hover {
  background-color: var(--green-hover);
  border-color: var(--green-hover);
}
.attraction-list-view .attraction-detail-inline .text-primary {
  color: var(--blue) !important;
  font-weight: 600;
}
.attraction-list-view .attraction-detail-inline .text-primary:hover {
  text-decoration: underline;
}
/* .attraction-list-view .attraction-detail-inline span a {
  color: #000;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#15fefd),
    to(transparent)
  );
  background-image: -o-linear-gradient(right, #15fefd, transparent);
  background-image: linear-gradient(270deg, #15fefd, transparent);
  padding: 5px 10px;
} */

.table-cell-200 td {
  min-width: 180px;
}

.attraction-list-view .attraction-list {
  background-color: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  position: relative;
  border-radius: 6px;
  margin-bottom: 8px;
  transition: all ease-in-out 0.4s;
}
.attraction-list-view .attraction-list:hover {
  transform: translateY(-10px);
}
.attraction-list-view .attraction-card {
  background-color: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  position: relative;
}
.attraction-list-view .attraction-list .ticket-design {
  position: relative;
  /* border-left: 2px dashed #eee; */
  background-color: var(--blue);
  color: #fff;
  height: 100%;
  border-radius: 0 6px 6px 0;
}

.ticket-design .btn-primary,
.btn-secondary {
  border-color: var(--green) !important;
  background-color: var(--green) !important;
  box-shadow: none !important;
}
.ticket-design .btn-primary:hover,
.btn-secondary:hover .ticket-design .btn-primary:focus,
.btn-secondary:focus {
  border-color: var(--green-hover) !important;
  background-color: var(--green-hover) !important;
}
/* .ticket-design::before {
    top: -25px;
    border-top-color: #E91E63;
    border-right-color: #fff;
}
.ticket-design::after {
    border-right-color: #E91E63;
    border-top-color: #fff;
    bottom: -25px;
    transform: translateX(-50%) rotate(-45deg);
}
.ticket-design::before, .ticket-design::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    border-radius: 50%;
} */
.attraction-list-view .attraction-list .ticket-design::before,
.attraction-list-view .attraction-list .ticket-design::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #f6f9ff;
  /* border: 1px solid #ddd; */
}
.attraction-list-view .attraction-list .ticket-design::before {
  left: -3%;
  top: -15px;
  border-top: 5px solid transparent;
}

.attraction-list-view .attraction-list .ticket-design::after {
  left: -3%;
  bottom: -15px;
  top: auto;
  border-bottom: 5px solid transparent;
}

.register-agent .select2-results__options {
  max-height: 300px;
}

/* .register-agent .select2-results__options li{
    white-space: nowrap;    
    width: 100%;
} */
.register-agent .form-control {
  border-radius: 0px;
}

.label-buttons {
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  width: 100%;
  background: #f7f7f7;
  color: #999;
  cursor: pointer;
  text-align: center;
}

.custom-checkboxes input[type="radio"]:checked + .label-buttons,
.custom-checkboxes input[type="checkbox"]:checked + .label-buttons,
.label-buttons:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.main-content > .container-fluid {
  min-height: calc(100vh - 180px);
}

.have-account {
  padding: 6px 10px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}

.space-verticle {
  margin: 10px 0px;
}

.rupee-menu select:focus {
  background-color: transparent;
  color: #fff;
}

.icon-link {
  padding: 0px !important;
  background-color: transparent !important;
  font-size: 14px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none !important;
}

.sidebar-menu ul li a.icon-link:hover,
.sidebar-menu ul li a.icon-link.icon-link:focus,
.sidebar-menu ul li a.icon-link.icon-link:active {
  background-color: transparent !important;
  border: none !important;
}

.left-sidebar-light .sidebar-menu ul li ul.sub li a.icon-link {
  top: 0px;
}

.icon-link span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}

.icon-link[aria-expanded="true"] span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sub-menu > a[aria-expanded="true"] span.icon-link span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  /* .text-right {
    text-align: center !important;
  } */
  .attraction-card .attraction-detail-right {
    text-align: center;
  }
  .attraction-list-view .attraction-list-detail .text-right {
    text-align: center !important;
  }
  .market-btn .market-button-title {
    font-size: 1rem !important;
  }
  .mx-min {
    margin: 0px -5px;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .column-5 .item i,
  .contact-column-5 .item i {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
  h1 {
    font-size: 32px;
  }
  .attraction-list-view .attraction-detail-inline span {
    margin: 0;
    font-size: 11px !important;
  }

  .park-name {
    font-size: 14px;
  }

  .select-persons .form-group .d-flex {
    width: 100%;
    margin-bottom: 10px;
  }

  .select-persons .form-group .d-flex {
    width: auto;
    margin: 0px;
  }

  .top-header a {
    color: #333;
    display: inline-block;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 600;
  }

  .numbers-row {
    width: 100px;
    height: auto;
  }

  #select_adult,
  #select_child {
    margin-bottom: 15px;
  }

  .attraction-list-view .attraction-card::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .select-persons .form-group .d-flex {
    width: 200px;
    margin: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .select-persons .form-group .d-flex.person {
    width: auto;
  }

  /* .attraction-list-view .attraction-detail-inline span a {
    padding: 0px 0px;
  } */

  input.qty2 {
    width: calc(100px / 3);
    height: calc(100px / 3);
  }

  .button_inc {
    width: calc(100% / 3);
    height: calc(100px / 3);
  }

  .have-account {
    text-align: center;
  }

  .top-header ul li a + a {
    margin-left: 25px;
    padding: 0px;
    display: block;
    width: 100%;
  }

  .top-header a i,
  .top-header li i {
    margin-right: 10px;
    color: #aeaeae;
  }

  .rupee-menu select {
    display: inline-block !important;
    color: #333;
    display: inline-block;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 600;
    width: auto;
  }

  .rupee-menu select:focus {
    color: #333;
  }

  .top-header .navbar-collapse {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    max-width: calc(100vw - 55px);
    background: #fff;
    z-index: 9;
    border-right: 1px solid #c9c9c9;
    height: 100% !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    padding-top: 20px;
  }

  .collapsing {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  .top-header {
    background-color: transparent;
  }

  .space-verticle {
    margin: 60px 0px 0px;
  }

  .top-header a:hover {
    background-color: transparent;
  }

  /* .logo {
    max-width: 150px;
  } */

  table td .input-group {
    min-width: 150px;
  }

  .footer-links a span {
    display: none;
  }

  .buttons-mobile-inline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
  }

  .buttons-mobile-inline .btn {
    margin-right: 0px !important;
  }

  .mb-m-3 {
    margin-bottom: 1rem !important;
  }

  .btn-clear {
    min-width: 100px !important;
  }

  footer.footer-links ul {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.footer-links .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer.footer-links ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }

  footer.footer-links ul li a {
    font-size: 14px;
  }

  .policy-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-header ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-header ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .attraction-list-view .attraction-list-detail .col-8 {
    text-align: center;
  }

  .attraction-detail-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 40%;
  }

  .welcome-search .btn {
    padding: 5px;
  }

  .carousel-item img {
    min-height: 314px;
    width: 286px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-content .carousel-item img {
    min-height: 200px !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tag-list li {
    margin-right: 5px;
  }

  .tag-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .inner-col .list-unstyled {
    padding: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .welcome-search .form-control {
    padding: 6px 15px;
    padding-left: 35px;
    padding-right: 110px;
    overflow: hidden;
  }

  .m-ml-0 {
    margin-left: 0px !important;
  }

  #slotModal .table td,
  #slotModal .table th {
    white-space: normal;
    width: 100%;
  }

  .mobile-view {
    display: block;
  }

  .web-view {
    display: none;
  }

  .font-13 {
    font-size: 13px;
  }

  .welcome header.navbar .navbar-brand {
    background-size: 120px !important;
    width: 100% !important;
    background-position: center !important;
  }

  .markup-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card .card-header {
    padding: 15px;
  }

  .app-header .navbar-nav .dropdown-menu-accout {
    right: 5px;
    min-width: initial;
  }

  .balance-dropdown .bi.bi-cash-stack {
    color: var(--blue) !important;
    font-size: 20px !important;
  }

  header.navbar .nav-item {
    min-width: initial;
  }

  .navbar .nav-item .nav-link.nav-pill.user-avatar {
    margin-left: 10px;
  }

  .search-input {
    display: none;
  }

  .filter-menu {
    left: 0px !important;
    width: 100%;
  }

  .app-footer,
  .main-content {
    margin-left: 0px !important;
  }

  .designation-section h2 {
    font-size: 20px !important;
    margin: 20px 0px !important;
  }

  .modal-dialog {
    max-width: calc(100% - 30px);
  }

  .search-header {
    display: none;
  }

  .pagination {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .navbar-toggler {
    /* left: 15px; */
    position: relative;
    color: var(--blue) !important;
    /* height: 60px; */
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
  }

  .table td,
  .table th {
    white-space: nowrap;
  }

  .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-sidebar-hidden header.navbar .navbar-brand,
  header.navbar .navbar-brand {
    width: 100% !important;
    background-image: url(../images/logo.png) !important;
    background-size: 100px;
    padding: 0px;
    background-position: center;
  }

  .rupee-menu {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    float: left;
    width: 100%;
  }

  /* .logo {
    max-width: 100px;
  } */

  /* header.navbar .navbar-nav {
    padding-right: 5px !important;
  } */

  .header-fixed .app-header {
    padding: 0px !important;
  }

  .navbar .nav-item .nav-link.nav-pill.user-avatar {
    margin-left: 10px;
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px !important;
  }

  .navbar .nav-item .nav-link.nav-pill.user-avatar img,
  .navbar .nav-item .nav-pill.user-avatar.dropdown-toggle img {
    width: 25px;
    height: 25px;
  }
  .dropdown-slide.show .dropdown-menu.show {
    min-width: 200px;
  }

  header.navbar .navbar-brand {
    width: 100% !important;
    background-image: url(../images/logo.png) !important;
    background-position: center;
  }

  .logo-big a {
    width: 100%;
    height: 60px;
    display: none !important;
  }

  .wizard > .steps .number {
    width: 40px;
  }

  .wizard > .steps > ul > li {
    width: 50%;
  }

  .rutwas-tourism h1 {
    margin-bottom: 30px;
  }
  /* 
  .form-signin {
    padding: 15px;
    margin: 0px !important;
  } */

  .form-signin img {
    max-width: 100px;
  }

  .register-agent .agent-form {
    margin-top: 60px !important;
  }

  .filter-table td:not(:first-child),
  .filter-table th:not(:first-child) {
    min-width: 200px;
  }

  .main-tab-content .tab-content h1 {
    font-size: 16px;
  }

  .filter-designation input {
    min-width: initial;
    /* padding-left: 30px; */
    padding-right: 35px;
  }

  .dropdown-custom {
    width: calc(100% - 0px);
    left: 0;
    height: 350px;
  }

  /* .print-logo {
    display: none;
  } */

  .d-grid.img-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav.nav-pills .nav-link,
  .nav.nav-tabs .nav-link {
    font-size: 14px;
  }

  .attraction-list-view img {
    width: 100%;
    height: 191.81px !important;
  }

  .attraction-list-view .attraction-card .pl-0 {
    padding-right: 0px;
  }

  .left-sidebar-hidden .left-sidebar .sidebar-menu {
    width: 0px;
    overflow: hidden;
  }

  .container-fluid {
    max-width: 100%;
  }

  .designation-section > .container {
    max-width: 100vw;
  }

  .column-5 .item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 20px;
  }

  .place-tabs .tab-img {
    width: 50px !important;
    height: 50px !important;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    /* padding: 9px !important; */
    padding: 20px;
  }

  /* .h4,
  h4 {
    font-size: 1rem;
  } */

  .page-title {
    padding: 0;
    margin: 25px 0;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .allocate-card {
    margin-top: 0;
  }

  .form-group label {
    margin-bottom: 5px;
  }

  label:empty {
    display: none;
    margin: 0px !important;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .upload-file-wrapper.w-50 {
    max-width: 100%;
    width: 100% !important;
  }

  .gallery {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .upload-park-img {
    margin-bottom: 10px;
  }

  .allocate-card {
    margin-bottom: 20px;
  }

  .datepicker td,
  .datepicker th {
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    position: relative;
    margin-bottom: 20px;
  }

  .dataTables_length {
    margin-bottom: 20px;
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
  }

  div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    margin: 0px;
  }

  div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: normal;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
  }

  div.dataTables_wrapper div.dataTables_length label {
    display: block;
  }

  .dataTables_info {
    margin-top: 10px !important;
    text-align: left !important;
  }

  .table-checkbox .max-20 {
    max-width: 50px;
  }

  #roles_table_wrapper .mb-4 {
    margin-bottom: 0px !important;
  }

  .top-up-tabs .card h2,
  .top-up-tabs h2 {
    font-size: 16px !important;
    margin-bottom: 20px;
  }

  .top-up-tabs .card {
    margin-bottom: 20px !important;
  }

  .credit-card {
    margin-bottom: 20px;
  }

  .dataTables_paginate {
    padding: 0px !important;
    margin: 0px;
    margin-top: 10px !important;
  }

  #roles_table_wrapper .btn.btn-primary,
  #roles_table_wrapper .btn.btn-danger {
    margin-bottom: 20px;
  }

  .attraction-list-view .attraction-list-detail > .row {
    margin: 0px;
  }

  .attraction-list-view .attraction-list-detail > .row > [class*="col-"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .attraction-list-view .attraction-list .ticket-design {
    border-left: 0;
    /* border-top: 2px dashed #eee; */
    padding-top: 12px;
    height: auto;
    border-radius: 6px;
  }
  .attraction-list-view .attraction-list .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .attraction-list-view .attraction-list .ticket-design::before {
    left: -3%;
    top: -16px;
    border-left: 5px solid transparent;
    border-top: 0;
  }
  .attraction-list-view .attraction-list .ticket-design::after {
    right: -10px;
    top: -15px;
    border-right: 5px solid transparent;
    border-bottom: 0;
    left: auto;
  }
  .attraction-list-view-title h4 {
    margin-bottom: 10px !important;
  }

  .attraction-detail p {
    min-height: initial;
  }

  .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* .h-100-vh {
    height: auto;
  } */

  .group-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .group-btns .btn {
    min-width: initial;
    margin-bottom: 10px;
  }

  .mt-35 {
    margin-top: 15px;
  }

  .top-up-tabs .card h2,
  .top-up-tabs h2 {
    font-size: 1.5rem;
  }

  .column-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    text-align: left;
  }

  .welcome .carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .welcome .carousel-indicators {
    margin-bottom: 0px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .designation-section .col {
    flex-basis: 33.33% !important;
    flex-grow: 0;
  }
  .attraction-list-view .attraction-list .ticket-design::before {
    display: none;
  }
  .search-input {
    display: none;
  }

  header.navbar .navbar-toggler {
    left: 250px;
  }

  .left-sidebar-hidden header.navbar .navbar-toggler {
    left: 50px;
  }

  /* .main-content .container-fluid {
    max-width: 720px;
    margin: 0px;
  } */

  .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    margin-left: 0px;
  }

  .attraction-list-view img {
    width: 100%;
    /* height: auto; */
  }

  .attraction-card .row.m-0 > .pl-0 {
    padding-right: 0px;
  }

  .attraction-card .col-xl-9.p-0 {
    padding: 0px 15px !important;
  }

  .h-100-vh {
    height: 100vh;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .group-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
  }

  .group-btns .btn {
    width: auto;
    min-width: initial;
  }

  .hide-ipad {
    display: none;
  }

  .mt-35 {
    margin-top: 0px;
  }

  .mt-ipad-35 {
    margin-top: 35px;
  }

  .role-program-link-card .allocate-card {
    margin-top: 0px;
  }

  .top-up-tabs .card h2 {
    font-size: 1rem;
  }

  .column-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .main-content .container-fluid {
    max-width: 1020px; 
    max-width: 860px;
    margin: 0px;
  }
} */

/* @media (min-width: 534px) and (max-width: 854px) {
  .navbar-toggler {
    z-index: 999999;
    position: fixed;
    display: none;
  }
} */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .main-content .container-fluid {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .cardbdy {
    padding: 10px 0 15px 0 !important;
  }
}

.nav-links {
  padding: 0px !important;
  background-color: transparent !important;
  font-size: 14px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none !important;
}

/* h4 {
    font-size: 1.5rem !important;
} */

@media (max-width: 767px) {
  ::ng-deep.text-white {
    color: var(--blue) !important;
  }

  .dual-list .listbox {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .dual-list {
    display: inline !important;
  }

  .dual-list[_ngcontent-c6] .button-bar[_ngcontent-c6] {
    padding-bottom: 57px !important;
  }
}

@media (max-width: 360px) {
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 9px !important;
  }
}

@media (width: 540px) {
  .carousel-item img {
    min-height: 336px;
    width: 442px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (width: 280px) {
  .carousel-item img {
    min-height: 336px;
    width: 210px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (width: 1024px) {
  .carousel-item img {
    min-height: 336px;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .attraction-card img {
    border-radius: 6px 0;
  }
}

@media (width: 412px) {
  .carousel-item img {
    min-height: 336px;
    width: 317px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}

@media (width: 414px) {
  .carousel-item img {
    min-height: 336px;
    width: 318px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}
@media (width: 393px) and (width: 390px) {
  .carousel-item img {
    min-height: 336px;
    width: 300px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}
@media (width: 390px) {
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}
@media (width: 393px) {
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}
@media (width: 375px) {
  .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 15px !important;
    /* padding: 2px; */
  }
}
@media screen and (max-width: 480px) {
  .k-pager-wrap .k-link {
    padding: 3px !important;
    width: 10px !important;
  }
  .k-pager-wrap .k-pager-info {
    flex-basis: 100% !important;
    width: 100%;
    text-align: left !important;
    justify-content: left !important;
  }
  .k-pager-wrap {
    flex-wrap: wrap;
  }

  .k-pager-wrap kendo-pager-prev-buttons {
    order: 2 !important;
  }
  .k-pager-wrap kendo-pager-numeric-buttons {
    order: 3 !important;
  }
  .k-pager-wrap kendo-pager-next-buttons {
    order: 4 !important;
  }
  .k-pager-wrap kendo-pager-info {
    order: 1 !important;
  }
  kendo-pager-info.k-label {
    margin: 0 0.3em !important;
  }
}
.k-grid th,
.k-grid-header .k-header > .k-link {
  white-space: normal !important;
}
.k-icon.k-i-sort-desc-sm,
.k-icon.k-i-sort-asc-sm {
  display: none !important;
}
/* .home-content {
  margin-top: 16px !important;
  margin-top: 45px !important;
  padding-top: 20px;
} */
.left-sidebar-fixed .app-footer,
.left-sidebar-fixed .home-content {
  margin-left: 0px !important;
}
.left-sidebar-fixed.left-sidebar-hidden .app-footer,
.left-sidebar-fixed.left-sidebar-hidden .home-content {
  margin-left: 0px !important;
}

.market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  -webkit-transition: border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #ced4da;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 6px;
}
.market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 1.125rem;
}
.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #888;
  font-size: 0.75rem;
}
.market-btn:hover {
  background-color: #f6f9ff;
  text-decoration: none;
}
.apple-btn {
  background-image: url(../appstore.svg);
}
.google-btn {
  background-image: url(../playstore.svg);
}

.market-btn-light {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0);
}
.market-btn-light .market-button-title {
  color: #fff;
}
.market-btn-light .market-button-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.market-btn-light:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
@media (max-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.attraction-card {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  transition: all ease-in-out 0.4s;
  border-radius: 6px;
  /*padding: 15px;
   margin-bottom: 15px; */
  background-color: #fff;
}
.attraction-card:hover {
  transform: translateY(-10px);
}
.attraction-detail-content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-danger {
  margin-top: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link,
.ngb-dp-weekday {
  color: var(--blue) !important;
}
.sp-image-container {
  border-radius: 6px;
}
/* tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */
/* tr:nth-child(odd) td {
  background-color: #f6f9ff !important;
}
tr:nth-child(even) td {
  background-color: #fff !important;
} */
/* tr:nth-child(odd) td {
    background-color: lightblue;
  } */
.text-danger {
  padding-top: 8px;
}
.k-grid th {
  background-color: var(--blue) !important;
  color: #fff !important;
}
.text-blue {
  color: var(--blue);
}
.modal-footer button.btn {
  min-width: 125px;
}

/* Login screen design css */
/* .navbar {
  background-color: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
} */

.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--blue);
}
.navbar-nav .dropdown-item {
  font-weight: 500;
  color: #222;
  padding: 10px 20px;
}
.become-agent {
  background-image: url("../../assets/become-agent.jpg");
  background-size: cover;
  background-position: center center;
}
/* .become-agent-heading {
  background: rgba(4, 4, 4, 0.7);
  color: #fff;
} */
.become-agent h1 {
  background: rgba(25, 78, 158, 0.7);
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 6px;
  margin-top: 300px;
  margin-bottom: 300px;
}
.become-agent a:hover h1 {
  background-color: var(--blue);
}
.list-inline li:not(:first-child)::before {
  content: "|";
  margin: 0px;
}
.home-footer a {
  color: #222;
}
.home-footer a:hover,
.home-footer a:focus {
  color: var(--blue);
}
.why-choose .iconbox-green {
  background-color: #ebf4df;
  border-radius: 6px;
  padding: 25px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.why-choose .iconbox-green:hover {
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# gallery Section
--------------------------------------------------------------*/
.home-gallery {
  margin-top: 40px;
}

.home-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.home-gallery .gallery-item img {
  transition: 0.3s;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.home-gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 78, 158, 0.7);
  z-index: 3;
}

.home-gallery .gallery-links .preview-link {
  font-size: 20px;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.home-gallery .gallery-links .preview-link:hover {
  color: #fff;
}

.home-gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.home-gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.home-gallery .gallery-item:hover .preview-link {
  margin-top: 0;
}

.home-gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Notification Items */
.notifications a {
  color: #222;
}
.notifications .notify-item {
  display: flex;
  padding: 12px;
  border: 3px solid var(--blue);
  border-radius: 10px;
}
.notifications .notify-item .notify-img {
  flex: 0 0 30%;
}
.notifications .notify-item .notify-desc {
  flex: 0 0 70%;
}
.notifications .notify-item .notify-desc h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifications .notify-item .notify-desc p {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifications .notify-item .notify-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .navbar-nav .nav-item {
    margin-left: 12px;
  }
}

/* @media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin-bottom: 12px; 
  }
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(72, 86, 100, 0.1);
}

.header.sticked {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(72, 86, 100, 0.1);
}

.header li a.btn-getstarted,
.header li a.btn-getstarted:focus {
  font-size: 16px;
  color: #fff;
  background: var(--blue);
  margin-left: 8px;
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
}

.header li a.btn-getstarted:hover,
.header li a.btn-getstarted:focus {
  color: var(--green) !important;
}
.user-account .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.user-account .dropdown-header {
  color: #222;
}
.user-account .navbar-nav .nav-item {
  margin-left: 16px;
}

@media (max-width: 1024px) {
  .header li a.btn-getstarted,
  .header li a.btn-getstarted:focus {
    /* margin-left: 0; */
    padding: 12px 20px;
    display: block;
  }
  .attraction-card img,
  .attraction-card .card-img {
    border-radius: 6px 6px 0 0;
  }
  .header .navbar li.active a {
    color: var(--green);
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1023px) {
  .header .navbar {
    padding: 0;
    position: relative;
  }

  .header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .header .navbar li {
    position: relative;
  }

  .header .navbar > ul > li {
    white-space: nowrap;
  }
  .header .navbar li.active a {
    color: #fff;
  }
  .header .navbar a {
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .header .navbar > ul > li > a.btn-getstarted:before {
    background-color: transparent;
  }
  .header .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--blue);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .header .navbar a:hover:before,
  .header .navbar li:hover > a:before,
  .header .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .header .navbar a:hover,
  .header .navbar .active,
  .header .navbar .active:focus,
  .header .navbar li:hover > a {
    color: var(--blue);
  }

  .header .navbar .dropdown a:hover:before,
  .header .navbar .dropdown:hover > a:before,
  .header .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }

  .header .navbar .dropdown ul li {
    min-width: 200px;
  }

  .header .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
  }

  .header .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .header .navbar .dropdown ul a:hover,
  .header .navbar .dropdown ul .active,
  .header .navbar .dropdown ul .active:hover,
  .header .navbar .dropdown ul li:hover > a {
    color: #fff;
    background: var(--blue);
  }

  .header .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }

  .header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .header .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .header .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .header .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .user-account {
    margin-right: 45px;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .header .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(25, 78, 158, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .header .navbar a,
  .header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }

  .header .navbar a i,
  .header .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
  }

  .header .navbar a:hover,
  .header .navbar .active,
  .header .navbar .active:focus,
  .header .navbar li:hover > a {
    color: var(--green);
  }

  .header .navbar .dropdown ul,
  .header .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--green-hover), 0.3);
  }

  .header .navbar .dropdown > .dropdown-active,
  .header .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .header .mobile-nav-toggle {
    display: block !important;
    color: #222;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 40px;
    z-index: 9999;
    right: 20px;
  }
  .mobile-nav-active .header .mobile-nav-toggle {
    color: #fff;
  }
  .mobile-nav-active .header .mobile-nav-toggle.bi-list::before {
    content: "\F62A";
  }
  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(25, 78, 158, 0.8);
    z-index: 9996;
  }
}
.active-terms{
  background-color: rgb(206, 221, 206);
  border-radius: 7px !important;
  text-align: center !important;
  padding: 7px;
}
.activetmspp{
  background-color: rgb(120, 181, 43) !important;
  color: white !important;
}
