:root {
  --primary: #29CDFE;
  --btn: #A247DD;
  --dark: #000000;
  --light: #ffffff;
  --dark-text: #8a8a8a;
  --border-color: #262626;
  --maskPrimary: #3C41A8;
  --maskSecondary: #AD8C0E;
  --success: green;
  --erorr: #dc3232;
  --warning: yellow;
  --bg-card: #191919;
  --cardFont: "Ethnocentric";
  --mainFont: "Open Sans", sans-serif;
  --cardFontGilroyBold: "Gilroy-Bold";
  --cardFontGilroy: "Gilroy";
  --card2024Name: "Pacifico";
  --sponsorFont: "Alumni Sans Collegiate One";
  --side1BG: #000000;
  --side2BG: #1B2254;
  --side3BG: #1B2254;
  --side4BG: #1B2254;
  --side5BG: #000000;
  --side_1_textColor: green;
  --side_1_BorderColor: red;
  --widthCard: 365px;
  --heightCard: 510px;
  --translateZ: 167px;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 5s;
  --time-flash: 1s;
  --delay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: red;
  --blend-color-2: green;
  --blend-color-3: blue;
  --blend-color-4: yellow;
  --blend-color-5: black;
  --blend-color-6: #6b41ab;
  --blend-color-7: #ea890a;
}
@media screen and (max-width: 460px) {
  :root {
    --widthCard: 320px;
    --heightCard: 466px;
    --translateZ: 147px;
  }
}

