@font-face {
  font-family: "ethnocentricitalic";
  src: url("../fonts/ethnocentric_rg_it-webfont.woff2") format("woff2"), url("../fonts/ethnocentric_rg_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ethnocentricregular";
  src: url("../fonts/ethnocentric_rg-webfont.woff2") format("woff2"), url("../fonts/ethnocentric_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gang_of_threeregular";
  src: url("../asset/fonts/go3v2-webfont.woff2") format("woff2"), url("../asset/fonts/go3v2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../asset/fonts/lato/lato-light-webfont.woff2") format("woff2"), url("../asset/fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../asset/fonts/lato/lato-regular-webfont.woff2") format("woff2"), url("../asset/fonts/lato/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latohairline";
  src: url("../asset/fonts/lato/lato-thin-webfont.woff2") format("woff2"), url("../asset/fonts/lato/lato-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latosemibold";
  src: url("../asset/fonts/lato/latosemibold-webfont.woff2") format("woff2"), url("../asset/fonts/lato/latosemibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoblack";
  src: url("../asset/fonts/lato/lato-black-webfont.woff2") format("woff2"), url("../asset/fonts/lato/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("../asset/fonts/lato/lato/Lato-Bold.woff2") format("woff2"), url("../asset/fonts/lato/lato/Lato-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --latolight: "latolight";
  --latohairline: "latohairline";
  --latoregular: "latoregular";
  --latosemibold: "latosemibold";
  --latobold: "latobold";
  --latoblack: "latoblack";
  --gang_of_three: "gang_of_threeregular";
}

* {
  padding: 0;
  margin: 0;
}

/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #F7F8F9;
}

::-webkit-scrollbar-thumb {
  background: #947D6D;
}

::-webkit-scrollbar-thumb:hover {
  background: #947D6D;
}

.table-responsive {
  padding-bottom: 5px;
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #F7F8F9;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #E89F72;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ffc300;
}

/* Track */
/* Handle */
/* Handle on hover */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #545554;
  font-size: 1rem;
  margin-right: 20px;
  margin: 0 0 15px !important;
  min-height: 40px;
  line-height: 40px;
}
.radio-container a {
  font-weight: 600;
  color: #ffa800;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  width: 28px;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #EDEDED;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background: none;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background: none;
  border-color: #E89F72;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #C4C4C4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark::after {
  display: block;
  background: #E89F72;
}

/* Style the indicator (dot/circle) */
.customRadioDesign {
  background: #fff;
  border: 1px solid #C4C4C4;
  width: 100%;
  height: 40px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.radioContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  position: relative;
  z-index: 1;
  margin: 0;
}

.radio-container input:checked ~ .customRadioDesign {
  border: 1px solid #C4C4C4;
}

.radio-container .checkmark:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #C4C4C4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding: 4px 0 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #361805;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 2px solid #A88F6C;
  position: absolute;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background: none;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  border: 3px solid #A88F6C;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background: #A88F6C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grey-checkbox-wrapper {
  margin-bottom: 0;
  padding: 0;
  top: -15px;
}
.grey-checkbox-wrapper span.checkmark {
  background: #758799;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.grey-checkbox-wrapper input:checked ~ .checkmark {
  border: none;
}
.grey-checkbox-wrapper .checkmark:after {
  border-color: #E89F72;
}

.slidecontainer {
  width: 100%;
}
.slidecontainer .slider {
  margin: 0 !important;
  width: 100%;
}
.slidecontainer .range-value {
  color: #fff;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#57D8F5), to(#2A5BDC));
  background: linear-gradient(180deg, #57D8F5 0%, #2A5BDC 100%);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(180deg, #57D8F5 0%, #2A5BDC 100%);
  cursor: pointer;
}

.updown-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.updown-arrow::before, .updown-arrow::after {
  position: absolute;
  content: "";
  border: 4px solid transparent;
}
.updown-arrow::before {
  border-bottom-color: #888888;
  top: 6px;
}
.updown-arrow::after {
  border-top-color: #888888;
  top: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch {
  /* Rounded sliders */
}
.switch input:checked + .slider {
  background: rgba(212, 175, 55, 0.7);
}
.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px rgba(212, 175, 55, 0.7);
          box-shadow: 0 0 1px rgba(212, 175, 55, 0.7);
}
.switch input:checked + .slider:before {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.custom-select-one,
.custom-select-two,
.custom-select-three {
  display: none;
}

#custom-select-list-one,
#custom-select-list-two,
#custom-select-list-three {
  padding: 5px 0;
}

#custom-select-list-one img,
#custom-select-list-two img,
#custom-select-list-three img,
.drop-btn-select-one img,
.drop-btn-select-two img,
.drop-btn-select-three img {
  width: 22px;
}

#custom-select-list-one li,
#custom-select-list-two li,
#custom-select-list-three li {
  list-style: none;
  padding: 5px 15px;
}

#custom-select-list-one li:hover,
#custom-select-list-two li:hover,
#custom-select-list-three li:hover {
  background: rgba(219, 200, 167, 0.15);
}
#custom-select-list-one li:hover span,
#custom-select-list-two li:hover span,
#custom-select-list-three li:hover span {
  font-family: "Conv_AvenirNextLTPro-Bold";
  color: #D4AF37;
}

#custom-select-list-one li img,
#custom-select-list-two li img,
#custom-select-list-three li img {
  margin: 0;
  width: 20px;
}

