/* CSS Document */
html, body {
  color: #000000;
  font-size: 16px;
  font-family: "Onest", serif;
}
a:focus, .btn:focus {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, 0.25);
}
a, a:hover, a:focus {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
section {
  position: relative;
  overflow: hidden;
}
/*********************common component css************************/
.btn {
  border-radius: 100px;
  font-weight: 600;
  padding: 12px 24px;
  min-width: 120px;
  transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;-ms-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;
}
.cm-orange-theme-btn {
  min-width: 150px;
  color: #ffffff;
  background: #f26321;
}
.cm-orange-theme-btn:hover, .cm-orange-theme-btn:focus {
  color: #ffffff;
  background: #DD4F0E;
}
.cm-login-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1643e8;
}
.cm-small-heading {
  font-weight: 600;
  color: #1643e8;
}
/*********************login page************************/
.cm-login-v1 {
  padding-top: 150px;
}
.cm-header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  padding: 15px 0;
  background: #ffffff;
}
.cm-header .cm-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-logo a {
  display: inline-block;
}
.cm-logo .cm-svg-logo {
  width: 150px;
}
.cm-header .cm-contacts, .cm-top-header .cm-ad-contacts {
  display: flex;
  gap: 30px;
}
.cm-header .cm-contact-link a, .cm-top-header .cm-contact-link a {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.cm-header .cm-contact-link a:hover, .cm-top-header .cm-contact-link a:hover { 
  color: #1643e8;
}
.cm-header .cm-contact-link .material-icons-outlined, .cm-top-header .cm-contact-link .material-icons-outlined {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
  color: #ff955f;
}
.cm-login-layout {
  max-width: 70%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  background: #f4f4f4;
}
.cm-login-form .cm-form-label {
  font-size: 14px;
}
.form-control {
  border: 1.5px solid #979797;
}
.cm-banner {
  max-width: 88%;
  margin: 0 auto 30px;
  border-radius: 14px;
  box-shadow: 0 10px 5px rgba(224, 224, 227, 0.4)
}
.cm-banner .cm-banner-img {
  border-radius: 14px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.cm-login {
  padding: 15px 0 30px 0;
}
.cm-login .cm-login-message p {
  font-size: 13px;
  font-weight: 400;
}
.cm-login .cm-login-message p .cm-link {
  text-decoration: underline;
  font-weight: 500;
}
.cm-login .cm-login-message p .cm-phone-call {
  font-weight: 600;
}
/*********************admin dashboard page************************/
.cm-dashboard-left-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  color: #14112d;
  z-index: 20;
  background: #ffffff;
  border-right: 1px solid #eae8f1;
}
.cm-theme-logo {
  display: flex;
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cm-theme-logo .cm-svg-logo {
  width: 150px;
}
.cm-user-pro-body {
  padding: 0 15px;
  margin: 15px 0;
}
.cm-user-pro-holder {
  gap: 10px;
  display: flex;
  padding: 10px;
  border-radius: 8px;
  background: #f4f4f4;
}
.cm-user-image {
  max-width: 40px;
}
.cm-user-image img {
  max-width: 100%;
  border-radius: 50%;
  display: block;
  background: #ffffff;
}
.small-text {
  font-size: 14px;
}
.menu-title {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
ul.cm-side-menu {
  padding: 0 0 15px;
  height: calc(100vh - 178px);
}
.cm-side-menu .mCSB_container > li {
  border-bottom: 1px dotted #e2eaf9;
}
ul.cm-side-menu li a {
  display: flex;
  font-size: 14px;
  color: #5c6287;
  padding: 12px 20px;
  align-items: center;
  gap: 5px;
}
ul.cm-side-menu li a:hover {
  background: #f5f5f5;
}
ul.cm-side-menu li a:hover .cm-menu-name, ul.cm-side-menu li a.active .cm-menu-name {  
  color: #1643e8;
}
.cm-menu-name {
  color: #000;
}
ul.cm-side-menu li a .material-icons-outlined {
  font-size: 20px;
}
.clicker {
  margin-left: auto;
  font-size: 16px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
}
.cm-side-menu .cm-side-menu-dropdown li a {
  position: relative;
  font-size: 13px;
  padding: 10px 20px 10px 50px;
}
.cm-side-menu .cm-side-menu-dropdown li .cm-side-menu-dropdown li a {
  padding-left: 60px;
}
/* .cm-side-menu-dropdown li a::before {
  position: absolute;
  left: 25px;
  top: 10px;
  content: "\e5cc";
  font-family: 'Material Icons Outlined';
}
.cm-side-menu-dropdown li .cm-side-menu-dropdown a::before {
  content: "\e39e";
  font-size: 10px;
  left: 34px;
  top: 12px;
} */
.cm-dashboard-content-app {
  padding: 15px 15px 15px 315px;
  /* height: 100vh; */
}
.cm-top-header {
  width: 100%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 10px 10px rgba(224, 224, 227, 0.4)
}
.cm-top-banner {
  min-height: 250px;
  max-height: 250px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/banner-reskin.jpg);
}
.cm-top-header .cm-top-welcome-area {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cm-top-header .cm-top-welcome-area .cm-sm-logo-area {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #1643e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 32px;
}
.cm-top-header .cm-ad-contacts {
  padding: 8px 16px;
  justify-content: flex-end;
}
.cm-top-header .cm-top-welcome-area .cm-welcome-text {
  font-size: 18px;
  font-weight: 600;
}
/***********************steps / progressbar*************************/
.cm-trip-progressbar-main {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.cm-trip-progressbar-main #cm-trip-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #ededed;
  display: flex;
  flex-direction: row;
}
.cm-trip-progressbar-main li {
  list-style-type: none;
  font-size: 16px;
  width: 20%;
  position: relative;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.cm-trip-progressbar-main li .pgbar-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #bbbbbb;
  left: 48%;
  border-radius: 100%;
  top: 26%;
}
.cm-trip-progressbar-main li .pgbar-text {
  font-size: 14px;
  color: #9d9d9d;
}
.cm-trip-progressbar-main li .checkmark {
  transform: rotate(45deg);
  height: 13px;
  width: 6px;
  border-bottom: 3px solid #12b76a;
  border-right: 3px solid #12b76a;
  position: absolute;
  left: 48%;
  top: 21%;
  display: none;
}
.cm-trip-progressbar-main li.active .pgbar-dot {
  background: #1643E8;
}
.cm-trip-progressbar-main li.active:after,
.cm-trip-progressbar-main li.filled:after {
  background: #1643E8;
}
.cm-trip-progressbar-main li.active .pgbar-text {
  font-weight: 700;
  color: #1643e8;
}
.cm-trip-progressbar-main li.filled .checkmark {
  display: block;
}
.cm-trip-progressbar-main li.filled .pgbar-dot {
  display: none;
}
.cm-trip-progressbar-main li.filled .pgbar-text {
  color: #9d9d9d;
}
.cm-trip-progressbar-main li:before {
  content: "";
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #ededed;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 0;
  border: 8px solid #fff;
}
.cm-trip-progressbar-main li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ededed;
  position: absolute;
  top: 25px;
  z-index: -1;
}
.cm-trip-progressbar-main li:not(:last-child):after {
  left: 0;
}
.cm-trip-progressbar-main li:first-child:after {
  left: 94px;
}
.cm-trip-progressbar-main li:last-child:after {
  right: 94px;
}
.cm-gl-imp-alert {
  padding: 8px 24px;
  background: #ffccd1;
  border-radius: 100px;
  font-size: 14px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cm-gl-imp-alert .badge-inner .badge-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 2px 8px 2px 10px;
  border-radius: 16px;
  display: flex;
  gap: 4px;
  background: #eb2d2d;
  -webkit-box-align: center;
  color: white;
  text-transform: uppercase;
}
.cm-gl-imp-alert .badge-inner .badge-icon {
  font-size: 16px;
}
.cm-gl-imp-alert .imp-alert-text {
  line-height: 18px;
  font-size: 13px;
}
.cm-gl-imp-alert .alert-dwd-icon a,
.cm-gl-imp-alert .alert-dwd-icon .mr-icon {
  color: #000000;
}
.cm-navTabs .nav-item:not(:last-child) {
  margin-right: 8px;
}
.cm-navTabs .nav-item .nav-link {
  border-color: #03218C;
  background-color: #03218C;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: 600;
}
.cm-navTabs .nav-item .nav-link.active {
  background-color: #fafafa;
  color: #000000;
  border-color: #e5e8eB;
  border-bottom: 2px solid #1643e8;
}
.cm-tab-content {
  border: 1px solid #e4e7eA;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 20px 10px;
  background: #fafafa;
}
.cm-tab-content .notes-txt {
  font-size: 12px;
  margin-bottom: 16px;
}
.cm-tab-content .tab-pane {
  position: relative;
}
.cm-tab-content .tab-pane .cm-trip-btns{
  position: absolute;
  right: 20px;
  display: flex;
  gap: 30px;
}
.cm-tab-content .tab-pane .cm-trip-btns .cm-promo-code{
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.cm-tab-content .tab-pane .cm-trip-btns .dropdown-promo-code{
  display: none;
  margin-top: 6px;
}
.sm-font-12 {
  font-size: 12px;
}
.sm-font-14 {
  font-size: 14px;
}
.heading04{
  font-size: 16px;
  font-weight: 600;
}
.cm-font-18{
  font-size: 18px;
}
a:focus, .btn:focus{
  box-shadow: none;
}
.cm-light-blue-clr{
  color:#5fd5ff;
}
.cm-help-icon-mt{
  margin-top: -3px;
}
.cm-gray-theme-btn {
  min-width: 150px;
  color: #ffffff;
  background: #9c9c9c;
}
.cm-gray-theme-btn:hover, .cm-gray-theme-btn:focus {
  color: #ffffff;
  background: #9f9fa4;
}
ul.cm-trip-type {
  display: flex;
  gap: 30px;
}
.custom-checkmark-container:before {
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
  background: #d5d5d5;
  content: "";
}
ul.cm-trip-type li:last-child .custom-checkmark-container:before, .remove-decorate-line:before {
  content: none;
}
/*******************custom radio and checkbox********************/
.custom-checkmark-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}  
/* Hide the browser's default checkbox */
.custom-checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}  
/* Create a custom checkbox */
.input-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #C6C6C7;
  border-radius: 4px;
  /* background-color: #eee; */
}  
/* On mouse-over, add a grey background color */
.custom-checkmark-container:hover input ~ .input-checkmark {
  background-color: transparent;
}  
/* When the checkbox is checked, add a blue background */
.custom-checkmark-container input:checked ~ .input-checkmark {
  background-color: #1643E8;
} 
.custom-checkmark-container input:checked ~ .input-checkmark {
  border: 0;
} 
/* Create the checkmark/indicator (hidden when not checked) */
.input-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}  
/* Show the checkmark when checked */
.custom-checkmark-container input:checked ~ .input-checkmark:after {
  display: block;
}  
/* Style the checkmark/indicator */
.custom-checkmark-container .input-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);
}
/* radio design */
.custom-checkmark-container.radio-design .input-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  /* background-color: #eee; */
  border-radius: 50%;
}
/* Style the indicator (dot/circle) */
.custom-checkmark-container.radio-design .input-checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1643E8;
  border: 2px solid #ffffff;
}
.custom-select {
  position: relative;
}
.custom-select .form-control {
  padding: 6px 35px 6px 35px;
  border-color: #999999;
  color: #9F9F9F;
  font-size: 14px;
}
.trip-detail-form .form-control {
  font-size: 14px;
  height: 45px;
}
.decoration-icon, .custom-select::after {
  position: absolute;
  top: 2px;
  width: 30px;
  background: #ffffff;
  font-family: 'Material Icons Outlined';
  bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1643E8;
  border-radius: 0.375rem;
  font-size: 20px;
  pointer-events: none;
}
.decoration-icon {
  left: 2px;
}
.custom-select::after {
  content: "\e313";
  right: 2px;
  font-size: 22px;
}
.trip-detail-form .small-text {
  color: #979797;
  padding-left: 10px;
}
.age-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.age-block .form-control {
  flex: 0 0 auto;
  width: 60px;
}
.show-child {
  display: flex;
  width: 100%;
  gap: 10px;
}
.add-child-btn {
  width: 45px;
  height: 45px;
  min-width: auto;
  padding: 0;
  color: #DD4F0E;
  background: #ffffff;
  border: 2px solid #DD4F0E;
}
.add-child-btn:hover { 
  color: #ffffff;
}
.add-child-btn .material-symbols-outlined {
  font-size: 25px;
  line-height: 43px;  
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
