* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
}

body {
  font-family: "Gilroy";
  letter-spacing: 0.48px;
  background: #000000;
}

.letter_spac {
  letter-spacing: 0.56px;
}

.text_pera {
  font-size: 15px;
}

.font_20 {
  font-size: 20px;
}

.icon_bg {
  background-color: #2d2d2d !important;
  /* position: absolute;
    border: none !important;
    border-radius: 50px; */
}

.border_hr {
  margin: 30px 0;
}

.border_hr2 {
  margin: 10px 0;
}

.border_separator {
  border-right: 2px solid #d9d9d940;
  border-radius: 2px;
  height: 100%;
}

.card_bonus {
  background-color: #ffffff0d !important;
  padding: 8px 8px;
  border-radius: 10px;
}

.icon_box {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_light_yellow {
  background-color: #e19046;
}

.bg_yellow {
  background-color: #c77e28;
}

.bg_primary {
  background-color: #7367f0;
}

.bg_green {
  background-color: #28c76f;
}

.bg_light_pink {
  background-color: #f46969;
}

.bg_pink {
  background-color: #803bdf;
}

.text_light {
  color: #ffffffbf;
}

.font_13 {
  font-size: 13px;
}

.link_img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

input.input_link {
  padding: 17px 50px !important;
  background-color: #d8d8d8 !important;
  /* padding-left: 50px !important; */
  color: #f8f8f8 !important;
  border: none;
}

.input_link::placeholder {
  color: #fff !important;
  opacity: 1;
  font-weight: 400 !important;
}

.copy_link {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.affiliate_card {
  background-image: url(../img/dashbord/dash_reward.png);
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: cover;
  height: 270px !important;
  height: 270px !important;
  position: relative;
}
.affiliate_card:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  background-color: #00000042;
  z-index: 0;
}
.input_wallet input {
  padding: 11px 40px 11px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  background-color: #d8d8d8;
  border: none;
}

.input_wallet input::placeholder {
  color: #ffffff99;
  font-weight: 400;
}

.input_wallet input:focus,
.form-select:focus {
  background-color: #222222 !important;
}

.icon_bg {
  padding: 6px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #2d2d2d !important;
}

.copy_btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: rgba(134, 146, 208, .06) !important;
}

.dataTables_length select {
  display: inline-block;
  width: auto;
}

.dataTables_filter input {
  display: inline-block;
  width: auto;
}

.package_list {
  /* padding-bottom: 50px; */
}

.elite_card> :nth-last-child(0n + 1) {
  margin-top: 25px;
}

.coin_card {
  border-radius: 15px;
  padding: 10px;
  margin-top: 108px;
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #e3a07b, #a24b1f, #fccb90, #84401b) border-box;
  border: 1px solid transparent;
}

.coin_img {
  margin-top: -108px;
}

.coin_card_title {
  padding: 15px 0 20px;
}

