/*
	Theme Name:   NFTLY Child
	Theme URI:    https://nftly-theme.pixiesquad.com
	Description:  Child theme for NFTLY theme
	Author:       pxsquad
	Author URI:   https://pxsquad.com
	Template:     nftly
	Version:      1.0.0
	License: pxsquad Themes. All rights reserved.
	License URI: https://themeforest.net/user/pxsquad
	Tags: portfolio, blog, entertainment, two-columns, one-column, right-sidebar, custom-colors, custom-logo, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, featured-images, theme-options
	Text Domain:  nftly-child
*/

body.home {
    overflow-x: hidden;
}
header.header.wf-section.header--collection {
    background-color: unset;
}
header.header.wf-section.header--collection .header-nav-link.header-nav-link--black {
    color: #fff;
}
.header-nav-link.header-nav-link--black span {
    background-color: var(--color-white) !important;
}
header.header.wf-section.header--collection .search-icon {
    background-image: url(../nftly/assets/images/search-icon.svg) !important;
}
header.header.wf-section.header--collection .header-cart-icon {
    background-color: var(--color-white);
}
.checkbox_newslatter {
    opacity: 1;
    position: absolute !important;
    z-index: -1;
    left: 0;
    top: 60px;
}
.tnp-subscription-nft .sub-nft {
    display: block !important;
}
.filed_list {
    display: flex !important;
}
.newsletter_wrapper .filed_list {
    display: block !important;
}

.the_team_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
.download-data-wrp .table-responsive {
    display: block;
    width: 95%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 0 auto;
    border: 1px solid #fff;
}
.download-data-wrp {
    width: 100%;
}
.download-data-wrp .download-data-list{margin: 0 auto;border:0;}
}


@media only screen and (max-width: 575px) {
    .the_team_list {
        display: block;
    }
    
    .popup .popup__content{
        padding: 30px !important;
    }
    
    .popup__content p {
        font-size: 15px !important;
    }
    .popup .popup__content{
        width: 90% !important;
    }
    .checkbox-label {
        font-size: 12px !important;
    }
}

.disabled_link {
    pointer-events: none;
    cursor: default;
    background-color: #4c581fe8 !important;
    color: #d5d5d5 !important;
}

.download-data-list a {
    color: #fff;
    background-color: var(--color-primary);
    padding: 6px 18px;
    border-radius: 8px;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
}
.popup .popup__content {
  width: 60%;
  overflow: auto;
  padding: 50px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 16px;
}
.popup .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

button {
  background: #099ccc;
  color: white;
  margin: 30px;
  padding: 5px 30px;
  cursor: pointer;
  border: none;
}
.content {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;    
    padding-bottom: 20px;
}
a.btn-popup {
    background-color: var(--color-primary);
    color: #fff;
    padding: 6px 18px;
    border-radius: 10px;
}
.content .form__newsletter-link--green {
    font-weight: bold;
    color: #000 !important;
}
.download-data-list {
    border: 1px solid #fff;
    text-align: center;
}

.download-data-list th {
    border-bottom: 1px solid #fff;
    background: #808191;
    padding: 30px;
}

.download-data-list td {
    padding: 20px 20px;
    border-bottom: 1px solid #fff;
}