@font-face {
  font-family: "Ethnocentric";
  src: url("../webfonts/ethnocentric.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../webfonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../webfonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pacifico";
  src: local("../webfonts/Pacifico Regular"), local("../webfonts/Pacifico-Regular"), url("../webfonts/Pacificoregular.woff2") format("woff2"), url("../webfonts/Pacificoregular.woff") format("woff"), url("../webfonts/Pacificoregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Alumni Sans Collegiate One";
  src: url("../webfonts/AlumniSansCollegiateOne-Regular.eot");
  src: local("Alumni Sans Collegiate One Regular"), local("AlumniSansCollegiateOne-Regular"), url("../webfonts/AlumniSansCollegiateOne-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/AlumniSansCollegiateOne-Regular.woff2") format("woff2"), url("../webfonts/AlumniSansCollegiateOne-Regular.woff") format("woff"), url("../webfonts/AlumniSansCollegiateOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

img {
  display: block;
}

.container-full {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .container-full {
    padding: 0 20px;
  }
}

.btn {
  background: var(--btn);
  color: var(--light);
  border-radius: 10px;
  display: inline-block;
  padding: 9px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid transparent;
  min-width: 150px;
}
@media screen and (max-width: 1399px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .btn {
    font-size: 16px;
    min-width: 100px;
  }
}
.btn:hover {
  background: transparent;
  color: var(--btn);
  border-color: var(--btn);
}
.btn-simple {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-simple:hover {
  background: var(--primary);
  color: var(--light);
}
.btn__approve {
  background: var(--success);
  border-color: var(--success);
  color: var(--light);
}
.btn__approve:hover {
  background: var(--success);
  border-color: var(--success);
}
.btn__reject {
  background: var(--erorr);
  border-color: var(--erorr);
  color: var(--light);
}
.btn__reject:hover {
  background: var(--erorr);
  border-color: var(--erorr);
}

.flex {
  display: flex;
}

.error-404 {
  padding-top: 120px;
}
@media screen and (min-width: 1023px) {
  .error-404 {
    margin-top: 150px;
    padding-top: 0;
  }
}
.error-404 .page-title {
  margin: 0;
}
.error-404 form {
  display: flex;
}
.error-404 form label {
  width: 100%;
  max-width: 500px;
  margin: 0 30px 0 0;
}
.error-404 form .search-field {
  padding: 13px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  width: 100%;
}
.error-404 form .search-field::-webkit-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.error-404 form .search-field:-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.error-404 form .search-field::-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.error-404 form .search-field:-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.error-404 form .search-submit {
  display: inline-block;
  color: #fff;
  padding: 13px 35px;
  background: linear-gradient(to right, #64A6F8 22%, #00CDAA 87%);
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 10px 0 -7px;
  text-decoration: none;
  border: none;
}
.error-404 select {
  padding: 13px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  width: 100%;
  max-width: 250px;
}
.error-404 p {
  color: var(--light);
}

ul.accordion {
  height: auto;
}
ul.accordion li:before {
  top: 11px;
}
ul.accordion li a {
  line-height: 1.7;
  padding: 0 42px 0 0;
}
ul.accordion li a:before {
  top: 22px;
}
ul.accordion li a:after {
  top: 27px;
}

.error-404 {
  text-align: center;
}

.main-header {
  display: block !important;
}
.main-header .logo {
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .main-header .logo {
    max-width: 125px;
  }
}
.main-header .logo_img img {
  width: 100% !important;
  height: auto;
}
.main-header .header-button {
  padding-left: 10px;
}
.main-header .header-button span.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-header .header-button span.desktop {
    display: none;
  }
  .main-header .header-button span.mobile {
    display: block;
    font-size: 1.1em;
  }
}
.main-header .collapse-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-header .collapse-wrap {
    position: static;
  }
}
.main-header .collapse-wrap .sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  border-radius: 10px;
  border: 1px solid #A247DD;
  background-color: #160336;
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  width: 180px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-header .collapse-wrap .sub-menu {
    top: 80px;
  }
}
.main-header .collapse-wrap .sub-menu.show-nav {
  display: block;
}
.main-header .collapse-wrap .sub-menu a {
  display: block;
  padding: 12px 20px;
  width: auto;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.main-header .collapse-wrap .sub-menu a:first-child {
  border-bottom: 1px solid #A247DD;
}
.main-header .collapse-wrap .sub-menu a:before {
  content: none;
}
.main-header .collapse-wrap .sub-menu a:after {
  content: none;
}
.main-header .collapse-wrap .sub-menu a:hover {
  background-color: #A247DD;
}
.main-header .collapse-button {
  display: inline-block;
  color: #fff;
  padding: 10px 16px;
  background: linear-gradient(to right, #64A6F8 22%, #00CDAA 87%);
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 10px 0 -7px;
  text-decoration: none;
}
.main-header .collapse-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #00CDAA 25%, #64A6F8 65%);
  transform: scale(0);
  transition: 0.5s;
}
.main-header .collapse-button:after {
  content: ">";
  display: block;
  position: absolute;
  z-index: -1;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: #A247DD;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  transform: rotate(90deg);
}
.main-header .collapse-button:hover {
  color: #fff;
}
.main-header .collapse-button:hover:before {
  transform: scale(1);
}
.main-header .header-menu {
  margin: 0 auto;
}
.main-header .header-menu .main-menu {
  width: 100%;
}
.main-header .header-menu li.current-menu-item a {
  color: #518EFF;
}
@media screen and (max-width: 991px) {
  .main-header .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    width: 100%;
  }
  .main-header .header-menu ul {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  .main-header .header-menu ul li {
    text-align: center;
  }
  .main-header .header-menu ul li a {
    color: #000;
    margin: 15px 20px;
    font-weight: 600;
  }
  .main-header .header-menu ul li a:hover {
    color: #0762f8;
  }
}
.main-header .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main-header .inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .main-header .ctas-blc {
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-header .ctas-blc {
    margin: 0 10px 0 auto;
  }
  .main-header .ctas-blc .header-button a {
    padding: 10px 19px;
    font-size: 15px;
  }
}
.main-header .menu-burger {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-header .menu-burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .main-header .menu-burger span {
    width: 30px;
    height: 3px;
    background: #fff;
  }
  .main-header .menu-burger span:not(:last-child) {
    margin-bottom: 5px;
  }
}

.main-footer .from-box1 button {
  min-width: auto;
  padding: 0;
  right: 7px;
}

.card-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(25, 25, 25, 0.9);
  width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  .card-popup {
    position: absolute;
    top: 150px;
  }
  .card-popup:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(25, 25, 25, 0.9);
  }
}
.card-popup.show {
  display: flex;
}
.card-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.card-popup .close-popup svg {
  display: block;
  width: 100%;
  height: 100%;
}
.card-popup .close-popup svg path {
  transition: all linear 0.2s;
  stroke: var(--primary);
}
.card-popup.payment-success .popup-content {
  max-width: 320px;
  min-height: 200px;
  height: 200px;
  padding: 30px;
}
.card-popup.payment-success .popup-content .inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.card-popup .popup-content {
  position: relative;
  max-width: 965px;
  min-height: 587px;
  width: 100%;
  background: #191919;
  border: 1px solid #29cdfe;
  border-radius: 10px;
  padding: 30px 30px 45px 30px;
  color: var(--light);
}
@media screen and (max-width: 991px) {
  .card-popup .popup-content {
    z-index: 2;
    padding: 30px 15px 45px;
  }
}
.card-popup .popup-content .inner-content {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .card-popup .popup-content .inner-content {
    flex-direction: column;
  }
}
.card-popup .popup-content .card-image {
  flex: 0 0 var(--widthCard);
  margin: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .card-popup .popup-content .card-image {
    margin: 0 auto 50px;
    width: var(--widthCard);
  }
}
.card-popup .popup-content .card-image img {
  width: 100%;
}
.card-popup .tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.card-popup .tabs-name {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .card-popup .tabs-name {
    font-size: 30px;
  }
  .card-popup .tabs-name br {
    display: none;
  }
}
.card-popup .tabs-header {
  margin-bottom: 20px;
  display: flex;
}
.card-popup .tabs-header .tabs-btn {
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--btn);
  padding: 0;
}
@media screen and (max-width: 991px) {
  .card-popup .tabs-header .tabs-btn {
    font-size: 18px;
  }
}
.card-popup .tabs-header .tabs-btn:not(:last-child) {
  margin: 0 30px 0 0;
}
.card-popup .tabs-header .tabs-btn:hover {
  color: var(--btn);
}
.card-popup .tabs-header .tabs-btn.active {
  color: #b5b5b5;
}
.card-popup .tabs-content {
  flex: 1;
}
.card-popup .tabs-content-item {
  display: none;
}
.card-popup .tabs-content-item.active {
  display: block;
}
.card-popup .tabs-content .item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .card-popup .tabs-content .item {
    margin-bottom: 10px;
  }
}
.card-popup .tabs-content .item .name {
  flex: 0 0 115px;
  margin: 0 25px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .card-popup .tabs-content .item .name {
    font-size: 16px;
  }
}
.card-popup .tabs-content .item .text {
  font-size: 20px;
}
.card-popup .tabs-content .item .text.highlight {
  color: var(--primary);
}
.card-popup .tabs-content .item.description {
  flex-direction: column;
}
.card-popup .tabs-content .item.description .name {
  flex: 1;
}
.card-popup .tabs-content .item.description .text {
  font-size: 16px;
}
.card-popup .tabs .buy-now-blc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card-popup .tabs .buy-now-blc.desc {
    display: none;
  }
}
.card-popup .tabs .buy-now-blc.mob {
  display: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .card-popup .tabs .buy-now-blc.mob {
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  .card-popup .tabs .buy-now-blc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-popup .tabs .buy-now-blc .price {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 540px) {
  .card-popup .tabs .buy-now-blc .price {
    width: 100%;
  }
}
.card-popup .tabs .buy-now-blc .btn {
  font-size: 24px;
  flex: 1;
  margin: 0;
  padding: 15px 5px;
}
@media screen and (max-width: 540px) {
  .card-popup .tabs .buy-now-blc .btn {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.card-popup .tabs .buy-now-blc .status {
  margin: 0 0 0 auto;
}
.card-popup .tabs .social {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.card-popup .tabs .social svg path {
  fill: #b5b5b5;
}
.card-popup .tabs .social li {
  margin: 0 30px 0 0;
}
.card-popup .tabs .social li a:hover svg path {
  fill: var(--btn);
}
.card-popup .tabs .qr {
  display: flex;
  align-items: flex-end;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 540px) {
  .card-popup .tabs .qr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-popup .tabs .qr img {
  flex: 0 0 280px;
}
.card-popup .tabs .qr p {
  font-size: 16px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 540px) {
  .card-popup .tabs .qr p {
    margin: 10px 0 0 0;
  }
}
.card-popup .tabs .group-btns {
  display: flex;
  flex-direction: column;
}
.card-popup .tabs .group-btns button {
  margin-bottom: 15px;
  border-radius: 10px;
  display: inline-block;
  padding: 9px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid transparent;
  min-width: 150px;
}
.card-popup .tabs .group-btns button.btn-silver {
  background: #c0c0c0;
}
.card-popup .tabs .group-btns button.btn-gold {
  background: #f9d849;
}
.card-popup .tabs .group-btns button.btn-platinum {
  background: #e5e4e2;
}
.card-popup .tabs .tier-wrapper .lab {
  margin-bottom: 5px;
  color: var(--light);
}
.card-popup .tabs .tier-wrapper .inner {
  display: flex;
  gap: 0 15px;
}
.card-popup .tabs .tier-wrapper label {
  flex: 1;
  position: relative;
}
.card-popup .tabs .tier-wrapper label span {
  position: absolute;
  top: 14px;
  left: 20px;
}
.card-popup .tabs .tier-wrapper input {
  padding: 13px 20px 13px 30px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  width: 100%;
  -moz-appearance: textfield;
}
.card-popup .tabs .tier-wrapper input::-webkit-outer-spin-button, .card-popup .tabs .tier-wrapper input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.card-popup .tabs .bottom-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 15px;
  margin-top: 30px;
}
.card-popup .tabs .bottom-links li a {
  color: #fff;
}
.card-popup .tabs .bottom-links li a:hover {
  text-decoration: underline;
}
.card-popup .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  z-index: 100;
}

.popup-show {
  position: relative;
  z-index: 101;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-rep > table {
  border: 1px solid #fff;
}
.table-rep > table thead .w-150 {
  width: 150px;
}
.table-rep > table thead th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #fff;
}
.table-rep > table tr {
  border: 1px solid #fff;
}
.table-rep > table tr td {
  padding: 10px;
  border: 1px solid #fff;
}

.gallery-page, .seller-dashboard {
  background: #191919;
  color: #fff;
  padding: 110px 0 0 0;
}
.gallery-page .filter-blc, .seller-dashboard .filter-blc {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .gallery-page .filter-blc, .seller-dashboard .filter-blc {
    margin: 0 0 20px;
  }
}
.gallery-page .filter-blc form, .seller-dashboard .filter-blc form {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-blc form, .seller-dashboard .filter-blc form {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .gallery-page .filter-blc form, .seller-dashboard .filter-blc form {
    flex-direction: column;
  }
}
.gallery-page .filter-blc .input::-webkit-input-placeholder, .seller-dashboard .filter-blc .input::-webkit-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.gallery-page .filter-blc .input:-moz-placeholder, .seller-dashboard .filter-blc .input:-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.gallery-page .filter-blc .input::-moz-placeholder, .seller-dashboard .filter-blc .input::-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.gallery-page .filter-blc .input:-ms-input-placeholder, .seller-dashboard .filter-blc .input:-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.gallery-page .filter-blc .select option, .seller-dashboard .filter-blc .select option {
  color: var(--dark);
}
.gallery-page .filter-blc .select-teams, .seller-dashboard .filter-blc .select-teams {
  max-width: 400px;
}
.gallery-page .filter-blc .select-sort, .seller-dashboard .filter-blc .select-sort {
  max-width: 200px;
}
.gallery-page .filter-blc .select-types, .seller-dashboard .filter-blc .select-types {
  max-width: 200px;
}
.gallery-page .filter-blc .input, .gallery-page .filter-blc .select, .gallery-page .filter-blc .input-month, .seller-dashboard .filter-blc .input, .seller-dashboard .filter-blc .select, .seller-dashboard .filter-blc .input-month {
  padding: 13px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  width: 100%;
}
.gallery-page .filter-blc .input:not(:last-child), .gallery-page .filter-blc .select:not(:last-child), .gallery-page .filter-blc .input-month:not(:last-child), .seller-dashboard .filter-blc .input:not(:last-child), .seller-dashboard .filter-blc .select:not(:last-child), .seller-dashboard .filter-blc .input-month:not(:last-child) {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1299px) {
  .gallery-page .filter-blc .input:not(:last-child), .gallery-page .filter-blc .select:not(:last-child), .gallery-page .filter-blc .input-month:not(:last-child), .seller-dashboard .filter-blc .input:not(:last-child), .seller-dashboard .filter-blc .select:not(:last-child), .seller-dashboard .filter-blc .input-month:not(:last-child) {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-blc .input:not(:last-child), .gallery-page .filter-blc .select:not(:last-child), .gallery-page .filter-blc .input-month:not(:last-child), .seller-dashboard .filter-blc .input:not(:last-child), .seller-dashboard .filter-blc .select:not(:last-child), .seller-dashboard .filter-blc .input-month:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-blc .input, .gallery-page .filter-blc .select, .gallery-page .filter-blc .input-month, .seller-dashboard .filter-blc .input, .seller-dashboard .filter-blc .select, .seller-dashboard .filter-blc .input-month {
    max-width: 100%;
  }
}
.gallery-page .filter-blc .btn, .seller-dashboard .filter-blc .btn {
  width: 100%;
  max-width: 250px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .gallery-page .filter-blc .btn, .seller-dashboard .filter-blc .btn {
    max-width: 100%;
  }
}
.gallery-page .filter-blc .input-month, .seller-dashboard .filter-blc .input-month {
  max-width: 250px;
}
.gallery-page .filter-blc .input-month::-webkit-calendar-picker-indicator, .seller-dashboard .filter-blc .input-month::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.gallery-page .filter-info, .seller-dashboard .filter-info {
  padding-bottom: 50px;
  text-align: center;
}
.gallery-page .filter-info__name, .seller-dashboard .filter-info__name {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-info__name, .seller-dashboard .filter-info__name {
    font-size: 30px;
  }
}
.gallery-page .filter-info .info-blc, .seller-dashboard .filter-info .info-blc {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gallery-page .filter-info .info-blc, .seller-dashboard .filter-info .info-blc {
    flex-direction: column;
  }
}
.gallery-page .filter-info .info-blc .total, .seller-dashboard .filter-info .info-blc .total {
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-info .info-blc .total, .seller-dashboard .filter-info .info-blc .total {
    margin: 0 15px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-page .filter-info .info-blc .total, .seller-dashboard .filter-info .info-blc .total {
    margin: 0 0 15px 0;
  }
}
.gallery-page .filter-info .info-blc .share, .seller-dashboard .filter-info .info-blc .share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-page .filter-info .info-blc .share_title, .seller-dashboard .filter-info .info-blc .share_title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-info .info-blc .share_title, .seller-dashboard .filter-info .info-blc .share_title {
    margin: 0 15px 0 0;
    font-size: 18px;
  }
}
.gallery-page .filter-info .info-blc .share-list, .seller-dashboard .filter-info .info-blc .share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.gallery-page .filter-info .info-blc .share-list li:not(:last-child), .seller-dashboard .filter-info .info-blc .share-list li:not(:last-child) {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 1023px) {
  .gallery-page .filter-info .info-blc .share-list li:not(:last-child), .seller-dashboard .filter-info .info-blc .share-list li:not(:last-child) {
    margin: 0 15px 0 0;
  }
}
.gallery-page .filter-info .info-blc .share-list li a svg path, .seller-dashboard .filter-info .info-blc .share-list li a svg path {
  fill: #B5B5B5;
  transition: all linear 0.2s;
}
.gallery-page .filter-info .info-blc .share-list li a:hover svg path, .seller-dashboard .filter-info .info-blc .share-list li a:hover svg path {
  fill: var(--light) !important;
}
.gallery-page .grid-items, .seller-dashboard .grid-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px;
  font-family: var(--mainFont);
}
@media screen and (max-width: 767px) {
  .gallery-page .grid-items, .seller-dashboard .grid-items {
    margin: 0;
  }
}
.gallery-page .grid-items .item, .seller-dashboard .grid-items .item {
  width: 100%;
  max-width: 374px;
  margin: 0 15px 60px;
}
.gallery-page .grid-items .card-blc, .seller-dashboard .grid-items .card-blc {
  border-radius: 8px;
}
.gallery-page .grid-items .card-blc .card-wrap-front, .seller-dashboard .grid-items .card-blc .card-wrap-front {
  position: relative !important;
}
.gallery-page .grid-items .card-blc .card-front, .seller-dashboard .grid-items .card-blc .card-front {
  transform-style: preserve-3d;
  isolation: inherit !important;
}
.gallery-page .grid-items .card-blc .card-front .team, .seller-dashboard .grid-items .card-blc .card-front .team {
  perspective: 1000px;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.gallery-page .grid-items .card-blc .card-front .name, .seller-dashboard .grid-items .card-blc .card-front .name {
  font-size: 21px;
  margin: 0 0 19px 0;
}
@media screen and (max-width: 1600px) {
  .gallery-page .grid-items .card-blc .card-front .name, .seller-dashboard .grid-items .card-blc .card-front .name {
    font-size: 16px;
  }
}
.gallery-page .grid-items, .seller-dashboard .grid-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -15px;
  font-family: var(--mainFont);
}
@media screen and (max-width: 767px) {
  .gallery-page .grid-items, .seller-dashboard .grid-items {
    margin: 0;
  }
}
.gallery-page .grid-items .item, .seller-dashboard .grid-items .item {
  width: 100%;
  max-width: 374px;
  margin: 0 15px 60px;
}
.gallery-page .grid-items .card-blc, .seller-dashboard .grid-items .card-blc {
  border-radius: 8px;
}
.gallery-page .grid-items .card-blc .card-wrap-front, .seller-dashboard .grid-items .card-blc .card-wrap-front {
  position: relative !important;
}
.gallery-page .grid-items .card-blc .card-front .name, .seller-dashboard .grid-items .card-blc .card-front .name {
  font-size: 21px;
  margin: 0 0 19px 0;
}
@media screen and (max-width: 1600px) {
  .gallery-page .grid-items .card-blc .card-front .name, .seller-dashboard .grid-items .card-blc .card-front .name {
    font-size: 16px;
  }
}
.gallery-page .grid-items .info, .gallery-page .items-wrap .info, .seller-dashboard .grid-items .info, .seller-dashboard .items-wrap .info {
  text-align: center;
  margin: 10px 0 0 0;
}
.gallery-page .grid-items .info_title, .gallery-page .items-wrap .info_title, .seller-dashboard .grid-items .info_title, .seller-dashboard .items-wrap .info_title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1480px) {
  .gallery-page .grid-items .info_title, .gallery-page .items-wrap .info_title, .seller-dashboard .grid-items .info_title, .seller-dashboard .items-wrap .info_title {
    font-size: 28px;
  }
}
.gallery-page .grid-items .info_price, .gallery-page .items-wrap .info_price, .seller-dashboard .grid-items .info_price, .seller-dashboard .items-wrap .info_price {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1480px) {
  .gallery-page .grid-items .info_price, .gallery-page .items-wrap .info_price, .seller-dashboard .grid-items .info_price, .seller-dashboard .items-wrap .info_price {
    font-size: 18px;
  }
}
.gallery-page .grid-items .info .btns-wrapper, .gallery-page .items-wrap .info .btns-wrapper, .seller-dashboard .grid-items .info .btns-wrapper, .seller-dashboard .items-wrap .info .btns-wrapper {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 1200px) {
  .gallery-page .grid-items .info .btns-wrapper, .gallery-page .items-wrap .info .btns-wrapper, .seller-dashboard .grid-items .info .btns-wrapper, .seller-dashboard .items-wrap .info .btns-wrapper {
    margin: 0 -8px;
  }
}
.gallery-page .grid-items .info .btns-wrapper .btn, .gallery-page .items-wrap .info .btns-wrapper .btn, .seller-dashboard .grid-items .info .btns-wrapper .btn, .seller-dashboard .items-wrap .info .btns-wrapper .btn {
  flex: 1;
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
  .gallery-page .grid-items .info .btns-wrapper .btn, .gallery-page .items-wrap .info .btns-wrapper .btn, .seller-dashboard .grid-items .info .btns-wrapper .btn, .seller-dashboard .items-wrap .info .btns-wrapper .btn {
    margin: 0 8px;
  }
}
.gallery-page .grid-items .info .btns-wrapper .btn__approve, .gallery-page .items-wrap .info .btns-wrapper .btn__approve, .seller-dashboard .grid-items .info .btns-wrapper .btn__approve, .seller-dashboard .items-wrap .info .btns-wrapper .btn__approve {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-page .grid-items .info .btns-wrapper .btn__approve .loader, .gallery-page .items-wrap .info .btns-wrapper .btn__approve .loader, .seller-dashboard .grid-items .info .btns-wrapper .btn__approve .loader, .seller-dashboard .items-wrap .info .btns-wrapper .btn__approve .loader {
  margin: 0 5px 0 0;
  display: flex;
}
.gallery-page .grid-items .info .btns-wrapper .btn__approve .loader .lds-roller, .gallery-page .items-wrap .info .btns-wrapper .btn__approve .loader .lds-roller, .seller-dashboard .grid-items .info .btns-wrapper .btn__approve .loader .lds-roller, .seller-dashboard .items-wrap .info .btns-wrapper .btn__approve .loader .lds-roller {
  width: 30px;
  height: 30px;
}
.gallery-page .grid-items .info .btns-wrapper .btn__approve .loader .lds-roller div:after, .gallery-page .items-wrap .info .btns-wrapper .btn__approve .loader .lds-roller div:after, .seller-dashboard .grid-items .info .btns-wrapper .btn__approve .loader .lds-roller div:after, .seller-dashboard .items-wrap .info .btns-wrapper .btn__approve .loader .lds-roller div:after {
  width: 3px;
  height: 3px;
}
.gallery-page .grid-items .info .btns-wrapper.double-btn, .gallery-page .items-wrap .info .btns-wrapper.double-btn, .seller-dashboard .grid-items .info .btns-wrapper.double-btn, .seller-dashboard .items-wrap .info .btns-wrapper.double-btn {
  width: calc(100% + 30px);
  margin-top: 20px;
}
.gallery-page .grid-items .info .btns-wrapper.double-btn form, .gallery-page .items-wrap .info .btns-wrapper.double-btn form, .seller-dashboard .grid-items .info .btns-wrapper.double-btn form, .seller-dashboard .items-wrap .info .btns-wrapper.double-btn form {
  width: 100%;
  margin: 0 15px;
}
.gallery-page .grid-items .info .btns-wrapper.double-btn form .btn, .gallery-page .items-wrap .info .btns-wrapper.double-btn form .btn, .seller-dashboard .grid-items .info .btns-wrapper.double-btn form .btn, .seller-dashboard .items-wrap .info .btns-wrapper.double-btn form .btn {
  margin: 0;
  width: 100%;
}
.gallery-page .items-wrap, .seller-dashboard .items-wrap {
  display: flex;
  justify-content: center;
}
.gallery-page .items-wrap .item, .seller-dashboard .items-wrap .item {
  --widthBlc: 365px;
  max-width: var(--widthBlc);
}
@media screen and (max-width: 415px) {
  .gallery-page .items-wrap .item, .seller-dashboard .items-wrap .item {
    --widthBlc: 339px;
  }
}

.seller-dashboard .grid-empty {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
  font-family: var(--mainFont);
}
@media screen and (max-width: 520px) {
  .seller-dashboard .grid-empty {
    flex-direction: column;
  }
}
.seller-dashboard .left-bg {
  position: relative;
  max-width: 340px;
  margin-right: -100px;
}
.seller-dashboard .left-bg svg {
  max-width: 100%;
}
.seller-dashboard .right-bg {
  max-width: 520px;
}
.seller-dashboard .right-bg img {
  max-width: 100%;
}
.seller-dashboard .empty-content {
  position: absolute;
  left: 60px;
  top: 45px;
  color: #000000;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .seller-dashboard .left-bg {
    max-width: 280px;
    margin-right: -50px;
  }
  .seller-dashboard .right-bg {
    max-width: 260px;
  }
  .seller-dashboard .empty-content {
    left: 42px;
    top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .seller-dashboard .left-bg {
    margin-right: -30px;
  }
}

.status {
  margin-bottom: 20px;
  font-weight: 600;
}
.status.publish {
  color: var(--success);
}
.status.draft {
  color: var(--warning);
}
.status.failed {
  color: var(--erorr);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pagination .page-numbers {
  width: 34px;
  height: 34px;
  margin: 0 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #254751;
  font-size: 16px;
  color: var(--primary);
}
.pagination .page-numbers.current {
  background: var(--btn);
  color: var(--light);
}
.pagination .page-numbers.prev {
  margin-right: 10px;
  font-size: 0;
}
.pagination .page-numbers.prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(135deg);
  margin: 0 0 0 3px;
}
.pagination .page-numbers.next {
  margin-left: 10px;
  font-size: 0;
}
.pagination .page-numbers.next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg);
  margin: 0 3px 0 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-page.seller-dashboard .items-wrap .item {
  width: 100%;
  --widthBlc: 565px;
  max-width: var(--widthBlc);
  margin-bottom: 30px;
}
.single-page.seller-dashboard .items-wrap .item .card-wrap-front {
  margin: 0 auto;
}
.single-page.seller-dashboard .items-wrap .side {
  margin: 0 auto;
}

.cards-wrapper {
  min-height: 100vh;
  background: #191919;
}

.card-front, .card-back {
  --widthBlc: 365px;
  --heightBlc: 510px;
  width: var(--widthBlc);
  height: var(--heightBlc);
  border: 10px solid var(--maskPrimary);
  border-radius: 15px;
  position: relative;
  box-shadow: 0 0 20px var(--maskPrimary);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #191919;
}
@media screen and (max-width: 415px) {
  .card-front, .card-back {
    --widthBlc: 339px;
    --heightBlc: 475px;
  }
}
.card-front .mask, .card-back .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.card-front .mask svg, .card-back .mask svg {
  display: block;
  width: 112%;
  height: 102%;
}
.card-front .mask svg rect, .card-back .mask svg rect {
  fill: var(--maskPrimary);
}
.card-front .mask svg path, .card-back .mask svg path {
  fill: var(--maskPrimary);
}
.card-front .image, .card-back .image {
  position: relative;
  margin: 4% 4%;
}
.card-front .image img, .card-back .image img {
  display: block;
  width: 100%;
}
.card-front .team, .card-back .team {
  position: relative;
  width: 100%;
  font-family: var(--cardFont);
  line-height: 1;
  text-align: center;
  font-size: 100%;
  color: #FEF7EA;
  margin-top: -83px;
}
.card-front .name, .card-back .name {
  text-align: center;
  font-size: 34px;
  color: #FEF7EA;
  position: relative;
  text-transform: uppercase;
  font-family: var(--cardFont);
  margin: 0 0 53px 0;
}
.card-front .inner, .card-back .inner {
  border: 10px solid var(--maskPrimary);
  margin: 4% 4% 0;
  position: relative;
}
.card-front.min, .card-back.min {
  border-width: 5px;
}
.card-front.min .team, .card-back.min .team {
  font-size: 31px;
  margin-top: -26px;
}
.card-front.min .name, .card-back.min .name {
  margin-bottom: 9px;
  font-size: 22px;
}
.card-front.premium, .card-back.premium {
  border: 5px solid var(--maskSecondary);
  box-shadow: 0 0 20px var(--maskSecondary);
}
.card-front.premium .mask svg rect, .card-back.premium .mask svg rect {
  fill: var(--maskSecondary);
}
.card-front.premium .mask svg path, .card-back.premium .mask svg path {
  fill: var(--maskSecondary);
}
.card-front.premium .inner, .card-back.premium .inner {
  border: 10px solid var(--maskSecondary) !important;
}
.card-front.premium .inner .info, .card-back.premium .inner .info {
  border-top-color: var(--maskSecondary);
}
.card-front.premium .bottom-line .icon, .card-back.premium .bottom-line .icon {
  border-color: var(--maskSecondary);
}
.card-front.premium .bottom-line:before, .card-front.premium .bottom-line:after, .card-back.premium .bottom-line:before, .card-back.premium .bottom-line:after {
  border-top-color: var(--maskSecondary);
  border-bottom-color: var(--maskSecondary);
}
.card-front.premium .image, .card-back.premium .image {
  position: relative;
  background: var(--maskSecondary);
}
.card-front.premium .image img, .card-back.premium .image img {
  mix-blend-mode: hard-light;
}

.card-front.min .image {
  margin: 3% 3%;
  height: 100%;
  max-height: 86%;
}
.card-front.min .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-back .image {
  margin: 0;
  max-height: 540px;
  overflow: hidden;
}
.card-back .image img {
  display: block;
  width: 100%;
}
.card-back .image .image-name {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #FEF7EA;
  font-size: 74px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  text-align: center;
  font-family: var(--cardFontGilroyBold);
  padding: 22px 0 11px;
}
.card-back .info {
  padding: 30px;
  border-top: 25px solid var(--maskPrimary);
}
.card-back .info p {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--cardFontGilroy);
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 10px 0;
}
.card-back .info p.description {
  font-size: 26px;
  margin-top: 15px;
  font-weight: 400;
  overflow: hidden;
  max-height: 168px;
}
.card-back .bottom-line {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
}
.card-back .bottom-line:before, .card-back .bottom-line:after {
  position: absolute;
  content: "";
  width: calc(50% - 22px);
  height: 20px;
  border-top: 5px solid var(--maskPrimary);
  border-bottom: 5px solid var(--maskPrimary);
  transform: translateY(-50%);
  top: 50%;
}
.card-back .bottom-line:before {
  left: 0;
}
.card-back .bottom-line:after {
  right: 0;
}
.card-back .bottom-line .icon {
  flex: 0 0 90px;
  height: 90px;
  border: 5px solid var(--maskPrimary);
  border-radius: 100%;
  padding: 9px;
}
.card-back .bottom-line .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.card-back.min {
  padding: 8px;
}
.card-back.min .image {
  max-height: 100%;
}
.card-back.min .image .image-name {
  font-size: 21px;
}
.card-back.min .inner {
  border-width: 5px;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-back.min .info {
  border-top: 7px solid var(--maskPrimary);
  padding: 10px 15px;
}
.card-back.min .info p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.card-back.min .info p.description {
  font-size: 15px;
  max-height: 104px;
}
.card-back.min .bottom-line {
  margin: 0 0 7px 0;
}
.card-back.min .bottom-line .lines {
  display: none;
}
.card-back.min .bottom-line .icon {
  flex: 0 0 50px;
  height: 50px;
}

.pr {
  height: 1165px;
  width: 840px;
  perspective: 3000px;
  margin-top: 150px;
}

.rotate {
  animation: loader 12s linear infinite;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.rotate .card-front, .rotate .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.rotate .card-back {
  transform: rotateY(180deg);
}

@keyframes loader {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.card-image .pr {
  height: 510px;
  width: 380px;
  perspective: 3000px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .card-image .pr {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .card-image .pr {
    height: 416px;
    width: 300px;
  }
}
.card-image .team {
  font-size: 45px;
  margin-top: -41px;
}
@media screen and (max-width: 500px) {
  .card-image .team {
    font-size: 32px;
    margin-top: -25px;
  }
}
.card-image .name {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .card-image .name {
    font-size: 11px;
  }
}
.card-image .card-back .inner {
  border: 5px solid var(--maskPrimary);
  margin: 4%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-image .card-back .image {
  max-height: 250px;
}
.card-image .card-back .image .image-name {
  font-size: 20px;
  padding: 14px 0 9px;
}
.card-image .card-back .info {
  padding: 10px;
  border-top: 5px solid var(--maskPrimary);
  flex: 1;
}
.card-image .card-back .info p {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px 0;
}
.card-image .card-back .bottom-line {
  margin: 0 0 4% 0;
}
.card-image .card-back .bottom-line:before, .card-image .card-back .bottom-line:after {
  height: 18px;
  width: calc(50% - 29px);
}
.card-image .card-back .bottom-line .icon {
  flex: 0 0 60px;
  height: 60px;
}

.admin .card-front {
  box-shadow: none !important;
  margin: 0 auto;
}

@media screen and (min-width: 991px) {
  .double-block-scroll {
    flex: 1;
    overflow: auto;
    max-height: 30vh;
    margin-bottom: 20px;
    overscroll-behavior: contain;
  }
}

.card-popup .popup-content .team {
  transition: all linear 0.2s;
  white-space: nowrap;
}
.card-popup .popup-content .name {
  transition: all linear 0.2s;
  white-space: nowrap;
}

.card-popup .tabs-content-item.active {
  display: flex;
  flex-direction: column;
}

.subscribe-area .wpcf7-form {
  max-width: 515px;
  margin: 0 auto;
}
.subscribe-area .wpcf7-form .from-box2 {
  position: relative;
}
.subscribe-area .wpcf7-form .from-box2 button {
  right: 10px;
  top: 8px;
}
@media screen and (max-width: 991px) {
  .subscribe-area .wpcf7-form .from-box2 button {
    right: 7px;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-area .wpcf7-form .from-box2 button {
    right: 11px !important;
    top: 9px;
  }
}
.subscribe-area .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.subscribe-area .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 6px 180px 6px 20px;
}
@media screen and (max-width: 767px) {
  .subscribe-area .wpcf7-form-control-wrap input {
    padding: 6px 150px 6px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .hero-main-thumb2 img {
    height: auto;
  }
  .contact-form-thumb img {
    height: auto;
  }
  .process-thumb img,
  .process-thumb-inner img {
    height: auto;
  }
}
.breatcome-text {
  color: var(--light);
}

.hero-section .row.right {
  flex-direction: row-reverse;
}
.hero-section .row .hero-main-thumb2 img {
  width: 100%;
}
.hero-section .hero-main-thumb2 {
  max-width: 500px;
  margin: 0 auto;
}
.hero-section .hero-main-thumb2 img {
  height: auto;
  aspect-ratio: 600/823;
}
.hero-section .hero-button a {
  padding: 18px 35px;
}
.hero-section .hero-button a:after {
  display: none;
}

.style-three.hero-section {
  height: auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .style-three.hero-section {
    padding: 120px 0 60px;
  }
}
.style-three.hero-section .dreamit-hero-thumb {
  padding: 0;
}

.process-area .row.right {
  flex-direction: row-reverse;
}
.process-area .row.right .process-thumb {
  display: flex;
  justify-content: end;
}

.team-area .row.right {
  flex-direction: row-reverse;
}

.contact-form-area .row.right {
  flex-direction: row-reverse;
}

.wpcf7-response-output {
  border-color: transparent !important;
  color: var(--success);
}

.about-area .hero-main-thumb2 {
  max-width: 400px;
  margin: 0 auto;
}
.about-area .hero-main-thumb2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 593/1024;
}

.about-area .right {
  flex-direction: row-reverse;
}
.about-area .right .hero-main-thumb2 {
  display: flex;
  justify-content: flex-end;
}

.tml {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 150px 20px 0 20px;
}
.tml-indicator_hint-wrap {
  display: none;
}
.tml-field-wrap {
  margin-bottom: 15px;
}
.tml-pg_email-wrap, .tml-pg_full_name-wrap, .tml-pg_signature_ui-wrap {
  display: none;
}
.tml .tml-label {
  display: block;
  margin: 0.5em 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.tml .pg-signature-wrap {
  max-width: 100%;
}
.tml .pg-signature-canvas {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}
.tml label {
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.tml input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 56px;
  background-color: transparent;
  transition: 0.5s;
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid #518EFF;
  display: block;
  color: #fff;
  margin-bottom: 14px;
}
.tml .tml-button {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 33px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 88%);
  border: 0;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tml .tml-button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 8px;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0, 1);
  opacity: 0;
}
.tml .tml-button:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  background: linear-gradient(to right, #B725FF 35%, #518EFF 88%);
  color: #fff;
}
.tml-errors .tml-error {
  color: var(--erorr);
  box-shadow: none;
  padding: 5px 10px;
}
.tml-links {
  list-style: none;
  display: flex;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.tml .tml-message {
  color: #fff;
}

.add-filter-info {
  margin-top: 120px;
  text-align: center;
}

.add-nft {
  padding-top: 60px;
}
.add-nft .wrap-blc {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .add-nft .wrap-blc {
    flex-wrap: wrap;
  }
}
.add-nft .wrap-blc .item {
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  .add-nft .wrap-blc .item {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.add-nft .wrap-blc .item .card-back, .add-nft .wrap-blc .item .card-front {
  margin: 0 auto;
}
.add-nft .wrap-blc .item.form-wrap {
  align-self: flex-start;
  max-width: 412px;
}
@media screen and (max-width: 1200px) {
  .add-nft .wrap-blc .item.form-wrap {
    max-width: 100%;
    margin: 0 0 25px 0;
  }
}
.add-nft .wrap-blc .item.card-wrap-block {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.add-nft .wrap-blc .list-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.add-nft .wrap-blc .list-fields div {
  margin-bottom: 15px;
}
.add-nft .wrap-blc .list-fields div input[type=text], .add-nft .wrap-blc .list-fields div textarea, .add-nft .wrap-blc .list-fields div select {
  width: 100%;
  height: 56px;
  background-color: transparent;
  transition: 0.5s;
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid #518EFF;
  display: block;
  color: #fff;
  margin-bottom: 14px;
}
.add-nft .wrap-blc .list-fields div input[type=text]::-webkit-input-placeholder, .add-nft .wrap-blc .list-fields div textarea::-webkit-input-placeholder, .add-nft .wrap-blc .list-fields div select::-webkit-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.add-nft .wrap-blc .list-fields div input[type=text]:-moz-placeholder, .add-nft .wrap-blc .list-fields div textarea:-moz-placeholder, .add-nft .wrap-blc .list-fields div select:-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.add-nft .wrap-blc .list-fields div input[type=text]::-moz-placeholder, .add-nft .wrap-blc .list-fields div textarea::-moz-placeholder, .add-nft .wrap-blc .list-fields div select::-moz-placeholder {
  color: var(--light);
  opacity: 1;
}
.add-nft .wrap-blc .list-fields div input[type=text]:-ms-input-placeholder, .add-nft .wrap-blc .list-fields div textarea:-ms-input-placeholder, .add-nft .wrap-blc .list-fields div select:-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}
.add-nft .wrap-blc .list-fields div textarea {
  min-height: 150px;
}
.add-nft .wrap-blc .list-fields div select option {
  color: var(--dark);
}
.add-nft .wrap-blc .list-fields div label {
  font-size: 16px;
}
.add-nft .wrap-blc .list-fields div .select-label {
  margin-bottom: 10px;
}
.add-nft .wrap-blc .list-fields div input[type=file] {
  color: var(--light);
}
.add-nft .wrap-blc .list-fields div p {
  font-size: 16px;
  color: var(--light);
}
.add-nft .wrap-blc .list-fields div p.label-text {
  font-size: 14px;
  color: var(--dark-text);
}
.add-nft .wrap-blc .list-fields .custom-color {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.add-nft .wrap-blc .list-fields .btn-blc button {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 33px;
  background: linear-gradient(to right, #518EFF 35%, #B725FF 88%);
  border: 0;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  z-index: 1;
}
.add-nft .wrap-blc .success {
  font-size: 16px;
  color: var(--bs-success);
}
.add-nft .wrap-blc .error {
  font-size: 16px;
  color: var(--erorr);
}

.group-radio {
  display: flex;
  gap: 15px;
  margin: 10px 0 0 0 !important;
}

.sub-menu-admin {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sub-menu-admin {
    font-size: 16px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.sub-menu-admin a {
  margin: 0 15px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sub-menu-admin a {
    margin: 0;
  }
}
.sub-menu-admin a.current {
  color: #518EFF;
}

.rep-page .team-filter {
  padding-bottom: 20px;
}
.rep-page #add-seller-form {
  padding: 20px 0;
}
@media (width < 600px) {
  .rep-page #add-seller-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.rep-page #add-seller-form input {
  padding: 9px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  height: 47px;
  background: transparent;
  color: #fff;
}
@media (width > 601px) {
  .rep-page #add-seller-form input {
    margin: 0 15px 0 0;
  }
}
.rep-page .cta-blc a {
  margin: 20px 0;
}
.rep-page .action-team-data {
  max-width: 700px;
  margin: 0 auto;
}
.rep-page .action-team-data form {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 0;
}
.rep-page .action-team-data form input:not([type=color]), .rep-page .action-team-data form textarea {
  padding: 9px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  margin: 10px 0;
}
.rep-page .action-team-data form textarea {
  min-height: 150px;
}
.rep-page .action-team-data form button {
  margin: 20px 0;
}

.invite-code-form {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .invite-code-form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.invite-code-form input:not([type=radio]):not([type=checkbox]) {
  padding: 13px 20px;
  border: 1px solid var(--light);
  border-radius: 15px;
  background: transparent;
  color: var(--light);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .invite-code-form .field-blc {
    flex: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}
.invite-code-form .field-blc label {
  margin: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .invite-code-form .field-blc.fix-w {
    max-width: 125px;
  }
}
@media screen and (min-width: 992px) {
  .invite-code-form .field-blc.radio {
    align-self: center;
    margin-top: 25px;
  }
}
.invite-code-form .field-blc.email {
  flex: 1;
}