.coin_title {
  font-size: 38px;
  font-weight: 600;
  line-height: 38.82px;
  margin-bottom: 10px;
  background: linear-gradient(180deg,
      #e3a07b 7.31%,
      #a24b1f 35.48%,
      #fccb90 70.82%,
      #84401b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_silver {
  background: linear-gradient(180deg,
      #b4b4b4 7.65%,
      #fdfdfd 22.71%,
      #afafb1 43.38%,
      #f0ebe8 63.68%,
      #b1b1b1 78.52%);
  -webkit-background-clip: text;
}

.text_gold {
  background: linear-gradient(180deg, #dcbd53 0%, #825e08 49.48%, #fae894 100%);
  -webkit-background-clip: text;
}

.text_vip {
  background: linear-gradient(180deg, #86620b 0%, #f9e896 49.48%, #88640c 100%);
  -webkit-background-clip: text;
}

.text_diamond {
  background: linear-gradient(180deg, #97afb5 0%, #59778e 49.48%, #7d9aa4 100%);
  -webkit-background-clip: text;
}

.border_silver {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #b4b4b4, #fdfdfd, #afafb1, #f0ebe8, #b1b1b1) border-box !important;
  border: 1px solid transparent;
}

.border_gold {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #dcbd53, #825e08, #fae894) border-box !important;
  border: 1px solid transparent;
}

.border_vip {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #86620b, #f9e896, #88640c) border-box !important;
  border: 1px solid transparent;
}

.border_diamond {
  background: linear-gradient(#161616, #161616) padding-box, linear-gradient(45deg, #2a3e54, #6b8795, #445860) border-box !important;
  border: 1px solid transparent;
}

.coin_price {
  padding: 0px 10px 50px;
}

.coin_price> :not(:last-child) {
  padding-bottom: 10px;
}

.price_table p {
  font-size: 16px;
  font-weight: 300;
  line-height: 21.6px;
  color: #ffffffcc;
  margin-bottom: 0;
}

.border_top {
  border-top: 1px solid;
  border-image: linear-gradient(45deg, #e3a07b, #a24b1f, #fccb90, #84401b) 1;
}

.border_top_silver {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #b4b4b4, #fdfdfd, #afafb1, #f0ebe8, #b1b1b1) border-box !important;
  border-top: 1px solid transparent;
}

.border_top_gold {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #dcbd53, #825e08, #fae894) border-box !important;
  border-top: 1px solid transparent;
}

.border_top_diamond {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #2a3e54, #6b8795, #445860) border-box !important;
  border: 1px solid transparent;
}

.border_top_vip {
  background: linear-gradient(#161616, #161616) padding-box,
    linear-gradient(45deg, #86620b, #f9e896, #88640c) border-box !important;
  border-top: 1px solid transparent;
}

.price_btn {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 21.83px;
  background-color: #ffffff;
  padding: 14px 8px;
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.price_btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.union_bg {
  /* background-image: url(../img/illustrations/union.png); */
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

.union_bg .card-body {
  z-index: 4;
}

.card_space {
  padding: 30px 30px;
  background-color: #131313;
}

.union_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 80%;
  z-index: 1;
}

.referral_title {
  margin-bottom: 83px;
}

.referral_title h4 {
  margin-bottom: 10px;
}

.referral_title p {
  color: #ffffff80;
}

.input_id>input {
  display: none !important;
}

.wallet_input>input {
  display: block !important;
}

.input_id>button {
  display: block !important;
}

.wallet_input>button {
  display: none !important;
}

.table_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  color: #ffffffcc;
}

.mb_30 {
  margin-bottom: 30px;
}

.coin_modal {
  padding: 40px 20px 30px !important;
}

.bronze_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 46.55px;
  margin-bottom: 10px;
  background: linear-gradient(180deg,
      #e3a07b 7.31%,
      #a24b1f 35.48%,
      #fccb90 70.82%,
      #84401b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.semi_title {
  color: #ffffff80;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  margin-bottom: 0;
  padding: 0px 50px;
}

.buy_btn {
  padding: 15px 56px;
  font-size: 18px;
  color: #000;
  background-color: #28c76f;
  border-radius: 10px;
}

.coin_modal .btn-close {
  right: -3px !important;
  top: -22px !important;
}

/* Loader css */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}

.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d8d8d890;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
  left: 0;
}

.overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
  width: 80px;
  height: 80px;
  border: 3px solid #000000;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #000000;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-720deg);
  }
}

.menu-inner.menu-item.open {
  height: 100px !important;
}

.notifyjs-wrapper {
  z-index: 10;
}

.referral_price .row> :nth-last-child(-n + 3) {
  margin-top: 20px;
}

.swal2-actions {
  justify-content: end;
}

.icon_box svg.icon.icon-tabler path {
  color: #fff;
}

.otp_popup input {
  padding: 5px 8px;
}

.card_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 16px;
  row-gap: 20px;
}

.dataTables_info {
  color: #000000 !important;
}

.google_translate span {
  display: none !important;
}

.goog-te-gadget-simple a[href="https://translate.google.com/"] {
  display: none !important;
}

.google_translate .goog-te-combo {
  padding: 5px;
  border-radius: 0.375rem;
  color: #000;
  background-color: #ffffff;
  border-color: #d8d8d8;
}

.google_translate .goog-te-combo {
  padding: 7px;
  border-radius: 0.375rem;
  color: #000;
  background-color: #ffffff;
  border-color: #d8d8d8;
}

.google_translate .goog-te-combo:hover {
  border-color: #d8d8d8;
}

.google_translate .goog-te-combo:focus-visible {
  border-color: #5e6692 !important;
  outline: none !important;
}

.google_translate .goog-te-combo:focus {
  background-color: #ffffff !important;
}

.skiptranslate iframe {
  display: none;
}

.genealogy-body {
  white-space: nowrap;
  overflow-y: hidden;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
  text-align: center;
}

.genealogy-tree {
  display: inline-block;
}

.fixed_w {
  width: 850px;
  margin: 0 auto;
}

.genealogy-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}

.genealogy-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 30px 2px 0;
}

.genealogy-tree li::before,
.genealogy-tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px dashed #323248;
  width: 50%;
  height: 50px;
}

.genealogy-tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px dashed #323248;
}

.genealogy-tree li:only-child::after,
.genealogy-tree li:only-child::before {
  display: none;
}

.genealogy-tree li:only-child {
  padding-top: 0;
}

.genealogy-tree li:first-child::before,
.genealogy-tree li:last-child::after {
  border: 0 none;
}

