:root {
  --i-header-height: 75px;
  --sidebar-width: 21.5rem;
}
.fixed .inner-header {
  background: #ffffff54;
  backdrop-filter: blur(2px);
}
.flex-col {
  display: flex;
}
.form-control {
  border: 1px solid #bab8b5;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 7px 2px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 3px 7px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 3px 7px 2px rgb(0 0 0 / 15%);
}

textarea.form-control {
  min-height: 190px;
}

.form-control::placeholder {
  color: #bab8b5;
  font-size: 15px;
  font-family: "Cera-Pro-Medium";
}
.form-btn .btn {
  background-color: #d15938;
  font-family: "Cera-Pro-Medium";
  min-height: 38px;
  line-height: 38px;
}

/* Sidebar Css Only */

.sidebar-shell {
  background-image: none;
  /* background-color: #05202eb3; */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9;
  width: var(--sidebar-width);
  padding: 20px;
}
.sidebar-shell .navbar-brand {
  position: relative;
  margin-right: 0;
  padding: 10px 25px;
  width: 100%;
}
.sidebar-shell .navbar-brand img {
  width: 100%;
  max-width: initial;
}
.outer-link {
  padding: 0;
  min-height: initial;
  line-height: initial;
  margin: 15px 0;
  border-radius: initial;
  background-color: transparent;
  font-size: 18px;
  box-shadow: none !important;
  position: relative;
}
.outer-link.collapsed::before {
  transform: rotate(-90deg);
}
.outer-link::before {
  content: "";
  height: 15px;
  width: 15px;
  background-image: url("../images/down-triangle-white.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  position: absolute;
  left: -20px;
  top: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.s-nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
}
.s-nav-link.active::before {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #d15938;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -18px;
}
.s-nav-link:hover {
  color: #fff;
  opacity: 0.6;
}
.sidebar-menu-shell {
  margin: 15px 0;
  padding: 0 25px;
  overflow-y: auto;
  height: calc(100% - 270px);
  overflow-x: hidden;
}
.sidebar-menu-shell .card {
  background-color: transparent;
  box-shadow: none;
}
.sidebar-menu-shell .card-header {
  background-color: transparent;
  border-bottom: 0;
}
.sidebar-menu-shell .card-body,
.sidebar-menu-shell .card-header {
  padding: 0;
}
.blue-link {
  color: #80ccd1 !important;
}
.blue-link::before {
  background-image: url("../images/down-triangle-blue.svg");
}
.brown-link {
  color: #bd8266 !important;
}
.brown-link::before {
  background-image: url("../images/down-triangle-brown.svg");
}
.side-progress {
  position: relative;
  margin-top: 20px;
  padding: 0px 20px;
}
.side-progress h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}
.side-progress h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.side-progress h4 {
  font-size: 14px;
  font-weight: 400;
  color: #80ccd1;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.side-progress h4 a{color: #80ccd1;}
.side-progress .progress {
  height: 8px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 25px;
  margin: 15px 0px;
}
.side-progress .progress .bg-success {
  background: #8cd1d5 !important;
}
.side-progress .btn-white {
  width: 100%;
  background: #fff;
  color: #052130 !important;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
/* Inner Header Css Only */
.inner-header.header-login {
  margin-left: inherit;
  width: 100%;
}
.header-login .navbar-brand img {
  max-width: inherit;
}
.header-login .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}

.inner-header {
  box-shadow: none;
  background: transparent;
  height: 75px;
  margin-left: var(--sidebar-width);
  width: calc(100% - var(--sidebar-width));
  padding: 15px 30px;
}
.inner-header .navbar-nav {
  margin-left: auto;
}
.inner-header .navbar .nav-item,
.inner-header .navbar .nav-link {
  display: flex;
  align-items: center;
}
.inner-header .navbar .nav-link {
  color: #052130 !important;
}
.user-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f3f3f3 transparent;
}
.user-dropdown .dropdown-menu {
  background-color: #f6f6f6;
  z-index: 9;
  border-radius: 20px 0 20px 20px;
  transform: translate(0px, 30px);
  border: 0;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
}
.navbar .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  font-size: 18px;
  color: #4a4a4a !important;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #1A4E77  !important;
}
.header-user-icon {
/*  width: 45px;
  height: 45px;
  display: inline-block;*/
  margin-left: 10px;
      padding-left: 15px;
          display: flex;
    align-items: center;
}

