@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

@import "vendor/nice-select.css";



:root {
  --white-color: #ffffff;
  --primary-color: #ffdc88;
}



body {
  background: #0D0D0D;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #dee4e7;
  top: 0 !important;
}

h1,
.aw-h1 {
  font-size: 68px;
  font-weight: 600;
}

h2,
.aw-h2 {
  font-size: 40px;
  font-weight: 800;
}


div#google_elemet {
  max-height: 41px;
  overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.goog-te-gadget div~span {
  display: none;
}


h1 small {
  font-size: 40%;
  display: block;
}

@media (max-width: 991px) {

  h2,
  .aw-h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {

  h2,
  .aw-h2 {
    font-size: 28px;
  }
}

h3,
.aw-h3 {
  font-size: 22px;
}

h4,
.aw-h4 {
  font-size: 18px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.aw-h1,
.aw-h2,
.aw-h3,
.aw-h4,
.aw-h5,
.aw-h6 {
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

.theme-dark input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}


label {
  font-size: 15px;
  padding-bottom: 0;
  display: block;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #1e1e1e;
}

h5 span,
.aw-h5 span {
  font-size: 15px;
  padding-left: 30px;
  font-weight: 400;
}

ul li,
ol li {
  font-size: 16px;
  line-height: 24px;
}

/* -- Base css
-------------------------------------------- -- */
a,
img,
i {
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

a:hover {
  text-decoration: none;
  color: #ffdc88;
}

h4 a:hover,
a.text-white:hover {
  color: #ffdc88 !important;
}

hr {
  border-top: 1px solid #ffffff;
  width: 100%;
}

.decoration-underline {
  text-decoration: underline !important;
}

.btn,
button {
  transition: 0.5s;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

dl,
ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 15px;
}

::-moz-selection {
  background: #323da5;
  color: #fff;
  text-shadow: none;
}

.theme--light.v-btn.v-btn--icon {
  color: #695;
}

::selection {
  background: #323da5;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

.dropdown-menu li {
  font-size: 14px;
}

.bg-danger {
  background-color: #d64f3d !important;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
}



/* .row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
} */

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

.text-success {
  color: #3cc890 !important;
}

.text-danger {
  color: #ff4761 !important;
}

.btn-success {
  color: #fff;
  background-color: #3cc890;
  border-color: #3cc890;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff;
  background-color: #22b179;
  border-color: #22b179;
  box-shadow: none !important;
}

.btn-danger {
  color: #fff;
  background-color: #ff4761;
  border-color: #ff4761;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background-color: #e9574c;
  border-color: #e9574c;
  box-shadow: none !important;
}

/* -- Print Media query
---------------------------------------- -- */
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* -- Print styles- Inlined to avoid the additional HTTP request:
----------------------------------------------------------------------------- */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* -- Don't show links that are fragment identifiers -- */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* -- Printing Tables -- */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-11 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-12 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-13 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-14 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-15 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-16 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-17 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-18 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-19 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-20 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-11 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-12 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-13 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-14 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-15 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-16 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-17 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-18 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px-19 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px-20 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.pa-0 {
  padding: 0 !important;
}

.pa-1 {
  padding: 5px !important;
}

.pa-2 {
  padding: 10px !important;
}

.pa-3 {
  padding: 15px !important;
}

.pa-4 {
  padding: 20px !important;
}

.pa-5 {
  padding: 25px !important;
}

.pa-6 {
  padding: 30px !important;
}

.pa-7 {
  padding: 35px !important;
}

.pa-8 {
  padding: 40px !important;
}

.pa-9 {
  padding: 45px !important;
}

.pa-10 {
  padding: 50px !important;
}

.pa-11 {
  padding: 55px !important;
}

.pa-12 {
  padding: 60px !important;
}

.pa-13 {
  padding: 65px !important;
}

.pa-14 {
  padding: 70px !important;
}

.pa-15 {
  padding: 75px !important;
}

.pa-16 {
  padding: 80px !important;
}

.pa-17 {
  padding: 85px !important;
}

.pa-18 {
  padding: 90px !important;
}

.pa-19 {
  padding: 95px !important;
}

.pa-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-11 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-12 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-13 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-14 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-15 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-16 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-17 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-18 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-19 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-20 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-7 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-8 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-9 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-10 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-11 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-12 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-13 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx-14 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-15 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx-16 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-17 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx-18 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx-19 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mx-20 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.ma-0 {
  margin: 0 !important;
}

.ma-1 {
  margin: 5px !important;
}

.ma-2 {
  margin: 10px !important;
}

.ma-3 {
  margin: 15px !important;
}

.ma-4 {
  margin: 20px !important;
}

.ma-5 {
  margin: 25px !important;
}

.ma-6 {
  margin: 30px !important;
}

.ma-7 {
  margin: 35px !important;
}

.ma-8 {
  margin: 40px !important;
}

.ma-9 {
  margin: 45px !important;
}

.ma-10 {
  margin: 50px !important;
}

.ma-11 {
  margin: 55px !important;
}

.ma-12 {
  margin: 60px !important;
}

.ma-13 {
  margin: 65px !important;
}

.ma-14 {
  margin: 70px !important;
}

.ma-15 {
  margin: 75px !important;
}

.ma-16 {
  margin: 80px !important;
}

.ma-17 {
  margin: 85px !important;
}

.ma-18 {
  margin: 90px !important;
}

.ma-19 {
  margin: 95px !important;
}

.ma-20 {
  margin: 100px !important;
}

.p-t-8 {
  padding-top: 8px;
}



@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}


.section-bg-separation {
  background: #1e1e1e;
}

.section-bg-separation-2 {
  background: #000;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.d-flex-start {
  display: flex;
  align-items: flex-start;
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-end {
  display: flex;
  align-items: flex-end;
}

.medium {
  font-size: 16px;
  line-height: 24px;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.color-primary {
  color: #ffdc88;
}

.fw-500 {
  font-weight: 500;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
input[type="date"],
input[type="file"],
select {
  /* width: 100%;
  border: none;
  background: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  border: 2px solid #525564;
  transition: 0.3s;
  color: #fff; */


   color: #fff; 
    padding: 13px 1.5rem;
    outline: none;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    border-radius: 60px;


}
input[type="date"]{
  text-transform: uppercase;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #ffffff63;
}

select options {
  background-color: #000;
}

.form-check-input:checked,
.form-check-input[value="true"] {
  background-color: #ffdc88;
  border-color: #ffdc88;
}

.form-control:focus {
  background-color: #0D0D0D;
}

.form-check-input {
  margin-top: 0.2em;
}

.form-check-input:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-link {
  color: #e9ca6b;
  text-decoration: underline;
}

.theme-dark input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 30px #1e1e1e inset !important;
  background-color: #000;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 2px solid rgb(184, 184, 184);
  background: transparent;
  margin-right: 10px;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.modal-dialog {
  max-width: 450px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.75);
}

.disableInvite {
  opacity: 0.5;
  pointer-events: none !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.75);
}

.nice-select {
  background-color: transparent;
  border: solid 2px #323232;
  font-size: 16px;
  color: #dedede;
  height: 47px;
  line-height: 45px;
  padding-right: 45px;
  font-weight: 500;
  border-radius: 6px;
  width: 100%;
  /*overflow: hidden;*/
}

.nice-select.open {
  color: #fff;
}

.nice-select .current {
  font-weight: 400;
  font-size: 15px;
}

.nice-select:after {
  border-bottom: 2px solid #efefef;
  border-right: 2px solid #efefef;
  height: 7px;
  width: 7px;
  right: 15px;
}

.nice-select .list {
  background: #111;
  width: 100%;
}

.nice-select .list li {
  font-size: 14px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #323232;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.nice-select:hover {
  border-color: #ffdc88;
}
.nice-select .option.selected {
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked[type="checkbox"],
.form-check-input[value="true"] {
  border-color: #ffdc88;
}

.form-check-input[value="true"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

select option {
  color: #333;
}

.theme-light select option {
  color: #333;
}

/* img preview */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  bottom: 11px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffdc88;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/* .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f88c;
  overflow: hidden;
}

.avatar-upload .avatar-preview>img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.theme-light .avatar-upload .avatar-preview {
  border-color: #00000026;
}

/* datatable style */

.table>thead th {
  /* background: #b88e3b; */
  color: #ababab;
}

.ffCUrw {
  display: block;
  /* color: #333; */
  font-size: 13px;
  line-height: 1.67;
  letter-spacing: 0.4px;
  margin: 2px 0px 8px;
  text-align: left;
  font-weight: 400;
}

.onceDeposit {
  text-align: center;
  padding-left: 19px;
  color: red;
}

.kvuTVX {
  display: block;
  /* color: rgb(72, 81, 86); */
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  font-weight: bold;
}

.settings-section-body-list {
  margin: 12px 20px 20px;
}

.settings-section-body-list li {
  list-style-type: none;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}

.settings-section-body-list li:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 8px;
  bottom: calc(50% - 1px);
  background: #000;
  left: -15px;
}

.theme-dark .settings-section-body-list li:before {
  background: #fff;
}

.flex_a {
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #3333;
  font-size: 14px;
}

.btn {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 8px 35px;
  display: inline-flex;
  align-items: center;
  color: #000;
  border-radius: 60px;
  font-weight: 600;
  border: 0;
}

@media (max-width: 575px) {
  .btn {
    font-size: 15px;
    padding: 7px 35px;
    height: 42px;
    min-height: 42px;
  }
}

@media (max-width: 360px) {
  .btn {
    padding: 7px 25px;
  }
}

.btn span {
  display: inline-flex;
  z-index: 1;
}

.btn:focus {
  box-shadow: none;
}

.btn i {
  padding-right: 8px;
}



.btn-medium {
  font-size: 16px;
  padding: 8px 30px;
  height: 46px;
  min-height: 46px;
}

.btn-small {
  font-size: 16px;
  padding: 6px 25px;
  height: 40px;
  min-height: 40px;
}

@media (max-width: 360px) {
  .btn-small {
    font-size: 15px;
    height: 36px;
    min-height: 36px;
  }
}

.btn-outline,
.btn-black {
  box-shadow: 0 0 0 1.5px inset #ffffff1a;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

/* .btn-outline::before,
.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%);
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
}



.btn-outline:hover::before,
.btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
} */


.theme-dark .btn-outline:hover,
.theme-dark .btn-black:hover {
  border-color: transparent;
  background: #ffffff;
}

.btn-outline i,
.btn-black i {
  transition: 0.1s;
}

.btn-outline.no-hover::before,
.no-hover.btn-black::before {
  display: none;
}

.btn-outline.btn-medium,
.btn-medium.btn-black {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-gradient {
  background: #ffdc88 !important;
}

.btn-light {
  background: #0d0d0d !important;
  color: #fff !important;
  outline: 1.5px solid rgb(255 255 255 / 20%) !important;
}


.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
  background: #00000014;
}

.btn-gradient:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

.btn-prime {
  background: linear-gradient(90deg,
      #fff4a7 0%,
      #f8df7c 14%,
      #b47f2b 100%,
      #d8b155 100%,
      #e9ca6a 100%,
      #f4d977 100%,
      #f8df7c 100%,
      #e1bf61 100%,
      #b47f2b 100%,
      #bf8f38 100%,
      #b88530 100%);
}

.btn-black {
  background: transparent;
}

.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      #fff4a7 0%,
      #f8df7c 14%,
      #b47f2b 100%,
      #d8b155 100%,
      #e9ca6a 100%,
      #f4d977 100%,
      #f8df7c 100%,
      #e1bf61 100%,
      #b47f2b 100%,
      #bf8f38 100%,
      #b88530 100%);

  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
  border-radius: inherit;
}

.btn-black:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}

button#btnScrollToTop {
  display: none;
  background: #ffdc88;
  position: fixed;
  width: 45px;
  height: 45px;
  right: 25px;
  bottom: 20px;
  border-radius: 50rem;
  border: 1px solid var(--bs-dark-rgb);
  padding: 0;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: all .2s ease-in-out;
  z-index: 999;
  font-size: 25px;
  color: #000000;
  line-height: 42px;
  /* box-shadow: -4px 5px 19px 0 #00000026; */
}

.theme-light #btnScrollToTop {
  background: #00000017;
  color: #000000;
}

.progress {
  top: 50%;
  left: -80%;
  position: absolute;
  transform: translate(-50%, -50%);
  content: '';
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  animation: loading_492 1.5s ease infinite;
  animation-delay: .5s;
}

.centerbox {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-self: center;
  background: rgb(0 0 0 / 52%);
  position: fixed;
  z-index: 999999;
  top: 0;
  backdrop-filter: blur(5px);
}

.load {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  float: center;
}

/* button#btnScrollToTop:hover {
  border-color: #ffdc88;
  border: 2px solid;
  font-size: 24px;
  background: var(--bs-dark-rgb);
  color: #ffdc88;
  font-weight: 800;
} */

button#btnScrollToTop:hover {
  bottom: 23PX;
}

.btn-play {
  padding: 0;
}

.btn-play:hover {
  color: #ffdc88;
}

.btn-play span {
  text-decoration: underline;
}

.btn-play i {
  font-size: 40px;
  color: #ffdc88;
}

@media (max-width: 575px) {
  .btn-play i {
    font-size: 35px;
  }
}

.badge {
  font-weight: normal !important;
  color: #fff !important;
}

.badge-primary {
  color: #fff;
  background-color: rgba(var(--bs-primary-rgb));
}

.badge-secondary {
  color: #fff;
  background-color: rgba(var(--bs-secondary-rgb));
}

.badge-success {
  color: #fff;
  background-color: #3cc890;
}

.badge-danger {
  color: #fff;
  background-color: #ff4761;
}

.badge-warning {
  color: #212529 !important;
  background-color: rgba(var(--bs-warning-rgb));
}

.badge-info {
  color: #fff;
  background-color: rgba(var(--bs-info-rgb));
}

.badge-light {
  color: #212529;
  background-color: rgba(var(--bs-light-rgb));
}

.badge-dark {
  color: #fff;
  background-color: rgba(var(--bs-dark-rgb));
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #ffdc88; */
  border-radius: 6px;
  padding: 0 0;
  color: #3333;
}

.btn-group a {
  /* background: transparent !important; */
  line-height: 1;
}

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #0d0d12;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rn-progress-parent::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ffdc88;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
  color: #ffdc88;
}

.rn-progress-parent::before {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn_radio_group {
  margin-bottom: 2rem;
  margin: 0;
  background: transparent;
  max-width: fit-content;
  padding: 1rem;
}

.btn_radio_group.btn-group>.btn {
  border-radius: 50px !important;
  margin: 0 2px;
  border: 0;
  background: #0000000f;
  color: #000;
  font-weight: 600;
  padding: 6px 24px;
  font-size: 12px;
  min-height: auto;
  height: auto;
}



.btn_radio_group.btn-group>.btn.active {
  /* background-color: #ffdc88 !important; */
  background-color: #ffdc88 !important;
  color: #000 !important;
}

.theme-dark .btn_radio_group.btn-group>.btn {
  background: #ffffff3d;
  color: #fff;
  outline: 0 !important;
  box-shadow: none !important;
}
.outline-primary:active:focus{  
  box-shadow: none !important;
}
.rn-progress-parent:hover::before {
  opacity: 1;
}

.rn-progress-parent svg path {
  fill: none;
}

p.errorText {
  margin: 8px 0 0 !important;
  font-size: 13px !important;
  color: #ff7070 !important;
}

.field-box p.errorText {
  /* position: absolute; */
  top: -23px;
  right: 11px;
  /* margin: 0 !important; */
  /* font-size: 12px !important; */
}

.rn-progress-parent svg.rn-back-circle path {
  stroke: #ffdc88;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* -- Chrome hacks -- */
/* -- Firefox hacks -- */
@-moz-document url-prefix() {}

/* -- IE hacks -- */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #1e1e1e;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}

.ctn-preloader .animation-preloader .icon {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}

.ctn-preloader .animation-preloader .icon img {
  width: 100%;
  border-radius: 50%;
}

.ctn-preloader .animation-preloader .icon span {
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ctn-preloader .animation-preloader .icon span:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 24px;
  left: 0;
  box-shadow: 0 0 10px #f7f76b;
  border-radius: 50%;
  background: -webkit-linear-gradient(#eac339, #e8a125);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  display: inline-block !important;
  position: static;
  z-index: 2;
  margin-top: 20px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent !important;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.slick-dots li.slick-active button {
  background: #ffdc88 !important;
  border-color: #ffdc88;
}

.slick-gutter-15 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.slick-activation-01.slick-gutter-15 .slick-list {
  margin-left: 0;
  margin-right: 0;
}

button.slide-arrow {
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.5) 0.29%,
      rgba(255, 255, 255, 0.1) 99.71%,
      rgba(0, 0, 0, 0.5) 99.71%);
  backdrop-filter: blur(40px);
  border: none;
  transform: translateY(-50%) scale(1);
  top: 50%;
}

button.slide-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
}

button.slide-arrow:hover::before {
  transition: 0.5s;
  opacity: 1;
}

button.slide-arrow:hover i {
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  button.slide-arrow {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.slide-arrow {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {


  

  .announce_bar p,
  .announce_bar .p_data {
    max-height: 20px !important;
    padding: 0px 0 !important;
  }

  .announce_bar p *,
  .announce_bar .p_data * {
    max-height: 20px !important;
  }



  button.slide-arrow {
    opacity: 1;
  }
}

button.slide-arrow i {
  font-size: 22px;
  color: #fff;
}

button.slide-arrow.slide-arrow {
  top: -85px !important;
  opacity: 1;
  border-radius: 50%;
}

button.slide-arrow.prev-arrow {
  right: 65px !important;
}

button.slide-arrow.next-arrow {
  right: 0 !important;
}

button.slide-arrow:hover.slide-arrow i {
  color: #fff !important;
}

.slick-dots li button:before {
  font-size: 0;
}

.slick-arrow-top button.slide-arrow.prev-arrow {
  right: 19% !important;
}

@media (max-width: 1499px) {
  .slick-arrow-top button.slide-arrow.prev-arrow {
    right: 14% !important;
  }
}

@media (max-width: 1199px) {
  .slick-arrow-top button.slide-arrow.prev-arrow {
    right: 9% !important;
  }
}

.slick-arrow-top button.slide-arrow.next-arrow {
  right: 15.7% !important;
}

@media (max-width: 1919px) {
  .slick-arrow-top button.slide-arrow.next-arrow {
    right: 14.7% !important;
  }
}

@media (max-width: 1499px) {
  .slick-arrow-top button.slide-arrow.next-arrow {
    right: 9% !important;
  }
}

.slick-arrow-between {
  position: relative;
}

.slick-arrow-between button.slide-arrow.prev-arrow {
  top: 50% !important;
  left: -20px !important;
}

.slick-arrow-between button.slide-arrow.next-arrow {
  top: 50% !important;
  right: -20px !important;
}

.slick-arrow-none button.slide-arrow {
  display: none !important;
}

.rotate-360 {
  animation: loading 20s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  animation: jumpTwo 8s linear infinite;
}

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.section-title {
  margin-bottom: 60px;
}

.section-title p {
  margin-top: 1rem;
}

@media (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
}

.section-title .subtitle {
  color: #ffdc88;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 10px;
}



.theme-switcher-label {
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);  
  outline: 1.5px solid rgb(255 255 255 / 20%);
}



@media (max-width: 575px) {
  .theme-switcher-label {
    width: 35px;
    height: 35px;
  }

  .avatar-info img {
    width: 35px !important;
    height: 35px !important;
  }
}

.theme-switcher-label .switch-handle {
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.theme-switcher-label .switch-handle i {
  position: absolute;
  font-size: 16px;
  transition: 0.3s;
}

.theme-switcher-label .theme-switcher {
  display: none;
}

.theme-switcher-label .light-text {
  color: #000;
}

.theme-switcher-label .dark-text {
  color: #fff;
}

/* .theme-switcher-label.active {
  background-color: #30333e;
} */

.theme-switcher-label.active .light-text {
  visibility: hidden;
  opacity: 0;
}

.theme-switcher-label.active .dark-text {
  visibility: visible;
  opacity: 1;
}

.theme-light .theme-switcher-label.active {
  background-color: rgb(234 239 244);
  outline: 1.5px solid rgb(73 73 73 / 20%);
}

.theme-light .theme-switcher-label .dark-text {
  color: #000;
}

.theme-switcher-label .dark-text {
  visibility: hidden;
  opacity: 0;
}

.theme-dark .theme-switcher-label.active .dark-text {
  opacity: 0;
}

.theme-dark .theme-switcher-label.active .light-text {
  opacity: 1;
  visibility: visible;
  color: #fff;
}






.notifications .btn-icon {
  font-size: 18px !important;
  padding: 0 6px !important;
}


.mainmenu-nav .mainmenu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mainmenu-nav .mainmenu li {
  position: relative;
  margin: 0 7px;
}

.mainmenu-nav .mainmenu li a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  padding: 28px 12px;
  font-size: 16px;
  display: block;
  border-radius: 3px;
}

.mainmenu-nav .mainmenu li a:hover {
  /* color: #ffdc88; */
  color: #ffdc88;
}

.mainmenu-nav .mainmenu li a.active {
  /* color: #ffdc88; */
  color: #ffdc88;
}

.loadMore:hover {
  background: #141718c4;

}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu-nav .mainmenu li a {
    padding: 28px 6px;
  }
}

.mainmenu-nav .mainmenu li .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  background-color: #1e1e1e;
  border-radius: 10px;
  border: 0px solid #1e1e1e;
  overflow: hidden;
  height: -webkit-fill-available;
  padding: 0;
  box-shadow: 9px 13px 40px #00000045;
}

/* .mainmenu-nav .mainmenu li .submenu::after {
  content: "";
  position: absolute;
  left: 15px;
  top: -8px;
  width: 15px;
  height: 15px;
  background: #111;
  transform: rotate(45deg);
  z-index: -1;
} */

.mainmenu-nav .mainmenu li .submenu li {
  margin: 0;
}

.mainmenu-nav .mainmenu li .submenu li a {
  font-weight: 500;
  padding: 6px 14px;
  font-size: 15px;
  color: #d7d8e7;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
  transition: all 0.3s;
}

.custom_dropdown a i {
  transition: all 0.3s;
  transform: rotateX(0deg) !important;
}


li.custom_dropdown:hover>a {
  color: #ffdc88 !important;
}

li.custom_dropdown:hover>a>i {
  transform: rotateX(180deg) !important;
  display: inline-block;
  transition: all 0.3s;
}



.mainmenu-nav .mainmenu li .submenu li a.active {
  /* color: #ffdc88; */
  color: #ffdc88;
  
}

.mainmenu-nav .mainmenu li .submenu li a svg,
.mainmenu-nav .mainmenu li .submenu li a i {
  stroke-width: 2px;
  width: 22px;
  height: auto;
  background: transparent;
  padding: 2px;
  border-radius: 2px;
  transition: 0.3s;
  width: 22px;color: #ffdc88;
  left: -10px;
  position: relative;
  opacity: 0;
  margin: 0 -3px;
}

.mainmenu-nav .mainmenu li .submenu li a:hover {
  /* color: #ffdc88; */
  color: #ffdc88;
  margin-left: 5px;
}

.mainmenu-nav .mainmenu li .submenu li a:hover svg,
.mainmenu-nav .mainmenu li .submenu li a:hover i {
  opacity: 1;
  left: 0;
}

.mainmenu-nav .mainmenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  height: auto;
  border-width: 1px;
  padding: 12px 0;
}