#custom-select-list-one li span,
#custom-select-list-two li span,
#custom-select-list-three li span,
.drop-btn-select-one li span,
.drop-btn-select-two li span,
.drop-btn-select-three li span {
  margin-left: 8px;
  position: relative;
  top: 1px;
}

/* item list */
.custom-select-list-wrapper-one,
.custom-select-list-wrapper-two,
.custom-select-list-wrapper-three {
  display: none;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: absolute;
  z-index: 99;
  background: #F7F7F7;
  max-width: 100%;
  left: 0;
  right: 0;
}

.open {
  display: show !important;
}

.drop-btn-select-one,
.drop-btn-select-two,
.drop-btn-select-three {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  height: 45px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: rgba(219, 200, 167, 0.05);
  border: 1px solid rgba(47, 46, 42, 0.3);
  padding: 8px 15px;
  color: #E89F72;
  position: relative;
}
.drop-btn-select-one:before,
.drop-btn-select-two:before,
.drop-btn-select-three:before {
  position: absolute;
  content: "";
  background: #EFEFEF;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  right: 8px;
  top: 8px;
  pointer-events: none;
}
.drop-btn-select-one:after,
.drop-btn-select-two:after,
.drop-btn-select-three:after {
  content: "";
  width: 0;
  height: 0;
  border: 1px solid #E89F72;
  width: 10px;
  height: 10px;
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 15px;
  pointer-events: none;
}

.drop-btn-select-one li,
.drop-btn-select-two li,
.drop-btn-select-three li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.drop-btn-select-one:hover li,
.drop-btn-select-two:hover li,
.drop-btn-select-three:hover li {
  margin-left: 0px;
}

.drop-btn-select-one:hover,
.drop-btn-select-one:focus,
.drop-btn-select-two:hover,
.drop-btn-select-two:focus,
.drop-btn-select-three:hover,
.drop-btn-select-three:focus {
  background: #F7F7F7;
  -webkit-box-shadow: inset 0 0px 0px 1px #ccc;
          box-shadow: inset 0 0px 0px 1px #ccc;
}

.drop-btn-select-one:focus,
.drop-btn-select-two:focus,
.drop-btn-select-three:focus {
  outline: none;
}

.lang-select-one,
.lang-select-two,
.lang-select-three {
  margin-left: 0px;
  position: relative;
}

.select-with-img .select {
  height: 0;
  display: none;
}
.select-with-img .select .select-styled {
  display: none;
}

.attachment-input {
  position: relative;
}

.custom-file-upload-button {
  width: 100%;
  resize: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  min-height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 15px;
  color: #E89F72;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: rgba(219, 200, 167, 0.05) url(../img/attachment-icon.svg) no-repeat 95% 10px;
  border: 1px solid rgba(47, 46, 42, 0.3);
}