.genealogy-tree li:last-child::before {
  border-right: 2px dashed #323248;
}

.genealogy-tree li:first-child::after {
  border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
}

.genealogy-tree ul ul::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  border-left: 2px dashed #323248;
  width: 0;
  height: 50px;
}

.genealogy-tree li a {
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  padding: 20px;
}

.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before {
  border-color: #14c8ff80;
}

.tool_tip {
  display: none;
  /* background-color: #2789e0; */
  background-color: #252525;
  border-radius: 8px;
  /* border: 1px dashed #323248; */
  border: 1px dashed #252525;
  position: absolute;
  top: 10%;
  left: 65px;
  z-index: 99;
  width: 240px;
  padding: 8px 15px;
  text-align: left;
}

.tool_tip::after {
  content: "";
  position: absolute;
  top: 25%;
  left: -7.5%;
  border-width: 0 15px 8px 0;
  border-color: transparent #252525 transparent transparent;
  /* border-color: transparent #2789e0 transparent transparent; */
  border-style: solid;
}

/* .member-image:hover .tool_tip {
    display: inline-block;
} */

.header_one {
  padding: 15px 0;
  background-color: #161616;
  position: fixed;
  width: 100%;
  top: 0;
}

.header_logo img {
  width: 70px;
}

.section_benner {
  margin-top: 110px;
  background-color: #ffffff0d;
  padding: 70px 0;
}

.page_title {
  font-size: 38px;
  font-weight: 600;
}

.section_content {
  padding: 50px 0 30px;
}

.pera_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.pera_content {
  font-size: 16px;
  font-weight: 400;
}

.coin_list li {
  font-size: 16px;
  font-weight: 400;
}

.emc_Privacy h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.privacy_list li {
  padding-bottom: 15px;
}

.emc_Privacy {
  padding-bottom: 20px;
}

.privacy_list b {
  font-size: 18px;
}

.search_box {
  width: 30%;
}

.e_diamond {
  width: 160px;
  height: 160px;
}

.main-card {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.back_gray {
  background-color: #131313 !important;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #ffffff !important;
}

.bg-menu-theme .menu-inner .menu-sub .menu-item:not(.active)>.menu-link::before {
  color: #c7c6c6 !important;
}

.navbar-detached {
  box-shadow: 0px 5px 83px 0px rgba(0, 0, 0, 0.15);
}

.main-card {
  background-color: #141414;

  border-radius: 10px;
  box-shadow: 0px 5px 83px 0px rgba(0, 0, 0, 0.15);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.37;
  /* color: #f2f2f2; */
}

.text-muted {
  --bs-text-opacity: 1;
  color: #fdfdfd80 !important;
}

.table {
  color: #fffefe;
}

.dropdown-menu {
  background-color: #181818;
  color: #f0f0f0;
  box-shadow: 0px 5px 83px 0px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  color: #f0f0f0;
}

.dropdown-divider {
  border-color: #272727;
}

body {
  color: #fdfdfd80;
}

.dark-style table.dataTable th,
.dark-style table.dataTable td,
.form-control:hover:not([disabled]):not([focus]),
.form-control:focus,
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #FFFFFF33 !important;
}

.btn-primary,
.btn-primary:hover {
  /* background-color: #221F3F !important; */
  border-color: #fff !important;
}