.has-dropdown>a {
  position: relative;
}







.custom_dropdown .submenu {
  min-width: 320px;
  width: 320px;
}

.custom_dropdown .submenu li a span {
  display: block;
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2px;
  color: #fff;
}
.theme-light .custom_dropdown .submenu li a span { 
  color: #000;
}
.custom_dropdown .submenu li a small {
  display: block;
  width: 100%;
  opacity: 0.7;
  line-height: 1.1;
}

.custom_dropdown .submenu li a {
  margin-left: 10px !important;
  padding: 12px 16px !important;
  /* opacity: 0.8; */
}

.custom_dropdown .submenu li a i {
  font-size: 22px;
  color: currentColor;
  opacity: 1 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}


.custom_dropdown .submenu li a:hover {
  background: #33333305;
  color: #000 !important;
  opacity: 1;
}

.theme-dark .custom_dropdown .submenu li a:hover {
  background: #ffffff0d;
  color: #fff !important;
  opacity: 1;
}

.header_container{
  max-width: 1410px;
}




.has-dropdown>a::after {
  content: "\ea4e";
  position: absolute;
  top: 50%;
  font-family: "remixicon" !important;
  right: -12px;
  font-size: 22px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .has-dropdown>a::after {
    right: -11px;
  }
}

.rn-header.header--fixed.position-absolute {
  background: #00000042;
  backdrop-filter: blur(1px);
}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu {
  background: #00000042 !important;
}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a {
  color: #c7c7cf;
}

.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a svg,
.rn-header.header--fixed.position-absolute .mainmenu-nav .mainmenu li.nav-item .submenu li a i {
  color: #c7c7cf;
}

.rn-header.header--fixed.sticky {
  background: transparent;
  backdrop-filter: blur(15px);
}

span.rn-badge-card {
  margin-left: 7px;
  padding: 1px 7px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

span.rn-badge-card::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(95deg,
      #000000 15%,
      #0074b9 45%,
      #0400ff 75%,
      #2a1b95) 95%/200% 100%;
  z-index: -1;
  border-radius: 100px;
  opacity: 0.5;
}

.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: #1e1e1e;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}

.theme-light .popup-mobile-menu .inner {
  background-color: #ffffff !important;
}

.theme-light .popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}

.theme-light .popup-mobile-menu .inner .header-top {
  border-color: #ebebeb;
}

.theme-light .popup-mobile-menu .mainmenu li a {
  color: #6a6a6a;
}

.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom: 1px solid #444;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
  max-height: 36px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: #000102;
  border: 1px solid #000102;
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button:hover {
  background: #ffdc88;
  border-color: #ffdc88;
  color: #fff;
}

.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
  margin: 0;
}

.popup-mobile-menu .mainmenu li a {
  padding: 10px 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ddd;
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
}

.popup-mobile-menu .mainmenu li a svg {
  width: 19px;
  height: auto;
}

.popup-mobile-menu .mainmenu li a.active {
  color: #ffdc88 !important;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
  font-size: 16px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 16px;
  padding: 7px 0;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: #ffdc88 !important;
}

.popup-mobile-menu .mainmenu .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-mobile-menu .mainmenu .single-mega-item {
    width: 100%;
  }
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}

.popup-mobile-menu .has-dropdown>a::after {
  right: 0;
}

.hamberger-button {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  /* align-items: center; */
}

.mainmenu-nav .mainmenu li.has-menu-child-item>a {
  padding-right: 12px;
}

@media (min-width: 1920px) {
  .fluid-header {
    padding: 0 0;
  }

  .header-fixed.sticky.fluid-header {
    padding: 0 0;
  }
}

@media (max-width: 1919px) {
  .fluid-header {
    padding: 0 0;
  }

  .header-fixed.sticky.fluid-header {
    padding: 0 0;
  }
}

@media (max-width: 1499px) {
  .fluid-header {
    padding: 0 0;
  }

  .header-fixed.sticky.fluid-header {
    padding: 0 0;
  }
}

@media (max-width: 1199px) {
  .fluid-header {
    padding: 10px 0;
  }


}

.footer-widget a.logo-light img {
  max-height: 55px;
}




.header-fixed {
  background: transparent;
  position: fixed;
  position: relative !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s;
  border-bottom: 0 !important;
  /* background: linear-gradient(
    180deg,
    #0D0D0D 0%,
    rgb(0 24 28 / 66%) 42.82%,
    rgba(15, 17, 34, 0) 100%
  ); */
}

.header-fixed.sticky {
  background: #0D0D0D;
  border-color: #0D0D0D;
}

.header-right-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.header-right-inner .btn-gradient i {
  color: #fff;
}

.header-right-inner .avatar-info>a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
}

.header-right-inner .avatar-info>a img {
  width: 100%;
}

@media (max-width: 575px) {
  .header-right-inner .avatar-info>a {
    width: 35px;
    height: 35px;
  }
}

.header-right-inner>li {
  position: relative;
  margin-right: 10px;
  display: flex;
  gap: 0 10px;
}

@media (max-width: 575px) {
  .header-right-inner>li {
    margin-right: 5px;
  }
}

@media (max-width: 360px) {
  .header-right-inner>li {
    margin-right: 5px;
  }
}

.header-right-inner>li .list-group.submenu {
  width: 320px;
  padding: 0;
}

.header-right-inner>li .list-group.submenu .list-group-item {
  position: relative;
  display: block;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  background-color: #09080d;
}

.header-right-inner>li .list-group.submenu .list-group-item.active,
.header-right-inner>li .list-group.submenu .list-group-item:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.header-right-inner>li .list-group.submenu .list-group-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.header-right-inner>li .list-group.submenu .list-group-item h5 {
  font-size: 16px;
}

.header-right-inner>li .list-group.submenu .list-group-item p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.header-right-inner>li .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 100% !important;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  background-color: #1e1e1e;
  border-radius: 10px;
  border: 1px solid #1e1e1e; 
  box-shadow: 9px 13px 40px #00000045;
  /* overflow: hidden;
  height: -webkit-fill-available;
  padding: 0; */
}

.header-right-inner>li .submenu li a {
  font-weight: 500;
  padding: 8px 14px;
  font-size: 15px;
  display: block;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.header-right-inner>li .submenu li a.active,
.header-right-inner>li .submenu li a:hover {
  color: #ffdc88;
}

.header-right-inner>li .submenu li a:hover {
  padding-left: 5px;
}

.header-right-inner>li .submenu li a i {
  padding-right: 8px;
}

.header-right-inner>li:last-child {
  margin-right: 0;
}

.header-right-inner>li:hover .submenu,
.header-right-inner>li:focus .submenu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px) !important;

  /* height: auto;
  border-width: 1px;
  padding: 12px 0; */
}