i.header-user-icon span {
    font-family: "Cera-Pro-Medium";
    font-size: 17px;
    font-weight: 500;
    padding-right: 15px;
    font-style: initial;
        color: #052130 !important;
            text-transform: capitalize;
}
.header-user-icon img{ width: 45px;
  height: 45px;  object-fit: cover;}


.no-arrow-dropdown.dropdown-toggle::after {
  content: none;
}
.nav-menus .nav-item {
  position: relative;
}
.nav-menus .nav-item:last-child::after {
  content: none;
}
.nav-menus .nav-item::after {
  content: "";
  height: calc(100% - 20px);
  width: 2px;
  background-color: #bd8266;
  top: 10px;
  right: 0;
  position: absolute;
}

/* Dashbaord Content Page Css Only */

/* .dash_shell {
  padding-top: var(--i-header-height);
  margin-left: var(--sidebar-width);
  min-height: 100vh;
} */
.dash_content {
  padding: 15px 80px;
  padding-top: calc(var(--i-header-height) + 15px);
  margin-left: var(--sidebar-width);
  min-height: 100vh;
}

/* When Section Page Css Only */

.when-section-shell {
  display: flex;
  align-items: center;
}
.ds-btn-para {
  font-size: 36px;
  margin-bottom: 0;
}
.ds-btn-para .bottom-text {
  font-size: 110px;
  font-family: "Abuget";
  position: relative;
  bottom: -50px;
}
.whn-images {
  text-align: center;
}
.whn-text {
  position: absolute;
  color: #fff;
  left: 0;
  top: 120px;
  width: 100%;
  text-align: center;
}

/* Ambassador Hub Page Css Only */

.bg-image-box {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  background-attachment: fixed;
}
html,body{height: auto !important;}
.bg-image-box .sidebar-shell {
  background-image: none;
  background-color: #05202eb3;
}
.ambsdor-box {
  background-image: linear-gradient(
      to bottom,
      rgb(255 255 255 / 75%),
      rgb(255 255 255 / 30%)
    ),
    url("../images/bg-image-1.png");
}
.white-bg-shell {
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 30px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 7px rgb(0 0 0 / 22%);
  -moz-box-shadow: 0px 0px 10px 7px rgb(0 0 0 / 22%);
  box-shadow: 0px 0px 10px 7px rgb(0 0 0 / 22%);
}
.ambsdor-box-content.white-bg-shell {
  max-width: 450px;
  width: 100%;
}
.ambsdor-header {
  display: flex;
  align-items: center;
}
.ambsdor-header .amb-img {
  margin-right: 15px;
}
.ambsdor-list-box {
  max-height: 370px;
  min-height: 250px;
  overflow: auto;
}
.amb-title {
  font-size: 25px;
  color: #78736e;
  font-family: "Cera-Pro-Bold";
}
.amb-user-content-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amb-user-content-box:last-child {
  margin-bottom: 0;
}
.amb-user-img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 15%);
  flex: 0 0 75px;
  max-width: 75px;
  height: 75px;
  margin-bottom: 0;
  margin-right: 20px;
}
.amb-user-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.amb-username {
  color: #4a4a4a;
  font-size: 18px;
  margin-bottom: 5px;
}
.amb-usertype {
  color: #78736e;
  font-size: 14px;
  margin-bottom: 0;
}
.ambsdor-request-box .amb-user-info {
  position: relative;
  background-color: #f7e1db;
  left: -60px;
  top: 5px;
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 15px 10px 25px 60px;
  border-radius: 20px;
  width: 100%;
}
.ambsdor-request-box .amb-user-img {
  position: relative;
  z-index: 1;
}
.ambsdor-request-box .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
.ambsdor-request-box .form-btn .btn {
  font-size: 13px;
  padding: 0 8px;
}