.new_btn {
  background-image: linear-gradient(90deg, #CA8E24 0%, #91ADBA00 100%);
  border: 1px solid #ffffff !important;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
}

.new_btn:hover {
  background-image: linear-gradient(90deg, #CA8E24 0%, #f4f4f4f4 100%);
}

.modal-content,
select.form-select option {
  background-color: #242424;
}

.form-label {
  color: #cdcdcd;
}

.form-select,
.form-select:hover,
.form-select:focus,
.page-item.active .page-link,
.pagination li.active>a:not(.page-link) {
  background-color: #ffffff !important;
  color: #ffffff !important;
  border-color: #d8d8d8 !important;
  background: linear-gradient(180deg, #1B1B1B 0%, #0C0C0C 100%);
  border-color: #FFFFFF33 !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:active,
.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: rgba(134, 146, 208, .06) !important;
  color: #ffffff !important;
}

.border-bottom {
  border-color: #393939 !important;
}

.input_wallet input,
.input_wallet input:hover,
.input_wallet input:focus,
input.input_link {
  background-color: rgba(134, 146, 208, .06) !important;
}

.card-datatable {
  padding: 1rem !important;
}

.table>:not(caption)>*>* {
  border-color: #1c1c1c !important;
}

.input_wallet input {
  color: #000 !important;
}

.vidio_set {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  position: relative;
}

.vidio_set video {
  width: 100%;
  height: 650px;
}

.vidio_set .play-pause-btn {
  top: 50%;
}

.text_msg {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.play-pause-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  border: 0;
}



.bg-body {
  background-color: #131313 !important;
}

.dark-style .app-email .app-email-view .email-card-last:before {
  background-color: rgb(255 255 255 / 0%) !important;
  box-shadow: 0 .25rem 1.25rem rgb(184 187 193 / 40%) !important;
}

.dark-style .app-email .app-email-view .email-card-last:after {
  /* background-color: rgb(249 250 255 / 94%) !important; */
  box-shadow: 0 .25rem 1.25rem rgb(109 112 122 / 40%) !important;
}

html:not([dir=rtl]) .border-end {
  border-right: 1px solid #d8d8d8 !important;
}

.dark-style .app-email .email-list li.email-list-item {
  border-bottom: 1px solid #d8d8d8 !important;
}

.form-check-input {
  border: 1px solid #d8d8d8 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.disabled .page-link {
  background-color: rgb(26, 26, 24);
  box-shadow: 0 .125rem .25rem rgba(15, 20, 34, .4);
}

.border_d8 {
  border: 1px solid #d8d8d8;
}

.app-email .app-emails-list .email-list li .email-list-item-username {
  display: inline-block;
}

.pera_text {
  font-size: 16px;
  font-weight: 600;
}

.validation_msg_red {
  position: absolute;
  top: 139px;
  right: 42px;
  height: 38px;
  color: #DC3545;
  font-size: 14px;
  font-weight: 700;
  clip-path: polygon(-12% 100%, 8% 0%, 100% 0, 100% 100%);
  border: 1px solid #DC3545;
  background-color: transparent;
  padding: 10px 20px 11px 40px;
  background-color: #d3d3d310;
}

.validation_msg_red::after {
  content: "";
  width: 2px;
  height: 21px;
  transform: rotate(35deg);
  background-color: #DC3545;
  position: absolute;
  top: -3px;
  left: 4px;
}

.validation_msg_green {
  position: absolute;
  top: 139px;
  right: 42px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  clip-path: polygon(-12% 100%, 8% 0%, 100% 0, 100% 100%);
  background-color: transparent;
  padding: 10px 20px 11px 40px;
  color: #00D07B;
  border: 1px solid #00D07B;
  background-color: #d3d3d310;
}

.validation_msg_green::after {
  content: "";
  width: 2px;
  height: 21px;
  transform: rotate(30deg);
  background-color: #00D07B;
  position: absolute;
  top: -3px;
  left: 4px;
}

.set-vai-dt {
  top: 25px;
  right: 12px;
}

.update_photo {
  max-width: 100%;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.file_two {
  max-width: 250px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content img {
  width: 100%;
  height: 100%;
}

.input_file {
  opacity: 0;
  height: 100%;
}

.full-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.full-screen-image {
  max-width: 100%;
  max-height: 100%;
}

.bg_blur:after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: .6;
  height: 100%;
}

.document {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: .375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.file_document {
  max-width: 250px;
  height: 190px;
  position: relative;
  margin-bottom: 0;
}

.img_pupop {
  position: relative;
  height: 600px;
  width: 1000px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.img_pupop button {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour_img img {
  height: 100%;
}

.menu_logo {
  width: 80px !important;
  height: 28px !important;
}

.qr_copy {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.qr_copy i {
  font-size: 20px;
}

.right_padd {
  padding-right: 80px !important;
}

.copy_button {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 3;
}

.m_close {
  padding: 3px 10px;
  border: 0;
  height: auto;
  border-radius: 4px;
  background: #221f3f;

}

.terms_text {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.pdd30 {
  padding: 30px;
}

.text_italic {
  font-style: italic;
  font-weight: 600;
}

.check_border {
  border: 1px solid #221f3f !important;
}


.tour_package .modal-dialog {
  max-width: 800px !important;
}

.form_page {
  background: url("/img/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.from_card {
  /* background-image: linear-gradient(0deg, #1A1D22 0%, #111010 100%); */
  background: #000000;
  position: relative;
  height: 600px;
}

.from_card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.from_card_outer {
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(120deg, #000000 0%, #CA8E24 50%, #000000 100%);
}

.from_card::after {
  content: "";
  position: absolute;
  background-image: url("/img/right_in.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  left: -360px;
  padding: 170px;
  height: 100%;
  transform: rotate(180deg);
}

.from_card::before {
  content: "";
  position: absolute;
  background-image: url("/img/right_in.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  right: -360px;
  padding: 170px;
  height: 100%;
}

.cursor_pointer {
  cursor: pointer;
}

select.form-control{
    background-color: linear-gradient(180deg, #1B1B1B 0%, #0C0C0C 100%) !important;
}
.cursor_pointer {
  cursor: pointer;
}