#file-chosen {
  margin-left: 0.3rem;
  font-family: sans-serif;
  position: absolute;
  top: 14px;
  left: 10px;
  pointer-events: none;
}

.box {
  position: relative;
}
.box::before {
  position: absolute;
  content: "";
  background: #F9F0E5;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.box::after {
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #000000;
  width: 8px;
  height: 8px;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
  z-index: 2;
}
.box select {
  width: 100%;
  resize: none;
  border: none;
  color: #000;
  font-size: 14px;
  min-height: 40px;
  min-width: 140px;
  padding: 8px 15px;
  background: #F9F0E5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  outline: none;
}
.box select option {
  background: #fff;
  color: #0D0D0D;
}
.box .hide-arrow {
  top: 2px;
  right: 2px;
  z-index: 0;
  width: 30px;
  height: 40px;
  position: absolute;
  background: #f1f0ef;
  border-radius: 10px;
  pointer-events: none;
}
.box .hide-arrow-white {
  background: #fff;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-size: 16px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.dropdown-menu {
  min-width: 300px;
  background: #31302E;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(255, 173, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(255, 173, 0, 0.15);
}
.dropdown-menu .dropdown-item {
  margin: 0 0 10px;
  text-transform: capitalize !important;
}
.dropdown-menu .dropdown-item:hover {
  background: #E89F72;
  color: #000 !important;
}

@media (max-width: 1199px) {
  .chainContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .chainContainer .radio-container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .select-styled {
    font-size: 14px;
  }
}
/* Rectangle Out */
.hvr-rectangle-out {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFAD00;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Bounce To Right */
.btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #361805;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: white;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.slick-list {
  padding: 40px 0 60px !important;
}

