:root {
  --primary-color: #0b9deb;
  --primary-hover-color: #052646;

  --grey-color-text: #000000cc;
  --black-color-text: #000000;
  --white-color-text: #ffffff;
  --border-color: #e2e8f0;
  --border-color-focus: #007fff;
  --label-tags-color: #15606414;
  --link-color: #007fff;
}

body {
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  font-family: "Afacad", sans-serif;
  color: #000;
  text-rendering: geometricPrecision;
  font-optical-sizing: auto;
  font-weight: 400;

  font-style: normal;
  /* font-variation-settings: "wdth" 100; */
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Amarante", serif;
  color: var(--black-color-text);
}

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: var(--primary-color);
  text-decoration: none!important;
    z-index: 1050!important;
}

a:hover {
  outline: none;
  color: var(--primary-hover-color);
  text-decoration: none;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #000;
} */

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--border-color);
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Inputs */
select {
  color: #9e9e9e;
}

option:not(:first-of-type) {
  color: black;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 19px;
  color: var(--grey-color-text);
  font-family: "Afacad", sans-serif;
  line-height: 1.5;
  text-align: justify;
}

* {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: var(--primary-color) rgba(0, 0, 0, 0.1);
  /* Custom scrollbar color */
}

/* Custom Scrollbar (For WebKit Browsers like Chrome, Safari) */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 7px;
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/*==================== User Dropdown Start ===================*/

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */
.section-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.lang_dropdown {
  min-width: auto;
}

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

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

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
}

.user_dropdown>a {
  color: var(--primary-color);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
  line-height: normal;
}

.user_name>div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

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

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li:last-child a {
  border-bottom: 0;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: var(--primary-color);
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 73%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 21px;
  width: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid #007fff;
  background: #007fff;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: #555 !important;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  appearance: none;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-family: "Afacad", sans-serif;
}

.custom_radio [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--border-color);
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control:focus {
  box-shadow: none;
}

/* .btn-primary {
    background-color: var(--primary-color);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 11px 25px;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
} */

.custom_select_block .ms-dd .ms-dd-header {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
  height: 45px;
  padding: 10px 25px;
  width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #ffffff;
}

.custom_select_block .ms-dd {
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
  margin-top: -5px;
  right: 25px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 13px;
}

/*==================== Header Start ===================*/

#header {
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05); */
  background-color: #fff !important;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  z-index: 1052;
}

#header.is-sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 85px;
  /* border-bottom: 1px solid #ededed; */
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#header.is-sticky.awake {
  transform: translateY(0%);
  /* -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out; */
}

#header.is-sticky .navbar-brand img {
  max-height: 67px;
}

/* Select2 */
label {
  font-size: 12px;
  color: var(--black-color-text);
}

#header .navbar-brand img {
  max-height: 90px;
  width: auto;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  padding: 0 !important;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #065db5;
}

/* #header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
} */

.langugae_filter .flag_ico img {
  max-width: 21px;
}

.dropdown-item .flag_ico {
  margin-right: 0;
}

.dropdown-item {
  font-size: 15px;
  padding: 6px 14px;
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 42px;
  position: relative;
}

.dropdown-toggle.noArrow::after {
  display: none;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
  margin-right: 16px;
}

/* .dropdown-menu {
    border: 0;
    padding: 7px 0;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.07);
} */
.dropdown-menu {
  border: 0;
  padding: 7px 0;
  border-radius: 13px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
  width: fit-content;
  text-align: left;
}
.z-1001{
  z-index: 1001;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary-color);
  background-color: transparent;
}

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #6c7383;
  top: -2px;
  left: 19px;
  font-size: 12px;
}

.form-group.focused select.form-control {
  padding-top: 21px;
}

.float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 7px;
  margin: 0;
  padding-top: 17px;
  padding-left: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 16px;
  top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: auto;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 22px;
  padding-left: 8px;
  background-color: var(--primary-color);
  margin-right: 4px;
  color: var(--white-color-text);
  border: 0px solid #aaa;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  color: #fff;
  padding: 1px;
  top: 4px;
  right: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border-right: 0;
  justify-content: center;
  position: absolute;
  z-index: 1;
  font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 5px;
  font-size: 12px;
  font-weight: 300;
  padding-left: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: flex;
  font-weight: 300;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  margin-bottom: 3px;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
  padding-top: 14px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
  padding-top: 15px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
  padding: 2px 0 10px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
  padding-top: 20px !important;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple {
  border: 0;
  padding-left: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--primary-color);
}

.select2-container .select2-selection--multiple {
  min-height: 50px;
}

.select2-container .select2-selection--single {
  min-height: 50px;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 1;
  margin-left: 0;
  padding-left: 0px;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-selection__rendered li:first-child {
  margin-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
  padding-right: 20px;
  font-size: 15px;
  color: #000;
  padding-top: 10px;
}
.info_headRight .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 12px;
}
.info_headRight .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 300;
}

.select2-results__option {
  font-size: 15px;
  font-weight: 300;
}

/*select2*/
.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 19px;
  height: 54px;
  font-size: 1rem;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 90px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: none;
}

.login-page .floating-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0 !important;
}

.login-page .floating-label {
  font-size: 15px;
  font-weight: 400;
  color: #6c7383;
  left: 0;
}

.select2multiple .floating-label {
  color: #000;
}

.form-group.focused .floating-label {
  left: 0;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  display: none;
  border: #2196f3 1px solid;
  z-index: 1;
  border-radius: 4px;
}

.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.back_top:hover {
  border-color: #2196f3;
  color: #2196f3;
  background-color: #fff;
}

.back_top:hover span {
  color: #2196f3;
}

/* sing up  */
/*
.login_block .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #CED4DA;
    border-radius: 0;
}

.login_block .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    color: var(--heading-color);
}

.login_block .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
    top: 32px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color);
    color: #fff;
}
 */

/* Login */

.login-signup-pages {
  overflow: auto;
}

.flex-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.flex-box-left {
  flex: 0 0 auto;
  width: 50%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

.flex-box-right {
  flex: 0 0 auto;
  width: 50%;
  left: 50%;
  position: fixed;
  background: #e3f7fc;
  height: 100%;
  overflow: hidden;
}

.flex-box-right.pb-10 {
  padding-bottom: 50px;
}

.banner-section {
  text-align: center;
  margin: 0 auto;
  padding: 120px;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.banner-img {
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-height: 610px;
}

.banner-img img {
  border-radius: 25px 0 25px 0;
  height: 100%;
  object-fit: contain;
}

.banner-text {
  max-width: 510px;
  margin: 70px auto 0;
  text-align: center;
  font-family: "Amarante", serif;
  /* text-transform: capitalize; */
}

.banner-text h2 {
  font-size: 38px;
}

.banner-img figure {
  position: relative;
  height: 100%;
  z-index: 1;
}

.form-group.position-relative i {
  position: absolute;
  left: 18px;
  top: 17px;
  font-size: 17px;
  color: #3b4069;
}

.form-group.position-relative .show-pwd i {
  right: 13px;
  left: auto !important;
  color: #918f8f;
}

.form-group.position-relative .show-pwd i:hover {
  color: #36d0c4;
}

.remember-me span {
  font-size: 14px !important;
  color: var(--grey-color-text) !important;
  font-weight: 400;
  font-family: "Afacad", sans-serif;
}

.forgot-pwd {
  font-size: 14px;
  text-decoration: underline;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  color: var(--link-color);
}

/* Custom Checkbox */
.customized-checkbox {
  position: relative;
}

.customized-checkbox span {
  font-size: 15px;
}

.checkbox {
  padding: 0 0 0 28px;
  --background: #fff;
  --border: #d1d6ee;
  --border-hover: #bbc1e1;
  --border-active: #0b9deb;
  --tick: #fff;
  position: relative;
}

.checkbox input,
.checkbox svg {
  width: 19px;
  height: 19px;
  display: block;
}

.checkbox input {
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}

.checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}

.checkbox input:checked {
  --b: var(--border-active);
}

.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}

.checkbox.path input:checked+svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox.bounce {
  --stroke: var(--tick);
}

.checkbox.bounce input:checked {
  --s: 11px;
}

.checkbox.bounce input:checked+svg {
  -webkit-animation: bounce 0.4s linear forwards 0.2s;
  animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox.bounce svg {
  --scale: 0;
}

@-webkit-keyframes bounce {
  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.login-block {
  max-width: 488px;
  margin: 0 auto;
  width: 100%;
}

.remember-me {
  margin: -6px 0 0;
}

.btn-primary {
  color: var(--white-color-text);
  background-color: var(--primary-color);
  border: 0;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 60px;
  border: 0 !important;
  font-family: "Amarante", serif;
  text-align: center;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-hover-color);
}

.btn-secondary {
  text-align: center;
  color: var(--black-color-text);
  background-color: var(--background);
  font-weight: 400;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 60px;
  border: 1px solid var(--black-color-text);
  font-family: "Amarante", serif;
}

.btn-secondary:hover {
  color: var(--primary-color);
  background-color: var(--background);
  border: 1px solid var(--primary-color);
}

.btn-primary.btn-52,
.btn-secondary.btn-52 {
  padding: 14px 31px;
}

.login-msg {
  text-align: center;
  margin: 30px auto 0;
  color: var(--grey-color-text);
  font-size: 14px;
  font-family: "Afacad", sans-serif;
}

.otp-mail {
  font-weight: 500;
  word-break: break-word;
}

.login-msg a {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: underline;
}

.login-msg a:hover {
  color: var(--primary-hover-color);
}

.otp_verification {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.otp_verification .form-control.dark-form-control {
  width: 106px;
  min-width: 106px;
  height: 76px;
  color: var(--field-color);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  border-radius: 22px;
  border: 1px solid var(--border-color);
}

.otp_verification .form-control.dark-form-control:focus {
  border: 1px solid var(--border-color-focus);
  box-shadow: none;
}

.login-p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 37px;
  font-family: "Afacad", sans-serif;
}

.theme-logo img {
  max-width: 220px;
}

.theme-logo {
  text-align: center;
  margin: 0 auto 46px;
}

.login-h1 {
  margin: 0 auto 14px;
  color: #000;
  text-align: center;
  font-family: "Amarante", serif;
  font-size: 36px;
  font-weight: 700;
}

label {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 7px;
  color: var(--black-color-text);
  font-family: "Amarante", serif;
}

.password_icon {
  position: absolute;
  right: 22px;
  top: 48px;
  display: flex;
  cursor: pointer;
}

.pwd-control {
  padding-right: 50px;
}

.icon-images {
  width: 116px;
  height: 116px;
  position: fixed;
  left: 0;
  right: 0;
  top: 178px;
  margin: 0 auto;
}

.lang-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  text-align: center;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.lang-dropdown .dropdown-toggle {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 10px 3px 4px;
  font-family: "Afacad", sans-serif;
}

.lang-dropdown .dropdown-toggle span {
  display: inline-block;
  margin-right: 4px;
}

.lang-dropdown .dropdown-menu {
  min-width: 140px;
}

.lang-dropdown .dropdown-item {
  padding: 7px 1rem;
}

.lang-dropdown .dropdown-item .lang-flag {
  margin-right: 5px;
  width: 26px;
  display: inline-block;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--primary-hover-color);
  color: #fff;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: unset;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.login-block .btn-primary {
  margin-top: 25px;
}