/* While I'm Here Section Css Onyl */

.while-here-box {
  /* background-image: url("../images/WIH-Dashbaord-Background-Himalayas-from-Gokyo-Ri-min.jpg"); */
  /* background-image: url("../images/bg-image-2.jpg"); */
}
.while-here-box .dash_content {
  padding: 15px 80px;
  padding-top: calc(var(--i-header-height) + 15px);
}
.wish-options-shell {
  display: flex;
  flex-wrap: wrap;
}
.sm-white-box {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  max-width: 240px;
  flex: 0 0 240px;
  margin: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 0.15);
  box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 15%);
  min-height: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
 
}
.md-text-size {
  text-transform: capitalize;
    color: #78736e;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    margin-bottom: 0;
}
.while-img {
  flex: 0 0 160px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
  margin-bottom: 0;
}

.get-touch-content .form-btn {
  text-align: right;
}
.get-touch-content .form-btn .btn {
  background-color: #bd8266;
}
.get-touch-content .form-btn .btn-custom{
  background-color: #052130;
}
.wish-options-shell .sm-white-box a {
  display: contents;
}

.card-add-category {
  background: #f3fafbbd;
  border-radius: 18px;
  box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 0.15);
  padding: 60px;
  margin: 15px;
}
.home-all-category .col-md-5 {
  display: flex;
}
.home-all-category .card-add-category {
  width: 100%;
}
.card-add-category figure {
  margin: auto;
}
.add-cate-img {
  text-align: center;
  position: relative;
}
.close-icon-h {
  position: absolute;
  top: -45px;
  right: -30px;
  font-size: 28px;
  color: #bab8b5;
}
.close-icon-h:hover {
  color: #005761;
}
.add-cate-img h1 {
  font-size: 36px;
  font-family: "Cera-Pro-Bold";
  color: #005761;
  border-bottom: 2px solid #80ccd1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  word-break: break-all;
}
.card-add-category ul li {
  padding-bottom: 30px;
}
.card-add-category ul li a {
  font-size: 24px;
  color: #78736e;
  font-family: "Cera-Pro-Bold";
  text-transform: capitalize;
  width: 100%;
}
.card-add-category ul li .add-btn {
  color: #80ccd1;
}
.while-gone-box {
  /* background-image: linear-gradient(
      to bottom,
      rgba(211, 182, 169, 0.74),
      rgba(211, 182, 169, 0),
      rgba(227, 200, 186, 0.38)
    ),
    url("../images/WIG-Dashbaord-Background-Black-Sea-min.jpg"); */
    /* url("../images/bg-image-2.jpg"); */
}
.while-gone-box .card-add-category {
  background: #fcf9f8ed !important;
}
.color-text-gone .add-cate-img h1 {
  color: #bd8266;
  border-bottom: 2px solid #bd8266;
}
.color-text-gone ul li .add-btn {
  color: #cfa490;
}
.while-gone-box .close-icon-h:hover {
  color: #cfa490;
}

.sub-category-popup .modal-dialog {
  max-width: 822px;
}
.sub-category-popup .modal-content {
  border-radius: 24px;
}
.card-panel-sub {
  padding-bottom: 20px;
}
.card-panel-sub .d-flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.card-panel-sub .d-flex h6 {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0px;
}
.btn-tip .btn {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #e8ebec;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #78736e !important;
  font-size: 12px;
  font-weight: 300;
}
.pre-fixd-here {
  height: auto;
  overflow: auto;
  background: #f9fafa;
  box-shadow: 0px 0px 4px #d2d7d9;
  border-radius: 3px;
  padding: 15px;
}
.pre-fixd-here p {
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
}