.slick-slide {
  margin: 0 30px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.slick-center {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.slick-center .wallet-card {
  background: rgba(46, 46, 46, 0.4588235294);
  border: 2px solid #DFA940;
}

.wallet-slider {
  margin: 0 0 40px;
  display: inline-block;
  width: 100%;
}
.wallet-slider .slick-prev {
  background: #393939 url(../img/icons/left-arrow.svg) no-repeat center center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 47.5%;
  top: 100%;
}
.wallet-slider .slick-prev::before {
  content: "";
}
.wallet-slider .slick-next {
  background: #393939 url(../img/icons/right-arrow.svg) no-repeat center center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 47.5%;
  top: 100%;
}
.wallet-slider .slick-next::before {
  content: "";
}

.pagination-wrapper {
  margin: 40px 0 0;
}
.pagination-wrapper .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-wrapper .pagination button {
  background: none;
  border: none;
  padding: 0;
  color: #adadad;
  font-size: 18px;
  margin: 0 7px;
  padding: 3px 10px 5px;
}
.pagination-wrapper .pagination .active {
  color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pagination button {
    font-size: 13px;
    margin: 0 2px;
  }
  .pagination-wrapper .pagination button img {
    width: 10px;
  }
}
@media (max-width: 480px) {
  .pagination-wrapper .pagination .page-number {
    display: none;
  }
  .pagination-wrapper .pagination .page-number:nth-child(1), .pagination-wrapper .pagination .page-number:nth-child(2), .pagination-wrapper .pagination .page-number:nth-child(3), .pagination-wrapper .pagination .page-number:nth-child(4), .pagination-wrapper .pagination .page-number:nth-child(5) {
    display: block;
  }
  .pagination-wrapper .pagination .page-number:nth-last-child(2) {
    display: block;
  }
}
@font-face {
  font-family: "latohairline";
  src: url("../asset/fonts/lato-thin-webfont.woff2") format("woff2"), url("../asset/fonts/lato-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../asset/fonts/lato-light-webfont.woff2") format("woff2"), url("../asset/fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../asset/fonts/lato-regular-webfont.woff2") format("woff2"), url("../asset/fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latobold";
  src: url("../asset/fonts/lato-bold-webfont.woff2") format("woff2"), url("../asset/fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoblack";
  src: url("../asset/fonts/lato-black-webfont.woff2") format("woff2"), url("../asset/fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JosefinSansMedium";
  src: url("../asset/fonts/JosefinSans/JosefinSansMedium.eot");
  src: url("../asset/fonts/JosefinSans/JosefinSansMedium.eot") format("embedded-opentype"), url("../asset/fonts/JosefinSans/JosefinSansMedium.woff2") format("woff2"), url("../asset/fonts/JosefinSans/JosefinSansMedium.woff") format("woff"), url("../asset/fonts/JosefinSans/JosefinSansMedium.ttf") format("truetype"), url("../asset/fonts/JosefinSans/JosefinSansMedium.svg#JosefinSansMedium") format("svg");
}
:root {
  --latohairline: "latohairline";
  --latolight: "latolight";
  --latoregular: "latoregular";
  --latobold: "latobold";
  --latoblack: "latoblack";
  --gang_of_three: "gang_of_threeregular";
  --josefine: "JosefinSansMedium";
}

body {
  font-family: var(--latoregular);
}

.border_card {
  padding: 10px;
  width: 100%;
  position: relative;
  border: 3px solid #625fa1;
}

.center_card_bg {
  position: relative;
}

.card_vogue p {
  color: #efe6d9;
  font-family: var(--latoregular);
}

body.vogue_details {
  width: 100%;
}

.vogue_panel {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.vogue_panel .vogue_panel_card {
  margin: 0;
  width: calc(33% - 7.5px);
}

.pannel_value {
  font-family: var(--latoblack);
}

.leader_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vogue_panel_content h6 {
  font-size: 16px;
  font-family: var(--latoregular);
}

.card_vogue .leadership_value {
  font-family: var(--latoblack);
  font-size: 25px;
}

.spp_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 20px;
  padding: 20px 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #a5a4a4;
}
.spp_wrapper .spp_single {
  width: 100%;
  max-width: 48%;
}
.spp_wrapper .spp_single .form-group {
  margin: 0;
}

.form-group {
  margin: 0 0 15px;
}
.form-group label {
  color: #ffd67a;
  font-family: var(--latoblack);
  font-size: 16px;
  text-transform: capitalize;
}
.form-group .form-control {
  padding: 8px 10px;
  height: 50px;
  color: #c39ca6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #f8e6eb;
  -webkit-box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
          box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #c39ca6;
}
.form-group .form-control::-moz-placeholder {
  color: #c39ca6;
}
.form-group .form-control:-ms-input-placeholder {
  color: #c39ca6;
}
.form-group .form-control::-ms-input-placeholder {
  color: #c39ca6;
}
.form-group .form-control::placeholder {
  color: #c39ca6;
}
.form-group .form-control:hover, .form-group .form-control:focus, .form-group .form-control:visited {
  border: 1px solid #ced4da;
}

.sales_bonus_calculation {
  background: var(--efe-6-d-9, #efe6d9);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.sales_bonus_calculation article h6 {
  color: #484265;
  font-family: var(--latoregular);
  font-size: 16px;
  margin: 0 0 10px;
}
.sales_bonus_calculation article p {
  color: #a5a4a4;
  font-size: 14px;
  margin: 0;
}
.sales_bonus_calculation .sales_value_wrapp .sales_value {
  color: var(--b-2566-b, #b2566b);
  text-align: right;
  font-family: var(--latoblack);
  font-size: 25px;
  line-height: normal;
}

header {
  z-index: 99;
}

.nav_container .brand_logo img {
  max-width: 195px;
}

.panel_1_side .vogue_panel_card {
  width: 100%;
}

.panel_2_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel_2_side .vogue_panel_card {
  width: 49%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #f8e6eb;
  -webkit-box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
          box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel_2_side .vogue_panel_card img {
  width: 40px;
}
.panel_2_side .vogue_panel_card .vogue_panel_content .pannel_value {
  color: #d86626;
  font-family: var(--latoblack);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.buy_method_wrapper {
  border-top: 1px solid #a5a4a4;
  border-bottom: 1px solid #a5a4a4;
  padding: 30px 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buy_method_wrapper .qr_sec_single {
  width: 49%;
  padding: 19px 22px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid var(--f-5-a-464, #f5a464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}
.buy_method_wrapper .qr_sec_single figure {
  margin: 0;
  width: 156px;
  border-radius: 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
}
.buy_method_wrapper .qr_sec_single figure img {
  width: 100%;
}
.buy_method_wrapper .qr_sec_single article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 186px);
  position: relative;
  padding-bottom: 40px;
}
.buy_method_wrapper .qr_sec_single article p {
  color: #fff;
  font-size: 16px;
}
.buy_method_wrapper .qr_sec_single article .qr_address {
  color: var(--ffd-67-a, #ffd67a);
  font-family: var(--latoregular);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin: 0;
}

.sec_head {
  width: 100%;
  color: var(--f-5-a-464, #f5a464);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-family: var(--gang_of_threeregular);
}

.copy_btn_new {
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  margin: 0;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100px;
}

.vault_cards_wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vault_cards_wrappper .vault_cards_single {
  width: 49%;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main {
  background: #f8e6eb;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
          box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
  padding: 16px;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article .valut_card_icon {
  width: 40px;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article .valut_card_icon img {
  width: 100%;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article .vault_card_heads {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article .vault_card_heads h5.valut_card_heading {
  color: #5e2c38;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.vault_cards_wrappper .vault_cards_single .vault_cards_single_main article .vault_card_heads .valut_card_value {
  color: #23926a;
  font-family: var(--latoblack);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.valut_card_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.valut_card_btns button {
  width: 48%;
}

.btn {
  font-size: 14px;
  color: #ffdfe0;
  text-align: center;
  padding: 15px 15px;
  line-height: normal;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-family: var(--gang_of_three);
}

.primary-btn {
  background: var(--b-2566-b, #b2566b);
  -webkit-box-shadow: 2px 3px 0px 0px #dc8689;
          box-shadow: 2px 3px 0px 0px #dc8689;
}

.secondary-btn {
  background: var(--eb-5-e-61, #eb5e61);
  -webkit-box-shadow: 2px 3px 0px 0px #dc8689;
          box-shadow: 2px 3px 0px 0px #dc8689;
}

.modal-content {
  padding: 30px 50px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: var(--484265, #484265);
}
.modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 9;
}
.modal-content .close:hover {
  opacity: 0.5;
}

.modal-header {
  border: none;
  position: relative;
}
.modal-header .modal-title {
  font-family: var(--gang_of_three);
  color: #ffd67a;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.pop_note_para {
  color: #ffdfe0;
  text-align: center;
  font-family: var(--latoblack);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.custom-radio-main .radio-container {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #6f7a9a;
  padding: 10px 15px 15px 45px;
  color: var(--efe-6-d-9, #efe6d9);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 !important;
}
.custom-radio-main .radio-container .checkmark {
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--efe-6-d-9, #efe6d9);
}
.custom-radio-main .radio-container .checkmark::before {
  width: 0;
  height: 0;
}
.custom-radio-main .radio-container .checkmark::after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
}

.pop_para {
  color: #c8ddff;
  font-family: var(--josefine);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 0;
}

.two_btns {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two_btns button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.diagram_wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown-menu {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.diagram_select .dropdown .dropdown-toggle {
  background: #f8e6eb;
  -webkit-box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
          box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
  color: var(--484265, #484265);
  font-family: var(--latoregular);
  font-size: 16px;
  font-style: normal;
  height: 56px !important;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  text-align: left;
}
.diagram_select .dropdown .dropdown-toggle::after {
  background: url(../asset/images_bu/icons/arrow-down.svg) center center no-repeat;
  background-size: contain;
  border: none;
  width: 20px;
  height: 20px;
  right: 15px;
  position: absolute;
}
.diagram_select .dropdown .dropdown-toggle:hover, .diagram_select .dropdown .dropdown-toggle:focus, .diagram_select .dropdown .dropdown-toggle:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #f8e6eb;
}
.diagram_select .dropdown .dropdown-toggle:hover:before, .diagram_select .dropdown .dropdown-toggle:focus:before, .diagram_select .dropdown .dropdown-toggle:active:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.diagram_select .dropdown-menu {
  width: 100%;
  background: #f8e6eb;
}

.filter {
  border: 1px solid var(--efe-6-d-9, #efe6d9);
  background: rgba(165, 164, 164, 0.3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  color: var(--efe-6-d-9, #efe6d9);
  font-family: var(--latoregular);
  font-size: 16px;
  height: 56px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 160px;
  text-align: left !important;
  padding: 0 10px !important;
}

.nt_rk {
  background: var(--484265, rgba(72, 66, 101, 0.5));
  margin: 20px 0 0;
  padding: 20px 25px;
  border-top: 1px solid #a5a4a4;
  height: 100%;
  max-height: 670px;
  min-height: 670px;
  overflow: hidden;
  overflow-y: auto;
}

.search-id-results-wrapper {
  background: #f2ebf1;
  padding: 15px;
}

.search-id-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.diagram_switch_btn {
  height: 56px;
  border-radius: 12px;
  background: #f8e6eb;
  -webkit-box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
          box-shadow: 0px 1.5px 0px 0px rgba(215, 117, 141, 0.43) inset;
  padding: 0 15px;
  border: none;
  min-width: 450px;
  text-align: left;
  position: relative;
}
.diagram_switch_btn:hover, .diagram_switch_btn:focus, .diagram_switch_btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #f8e6eb;
  outline: none;
}
.diagram_switch_btn::after {
  position: absolute;
  border: none;
  background: url(../asset/images_bu/icons/arrow-down.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 15px;
}

.diagram_switch_wrapp .dropdown-menu {
  background: #f8e6eb;
  min-width: 450px;
  padding: 0;
}
.diagram_switch_wrapp .dropdown-menu .dropdown-item {
  padding: 15px;
  margin: 0;
}
.diagram_switch_wrapp .dropdown-menu .dropdown-item:hover {
  background: #f1dbe1;
}

.walletbgforprogram .tabcontent1 .nt_rk .namebox {
  background: var(--efe-6-d-9, #efe6d9);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 188, 0.5);
          box-shadow: 0px 2px 0px 0px rgba(255, 255, 188, 0.5);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 410px;
}
.walletbgforprogram .bgfirst {
  border: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#graph22 .accordion-collapse {
  display: block;
}

.hierarchy-box {
  width: 100%;
}
.diagram_content {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diagram_content figure {
  margin: 0;
  width: 48px;
}
.diagram_content figure img {
  width: 100%;
}
.diagram_content article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.diagram_email {
  line-height: 10px;
  margin: 0 0 5px;
}
.diagram_email a {
  color: #5e2c38;
  font-family: var(--latobold);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.user-data {
  color: var(--484265, #484265) !important;
  font-family: var(--latoregular);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #a5a4a4;
  padding: 0 0 10px;
  margin: 7px 0 10px !important;
}

.two_data .two_data_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two_data .two_data_row h5 {
  color: var(--484265, #484265);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.two_data .two_data_row h3 {
  color: #d46d16;
  font-family: var(--latobold);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.open-diagram {
  background: none;
  padding: 0 !important;
}

.archive_0 ul li:before,
.archive_0 ul li:after {
  border-color: #a5a4a4;
  border-width: 3px;
}

.archive_0 ul li:after {
  left: -33px;
  bottom: -30px;
}

.hori_diagram_wrapp .nav_split_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.diagram_content_box {
  width: 409px;
  margin: 0 auto;
  border-radius: 12px;
  background: var(--efe-6-d-9, #efe6d9);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 188, 0.5);
          box-shadow: 0px 2px 0px 0px rgba(255, 255, 188, 0.5);
  padding: 15px;
  text-align: left;
  min-height: 150px;
}

.password_wrapp_main .password_wrapp_single {
  margin: 0 0 20px;
}
.password_wrapp_main .password_wrapp_single .first {
  padding: 8px;
}

.save_btn {
  font-family: var(--gang_of_three) !important;
}

.filter_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 70, 102, 0.5294117647);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}