/*  */
.flex-box-right:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -50px;
  width: 110px;
  height: 110px;
  background: #052646;
  border-radius: 50%;
}

.flex-box-right::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 285px;
  width: 110px;
  height: 110px;
  background: var(--primary-color);
  border-radius: 50%;
}

/* new css */
.modal-backdrop.show {
  opacity: 0.88;
}

.shadow-modal {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 4px 42px 0px rgba(192, 192, 192, 0.23);
}

.close-modal {
  border: 0;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.modal-graphic-img {
  text-align: center;
  padding: 20px 0 70px;
}

.modal-emoji {
  background: var(--secondary-hover-color);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  text-align: center;
  line-height: 77px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.thanks-modal .modal-dialog {
  max-width: 336px;
}

.modal-content {
  border: 0;
  border-radius: 36px;
}

.modal-body {
  padding-top: 20px;
}

.thanks-h1 {
  color: var(--black-color-text);
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 15px;
}

.thanks-msg {
  color: var(--grey-color-text);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 10px;
}

.thanks-msg2 {
  color: var(--black-color-text);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.step-h1 {
  color: #000;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
}

.steps-count {
  color: #0a3a40;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: -19px auto 20px;
}

/*  */
.manage_proTabs .nav-pills .nav-link.active,
.manage_proTabs .nav-pills .show>.nav-link {
  color: var(--field-color);
  font-weight: 600;
  background-color: transparent;
}

.manage_proTabs .nav-pills .nav-link.active::before {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 3px;
  left: 0;
  right: 0;
  border-radius: 50px;
  width: 100%;
  background-color: var(--field-color);
}

.manage_proTabs .nav-pills {
  gap: 18px;
  width: fit-content;
  border-bottom: 2px solid #d9d9d9;
}

.manage_proTabs .nav-pills .nav-link {
  color: var(--grey-color-text);
  border-radius: 0;
  position: relative;
  padding: 6px 10px;
}

.white-shodow {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(192, 192, 192, 0.18);
  padding: 32px 26px;
  margin-block: 22px;
}

/*  */

.uploaded_inputBox {
  position: relative;
}

.uploadInputIcon {
  position: absolute;
  right: 18px;
  top: 12px;
  color: var(--grey-color-text);
  cursor: pointer;
}

.uploadInputIcon:hover {
  color: var(--field-color);
}

.uploaded_inputBox .form-control {
  color: var(--switch-box-color);
  padding-block: 12px;
}

.button_box {
  padding-top: 22px;
  text-align: end;
  margin-top: 12px;
  border-top: 1px solid var(--border-color);
}

.button_box .btn-primary {
  min-width: 188px;
}

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

.availability_items {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}

.availability_items:first-child {
  padding-top: 0;
}

.availability_items:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.availability_leftSwitch {
  display: flex;
  align-items: center;
  gap: 18px;
}

.leftSwitchTilte {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.switche-box .form-switch .form-check-input {
  border: 0;
  width: 43px;
  cursor: pointer;
  height: 22px;
  background-color: #b4b5b9;
  border-color: #b4b5b9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.switche-box .form-check-input:checked {
  background-color: var(--switch-box-color);
  border-color: var(--switch-box-color);
}

.switche-box .form-check-input:focus {
  box-shadow: none;
}

.form-control::file-selector-button {
  display: none;
}

.availabilit_timeInput {
  border-radius: 100px;
  background: #f6f6f6;
  width: 123px;
  height: 42px;
  border: 0;
  padding: 10px 14px;
  font-size: 15px;
  padding-right: 30px;
  outline: 0;
}

.availabilit_timeInput[type="time" i]::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16.5 9C16.5 13.14 13.14 16.5 9 16.5C4.86 16.5 1.5 13.14 1.5 9C1.5 4.86 4.86 1.5 9 1.5C13.14 1.5 16.5 4.86 16.5 9Z' stroke='%23606166' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7827 11.3848L9.45766 9.99732C9.05266 9.75732 8.72266 9.17982 8.72266 8.70732V5.63232' stroke='%23606166' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.datePickr_input {
  display: flex;
  align-items: center;
  padding: 5px 46px 5px 9px;
  /* min-height: 28px; */
  color: var(--field-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  font-size: 15px;
}

.datePickr_input .selected-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-grow: 1;
  min-height: 40px;
  align-items: center;
}

.datePickr_input .date-tag {
  border-radius: 100px;
  background: var(--label-tags-color);
  padding: 5px 6px 5px 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 6px;
  font-weight: 500;
}

.datePickr_input .date-tag .remove-date {
  cursor: pointer;
  font-weight: 500;
  color: #0a3a40;
  background-color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 17px;
  min-width: 20px;
}

.datePickr_input .date-tag .remove-date:hover {
  background-color: var(--secondary-hover-color);
  color: var(--white-color-text);
}

.selected_input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.inputFrom {
  position: relative;
}

.inputTimeIcon {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.availability_timeBox {
  display: flex;
  gap: 24px;
}

/* user profile upload css */
.avatar-upload {
  max-width: 162px;
  position: relative;
  margin: auto;
  margin-bottom: 52px;
}

.avatar-upload .avatar-edit {
  right: 10px;
  position: absolute;
  bottom: -9px;
}

.avatar-upload .avatar-edit .Upload_input {
  display: none;
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--switch-box-color);
  background: var(--white-color-text);
}

.avatar-upload .avatar-edit .Upload_input+.Upload_icon {
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #0b9deb;
}

.avatar-upload .avatar-preview {
  width: 160px;
  height: 160px;
  border: 6px solid var(--white-color-text);
  border-radius: 50%;
  min-width: 160px;
  border-radius: 160px;
  border: 6px solid #fff;
  box-shadow: 0px 8px 46px 0px rgba(12, 22, 34, 0.08);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* user profile upload css end */

.profile_topBG {
  position: relative;
  padding-top: 30px;
}

.usersInfo {
  top: -10px;
  position: relative;
}

.userNames {
  color: var(--black-color-text);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.useremail.break-words {
  color: var(--field-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_topBG::before {
  position: absolute;
  content: "";
  width: calc(100% + 52px);
  height: 144px;
  background: #0a3a40;
  border-radius: 16px 16px 0 0;
  top: -32px;
  left: -26px;
  z-index: 0;
}

.avatar-upload-main-box {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

/* new css2 */
.dateIcon {
  position: absolute;
  right: 5px;
  top: 34px;
  /* background-color: var(--label-tags-color); */
  /* width: 42px; */
  /* height: 42px; */
  /* line-height: 40px; */
  /* border-radius: 50%; */
  pointer-events: none;
}

.textarea-control {
  height: 100px;
  resize: none;
  border-radius: 15px;
}

/* File Upload */
.image-upload {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}

.image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  opacity: 0;
}

.upload-field {
  display: block;
  height: 100%;
}

.upload-field .file-thumbnail {
  cursor: pointer;
  border-radius: 16px;
  border: 1px dashed rgba(242, 116, 5, 0.3);
  background: rgba(242, 116, 5, 0.08);
  text-align: center;
  padding: 15px;
  height: 100%;
  min-height: 98px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.upload-field .file-thumbnail img {
  width: auto;
  max-height: 90px;
}

.upload-field .file-thumbnail h3 {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
  font-size: 12px;
  color: #9abcd1;
  margin-bottom: 0;
}

.image-upload.no-files-upload .file-thumbnail img {
  width: auto;
}

.image-upload.no-files-upload .file-thumbnail .file-view {
  height: auto;
}

.filesName {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.clear-files {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--primary-color);
}

.clear-files svg {
  background: #fff;
  border-radius: 50%;
}

.file-upload-blocks {
  height: calc(100% - 48px);
}

.contryList2 {
  position: relative;
}

/* For Chrome and Safari  */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox  */

input[type="number"] {
  -moz-appearance: textfield;
}

.intl-tel-input {
  display: block;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  /* border-right: 1px solid #ddd; */
}

.iti-flag {
  background-image: url("../img/flags.png");
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 24px;
  color: var(--field-color);
  font-weight: 500;
}

.intl-tel-input.iti-container {
  top: 80px !important;
  left: 0 !important;
  width: 100% !important;
}

.intl-tel-input .country-list .country {
  font-size: 14px;
}

.intl-tel-input .country-list {
  white-space: unset;
  width: 100%;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input .country-list.dropup {
  margin-bottom: 54px;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
  color: var(--field-color);
}

.flatpickr-day {
  color: var(--field-color);
  font-weight: 500;
}

.flatpickr-current-month {
  font-size: 16px;
  font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 500;
}

.flatpickr-current-month input.cur-year {
  font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: var(--label-tags-color);
}

.timepickerOpen .flatpickr-calendar {
  width: 140px;
}

.timepickerOpen .flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 0;
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time input {
  font-size: 14px;
}

.availability_box.bordered-availability {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 4px 17px;
}

.availability_box.bordered-availability .availability_items {
  padding: 7px 0;
  border-bottom: 0;
}

.availability_timeBox {
  gap: 8px;
}

.availability_leftSwitch {
  gap: 12px;
}

.clear-sign {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--field-color);
  font-size: 15px;
  font-weight: 500;
}

.signPanel {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 25px;
  font-weight: 500;
  font-size: 15px;
  height: 150px;
}

/* ====  switch css  ===== */
.switch_time {
  display: flex;
}

.plan_time input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.plan_time label {
  width: 43px;
  height: 22px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 22px;
  background: #b4b5b9;
  transition: 0.5s;
}

.plan_time label::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--white-color-text);
  position: absolute;
  border-radius: 70px;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

.plan_time input:checked~label {
  background-color: var(--primary-color);
}

.plan_time input:checked~label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background-color: var(--white-color-text);
}

/* ====  switch css END  ===== */
.no-shadow {
  box-shadow: none;
}

.action_btnEdite {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.action_btnEdite .lang-flag img,
.action-dropdown.language_dropdown .dropdown-item img {
  width: 21px;
  max-width: 21px;
  margin-right: 5px;
}

.action-dropdown.language_dropdown {
  min-width: 150px;
}

.action-dropdown.language_dropdown .dropdown-item {
  padding: 6px 1rem;
}

/*
.settings_drodwanBox .dropdown-toggle::after {
    display: none;
} */

/* @media (min-width: 992px) {
    .dropdown-menu {
      right: 0;
      left: auto;
    }
  } */
.noLinks {
  cursor: text;
}

.subpage-title {
  position: relative;
  padding: 0 0 0 30px;
  color: var(--field-color);
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.backLink {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--field-color);
}

.cmspage h1 {
  font-size: 24px;
}

.cmspage h3 {
  font-size: 17px;
}

.cmspage h2 {
  font-size: 30px;
  font-weight: 500;
}

.faq_content_box .accordion-item {
  border-radius: 35px;
  margin-bottom: 20px;
  border: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 42px 0px rgba(192, 192, 192, 0.18);
}

.faq_content_box .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 25px;
}

.faq_content_box .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4737 9.51973C5.90889 9.08146 6.61736 9.08021 7.0541 9.51694L11.2112 13.674C11.6468 14.1097 12.3532 14.1097 12.7888 13.674L16.9459 9.51694C17.3826 9.08021 18.0911 9.08146 18.5263 9.51973L18.7168 9.71154C19.1498 10.1476 19.1485 10.8518 18.714 11.2864L12.7888 17.2115C12.3532 17.6472 11.6468 17.6472 11.2112 17.2115L5.28603 11.2864C4.85147 10.8518 4.85022 10.1476 5.28324 9.71154L5.4737 9.51973Z' fill='%23303030'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}

.faq_content_box .accordion-body {
  padding: 1rem 1.55rem;
  padding-top: 0;
}

.accordion_desc p {
  color: var(--grey-color-text);
  font-size: 16px;
  font-weight: 400;
}

.faq_content_box .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq_content_box .accordion-button:not(.collapsed) {
  color: var(--field-color);
}

.faq_content_box .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.fugu-default-content.contact-page {
  margin-top: 14px;
}

.contact-form {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 8px 42px 0px rgba(192, 192, 192, 0.18);
  padding: 28px;
}

.fugu-contact-info {
  margin-top: 40px;
  background-image: url(../img/contact-img.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.ctp-h1 {
  font-family: "Raleway";
  color: var(--black-color-text);
  font-size: 30px;
  font-weight: 600;
}

.fugu-contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fugu-contact-info ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
}

.fugu-contact-info ul li:last-child {
  margin-bottom: 0;
}

.fugu-contact-info ul li a {
  color: rgba(2, 2, 30, 0.8);
}

.fugu-contact-info ul li h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.fugu-contact-info ul li .fugu-contact-info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--warning-500);
}

.fugu-contact-info ul li h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 21px;
}

.fugu-contact-wrap {
  background: #fff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px;
}

.break-words {
  word-break: break-all;
}

.profileInfo-track {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 22px;
  text-align: center;
  border-radius: 70px;
  background: rgba(11, 157, 235, 0.1);
  width: fit-content;
  margin: auto;
  margin-bottom: 35px;
}

.intl-tel-input .selected-flag {
  padding: 0 0 0 18px;
}

.contryList .intl-tel-input {
  font-family: "Afacad", sans-serif;
}

.intl-tel-input .selected-flag .iti-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.2802 5.96655L8.93355 10.3132C8.42021 10.8266 7.58022 10.8266 7.06688 10.3132L2.72021 5.96655" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: 0;
  margin-top: 0;
  right: -12px;
  top: 18px;
}

.upload-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3px 3px 3px 19px;
  min-height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 25px;
  justify-content: space-between;
}

.file-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px;
}

.upload-btn {
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.upload-btn:hover {
  background-color: var(--primary-hover-color);
}

.upload-container ::-webkit-file-upload-button {
  display: none;
}

.modal-img {
  text-align: center;
  margin-bottom: 30px;
}

.modal-img img {
  max-width: 443px;
  max-height: 332px;
  margin: auto;
  width: 100%;
}

.modal-content-box {
  text-align: center;
}

.modal-heading {
  color: #161618;
  font-size: 36px;
  margin-bottom: 10px;
}

.modal-description {
  max-width: 354px;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

.password_showIcon {
  display: none;
}

.toggle-password.password_show .password_hideIcon {
  display: none;
}

.toggle-password.password_show .password_showIcon {
  display: flex;
}

.select2-dropdown {
  border: 1px solid var(--border-color-focus);
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  /* border: 0; */
  /* border-bottom: 1px solid var(--border-color); */
}

.select2-container--default .select2-selection--multiple {
  border: 0;
  padding-left: 6px;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  padding-top: 3px;
}

.select2-container--default .select2-results__option--selected {
  /* background-color: var(--primary-color); */
  background-color: #fff;
}

.select2-container .select2-selection--multiple {
  min-height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding-right: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 0 0 11px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 7px;
  margin-right: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e3f7fc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
}

/* .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
} */
.select2-container .select2-selection--single {
  min-height: 54px;
  border: 1px solid var(--border-color);
  border-radius: 28px;
}

.info_headFLex .select2-container .select2-selection--single {
  min-height: 54px !important;
}

.info_headFLex .iconBtn {
  width: 50px;
}
.w-100+.select2-container {
  width: 100% !important;
}
/* form:has( .select2-container) {
  width: 100%;
  flex: 1 1 auto;
} */

.select2-container .select2-selection--single:focus {
  border: 1px solid var(--border-color-focus);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 1;
  margin-left: 0;
  padding-left: 0px;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-selection__rendered li:first-child {
  margin-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  color: var(--field-color);
  padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 500;
  color: #6c757d;
}

.select2-results__option {
  font-size: 15px;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #63706e;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px !important;
  outline: 0;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::before {
  font-family: "Font-Awesome-5-Pro";
  content: "\f00c";
  color: #fff;
  font-weight: 400;
  background-color: var(--primary-color);
  border: 0;
  display: inline-block;
  padding-left: 3px;
  line-height: 20px;
  font-size: 13px;
}

.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--border-color-focus) !important;
}

.file-control {
  font-size: 1rem;
  color: #475f7b;
}

input[type="file"]::file-selector-button {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: -100%;
}

input[type="file"]::-ms-browse {
  display: none;
}

.login-btn.btn-primary,
.signup-btn.btn-secondary {
  min-width: 144px;
  display: block;
}

/* Notificatoin */

.nav_right_notification .dropdown-menu {
  border: 0px;
  border-radius: 10px;
  font-size: 14px;
  min-width: 180px;
  color: #53535f;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  width: 350px;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 20px !important;
}

.notiHeader_top {
  padding: 9px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}

.notiHeader_top a.viewBtn {
  color: #fff;
  background-color: var(--primary-color);
  padding: 5px 15px;
  height: auto;
  font-size: 14px;
  border-radius: 50px;
  line-height: normal;
}

.notiHeader_top a.viewBtn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.notiHeaderTopHeading i {
  font-weight: 500;
}

.notiHeaderTopHeading {
  color: #212529;
  font-weight: 500;
}

.notificationListDrop {
  list-style: none;
  padding: 15px;
  margin: 0;
  /* max-height: 320px;
  overflow: auto; */
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.notificationListDrop li {
  list-style: none;
  border: 1px solid var(--border-color);
  line-height: normal;
  border-radius: 22px;
  background: #FFF;
  padding: 22px;
  position: relative;
}

.notificationListDrop li.unread::before {
  content: '';
  width: 5px;
  height: 56%;
  max-height: 56px;
  border-radius: 0 22px 22px 0;
  background: #0B9DEB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
}

/* .notificationListDrop li:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
} */
.mh-unset {
  max-height: unset;
}

.notificationListDrop .dropdown-item {
  padding: 15px;
}

.notiListCard {
  display: flex;
}

.notiListCard .notiListImg {
  flex: 0 0 56px;
  max-width: 56px;
  background: #E7F5FD;
  color: #0B9DEB;
  border-radius: 50%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-notify-head {
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.notiListCard .notiListContent {
  flex: auto;
  padding-left: 15px;
}

.notiListCard .notiListContent h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  white-space: normal;
  font-weight: 400;
  transition: ease-in-out .3s;
}

.notiListCard span {
  font-size: 14px;
  font-weight: 500;
  color: #121212CC;
  white-space: nowrap;
  text-align: end;
  display: block;
}

.notiListCard .notiListContent p {
  font-size: 16px;
  display: block;
  color: #000000CC;
  line-height: 1.3;
  margin: 0;
}

.dropdown-menu .notificationListDrop {
  gap: 12px;
}
.dropdown-menu .notificationListDrop li {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu .notificationListDrop li:hover .notiListContent h4 {
  color: #0B9DEB;
}
.dropdown-menu .notificationListDrop li:has(+li) {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}
.dropdown-menu .notiListCard .notiListImg {
  flex: 0 0 46px;
  max-width: 46px;
  height: 46px;
  padding: 6px;
}

.dropdown-menu .notiListCard .notiListContent h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.dropdown-menu .notiListCard span {
  font-size: 12px;
}

.dropdown-menu .notiListCard .notiListContent p {
  font-size: 13px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tabScroll {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.tabScroll ul {
  display: flex;
  flex-wrap: nowrap;
}
.tabScroll ul li button {
  white-space: nowrap;
}

.action-links>ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.action-items {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(11, 157, 235, 0.1);
  text-align: center;
  position: relative;
  line-height: 43px;
}

.action-items a {
  color: var(--primary-hover-color);
}

.action-items a:hover {
  color: var(--primary-color);
}

.user_dropdown .dropdown-toggle::after {
  display: none;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  flex: auto;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer_wrapper {
  position: relative;
  background: linear-gradient(270deg,
      rgba(0, 51, 102, 0.86) 0%,
      rgba(0, 102, 204, 0.86) 100%);
  padding: 45px 0 0;
}

.footer_wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-image: url(../img/footerbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.footer-h1 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 400;
  font-family: "Amarante", serif;
}

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

.footer-links li {
  margin: 0 0 10px;
}

.footer-links li a {
  color: #fff;
  font-size: 15px;
}

.footer-block figure {
  margin: 0;
  display: block;
  text-align: left;
}

.company-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin: 29px 0 30px;
  max-width: 380px;
}

.social-links {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 13px;
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  font-size: 14px;
}

.footer-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.footer-links.flex-links {
  display: flex;
  gap: 48px;
  flex: auto;
  justify-content: flex-end;
}

.HomePage .banner-sectoin {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  min-height: 160px;
  display: flex;
}

.HomePage .banner-sectoin::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.banner-sectoin {
  background: #036;
  padding: 31px 0;
}

.breadcrumb-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page_banner_heading {
  color: #fff;
  /* font-size: 32px; */
  font-size: 25px;
  margin: 0;
  font-weight: 400;
  font-family: "Amarante", serif;
  text-align: center;
}

.logo-block {
  text-align: left;
  /* max-width: 200px; */
  line-height: normal;
}

/* .text-logo {
  font-size: 22px;
  color: #052646;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 34px;
  font-family: "Amarante", serif;
  text-transform: capitalize;
}
*/
.logo-block span {
  background: var(--primary-color);
  font-size: 13px;
  color: #fff;
  border-radius: 30px;
  padding: 3px 12px;
  /* margin-top: 9px; */
  display: inline-block;
}

.logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  width: auto !important;
}

.text-logo {
  font-size: 22px;
  color: #052646;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.5;
  font-family: "Amarante", serif;
  /* text-transform: lowercase; */

  white-space: nowrap;
  overflow: visible !important;
  text-overflow: unset;
  max-width: none !important;
}

/* section css start */
.section-heading {
  color: #000;
  font-family: "Amarante", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  width: fit-content;
}

.heading-shap {
  position: relative;
}

.heading-shap::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 11px;
  background-image: url(../img/heding-shap-img.png);
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
}

.description-block {
  line-height: 26px;
  text-align: justify;
}

/* .right-box {
	height: 365px;
} */
.right-box img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.subheading {
  font-size: 26px;
  margin: 0 0 13px;
  font-family: "Amarante", serif;
}

.section-padding.divers-wrapper {
  background: linear-gradient(95deg, #06c 0%, #036 100%);
  position: relative;
  z-index: 1;
  padding: 140px 0;
}

.diversimg img {
  border-radius: 35px;
  object-fit: cover;
  height: 100%;
}

.diversimg {
  height: 100%;
}

.divers-wrapper .section-heading,
.divers-wrapper .subheading {
  color: #fff;
}

.divers-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.section-padding.divers-wrapper::after {
  background-image: url(../img/divers-bg.png);
  background-position: top 80px center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-padding.divers-wrapper::before {
  background-image: url(../img/swirl-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  height: 62px;
}

.dwl-app {
  display: inline-block;
  margin: 20px auto 0;
}

.dwl-app .btn-primary {
  display: inline-block;
}

.div-img {
  margin: 0 auto;
  text-align: center;
}

.div-img img {
  border-radius: 35px;
  max-height: 100%;
}

.btn-secondary.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn-secondary.btn-white:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.section-padding.ngo-wrapper::after {
  background-image: url(../img/ngo-bg.png);
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  opacity: 0.3;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-padding.divers-wrapper.ngo-wrapper {
  background: linear-gradient(95deg, #06c 0%, #036 100%);
  padding-bottom: 76px;
}

.minds-driving {
  margin: 10px auto 80px;
  text-align: center;
}

.minds-driving p {
  text-align: center;
}

.md-block {
  background: #065db5 url(../img/passionate-bg.png);
  background-position: top 50px center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  padding: 45px 85px 39px 85px;
  color: #fff;
}

.md-block p {
  color: rgba(255, 255, 255, 0.8);
}

.md-title {
  color: #fff;
  font-family: "Amarante", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 16px;
}

.page-content ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.page-content ul li {
  color: var(--grey-color-text);
}

.nav-tabs.custom-tabs {
  border: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: max-content;
  border: 1px solid #ddd;
  border-radius: 60px;
  padding: 4px;
}

.nav-tabs.custom-tabs .nav-item .nav-link {
  color: #000;
  background-color: #fff;
  border: 0;
  padding: 8px 40px;
  min-width: 144px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Amarante", serif;
  border-color: var(--border-color);
}

.nav-tabs.custom-tabs .nav-item.show .nav-link,
.nav-tabs.custom-tabs .nav-link.active {
  color: #fff;
  background-color: var(--primary-color);
}

.accordion-style1 {
  margin: 35px auto;
}

.accordion-button::after {
  position: absolute;
  right: 20px;
  top: 10px;
}

.accordion-button {
  font-size: 18px;
  padding: 18px 44px 18px 24px;
  color: #1b1818;
  font-weight: 400;
}

.accordion-body {
  padding: 0 24px 10px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--border-color);
}

.accordion-item {
  border: 1px solid var(--border-color);
  margin: 0 0 17px;
  border-radius: 18px !important;
  overflow: hidden;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: #1b1818;
  background-color: #fff;
  box-shadow: unset;
}

.accordion-button {
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.55518 6.21217L13.1725 0.555664L14.7775 2.17181L7.55518 9.44455L0.333008 2.17181L1.93794 0.555664L7.55518 6.21217Z" fill="%23070707"/></svg>');
  --bs-accordion-btn-icon-width: 15px;
}

.accordion-button::after {
  margin-top: 5px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M7.55518 3.78783L13.1725 9.44434L14.7775 7.82819L7.55518 0.555447L0.333008 7.82819L1.93794 9.44434L7.55518 3.78783Z" fill="%23070707"/></svg>');
  transform: rotate(-0deg);
}

.form-control.textarea {
  height: 182px;
  border-radius: 29px;
  resize: none;
  padding: 14px 19px;
  overflow: auto;
}

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

.contactImg img {
  border-radius: 35px;
  object-fit: cover;
  height: 100%;
}

.contactImg {
  height: 100%;
}

/* My Account */
.border_box {
  border: 1px solid var(--border-color);
  padding: 26px;
  border-radius: 36px;
}

.setting_content {
  margin-top: 46px;
}

.myAccount_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.account_image img {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 6px solid var(--white-color-text);
  box-shadow: 0px 8px 46px 0px rgba(12, 22, 34, 0.08);
  object-fit: cover;
}

.account_name_text {
  color: #161618;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 26px;
  font-family: "Amarante", serif;
  line-height: 1;
}

.account_id_text {
  border-radius: 28px;
  background: rgba(11, 157, 235, 0.1);
  color: var(--black-color-text);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 22px;
  display: inline-block;
}

.setting_linkName {
  display: inline-block;
  flex: auto;
  color: var(--black-color-text);
  font-family: "Amarante", serif;
  font-size: 18px;
  font-weight: 400;
}

.setting_linkName:hover {
  /* color: var(--primary-color); */
}

.settingList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.settingList:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.setting_dataBox {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.setting_linkIcons {
  width: 56px;
  flex: 0 0 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(11, 157, 235, 0.1);
}

.right-arrowBtn {
  color: var(--black-color-text);
  display: inline-block;
  line-height: normal;
}

.right-arrowBtn:hover {
  color: var(--primary-color);
}

.right-arrowBtn svg {
  width: 16px;
}

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

.dive_information {
  background-size: cover;
  border-radius: 36px;
  padding: 60px 56px;
  margin-bottom: 30px;
}

/*  */

.dive_information .account_name_text {
  margin-top: 0;
  color: var(--white-color-text);
}

.dive_information .account_id_text {
  background: transparent;
  color: var(--white-color-text);
  border: 1px solid var(--white-color-text);
}

.dive_information .myAccount_info {
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 36px;
}

.info_headFLex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.myAccount_block  .info_headFLex {
    padding: 0;
    margin: 0;
}

.myAccount_block > .info_headFLex > .info_headFLex {
    padding: 0;
    margin: 0;
}
.information_headTitle {
  color: var(--black-color-text);
  font-family: "Amarante", serif;
  /* font-size: 26px; */
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.information_editBtn {
  border-radius: 40px;
  background: var(--primary-color);
  color: var(--white-color-text);
  font-family: "Amarante", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 12px 22px;
  border: 0;
  gap: 12px;
  white-space: nowrap;
}

.information_editBtn:hover {
  color: #fff;
  background-color: var(--primary-hover-color);
}

/*  */

/* Gear Management Css Start  */
.table-element {
  border: 1px solid var(--border-color);
  border-radius: 36px;
}

.table-responsive {
  min-height: 100px;
  /* max-height: 500px; */
  border-radius: 36px;
}

.table>thead tr th {
  border: 0;
  padding: 9px 4px;
  white-space: nowrap;
  background: rgba(11, 157, 235, 0.1);
  color: var(--black-color-text);
  font-family: "Amarante", serif;
  font-size: 19px;
  font-weight: 400;
  border-bottom: 1px solid var(--border-color) !important;
}

.table>tbody tr td {
  white-space: nowrap;
  padding: 6px;
  vertical-align: middle;
  border: 0;
  color: var(--black-color-text);
  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid var(--border-color) !important;
}

.table>tbody tr:last-child td {
  border-bottom: 0 !important;
}

.table-hover>tbody>tr:hover>* {
  --bs-table-bg-state: rgb(243 246 254 / 40%);
}

.reportAnalyticsCard {
  padding: 22px;
  border-radius: 26px;
  background: rgba(11, 157, 235, 0.10);
  text-align: center;
  color: #010101;
  font-weight: 400;
}
.reportAnalyticsCard p {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 16px;
}
.reportAnalyticsCard h2 {
  font-family: 'Amarante';
  font-size: 23px;
  line-height: 1.25;
  margin: 0;
}









@media (max-width: 991.98px) {
  .table>thead tr th {
    padding: 10px 15px;
    font-size: 16px;
  }

  .table>tbody tr td {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .information_editBtn {
    font-size: 15px;
    padding: 10px 17px;
    gap: 6px;
  }

  .information_headTitle {
    font-size: 18px;
  }
}

/* Gear Management Css End  */

.sign-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 12px;
}

.signfile {
  flex: auto;
}

.sign-btn {
  white-space: nowrap;
}

.sign-btn .btn-secondary {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 30px;
}

.clear-sign {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.clear-sign:hover {
  color: var(--primary-color);
}

.signPanel {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 35px;
  font-weight: 500;
  font-size: 15px;
  height: 210px;
}

.btn-center {
  margin: 40px auto 0;
  text-align: center;
}

.btn-center .min-width {
  min-width: 188px;
}

.signBlock {
  display: none;
  /* Initially hide the signBlock */
}

/* ====  switch css  ===== */
.switch_time {
  display: flex;
}

.plan_time input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.plan_time label {
  width: 43px;
  height: 22px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 22px;
  background: #e2e8f0;
  transition: 0.5s;
}

.plan_time label::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
  position: absolute;
  border-radius: 70px;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

.plan_time input:checked~label {
  background-color: var(--primary-color);
}

.plan_time input:checked~label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background-color: #fff;
}

/* ====  switch css END  ===== */
.sub-h1 {
  color: #000;
  font-family: "Amarante", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 47px 0 20px;
}

button:disabled,
button:disabled:hover,
button:disabled:focus,
button[disabled],
button[disabled]:hover,
button[disabled]:focus {
  border: 0;
  background-color: #d4dee8;
  color: #6d7e8e;
}

.units-radio {
  display: flex;
  gap: 28px;
}

.btnclose {
  background: transparent;
  border: 0;
  color: #000;
}

.modal-title {
  font-size: 23px;
}

.has-icon {
  position: relative;
}

.has-icon .form-control {
  padding-right: 47px;
}

.date-icon {
  position: absolute;
  top: 47px;
  right: 17px;
  z-index: 1;
  pointer-events: none;
}

/*  Dive Center Information css */

.information-label {
  color: #000;
  font-family: "Amarante", serif;
  font-size: 19px;
  font-weight: 400;
  align-self: flex-start;
  flex-shrink: 0;
}

.information-value {
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 400;
}

.informationBox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.description-text {
  margin-bottom: 36px;
}

.description-text .information-label {
  display: block;
  margin-bottom: 12px;
}

.affiliation-list {
  list-style: none;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.affiliation-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 28px;
  background: rgba(11, 157, 235, 0.1);
  padding: 12px 28px;
}

.border_box.mt-44 {
  margin-top: 44px;
}

.heading-lg {
  color: #000;
  /* font-size: 32px; */
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 26px;
}

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

#otp-timer {
  text-align: center;
  padding-top: 10px;
}

.login-p span {
  color: red;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  z-index: 99999999;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 25px 30px;
  align-items: center;
  backdrop-filter: blur(7px);
  gap: 25px;
  background: linear-gradient(95deg, #06c 0%, #036 100%);
}

.cookiealert p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  width: calc(100% - 35%);
}

.cookie-btn {
  display: flex;
  align-items: center;
  gap: 17px;
}

.social-links li img {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}

/* New */

.currency-dd.dropdown-toggle {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.currency-dd.dropdown-toggle~.dropdown-menu {
  min-width: 140px;
  width: auto;
  padding: 11px 8px 12px 13px;
  text-align: left;
}

.currency-dd.dropdown-toggle~.dropdown-menu ul {
  margin: 0;
  padding: 0;
  max-height: 190px;
  list-style: none;
  overflow-y: auto;
}

.currency-dd.dropdown-toggle~.dropdown-menu ul .dropdown-item {
  font-size: 15px;
  padding: 0;
  margin: 8px 0;
  position: relative;
}

.cry-icon2 {
  position: absolute;
  right: 8px;
}

.cry-icon2 img {
  max-height: 16px;
}

.search-data {
  position: relative;
  min-width: 370px;
}

.search-data .form-control {
  padding-right: 45px;
  font-size: 15px;
}

.info_headRight {
  display: flex;
  gap: 15px;
}

.info_headLeft {
  display: flex;
  gap: 15px;
}

.search-data .search-btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 14px;
}

.table_action_box {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

.table_action_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.table_action_btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  right: -8px;
  background-color: #e2e8f0;
  transform: translateY(-50%);
}

.table_action_btn:last-child:after {
  display: none;
}

/* .table_action_btn:hover {
}
.table_action_btn.delete-btn {
}
.table_action_btn.delete-btn:hover {
} */

textarea {
  resize: none;
}

.textarea-control {
  height: 182px;
  border-radius: 36px;
}

.custom-hr {
  opacity: 1;
  border-top: 1px solid var(--border-color);
}

.customized-checkbox span.font-lg {
  font-size: 18px;
}

.flex-head2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-head2 .sub-h1 {
  margin: 20px 0;
}

.flex-head2.noWrap {
  flex-wrap: nowrap;
}

.permissions-control {
  padding: 14px 29px;
  min-height: 65px;
  font-size: 1rem;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 55px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.permissions-control .checkbox {
  margin: 0;
  padding: 0 0 0 31px;
}

.permissions-control .custom_radio label {
  font-size: 16px;
  margin: 0;
}

.prm-radio {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

table {
  text-align: center;
}

.divesite-element {
  border-radius: 26px;
  border: 1px solid var(--border-color);
  background: #fff;
  padding: 15px;
  margin-bottom: 25px;
}

.divesite-element figure {
  margin: 0 auto;
  display: block;
  text-align: center;
  height: 233px;
}

.divesite-element figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.ds-title {
  color: #010101;
  font-family: "Amarante", serif;
  font-size: 23px;
  font-weight: 400;
  margin: 11px auto;
  padding: 0 12px;
}
.divesite-element .ds-title {
  font-size: 19px;
}

.ds-feature {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  flex: auto;
}

.ds-actions {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 6px;
  padding: 0 12px;
}

.prm-radio .customized-checkbox span {
  font-family: "Afacad", sans-serif;
  font-size: 16px;
}

table .switch_time {
  justify-content: center;
}

.package-wrapper .accordion-header {
  background: rgba(11, 157, 235, 0.1);
  display: flex;
  flex-direction: column;
}

.package-wrapper .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.package-wrapper .accordion-button {
  background-color: transparent;
  color: #010101;
  font-family: "Amarante", serif;
  font-size: 23px;
  font-weight: 400;
}

.pkg-label {
  color: #000;
  font-family: "Amarante", serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 0 14px;
}

.pkg-label span {
  font-family: "Afacad", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
}
.pkg-label .dayNameList:has(>span.dayName) {
  display: flex;

}
.pkg-label .dayNameList .dayName {
  min-width: 45px;
  display: inline-block;
}

.pkg-data {
  padding: 0 23px 18px 24px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1 1 auto;
  height: 100%;
}

.pkg-label>div {
  white-space: nowrap;
}

.pkg-price-flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: auto;
  width: 100%;
}

.pkgprice {
  line-height: normal;
  color: #010101;
  font-family: "Amarante", serif;
  /* font-size: 33px; */
  font-size: 20px;
  font-weight: 400;
}

.pkgprice span {
  font-family: "Afacad", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 400;
  margin-left: -4px;
}

.pkgactions {
  display: flex;
  gap: 17px;
  align-items: center;
}

.pkgactions label {
  margin: 0;
}

.pkgactions a {
  color: #000;
}

.pkgactions a:hover {
  color: var(--primary-color);
}

.pkgactions .table_action_btn::after {
  background-color: rgba(0, 0, 0, 0.12);
}

.pkg-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 16px;
}

.pkg-col-1 {
  flex: 0 0 auto;
  width: 60%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.pkg-col-2 {
  flex: 0 0 auto;
  width: 40%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.pkg-col-auto {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.package-wrapper .accordion-body {
  padding: 30px 26px;
}

.package-wrapper .accordion-item.active-item {
  height: calc(100% - 17px);
}

.pkg-lbl {
  color: #010101;
  font-family: "Amarante", serif;
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 6px;
}

.pkg-txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.gear-info {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: rgba(11, 157, 235, 0.1);
  padding: 10px 14px;
  margin: 13px auto 8px;
}

.radio-flex {
  padding: 14px 19px;
  min-height: 55px;
  font-size: 1rem;
  color: #475f7b;
  position: relative;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 90px;
  display: flex;
  justify-content: space-around;
}

.sline {
  background: #e2e8f0;
  width: 1px;
  font-size: 0;
}

.choose-data .date-icon {
  top: 12px;
}

.choose-data {
  min-width: 260px;
}

.action_circle {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #f44336;
  display: inline-block;
}

.checkStatus {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #f44336;
  margin: 0 auto;
}

.checkStatus_bg {
  background: #ff9800;
}

.checkStatus_bg_vector {
  background: #4caf50;
}

.status-btn {
  min-width: 112px;
  padding: 8px 20px;
  border-radius: 26px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #ccc;
  background-color: #f5f5f5;
  display: inline-block;
  border: 1px solid #e9e8e8;
}

.status-btn.activeted {
  background: #29a71a1a;
  color: #29a71a;
  border-color: #29a71a1a;
}

.status-btn.inactive {
  background: #ff4b551a;
  color: #ff4b55;
  border-color: #ff4b551a;
}

.status-btn.interactivetd {
  background: #ff98001a;
  color: #ff9800;
  border-color: #ff98001a;
}

.cancelBtn {
  font-family: "Amarante", serif;
  display: block;
  border: 1px solid #e01212;
  padding: 12px 30px;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 400;
  color: #e01212;
  text-align: center;
  line-height: 1;
    background-color: transparent;
}

.cancelBtn:hover {
  color: #fff;
  border: 1px solid #e01212;
  background-color: #e01212;
}

.bookingDetials {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px 46px;
  flex-wrap: wrap;
}

.bookingDetials span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  font-family: "Amarante", serif;
}

.info_headFLex:has(.informationId) {
  justify-content: start;
  gap: 16px;
  flex-wrap: wrap;
}

.informationId {
  display: inline-block;
  background: #0b9deb1a;
  color: #000;
  border-radius: 26px;
  border: 1px solid #e2e8f0;
  padding: 12px 22px;
  line-height: 1;
}

.title_name {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "Amarante", serif;
}

.title_dcr {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000cc;
}

.package_dive {
  height: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid #e2e8f0;
  background: rgba(11, 157, 235, 0.1);
}

.packageInner {
  max-width: 320px;
  text-align: center;
}

.border-box {
  border: 1px solid var(--border-color);
  border-radius: 36px;
  overflow: hidden;
}

.border-box-inner {
  padding: 24px;
}

.sectionBox {
  border: 1px solid var(--border-color);
  border-radius: 0 0 36px 36px;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pakageInfo {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 6px;
  font-family: "Amarante", serif;
}

.packageInner p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Afacad", sans-serif;
  color: #000000cc;
  margin: 0 0 16px 0;
}

.pakageCost {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "Amarante", serif;
  white-space: nowrap;
}

.pakageCost span {
  font-size: 17px;
  font-weight: 400;
  color: #000000cc;
  font-family: "Afacad", sans-serif;
}

.advantegSection {
  padding: 30px 0 26px 0;
}

.main_subheading {
  font-family: "Amarante", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 47px 0 20px;
}

.dateTime_bg {
  background: #0b9deb1a;
  border-radius: 26px 26px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 22px 39px;
}

.schedule-head {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  font-family: "Amarante", serif;
}

.timeBox {
  display: flex;
  justify-content: space-between;
}

.minorSection {
  border: 1px solid var(--border-color);
  padding: 26px 22px;
  border-radius: 36px;
}

.diver_details {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 26px;
  font-family: "Amarante", serif;
}

.diver_name {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000cc;
  margin-top: 22px;
  margin-right: 6px;
}

.diver_name span {
  background: #e2e8f0;
  margin: 0 10px;
  border: 1px solid #e2e8f0;
}

.arrivedSection {
  margin-top: 26px;
  color: #e01212;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid rgba(224, 18, 18, 0.1);
  background: rgba(224, 18, 18, 0.08);
}

.paymentInfoCard {
  padding: 22px 26px;
  border-radius: 36px;
  border: 1px solid #e2e8f0;
}

.paymentInfoCard:not(:last-child) {
  margin-bottom: 26px;
}

.requestInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000cc;
}

.requestInfo:first-child {
  font-weight: 500;
}

.price {
  display: flex;
  justify-content: space-between;
}

.payInfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.borderOuter {
  border-top: 1px solid #e2e8f0;
}

.flexBtn {
  display: flex;
  align-items: center;
  gap: 16px;
}

.iconBtn {
  width: 44px;
  aspect-ratio: 1/1;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .addNewPackage label{
    font-weight: 400;
    font-size: 14px;
} */

.border_box:has(> .openingTimeOuter) {
  max-width: 450px;
}

.openingTimeOuter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.openingTimeOuter .openingItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.openingTimeOuter .openingItem span {
  color: #000;
  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.selectHours {
  height: 182px;
  border-radius: 29px;
  border: 1px solid var(--border-color);
}

.form-upload-box {
  min-height: auto;
  border: none;
  padding: 0;
  width: fit-content;
}

.form-upload-box .upload-btn {
  white-space: nowrap;
  border-radius: 90px;
  font-size: 18px;
  padding: 16px 20px;
  gap: 7px;
}

.pdf-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pdf-icon {
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.13);
  background: rgba(11, 157, 235, 0.1);
  padding: 10px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}

.first-col {
  width: 200px;
}

.action-col {
  width: 150px;
}

.form-table tbody tr td {
  padding: 18px 36px;
}

/* Genral Setting Page Css Start */
.nav-tabs.full-width-tabs {
  width: 100%;
  margin-bottom: 32px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-inline: 0;
  text-align: left;
  justify-content: left;
}

.page-content .full-width-tabs li {
  color: var(--grey-color-text);
  flex: 1;
}

.col-width {
  width: 45%;
}

input[type="time" i]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 20px;
}

.input-row {
  padding-left: 27px;
  position: relative;
}

.dot-track {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-radius: 50%;
  left: 10px;
  padding: 0;
  top: 49px;
}

.blue-dot {
  background: rgba(11, 157, 235, 0.1);
  border-color: #0b9deb29;
}

.pink-dot {
  background: rgba(202, 78, 75, 0.1);
  border-color: #ca4e4b29;
}

.green-dot {
  background: #ddffe6;
  border-color: #a8f4bc;
}

/* Genral Setting Page Css End */

.app-download-block {
  margin: 0 0 60px;
}

.download-appBlock {
  border-radius: 22px;
  /* background: var(--primary-color); */
  /* padding: 20px 67px 0; */
  display: flex;
  align-items: center;
  height: 100%;
}

.download-appWrap {
  margin: 0;
  background: linear-gradient(95deg, #06c 0%, #036 100%);
  height: 100vh;
}

.download-app-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.choose-des {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.app-download-block {
  margin: 0 0 50px;
}

.download-app-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .download-app-heading {
    font-size: 29px;
  }

  .payment_box {
    display: flex;
    gap: 10px;
  }

  .download-app-title {
    font-size: 22px;
  }

  .choose-des {
    font-size: 15px;
    margin-bottom: 35px;
    line-height: 24px;
  }

  .download-appBlock {
    text-align: center;
  }

  .choose-des {
    text-align: center;
  }
}

/*  */
.add_minorFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.add_minorTitle {
  color: var(--black-color-text);
  font-family: "Amarante", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.add_minorLink {
  color: #0b9deb;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.add_minorLink:hover {
  color: var(--primary-hover-color);
}

.add_minorRow {
  padding-right: 40px;
  position: relative;
}

.add_minorDelete_icon {
  position: absolute;
  right: 0;
  top: 48px;
  border: 0;
  background-color: transparent;
  color: #0b9deb;
}

.add_minorDelete_icon:hover {
  color: var(--primary-hover-color);
}

.add_minorBlock {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 26px;
}

.information_editBtnFLex {
  display: flex;
  gap: 16px;
  align-items: center;
}

.table_total {
  color: #036;
  font-size: 19px;
  font-weight: 400;
  font-family: "Amarante", serif;
}

.table_addBtn {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  background: var(--primary-color);
  color: var(--white-color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-left: auto;
}

.table_w30 {
  width: 30%;
  min-width: 200px;
}

.table_w55 {
  width: 55%;
  min-width: 220px;
}

.table_w25 {
  width: 25%;
  min-width: 180px;
}

.table_w15 {
  min-width: 150px;
  width: 15%;
}

.table_w40 {
  min-width: 161px;
  width: 40%;
}
.table_w30 b, .table_w15 b {
  color: #036;
  font-family: 'Amarante', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.max_wTable {
  max-width: 479px;
  display: flex;
  justify-content: end;
  margin-left: auto;
}

.pay_mainTable .table>tbody tr td {
  padding: 18px 36px;
  color: #333333;
  font-size: 16px;
}

.pay_mainTable .table>thead tr th {
  padding: 16px 36px;
    align-content: center;
}

.inner_tablePay {
  padding-inline: 26px;
}

.pay_headTable {
  min-height: auto;
  padding-inline: 20px;
  border-radius: 36px 36px 0 0;
  background: rgba(11, 157, 235, 0.1);
}

.pay_headTable .table>thead tr th {
  background: transparent;
}

.pay_mainTable .table>thead tr th {
  border-bottom: 0 !important;
}

.inner_tablePay .table>thead tr th:first-child {
  border-radius: 16px 0 0 16px;
}

.inner_tablePay .table>thead tr th:last-child {
  border-radius: 0 16px 16px 0;
}

.modal-open .select2-container {
  z-index: 1060;
}

.custom-modal-lg.modal-dialog {
  max-width: 1024px;
}

/*  */
.tagify__tag>div {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 7px 13px !important;
}

.tagify__tag>div::before {
  border-radius: 28px !important;
  background: rgba(11, 157, 235, 0.1) !important;
  box-shadow: none !important;
}

.tagify__tag__removeBtn {
  font-size: 20px !important;
  margin-inline: auto 10px !important;
}

.tagify__tag__removeBtn:hover {
  color: #000000 !important;
  background: transparent !important;
}

.tagify__tag__removeBtn:hover+div::before {
  box-shadow: none !important;
}

.edit-desc .tagify__tag__removeBtn:hover+div::before {
  box-shadow: none !important;
}

/*  */

.form-control.textarea.inputH119 {
  height: 119px;
}

/*  */
.modal_pay_radio {
  display: flex;
  gap: 10px 26px;
  align-items: center;
  margin-bottom: 22px;
  overflow: auto;
  scrollbar-width: thin;
  white-space: nowrap;
  padding-bottom: 4px;
}

.check-in-wrapper .diver_details {
  font-size: 26px;
  padding-bottom: 22px;
}

.paperworks_item {
  border-radius: 36px;
  background: rgba(11, 157, 235, 0.1);
  margin-bottom: 26px;
  padding: 19px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.paperworks_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.paperworksName {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.paper-status-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ff9800;
  border-radius: 50%;
  margin-left: 10px;
}

.dot-red {
  background-color: #f44336;
}

.dot-green {
  background-color: green;
}

.paperworks_right {
  display: flex;
  gap: 16px;
}

.paperworks_right a {
  color: #000;
  display: inline-block;
}

.paperworks_right a:hover {
  color: var(--primary-color);
}

.tooltip_action_box {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.action_tooltip {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  visibility: hidden;
  background-color: white;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.16));
  transform: translateX(-50%);
  white-space: nowrap;
}

.action_tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip_action_box:hover .action_tooltip {
  visibility: visible;
}

.modal_textareaH {
  min-height: 261px !important;
  border-radius: 30px;
}

.btn-theme-border {
  color: #0b9deb;
  border-color: #0b9deb;
}

/* Customer Css Start */
.headcenter {
  justify-content: center;
  margin-top: 36px;
}

.setting-icon {
  border: 1px solid #000;
  width: 54px;
  height: 54px;
  border-radius: 28px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

.financialInfo .input-row {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .info_headLeft {
    flex-direction: column;
  }

  .info_headRight {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  /* .info_headRight {
    flex-direction: column;
  } */

  .action-items-block::before {
    display: block;
  }

  .financialInfo .action-items-block::before {
    height: 0;
  }
}

.contry_multipleBox .intl-tel-input.allow-dropdown .flag-container,
.contry_multipleBox .intl-tel-input.separate-dial-code .flag-container {
  height: 40px;
  z-index: 9;
  font-size: 15px;
  height: 42px;
  color: #000;
  background-color: #fff;
  border: 0;
  position: unset;
  border-radius: 14px;
}

.contry_multipleBox .intl-tel-input .selected-flag .iti-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.2802 5.96655L8.93355 10.3132C8.42021 10.8266 7.58022 10.8266 7.06688 10.3132L2.72021 5.96655" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  border: 0;
  margin-top: 0;
  right: -4px;
  top: 16px;
  background-size: 12px;
}

.contry_multipleBox .intl-tel-input.iti-container {
  top: 36px !important;
}

.contry_multipleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contry_multipleBox .intl-tel-input .form-control {
  display: none;
}

/* Dive Planing */
.board-plan-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.board-plan-card {
  border-radius: 26px;
  background: rgba(11, 157, 235, 0.1);
  /* padding: 22px; */
  padding: 10px 22px;
  text-align: center;
  flex: 0 0 calc(20% - 25px);
}

.board-plan-card h2 {
  color: #010101;
  text-align: center;
  font-family: "Amarante", serif;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: 400;
  margin: 0;
}

.board-plan-card p {
  color: #010101;
  text-align: center;
  /* font-size: 20px; */
  font-size: 19px;
  font-weight: 400;
  /* margin-bottom: 16px; */
  margin-bottom: 4px;
}

.time-slot-box {
  border-radius: 26px;
  background: #edf6fa;
  /* padding: 35px 38px; */
  padding: 10px 20px;
  margin-bottom: 30px;
}

.time-slot-box h3 {
  color: #010101;
  font-size: 19px;
  font-weight: 400;
  /* margin-bottom: 23px; */
  margin-bottom: 6px;
  font-family: "Afacad", sans-serif;
}

.time-slot {
  color: #010101;
  font-family: "Amarante", serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 25px;
}

.time-slot span {
  color: rgba(0, 0, 0, 0.56);
  font-family: "Afacad", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.time-slot span:last-child {
  display: none;
}

/*  */

.planing_time_text {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.dotted-line {
  width: 100%;
  border-top: 1px dashed #000;
}

.plan_edit_icon {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.planing_table .table>thead tr th {
  border: 0;
  padding: 8px 22px;
  border-bottom: 0 !important;
  background: transparent;
}

.planing_table .table>tbody tr td {
  padding: 22px;
  border: 0 !important;
  white-space: normal;
}

.diverDetailsList a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.table_th1 {
  width: 8%;
}

.table_th2 {
  width: 15%;
  min-width: 100px;
}

.table_th3 {
  width: 15%;
  min-width: 100px;
}

.table_th4 {
  width: 15%;
  min-width: 100px;
}

.table_th5 {
  width: 30%;
  min-width: 200px;
}

td.table_bg_light {
  border-radius: 0;
  background: #e7f5fd;
}

td.table_bg_red {
  border-radius: 0;
  background: #faeded;
}

td.table_bg_green {
  border-radius: 0;
  background: #ddffe6;
}

.planing_table .multipal_addTab tr:first-child td.plan_tableBg:first-child {
  border-top-left-radius: 20px !important;
}

.planing_table .multipal_addTab tr:first-child td.plan_tableBg:last-child {
  border-top-right-radius: 20px !important;
}

.planing_table .multipal_addTab tr:last-child td.plan_tableBg:first-child {
  border-bottom-left-radius: 20px !important;
}

.planing_table .multipal_addTab tr:last-child td.plan_tableBg:last-child {
  border-bottom-right-radius: 20px !important;
}

.planing_table .table>tbody .multipal_addTab tr td:first-child {
  border-radius: 0 !important;
}

.planing_table .table>tbody .multipal_addTab tr td:last-child {
  border-radius: 0 !important;
}

.planing_table table.table-border-spacing {
  border-spacing: 0 15px;
  border-collapse: unset;
}

.date-slider {
  border-radius: 16px;
  background: #0b9deb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 77px;
  padding: 8px;
  min-height: 20px;
}

.date-label {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.36px;
}

.date-slider button {
  border: 0;
  background: transparent;
  padding: 0;
}

/*  */

.planing-main-block {
  display: flex;
  gap: 30px;
}

.edit-mode .planing-left-box {
  /* max-width: 340px; */
  max-width: 260px;
  width: 100%;
  flex: 0 0 auto;
  display: block;
}

.planing-left-box {
  width: 0;
  display: none;
}

.planing-right-box {
  flex: 1 1 auto;
}

.edit-mode .planing-right-box {
  /* flex: 1 1 calc(100% - 370px);
  width: calc(100% - 370px); */
  flex: 1 1 calc(100% - 290px);
  width: calc(100% - 290px);
}

.planing_table .table>tbody tr td {
  padding: 6px 12px;
}

.sliderbar_outer {
  margin-top: 32px;
}

.sliderbar_outer .accordion-item {
  border-color: #e2e8f0;
  margin: 0;
}

.sliderbar_outer .accordion-item:has(+ .accordion-item) {
  margin-bottom: 16px;
}

.sliderbar_outer .accordion-button {
  background-color: #0b9deb1a;
  border-radius: 0 !important;
}

.sliderbar_outer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 450px;
  overflow-y: auto;
}

.sliderbar_outer .res_link {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Afacad", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sliderbar_outer .res_link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/click-hand-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.sliderbar_outer .res_link:hover {
  color: var(--primary-color);
}

.sliderbar_outer .res_link:hover::after {
  opacity: 1;
}

.sliderbar_outer .accordion-button {
  padding: 8px 44px 8px 16px;
}

.sliderbar_outer .accordion-body {
  padding: 8px 22px 20px;
}

.sliderbar_outer .accordion-body:has(> .driver_accordion) {
  padding: 0 0 20px 0;
}

.sliderbar_outer .driver_accordion .accordion-item {
  border-radius: 0 !important;
  border: none;
  position: relative;
}

.sliderbar_outer .driver_accordion .accordion-item:has(+ .accordion-item) {
  margin: 0;
}

.sliderbar_outer .driver_accordion .accordion-item:has(+ .accordion-item)::after {
  content: "";
  width: calc(100% - 44px);
  height: 1px;
  background-color: #e2e8f0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sliderbar_outer .driver_accordion .accordion-button {
  background-color: transparent;
}

.sliderbar_outer .driver_accordion .accordion-body {
  padding: 0 22px 16px;
}

.sliderbar_outer .driver_accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}

.driver_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.driver_info .driverImg {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  overflow: hidden;
}

.driver_info .driverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.dashboardRightArrow {
  border: 0;
  background: transparent;
  padding: 0;
  transition: all 0.2s ease;
}

.dashboardRightArrow.collapsed {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.diverDlt-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}

.diverDlt-img {
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.13);
}

.diverDlt-name {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.diverDlt-time {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.diverDlt-row {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  display: flex;
}

.diverDlt-row strong {
  color: #000;
  font-family: "Amarante", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 42%;
  flex: 0 0 42%;
}

.custom-modal-sm.modal-dialog {
  max-width: 444px;
}

.diver_completeFlex {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.complete_dive_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.list_item,
.dive_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.list_item {
  justify-content: space-between;
}

.list_item .complete_dive_icon {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  overflow: hidden;
}

.list_item .complete_dive_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  margin: 0;
  border: none;
}

.permissionsControl-box {
  white-space: nowrap;
}

.permissionsControl-box .prm-radio {
  max-width: 390px;
  overflow: auto;
}

.table-siteName {
  display: block;
  text-align: center;
  padding-bottom: 12px;
}

.plan_tableBg .table-siteName:last-child {
  padding-bottom: 0;
}

.planing_table.custome-table-box .table>tbody tr td {
  padding: 12px;
  /*vertical-align: baseline;*/
    align-content: start;
}

.diver_completeFlexHead {
  display: flex;
  gap: 0;
  /*padding-bottom: 40px;*/
  /*text-align: center;*/
  flex-wrap: wrap;
  justify-content: flex-start;
  /*width: calc(100% - 55px);*/
}

.divertd-box {
  position: relative;
  padding-right: 50px;
}

.diverLog-modal {
  position: absolute;
  right: 15px;
}

/* .cardRemoveBtn {
  top: 10px;
  right: 6px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
  background: #0b9deb;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  margin-left: auto !important;
  position: absolute;
} */


.cardRemoveBtn {
    /* top: 0; */
    /* right: 6px; */
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
    background: #0b9deb;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin-left: auto !important;
    position: relative;
    margin-bottom: -24px;
}

.drop-zone {
  position: relative;
}

.drop-zone.diver_completeDropZone {
  min-height: 36px;
  padding: 0;
  background: transparent;
  border: none;
  gap: 5px;
}

.boat-custom-new {
  vertical-align: top !important;
}


.max-what-height {
  max-height: 430px;
}

.gear-management-tbl .table>tbody tr td {
  padding: 22px 18px;
}

.gear-management-tbl .table>thead tr th {
  padding: 30px 18px;
  /* font-size: 16px; */
  vertical-align: middle;
}

.fix-left-th {
  position: sticky;
  left: 0;
  top: 0;
  width: 185px;
  min-width: 185px;
  z-index: 1;
}

th.fix-left-th {
  background: rgb(230 245 253) !important;
}

.fix-left-th2 {
  position: sticky;
  left: 185px;
  top: 0;
  z-index: 1;
}

th.fix-left-th2 {
  background: rgb(230 245 253) !important;
}

th.word-normal-text a {
  max-width: 110px;
  width: 110px;
  white-space: normal;
  display: block;
  white-space: nowrap;
}

.gear-management-tbl th.word-normal-text a {
  max-width: unset;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.table>thead tr th a {
  color: #000000;
}

.multipleMobileNumber .intl-tel-input {
  position: absolute;
  top: 12px;
  height: 54px;
}

.multipleMobileNumber .tagify.form-control.textarea {
  padding-left: 100px !important;
}

.dive_information_block .heading-lg {
  /* font-size: 28px; */
  font-size: 23px;
}

.edit-desc.multipleMobileNumber .intl-tel-input #phoneInput {
  display: none;
}
#result {
  display: flex;
}
#result img {
  max-height: 34px !important;
  /* height: 100%; */
  width: auto;
  max-width: 100%;
}


.colorList {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 21px;
}

.colorItem {
  --bg-color: transparent;
  width: 60px;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: var(--bg-color);
  border: 2px solid var(--bg-color);
  margin: 0;
  position: relative;
  transition: ease-in-out .3s;
  cursor: pointer;
}

.colorItem::before {
  content: '';
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: var(--bg-color);
  position: absolute;
  inset: 0;
  margin: auto;
  transition: ease-in-out .3s;
}

.colorItem>input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.colorItem:has(>input:checked) {
  background-color: #fff;
}

.colorItem:nth-child(1) {
  --bg-color: #E7F5FD;
}

.colorItem:nth-child(2) {
  --bg-color: #FAEDED;
}

.colorItem:nth-child(3) {
  --bg-color: #DDFFE6;
}

.colorItem:nth-child(4) {
  --bg-color: #C2F0E3;
}

.colorItem:nth-child(5) {
  --bg-color: #D9B8FF;
}

.colorItem:nth-child(6) {
  --bg-color: #FFE8A3;
}

.colorItem:nth-child(7) {
  --bg-color: #D8C9F2;
}

.colorItem:nth-child(8) {
  --bg-color: #B8EFCF;
}

.colorItem:nth-child(9) {
  --bg-color: #AEDFF7;
}

.colorItem:nth-child(10) {
  --bg-color: #FFD1A6;
}

.colorItem:nth-child(11) {
  --bg-color: #F7BFD3;
}

.colorItem:nth-child(12) {
  --bg-color: #AEEEEE;
}

.filderDropdown {
  min-width: 1200px;
  padding: 22px 22px 26px;
  border-radius: 36px;
}

.filderDropdown .filterDropHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.filderDropdown .filterDropTitle {
  color: #161618;
  font-family: 'Amarante';
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}

.filderDropdown .filterBtn {
  margin-top: 31px;
  min-height: 54px;
}

.slot-info {
  word-break: break-word;
}

.input-group .intl-tel-input {
  flex: auto;
}

.input-group .form-control {
  border-radius: 90px 0 0 90px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

#supportNumbersContainer {
  margin: 0 0 22px;
}

.payoutBox {
  border-radius: 36px;
  border: 1px solid #E2E8F0;
  background: linear-gradient(90deg, #052646 0%, #0B9DEB 100%);
  padding: 54px 46px;
  margin-bottom: 40px;
}

.t_amount {
  color: #FFF;
  font-family: Amarante;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.amount_title {
  color: rgba(255, 255, 255, 0.80);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}



.range-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #E2E8F0;
  background: #FFF;
}

.range-box .price {
  font-weight: bold;
  min-width: 54px;
  max-width: 80px;
  width: 100%;
  text-align: center;
  padding: 17px 9px;
  font-family: "Poppins", sans-serif;
  color: #161618;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  border-color: #E2E8F0 !important;
  display: block;
  text-align: center;
}

.price#min-val {
  border-right: 1px solid;
}

.price#max-val {
  border-left: 1px solid;
}

.slider-container {
  position: relative;
  flex: 1;
  margin: 0 15px;
  height: 6px;
}

.track {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: #0B9DEB1A;
  border-radius: 3px;
}

.range {
  position: absolute;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  background: #2196f3;
  border-radius: 3px;
}

.customRangeInput {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.customRangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #2196f3;
  cursor: pointer;
}

.customRangeInput::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #2196f3;
  cursor: pointer;
}


/* Invoice */

.invoice-view {
  border-radius: 26px;
  border: 1px solid var(--border-color);
  background: #FFF;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.exampleImg {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(-45deg);
  width: 100%;
}
.invText {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.invText span {
  display: block;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}

.invNo {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 8px;
  max-width: 250px;
  text-align: left;
  margin: 0 0 0 auto;
}

.invNo span {
  font-weight: 400;
}

.invoice-head {
  margin-bottom: 40px;
}

.invLogo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.invLogo img {
  max-height: 90px;
}

.LogoInput {
  display: none;
}

.upload-icon-btn {
  cursor: pointer;
}

.thsnkMsg {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.thanksEdit {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 25px auto;
}

.rulerEdit {
  display: flex;
  gap: 12px;
  margin: 25px auto;
  justify-content: space-between;
  align-items: center;
}

.h-line {
  font-size: 0;
  background: #E2E8F0;
  height: 1px;
  width: 100%;
  line-height: 0;
}

.mw-0 {
  max-width: unset;
}

.invaddress {
  text-align: center;
}

.word-break {
  word-break: break-all;
}
.centerHead {
  text-align: center;
  max-width: 630px;
  margin: auto;
}
.centerHead .main_subheading {
  margin: 0 0 16px;
}
.centerHead .headDec {
  color: rgba(0, 0, 0, 0.80);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.qrBoxOuter {
  max-width: 304px;
  min-width: 304px;
  width: 100%;
}
.qrBoxOuter img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qrBoxOuter .qrBox {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 30px;
  border: 2px solid #000;
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
  background-color: #fff;
}
.qrBoxFooter {
  background-color: #0B9DEB;
  border-radius: 0 0 36px 36px;
  padding: 23px;
  text-align: center;
}
.downloadQrBtn {
  color: #FFF;
  font-family: 'Amarante', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.downloadQrBtn:hover {
  color: var(--primary-hover-color);
}
.revenueGraphOuter {
  padding: 30px 26px;
  border-radius: 36px;
  border: 1px solid #E2E8F0;
  background: #FFF;
}

.userFaqUploadedImages {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 16px;
}

.userFaqUploadedImages .userFaqUploadedItem {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 18px;
  background-color: #fbfbfb;
  overflow: hidden;
  position: relative;
}
.userFaqUploadedImages .userFaqUploadedItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqVideoPlayBtn {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  border:none;
  color: #003366;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(2px);
  position: absolute;
  inset: 0;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out .3s;
  z-index: 1;
}
.faqVideoPlayBtn:hover {
  color: #fff;
}
.faqVideoPlayBtn:hover::after {
  background-color: var(--primary-color);
}
.faqVideoPlayBtn::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: ease-in-out .3s;
  z-index: -1;
}
.userFaqSearch{
  max-width: 600px;
  margin: auto;
}
.timeSlotTitle{
  color: #000;
  font-family: Amarante;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
.timeSlotBox{
  border-radius: 32px;
  border: 1px solid var(--border-color);
  background: var(--white-color-text);
  margin-bottom: 26px;
  display: flex;
  overflow: hidden;
}
.slotDayName {
  text-align: center;
  padding: 18px 30px;
  background-color: #E7F5FD;
  border-bottom: 1px solid var(--border-color);
  color: var(--black-color-text);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slotDayName:last-child, .timeSlotList:last-child {
  border: 0;
}
.timeSlotBoxInner{
  width: 100%;
}
.timeSlotList {
  padding: 18px 12px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  overflow: auto;
  width: 100%;
}
.timeSlotList::-webkit-scrollbar {
  display: none;
}
.timeSlotList {
  scrollbar-width: none;
}
.timeSlotList {
  -ms-overflow-style: none;
}
.checkbox-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.checkbox-flex span.font-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.checkbox-flex .checkbox input, .checkbox-flex .checkbox svg {
  top: 1px;
}
.slotCheckBtn input {
  display: none;
}
.slotCheckBtn {
  color: var(--black-color-text);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.12;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background: var(--white-color-text);
  transition: ease-in-out .3s;
  padding: 10px;
  min-width: 110px;
  margin: 0;
}
.slotCheckBtn:has(>input:disabled) {
  border: 1px solid var(--border-color);
  background: var(--border-color);
  opacity: .5;
}
.slotCheckBtn:has(>input:not(:disabled,:checked)):hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.slotCheckBtn:has(input:checked) {
  color: var(--white-color-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.slotCheckBtn:has(input:checked).lock {
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .invText {
    font-size: 15px;
  }

  .invNo {
    font-size: 15px;
    max-width: unset;
    text-align: right;
  }

  .invoice-view {
    border-radius: 0;
    border: 0;
    padding: 0;
  }

  .invLogo img {
    max-height: 70px;
  }

  .invLogo {
    gap: 10px;
    margin: 0 0 20px;
  }

  .textCenter {
    text-align: center;
  }

  .invoice-head {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .invText {
    text-align: center;
  }

  .invoice-head {
    margin-bottom: 16px;
  }

  .textCenter {
    text-align: center;
  }

  .invLogo {
    gap: 10px;
    margin: 0 0 20px;
  }

  .invText {
    font-size: 15px;
    margin: 0 0 11px;
  }

  .invNo {
    font-size: 15px;
    max-width: unset;
    text-align: center;
  }

  .invoice-view {
    border-radius: 0;
    border: 0;
    padding: 0;
  }

}
.min-w-unset {
  min-width: unset !important;
}
.section-block-inner h3 {
  font-size: 19px;
}
.lg-backdrop {
	z-index: 9999;
}

.lg-outer {
	z-index: 9999;
}


.cancelBtnSvg {
  font-family: "Amarante", serif;
  display: block;
  border: 1px solid #f77;
  background-color: #ffd6d6;
  padding: 6px 6px;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 400;
  /* color: #e01212; */
  text-align: center;
  line-height: 1;
}
.bookingDetailSmallTable table {
  margin-bottom: 26px !important;
}
.bookingDetailSmallTable table:has(> tbody tr) {
  margin-bottom: 0 !important;
}

.date-sliderInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 77px;
  max-width: calc(100% - 36px);
  margin: auto;
}

.editBtnWhite-box {
    background: transparent;
    color: var(--white-color-text);
    border: 1px solid var(--white-color-text) !important;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.drop-zone>.drop-zone {
    padding: 0;
}