.modal-body .wd-d-flex {
  display: flex;
  width: 100%;
}
.modal-body .wd-d-flex .flex-column {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 20px;
  border-right: 2px solid #bab8b5;
}
.modal-body .wd-d-flex .tab-content {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 20px;
}
/* min-height: 690px; */
#questionarie .modal-body .wd-d-flex .tab-content {
  min-height: initial !important;
}
.wd-d-flex .nav-pills .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
}
.wd-d-flex .nav-pills .nav-link.active {
  background: transparent;
  color: #005761;
}
.wd-d-flex h3 {
  font-size: 24px;
  color: #78736e;
  font-family: "Cera-Pro-Bold";
  margin-bottom: 15px;
  padding: 0px 20px;
}
.pre-fixd-here p a {
  color: #005761;
  font-size: 14px;
  font-weight: 500;
}

.up-load-card {
  display: flex;
  width: 100%;
}
.up-load-card .card-panel-sub {
  flex: 0 0 70%;
  max-width: 70%;
}
.up-load-card .upload-file-box {
  flex: 0 0 30%;
  max-width: 30%;
  padding-top: 25px;
}
input[type="file"] {
  display: block;
  opacity: 0;
}
.choose-btn {
  border-radius: 2px;
  margin: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  min-height: 43px;
  line-height: 43px;
  padding: 0 21px;
  box-shadow: none;
  border-radius: 60px;
  font-size: 16px;
  background-color: #005761;
}
.choose-btn:hover {
  /* background: #bd8266; */
}
.btn-green-dk {
  background-color: #005761;
}
.btn-red-dk {
  background-color: #d9172b;
}
#sub-here .modal-header .modal-title {
  font-size: 36px;
  color: #005761;
  font-family: "Cera-Pro-Bold";
  margin-bottom: 0px;
}
#sub-here .modal-header .close {
  font-size: 2.5rem;
  font-weight: 400;
}
#sub-here .modal-header {
  padding: 15px 25px;
}

#sub-gone .modal-header .modal-title {
  font-size: 36px;
  color: #bd8266;
  font-family: "Cera-Pro-Bold";
  margin-bottom: 0px;
}
#sub-gone .modal-header .close {
  font-size: 2.5rem;
  font-weight: 400;
}
#sub-gone .modal-header {
  padding: 15px 25px;
}
#sub-gone .choose-btn {
  background: #bd8266;
}
#sub-gone .choose-btn:hover {
  background: #005761;
}
#sub-gone .wd-d-flex .nav-pills .nav-link.active {
  color: #bd8266;
}

.while-sign-box {
  background-image: linear-gradient(
      to bottom,
      rgb(5 33 48 / 70%),
      rgb(5 33 48 / 70%)
    ),
    url("../images/Sign-in-Screen-Background-min.jpg");
    /* url("../images/bg-image-2.jpg"); */
}

.dash_content_sign {
  padding: 15px 30px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-center-box {
  max-width: 400px;
  margin: auto;
}
.sign-center-box h4 {
  font-size: 32px;
  font-family: "Cera-Pro-Bold";
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.sign-center-box h6 {
  color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 16px;
}
.rememb-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rememb-box a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.rememb-box .form-check {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.rememb-box .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.sign-center-box .form-control {
  border: none;
  /* height: 44px; */
  line-height: normal;
  box-shadow: none;
}

.side-menu-here .s-nav-link {
  position: relative;
  padding-left: 48px;
}
.side-menu-here .s-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("../images/tick-gone.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
  background-position: center;
}
.side-menu-gone .s-nav-link {
  position: relative;
  padding-left: 48px;
}
.side-menu-gone .s-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("../images/tick-here.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
  background-position: center;
}

.pre-fixd-here input[type="radio"] {
  position: relative;
  left: auto;
  right: auto;
  margin-right: 5px;
}

.sidebar-shell:before{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgb(5 32 46 / 70%);
  left: 0;
  backdrop-filter: blur(2px);
}


figcaption.while-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.modal_content--inner_body{    overflow: hidden;}