@media (max-width: 575px) {
  .header-right-inner .wallet-button span {
    /*font-size: 0;*/
  }

  .header-right-inner .wallet-button .btn {
    padding: 0;
    width: 35px;
    height: 35px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
  }

  .header-right-inner .wallet-button .btn i {
    padding: 0;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .header-right-inner .wallet-button .btn {
    width: 35px;
    height: 35px;
  }
}

.notification-bar>a {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.notification-bar>a .ni-badge {
  font-size: 14px;
  font-weight: 500;
  background: #ffdc88;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 3;
  min-width: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.notification-bar>a i {
  font-size: 20px;
}

.search-bar {
  border: 2px solid #c1c1c1;
  border-radius: 10px;
  position: relative;
  max-width: 260px;
}

.search-bar input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  height: 42px;
  padding-left: 55px;
  font-weight: 500;
  color: #fff;
}

.search-bar .search-btn {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  color: #efefef;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.search-bar:hover i {
  background: transparent;
}

@media (max-width: 991px) {
  .large-mobile-blog-search {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    margin-bottom: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 575px) {
  .large-mobile-blog-search {
    right: auto;
    left: -122px;
    top: 45px;
  }
}

@media (max-width: 360px) {
  .large-mobile-blog-search {
    width: 290px;
  }
}

.large-mobile-blog-search input {
  background: #000;
}

.search-mobile-icon button {
  background: transparent;
  color: #fff;
  font-size: 22px;
  border: none;
  cursor: pointer;
}

.wallet-button .btn {
  padding: 11px 15px;
  line-height: 1 !important;
  height: auto !important;
  min-height: unset;
  font-size: 14px;
}
.wallet-button .btn.btn-link {
  background: transparent !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

.theme-light .wallet-button .btn.btn-link {
  color: #000 !important;
}

/* .wallet-button .btn:first-child {
  padding-left: 27px;
  padding-right: 27px;
}

.wallet-button .btn:last-child {
  padding-right: 27px;
} */

.wallet-button .btn {
  padding-left: 27px;
  padding-right: 27px;
}


.bg-1 {
  /* background-image: url(../images/bg/main_bg.png); */
  /* background-attachment: fixed !important; */
  /* background-position: center; */
}

.bg-2 {
  background-image: url(../images/about_bg.png);
  /* background-attachment: fixed !important; */
  background: #343a3424 url(../images/about_bg.png) no-repeat top;
}

.bg-3 {
  background-image: url(../images/bg/bg-3.jpg);
  background-attachment: fixed !important;
}

.bg-4 {
  background-image: url(../images/bg/bg-4.jpg);
  background-attachment: fixed !important;
}

.bg-5 {
  background-image: url(../images/bg/bg-5.jpg);
  background-attachment: fixed !important;
}

.bg-6 {
  background-image: url(../images/bg/bg-6.jpg);
  background-attachment: fixed !important;
}

.bg-7 {
  background-image: url(../images/bg/bg-7.jpg);
  background-attachment: fixed !important;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 0 0;
}

.hero-banner-style .banner-content {
  position: relative;
  z-index: 1;
}



.banner-content h6 {
    margin-bottom: 30px;
    margin-top: 11px;
    font-size: 21px;
}

.poster_slider {
  margin-top: 14px;
}

.poster_slider img {
  border-radius: 15px;
}

.poster_slider img {
  border-radius: 15px;
  max-width: 100%;
  overflow: hidden;
}

.swiper-pagination-bullet {
  background: #ffdc88 !important;

}

.theme-light .swiper-pagination-bullet {
  background: #000 !important;
}


.market_update {
  margin-top: 80px;
  /* margin-bottom: 80px; */
}


@media (min-width: 1200px) {
  .poster_slider_signup>h2 {
    padding-bottom: 40px;
  }
}

.hero-banner-style .banner-content .title {
  color: #91a9b4;
  /*font-family: 'Lato', sans-serif;*/
  max-width: 650px;
}

.hero-banner-style .banner-content .title em {
  font-style: normal;
  font-weight: bolder;
  line-height: 1.5;
}

.text-gradient {
  color: #ffdc88;
}

.hero-banner-style .banner-content .title span {
  color: #14141f;
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}
.hero_img{
  position: relative;
}
.hero_ml {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  right: 0;
  gap: 30px 0;
}
.ml_card {
  padding: 20px;
  border: 1px solid #ffdc88;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(20px);
  max-width: 160px;
  width: -webkit-fill-available;
}

.ml_card b {
  color: #ffdc88;
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}
.ml_card span {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.1;
}

.hero_img { 
  margin: 25px 0;
}
.hero_img img.img-fluid {
  max-width: 100%;
  /* margin-left: 12% !important; */
  max-width: 540px;
}
.h_t_title {
  text-align: center;
  margin-top: 32px;
  font-size: 26px;
  max-width: 950px;
  margin: 32px auto -10px;
  min-height: 80px;
  line-height: 1.4;
}




/* live prices */



.live_prices small {
  opacity: 0.7;
}



.live_prices   .card {
  padding: 25px 10px;
}

.main__card {
  margin: 0 7px;
  padding: 20px 25px;
  border-radius: 25px;
  transition: .3s;
  background: #0000004a;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d924;
  cursor: pointer;
}

.theme-light .main__card {
  background: #f6f9fc;
  border-color: #cfcfcf33;
}

.main__icon {
  display: flex;
  align-items: center;
  height: 45px;
  width: 45;
  margin-bottom: 16px;
}

.main__icon img {
  max-width: 100%;
  max-height: 100%;
}
.main__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.66667;
  font-weight: 400;
}
.main__subtitle {
  margin-right: 12px;
  opacity: 0.7;
}
.main__positive, .main__negative {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 600; 
}
.main__price {
  margin-bottom: 4px;
  font-size: 34px;
  line-height: 1.33333;
  font-weight: 600;
  letter-spacing: -.01em;
}
.main__money {
  font-size: 17px;
  line-height: 1.56667;
  opacity: 0.7;
}
.main__card:hover {
  border-color: #ffdc8838;
  /* background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%); */
  /* background-color: #ffffff2b; */
  /* transition: .3s; */
  /* color: #000; */
}
.main__card:before {
  content: "";
  background: linear-gradient(225deg, #D9D9D9 20%, #d9d9d900 80%);
  width: 100%;
  height: 100%;
  /* filter: blur(20px); */
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
  transition: 0.3s;
}
.main__card:hover::before { 
  opacity: 0.15;
}

/* .mb_slide .slick-slide {
  transform: scale(0.9);
}  */
/* .mb_slide .slick-slide.slick-center.slick-current {
  transform: scale(1);
  padding: 0 13px;  
  transition: .3s;  
}
.mb_slide .slick-slide.slick-center.slick-current .main__card { 
  background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%); 
  transition: .3s; 
  color: #000;
} */


.main__icon {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
}











@media (max-width: 1499px) {
  .hero-banner-style .banner-content .title {
    /* font-size: 70px; */
  }



}

@media (max-width: 1199px) {
  .hero-banner-style .banner-content .title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-banner-style .banner-content .title {
    font-size: 35px;
    margin-bottom: 10px !important;
  }
}

.hero-banner-style .banner-content p {
  font-size: 18px;
  line-height: 15px;
  /* text-transform: capitalize; */
  margin: 12px 0 34px !important;
}

@media (max-width: 575px) {
  .hero-banner-style .banner-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 20px !important;
  } 


}

.hero-banner-style .hero-banner_inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 50px;
}

img.main_img {
  position: absolute;
  max-width: calc(50% - 80px);
  top: calc(50% + 20px);
  width: 100%;
  right: 5%;
  transform: translateY(-50%);
  transform-origin: center;
}

.rotate {
  animation: rotating 8.5s infinite linear;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }

  to {
    -webkit-transform: rotate(360deg) translateY(-50%);
    -o-transform: rotate(360deg) translateY(-50%);
    transform: rotate(360deg) translateY(-50%);
  }
}

@media (max-width: 1499px) {
  .hero-banner-style .hero-banner_inner {
    padding: 180px 0 170px;
    min-height: auto;
  }
}

@media (max-width: 1199px) {
  .hero-banner-style .hero-banner_inner {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .hero-banner-style .hero-banner_inner {
    padding: 49px 0 90px;
  }

  .pb-15 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 991px) {
  .hero-banner-style .col-xxl-8 {
    order: 2;
  }
}

@media (max-width: 991px) {
  .hero-banner-style .col-xxl-4 {
    order: 1;
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-style {
    overflow-x: hidden;
  }
}

.group-btn {
  margin-left: -7px;
  margin-right: -7px;
}

@media (max-width: 575px) {
  .group-btn {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.group-btn a {
  margin: 0 7px;
}

@media (max-width: 575px) {
  .group-btn a {
    margin: 0 5px;
  }
}

@media (max-width: 575px) {
  .group-btn.mt-8 {
    margin-top: 23px !important;
  }
}

.shape {
  position: absolute;
}

@media (max-width: 575px) {
  .shape {
    display: none;
  }
}

.shape-2 {
  right: 22%;
  bottom: 5%;
}

.shape-3 {
  top: -53px;
  left: 33%;
}

.slider-wrapper {
  position: relative;
}

@media (max-width: 1919px) {
  .top-section-gap {
    padding-top: 30px;
  }

  .hero-section {
    /* padding: 90px 0px 80px; */
    background-size: cover;
  }
}

.hero-banner-style-2 .banner-content {
  z-index: 1;
}

.hero-banner-style-2 .banner-content .shape-4 {
  top: 104px;
  left: -21px;
  max-width: 217px;
  z-index: -1;
}

.hero-banner-style-2 .banner-content .title {
  position: relative;
}

@media (max-width: 1199px) {

  .hero-banner-style-2 .banner-content .title br,
  .hero-banner-style-2 .banner-content .title .shape {
    display: none;
  }
}

.hero-banner-style-2 .shape-7 {
  top: 100px;
  right: 0;
}

.hero-banner-style-2 .thumb-wrapper {
  position: relative;
}

.hero-banner-style-2 .thumb-wrapper .large {
  border-radius: 185px;
}

.hero-banner-style-2 .thumb-wrapper .shape-5 {
  bottom: 0;
  left: 0;
}

.hero-banner-style-2 .thumb-wrapper .shape-6 {
  top: 0;
  right: 0;
}

.hero-banner-style.hero-banner-style-3 .title,
.hero-banner-style.hero-banner-style-6 .title {
  font-family: "Besley", serif;
  font-weight: 700;
}

.hero-banner-style.hero-banner-style-3 .banner-content,
.hero-banner-style.hero-banner-style-6 .banner-content {
  max-width: 966px;
  margin: 0 auto;
}

.hero-banner-style.hero-banner-style-3 .banner-content p,
.hero-banner-style.hero-banner-style-6 .banner-content p {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 13%;
}

@media (max-width: 991px) {

  .hero-banner-style.hero-banner-style-3 .banner-content p,
  .hero-banner-style.hero-banner-style-6 .banner-content p {
    padding: 0;
  }
}

.hero-banner-style.hero-banner-style-3 .banner-content .color_primary,
.hero-banner-style.hero-banner-style-6 .banner-content .color_primary {
  background: -webkit-linear-gradient(#ffdc88, #ffdc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

.hero-banner-style.hero-banner-style-5 .title,
.hero-banner-style.hero-banner-style-6 .title {
  font-size: 80px;
  line-height: 110px;
}

@media (max-width: 1919px) {

  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 65px;
    line-height: 90px;
  }
}

@media (max-width: 1199px) {

  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 55px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {

  .hero-banner-style.hero-banner-style-5 .title,
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {

  .hero-banner-style.hero-banner-style-5 .hero-banner_inner,
  .hero-banner-style.hero-banner-style-6 .hero-banner_inner {
    padding-top: 25px;
  }
}

.hero-banner-style.hero-banner-style-5 .banner-content p,
.hero-banner-style.hero-banner-style-6 .banner-content p {
  padding: 0;
}

.hero-banner-style.hero-banner-style-5 .sub-title,
.hero-banner-style.hero-banner-style-6 .sub-title {
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
}

.hero-banner-style.hero-banner-style-6 .title {
  line-height: 100px;
}

@media (max-width: 1919px) {
  .hero-banner-style.hero-banner-style-6 .title {
    line-height: 90px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 55px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .hero-banner-style.hero-banner-style-6 .title {
    font-size: 35px;
    line-height: 1.3;
  }
}

.hero-banner-style.hero-banner-style-6 .sub-title {
  font-size: 45px;
}

.hero-banner-style-4 {
  padding: 0 8%;
}

@media (max-width: 1199px) {
  .hero-banner-style-4 {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .hero-banner-style-4 {
    padding: 0;
  }
}

.hero-banner-style-4 .slick-list {
  padding-top: 60px;
}

.hero-banner-style-4 .slick-current {
  transition: transform 0.3s !important;
}

.hero-banner-style-4 .slick-current.slick-active+.slick-active {
  transform: translateY(-60px) !important;
}

.hero-banner-style-4 .banner-content {
  padding-right: 20px;
}

@media (max-width: 1919px) {
  .hero-banner-style-4 .banner-content .title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-style-4 .banner-content .title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .hero-banner-style-4 .banner-content {
    padding-right: 0;
  }
}

@media (max-width: 1919px) {
  .hero-banner-style-4 {
    padding-top: 30px;
  }

  .hero-banner-style-4 .slick-list {
    padding-top: 0;
  }

  .hero-banner-style-4 .slick-current.slick-active+.slick-active {
    margin-top: 0 !important;
  }

  .hero-banner-style-4 .col-xl-7,
  .hero-banner-style-4 .col-xl-5 {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .hero-banner-style-4 .col-xl-7 {
    width: 60%;
  }

  .hero-banner-style-4 .col-xl-5 {
    width: 40%;
  }
}

@media (max-width: 991px) {

  .hero-banner-style-4 .col-xl-7,
  .hero-banner-style-4 .col-xl-5 {
    width: 100%;
  }

  .hero-banner-style-4 .counter-wrapper-style-two {
    margin-left: -20px;
    margin-right: -20px;
  }

  .hero-banner-style-4 .counter-wrapper-style-two .counter-style-1 {
    padding: 0 20px;
  }

  .hero-banner-style-4 .counter-style-1 .number {
    font-size: 28px;
  }

  .hero-banner-style-4 .counter-style-1 .counter-title {
    font-size: 16px;
  }
}

.hero-banner-style-6 .top-0 {
  top: -60px !important;
  z-index: -1;
}

.hero-banner-style-6 .left-0 {
  left: -35px;
}

.explore-style-one {
  background: #1e1e1e;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
  transition: 0.3s;
}

.explore-style-one .thumb {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.explore-style-one .thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s;
}

.explore-style-one .content .title {
  font-size: 18px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.explore-style-one .content .title a {
  color: #fff;
}

.explore-style-one .content .title a:hover {
  color: #ffdc88;
}

.explore-style-one .profile-share a {
  position: relative;
  z-index: 1;
  display: block;
}

.explore-style-one .profile-share a:nth-child(2),
.explore-style-one .profile-share a:nth-child(3) {
  margin-left: -15px;
}

.explore-style-one .profile-share a.more-author-text {
  padding-left: 7px;
}

.explore-style-one .profile-share a:hover:not(.more-author-text) {
  z-index: 2;
  transform: translateY(-5px);
}

.explore-style-one .profile-share a:not(.more-author-text) {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.explore-style-one .product-owner .bid-owner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  flex-basis: 174px;
}

.explore-style-one .product-owner strong a {
  color: #fff;
  font-weight: 500;
}

.explore-style-one .product-owner strong a:hover {
  color: #ffdc88;
}

.explore-style-one .product-owner .biding-price {
  color: #fff;
}

.explore-style-one .product-owner .biding-price i {
  color: #ffdc88;
  padding-right: 5px;
}

.explore-style-one .btn-small {
  padding: 6px 15px;
}

.explore-style-one .history {
  font-weight: 500;
}

@media (max-width: 575px) {
  .explore-style-one .history {
    font-size: 15px;
  }
}

.explore-style-one .history i {
  font-size: 20px;
  padding-right: 5px;
}

.explore-style-one .action-wrapper {
  border-top: 1px dashed #515151;
}

.explore-style-one:hover .thumb img {
  transform: scale(1.21);
}

.reaction-btn {
  border: none;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: #343444;
  border-radius: 6px;
  padding: 5px 6px;
  min-width: 45px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reaction-btn i {
  color: #ffdc88;
  font-size: 20px;
  padding-right: 5px;
}

.reaction-btn.left {
  right: auto;
  left: 15px;
}

.more-dropdown {
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
  text-align: right;
  position: relative;
  left: 5px;
  font-size: 20px;
}

.more-dropdown i {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}

.more-dropdown i:hover {
  color: #fff;
}

.countdown {
  width: 190px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  bottom: 12px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 2;
}

.countdown.btn:hover {
  transform: translateY(0);
  transform: translate(-50%);
}

.countdown .countdown-value {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.countdown .countdown-heading {
  padding: 0 10px;
}

.countdown .seconds .countdown-heading {
  padding: 0;
}

.countdown.btn-gradient {
  cursor: default;
}

.countdown.btn-gradient::before {
  display: none;
}

.explore-style-two {
  background: #343444;
  padding: 30px;
  border-radius: 35px;
  position: relative;
}

.explore-style-two .thumb img {
  border-radius: 30px;
  width: 100%;
}

.explore-style-two .slick-list {
  border-radius: 30px;
}

.explore-style-two .explore-content {
  background: #ffffff;
  padding: 17px;
  backdrop-filter: blur(25px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 301px;
  position: absolute;
  bottom: 60px;
  right: -35px;
  animation: jumpTwo 5.5s linear infinite;
}

@media (max-width: 1199px) {
  .explore-style-two .explore-content {
    right: 0;
  }
}

@media (max-width: 991px) {
  .explore-style-two .explore-content {
    right: auto;
    left: 50%;
    transform: translate(-50%);
    width: 95%;
    max-width: 420px;
    bottom: 20px;
    animation: none;
  }
}

@media (max-width: 575px) {
  .explore-style-two .explore-content {
    width: 83%;
    padding: 10px;
    bottom: 30px;
  }
}

@media (max-width: 360px) {
  .explore-style-two .explore-content {
    padding: 10px;
  }

  .explore-style-two .explore-content .btn {
    font-size: 12px;
  }
}

.explore-style-two .explore-content .btn {
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 360px) {
  .explore-style-two .explore-content .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.explore-style-two .explore-content .price {
  padding-right: 28px;
}

.explore-style-two .explore-content .price span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #a1a1a1;
  display: inline-block;
}

.explore-style-two .explore-content .price h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  margin: 0;
  color: #343444;
}

@media (max-width: 575px) {
  .explore-style-two {
    padding: 15px;
  }
}

@media (max-width: 360px) {
  .explore-style-two {
    padding: 10px;
  }

  .explore-style-two .explore-content {
    width: 85%;
    bottom: 22px;
  }
}

.sticker {
  font-size: 14px;
  background: #ffdc88;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.explore-style-three {
  margin-left: -20px;
  margin-right: -20px;
}

.explore-style-three .thumb-wrapper,
.explore-style-three .counter-wrapper {
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .explore-style-three {
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .explore-style-three {
    flex-wrap: wrap;
  }

  .explore-style-three .shape {
    display: block;
    max-width: 100%;
  }

  .explore-style-three .shape.shape-6 {
    right: 20px;
  }

  .explore-style-three .shape.shape-5 {
    bottom: 10px;
    left: 22px;
  }

  .explore-style-three .counter-wrapper {
    display: flex;
  }

  .explore-style-three .counter-style-1 {
    margin: 15px;
  }

  .explore-style-three .counter-style-1 .counter-title {
    font-size: 20px;
  }

  .explore-style-three .counter-style-1 .count-kilo {
    font-size: 20px;
  }

  .explore-style-three .counter-style-1 .number {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .filter-style-one {
    flex-wrap: wrap;
    margin: -10px;
  }
}

.filter-style-one .filter-left-cate {
  flex: 0 0 50%;
  max-width: 50%;
  margin: -10px;
}

@media (max-width: 1199px) {
  .filter-style-one .filter-left-cate {
    flex: 0 0 58%;
    max-width: 58%;
  }
}

@media (max-width: 991px) {
  .filter-style-one .filter-left-cate {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
}

.filter-style-one .filter-right-cate {
  flex: 0 0 35%;
  max-width: 35%;
  margin: -10px;
}

@media (max-width: 1199px) {
  .filter-style-one .filter-right-cate {
    flex: 0 0 42%;
    max-width: 42%;
  }
}

@media (max-width: 991px) {
  .filter-style-one .filter-right-cate {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .filter-style-one .filter-right-cate {
    flex-wrap: wrap;
  }
}

.filter-left-cate .nice-select {
  width: 100%;
}

.filter-left-cate .filter-select-option {
  flex-basis: 33.333333%;
  padding: 10px;
}

@media (max-width: 991px) {
  .filter-left-cate .filter-select-option {
    flex-basis: 100%;
  }
}

.filter-right-cate .nice-select {
  width: 100%;
}

.filter-right-cate .filter-select-option {
  flex-basis: 50%;
  padding: 10px;
}

@media (max-width: 575px) {
  .filter-right-cate .filter-select-option {
    flex-basis: 100%;
  }
}

.slider-activation-banner-3 .slick-dots {
  position: absolute;
  bottom: -65px;
}

.top-seller-style-one {
  background: #1e1e1e;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .top-seller-style-one {
    padding: 20px 10px;
  }
}

.top-seller-style-one .thumb {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: 0 auto;
  transition: 0.3s;
}

.top-seller-style-one .thumb img {
  border-radius: 50%;
  width: 100%;
}

.top-seller-style-one .title {
  line-height: 1;
}

.top-seller-style-one .title a {
  color: #fff;
}

@media (max-width: 360px) {
  .top-seller-style-one .title {
    font-size: 14px;
    padding-bottom: 0 !important;
  }
}

.top-seller-style-one .price {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  line-height: 27px;
}

.top-seller-style-one:hover .thumb {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .top-seller-activation-1.slick-gutter-15 .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .top-seller-activation-1.slick-gutter-15 .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.ri-check-line {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffdc88 !important;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.seller-group-vertical .top-seller-style-one {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .seller-group-vertical .top-seller-style-one {
    margin-bottom: 15px;
  }
}

.top-seller-style-two {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 28px 26px 28px 30px;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .top-seller-style-two {
    padding: 15px;
  }
}

.top-seller-style-two .thumb-wrapper {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .top-seller-style-two .thumb-wrapper {
    margin-right: 10px;
  }
}

.top-seller-style-two .thumb {
  display: block;
  border: 2px solid #3a3a3a;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .top-seller-style-two .thumb {
    width: 50px;
    height: 50px;
  }
}

.top-seller-style-two .thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /* background: #0D0D0D; */
  /* padding: 6px; */
}

.live_prices .volume_price {
  /* color: #fff !important; */
  font-weight: 400;
  font-size: 13px;
}

.price_small {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 50px;
  line-height: 1;
  color: #fff !important;
}

.top-seller-style-two .items-number {
  font-size: 30px;
  position: relative;
}

@media (max-width: 575px) {
  .top-seller-style-two .items-number {
    font-size: 20px;
  }
}

.top-seller-style-two .items-number::before {
  content: "";
  position: absolute;
  left: -26px;
  top: -15px;
  height: 80px;
  width: 2px;
  background: #3a3a3a;
}

@media (max-width: 575px) {
  .top-seller-style-two .items-number::before {
    top: -7px;
    height: 65px;
  }
}

.top-seller-style-two .items-number strong {
  color: #fff;
}

.top-seller-style-two .items-number span {
  font-size: 18px;
}

@media (max-width: 575px) {
  .top-seller-style-two .items-number span {
    font-size: 14px;
  }
}

.top-seller-style-two .price {
  font-size: 18px;
}

@media (max-width: 575px) {
  .top-seller-style-two .price {
    font-size: 14px;
  }
}

.top-seller-style-two .title {
  margin-bottom: 4px;
}

@media (max-width: 575px) {
  .top-seller-style-two .title {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.top-seller-style-two .title a {
  color: #fff;
}



.top-seller-style-two:hover .thumb {
  border-color: #ffdc88;
}

/* .top-seller-style-two:hover .thumb img {
  transform: scale(1.2);
} */

.text-large {
  font-size: 20px;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  word-spacing: 2px;
}

@media (max-width: 575px) {
  .text-large {
    font-size: 17px;
  }
}

.text-large a {
  color: #eee;
}

.text-large a:hover {
  color: #ffdc88;
}

.popular-collection-style-one {
  background: #1e1e1e;
  border-radius: 20px;
  padding: 20px;
}

.popular-collection-style-one a {
  display: block;
}

.popular-collection-style-one img {
  border-radius: 10px;
  width: 100%;
}

.popular-collection-style-one .large-thumbnail {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.popular-collection-style-one .large-thumbnail img {
  width: 100%;
}

.popular-collection-style-one .small-thumb-group {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.popular-collection-style-one .small-thumb-group img {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  margin: 20px 10px 0;
}

@media (max-width: 991px) {
  .popular-collection-style-one .small-thumb-group img {
    flex-basis: 27.333333%;
    max-width: 27.333333%;
  }
}

.popular-collection-style-one .title {
  margin-bottom: 3px;
}

.popular-collection-style-one .title a {
  color: #fff;
}

.popular-collection-style-one:hover .large-thumbnail img {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .popular-collection-active .slick-dots {
    bottom: -35px;
  }
}

.popular-collection-style-two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.popular-collection-style-two .thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.popular-collection-style-two .thumb img {
  transition: 0.3s linear;
  width: 100%;
}

.popular-collection-style-two .content {
  background: #1e1e1e;
  padding: 15px 25px;
}

.popular-collection-style-two .content .title {
  font-size: 16px;
}

.popular-collection-style-two .content .title a {
  color: #fff;
}

.popular-collection-style-two .content .item-code {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.popular-collection-style-two:hover .title {
  font-size: 16px;
}

.popular-collection-style-two:hover .title a {
  color: #ffdc88;
}

.popular-collection-style-two:hover .thumb img {
  transform: scale(1.2);
}

.card-block-style-one {
  background: #1e1e1e;
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .card-block-style-one {
    padding: 25px;
  }
}

.card-block-style-one .title {
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 575px) {
  .card-block-style-one .title {
    font-size: 20px;
  }
}

.card-block-style-one p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 30px;
}

@media (max-width: 575px) {
  .card-block-style-one p {
    font-size: 16px;
  }
}

.default-tab-list {
  margin: 0 -7.5px;
}

.default-tab-list button {
  border: 2px solid #323232;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 18px;
  margin: 0 7.5px;
  background: transparent;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .default-tab-list button {
    margin-bottom: 15px;
  }
}

.default-tab-list button:hover {
  border-color: #ffdc88;
  color: #ffdc88;
}

.default-tab-list button.is-checked {
  background: #ffdc88;
  border-color: #ffdc88;
  color: #fff;
}

.grid-filter-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-filter-wrapper .resizer {
  width: 25%;
}

@media (max-width: 1499px) {
  .grid-filter-wrapper .resizer {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .grid-filter-wrapper .resizer {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .grid-filter-wrapper .resizer {
    width: 100%;
  }
}

.grid-filter-wrapper .grid-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .grid-filter-wrapper .grid-item {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .grid-filter-wrapper .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .grid-filter-wrapper .grid-item {
    width: 100%;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  outline: 0;
}

.modal-content label {
  margin-bottom: 10px;
  color: #fff;
}

.modal-content input {
  color: #fff;
  height: 46px;
  border-color: #555;
}

.modal-content .modal-title {
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

.btn-custom-closer {
  background: #fff;
  border: none;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 31px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: 0.3s;
  z-index: 3;
}





@media (max-width: 991px) {
  .btn-custom-closer {
    right: -5px;
  }
}

.btn-custom-closer:hover {
  background: #ffdc88;
}

.btn-custom-closer:hover i {
  color: #fff;
}

.modal-footer {
  border-top-color: #333;
}

.modal-header {
  border-bottom-color: #333;
}

.bidding-list {
  margin: 0;
  padding-top: 20px;
}

.bidding-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ccc;
  font-weight: 300;
}

.bidding-list li:not(:last-child) {
  margin-bottom: 10px;
}

.bidding-list li strong {
  color: #fff;
  font-weight: 500;
  padding-left: 15px;
}

.bid-success-content h3 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.bid-success-content p {
  font-size: 14px;
}

.bid-success-content strong {
  color: #fff;
  font-weight: 500;
}

.single-item-history {
  margin-top: 15px;
}

.single-item-history:not(:last-child) {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.single-item-history .avatar {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 7.5px;
  border-radius: 6px;
}

.single-item-history .avatar i {
  width: 20px;
  height: 20px;
  background: #ffdc88;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-item-history .avatar img {
  width: 100%;
  border-radius: 50%;
}

.single-item-history .content {
  flex: auto;
  padding-left: 7.5px;
}

.single-item-history .content p {
  margin-bottom: 0;
  line-height: 1.7;
}

.single-item-history .content span {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 575px) {
  .single-item-history .content span.time {
    display: block;
    margin-left: 0 !important;
  }
}

.notification-history h4 {
  margin-bottom: 5px;
}

.notification-history .reaction {
  font-size: 22px;
  cursor: pointer;
}

.notification-history .reaction i {
  transition: 0.3s;
}

.notification-history .reaction:hover i {
  color: #ffdc88;
}

.inner-page-banner {
  padding: 40px 0 70px;
}

.login_page{
  padding: 70px 0 0  !important;
}


.login_page  h2  {
  font-size: 34px;
}

@media (max-width: 575px) {
  .inner-page-banner {
    padding: 40px 0 70px;
  }
}

.inner-page-banner .title {
  font-size: 27px; 
  line-height: 1.1;
}

@media (max-width: 575px) {
  .inner-page-banner .title {
    font-size: 36px;
  }
}

.inner-page-banner .inner {
  padding-top: 20px;
}

@media (max-width: 575px) {
  .inner-page-banner .inner {
    padding-top: 20px;
  }
}

.inner-page-banner nav.mt-4 {
  margin-top: 10px !important;
}

.breadcrumb-item.active {
  color: #fff;
}

.counter-style-1 {
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}

.counter-style-1:last-child {
  margin-bottom: 0;
}

.counter-style-1 .number {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 1919px) {
  .counter-style-1 .number {
    font-size: 40px;
  }
}

.counter-style-1 .counter-title {
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
}

@media (max-width: 1919px) {
  .counter-style-1 .counter-title {
    font-size: 20px;
  }
}

.counter-style-1 .count-kilo {
  font-size: 30px;
  display: flex;
  align-self: center;
  font-weight: 300;
  padding-top: 5px;
}

.counter-wrapper-style-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}

.counter-wrapper-style-two .counter-style-1 {
  margin-bottom: 40px;
  padding: 0 30px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #30303d;
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 7px 15px;
  cursor: pointer;
}

.filter-item-list {
  padding-left: 15px;
}

.filter-wrapper {
  background: #1e1e1e;
  padding: 20px;
  border: none;
  border-radius: 10px;
  margin-right: 25px;
}

@media (max-width: 1499px) {
  .filter-wrapper {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .filter-wrapper {
    margin-bottom: 40px;
  }
}

.filter-wrapper .filter-custom-item:not(:last-child) {
  margin-bottom: 30px;
}

.filter-wrapper .form-check {
  margin-bottom: 12px;
  cursor: pointer;
}

.filter-wrapper .form-check label {
  color: #ddd;
  padding-left: 5px;
}

.filter-wrapper .form-check input,
.filter-wrapper .form-check label {
  cursor: pointer;
}

.filter-wrapper .form-check input:checked,
.form-check-input[value="true"] {
  background-color: #ffdc88;
  border-color: #ffdc88;
}

.filter-wrapper .form-check input:focus {
  box-shadow: rgba(255, 81, 47, 0.25) 0px 0px 0px 0;
}

.accordion-button::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-size: 22px;
  background-image: none;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.custom-tabs {
  background: #1e1e1e;
  color: #fff;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 60px;
  display: inline-flex;
  border: 1px solid #7170702b;
}



/* .custom-tabs li:not(:last-of-type) {
  margin-right: 25px;
} */
.custom-tabs li a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  padding: 8px 25px;
  border-radius: 60px;
}

.custom-tabs li a.active {
  background: linear-gradient(90deg,
      #fff4a7 0%,
      #f8df7c 14%,
      #b47f2b 100%,
      #d8b155 100%,
      #e9ca6a 100%,
      #f4d977 100%,
      #f8df7c 100%,
      #e1bf61 100%,
      #b47f2b 100%,
      #bf8f38 100%,
      #b88530 100%);
  color: #000;
  background: #ffdc88;
}

.custom-tab-content {
  background: #1e1e1e;
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.ss_bg {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  background: #0D0D0D;
  border-radius: 16px;
  align-items: center;
  display: flex;
}

@media (max-width: 575px) {
  .custom-tab-content {
    padding: 23px 15px;
  }
}

.custom-tab-content .tab-pane {
  padding: 0;
}

.custom-tab-content .tab-pane .single-item-history:first-child,
.single-item-history:first-child {
  margin-top: 0;
}

.custom-tab-content .tab-pane .single-item-history .avatar {
  width: 55px;
  height: 55px;
}

@media (max-width: 575px) {
  .custom-tab-content .tab-pane .single-item-history.d-flex-center {
    align-items: flex-start !important;
  }
}

.custom-tab-content .tab-pane .notification-history .avatar {
  width: 75px;
  height: 75px;
}

@media (max-width: 1199px) {
  .custom-tab-content .tab-pane .notification-history .avatar {
    width: 55px;
    height: 55px;
  }
}

.custom-tab-content .tab-pane p {
  font-size: 15px;
  line-height: 28px;
}

.custom-tab-content .tab-pane p+p {
  margin-bottom: 0;
}

.details-content {
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .details-content {
    padding-left: 0;
  }
}

.details-content .main_title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .details-content .main_title {
    font-size: 24px;
    line-height: 36px;
  }
}

.details-content .subtitle {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .avatar-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .avatar-info-wrapper .avatar-info {
    margin-bottom: 20px;
  }
}

.bidder {
  background: #1e1e1e;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #3e3e3e;
  min-width: 248px;
  min-height: 40px;
}

.bidder .text-white {
  padding-right: 10px;
}

.bidder>span {
  font-weight: 500;
}

.avatar-info .thumb {
  border: 2px solid #ffdc88;
  overflow: hidden;
  min-width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
}

.avatar-info .thumb img {
  width: 100%;
}

.avatar-info .content {
  margin-left: 10px;
}

.avatar-info .content .title a {
  color: #fff;
}

.details-dropdown .ri-more-fill {
  background: #1e1e1e;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.product-details .explore-style-one:hover {
  transform: translateY(0);
}

.product-details .explore-style-one .thumb img {
  transform: scale(1);
}

.bar-title {
  position: relative;
}

.bar-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ffdc88;
}

.filter-tag-wrapper .bar-title {
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.filter-group .btn {
  margin: 8px;
  border-radius: 6px;
  padding: 6px 26px;
  color: rgba(255, 255, 255, 0.75);
}

.filter-group .btn:hover {
  color: #fff;
}

.activity-wrapper .custom-tab-content {
  margin-right: 60px;
}

@media (max-width: 1199px) {
  .activity-wrapper .custom-tab-content {
    margin-right: 0;
  }
}

.single-blog {
  background: #1e1e1e;
  padding: 15px;
  border-radius: 8px;
}

.single-blog .title {
  font-size: 18px;
  line-height: 28px;
  /* padding-right: 20%; */
  font-weight: 500;
}

.single-blog .title small {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  opacity: 0.8;
  margin: 6px 0;
}

.single-blog .title a {
  color: #fff;
}

.single-blog .content {
  padding-top: 20px;
  padding-bottom: 5px;
}

.single-blog .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.single-blog .thumb img {
  width: 100%;
  transition: 0.5s;
}

.single-blog:hover .thumb img {
  transform: scale(1.2);
}

.single-blog:hover .title a {
  color: #ffdc88;
}

.meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0 !important;
}

.meta li {
  padding: 0 8px;
  margin-bottom: 5px;
  position: relative;
  list-style: none !important;
  font-size: 14px;
  opacity: 0.8;
}

.meta li i {
  padding-right: 5px;
}

.meta .date {
  display: inline-flex;
  align-items: center;
}

.blog-details-wrapper h2 {
  font-size: 40px;
  line-height: 52px;
}

.filter_tag {
  margin: 4px 5px;
  padding: 5px 20px;
  border-radius: 50px;
  background: #ffffff1c;
  min-width: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.theme-light .filter_tag {
  background: #0000001c;
}



@media (max-width: 991px) {
  .blog-details-wrapper h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .blog-details-wrapper h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.blog-details-wrapper h3,
.blog-details-wrapper h2 {
  margin-bottom: 20px;
}

.blog-details-wrapper p {
  margin-bottom: 30px;
  line-height: 30px;
}

.blog-details-wrapper img {
  margin-bottom: 40px;
  border-radius: 8px;
}

.blog-details-wrapper ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog-details-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 18px;
}

@media (max-width: 991px) {
  .blog-details-wrapper ul li {
    font-size: 16px;
  }
}

.blog-details-wrapper figure {
  margin-bottom: 30px;
}

.blog-details-wrapper blockquote {
  background: #323232;
  padding: 25px 25px 25px 40px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  border-radius: 4px;
  border-left: 6px solid #ffdc88;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .blog-details-wrapper blockquote {
    padding: 25px 25px 25px 25px;
    font-size: 17px;
  }
}

.blog-content {
  background: #1e1e1e;
  padding: 25px;
  border-radius: 6px;
}

.post-media {
  background: #323232;
  padding: 10px;
  border-radius: 6px;
}

.styler-1 {
  background: #1e1e1e;
  padding: 40px;
  border-radius: 6px;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .styler-1 {
    padding: 40px 15px;
  }
}

.btn-stake svg {
  fill: #efa624;
}

.btn-unstake svg {
  fill: #afafaf;
}

.stake_in_icon {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.stak_amonut .btn-group .btn-outline-primary {
  border-radius: 4px !important;
  margin: 0 2px !important;
  background: #0D0D0D;
}

.theme-light .stak_amonut .btn-group .btn-outline-primary {
  background: #d7d9dd;
}

.avatar-preview * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.stak_amonut .btn-group .btn-check:checked+.btn-outline-primary {
  background: #3cc890;
  color: #fff;
}

.td_stack {
  line-height: 1.2;
  font-size: 16px;
}

.avatar-info img {
  width: 36px;
  height: 36px;
  border-radius: 66px;
  object-fit: cover;
}
.td_stack small {
  font-size: 0.75rem;
  opacity: 0.8;
}


.tt_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  /* / padding: 0 5px; / */
  padding: 8px 0;
}



.tt_normal {
  /* color: #000; */
  font-weight: 400;
  max-width: 60%;
  text-align: right;
}

.tt_item .tt_normal {
  word-break: break-all;
}


.tt_data hr {
  margin: 0;
  /* background: #0c0c0c4a; */
}

.tra_details h4 {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.tra_details .tt_data {
  margin: 0.8rem 0 0;
}

.tt_disable small {
  font-size: 80%;
}

.cursor_pointer {
  cursor: pointer;
}

.comment-box-wrapper ul {
  padding-left: 0;
}

.comment-box-wrapper ul li p {
  margin-bottom: 0;
}

.comment-box-wrapper ul li:not(:last-child) {
  margin-bottom: 45px;
}

.comment-box-wrapper ul li:nth-child(3) {
  margin-left: 40px;
}

@media (max-width: 575px) {
  .comment-box-wrapper ul li:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .single-comment-box {
    flex-direction: column;
    align-items: flex-end;
  }
}

.single-comment-box .inner .avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 16px;
}

@media (max-width: 991px) {
  .single-comment-box .inner .avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.single-comment-box .inner .avatar img {
  width: 100%;
  border-radius: 0;
}

.single-comment-box .content {
  flex: 1;
}

.single-comment-box .content .title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
}

.single-comment-box .content .title a {
  color: #fff;
}

.single-comment-box .content .title a:hover {
  color: #ffdc88;
}

.single-comment-box .content .title span {
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-left: 5px;
}

.single-comment-box .content .title span::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #d1d1d1;
}

.single-comment-box .content p {
  padding-right: 190px;
}

@media (max-width: 1199px) {
  .single-comment-box .content p {
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .single-comment-box .content p {
    padding-right: 20px;
    font-size: 16px;
  }
}

.single-comment-box .reply {
  height: 36px;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.single-comment-box .reply i {
  transition: 0.3s;
}

.single-comment-box .reply:hover {
  border-color: #ffdc88;
  transform: translateX(5px);
}

.single-comment-box .reply:hover i {
  color: #ffdc88;
}

@media (max-width: 575px) {

  .wallet-activation,
  .related-blog-activation {
    padding-bottom: 25px;
  }
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  background: #09080d;
  border: none;
  color: #fff;
}

.contact-form-wrapper input {
  min-height: 50px;
}

.sidebar {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .sidebar {
    margin-left: 0;
  }
}

.sidebar .category-list li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar .category-list li a {
  display: flex;
  justify-content: space-between;
}

.sidebar .category-list li a:hover {
  color: #ffdc88;
}

.sidebar .category-list li:hover .count-text {
  color: #ffdc88;
}

.sidebar .category-list li:not(:last-child) a {
  border-bottom: 1px solid #323232;
  padding-bottom: 10px;
}

.single-widget {
  background: #1e1e1e;
  padding: 25px 20px;
  border-radius: 8px;
}

.single-widget .title {
  position: relative;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  margin-bottom: 16px;
  font-size: 20px;
  margin-top: -5px;
}

.list_with_img img {
  border-radius: 8px;
}

.widget-tag .title {
  font-size: 20px;
}

.single-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #ffdc88;
  width: 80px;
}

.single-widget ul {
  margin-bottom: 0;
  /*padding-left: 0;*/
}

.single-widget ul li {
  list-style: none;
}

.single-widget ul li a {
  font-size: 16px;
}

.category-list .count-text {
  background: #3d3d3d;
  padding: 2px 15px;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
}

.recent-post ul li {
  color: #dedede;
}

.recent-post ul li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #323232;
}

.recent-post ul li a {
  color: #fff;
  margin-top: 9px;
}

.recent-post ul li a:hover {
  color: #ffdc88;
}

.recent-post ul li .cate {
  color: rgb(255 255 255 / 53%);
  font-size: 13px;
  display: inline-block;
  margin-top: 0;
}

.widget-tag .filter-group .btn {
  color: #bbb;
}

.widget-tag .filter-group .btn:hover {
  color: #fff;
}

.single-author {
  background: #1e1e1e;
  padding: 15px 15px 25px 15px;
  border-radius: 8px;
  transition: 0.3s;
}

.single-author .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.single-author .thumb img {
  width: 100%;
}

.single-author .content {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -35px;
}

.single-author .content .btn-small {
  padding-left: 25px;
  padding-right: 25px;
  min-width: 104px;
  justify-content: center;
}

.single-author .content .btn-small:hover {
  transform: none;
  color: #fff;
}

.single-author .content .author-thumb {
  width: 65px;
  height: 65px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  display: block;
  margin: 0 auto 10px;
  transition: 0.3s;
}

.single-author .content .author-thumb img {
  transition: 0.5s;
}

.single-author .content .title {
  margin-bottom: 15px;
}

.single-author .content .title a {
  color: #fff;
}

.single-author .content .btn-inner i {
  display: none;
  font-size: 22px;
}

.single-author .content .btn-inner.active .btn-text {
  display: none;
}

.single-author .content .btn-inner.active i {
  display: block;
  color: #ffdc88;
}

.single-author:hover {
  transform: translateY(-5px);
}

.single-author:hover .content .author-thumb {
  border-color: #ffdc88;
}

.single-author:hover .content .author-thumb img {
  transform: scale(1.1);
}

.single-author.profile .author-thumb {
  border-color: #ffdc88;
}

.single-author.profile .title {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.single-author.profile .title a {
  color: #fff;
}

.single-author.profile p {
  font-weight: 400;
  font-size: 16px;
}

.single-author.profile .social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}

.single-author.profile .content .author-thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.custom-tabs.author-tabs {
  padding: 15px 15px 5px 15px;
}

.custom-tabs.author-tabs .btn {
  border-radius: 6px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.75);
}

.custom-tabs.author-tabs .btn::before {
  display: none;
}

.custom-tabs.author-tabs .btn:hover {
  transform: none;
  border-color: #ffdc88;
  color: #ffdc88;
  background: transparent;
}

.custom-tabs.author-tabs .btn.active {
  background: #ffdc88;
  border-color: #ffdc88;
  color: #fff;
}

.custom-tabs.author-tabs li {
  margin-bottom: 10px;
}

.custom-tabs.author-tabs li:not(:last-of-type) {
  margin-right: 15px;
}

.author-profile-wrapper {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .author-profile-wrapper {
    padding-left: 0;
  }
}

.wallet-block {
  background: #1e1e1e;
  padding: 30px 24px;
  border-radius: 20px;
  display: block;
  text-align: center;
  transition: 0.3s;
}

.wallet-block .thumb {
  width: 130px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto -13px;
}

.wallet-block .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.wallet-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.wallet-block:hover {
  background: #1e1e1e;
  /* transform: translateY(-5px); */
}

.create-item-wrapper {
  background: #1e1e1e;
  padding: 20px;
  border-radius: 0;
}

@media (max-width: 991px) {
  .create-item-wrapper {
    padding: 50px 15px;
  }
}

.upload-area label {
  border: 2px dashed #525564;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 15px;
  background: rgb(255 255 255 / 5%);
}
.theme-dark .upload-area label {
  border: 2px dashed #52556445; 
}
.upload-area label i {
  font-size: 40px;
  stroke-width: 1px;
  color: #ffdc88;
  margin-bottom: 10px;
}

.upload-area label .file-type {
  font-size: 14px;
  font-weight: 300;
}

.upload-area label span {
  font-size: 20px;
}

.upload-area .upload-formate h6.title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.upload-area .upload-formate p.formate {
  font-size: 16px;
  font-weight: 400;
}

.upload-area .brows-file-wrapper {
  position: relative;
  /* background: #1e1e1e; */
  border-radius: 10px;
  transition: 0.3s;
}

.upload-area .brows-file-wrapper:hover {
  /* background: #1e1e1e; */
}

.upload-area .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-btn-wrapper {
  padding: 20px 30px 10px;
  border-radius: 10px;
  background: #1e1e1e;
  margin-top: 30px;
}

.upload-btn-wrapper .btn {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .upload-btn-wrapper {
    padding: 20px 15px 10px;
  }

  .upload-btn-wrapper .input-box {
    width: 100%;
  }

  .upload-btn-wrapper .input-box .btn {
    width: 100%;
  }

  .upload-btn-wrapper .d-flex-center {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.upload-area label img {
  max-width: 100%;
  max-height: 241px;
  object-fit: scale-down;
}

/* .form-field-wrapper {
  background: transparent;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 0 2px #282c3e;
} */

.form-field-wrapper {
  background: #1e1e1e;
  border-radius: 20px;
  padding: 20px;
  /* box-shadow: 0 0 0 2px #282c3e; */
  background: linear-gradient(225deg, #181818 20%, #090909 80%);
  border: 1px solid #d9d9d924;
}

img.img-fluid.comin_light,
.theme-light img.img-fluid.comin_dark {
  display: none;
}

.theme-light img.img-fluid.comin_light {
  display: block;
}

section.soon_sec {
  padding: 123px 0 90px;
}

.soon_img {
  min-height: calc(100vh - 123px);
  display: flex;
  align-items: center;
}

.soon_img img {
  max-width: 550px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 575px) {
  .form-field-wrapper {
    padding: 20px 15px 0 15px;
  }
}

.form-field-wrapper .nice-select {
  width: 100%;
  background: #1a1a1a;
  border-color: #525564;
}

.form-field-wrapper input,
.form-field-wrapper textarea {
  /* border-color: #525564; */
  color: #fff;
}

.form-field-wrapper input:focus,
.form-field-wrapper textarea:focus {
  border-color: #ffffff78;
}

.theme-dark input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.sec_disable {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #444444 !important;
  opacity: 1 !important;
  border-color: #3e3e3e;
  color: #ffffff63;
}

.theme-light .form-control:disabled,
.theme-light .form-control[readonly] {
  background-color: #eaeff4 !important;
  border-color: #eaeff4;
}

.form-group~hr {
  margin: 1rem 0;
}

.signup-wrapper {
  background: #1e1e1e;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 15px;
}


.gender_radio {
  padding: 4px;
  background-color: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50px;
  gap: 0 10px;
}

.gender_radio .form-check-input {
  display: none;
}
.gender_radio .form-check-label {
  position: relative;
  color: #ffffff70;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  align-items: center;
  gap: 0 10px;
  padding: 8px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}
.gender_radio .form-check {
  padding-left: 0 !important;
  width: 50%;
}
.gender_radio .form-check-label:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff4f;
  border-radius: 50%;
}
.gender_radio  input[type="radio"]:checked +  .form-check-label:before {
  height: 18px;
  width: 18px;
  border: 4px solid #000000;
  background-color: transparent;
}


.gender_radio  input[type="radio"]:checked +  .form-check-label {
  background-color: #ffdc88;
  color: #000000;
}

@media (max-width: 575px) {
  .signup-wrapper {
    padding: 2px;
  }
}

.signup-wrapper .register-with {
  border: 2px solid #323232;
  padding: 10px 15px;
  justify-content: center;
  border-radius: 30px;
}

.signup-wrapper .register-with i {
  font-size: 18px;
  padding-right: 8px;
}

.signup-wrapper .register-with i.ri-facebook-fill {
  color: #4267b2;
}

.signup-wrapper .register-with i.ri-google-fill {
  color: #db4437;
}

.signup-wrapper .register-with.google-btn:hover {
  background: #db4437;
  border-color: #db4437;
  color: #fff;
}

.signup-wrapper .register-with.google-btn:hover i {
  color: #fff;
}

.signup-wrapper .register-with.fb-btn:hover {
  background: #4267b2;
  border-color: #4267b2;
  color: #fff;
}

.signup-wrapper .register-with.fb-btn:hover i {
  color: #fff;
}

.signup-wrapper .img-fluid {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: -webkit-fill-available;
  min-height: 100%;
  object-fit: scale-down;
  background-color: #0D0D0D;
  border-radius: 15px;
  /* object-position: top; */
}

.checkbox {
  cursor: pointer;
  font-weight: 400;
}

.signup-content,
.contact-inner-contnet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.signin-content {
  padding: 19px 5%;
}











 


















@media (max-width: 1199px) {

  .signup-content,
  .contact-inner-contnet {
    border-radius: 6px;
  }
}

@media (max-width: 575px) {

  .signup-content,
  .contact-inner-contnet {
    padding: 40px 15px;
  }
}

.signup-content .medium {
  color: rgba(255, 255, 255, 0.7);
}

.contact-inner-contnet .nice-select {
  background: transparent;
}

.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.gutter-0>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.not-found-inner {
  padding-top: 100px;
}

@media (max-width: 575px) {
  .not-found-inner {
    padding-top: 20px;
  }
}

.not-found-inner .title {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .not-found-inner .title {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .not-found-inner .title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .not-found-inner .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .not-found-inner .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.not-found-inner p {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 32px;
}

@media (max-width: 1199px) {
  .not-found-inner p {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .not-found-inner p {
    font-size: 16px;
    line-height: 28px;
  }
}

.not-found-inner .not-found-content {
  padding-left: 20px;
}

@media (max-width: 575px) {
  .not-found-inner .not-found-content {
    padding-left: 0;
  }
}

/* newsletter */

.newsletter-content {
  background: #1e1e1e;
  width: 100%;
  max-width: 91%;
  border-radius: 20px;
  margin: 120px auto 120px;
  padding: 41px 15px 55px 15px;
  position: relative;
  z-index: 10;
}

.st_txt {
  padding: 20px  80px;
  padding-right: 0;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 0 21px;
}

.st_sec  img {
  margin-top: -27%;
  max-width: 400px;
}

.theme-light .newsletter-content {
  background: #ffffff;
}

.newsletter-content2 {
  margin-bottom: -150px;
}

.newsletter-content h2 {
  font-size: 40px;
  /* color: #fff; */
  font-weight: 700;
  padding-bottom: 34px;
  line-height: 1.3;
}

.newsletter-field {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.newsletter-field input[type="email"],
.newsletter-field input[type="text"] {
  background: #ffffff14;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  border: none;
  outline: none;
  padding: 0 65px 0 23px;
  resize: none;
  /* font-family: 'Quicksand', sans-serif; */
  /* font-weight: 500; */
  box-shadow: inherit;
  -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}

.newsletter-field button[type="submit"] {
  background: #ffdc88;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  font-size: 26px;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  line-height: 60px;
}

.newsletter-field input:focus {
  border: none !important;
}

.newsletter-container {
  background: #7f7de0;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.newsletter-text {
  padding-right: 20px;
}

.newsletter-text h4 {
  font-size: 23px;
  font-weight: 400;
  padding-bottom: 8px;
}

.newsletter-text h2 {
  font-size: 47px;
  font-weight: 500;
  padding-bottom: 14px;
}

.newsletter-text p {
  color: #fff;
  font-weight: 300;
}



.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ffffff21;
}


.theme-light .copyright { 
    border-color:#85858521;
    background: #fff;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.55);
}



.footer_social {
  display: block;
}

.footer_social li {
  display: inline-block;
}

.footer_social li a {
  border-radius: 50px;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 0 !important;
  margin-right: 12px;
  margin-bottom: 10px;
  display: block;
}

.footer_social li a img {
  width: 24px;
  height: 24px;
  object-fit: scale-down;
  /* border-radius: 50px; */
  overflow: hidden;
  min-height: 24px;
}






.footer-widget.first-block {
  padding-right: 23%;
}

@media (max-width: 991px) {
  .footer-widget.first-block {
    padding-right: 0;
  }
}

.footer-widget p {
  font-size: 16px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-widget h4 {
  margin-bottom: 24px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
  font-size: 18px;
}

.footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  /* background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%); */
  background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%);
  width: 50px;
  height: 1.5px;
}

.footer-widget ul li,
.footer-widget ol li {
  font-size: 16px;
  line-height: 26px;
}

.footer-widget ul li a,
.footer-widget ol li a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover {
  color: #ffdc88;
  margin-left: -6px;
}

.footer-widget ul li:not(:last-child),
.footer-widget ol li:not(:last-child) {
  margin-bottom: 4px;
}

.social {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}


footer .navbar-brand img {
  max-width: 220px;
}

.social a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 0;
  margin: 0 5px;
  font-size: 20px;
  font-size: 14px; 
  color: #000000;
  background: rgb(242 242 242);
}


.theme-dark .social a {
    background: hsl(0deg 0% 100% / 5%);
    color: #fff;
    border: 1px solid #ffffff14;
}

/* .social a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0D0D0D;
  transform: translateY(-3px);
} */
.footer_text {
  max-width: 450px;
}
.subscribe-mail,
.verify_mail {
  position: relative;
}

.subscribe-mail input,
.verify_mail input {
  width: 100%;
  border: 2px solid #323232;
  height: 52px;
  border-radius: 6px;
  padding: 20px 75px 20px 20px;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.subscribe-mail input:focus {
  border-color: #ffdc88;
}

.subscribe-mail button,
.verify_mail button {
  padding: 0;
  justify-content: center;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background: linear-gradient(97.3deg, #ffdc88 0%, #ffdc88 100%);
  width: 61px;
  height: 42px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
}

.verify_mail button {
  top: auto;
  bottom: 12px;
  height: 28px;
  line-height: 28px;
  min-width: 62px;
  width: auto;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
  right: 12px;
  min-height: unset;
  display: flex;
  align-items: center;
}

.subscribe-mail button i {
  padding-right: 0;
  transition: 0.5s;
}

.subscribe-mail button:hover i {
  transform: rotate(45deg);
}

.icon-facebook:hover {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
}

.icon-twitter:hover {
  background: #1da1f2 !important;
  border-color: #1da1f2 !important;
}

.icon-instagram:hover {
  background: #c32aa3 !important;
  border-color: #c32aa3 !important;
}

.icon-linkedin:hover {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
}

body.theme-dark .logo-light {
  display: block;
}

body.theme-dark .logo-dark {
  display: none;
}

body.theme-dark .shape.dark,
body.theme-light .logo-dark {
  display: block;
}

@media (max-width: 575px) {
  body.theme-dark .shape.dark {
    display: none;
  }
}

body.theme-dark .shape.light {
  display: none;
}

body.theme-light {
  color: #191d33;
  background: #eaeff4;
}

body.theme-light .search-mobile-icon button,
body.theme-light .hamberger-button {
  color: #292929;
}

body.theme-light .slick-dots {
  margin-top: 10px;
}

body.theme-light .large-mobile-blog-search input {
  background: #fff;
}



body.theme-light .section-bg-separation-2 {
  background: linear-gradient(180deg, #fbe4de 0%, #eaf3f2 100%);
}

body.theme-light ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.7);
}

body.theme-light :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}

body.theme-light ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #292929;
}

body.theme-light p {
  color: rgba(0, 0, 0, 0.68);
}

body.theme-light .btn-outline,
body.theme-light .btn-black {
  /* border: 2px solid rgba(0, 0, 0, 0.5); */
  color: #292929;
  box-shadow: 0 0 0 1.5px inset rgb(0 0 0 / 10%);
}

body.theme-light .btn-outline:hover,
body.theme-light .btn-black:hover {
  box-shadow: 0 0 0 1.5px inset rgba(0, 0, 0, 0.4);
}

body.theme-light .default-tab-list button {
  border-color: #dadce0;
}

body.theme-light .default-tab-list button.is-checked {
  border-color: #ffdc88;
}

body.theme-light .default-tab-list button:hover {
  color: #ffdc88;
  border-color: #ffdc88;
}

body.theme-light .bg-2 {
  background: #e0e6eb url(../images/about_bg.png) no-repeat top;
}

body.theme-light .mainmenu-nav .mainmenu li a,
body.theme-light .single-comment-box .content .title a {
  color: #292929;
}

body.theme-light .mainmenu-nav .mainmenu li a.active,
body.theme-light .mainmenu-nav .mainmenu li a:hover,
body.theme-light .single-comment-box .content .title a.active,
body.theme-light .single-comment-box .content .title a:hover {
  /* color: #ffdc88; */
  color: #ffdc88;
}

body.theme-light .search-bar {
  border-color: rgba(0, 0, 0, 0.5);
}

body.theme-light .search-bar input,
body.theme-light .search-bar .search-btn {
  color: #292929;
}

body.theme-light .subscribe-mail input {
  border-color: rgba(0, 0, 0, 0.5);
}

body.theme-light .logo-light {
  display: none;
}

body.theme-light .theme-swithcher-wrap .theme-switcher-label .mode span,
body.theme-light .single-comment-box .content .title span {
  color: rgba(0, 0, 0, 0.7);
}

body.theme-light .mainmenu-nav .mainmenu li .submenu,
body.theme-light .header-right-inner>li .submenu {
  background-color: #fff;
  border: 1px none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

body.theme-light .header-right-inner>li .submenu li a,
body.theme-light .single-blog .title a,
body.theme-light .avatar-info .content .title a {
  color: #292929;
}

body.theme-light .header-right-inner>li .submenu li a:hover,
body.theme-light .single-blog .title a:hover,
body.theme-light .avatar-info .content .title a:hover {
  color: #ffdc88;
}

/* body.theme-light .mainmenu-nav .mainmenu li .submenu::after {
  background: #fff;
} */

body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light h5,
body.theme-light h6,
body.theme-light .aw-h1,
body.theme-light .aw-h2,
body.theme-light .aw-h3,
body.theme-light .aw-h4,
body.theme-light .aw-h5,
body.theme-light .aw-h6 {
  color: #141414;
}

body.theme-light a {
  color: rgba(0, 0, 0, 0.75);
}

body.theme-light a:hover {
  color: rgba(0, 0, 0, 0.95);
}

body.theme-light a.btn-gradient {
  color: #000;
}

body.theme-light a.color-primary {
  color: #ffdc88;
  font-weight: 500;
}

body.theme-light .breadcrumb-item {
  color: rgba(0, 0, 0, 0.75);
}

body.theme-light .breadcrumb-item a:hover {
  color: #ffdc88;
}

body.theme-light .breadcrumb-item.active {
  color: #ffdc88;
}

body.theme-light .header-fixed.sticky {
  background: #f5f8fc;
  border-color: #f5f8fc;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.theme-light .bg-1,
body.theme-light .bg-3,
body.theme-light.bg-1,
body.theme-light.bg-3 {
  background-image: url(../images/bg/bg-9.jpg);
}

body.theme-light .bg-4,
body.theme-light .bg-5 {
  background-image: url(../images/bg/bg-10.jpg);
}

body.theme-light .bg-6 {
  background-image: url(../images/bg/bg-11.jpg);
}

body.theme-light .bg-7 {
  background-image: url(../images/bg/bg-12.jpg);
}

body.theme-light .hero-banner-style .banner-content .title {
  color: #292929;
}

body.theme-light .slick-dots li button {
  border-color: #ffdc88;
}

body.theme-light .hero-banner-style .banner-content .title span {
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #ffdc88;
}

body.theme-light .default-tab-list button {
  color: #292929;
}

body.theme-light .default-tab-list button.is-checked {
  color: #fff;
}

body.theme-light .explore-style-one .content .title a,
body.theme-light .explore-style-one .product-owner strong a,
body.theme-light .explore-style-one .product-owner .biding-price,
body.theme-light .more-dropdown i,
body.theme-light .popular-collection-style-one .title a,
body.theme-light .popular-collection-style-two .content .title a,
body.theme-light .single-author .content .title a {
  color: #292929;
}

body.theme-light .explore-style-one .content .title a:hover,
body.theme-light .explore-style-one .product-owner strong a:hover,
body.theme-light .explore-style-one .product-owner .biding-price:hover,
body.theme-light .more-dropdown i:hover,
body.theme-light .popular-collection-style-one .title a:hover,
body.theme-light .popular-collection-style-two .content .title a:hover,
body.theme-light .single-author .content .title a:hover {
  color: #ffdc88;
}

body.theme-light .explore-style-two {
  background: #ffffff;
}

body.theme-light .explore-style-one {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

body.theme-light .slick-list {
  margin-top: -25px;
  margin-bottom: -25px;
}

body.theme-light .slider .explore-style-one {
  margin-top: 25px;
  margin-bottom: 25px;
}

body.theme-light .hero-banner_inner .slick-list {
  margin-top: 0;
  margin-bottom: 0;
}

body.theme-light .slick-pagination-50 .slick-dots {
  bottom: -10px;
}

body.theme-light button.slide-arrow {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

body.theme-light button.slide-arrow i {
  color: #292929;
}

body.theme-light .top-seller-style-one,
body.theme-light .popular-collection-style-one,
body.theme-light .top-seller-style-two,
body.theme-light .dropdown-menu-dark,
body.theme-light .filter-wrapper,
body.theme-light .custom-tabs,
body.theme-light .custom-tab-content,
body.theme-light .blog-content,
body.theme-light .single-widget,
body.theme-light .styler-1,
body.theme-light .blog-details-wrapper blockquote,
body.theme-light .contact-form-wrapper input,
body.theme-light .contact-form-wrapper textarea,
body.theme-light .post-media {
  background: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

body.theme-light .top-seller-style-one .title a,
body.theme-light .top-seller-style-two .title a {
  color: #292929;
}

body.theme-light .top-seller-style-one .price {
  color: rgba(0, 0, 0, 0.65);
}

body.theme-light .slick-activation-01 .slick-track {
  padding-bottom: 15px;
}

body.theme-light .card-block-style-one {
  background: #fff;
  border: 1px solid #dadce0;
}

body.theme-light .reaction-btn {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: #f5f8fc;
  color: #292929;
}

body.theme-light .footer-widget ul li a,
body.theme-light .footer-widget ol li a {
  color: rgba(0, 0, 0, 0.75);
}

body.theme-light .footer-widget ul li a:hover,
body.theme-light .footer-widget ol li a:hover {
  color: #ffdc88;
}

body.theme-light .social a {
  border-color: rgb(0 0 0 / 27%);
  background: #ffffff;
}


body.theme-light .social a:hover {
  color: #fff;
}

body.theme-light .explore-style-one .action-wrapper {
  border-top: 1px dashed #999;
}

body.theme-light .modal-content {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body.theme-light .btn-custom-closer {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body.theme-light .modal-header {
  border-bottom-color: #dadce0;
}

body.theme-light .modal-footer {
  border-top-color: #dadce0;
}

body.theme-light .single-item-history:not(:last-child) {
  border-bottom-color: #dadce0;
}

body.theme-light .modal-content label,
body.theme-light .bidding-list li strong,
body.theme-light .modal-content input,
body.theme-light .blog-details-wrapper blockquote {
  color: #292929;
}

body.theme-light .bidding-list li {
  color: #555;
  font-weight: 400;
}

body.theme-light .bid-success-content strong {
  color: #292929;
}

body.theme-light .modal-content input {
  border-color: #dadce0;
}

body.theme-light .shape.dark {
  display: none;
}

body.theme-light .single-blog,
body.theme-light .popular-collection-style-two .content,
body.theme-light .single-author,
body.theme-light .top-seller-style-two,
body.theme-light .top-seller-style-one,
body.theme-light .popular-collection-style-one,
body.theme-light .popular-collection-style-two,
body.theme-light .wallet-block,
body.theme-light .form-field-wrapper,
body.theme-light .upload-area .brows-file-wrapper,
body.theme-light .signup-content,
body.theme-light .contact-inner-contnet {
  background: #f5f8fc !important;
  background: #fff !important;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;*/
}

body.theme-light .form-field-wrapper {
  background: #fff !important;
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 1%);
}

body.theme-light .signup-content .medium {
  color: rgba(0, 0, 0, 0.7);
}

body.theme-light label {
  color: black;
}

body.theme-light .upload-area label {
  border-color: #c1c1c147;
}

body.theme-light .upload-area label span {
  color: #292929;
}

body.theme-light .form-field-wrapper input,
body.theme-light .form-field-wrapper textarea {
  border-color: #dadce0;
  color: #292929;
}

body.theme-light .two_fac {
  background-color: #eaeaea;
}

body.theme-light .top-seller-style-one {
  margin-top: 25px;
  margin-bottom: 25px;
}

body.theme-light .counter-style-1,
body.theme-light .top-seller-style-two .items-number strong,
body.theme-light .dropdown-menu-dark .dropdown-item {
  color: #292929;
}

body.theme-light .hero-banner-style-2 .shape-7 {
  display: none;
}

body.theme-light .top-seller-style-two .items-number::before {
  background: #dadce0;
}

body.theme-light .top-seller-style-two .thumb {
  border-color: #0000002b;
}

body.theme-light .dropdown-menu-dark .dropdown-item:focus,
body.theme-light .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: #ffdc88;
}

body.theme-light .card-block-style-one p {
  font-weight: 400;
}

body.theme-light .nice-select {
  background-color: transparent;
  border-color: #dadce0;
  color: #292929;
}

body.theme-light .nice-select:after {
  border-bottom-color: #65676b;
  border-right-color: #65676b;
}

body.theme-light .nice-select .list {
  background: #fff;
}

body.theme-light .nice-select .list .option.selected,
body.theme-light .filter-wrapper .form-check label,
body.theme-light .widget-tag .filter-group .btn {
  color: #292929;
}

body.theme-light .hero-banner-style.hero-banner-style-6 .sub-title {
  color: #292929 !important;
}

body.theme-light .nice-select .option:hover,
body.theme-light .nice-select .option.focus,
body.theme-light .nice-select .option.selected.focus,
body.theme-light .custom-tabs,
body.theme-light .custom-tab-content,
body.theme-light .details-dropdown .ri-more-fill,
body.theme-light .bidder {
  background: #f5f8fc;
}

body.theme-light .bidder {
  border-color: #dadce0;
}

body.theme-light .bidder .text-white {
  color: #292929 !important;
  font-weight: 500;
}

body.theme-light .form-check-input {
  border: 2px solid #dadce0;
}

body.theme-light .filter-wrapper {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

body.theme-light .accordion-button,
body.theme-light .accordion-button:not(.collapsed) {
  background: #efefef;
  color: #292929 !important;
}

body.theme-light .bg-overlay::before {
  background: transparent;
}

body.theme-light .hero-banner-style.hero-banner-style-3 .banner-content p,
body.theme-light .hero-banner-style.hero-banner-style-5 .banner-content p,
body.theme-light .hero-banner-style.hero-banner-style-6 .banner-content p {
  color: rgba(0, 0, 0, 0.6);
}

body.theme-light .btn-play {
  font-weight: 500;
  color: #292929;
}

body.theme-light .nice-select:active,
body.theme-light .nice-select.open,
body.theme-light .nice-select:focus,
body.theme-light .nice-select:hover {
  border-color: #ffdc88;
}

body.theme-light .single-item-history a.text-white {
  font-weight: 500;
  color: #292929 !important;
}

body.theme-light .single-item-history a.text-white:hover {
  color: #ffdc88 !important;
}

body.theme-light .blog-content,
body.theme-light .single-widget,
body.theme-light .styler-1,
body.theme-light .upload-btn-wrapper,
body.theme-light .create-item-wrapper,
body.theme-light .signup-wrapper {
  background: #f5f8fc;
  color: #292929;
}

body.theme-light .category-list .count-text,
body.theme-light .post-media,
body.theme-light .contact-form-wrapper input,
body.theme-light .contact-form-wrapper textarea,
body.theme-light .blog-details-wrapper blockquote {
  background: #fff;
  color: #292929;
}

body.theme-light .sidebar .category-list li:not(:last-child) a,
body.theme-light .recent-post ul li:not(:last-child) {
  border-bottom-color: #dadce0;
}

body.theme-light .recent-post ul li a {
  color: #383838;
}

body.theme-light .recent-post ul li a:hover {
  color: #000000;
}

body.theme-light .recent-post ul li .cate {
  color: rgba(0, 0, 0, 0.65);
}

body.theme-light .widget-tag .filter-group .btn:hover {
  color: #fff;
}

body.theme-light .title.text-white {
  color: #292929 !important;
}

body.theme-light .single-comment-box .content .title span::before {
  color: #65676b;
}

body.theme-light hr {
  border-top-color: #dadce0;
}

body.theme-light .product-details.section-bg-separation-2,
body.theme-light .authors-section.section-bg-separation-2 {
  background: #fff;
  border-bottom: 1px solid #dadce0;
}

body.theme-light .custom-tabs.author-tabs .btn:not(.active) {
  color: rgba(0, 0, 0, 0.75);
}

body.theme-light .custom-tabs.author-tabs .btn:not(.active):hover {
  color: #ffdc88;
}

body.theme-light input[type="text"],
body.theme-light input[type="password"],
body.theme-light input[type="email"],
body.theme-light input[type="number"],
body.theme-light textarea,
body.theme-light select,
body.theme-light input[type="date"],
body.theme-light input[type="file"],
body.theme-light .custom-form .form-control, 
body.theme-light .custom-form .form-select {
  border-color: #dadce0;
  color: #000;
}

body.theme-light .signup-wrapper .register-with {
  border-color: #dadce0;
}

select * {
  color: #333;
}

/*# sourceMappingURL=style.css.map */

.live_prices {
  /* margin-top: -5vh; */
  /* margin-top: 0; */
  padding: 20px 0 90px;
}

.live_prices .thumb {
  border: 0;
}

.graph_dark,
.graph_light {
  display: none;
}

.theme-dark .graph_light,
.theme-light .graph_dark {
  display: block;
}

body.theme-dark.theme-light .graph_light {
  display: none;
}

.live_prices .thumb {
  width: 40px;
  height: 40px;
}

.about_us h1 {
  font-size: 120px;
  opacity: 0.1;
  text-transform: uppercase;
  line-height: 1;
  margin-left: -20px;
}

.about_us h3 {
  margin: -66px 0 27px 0;
  font-size: 36px;
}

.about_us h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: normal;
}

.about_us ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  padding: 6px 0;
  font-weight: normal;
}

.about_us ul li i {
  margin-right: 20px;
}

.btn_icon {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 10%);
  font-size: 21px;
  transform: rotate(-45deg);
}

.theme-light .btn_icon {
  background-color: rgb(0 0 0 / 10%);
}

.live_prices .top-seller-style-two .price {
  font-size: 24px;
  font-weight: 700;
}

.live_prices .top-seller-style-two .price_small {
  display: block;
  font-weight: normal;
}

.live_prices hr {
  margin: 1.3rem 0;
}

.live_prices .top-seller-style-two {
  padding: 25px 25px 20px 25px;
}

table {
  background-color: #1e1e1e;
  margin: 0;
  color: #fff !important;
  border-radius: 10px;
}

.market_update_table table {
  background-color: transparent;
  border-radius: 16px;
}

.table> :not(:first-child) {
  border-top: 1px solid #1e1e1e;
}

.table> :not(caption)>*>* {
  padding: 1.2rem 1rem;
}

.table_home.table> :not(caption)>*>* {
  line-height: 1.5;
}


.table_home.table tbody tr:hover {
  background-color: #ffffff03;
}

.theme-light .table_home.table tbody tr:hover {
  background-color: #00000003;
}

table.table.table_home {
  background-color: #1e1e1e;
}

.market_update tr {
  border: 0;
}

.market_update tr td span.color-grey {
  /*color: #fff;*/
  padding-left: 10px;
  border-left: 1px solid #2d2f33;
  margin-left: 10px;
}

/*.market_update tr td span.color-grey{*/
/*color: #fff; */
/*padding-left: 20px;}*/
/*.market_update tr td span.color-green{color: #fff;}*/
.market_update a.btn-default {
  color: #1829d0;
  border-bottom: 1px solid #1829d0;
  padding: 0;
  border-radius: 0;
  margin-top: 20px;
}

.table tr th {
  font-weight: 500;
  border: none;
  line-height: 3;
}

.table tr th i {
  font-weight: 500;
  border: none;
  line-height: 3;
  cursor: pointer;
}

.table tr th i:hover {
  color: #8e6e08;
}

img.coinimg {
  max-width: 30px;
  display: inline-block;
  margin-right: 10px;
}

table.table td .btn {
  /* margin: 10.5px 0; */
}

.btn.btn-sm {
  padding: 0 18px;
  line-height: 26px;
  height: auto;
  min-height: unset;
  font-size: 11px;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.btn-theme {
  color: #000 !important;
  background: #ffdc8817;
  background: #ffdc88;
  border-radius: 90px;
}

/* .btn.btn-theme:hover {
  background: #ffdc88;
  color: #000 !important;
} */

/* .tb_btn {
  padding: 8px 11px;
  font-size: 0.8em;
  border-radius: 4px;
} */

.tb_btn {
  padding: 8px 11px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600 !important;
}

.btn-icon {
  line-height: 32px !important;
  font-size: 16px !important;
  padding: 0px 10px !important;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark {
  border: 0 !important;
  color: #fff !important;
}

table.table td {
  line-height: 1.5;
  border-color: #ffffff0f;
  vertical-align: middle;
}

.table> :not(caption)>tr:last-child>* {
  border: 0;
}

.explore_warp {
  background: #1e1e1e;
  border-radius: 10px;
  transition: 0.3s;
}

.explore_warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.down_tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.down_tab a {
  display: block;
  margin-bottom: 10px;
}

.down_tab a:last-child {
  margin-bottom: 0;
}

body.theme-light table.table {
  background: #f5f8fc !important;
  color: #292929 !important;
  margin-bottom: 0;
  /*box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;*/
}

body.theme-light .table- {
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;*/
  border-radius: 6px;
}

.form-field-wrapper .table {
  background: #1e1e1e !important;
}

.form-field-wrapper .table tbody tr:hover {
  background: #ffffff05;
}

body.theme-light .form-field-wrapper .table {
  background: #fff !important;
}

.table_control .btn-group.btn-group-mini * option {
  color: #000;
}



body.theme-light table.table td {
  border-color: #eaeaea9e;
}

body.theme-light .table> :not(:first-child) {
  border-top: 1px solid #eaeaea9e;
}

body.theme-light tr td span.color-grey {
  border-color: #e5e5e5;
}

body.theme-light .explore_warp {
  background: #f5f8fc !important;
  /*box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px !important;*/
}

.sticky .logo img {
  width: auto;
  height: 61px;
  transition: 0.3;
}

img {
  max-width: 100%;
}

.signup-content .row {
  margin-left: -8px;
  margin-right: -8px;
}

.signup-content .row>* {
  padding-left: 8px;
  padding-right: 8px;
}

.qr_img {
  max-width: 100%;
  margin: 1rem auto 2rem;
  display: block;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.disclaimer {
  font-size: 13px;
}

.disclaimer li {
  padding: 7px 0 0 10px;
  line-height: 1.5;
  font-size: 12px;
  text-align: justify;
}

.disclaimer label {
  margin-bottom: 0;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
  width: auto;
}

.nice-select .list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgb(106 106 106 / 21%);
}

.pp-name {
  position: relative;
}

.pp-name small {
  position: relative;
}

.menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: 0.85rem 0;
  transition: none;
  outline: none !important;
  color: #ffffff;
  border-radius: 50px !important;
  opacity: 0.5;
  margin: 3px 0;
  font-size: 16px;
  font-weight: 500;
}
.menu-link:hover, .menu-link.active {
  opacity: 1;
}
.menu-link .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.menu-link > i {
  font-size: 130%;
}
.bullet {
  display: inline-block;
  background-color: #5e6278;
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

.nav-pills .nav-link.menu-link:hover,
.nav-pills .nav-link.menu-link:focus {
  color: #ffffff;
}

.theme-light .nav-pills .nav-link.menu-link:hover,
.theme-light .nav-pills .nav-link.menu-link:focus {
  color: #000;
}

.nav-pills .nav-link.menu-link.active {
  color: #fff;
  background-color: #ffdc88;
  background: transparent;
  opacity: 1;
}

.theme-light .nav-pills .nav-link.menu-link.active {
  color: #000; 
}
.nav-pills .nav-link.menu-link.active .bullet {
  background-color: #000;
}

span.star_btn.btn_icon {
  transform: rotate(0);
  display: inline-flex;
  height: 30px;
  width: 30px;
  font-size: 19px;
  background: transparent;
  opacity: 0.5;
  margin-right: 7px;
}

span.star_btn.btn_icon:hover {
  opacity: 1;
}

span.star_btn.btn_icon.active {
  color: #ffdc88;
  opacity: 1;
}

.td_div {
  display: flex;
  align-items: center;
}

.table tbody tr:hover {
  background: #1e1e1e;
}

.theme-light .table tbody tr:hover {
  background: #dcdfe221;
}

.card_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}

.card_select label {
  margin-bottom: 0;
  width: 100%;
  padding: 0 15px;
}

.card-radio-btn .content_sub {
  color: #9795ad;
  font-size: 15px;
  font-weight: 500;
}

.card-radio-btn .content_head {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}



.card-input-element+.card {
  width: 100%;
  height: auto;
  margin: 0;
  justify-content: left;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
  padding: 15px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.card-input-element+.card:hover {
  cursor: pointer;

  /*border-color: #ffdc8820;*/
}

.card-input-element:checked+.card,
.card-input-element.active+.card {
  border-color: #ffdc88;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  background-color: #1a1a1a;
  color: #000;
}

.card-input-element:checked+.card::after,
.card-input-element.active+.card::after {
  content: "\eb7b";
  color: #333;
  position: absolute;
  right: -9px;
  background: rgb(242 174 38);
  top: -9px;
  font-family: "remixicon" !important;
  font-style: normal;
  font-size: 19px;
  font-weight: bolder;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 0px 5px rgb(242 174 38 / 38%);
  border-radius: 50%;
  border: 0;
  outline: 0;
  text-shadow: none;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}

.check_img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  /*margin: 0 auto 1rem;*/
  /*position: absolute;*/
  /*top: 16px;*/
  /*right: 16px;*/
  /*object-fit: scale-down;*/
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.theme-light .card-input-element+.card {
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 1%);
  background: #ffffff;
  color: #000;
}

.theme-light .card-radio-btn .content_head {
  color: #000;
}

.form-check {
  padding-left: 1.5em !important;
}

.plicy_sec {
  padding: 40px;
}

.plicy_sec p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.plicy_sec p strong {
  font-weight: 800;
}

.theme-dark .plicy_sec p strong {
  color: #fff;
}

.plicy_sec h5 {
  margin: 1.7rem 0 0.7rem;
  font-weight: 700;
}

.plicy_sec ul li {
  font-size: 15px;
  line-height: 1.8;
  padding: 5px 0;
  font-weight: normal;
}


ul.list-styled li {
  list-style: circle;
}

.plicy_sec ul {
  padding-left: 40px;
}

.plicy_sec em {
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 1.7;
  padding: 5px 0 5px 15px;
}

.bank-acc .small,
.bank-acc small {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.8;
  line-height: 1.5;
}

.text-start {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.acc_details {
  padding: 0 0;
}

.add_primary {
  background: #3cc8901c !important;
  color: #3cc890 !important;
}

.add_primary.active {
  background: #3cc890 !important;
  color: #fff !important;
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  background-color: #3cc890;
  border-color: #3cc890;
}

.form-switch .form-check-input {
  background-repeat: no-repeat !important;
  background-color: #525564;
  border-color: #ffffff69;
}

.form-switch .form-check-input:checked[type="checkbox"] {
  border-color: #ffdc88;
  background-color: #ffdc88;
}

.my_acc hr {
  margin: 1rem 0;
}

.switch_btns input {
  height: 22px;
  min-width: 43px;
}

body.theme-light .form-field-wrapper .table- table,
.form-field-wrapper .table- table {
  background: transparent !important;
}

.img-account-profile {
  width: 65px;
  height: 65px;
  object-fit: cover;
  overflow: hidden;
  min-width: 65px;
}

.field-otp-box {
  position: relative;
}

.field-otp-box .opt_btn, .field-otp-box button {
  padding: 1px 13px !important;
  position: absolute;
  top: 25px;
  right: 15px;
  font-weight: 800;
  background: #ffffff17;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 60px;
}

.theme-light .field-otp-box .opt_btn, .field-otp-box button { 
    background: #d5d9de; 
}






.field-otp-box button {
  top: 50%;
  padding: 0px 13px !important;
  transform: translateY(-50%);
}

.div_info div {
  line-height: 3;
  font-size: 16px;
  font-weight: bold;
}

.iekbcc0.ju367va.ju367v1n button {
  border-radius: 4px;
  padding: 0 7px;
}

[data-rk] .ju367vax {
  background: rgb(0 0 0 / 70%) !important;
}

[data-rk] ._1ckjpok1 {
  border-radius: 10px !important;
}

.h-auto {
  height: auto !important;
  min-height: unset;
}

.bidder_action .btn-small {
  border-radius: 5px !important;
}

[data-rk] .ju367v9c {
  background: #ffffff !important;
  color: #000 !important;
}

button.iekbcc0.iekbcc9.ju367v73.ju367v7o.ju367v9c.ju367vn.ju367vec.ju367vex.ju367v11.ju367v1c.ju367v2b.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6 {
  padding: 0 14px !important;
}

.stack_end span {
  margin-right: 10px;
  font-weight: 500;
}

.stack_end span {
  font-weight: 700;
  color: #25292e;
  padding: 8px 8px 8px 14px;
  box-shadow: -3px 0 12px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 4px 0 0 4px;
  position: relative;
  z-index: 1;
  margin-right: -8px;
  min-height: 40px;
}

/* .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
} */
/* .copyright * {
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: none !important;
   */
/* } */

.bacts_sec {
  background: #1e1e1e;
  padding: 70px 0;
}

.bacts_sec .card-dark {
  background: #0D0D0D;
  border-radius: 15px;
}

.bacts_sec .card-body {
  flex: 1 1 auto;
  padding: 2rem;
}

.bacts_sec h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 1rem 0;
}

.bacts_sec h4~p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: normal;
}

.wactp_sec {
  padding: 70px 0;
  padding-bottom: 120px !important;
}



.joc_sec {
  padding: 70px 0;
}

.joc_social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: hsl(0deg 0% 100% / 13%);
  padding: 18px 16px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  transition: 0.2s all;
  /* border: 1px solid #333; */
  font-weight: 300;
}


.theme-light .joc_social{
  color: rgba(0, 0, 0, 0.75);
  background: #e7eaef;
}
.joc_social .ri-xl {
  font-size: 22px;
}

.joc_social span {
  line-height: 1;
}

.joc_social:hover {
  color: #ffdc88 !important;
}

.joc_social_row {
  margin-top: 2rem;
}

.joc_sec {
  position: relative;
  overflow: hidden;
}

section.joc_sec.btn-gradient:before {
  display: none;
}

section.joc_sec.btn-gradient:after {
  background: #1e1e1e;
  content: "";
  position: absolute;
  height: 101%;
  width: 90%;
  right: -50%;
  top: 0;
  z-index: 0;
  transform: skewX(338deg);
}

.theme-light section.joc_sec.btn-gradient:after {
  background: #ffffff;
}

.joc_sec>.container {
  position: relative;
  z-index: 1;
}

.hiw_card {
  background: transparent !important;
  padding: 0 40px;
  position: relative;
  transform: translate(0) !important;
}

.theme-light .hiw_card,
body.theme-light .wallet-block.hiw_card {
  background-color: transparent !important;
}

/* .hiw_card h4 {
  margin: 16px 0 !important;
} */

/* .hiw_card .thumb {
  margin-bottom: 25px !important;
} */

/* .hiw_sec {
  padding: 70px 0;
} */

/* .hiw_card_bar:before {
  content: "";
  background: url(../images/hiw_bar.svg);
  position: absolute;
  right: -30%;
  top: 34px;
  width: 60%;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
} */

.accordion .card {
  border: 0;
  background: #1e1e1e;
  box-shadow: none !important;
  border-radius: 10px;
  overflow: hidden;
}

.theme-light .accordion .card {
  background: #ffffff !important;
}


.accordion .card-header {
  padding: 18px 20px;
  border: 0;
}

.accordion-button {
  color: #91a9b4 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600;
  padding: 0;
  margin: 0 !important;
  font-size: 16px;
}

.accordion-button::after {
  background-size: 18px;
}

.footer-inner {
  padding: 70px 0; 
}

footer.footer-wrapper {
  margin-top: 70px;
}

.hiw_sec {
  padding-top: 50px;
}

@media (min-width: 1441px) {

  .bacts_sec,
  .wactp_sec,
  .joc_sec,
  .hiw_sec,
  .about_us,
  .footer-inner {
    padding: 0px 0;
    padding-bottom: 50px;
  }

  .hiw_sec {
    padding: 120px 0 80px;
  }

}

.footer-inner {
  padding: 31px 0;
}

.container-custom {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.theme-light .logo-wrapper img {
  width: auto;
  height: 61px !important;
}
.logo-wrapper img {
  width: auto;
  height: 61px !important;
}

.show_mobile {
  display: none;
  width: 100%;
}

.show_web {
  display: block;
  width: 100%;
  position: relative;
}

/* .theme-light .show_web:after {
  content: "";
  background: linear-gradient(180deg, rgba(234, 239, 244, 0) 89.91%, rgba(234, 239, 244, 0.71) 97.12%, #EAEFF4 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
} */
.theme-dark .show_web_dark {
  display: block;
}

.theme-dark .show_web_light {
  display: none;
}

.theme-light .show_web_dark {
  display: none;
}

.theme-light .show_web_light {
  display: block;
}

@media (max-width: 991px) {
  .show_mobile {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .show_web {
    display: none;
  }
}

/* token share */
.congr_sec {
  max-width: 650px;
  margin: 21px auto;
}

.congr_sec h4 {
  margin-bottom: 18px;
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: 600;
}

.congr_sec p {
  text-align: center;
}

.token_share {
  display: block;
  text-align: center;
  margin: 30px auto;
}

.token_share h3 {
  margin-top: 26px;
  font-size: 36px;
  font-weight: 800;
}

/* btn animation */

.button.is-play img {
  position: relative;
  z-index: 1;
}

.button.is-play {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.button.is-play .button-outer-circle {
  background: rgb(240 185 11 / 20%);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -7px;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 5s ease;
  animation: fadeIn 5s ease;
}

.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}









.ant-card {
  flex: 1 1;
  max-height: 180px;
  border-radius: 12px;
  padding: 16px;
  background-color: #1e1e1e;
  margin-bottom: 20px;
}

.marketRankList_rankItem__L1CvR .ant-card-head {
  padding: 16px 16px 0;
  border-bottom: none;
}

.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}

.spotName {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.spotName img {
  border-radius: 50px;
  margin-right: 7px;
}

.ant-card-head-wrapper {
  margin-bottom: 4px;
}

.ant-list {
  color: currentColor !important;
}

.ant-list {
  padding: 8px 0;
  font-size: 14px;
}

.ant-list:hover:hover {
  /* background-color: #ffffff0f; */
}

.theme-light .ant-list:hover:hover {
  /* background-color: #eaeff44d; */
}

.theme-light .ant-card {
  background: #f5f8fc;
}

.symblecurrency {
  display: block;
  line-height: 1;
}

.symblecurrency small {
  display: block;
  line-height: 1.4;
  font-size: 10px;
  font-weight: normal;
}

.row.mb-4.gx-2 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.mb-4.gx-2>* {
  padding-left: 7px;
  padding-right: 7px;
}


.ant-card-head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 900;
  font-size: larger;
}

.ant-card-head-title a {
  text-decoration: underline;
}






.searchBar.custom-tabs input {
  background: transparent;
  border: 0 !important;
  color: #fff;
}

.searchBar.custom-tabs i {
  margin-right: 8px;
  color: currentColor;
}

.searchBar.custom-tabs {
  padding: 8.5px 5px 8.5px 0;
  display: flex;
  padding-left: 15px;
  align-items: center;
}

.theme-light .searchBar.custom-tabs input,
.theme-light .searchBar.custom-tabs i {
  color: #000;
}


.mrt_row {
  display: flex;
  align-items: center;
}

.scroll-subtabs {
  overflow: auto hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-x: auto;
  /* padding-bottom: 11px; */
}

.subtabs_link {
  font-size: 14px;
  height: 28px;
  padding: 6px 12px;
  -webkit-margin-end: 12px;
  margin-inline-end: 7px;
  display: inline-block;
  border-radius: 6px;
  opacity: 0.7;
  line-height: 1;
}

a.subtabs_link.active {
  background: #ffdc88;
  color: #333;
  opacity: 1;
}

.rankItem_marketNotOpe {
  font-size: 11px !important;
  line-height: 12px;
  text-align: right;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
}

.rankItem_marketNotOpe p {
  font-size: 11px !important;
  line-height: 14px;
  margin: 0;
  color: currentColor;
}




.no-data,
.favouriteData {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}



table {
  margin-bottom: 0 !important;
}

.table_control .btn-group.btn-group-mini * {
  max-width: 100px;
  color: #fff;
  /* position: relative; */
  border-radius: 50px !important;
}

.table_control .btn-group.btn-group-mini *:hover {
  color: #fff;
}

.theme-light .table_control .btn-group.btn-group-mini *:hover {
  color: #000;
}





.al_text {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.btn-glass {
  background: rgba(0, 0, 0, 0.1);
}

.theme-dark .btn-glass {
  background: rgb(255 255 255 / 10%);
  color: #fff !important;
}

.no-border {
  border: 0;
}

.theme-dark .skip-btn {
  color: #fff;
}



/* announce_bar */

.announce_bar {
  padding: 5px 0;
  background: #13172254;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.announce_bar i.ri-megaphone-line {
  font-size: 140%;
  color: #ffdc88;
}

button.close_btn {
  color: #fff;
  background: none;
  border: 0;
  outline: 0 !important;
}

.theme-light .announce_bar {
  background: #0000001a;
  color: #686868;
}

.theme-light button.close_btn {
  color: #000000;
}


.announce_bar p,
.announce_bar .p_data {
  line-height: 1.2;
}



/* announce_bar */
















table.table.table-bordered,
table.table.table-bordered * {
  line-height: 1.5;
}












.cc_1 {
  padding: 60px 0;
}

.cc_1 p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}








.cyt_sec {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.cyt_card {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  width: calc(33.3333% - 10px);
  height: 90px;
  background-color: #fafafa17;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.cyt_card span {
  font-size: 18px;
  margin: 0 auto;
}



.theme-light .cyt_card {
  background-color: #fff;
}

.theme-light .cyt_card:hover {
  box-shadow: 0 0 0px 2px #00000012;
}


.css_wwu {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.css_wwu_img {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
  margin-right: 55px;
  width: 100%;
  max-width: 570px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.css_wwu_text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-right: 42px;
}

.wwu_title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.wwu_text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}







/* timeline */


.css-timeline {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.css-time_row {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 24px;
  height: 100px;
  border-bottom: none;
  border-left: 2px solid rgba(234, 236, 239, 0.5);
  position: relative;
}

.css-time_title {
  box-sizing: border-box;
  margin: 46px 0px 0px;
  min-width: 0px;
  position: relative;
  z-index: 2;
  color: rgb(234, 236, 239);
  font-size: 24px;
  font-weight: 500;
}

.css-time_count {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  position: absolute;
  /* top: 0px; */
  left: 24px;
  bottom: 0px;
  font-size: 80px;
  color: rgb(43, 49, 57);
  font-weight: 800;
  line-height: 1;
}

.css-dot {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffdc88;
}

.timeline_sec {
  padding-bottom: 40px;
}

.theme-light .css-time_title {
  color: rgb(0 0 0);
}

.theme-light .css-time_count {
  color: rgb(43 49 57 / 11%);
}

.theme-light .css-time_row {
  border-color: rgb(0 0 0 / 9%);
}
































@media (min-width:767px) {





  .timeline_sec {
    padding-bottom: 70px;
  }

  .css-time_row {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: 0;
    height: 100px;
    border-bottom: 2px solid rgba(234, 236, 239, 0.5);
    border-left: none;
  }

  .css-time_count {
    left: 0px;
  }

  .css-1ily1na {
    left: 0;
    bottom: -5px;
  }

  .css-1ily1na {
    left: 0;
    bottom: -5px;
  }
}

@media screen and (min-width: 1023px) {
  .css-time_row {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    height: 170px;
  }

  .css-time_title {
    margin-top: 115px;
  }

  .css-time_count {
    font-size: 120px;
  }

  .css-1ily1na {
    left: 0;
  }
}






.job_filter {
  margin-top: 40px;
}


.css-results {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.css-results_bar {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-right: 16px;
  height: 1px;
  width: 24px;
  background-color: #0000001f;
}

.css-results_text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 14px;
  text-align: center;
  color: #707A8A;
}

.css-results_bar_end {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-left: 16px;
  height: 1px;
  width: 24px;
  background-color: #0000001f;
}



.sr_results_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.sr_results_cat h5 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #33333324;
}

.sr_results_cat h5>small {
  display: block;
  font-size: 68%;
  margin-top: 10px;
  opacity: 0.7;
}


.sr_content h6 {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 16px;
}

.sr_content p {
  margin-bottom: 0;
  font-size: 15px;
}

.sr_content {
  padding-right: 15px;
  max-width: 70%;
}

.sr_results_row a.sr_content {
  max-width: 100%;
}

.sr_results_cat {
  margin-bottom: 40px;
}

.clist .about_top p {
  max-width: 100%;
}

.coinappylform {
  margin-bottom: 50px;
}




/* steps */
.css_check_bar {
  margin: 50px 0 30px;
}

.css_check_bar h5 {
  font-size: 16px;
  margin: 15px 0;
  text-align: center;
}

.css_check_bar i {
  margin: 0 auto;
}

.css_check_bar .check_bar:after {
  left: 50%;
}

.theme-light .btn-light {
  color: #000 !important;
  background-color: #eaeff4 !important;
  border-color: #4c4c4c !important;
  outline: 1.5px solid rgb(73 73 73 / 20%);
  outline: 1.5px solid rgb(76 76 76 / 20%) !important;
}

.announce_bar p,
.announce_bar marquee,
.announce_bar .p_data {
  line-height: 1.2;
  display: block;
  /* min-width: 100%; */
  width: 100%;
  max-width: calc(100% - 39px);
  font-size: 16px;
}

.mobile_dropwdown .accordion-header .accordion-button {
  font-size: 18px !important;
  color: #dddddd !important;
  font-weight: 400;
  padding: 10px 0 !important;
}

.theme-light .mobile_dropwdown .accordion-header .accordion-button {
  font-size: 18px !important;
  color: #6a6a6a !important;
}

.mobile_dropwdown .submenu {
  padding: 6px 0;
}

.mobile_dropwdown .submenu li a {
  font-size: 16px;
  padding: 8px 8px;
  opacity: 0.9;
}

.mobile_dropwdown.accordion-item {
  background: transparent;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0;
}






.field-box {
  position: relative;
}

.pass_conditions {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: #0D0D0D61;
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid #525564;
}

.pass_conditions i {
  margin-right: 5px;
}




.refer_page_main .about_top h4 {
  margin: 18px 0;
  font-size: 22px;
  max-width: 450px;
  line-height: 1.5;
}



.hurry_banner {
  padding: 50px;
  background-image: url(../images/hurry_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.hurry_banner h3 {
  font-size: 30px;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  line-height: 1.4;
  color: #000 !important;
}



.hurry_banner h3 strong {
  font-weight: 900;
  font-size: 150%;
}



.newsletter-content.refering_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -120px;
  position: relative;
  z-index: 1;
  border: 1px solid #0000000a;
  box-shadow: -4px -6px 20px 0 #33333312;
  padding: 40px 15px;
}


.refering_sec h2 {
  padding-bottom: 25px;
}

.refering_sec a.btn {
  font-size: 18px;
  padding: 10px 50px;
}

.theme-dark .newsletter-content.refering_sec {
  box-shadow: 0 0 0px 1px #ffffff08;
}



[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 15px 10px;
  cursor: pointer;
  opacity: 0.4; 
}

.theme-dark [type="search"]::-webkit-search-cancel-button {
  filter: invert(1);
  opacity: 0.6;
}

.header_search .searchBar.custom-tabs {
  max-width: 170px;
  background: #343a34;
  border-color: #343a34;
  box-shadow: none;
}

.theme-light .header_search .searchBar.custom-tabs {
  background: #d2d7db;
  border-color: #d2d7db;
  box-shadow: none;
}



.search_result.dropdown-menu {
  position: absolute;
  right: 0;
  background-color: #111;
  border-radius: 8px;
  width: 420px;
  max-height: 600px;
  min-height: 400px;
  overflow-y: auto;
  padding: 12px 0;
  border: 1px solid #333;
  top: calc(100% + 10px);
  overflow-y: auto;
}

.theme-light .search_result.dropdown-menu {
  background-color: #fff;
  border: 1px none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.search_result .search_tabs .nav.custom-tabs li a {
  position: relative;
  font-size: 14px !important;
  padding: 7px 0 7px 0 !important;
}

.search_result .nav.custom-tabs li a:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #ffdc88;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0;
  transition: all .16s ease-in;
}


.search_result .nav.custom-tabs li a.active:after {
  opacity: 1;
  width: 100%;
}

.search_result .search_tabs .nav.custom-tabs li a.active {
  background-color: transparent !important;
  color: #ffdc88 !important;
}

.theme-light .search_result .search_tabs .nav.custom-tabs li a.active {
  color: #333333 !important;
}

.search_result ul.nav.custom-tabs.nav_order.scroll_x {
  justify-content: flex-start;
  border-bottom: 1px solid #333;
  border-radius: 0;
}

.theme-light .search_result ul.nav.custom-tabs.nav_order.scroll_x {
  border-color: #33333317;
}

.search_result ul.nav.custom-tabs li {
  text-align: left !important;
  max-width: fit-content;
  padding: 0 20px 0 0;
}



.theme-dark .markets_row__xELC_ {
  color: #fff;
}

.theme-dark .markets_row__xELC_:hover {
  background-color: #59595926;
}

.markets_row__xELC_:hover {
  background-color: #00000014;
}

.theme-dark .active_pair {
  background-color: #59595926;
}

.active_pair {
  background-color: #00000014;
}

.market_orders:hover {
  background-color: #00000014;
}

.theme-dark .market_orders:hover {
  background-color: #59595926;
}

.ln {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  font-size: 12px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #ffdc88;
  margin-left: 10px;
  opacity: 0.5;
}

.ln.active {
  opacity: 1;
}





.modal-dialog.modal-lg {
  max-width: 650px;
}

.modal-dialog.modal-md {
  max-width: 550px;
}

.fee_table.table tr th {
  line-height: 1;
  font-size: 14px;
}

.fee_table.table> :not(caption)>*>* {
  padding: 1rem 1.5rem;

  font-size: 14px;
}



.ant-table-cell div {
  margin-bottom: 12px;
  line-height: 1;
}

.ant-table-cell div>span {
  font-size: 14px;
}


.chargeContainer_desc__imRfA {
  margin-left: 8px;
  opacity: 0.5;
}



.ant-table-cell div:last-child {
  margin-bottom: 0;
}






.ready_page .about_top {
  background-image: none;
  background: transparent;
}

.theme-dark hr {
  /* border-top: 1px solid #ffffff33; */
  width: 100%;
  background: transparent;
}




h1 strong,
.aw-h1 {
  font-weight: 800;
}




.ready_bout {
  margin-bottom: 50px;
}




.ven_portfolio {
  margin-bottom: 50px;
}


.ven_contact {
  margin: 100px 0;
}





/* buy crypto css */



.buy_banner .buy_title {
  text-align: center;
  padding: 50px;
  background-image: url(../images/hurry_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.buy_title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.buy_page {
  padding: 00px 0 50px;
}


.buy_banner {
  margin: 30px 0;
}

.buy_banner {
  border-radius: 10px;
  overflow: hidden;
}

.buy_how h4 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 25px;
}

.time_line h5 {
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 30px;
}


.time_line p a {
  color: blue;
}

.theme-dark .time_line p a {
  color: yellow;
}





.ticket-form {
  padding: 50px;
  background: #1e1e1e;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.theme-light .ticket-form {
  background: rgb(245 248 252);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}


.ticket-header {
  margin-top: -50px;
  padding-bottom: 30px;
  margin-left: -40px;
  width: calc(100% + 80px);
}

.login-pills {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-pills li {
  display: block;
  width: 50%;
}

.login-pills li .nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 25px 12px;
  background: transparent;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 2px solid #ffffff0f;
  font-size: 20px;
  color: #fff;
}

.login-pills li .nav-link.active {
  color: #ffdc88 !important;
  background: transparent;
  border-color: #ffdc88 !important;
}






.login-header {
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: -50px;
  /* padding-bottom: 30px; */
  margin-left: -50px;
  width: calc(100% + 100px);
}




.login-pills {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-pills li {
  display: block;
  width: 50%;
}

.login-pills li .nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 23px 12px;
  background: transparent;
  color: var(--white-color);
  border-radius: 0;
  font-weight: bold;
  border-bottom: 2px solid #ffffff0f;
  font-size: 18px;
}

.theme-light .login-pills li .nav-link {
  border-color: #0000000d;
}

.login-pills li .nav-link.active {
  color: var(--white-color) !important;
  background: transparent;
  border-color: var(--primary-color) !important;
}





.buy_tabs {
  max-width: 500px;
  margin: -100px auto 0;
}

.theme-light .login-pills li .nav-link {
  border-color: #0000000f;
  color: #1414146e;
}

.theme-light .login-pills li .nav-link.active {
  color: #000000 !important;
}


.buy_input {
  display: flex;
  padding: 10px;
  background: #0000000a;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  align-items: center;
}

.buy_input input {
  border: 0;
  font-size: 18px;
  padding: 0;
  padding-left: 10px;
}

.buy_input select {
  background: #fff;
  border: 0;
  outline: 0 !important;
  max-width: 150px;
  font-size: 18px;
}

.buy_input_group label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.theme-dark .buy_input {
  background: #ffffff0a;
  border-color: #ffffff05;
}

.theme-dark .buy_input select {
  background: #ffffff0d;
}


.buy_input_group {
  margin-bottom: 25px;
}




.custom-form .form-control, .custom-form .form-select {
  color: #fff;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
  background-color: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 10%);
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  border-radius: 60px;
  box-shadow: none !important;
}




/* law sec */


.law_sec {
  border-radius: 10px;
}

.law_sec p {
  color: #ffffffb5;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.law_sec p b {
  color: #fff;
}

.theme-light .law_sec p {
  color: #ffffffb5;
}

.law_sec p.text-danger {
  color: #ef7485 !important;
}

.theme-light .law_sec p {
  color: #000000ad;
}

.theme-light .law_sec p b {
  color: #000000;
}

.field-box small {
  line-height: 1.4;
  font-size: 80%;
}

.theme-light .sr_results_cat .white {
  color: #000;
}



.crypto_info h4 {
  font-size: 25px;
  font-weight: 600;
}

.crypto_info .cyt_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 15px;
  margin-left: 5px;
  margin-right: 5px;
}




.ss_list.scroll_y {
  height: auto;
  max-height: 380px;
}

.ss_list.scroll_y>div {
  padding: 5px 0 12px;
}

.tk_coin img {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  border-radius: 50%;
}


.tk_title h4 {
  font-size: 20px;
  font-weight: 600;
}

.tk_title p {
  font-size: 14px;
  margin-bottom: 0;
}


.tk_coin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}




.tk_info {
  padding: 20px 0;
}

.tk_info h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

.tk_pro {
  padding: 0 0 25px;
}



.tk_pro h5 {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.tk_pro p {
  font-size: 14px;
  margin-bottom: 0;
}


.tokens_coinInfo {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 8px;
  grid-column-gap: 110px;
  background: #eaeff4;
  padding: 20px;
  border-radius: 4px;
}

.tokens_infoCoinName {
  display: flex;
  font-size: 14px;
}

.tokens_infoCoinName span:first-of-type {
  flex: 1 1;
  text-align: start;
  opacity: 0.7;
}

.theme-dark .tokens_coinInfo {
  background: #393f3f;
}

.dnwl_sec .not-found-inner {
  padding: 0;
}







.not-dowload-content h2 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}

.down_tab {
  max-width: 350px;
  align-items: self-start;
}

.not-dowload-content h2:after {
  background: #333;
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dd_txt {
  text-align: center;
  line-height: 1.2;
  margin-top: 11px;
}


.tax_VIP {
  background-image: url(../images/vip_bg.jpg);
}





.tax_VIP h2 {
  font-size: 62px;
  background: var(--asasdasd, linear-gradient(90deg, #FFD86E -0.18%, #F6CD66 0.72%, #DCAE4E 3.75%, #C8963B 6.91%, #B9852D 10.23%, #B17A26 13.81%, #AE7723 18.14%, #CE9E45 30.32%, #E8BF61 42.32%, #F2CB6C 48.91%, #ECC466 54.29%, #DDB155 62.06%, #C3923A 71.24%, #AE7723 77.73%, #B27C27 81.72%, #BF8B33 86.56%, #D3A446 91.84%, #F0C660 97.41%, #FFD86E 99.96%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tax_VIP p {
  font-size: 20px;
  opacity: 0.7;
  max-width: 500px;
}

.tax_VIP {
  padding: 100px 0 200px;
}

.vip_table_sec {
  margin-top: -100px;
  margin-bottom: 60px;
  position: relative;
}

.vip_card_body {
  background: #ffffff26;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}


.vip_card_body .table> :not(caption)>*>* {
  text-align: center;
}

.vip_card_body .table> :not(caption)>tr:last-child>*,
.vip_card_body .table> :not(caption)>tr>* {
  border: 1px solid #dfdfdf !important;
}

.theme-dark .vip_card_body .table> :not(caption)>tr:last-child>*,
.theme-dark .vip_card_body .table> :not(caption)>tr>* {
  border-color: #dfdfdf0d !important;
}

.vip_card_body table.table {
  border-radius: 0;
}




.vip_card_body .table tr th {
  font-size: 19px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  vertical-align: middle;
  padding: 19px;
}

.vip_card_body .table tfoot tr td {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  vertical-align: middle;
  padding: 19px;
}

.theme-dark .vip_card_body .table tr th,
.theme-dark .vip_card_body .table tfoot tr td {
  color: #ffffff;
}



.bg_sliver {
  background: linear-gradient(181deg, #FFF -60.11%, #E3E3E1 57.03%);
  color: #000 !important;
}

.bg_gold {
  background: linear-gradient(181deg, #FFF -60.11%, #EBBC39 57.03%);
  color: #000 !important;
}

.bg_platinum {
  background: linear-gradient(181deg, #FFF -60.11%, #7E7F82 57.03%);
  color: #000 !important;
}

.vip_card_body table.table tr td i {
  font-size: 22px;
  line-height: 1;
}

.theme-dark .table-striped>tbody>tr:nth-of-type(odd)>* {
  color: #ffffff;
}



.tbc_sec h3 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 26px;
}


.tbc_sec .table th {
  line-height: 1.4;
}

.tbc_sec table {
  border-radius: 0;
}


section.tbc_sec {
  margin-bottom: 60px;
}


.text-underline {
  text-decoration: underline;
}




.about_top.affiliate_sec {
  background-image: none;
  background: transparent;
}

.affiliate_program {
  background: #1e1e1e;
  border-radius: 100px 100px 0 0;
}


.affiliate_program {
  background: #1e1e1e;
  border-radius: 100px 100px 0 0;
  padding: 60px 0 120px;
}

.theme-light .affiliate_program {
  background: #ffffff;
}


.affiliate_program h5,
.af_card h5 {
  margin-top: 1.5rem;
  line-height: 1.6;
  max-width: 650px;
  opacity: 0.7;
  font-weight: normal;
}

.af_card {
  position: relative;
  margin: 50px auto;
  padding: 50px;
  background: linear-gradient(rgb(232 232 232 / 39%), rgb(232 232 232 / 16%));
  border-radius: 600px;
  backdrop-filter: blur(8px);
  max-width: 1200px;
}

.af_card h5 {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
}

.theme-dark .af_card h5 {
  color: #fff;
  opacity: 1;
}

.theme-dark .af_card {
  background: linear-gradient(rgb(1 9 1), rgb(1 9 1));
}



.affiliate_program.affiliate_program2 {
  margin-top: -90px;
  background: #0D0D0D;
}

.theme-light .affiliate_program.affiliate_program2 {
  background: #eaeff4;
}


.af_card2 {
  padding: 0 0;
  background: linear-gradient(rgb(255 255 255 / 76%), rgb(255 255 255 / 35%));
  max-width: 1200px;
  box-shadow: 11px 9px 20px 0 #0000000d;
}

.theme-dark .af_card2 {
  background: linear-gradient(rgb(25 31 32), rgb(25 31 32));
}


.af_card ul {
  margin: 0;
  padding: 20px 0;
  padding-left: 10%;
}

.af_card ul li {
  max-width: 100%;
  margin: 20px auto;
  font-weight: 600;
  font-size: 23px;
}

.af_card ul li span {
  min-width: 270px;
  display: inline-block;
}

.af_card ul li b {
  font-weight: 900;
}

.af_cardss .wallet-block {
  background: transparent !important;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.theme-light .af_cardss .wallet-block {
  background: transparent !important;
}

.af_cardss .wallet-block h4 {
  font-size: 20px;
  margin-bottom: 19px;
}

.theme-dark .af_cardss {
  background: #1e1e1e;
}

.af_cardss {
  padding: 70px 0;
  background: #fff;
}

.afpcb_sec {
  padding: 50px 0 0;
}




.announce_bar p,
.announce_bar .p_data {
  max-height: 25px;
  padding: 2.5px 0;
}

.announce_bar p *,
.announce_bar .p_data * {
  max-height: 20px;
}


.announsement_bar .slick-slider {
  width: 100%;
}


.newsTicker_swipeItem__7WaHs {
  color: var(--text-primary);
  display: flex;
  align-items: center;
  height: 40px;
}

.newsTicker_swipeText__w0lw1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 125px);
  margin-right: 5px;
}





.st_top label {
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 0px;
  opacity: 0.76;
  font-weight: 400;
  font-size: 12px;
}
 
.st_top h5 {
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.gc_hr {
  margin: 10px 0;
  height: 1.5px;
  opacity: 0.7;
  background: linear-gradient(90deg, rgba(240,185,11,0) 0%, rgba(240,185,11,1) 30%, rgba(240,185,11,1) 50%, rgba(240,185,11,1) 70%, rgba(240,185,11,0) 100%);
}

 .st_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.st_head {
  margin-bottom: 33px;
  /* background: #ffffff0f; */
  border-radius: 10px;
  /* padding: 22px; */
}
.txt_badge {
  margin-top: 5px;
  opacity: 0.7;
}


.st_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  font-weight: 400;
  font-size: 14px;
}
.st_list {
  margin-top: 22px;
}

.st_list h4 {
  display: block;
  font-weight: 600;
}



.st_row em {
  font-style: normal;
  opacity: 0.7;
}
.st_body {
  border-radius: 12px;
  padding: 20px;
  background: #1d282a;
}
.theme-light .st_body {
  background: #f5f5f5;
}



.modal_alert {
    max-width: 350px;
    margin: 5% auto 7%;
    display: block;
    text-align: center;
}

.modal_alert h4 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 5px;
}






/* highlights */



.h-swiper {
  position: relative;
  height: auto;
}
.h-swiper .swiper-wrapper {
  max-height: 350px;
  position: relative;
}


.h-swiper p {
  font-size: 22px;
  line-height: 1.4;
  vertical-align: middle;
  /* height: 100%; */
  /* opacity: 0.5; */
  margin-bottom: 0;
}
.h-swiper .swiper-slide {
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.h-swiper .swiper-slide p {
  opacity: 0.5;
  transform: scale(0.7);
  transform-origin: left;
}
.h-swiper .swiper-slide-active p{ 
  opacity: 1;
  transform: scale(1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,auto) !important;
  left: var(--swiper-pagination-left,0px) !important;
  top: 50%; 
}
.h-swiper .swiper {
  padding-left: 50px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 15px !important;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
}

.card {
  background: linear-gradient(225deg, #181818 20%, #090909 80%);
  border: 1px solid #d9d9d924;
  border-radius: 20px;
}
.theme-light .card {
  background: linear-gradient(225deg, #f5f8fc  20%, #f5f8fc  80%); 
}

.theme-light .h_t_title  .text-white {
  color: #292929 !important;
}


/* .h-swiper .swiper{
  background-image: url(../images/sl_arrow.svg);
} */

/* .h-swiper .swiper-slide-active p {
  font-size: 22px;
  color: #fff;
  opacity: 1;
} */


.sl_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -43px;
  z-index: 0;
}

.hl_card{
  background: #1e1e1e;
  width: 100%;
  max-width: 91%;
  border-radius: 20px;
  margin: 120px auto 120px;
  padding: 41px 15px 55px 15px;
  position: relative;
  z-index: 10;
}

.highlight_sec .card{
  border-radius: 25px;
}


.highlight_sec .card{
  position: relative;
  overflow: hidden;
}


.highlight_sec .card .card-body {
  padding: 20px 60px;
}

.highlight_sec .card-body:before{
  content: "";
  position: absolute;
  left: 150px;
  bottom: -150px;
  width: 190px;
  height: 190px;
  border: 10px solid #fff;
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.highlight_sec .card-body:after{
  content: "";
  position: absolute;
  left: 50%;
  top: -120px;
  width: 190px;
  height: 190px;
  border: 10px solid #fff;
  opacity: 0.1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}





.card_table   table {
  background-color: transparent;
}


img.coinimg { 
  margin-right: 15px;
}

.coin_name {
  line-height: 1.2;
}
.coin_name small {
  font-size: 12px;
  opacity: 0.6;
  font-weight: 500;
}

.trade_card table.table,
.table tbody tr:hover {
  background-color: #ffffff08;
}


.card_table  table.table td .btn {
  margin: 10.5px 0;
}


.theme-dark .card_table .table tbody tr:hover {
  /* background: #ffffff0a; */
  background: linear-gradient(90deg, #18181800 0%, #181818 20%, #181818 50%, #181818db 80%, #18181800 100%);
}





.fe_body {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.fe_body:after {
  content: "";
  border-radius: 200px;
  background: linear-gradient(62deg, #7ED375 0%, #7ED375 100%);
  width: 440px;
  height: 440px;
  flex-shrink: 0;
  position: absolute;
  top: -400px;
  pointer-events: none;
  left: -400px;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0.04;
}
.fe_body:hover:after {
  width: 120%;
  height: 120%;
  border-radius: 30px;
  left: 0;
  top: 0;
  opacity: 1;
}


.wactp_sec .card-body {
  padding: 55px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wactp_sec p{
  text-align: center;
}

span.sw_icon {
  width: 100px;
  height: 100px;
  display: block;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 25px;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 15px;
  background: #181818;
}
.wactp_sec .card:hover span.sw_icon {
  background: #212221;
}


.theme-light span.sw_icon { 
  background: #ffffff;
  box-shadow: -4px 2px 40px -15px #00000030;
}
.theme-light .wactp_sec .card:hover span.sw_icon{ 
  background: #fff;
  box-shadow: -4px 2px 40px -10px #00000030;
}


.wactp_sec .card img {
  object-fit: scale-down;
}
.wactp_sec .card span.sw_icon  img {
  width: 100%;
  height: unset;
}
.wactp_sec .card h5 {
  margin: 25px 0 20px;
  font-weight: 500;
  font-size: 22px;
}
.wactp_sec .card p {
  font-weight: 400;
  opacity: 0.8;
}





.home_section {
  position: relative;
  overflow: hidden;
}
 

.how_it_sec.h_app_sec {
  margin: 0px 0 100px;
  padding: 80px 0 42px;
  position: relative;
}



.how_it_sec.h_app_sec  img {
  margin-top: -80px;
  max-width: 124%;
}
.theme-dark .how_it_sec.h_app_sec { 
}


.how_it_sec.h_app_sec:after {
  content: "";
  height: 426px;
  background: #ffdc88;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.section-title h2 {
  font-size: 49px;
  font-weight: 900;
}
.how_it_sec.h_app_sec .section-title h2,
.how_it_sec.h_app_sec .section-title p {
  color: #000;
}

.section-title .btn.btn-dark {
  background: #000 !important;
  color: #fff !important;
}

.how_it_sec.h_app_sec  .section-title p {
  font-size: 18px;
  font-weight: 400;
  margin: 24px 0;
}
.how_it_sec.h_app_sec  .section-title .btn-xl {
  padding: 12px 35px;
}


.swiper-pagination {
  height: 120px !important;
}



.dd_sec.tbf_section {
  position: relative;
  overflow: hidden;
  padding-bottom: 67px;
  margin-bottom: 90px;
}


.dd_cards { 
  position: relative;
  z-index: 1;
}

 
.dd_sec.tbf_section:after {
  content: "";
  height: 285px;
  background: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.theme-dark .dd_sec.tbf_section:after {
  background: #ffdc88;
}
.theme-light .dd_sec.tbf_section:after { 
  background: #f5f8fc; 
}

.theme-light  .hiw_card_bar   span {
  color: #000;
}  

.theme-light  .wallet-block h4 {
  color: #000;
}
.theme-light .wallet-block p {
  color: #000;
}
.wallet-block span {
  /* color: #ffffff; */
  color: #000;
}
.wallet-block h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin: 16px 0 !important;
  color: #000;
}
.wallet-block p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
  opacity: .9;
}
.community_sec .card{
  border-radius: 25px;
}
.community_sec .card-body {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.community_sec .section-title {
  border: 0;
  padding-left: 70px;
}
.community_sec .section-title  h1{
  font-size: 52px;
  font-weight: 800;
}
.community_sec .section-title  p {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.7;
  max-width: 450px;
}
.section-title   {
  margin-bottom: 50px;
}









.wallet_bal_sec {
  padding: 30px 0;
}
.wallet__info {
  margin-bottom: 0;
  font-weight: 500;
}
.wallet__currency {
  display: flex;
  align-items: center;
}

.wallet__number {
  font-size: 32px;
  line-height: 1;
  font-weight:800;
  /* letter-spacing: -0.01em; */
  margin: 4px 0;
}

.wallet__category {
  margin-left: 8px;
}
.wallet__price {
  font-size: 16px;
  line-height: 1.5; 
  opacity: 0.8;
}

.wallet_bal_sec .searchBar.custom-tabs {
  max-width: 350px;
  float: right;
}
.theme-light .wallet_bal_sec .searchBar.custom-tabs {
  border-color: #fdfdfd;
  background-color: #fdfdfd;
}



.profile_sections {
  padding: 40px 0;
  background: #ffffff;
  margin-bottom: 50px;
}
.theme-dark .profile_sections {
  background: #1e1e1e;
}
.breadcrumb-item + .breadcrumb-item::before { 
  content: "/";
}


.profile_sections h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}


h6.acc_title {
  margin: 40px 0 20px;
  font-size: 14px;
  opacity: 0.7;
  border-bottom: 1px solid #3333;
  padding-bottom: 14px;
}
.kyc_col h5.title span {
  font-size: 100%;
  padding-left: 3px;
}

.kyc_col .form-label span {
  padding-left: 6px;
}
.theme-dark h6.acc_title {
  border-color: #fff3;
}


.kyc_col h5.title {
  font-size: 19px;
}


.kyc_col  .form-label {
  margin-bottom: 0.5rem;
  opacity: 0.9;
  font-weight: normal;
}



.kyc_col > .card {
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
}
.kyc_col h5.title {
  font-size: 19px;
}





.text-smallest {
  font-size: 11px;
  font-weight: normal;
  opacity: .7;
  display: block;
  margin-top: 4px;
}

.card-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.card-header h3 {
  font-size: 28px;
  font-weight: 800;
  display: block;
}

.card-header p {
  margin-top: 8px;
}


hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

body.theme-light hr {
  border-top-color: #ababab;
}


.twofa_card > .card-body {
  padding: 30px;
}
.twofa_list {
  padding: 10px 0;
}




.img-prev {
  border-radius: 17px;
  border: 2px dashed #9d9d9d42;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background: #cbdbd43d;
  border: 2px solid #cbdbd4;
  overflow: hidden;
  padding: 4px;
}

.avatar-preview img {
  height: 138px;
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.avatar-edit {
  text-align: center;
  max-width: 220px;
  margin: 0 50px;
}

.avatar-edit input {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.avatar-edit label {
  height: 48px;
  padding: 10px;
  opacity: 1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}

.theme-light .avatar-edit label {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #f2f2f2 inset;
  color: #333;
}


.avatar-edit label i {
  font-size: 120%;
}
.avatar-edit small {
  display: block;
  text-align: center;
  max-width: 176px;
  font-size: 12px;
  margin: 15px;
  line-height: 1.5;
  opacity: 0.8;
}

.theme-dark .avatar-preview {
  border: 2px solid #cbdbd43d;
}

.activity-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.custom-history .table { 
  overflow-x: auto;
}
.activity-wrapper .table tr th {
  font-weight: 500;
  border: none;
  line-height: 1;
}
.activity-wrapper .table> :not(caption)>*>* {
  padding: 1rem 1rem;
  font-size: 13px;
}

.theme-light .activity-wrapper {
  /* border: 1px solid #33333317; */
  padding-bottom: 15px;
}

body.theme-light .activity-wrapper table.table {
  background: #ffffff !important; 
  /*box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;*/
}

/* responsive */











@media (max-width: 991px) {


  .banner-content h6 {
      margin-bottom: 30px;
      margin-top: 11px;
      font-size: 16px;
  }
  .hero_ml { 
      flex-direction: row; 
      gap: 0 13px;
      bottom: -29px;
  }
  .ml_card b { 
    font-size: 20px; 
    margin-bottom: 8px;
}
.ml_card span {
  font-size: 12px;
  min-height: 25px;
}
.ml_card {
  padding: 20px 9px; 
}
  .vip_card_body .table tr th:first-child {
    min-width: 358px;
  }

  .vip_card_body .table tr th {
    min-width: 200px;
  }

  .tax_VIP h2 {
    font-size: 45px;
    line-height: 1.1;
  }

  .tax_VIP p {
    font-size: 17px;
    line-height: 1.4;
  }


  .tax_VIP {
    padding: 67px 0 135px;
  }




  section.about_top.affiliate_sec {
    padding-bottom: 50px;
  }

  .affiliate_program {
    border-radius: 50px 50px 0 0;
    padding: 11px 0 100px;
  }

  .affiliate_program h5,
  .af_card h5 {
    font-size: 17px;
  }

  .affiliate_program img {
    margin-bottom: 14px;
  }

  .af_card {
    margin: 35px auto;
    padding: 35px;
    border-radius: 50px;
  }

  .affiliate_program.affiliate_program2 {
    margin-top: -100px;
  }


  .affiliate_main .hiw_sec {
    padding-top: 0;
    padding-bottom: 20px;
  }


  .af_card ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
  }

  .af_card ul li {
    margin: 16px auto;
    font-size: 17px;
  }

  .af_card2 {
    margin: 35px auto;
    padding: 26px;
    border-radius: 35px;
  }

  .af_card ul li span {
    min-width: 200px;
    display: inline-block;
    width: 200px;
  }

  .affiliate_program h2 {
    font-size: 25px;
  }

  .refer_page_main .about_top h4 {
    margin: 9px 0;
    font-size: 18px;
    max-width: 330px;
    line-height: 1.5;
  }





  .not-dowload-content h2 {
    margin-bottom: 30px;
    padding-bottom: 18px;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
  }

  .tk_coin {
    flex-direction: column;
    align-items: flex-start;
  }

  .tk_coin>div {
    margin-bottom: 14px;
  }

  .tk_coin .btn {
    margin-bottom: 14px;
  }

  .tk_coin .btn {
    padding: 9px 18px;
    margin: 0;
  }

  .tk_info {
    padding: 0;
  }








  .tokens_coinInfo {
    display: block;
  }

  .tokens_infoCoinName {
    padding: 5px 0;
  }



  .ticket-form {
    padding: 20px;
  }

  .buy_tabs {
    max-width: 500px;
    margin: 50px auto 0;
  }

  .login-pills li .nav-link {
    font-size: 18px;
    padding: 20px 12px;
    margin: 0;
}

  .ticket-header {
    margin-top: -30px;
    margin-left: -18px;
    width: calc(100% + 30px);
  }

  .buy_input select {
    max-width: 100px;
    font-size: 16px;
  }

  .buy_input input {
    font-size: 16px;
  }

  .buy_page {
    padding: 0;
  }

  .buy_form p {
    line-height: 1.4;
  }

  .buy_how h4 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.5;
  }


  .ven_contact {
    margin: 60px 0;
  }


  h1,
  .aw-h1 {
    font-size: 39px;
  }

  section.about_top.referal_bg {
    text-align: center;
  }

  .hurry_banner h3 {
    font-size: 19px;
    line-height: 1.3;
  }

  .hurry_banner {
    padding: 25px;
    border-radius: 15px;
  }

  .refer_page_main .wallet-block {
    padding: 0;
  }

  .refering_sec h2 {
    font-size: 24px;
  }




  section.pt-120.pb-90.blog_list {
    padding: 50px 0 !important;
  }

  aside.sidebar {
    margin-top: 30px;
  }

  .sr_content {
    max-width: 240px;
  }

  .sr_results_cat {
    margin: 37px 0;
  }

  .sr_results_cat h5 {
    font-size: 18px;
    padding-bottom: 11px;
    margin-bottom: 13px;
  }




  .timeline_sec .newsletter-content h2 {
    font-size: 22px;
  }



  .css-dot {
    bottom: 35px;
  }


  .cyt_card {
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
    height: 82px;
  }

  .crypto_info .cyt_card {
    margin-left: 0;
    margin-right: 0;
  }

  .cc_1 .mb-8 {
    margin-bottom: 19px !important;
  }

  .css_wwu_img {
    margin-right: 0;
    width: 100%;
  }

  .wwu_title {
    font-size: 20px;
    margin-top: 20px;
  }

  .wwu_text {
    font-size: 16px;
  }

  .css_wwu {
    flex-direction: column;
  }

  section.create-item-wrapper.plicy_sec.career_sec img {
    margin-top: 27px;
  }

  .theme-dark .cc_1 .card-body img {
    max-width: 250px;
    margin: 0 auto 15px;
    display: block;
  }

  .cc_1 {
    padding: 41px 0;
  }

  .order-sm-top {
    order: -1;
  }

  .cc_1 .card-body {
    padding: 23px;
    background: #fff;
    border-radius: 15px;
  }

  .theme-dark .cc_1 .card-body {
    background: #ffffff14;
  }

  .announce_bar p,
  .announce_bar .p_data {
    font-size: 13px;
  }

  .poster_slider h2 {
    text-align: center;
  }

  .logo-wrapper img {
    width: auto;
    height: 39px !important;
  }

  .table> :not(caption)>*>* {
    padding: 0.5rem 1rem;
    line-height: 1.3 !important;
  }

  h1 small {
    display: block;
    line-height: 1.5;
  }

  .col-8,
  .col-4 {
    width: 100% !important;
  }

  .explore_warp {
    flex-direction: column;
  }

  .ant-card .col-4 {
    width: 33.33333333% !important;
  }

  .ant-card .col-5 {
    width: 41.66666667% !important;
  }

  .ant-card .col-3 {
    width: 25% !important;
  }




  .custom_dlflex {
    flex-direction: column;
    align-items: baseline;
  }

  .searchBar.custom-tabs {
    width: 100%;
    margin-top: 14px;
  }

  .ant-card {
    margin-bottom: 8px;
  }

  .mrt_row {
    flex-direction: column;
  }

  .scroll-subtabs {
    max-width: 100%;
    padding-bottom: 11px;
  }


  .scroll-subtabs {
    max-width: 100%;
    padding-bottom: 11px;
    padding: 0 10px 11px 10px;
  }

  .overflowx_scroll>li {
    display: inline-block;
  }

  .overflowx_scroll {
    display: block;
    white-space: normal;
    width: 100%;
    overflow-x: auto;
  }

  .overflowx_scroll {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
  }

  .market_tabs.funds_tab .nav-link {
    padding: 13px 19px;
    margin-right: 5px;
  }







  .explore_warp {
    flex-direction: column;
    align-items: start;
  }

  .explore_warp.px-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .explore_warp p {
    margin: 2rem 0 2.5rem !important;
  }

  p {
    line-height: 1.5;
}

  img.main_img {
    display: none;
  }

  .about_us h1 {
    font-size: 453%;
    margin-left: 0;
  }

  .about_us h3 {
    margin: -45px 0 14px 0;
    font-size: 25px;
  }

  section.about_us.ptb-120 {
    padding-bottom: 50px;
  }

  .td_div {
    display: block;
    min-width: max-content;
  }

  footer.footer-wrapper {
    padding-bottom: 15px;
  }

  .header-right-inner .wallet-button .btn {
    width: unset;
    height: unset;
  }

  .create-item-wrapper {
    padding: 20px 15px;
  }

  .header-right-inner .btn-group {
    padding: 0 5px 0 0;
    margin: 0;
    margin-right: auto;
  }

  .fluid-header {
    padding: 14px 0;
  }

  .header-fixed.sticky.fluid-header {
    padding: 12px 0;
  }

  .header-right-inner .wallet-button .btn {
    padding: 8px 10px !important;
    margin-left: auto;
    font-size: 13px;
    border-radius: 5px;
  }

  .mx-2 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .theme-switcher-label .switch-handle i {
    font-size: 17px;
  }

  .hamberger-button {
    padding: 0;
  }

  .acc_tabs .flex-column {
    flex-direction: row !important;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    padding-bottom: 0.9rem;
  }

  .nav-pills .nav-link {
    background: #0D0D0D0f;
    margin: 0 4px;
  }


  .acc_tabs .flex-column li {
    width: fit-content;
    display: inline-flex;
    margin-right: 3px;
  }
  .acc_tabs .nav-pills .nav-link {
    background: #ffffff1f;
    padding: 8px 16px;
    min-width: 130px;
    font-size: 14px;
    margin-right: 4px;
  }
  .profile_sections {
    padding: 22px 0;
    margin-bottom: 20px;
}
.profile_sections h2 {
  font-size: 22px;
  text-align: left;  
}
.profile_sections ol.breadcrumb.justify-content-end.mb-0, .profile_sections ol.breadcrumb.justify-content-end {
  justify-content: start !important;
  margin-bottom: 0 !important;
  margin-top: 11px;
}
.profile_sections .breadcrumb-item {
  font-size: 13px;
}

.p-4 {
    padding: 1rem !important;
}
.twofa_card > .card-body {
  padding: 19px;
}

.custom-history .table {
  display: block;
  overflow-x: auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, input[type="date"], input[type="file"], select {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px; 
}
  .theme-light.acc_tabs .nav-pills .nav-link:not(.active) {
    background: #f5f5f5;
  }
  .img-prev {
    flex-direction: column;
}
  .acc_tabs .nav-pills .nav-link.active {
    background-color: #ffdc88;
    color: #000000 !important;
  }
  .acc_tabs .flex-column li {
    width: fit-content;
    display: inline-block;
  }




  .logo img,
  .sticky .logo img {
    width: auto;
    height: 51px;
    transition: 0.3s;
  }

  .top-section-gap {
    padding-top: 65px;
  }

  .hiw_card.hiw_card_bar {
      padding-bottom: 21px;
  }
  .hiw_card_bar:before {
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: 67px;
    top: auto;
    width: 179px;
    height: 14px; 
  }

  .dd_sec.tbf_section:after{
    display: none;
  }
  .joc_social_row {
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: block !important;
}

  .joc_social {
    padding: 17px;
    border-radius: 9px;
    font-size: 12px;
    margin-right: 4px;
    display: inline-flex;
    margin: 0 8px 8px 0;
  }

  .pb-90 {
    padding-bottom: 40px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .inner-page-banner {
    padding: 20px 0 35px;
  }

  /* header css */

  .logo-wrapper img {
    width: auto;
    height: 25px !important;
}
.theme-light .logo-wrapper img {
    width: auto;
    height: 25px !important;
}

.hero-section {
  padding: 0 0 60px !important;
  background-size: cover;
  background-position: bottom;
}
.h_t_title {
  text-align: center;
  margin-top: 32px;
  font-size: 16px;
  max-width: 950px;
  margin: 14px auto 22px;
  min-height: 70px;
  line-height: 1.4;
  
}


.live_prices { 
  padding: 20px 0 45px;
}

.highlight_sec .card .card-body {
  padding: 35px 10px 0  19px;
}


.h-swiper p {
  font-size: 16px; 
}
.h-swiper .swiper-wrapper {
  max-height: 280px;
  position: relative;
}

.sl_arrow {
  position: absolute;
  top: 10px;
  transform: translateY(-0%);
  left: -26px;
  z-index: 0;
  max-width: 53px;
}
.h-swiper .swiper {
  padding-left: 33px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 900;
}
.section-title p {
  margin-top: 1rem;
  line-height: 1.4;
  opacity: 0.7;
}


.how_it_sec.h_app_sec:after { 
  height: 100%; 
  bottom: unset; 
  top: 0;
}
.how_it_sec.h_app_sec  img {
  margin-top: 14px;
  max-width: 123%;
}
.how_it_sec.h_app_sec {
  margin: 0px 0 0;
  padding: 60px 0 30px;
  position: relative;
}
.wallet-block span, .wallet-block h4, .wallet-block p {
  /* color: #fff; */
  color: #000;
}


.community_sec .section-title {
  border: 0;
  padding-left: 0;
}

.community_sec .section-title  h1 {
  font-size: 30px;
  font-weight: 800;
}
.community_sec .section-title {
  border: 0;
  padding-left: 0;
  text-align: center !important;
}
.community_sec .section-title  p { 
  font-size: 14px; 
}



.footer-inner {
  padding: 53px 0 0;
}
.footer-inner .pb-2 {
  padding-bottom: 30px !important;
}


.login_page {
  padding: 30px 0 0  !important;
}
.login_page  h2  {
  font-size: 24px;
}

.login-header {
  margin-top: -20px;
  padding-bottom: 20px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

}




/*responsive*/


@media screen and (max-width: 1900px) and (min-width: 1601px){


  
  
  .hero_img {
    position: relative;
    /* margin: -10% 0; */
  }
  .hero_img img.img-fluid {
    /* max-width: 105%; */
    margin-left: 6% !important;
  }



}
@media screen and (max-width: 1600px) and (min-width: 1440px) {


  .how_it_sec.h_app_sec  img {
      margin-top: -80px;
      max-width: 115%;
  }


  .hero_img {
    position: relative;
    /* margin: -10% 0; */
  }
  .hero_img img.img-fluid {
    /* max-width: 105%; */
    /* margin-left: 6% !important; */
  }
  .hero_img img.img-fluid {
    max-width: 100%;
    margin-left: 0% !important;
    max-width: 493px;
}


  .container-custom {
    max-width: 1400px;
  }

  .create-item-wrapper {
    padding: 40px;
  }

  .form-field-wrapper {
    padding: 20px 20px 10px 20px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {


  .login_page {
    padding: 50px 0 0 !important;
}

  .hero-banner-style .banner-content .title {
    font-size: 55px;
  }

  .banner-content h6 {
    font-size: 17px;
}
.top-section-gap {
  padding-top: 0;
}
.hero_img img.img-fluid {
  /* max-width: 104%; */
  /* margin-left: -5% !important; */
}
.hero_img img.img-fluid {
  max-width: 100%;
  margin-left: -3% !important;
  margin-top: 5% !important;
  max-width: 450px;
}
  .section-title h2 {
      font-size: 39px;
      font-weight: 900;
  }
  .how_it_sec.h_app_sec  .section-title p {
    font-size: 16px; 
  }
  .how_it_sec.h_app_sec:after { 
    height: 372px; 
  }
  .dd_sec.tbf_section { 
    padding-bottom: 52px; 
}
  .how_it_sec.h_app_sec {
    margin: 0px 0 50px;
    padding: 80px 0 21px; 
}

  .fs-4 {
    font-size: 1.2rem !important;
  }

  .create-item-wrapper {
    padding: 25px;
  }

  .form-field-wrapper {
    padding: 20px 10px 10px 20px;
  }

  .acc_tabs .menu-link {
    padding: 0.85rem 0.5rem;
  }

  .login-bg {
    padding-top: 46px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .poster_slider h2 {
    text-align: center;
  }


  .hero_img img.img-fluid {
    max-width: 100%;
    margin-left: -16% !important;
    max-width: 400px;
  }

  .poster_slider h2 br {
    display: none;
  }

  .my_acc .fs-4 {
    font-size: 1rem !important;
  }

  .create-item-wrapper {
    padding: 25px;
  }

  .form-field-wrapper {
    padding: 10px 10px 10px 10px;
  }

  .acc_tabs .menu-link {
    padding: 0.85rem 0.5rem;
    font-size: 14px;
  }

  .menu-link .menu-bullet {
    width: 1rem;
  }

  .img-account-profile {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

  .hero_img img.img-fluid {
    max-width: 100%;
    margin-left: 0 !important;
    max-width: 100%;
}


  .acc_tabs .menu-link {
    flex-direction: column;
    font-size: 14px;
  }

  .menu-link .menu-bullet {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .acc_tabs .flex-column {
    flex-direction: row !important;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  .acc_tabs .flex-column li {
    width: fit-content;
    display: inline-block;
  }

  .form-field-wrapper {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 9px;
    background: transparent !important;
  }

  .create-item-wrapper {
    padding: 25px;
  }

  .bank-acc {
    padding: 30px;
  }

  .bank-acc small {
    display: block;
  }

  .single-item-history br {
    display: block;
  }
}


@media only screen and (max-width: 767px) {


  .hero_img img.img-fluid {
    max-width: 100%;
    margin-left: 0 !important;
    max-width: 100%;
}


}




.nofti_alert {
  height: 12px;
  width: 12px;
  background: #ff4037;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
  border: 2px solid #22242c;
}

.theme-light .nofti_alert {
  border-color: #eaeff4;
}

.active_tag {
  text-decoration: none;
  color: #ffdc88;
}

.blog_orderd_list li {
  list-style: auto;
}

.white {
  color: white;
}

body>.skiptranslate {
  display: none;
}

#lc-data {
  border-radius: 8px;
  background: #00000024;
  padding: 6px 21px;
}

.buy_sell_input {
  color: black !important;
  background: white !important;
  border-radius: 6px;
}

.buy_sell_button {
  background: #0D0D0Da8 !important;
}

/* style.css */

.custom-select__control {
  background-color: #252c25 !important;
  color: white !important;
  border-radius: 6px !important;
  border: 2px solid #525564 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
}

.custom-select__control--menu-is-open {
  border: 2px solid #5e6275 !important;
  box-shadow: 0 0 0 0 !important;
}

.custom-select__control--is-focused {
  border: 2px solid #5e6275 !important;
  box-shadow: 0 0 0 0 !important;
}


.custom-select__menu {
  background-color: #202720 !important;
  color: white !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
}

.custom-select__option {
  background-color: #202720 !important;
  color: white !important;
  border-radius: 6px !important;
}

.custom-select__option:hover {
  background-color: #374037 !important;
  cursor: pointer !important;
}

.custom-select__single-value {
  color: white !important;


}

.theme-light .custom-select__control {
  background-color: transparent !important;
  border: 2px solid #dadce0 !important;
  color: black !important;
}

.theme-light .custom-select__menu {
  background-color: white !important;
  color: black !important;
}

.theme-light .custom-select__option {
  background-color: transparent !important;
  color: black !important;

}

.theme-light .custom-select__option:hover {
  background-color: #e6e4e4 !important;
  cursor: pointer !important;
}

.theme-light .custom-select__single-value {
  color: black !important;

}


.rdt_TableRow,
.rdt_TableHeadRow {
  background-color: #1e1e1e !important;
  color: white !important;
  font-weight: 500 !important;
  border: none !important;
}

.theme-light .rdt_TableRow,
.theme-light .rdt_TableHeadRow {
  background-color: white !important;
  color: black !important;
}

.rdt_TableRow:hover {
  background-color: #293536 !important;
  outline-style: none !important;
}
.theme-light .rdt_TableRow:hover {
  background-color: #fffffff7 !important;
  outline-style: none !important;
}
.rdt_TableCol_Sortable {
  padding: 15px !important;
}

.rdt_TableCell {
  padding: 15px !important;
}

.rdt_TableCol {
  padding: 0px !important;
}

.rdt_Table {
  max-height: max-content !important;
  max-height: fit-content !important;
}

.rdt_TableHeadRow {
  font-size: medium !important;
  font-weight: 500 !important;
  color: #ababab !important;
  border-bottom: 1px solid black !important;
  text-align: start;
}
.theme-light  .rdt_TableHeadRow {
  border-bottom: 1px solid #888888 !important;
}




::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar {
  height: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text-justify{
  text-align: justify;
}

.ant-table-cell .ant-table-row-expand-icon-cell {
  background-color: #f0f2f5; /* Change to your desired color */
}

/* Change the expand button color */
.ant-table-row-expand-icon {
  color: #1890ff; /* Change to your desired color */
}

/* Remove hover color for the expand button */
.ant-table-row-expand-icon:hover {
  color: #1890ff !important; /* Maintain the desired color on hover */
}

/* Optionally, you can change the hover background color of rows */
.ant-table-row:hover {
  background-color: transparent; /* Set to transparent to remove hover effect */
}

.mytheme-color{
  color: #ffdc88;
}
.disclaimer p{
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal !important;
  text-align: justify;
  padding: 0px;
  margin: 0px;
}
.ellipsis::after {
  content: '';
  display: inline-block;
  animation: dots 1.5s steps(3, end) infinite;
  overflow: hidden;
  vertical-align: bottom;
}

@keyframes dots {
  0% { content: ''; }
  33% { content: '.'; }
  66% { content: '..'; }
  100% { content: '...'; }
}
.termsofuse h3{
  margin-bottom: 10px;
}
.termsofuse p{
  text-align: justify;
}
.termsofuse ul{
  padding-left: 30px !important;
  padding-bottom: 15px !important;
}
.termsofuse li{
  list-style-type: disc;
}