@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("variable.css");
a,
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.mintology-popup-overlay {
  position: fixed;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background-color: rgba(179, 179, 179, 0.7);
  top: 0;
  left: 0;
  z-index: 9991;
  display: none;
  overflow: auto;
}

.mintology-popup-inner {
  position: absolute;
  /* max-width: 991px; */
  max-width: 710px;
  margin: 0 auto;
  right: 0;
  top: 25%;
  left: 160px;
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  border-radius: 20px;
  padding: 30px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

@media screen and (min-width: 825px) {
  .mintology-popup-inner {
    left: 0  !important;
  }
}

.end-user-modal .mintology-popup-inner {
  max-width: 800px;
  padding: 0;
}

.d-block {
  display: block;
}
.d-none {
  display: none;
}
iframe {
  display: block;
}
.bg-white {
  background-color: #fff;
}
img {
  max-width: 100%;
}
a:hover,
a:hover img {
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.7;
}
.font-11 {
  font-size: 11px;
}
.w-100 {
  width: 100%;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-60 {
  margin-top: 60px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.w-25percent {
  width: 25%;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.blue-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #123676;
  border: 2px solid #123676;
  padding: 12px 15px;
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.blue-btn:hover {
  background-color: #fff;
  color: #123676;
}
.box-shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.token-gating .tg-landing-info-main,
.token-gating .tg-landing-info-main .tg-landing-info {
  display: flex;
  justify-content: space-between;
  height: 135px;
  max-height: 135px;
}
.token-gating .tg-landing-info-main .tg-landing-info {
  width: 49%;
  align-items: center;
  border-radius: 4px;
}
.token-gating .tg-landing-info-main .tg-landing-info figure {
  width: 40%;
}
.token-gating .tg-landing-info-main .tg-landing-info img {
  display: block;
  width: 71px;
  height: 135px;
  max-width: 71px;
  max-height: 135px;
  object-position: center;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.token-gating .tg-landing-info-main .tg-landing-info p {
  width: 55%;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}
.tg-landing-inner {
  padding: 20px 40px 30px;
}
.tg-landing-inner img {
  margin: 0 0 20px;
}
.tg-landing-inner .content-part {
  padding: 0 !important;
}
.tg-landing-inner .content-part h2 {
  margin-bottom: 15px;
}
.tg-landing-inner .content-part p {
  margin-bottom: 20px;
}
.store-l-container.cgl-container {
  width: 40%;
}
.store-r-container.cgr-container {
  width: 55%;
}
.store-l-container.cgl-container .form-row .upload-logo-wrap {
  width: 153px;
  height: 153px;
  border-radius: 5px;
}
.store-l-container.cgl-container .form-row .upload-logo-wrap .prev-upload-logo {
  width: 154px;
  height: 154px;
  position: relative;
}
.store-l-container.cgl-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.store-l-container.cgl-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo
  a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.store-r-container.cgr-container .preview-container {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cg-preview-main {
  display: flex;
}
.nft-claimed{
  margin-top: 20px;
}
.store-r-container.cgr-container .preview-container .cg-preview-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  background-color: #f8f2ff;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.store-r-container.cgr-container
  .preview-container
  .cg-preview-left
  img.cg-img-show {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.store-r-container.cgr-container .preview-container .cg-preview-right {
  width: 55%;
  border-left: 2px solid #eee;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  text-align: center;
  padding: 20px;
}
.cgr-container .preview-container .cg-preview-right .circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px dashed #8f8f8f;
  display: block;
  margin: 0 auto 5px;
}
.cgr-container .preview-container .cg-preview-right p.small-font {
  font-size: 11px;
  margin-bottom: 15px;
  color: #3e3e3e;
  font-family: "Montserrat", sans-serif;
}
.cgr-container .preview-container .cg-preview-right p.small-font strong {
  display: block;
  font-weight: 600;
}
.cgr-container
  .preview-container
  .cg-preview-right
  p.small-font.small-font-active {
  color: #3e3e3e;
}
.cgr-container .preview-container .cg-preview-right .preview-content {
  margin-bottom: 20px;
}
.cgr-container .preview-container .cg-preview-right .preview-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}
.cgr-container .preview-container .cg-preview-right .preview-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.cgr-container .preview-container .cg-preview-right .preview-content h3,
.cgr-container .preview-container .cg-preview-right .preview-content p {
  color: #3e3e3e;
  font-family: "Montserrat", sans-serif;
}
.cgr-container
  .preview-container
  .cg-preview-right
  .preview-content
  p.pc-content-none {
  display: none;
}
.cgr-container .preview-container .cg-preview-right .login-connet {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  color: #6e6e6e;
}
.cgr-container .preview-container .cg-preview-right .login-connet:hover {
  color: #123676;
}
.cgr-container .preview-container .cg-preview-right .login-connet img {
  max-width: 16px;
  margin-right: 10px;
}
.cg-wrap,
.pp-wrap,
.tg-landing-wrap {
  position: relative;
}
.cg-wrap .back-btn-wrap a,
.pp-wrap .back-btn-wrap a,
.tg-landing-wrap .back-btn-wrap a {
  top: 20px;
  left: -10px;
}
.cg-wrap .back-btn-wrap,
.pp-wrap .back-btn-wrap,
.tg-landing-wrap .back-btn-wrap {
  padding-bottom: 60px;
}
.mintology-wrap .cg-wrap h1 {
  padding-bottom: 5px;
}
.cg-wrap .cgl-container p,
.pp-wrap p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.store-r-container.cgr-container h3 {
  line-height: 28px;
}
.store-r-container.cgr-container .live-preview-top {
  top: 25px;
}
.tg-requirements {
  text-align: center;
  margin-bottom: 20px;
}
.tg-requirements a {
  font-size: 10px;
  color: #123676;
  border-bottom: 1px solid #123676;
}
.tg-requirements a:hover {
  border-color: transparent;
}
.tg-login {
  margin-bottom: 5px;
}
.tg-login h5 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tg-login a {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 5% 15%;
}
.tg-login a img {
  display: block;
}

.claim-module-styles .tg-login {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
  display: flex;
  /* padding: 5% 15%; */
  justify-content: center;
  height: 68px;
  width: 100% !important;
  align-items: center;
  cursor: pointer;
}

.claim-module-styles .tg-login .sign-in-modal-lnk {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.claim-module-styles .tg-login:hover {
  background-color: #EFEFEF;
}


.claim-module-styles .tg-login a img {
  display: block;
}

@media screen and (min-width: 1600px) {
  .token-gating .tg-landing-info-main .tg-landing-info figure {
    width: 71px;
  }
  .token-gating .tg-landing-info-main .tg-landing-info p {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
  }
}

/* start product pages style */
.pp-wrap h1 {
  padding-bottom: 25px;
}
.pp-wrap p {
  margin-top: 0;
}
.pp-data-wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
}
.pp-l-container {
  width: 25%;
}
.pp-r-container {
  width: 75%;
  border-left: 1px solid #ccc;
}
.data-select-container {
  padding: 30px;
}
.data-select-container .data-empty-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #b6b6b6;
}
.data-select-container .data-empty-message span {
  display: block;
}
.pp-tabbed-content .pp-tabs {
  display: none;
}
/* .pp-tabs ul {
   margin: 0;
   padding: 0 0 1em 0;
 } */
.pp-tabs ul li {
  background: #fff;
  width: 33.33%;
  text-align: center;
}
.pp-tabs ul li a,
.data-select-header {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #3e3e3e;
  border-bottom: 1px solid #d2d2d2;
}
.pp-tabs ul li a span,
.add-product-popup .pp-tabular-container div.p-one span,
.add-pages-popup .pp-tabs a span,
.products-only span {
  display: inline-block;
  background-color: #f8f2ff;
  width: 32px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #8937f4;
  margin-left: 5px;
  border-radius: 40%;
  text-align: center;
  position: relative;
  top: -1px;
}
.pp-tabs ul li a:hover,
.pp-tabs ul li a.active {
  color: #8937f4;
  border-color: #8937f4;
}
.add-pages-popup .pp-tabs {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.add-pages-popup .pp-tabs a {
  position: relative;
}
.add-pages-popup .pp-tabs a span {
  line-height: 22px;
  display: inline-block;
}
.add-pages-popup .pp-tabs a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% - 37px);
  height: 1px;
}
.add-pages-popup .pp-tabs a:hover:after,
.add-pages-popup .pp-tabs a.active:after {
  color: #3e3e3e;
  background-color: #8937f4;
}
.pp-tabbed-content .pp-item {
  padding: 15px 3px 25px 30px;
}
.pp-tabular-header {
  padding-right: 27px;
}
/* .pp-item {
   margin-bottom: 2px;
 } */
.pp-tabbed-content .pp-item .pp-item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.pp-tabbed-content .pp-item.active .pp-item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.pp-tabbed-content .pp-item {
  display: none;
}
.pp-tabbed-content .pp-item.active {
  display: block;
}
.pp-tabular-header,
.pp-l-container .select-header,
.add-pages-popup .pp-tabs {
  font-size: 14px;
  font-weight: 600;
}
.add-pages-popup .pp-tabs {
  box-sizing: border-box;
}
.pp-tabular-header,
.pp-l-container .select-header,
.add-pages-popup .pp-tabs,
.add-pages-popup .pp-tabs a {
  color: #3e3e3e;
}
.add-pages-popup .pp-tabs a {
  display: inline-block;
  margin-right: 80px;
}
.pp-l-container .select-header {
  padding: 5px 0 10px;
}
.pp-tabular-header .product-search,
.add-pages-popup .product-search {
  position: relative;
  height: 44px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 0 20px 0 47px;
}
.pp-tabular-header .product-search span,
.add-pages-popup .product-search span {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  left: 15px;
}
.pp-tabular-header .product-search input,
.add-pages-popup .product-search input {
  border: none;
  width: 100%;
  padding: 0;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
}
.pp-tabular-scroll {
  height: 475px;
  overflow: hidden;
}
.pp-tabular-row {
  margin-top: 17px;
}
.pp-tabular-row,
.pp-tabular-row p,
.selected-product-info p {
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
}
.pp-tabular-row .p-two {
  text-align: center;
}
.pp-tabular-row .p-three {
  text-align: right;
}
.pp-tabular-row .product-info,
.selected-product-info {
  display: flex;
  align-items: center;
}
.pp-tabular-row .product-info img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  margin: 0 20px 0 10px;
}
.selected-product-info {
  position: relative;
  margin-top: 10px;
}
.selected-product-info img.selected-image {
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
  margin-right: 15px;
}
.pp-tabular-row .product-info img,
.selected-product-info img.selected-image {
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}
.pp-tabular-row p {
  margin: 0;
}
.selected-product-info p {
  margin-bottom: 0;
}
.selected-product-info .selected-product-delete {
  position: absolute;
  top: 57%;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.selected-product-info .selected-product-delete img {
  max-width: 12px;
  position: relative;
  top: 50%;
}
.selected-product-info .selected-product-delete,
.selected-product-info .selected-product-delete img {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.selected-product-info .selected-product-delete:hover {
  background-color: #f5f5f5;
}
@media (min-width: 800px) {
  .pp-tabbed-content .pp-tabs,
  .pp-tabbed-content .pp-tabs li a {
    display: block;
  }
  .pp-tabbed-content.product-pages-tab .pp-tabs li a {
    width: 100%;
  }
  .pp-tabbed-content .pp-tabs ul {
    display: flex;
    justify-content: space-around;
  }
  .pp-tabbed-content .pp-item {
    min-height: 0;
  }
  .pp-tabular-header,
  .pp-tabular-row,
  .add-pages-popup .pp-tabs {
    display: flex;
    align-items: center;
  }
  .pp-tabular-container div.p-one {
    width: 55%;
  }
  .pp-tabular-container div.p-two {
    width: 15%;
  }
  .pp-tabular-container div.p-three {
    width: 30%;
  }
  .add-product-popup .pp-tabular-container div.p-one,
  .add-pages-popup .pp-tabs div.p-one {
    width: 50%;
  }
  .add-product-popup .pp-tabular-container div.p-two,
  .add-product-popup .pp-tabular-container div.p-three,
  .add-pages-popup .pp-tabs div.p-two,
  .add-pages-popup .pp-tabs div.p-three {
    width: 25%;
  }
}
/* end product pages style */
/* start create key page style */
.create-key-wrap .pp-l-container {
  width: 20%;
}
.create-key-wrap .pp-r-container {
  width: 80%;
}
.create-key-wrap .edit-nft-top-btn-wrap {
  align-items: center;
}
.create-key-wrap .edit-nft-top-btn-wrap .btn-grey,
.edit-nft-top-btn-wrap.collection-modal-top .btn-grey {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tooltip {
  top: 1px;
  left: 2px;
  text-align: left;
}
.tooltip svg {
  width: 15px !important;
  height: 15px !important;
}
.create-key-wrap .key-list ul li {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0;
}
.create-key-wrap .key-list ul li a {
  color: #3e3e3e;
  padding: 15px;
  display: block;
}
.create-key-wrap .key-list ul li a:hover,
.create-key-wrap .key-list ul li a.active {
  color: #8937f4;
  background-color: #f8f2ff;
}
.create-key-wrap .key-list ul li.add-btn {
  padding: 15px;
}
.create-key-wrap .key-list ul li.add-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #3e3e3e;
  padding: 0;
}
.create-key-wrap .key-list ul li.add-btn a img {
  width: 15px;
  margin-right: 5px;
}
.create-key-wrap .key-list ul li.add-btn a:hover {
  color: #000;
  background-color: transparent;
}
.ckc-wrap {
  height: 610px;
}
.choose-collection {
  padding: 30px;
  display: none;
}
.choose-collection.active {
  display: block;
}
.choose-collection p {
  color: #868686;
  font-size: 14px;
  font-weight: 500;
}
.choose-collection-row {
  display: flex;
  align-items: self-start;
  border-bottom: 1px solid #f4f4f5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.nft-modal-bottom .choose-collection-row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.choose-collection-row .mintology-form-row .attributes-wrap li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}
.choose-collection-row .mintology-form-row .attributes-wrap li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.choose-collection-row
  .mintology-form-row
  .attributes-wrap
  li:last-child
  a
  img {
  margin-right: 5px;
}
.choose-collection-row .mintology-form-row .frm-label {
  padding: 8px 0 0;
}
.choose-collection-row .mintology-form-row .field-sm,
.nft-modal-bottom .mintology-form-row .field-sm {
  font-size: 16px;
}
.choose-collection-row div.choose-row-margin {
  margin-right: 30px;
}
.choose-collection-row .choose-one {
  width: 25%;
}
.choose-collection-row .choose-two {
  width: 15%;
}
.choose-collection-row .choose-three {
  width: 40%;
}
.choose-collection-row .choose-four {
  width: 25%;
}
.choose-collection-row .tooltip {
  top: -1px;
}
.remove-row {
  margin-top: 12px;
}
.remove-disable {
  opacity: 0.3;
  cursor: default;
}
.remove-disable:hover {
  opacity: 0.3;
}
.choose-collection-row .choose-attribute {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  padding: 7px 10px;
}
.choose-collection-row input {
  font-size: 16px;
  font-weight: 500;
  color: #123676;
}
.choose-collection-row .choose-attribute input {
  border-radius: 0;
  border: none;
  padding: 0;
}
.choose-collection-row .choose-attribute input:focus {
  border: none;
}
.att-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 23px;
  right: 40px;
  width: 70%;
  max-width: 394px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  padding: 20px 25px 40px;
  z-index: 9;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.choose-attribute:hover .att-list {
  opacity: 1;
  visibility: visible;
}
.create-key-wrap .att-list h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #3e3e3e;
  margin: 0 0 5px;
}
.att-list span {
  display: inline-block;
  background-color: #f8f2ff;
  width: 32px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #8937f4;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 40%;
  text-align: center;
  position: relative;
  top: -1px;
}
.att-list h4,
.att-list p {
  color: #123676;
  border-bottom: 1px solid #f4f4f5;
  margin: 0;
}
.att-list h4 {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 0;
}
.att-list p {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
.create-key-wrap h3 {
  font-size: 18px;
  margin-top: 0;
}
.add-collection-popup .mintology-popup-inner {
  max-width: 614px;
}
.add-collection-popup .mintology-pop-content {
  text-align: left;
}
.add-collection-tab ul li {
  display: block;
  width: 50%;
  margin-bottom: 0;
}
.add-collection-tab .pp-tabbed-content .pp-item {
  padding: 0;
  margin-bottom: 20px;
}
.add-collection-tab .pp-tabbed-content .collection-modal-content {
  height: 430px;
  overflow: hidden;
}
.add-collection-tab .pp-tabbed-content .nft-modal-content {
  height: 225px;
  overflow: hidden;
}
.add-collection-tab .pp-tabular-row .product-info img {
  margin-left: 15px;
}
.collection-tabular-row {
  position: relative;
  padding-right: 110px;
  margin-top: 0;
  margin-bottom: 20px;
}
.collection-tabular-row p,
.collection-tabular-row a {
  color: #123676;
}
.collection-tabular-row .add-claim {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.update_import_btn {
  width: 122px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 800px) {
  .pp-tabbed-content .add-collection-tab {
    margin-bottom: 25px;
  }
}
.custom-radio {
  width: 20px !important;
  height: 20px !important;
  border-color: #d2d2d2;
}
input[type="radio"].custom-radio:checked {
  border-color: #123676;
  background-color: #123676;
}
input[type="radio"].custom-radio:checked::before {
  background-color: #fff;
  margin: 5px;
}
.collection-tab-search {
  display: block;
  margin-bottom: 20px;
}
.nft-modal-bottom {
  border-top: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.nft-modal-bottom .nft-add {
  color: #123676;
  font-size: 16px;
  font-weight: 500;
}
.token-gating .choose-collection-row .tg-landing-info-main .tg-landing-info {
  width: 100%;
}
.token-gating .choose-collection-row .tg-landing-info-main,
.token-gating .choose-collection-row .tg-landing-info-main .tg-landing-info,
.token-gating
  .choose-collection-row
  .tg-landing-info-main
  .tg-landing-info
  img {
  height: 71px;
  max-height: 71px;
}
.nft-continue-btn {
  padding: 100px 0 20px;
}
/* end create key page style */
/* start attribute modal box style */
.att-select {
  font-size: 16px;
  font-weight: 500;
  color: #123676;
  margin-bottom: 20px !important;
}
.att-select span {
  display: inline-block;
  background-color: #f8f2ff;
  width: 32px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #8937f4;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 40%;
  text-align: center;
  position: relative;
  top: -1px;
}

/* start accordion style */
.mint-accordion-toggle {
  cursor: pointer;
}
.mint-accordion-content {
  display: none;
  padding: 20px 0 0;
}
.mint-accordion-content.default {
  display: block;
}
.mint-accordion-cont h4 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #123676;
  border-bottom: 1px solid #f4f4f5;
  padding: 25px 0;
  margin: 0;
}
.mint-accordion-cont h4 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 45px;
  font-size: 12px;
  font-weight: 500;
  color: #123676;
  display: inline-block;
}
.mint-accordion-cont h4:last-of-type {
  border-bottom: none;
}
.mint-accordion-cont h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border: solid #b6b6b6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.mint-accordion-cont h4.active:after {
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
/* end accordion style */
.attributes-popup .mintology-popup-inner {
  padding: 30px;
}
.att-save-cont {
  padding-top: 30px;
  border-top: 2px solid #ddd;
}
.att-check {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f4f5;
}
.item-check {
  width: 48%;
  margin-bottom: 20px;
}
.item-check label {
  color: #0f172a;
}
.item-check .styled-checkbox + label:before {
  position: relative;
  top: -2px;
}
/* end attribute modal box style */
/* success page style starts here */
.cgr-container
  .preview-container
  .cg-preview-right
  .preview-content
  .verified-content {
  padding: 10px 0;
}
.cgr-container
  .preview-container
  .cg-preview-right
  .preview-content
  .verified-content
  h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #123676;
  margin: 0 0 40px;
}
.cgr-container
  .preview-container
  .cg-preview-right
  .preview-content
  .verified-content
  p,
.create-store-wrap input,
.create-store-wrap textarea {
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
}
.cgr-container
  .preview-container
  .cg-preview-right
  .preview-content
  .verified-content
  p {
  margin: 35px 0 50px;
}
/* success page style end here */
/* Dashboard page style starts here */
.tg-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.tg-dashboard-top .tg-dashboard-search {
  display: block;
  width: 466px;
}
.cg-nft-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #8937f4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #8937f4;
  padding: 10px 20px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}
.cg-nft-btn:hover,
.cg-nft-btn1 {
  background-color: #8937f4;
  color: #fff;
}
.cg-nft-btn1:hover {
  color: #8937f4;
  background-color: #fff;
  border: 1px solid #8937f4;
}
.cg-nft-btn svg {
  margin-right: 5px;
}
.cg-nft-btn:hover svg path {
  stroke: #fff;
}

/* Table style starts here */
.data-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.data-table thead tr {
  background-color: #fafafa;
}
.data-table table th,
.data-table table td {
  font-weight: 500;
  padding: 25px 20px;
  text-align: left;
}
.data-table table th {
  color: #868686;
  font-size: 18px;
}
.data-table table td,
.data-table table td p {
  color: #3e3e3e;
  font-size: 16px;
}
.data-table table td p {
  margin: 0;
  padding-top: 10px;
}
.data-table table td {
  border-bottom: 1px solid #f4f4f5;
  vertical-align: top;
}

@media screen and (min-width: 601px) {
  .data-table table th:nth-child(1),
  .data-table table td:nth-child(1) {
    width: 5%;
  }
  .data-table table th:nth-child(2),
  .data-table table td:nth-child(2) {
    width: 20%;
  }
  .data-table table th:nth-child(3),
  .data-table table td:nth-child(3) {
    width: 24%;
  }
  .data-table table th:nth-child(4),
  .data-table table td:nth-child(4) {
    width: 15%;
  }
  .data-table table th:nth-child(5),
  .data-table table td:nth-child(5) {
    width: 13%;
  }
  .data-table table th:nth-child(6),
  .data-table table td:nth-child(6) {
    width: 15%;
  }
  .data-table table th:nth-child(7),
  .data-table table td:nth-child(7) {
    width: 4%;
  }
  .data-table table th:nth-child(8),
  .data-table table td:nth-child(8) {
    width: 4%;
  }
  .product-dashboard table th:nth-child(1),
  .product-dashboard table td:nth-child(1) {
    width: 50%;
  }
  .product-dashboard table th:nth-child(2),
  .product-dashboard table td:nth-child(2) {
    width: 15%;
  }
  .product-dashboard table th:nth-child(3),
  .product-dashboard table td:nth-child(3) {
    width: 15%;
  }
  .product-dashboard table th:nth-child(4),
  .product-dashboard table td:nth-child(4) {
    width: 15%;
  }
  .product-dashboard table th:nth-child(5),
  .product-dashboard table td:nth-child(5) {
    width: 9%;
  }
  .product-dashboard table th:nth-child(6),
  .product-dashboard table td:nth-child(6) {
    width: 5%;
  }
}

@media screen and (max-width: 600px) {
  .data-table table {
    border: 0;
  }
  .data-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .data-table table tr {
    border-bottom: 3px solid #f4f4f5;
    display: block;
    margin-bottom: 0.625em;
  }
  .data-table table td,
  .data-table table td p {
    display: block;
    font-size: 15px;
  }
  .data-table table td {
    position: relative;
    border-bottom: 1px solid #f4f4f5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50%;
    padding-right: 0;
  }
  .data-table table td p {
    padding-top: 0;
  }
  .data-table table td::before {
    position: absolute;
    top: 17px;
    left: 0;
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .data-table table td:last-child {
    border-bottom: 0;
  }
  .data-table .status-check p:before {
    top: 7px !important;
  }
}

.data-table .dashboard-img-thumb {
  border-radius: 8px;
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  object-fit: cover;
  object-position: top;
}
.data-table .dashboard-img-thumb1,
.data-table .dashboard-img-thumb2 {
  display: flex;
  margin-top: 12px;
}
.data-table .dashboard-img-thumb1 li,
.data-table .dashboard-img-thumb2 li {
  width: 24px;
  margin-bottom: 0;
  position: relative;
}
.data-table .dashboard-img-thumb1 img,
.data-table .dashboard-img-thumb2 img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #fff;
}
.data-table .dashboard-img-thumb1 img,
.data-table .dashboard-img-thumb1 li.last a {
  border-radius: 6px;
}
.data-table .dashboard-img-thumb2 img,
.data-table .dashboard-img-thumb2 li.last a {
  border-radius: 50%;
}
.data-table .dashboard-img-thumb1 li.last a,
.data-table .dashboard-img-thumb2 li.last a {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #f8f2ff;
  color: #8937f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
}
.data-chart p {
  display: flex;
  align-items: center;
}
.data-chart .chart-block {
  width: 57px;
  max-width: 57px;
  padding-right: 10px;
}
.data-chart .chart-block img {
  display: block;
}
.pd-thumb {
  display: flex;
  align-items: center;
}
.pd-thumb img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  margin-right: 15px;
}
.status-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.status-check p {
  position: relative;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0 !important;
  padding-left: 15px;
  margin: 0;
}
.status-check p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.status-check .active-status:before {
  background-color: #11c123;
}
.status-check .inactive-status:before {
  background-color: #eb4343;
}
.switch input:checked + .slider {
  background-color: #11c123;
}
.product-dashboard .switch input:checked + .slider {
  background-color: #8937f4;
}
/* Table style end here */

/* Switch button style starts here */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.switch input:checked + .slider {
  background-color: #11c123;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 26px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
/* Switch button style starts here */
.tgp-dashboard h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 25px;
}
.tg-dashboard-l,
.tg-dashboard-r {
  display: flex;
}
.tg-dashboard-l,
.tg-dashboard-r {
  align-items: center;
}
.tg-dashboard-l p {
  margin: 0;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #868686;
}
.tg-dashboard-l .status-check p {
  font-size: 20px;
  color: #3e3e3e;
}
.tg-dashboard-l .status-check p:before {
  top: 11px;
}
.tg-dashboard-r a {
  font-size: 20px;
  line-height: 19px;
  font-weight: 500;
  margin-left: 20px;
  padding: 15px 30px;
}
.tg-dashboard-r .cg-nft-btn svg {
  margin-right: 10px;
}
.tgp-dashboard .tg-dashboard-top {
  align-items: end;
  border-bottom: 1px solid #d2d2d2;
}
.tgp-dashboard.tgp-product-dashboard h1 {
  padding-bottom: 5px;
}
.project-gate {
  padding: 40px 0 0;
}
.project-gate-wrap,
.gate-details-wrap {
  display: flex;
  justify-content: space-between;
}
.project-gate-wrap .project-l-gate {
  width: 30%;
}
.gate-details-wrap .gate-details-l {
  width: 35%;
  border-right: 1px solid #f4f4f5;
}
.project-gate-wrap .project-r-gate,
.gate-details-wrap .gate-details-r {
  width: 65%;
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
}
.project-gate-wrap .project-r-gate {
  align-items: flex-end;
}
.analytics-cont {
  position: relative;
  border-radius: 19px;
  border: 1px solid #d2d2d2;
  padding: 20px 100px 20px 20px;
  margin-bottom: 20px;
}
.analytics-cont.active {
  border-color: #8937f4;
}
.analytics-cont:last-child {
  margin-bottom: 0;
}
.analytics-cont h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #123676;
  margin: 0 0 20px;
}
.analytics-cont h5 {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 20px;
}
.analytics-cont h5 span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}
.analytics-cont h5 span.gain,
.profit-percent {
  color: #11c123;
}
.analytics-cont h5 span.loss,
.loss-percent {
  color: #eb4343;
}
.analytics-cont p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #868686;
  margin: 0;
}
.analytics-cont .chart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.analytics-cont .chart-icon.clicks {
  background-color: #eef6fd;
}
.analytics-cont .chart-icon.success-entries {
  background-color: #fde8f6;
}
.analytics-cont .chart-icon.time {
  background-color: #fbf4eb;
}
.gate-details {
  padding: 80px 0 0;
  /* border-bottom: 1px solid #F4F4F5; */
}
.product-dashboard .pl-percent {
  padding-left: 10px;
}
.product-dashboard .pl-disable {
  color: #cfcfcf;
}
.product-dashboard .status-check {
  justify-content: center;
}
.product-dashboard a {
  color: #3e3e3e;
}
.product-dashboard a:hover {
  color: #8937f4;
}
.product-dashboard table td {
  vertical-align: middle;
}
/* Gate details key style starts */
.gate-details-l h2 {
  width: 100%;
  min-height: 36px;
  background-color: #fafafa;
  color: #868686;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 20px;
  margin: 0;
}
.product-dashboard .data-table table th,
.gate-details-l h2 {
  height: 36px;
}
.gate-details-l h2 {
  padding-left: 30px;
  padding-right: 30px;
}
.key-accordion-cont {
  padding: 30px;
}
.key-accordion-block {
  position: relative;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.key-accordion-cont h4 {
  color: #3e3e3e;
}
.key-edit {
  position: absolute;
  top: 32px;
  right: 80px;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 999;
}
.mint-accordion-cont h4:after {
  border-color: #123676;
}
.key-accordion-block img {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50;
  margin-right: 15px;
}
.key-accordion-block ul {
  margin-top: 8px;
}
.key-accordion-block li p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 600;
}
.key-accordion-block li p img {
  margin-right: 15px;
  border-radius: 50%;
}
.key-accordion-block .mint-accordion-content {
  padding: 0 0 30px;
}
.mint-accordion-cont .key-accordion-block h4 {
  padding: 19px 0;
  color: #000;
}
.key-accordion-block p {
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
  margin-top: 0;
}
.gd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.gd-top h3,
.gd-top a {
  margin-bottom: 0;
}
.gd-top a {
  width: auto;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  margin-left: 20px;
}
.gd-top a:hover {
  background-color: #fff;
  color: #123676;
}
/* Gate details key style end */
/* Gate settings page style start */
.gate-settings {
  padding: 50px 0 0;
}
.gate-settings .pp-tabs ul li {
  width: 50%;
}
.gate-settings .store-l-container .form-row .upload-logo-wrap.sq-wrap {
  height: 300px;
  margin-bottom: 20px;
}
.gate-settings .store-l-container {
  width: 25%;
  margin-right: 5%;
}
.gate-settings .create-store-wrap {
  justify-content: flex-start;
}
.gate-settings .store-l-container .form-row label {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.gate-settings .store-l-container .form-row .ins-txt {
  font-size: 15px;
}
.gate-settings .store-r-container {
  padding-top: 35px;
}
.gate-settings .mintology-form-row {
  padding-bottom: 30px;
}
.gate-settings .mintology-form-row textarea {
  resize: none;
  height: 208px;
}
.gate-settings a.preview-btn {
  display: flex;
  align-items: center;
  color: #8542f3;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.gate-settings a.preview-btn svg {
  margin-left: 10px;
}
.gate-settings a.preview-btn:hover {
  color: #3e3e3e;
}
.gate-settings a.preview-btn:hover svg path {
  stroke: #3e3e3e;
}
.gate-settings .pp-tabbed-content .pp-item {
  padding: 40px 0;
}
.gate-settings .store-l-container .form-row .upload-logo-wrap,
.gate-settings
  .store-l-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo {
  border-radius: 5px;
}
.gate-settings .store-l-container .form-row .upload-logo-wrap {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.gate-settings
  .store-l-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo {
  position: relative;
}
.gate-settings
  .store-l-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
.gate-settings
  .store-l-container
  .form-row
  .upload-logo-wrap
  .prev-upload-logo
  a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Gate settings page style end */
/* Add product modal box style start */
.add-product-popup .mintology-popup-inner {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
.add-product-popup .pp-top-content {
  text-align: left;
  padding: 0 40px;
}
.add-product-popup .pp-top-content p {
  font-size: 20px;
  font-weight: 1770;
}
.add-product-popup .add-product-tab {
  padding-bottom: 30px;
}
.add-product-popup .pp-tabbed-content .pp-item,
.add-product-popup .add-item-btn,
.add-pages-popup .pp-tabs {
  padding-left: 40px;
  padding-right: 40px;
}
/* Add product modal box end start */
/* Dashboard page style end here */
/* Single product chart style start here */
.analytics-wrap {
  display: flex;
  justify-content: space-between;
}
.single-product-analysis .pd-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.single-product-analysis .pd-top .status-check p {
  padding-right: 15px;
}
.single-product-analysis .pd-top .status-check p:before {
  top: 9px;
}
.single-product-analysis .pd-top h2 {
  font-size: 32px;
  font-weight: 700;
  color: #3e3e3e;
  margin: 0;
}
.single-product-analysis .analytics-cont {
  width: 50%;
  margin: 0 10px;
}
.single-product-analysis .analytics-cont:first-child {
  margin-left: 0;
}
.single-product-analysis .analytics-cont:last-child {
  margin-right: 0;
}
.single-product-analysis .analytics-wrap {
  margin-bottom: 40px;
}
.traffic-wrap h5 {
  font-size: 20px;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 20px;
}
.single-product img {
  width: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
}
.single-product-analysis .landing-wrap {
  max-width: 90%;
  margin: 30px auto 0;
}
.single-page {
  background-color: #f0f6ff;
  padding: 30px 20px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.single-page h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #123676;
  margin: 0 0 25px;
}
.single-page svg {
  margin-right: 15px;
}
.single-page .page-preview {
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 20px 20px 50px;
}
.single-page .page-preview span {
  background-color: #e9e9e9;
  height: 9px;
  margin-bottom: 12px;
  display: block;
}
/* Single product chart style end here */
/* Collection modal body style start here */
.collection-modal-body {
  padding: 0 40px;
}
.collection-modal-top {
  align-items: center;
  margin: 30px 0 40px;
}
.collection-modal-top p {
  display: flex;
  align-items: center;
  font-size: 24px !important;
  font-weight: 500;
  margin: 0;
}
.collection-modal-top p a {
  height: 24px;
  margin-left: 15px;
}
.edit-nft-top-btn-wrap.collection-modal-top .btn-grey {
  font-size: 16px;
}
.collection-modal-scroll {
  height: 530px;
  overflow: hidden;
}
/* Collection modal body style end here */
.pp-tabular-scroll {
  height: 420px;
  overflow: hidden;
}
.pp-not-found {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pp-not-found p {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
}
/* Folder tree style start here */
/* .folder-tree-main {
   max-width: 227px;
   border:1px solid #D2D2D2;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   padding: 20px 15px 5px;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
 }
 .folder-tree-main ul {
   font-size: 12px;
   line-height: 1.1;
   font-weight: 500;
   color: #6E6E6E;
 }
 .folder-tree-main ul li,
 .folder-tree-main li ul,
 .folder-tree-main li li,
 .folder-tree-main li li ul {
   position: relative;
 }
 .folder-tree-main ul li:before,
 .folder-tree-main li ul:before,
 .folder-tree-main li li:after,
 .folder-tree-main li li ul:after,
 .folder-tree-main li ul:after {
   content:"";
 }
 .folder-tree-main ul li:before,
 .folder-tree-main li ul:before,
 .folder-tree-main li li:after,
 .folder-tree-main li li ul:after {
   position: absolute;
   display: block;
 }  
 .folder-tree-main ul li:before,
 .folder-tree-main li ul:before {    
   left:0;
   color: #123676;
 }
 .folder-tree-main ul li:before {
   content:"1.";
   top:4px;
 }
 .folder-tree-main ul li li:before,
 .folder-tree-main ul li li li:before {
   display: none;
 }
 .folder-tree-main ul li div {
   display: flex;
   align-items: center;
   padding-left: 27px;
 }
 .folder-tree-main ul li div {
   margin-bottom: 20px;
 }
 .folder-tree-main ul li div img {
   margin-top: -2px;
   margin-right: 10px;
 }
 .folder-tree-main li ul {
   padding-left: 48px;
   margin-bottom: 10px;
 }
 .folder-tree-main li ul:after {    
   position: absolute;
   top:-19px;
   left:27px;
   border-left: 1px dotted #6e6e6e;
   height: 85px;
   width: 1px;
 }
 .folder-tree-main li li {
   padding-left: 0;
 }
 .folder-tree-main ul li ul:before {
   top:29px;
 }
 .folder-tree-main ul li li ul:before {
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
 }
 .folder-tree-main ul li ul:before { 
   content:"2.";
   
 }
 .folder-tree-main ul li li ul:before {
   content:"3.";
   left: -48px;
 }
 .folder-tree-main li li:after {
   top:6px;
   left:-20px;
   border-bottom: 1px dotted #6e6e6e;
   height: 1px;    
   width: 44px;
 }
 .folder-tree-main li li li:after {
   width: 21px;
   top:4px;
   left:3px;
 }
 .folder-tree-main li li div{
   margin-bottom: 15px;
 }
 .folder-tree-main li li ul {
   padding-left: 25px;
   margin-top:25px;
 }
 .folder-tree-main li li ul:after {
   top:-23px;
   left:27px;
   border-left: 1px dotted #6e6e6e;
   height: 57px;    
   width: 1px;
 }
 .folder-tree-main li li li div {
   margin-bottom: 15px;
 } */
/* Folder tree style end here */
.prev-upload-success-logo {
  position: relative;
}
.prev-upload-success-logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.end-user-modal-inner-wrap .store-r-container.cgr-container {
  width: 100%;
}
.end-user-modal-inner-wrap .store-r-container.cgr-container .preview-container {
  padding: 0;
  background-color: transparent;
}
.end-user-modal .mintology-popup-inner {
  padding: 0;
}
.mintable-login-btn {
  padding-top: 20px;
}
.login-frm-wrap p {
  color: var(--Neutral-Colors-Neutral-800, #565656);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.login-frm-wrap .login-btn-wrap a {
  border: 1px solid #e2e8f0;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  line-height: 26px;
  color: var(--Neutral-Colors-Neutral-900, #3e3e3e);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: 120px;
  height: 16px;
  flex-shrink: 0;
  margin: 0px 8px;
  align-items: center;
}
.login-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
.login-btn-wrap a img {
  padding-right: 10px;
}
.password-container {
  position: relative;
}
.password-input {
  padding-right: 30px; /* Adjust padding to accommodate button */
}
.password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 5px; /* Adjust position as needed */
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}
.mintable-connected a {
  border-radius: 98.351px;
  border: 1px solid var(--Status-Color-Success-600, #11c123);
  background: #fff;
  padding: 11px 50px;
  display: flex;
  align-items: center;
}
.mintable-connected a span {
  color: var(--Mintology-Seconadry-Color-Secondary-900, #123676);
  text-align: center;
  font-family: Montserrat;
  font-size: 18.927px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.391px;
  padding-left: 12px;
}
.mintable-connect-loader-wrap {
  position: relative;
  margin-top: 2.9em;
}
.connect-response span.error-msg {
  color: var(--Status-Color-Warning-600, #eb4343);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.connect-response {
  margin-top: 25px;
  padding: 15px;
}
.end-user-modal .mintology-popup-inner {
  max-width: 800px;
}
.end-user-modal .tg-login a:hover {
  border-color: #8937f4;
  background-color: #f8f2ff;
}
.line-with-text {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
.line-with-text .text {
  position: relative;
  background-color: #fff;
  margin: 15px auto;
  font-size: 16px;
  color: #9e9e9e;
}

.line-with-text .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #f4f4f5;
}
.line-with-text .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #f4f4f5;
}
.login-input-wrap {
  width: 80%;
  margin: 0 auto;
}

.login-input-wrap .login-input .txt-input {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff !important;
  border-radius: 0;
  padding: 7px 0;
  margin-bottom: 10px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  line-height: 2;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
}
.login-input-wrap .login-input .txt-input:focus {
  background-color: #fff !important;
}

.end-user-modal-img-thumb2 {
  display: flex;
  margin: 15px 0px;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding-inline-start: 0 !important;
}
.last a {
  color: #3858e9;
}

.end-user-modal-img-thumb2 li {
  width: 40px;
  margin-bottom: 0;
  position: relative;
}
.end-user-modal-img-thumb2 li img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  object-position: top;
  border: 3px solid #fff;
}
.end-user-modal-img-thumb2 li.last {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  display: block;
  background-color: #f8f2ff;
  color: #8937f4;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  border: 3px solid #fff;
}
.end-user-modal-img-thumb2 li.last {
  border-radius: 50%;
}
.requirement-link {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  color: #123676;
}
.tg-requirements-wrap {
  margin-bottom: 20px;
}
.cg-preview-right .tg-login h5 {
  font-size: 16px;
  color: var(--mintology-color-3);
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  line-height: 1.4em;
}
.connect-font-15 {
  font-size: 15px;
  font-weight: 500;
  color: var(--mintology-color-3);
  font-family: "Montserrat", sans-serif;
}

.claim-module-styles .connect-font-15 {
  font-size: 18px;
  font-weight: 500;
  color: var(--mintology-color-3);
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cg-preview-right .login-connet {
  text-align: center;
  font-family: Montserrat;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration-line: underline;
}
.forget-pass-lnk {
  text-align: right;
  padding: 10px 0;
}
.forget-pass-lnk a {
  color: #540ded;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.submit-btn-wrap .btn-primary {
  width: 100%;
  font-size: 18px;
  padding: 15px 20px;
}
.submit-btn-wrap {
  padding: 20px 0;
}
.mintable-connect-loader-wrap .page-loader {
  position: absolute;
  margin: 0;
}
.lottie-animation-new svg {
  width: 55px !important;
}
.key-listing-heading {
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #123676;
  padding-left: 8px;
}
.key-lising-row {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
}
.key-listing-left {
  height: 52px;
  width: 52px;
}
.key-listing-right-title {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  color: #123676;
}
.key-listing-right {
  text-align: left;
  padding-left: 10px;
}
.key-listing-right-attribute {
  color: #3e3e3e;
  font-family: Montserrat;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4em;
}
.key-listing-right-attribute b {
  font-weight: 600;
}
.cg-preview-right .back-btn-wrap {
  text-align: left;
  padding-bottom: 15px;
}
.cg-preview-right .back-btn-wrap a {
  position: static;
  font-size: 14px;
}

.btn-primary,
.btn-primary-long {
  width: 210px;
  display: block;
  background: #8937f4;
  border-radius: 8px;
  padding: 19px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  cursor: pointer;
  border: 0;
  text-align: center;
  transition: all 250ms ease-in-out;
  box-sizing: border-box;
}
.back-btn-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: var(--mintology-color-3);
  position: absolute;
  top: 50px;
  font-family: "Montserrat", sans-serif;
}
.key-listing-left img {
  border-radius: 50%;
  height: 52px;
  width: 52px;
  max-width: 52px;
}
.btn-primary:hover,
.btn-primary-long:hover {
  background: var(--primary-button-hover);
  color: #fff;
}


.btn-sm {
  width: 150px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
}


.email-verification p {
  color: #3e3e3e;
}
.email-verification .error-message {
  justify-content: center;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.email-verification .error-message p {
  color: #eb4343;
  font-weight: 400;
}
.email-verification .error-message .icon {
  margin-right: 6px;
}
.email-verification .multiple-input-holder {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.email-verification .multiple-input-holder input {
  width: 14% !important;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.email-verification .link-holder {
  text-align: center;
  padding-top: 20px;
}
.email-verification .link-holder a {
  font-size: 18px;
  font-weight: 600;
  color: var(--mintology-color-1);
}
