@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@200;300;400;500;600;700;800&display=swap);

#commentform label, .activity-list li .act_list_text .act_list_date, .br, .col-feature, .mainside .connect-wal, .nft_type_wrap .circle-ripple.play, .wraper {
    display: block
}

.btn-main, a {
    text-decoration: none
}

#routerhang, .btn, .item-dropdown, .wraper {
    overflow: hidden
}

#profileText, .ViewMoreRow, .btn-main, .btnSubText, .current-value, .feature-box-small-icon.center, .feature-box.center, .loader, .spacer-or, .wallet-images-group-1, h2.deco {
    text-align: center
}

#scroll-to-top div i, address {
    font-style: normal
}

.features .bg img, .imgslickz, .nft_pic img {
    object-fit: cover
}

.blog-list h4 a, .btnOutline:hover span, .col-white, .dark .feature-box-small-icon .inner:hover > i, .dark-scheme .comment-info .c_name, .dark-scheme .icon-box span, .dark-scheme .post-author, .dark-scheme .post-by, .dark-scheme .post-comment, .dark-scheme .post-date, .dark-scheme .post-like, .dark-scheme .post-text h4 a, .de_light .text-light .blog-list .date-box .month, .de_light .text-light .blog-list h4 a, .feature-box.f-boxed:hover h4, .icon-box:hover i, .icon-box:hover span, .itemBottom1 .btnOutline span, .navbar.innerPageHeader a, .navbar.white.innerPageHeader .btn, .nft .slick-dots li button::before, .nft-big .slick-dots li button::before, .padding40.box-rounded.mb30.text-light .btn, .padding40.box-rounded.mb30.text-light h3, .points-history-table thead tr, .post-image .post-author, .post-image .post-date, .text-light .feature-box .inner, .text-light .icon-box span, .updateSubsPlan input:checked + label .monthlyRent, .updateSubsPlan input:checked + label .monthlyRent span, .updateSubsPlan input:checked + label h5, h2 .de_light .text-light h2 {
    color: #fff
}

.font-32 {
    font-size: 32px
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc
}

body {
    font-family: "DM Sans",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #727272;
    word-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.filter__l, .lightbox-portal h4, .mainside .de-menu-notification .popshow ul li .mainnot .d-desc b, .nft_coll_by, h1.ultra-big, h1.very-big-2, h2.name-s1, strong {
    font-weight: 700
}

#routerhang {
    transform: unset !important;
    transform-origin: unset !important;
    width: 100%;
    height: 100%
}

.br {
    white-space: pre-wrap
}

.registerSection, section {
    padding: 90px 0
}

    section.no-top {
        padding-top: 0 !important
    }

    section.no-bottom {
        padding-bottom: 0 !important
    }

    section .small-border {
        display: block;
        width: 50px;
        height: 2px;
        background: #7b4bf4;
        border-left: currentcolor;
        border-right: currentcolor;
        margin: 18px auto 30px
    }

    section.bg-gray {
        background: #f7f4fd
    }

.wraper {
    padding: 0;
    width: 100%
}

    .wraper .wraperitem {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

.m-2-hor {
    padding: 0 7%;
    max-width: 1500px;
    margin: 0 auto !important
}

.m-10-hor {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 1500px;
    margin: 0 auto
}

#btn_copy, #tabs4 .nav, .cardNumber, .cardNumberType, .d_coll .profile_wallet, .de_nav li, .modalBottomLine, .p_list_pp, .paymentCard, .profileInfoCards, .profileInfoCards ul, .spacer-or, .text-gradient, footer.footer-light .subfooter .social-icons, h1 .label, h1.hs1, h1.hs2, h1.ultra-big span {
    display: inline-block
}

.text-uppercase {
    text-transform: uppercase !important
}

.white {
    color: #111;
    background: #fff
}

.black_more {
    background: #0f0f0f
}

.btnOutline span, .color, .de_tab.tab_methods .de_nav li.active span i, .dropdown-custom.btn:hover, .editBtn:hover, .mainside .de-menu-notification .popshow span.viewaall, .navbar.innerPageHeader a:hover, .navbar.white a:hover {
    color: #7b4bf4
}

.btn, .btn span {
    color: #fff;
    position: relative
}

.btn {
    font-size: 11pt;
    background: 0 0;
    border: 2px solid #7b4bf4;
    border-radius: 0;
    padding: 10px 44px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 0
}

    .btn span {
        z-index: 1
    }

    .btn::before, .formcontact button::before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-image: linear-gradient(to left,#7b4bf4,#403f83);
        opacity: 0;
        z-index: 1;
        transition: .3s
    }

    .btn:hover::before, .formcontact button:hover::before, .nft-big:hover .slick-next, .nft-big:hover .slick-prev, .nft:hover .slick-next, .nft:hover .slick-prev, .slider-wrapper:hover .nextButton, .slider-wrapper:hover .previousButton {
        opacity: 1;
        transition: .3s
    }

    .btn:hover .shine, .features .content .link:hover .shine, .slider-content .inner button:hover .shine {
        -webkit-animation: .6s alternate sheen;
        animation: .6s alternate sheen
    }

.shine {
    content: '';
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    background: -webkit-linear-gradient(top,transparent,rgba(255,255,255,.2) 5%,transparent);
    background: linear-gradient(to bottom,transparent,rgba(255,255,255,.2) 5%,transparent);
    -webkit-transform: rotateZ(60deg) translate(-1em,5.5em);
    transform: rotateZ(60deg) translate(-1em,5.5em)
}

@-webkit-keyframes sheen {
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(0,6em);
        transform: rotateZ(60deg) translate(0,6em)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(0,-12em);
        transform: rotateZ(60deg) translate(0,-12em)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(60deg) translate(0,-12em);
        transform: rotateZ(60deg) translate(0,-12em)
    }
}

@keyframes sheen {
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(0,6em);
        transform: rotateZ(60deg) translate(0,6em)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(0,-12em);
        transform: rotateZ(60deg) translate(0,-12em)
    }

    100% {
        opacity: 0;
        -webkit-transform: rotateZ(60deg) translate(0,-12em);
        transform: rotateZ(60deg) translate(0,-12em)
    }
}

.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to bottom,#7b4bf4,#403f83)
}

.btn-main, .item-dropdown .dropdown a:hover, .visitSiteBtn:hover {
    background: #614df6;
    color: #fff !important
}

#tabs3, .de-flex {
    display: flex;
    justify-content: space-between
}

.spacer-20, .spacer-40, .spacer-50, .spacer-60, .spacer-double, .spacer-half, hr {
    display: block;
    clear: both
}

.de-flex > .de-flex-col {
    display: flex;
    justify-content: center;
    align-items: center
}

.spacer-30, .spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both
}

.spacer-60, .spacer-double {
    width: 100%;
    height: 60px
}

.spacer-half {
    width: 100%;
    height: 15px
}

.spacer-20 {
    width: 100%;
    height: 20px
}

.spacer-40 {
    width: 100%;
    height: 40px
}

.spacer-50 {
    width: 100%;
    height: 50px
}

hr {
    border-top: 1px solid #ddd;
    margin: 40px 0
}

.h1, .h1_big, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
    color: #0d0c22
}

.h1, h1 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.2em;
    letter-spacing: -1px
}

    h1 .label, h2, h2.s3 {
        font-size: 36px
    }

h2, h4 {
    margin-top: 0;
    margin-bottom: 10px
}

h1 .label {
    padding: 0 6px;
    margin-left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

h1.s1 {
    letter-spacing: 30px;
    font-size: 26px
}

h1 .small-border {
    margin-top: 30px
}

.h1_big, h1.big {
    font-size: 64px;
    margin: 0;
    line-height: 70px
}

h1.very-big {
    font-size: 120px;
    letter-spacing: -5px
}

h1.ultra-big {
    font-size: 140px;
    line-height: 120px;
    letter-spacing: -6px;
    margin-bottom: 0
}

    h1.ultra-big span.underline span {
        display: block;
        border-bottom: 12px solid #fff;
        position: relative;
        margin-top: -5px
    }

h1.very-big-2 {
    font-size: 90px;
    letter-spacing: 25px;
    text-transform: uppercase
}

.h2_title {
    font-size: 28px;
    display: block;
    margin-top: 0;
    line-height: 1.2em
}

h2 .small-border {
    margin-left: 0;
    margin-bottom: 15px;
    width: 40px
}

h2 {
    line-height: 46px
}

    h2.style-2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    h2.big {
        font-size: 48px;
        line-height: 1.3em;
        margin-bottom: 0
    }

    h2 .uptitle {
        display: block;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 500
    }

    .h2_s1, h2.s1 {
        font-size: 24px
    }

.UpdateModal .modal-header h5, .planHead h4, h3, h4.teaser {
    font-size: 22px
}

.subtitle.s2, h4 {
    font-size: 20px
}

h2.deco-text span {
    font-family: Parisienne;
    display: block;
    line-height: .85em;
    font-weight: lighter;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

h2.deco-text .md {
    font-size: 80px
}

h2.deco-text .lg {
    font-size: 120px
}

h2.deco-text .xl {
    font-size: 150px
}

h3 {
    margin-bottom: 25px
}

h4.teaser {
    font-weight: 300
}

.subtitle.s2 {
    font-weight: 500;
    line-height: 32px
}

    .subtitle.s2 span {
        margin-right: 20px;
        padding-left: 20px
    }

    .socialLinksBtn svg, .subtitle.s2 i {
        margin-right: 10px
    }

    .subtitle.s2 span:first-child {
        padding-left: 0
    }

h4.s1 {
    letter-spacing: 10px
}

h4.s2 {
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-weight: 200;
    line-height: 1.8em
}

h1.hs1, h1.hs2, h2.hw, h4.s3 {
    font-family: Parisienne
}

h4.s3 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 15px
}

.call-to-action h4 {
    text-transform: none;
    font-size: 20px
}

h1.slogan_big {
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0 0 30px
}

h1.hs2, h2.hw {
    font-weight: lighter
}

.blog-list img, .blog-read img, .mb20, .post-content p, footer .widget h5, h2.s3, h4.title {
    margin-bottom: 20px
}

h2.subtitle, p.lead {
    margin-top: 0
}

h1.title {
    font-size: 64px;
    letter-spacing: 10px
}

    h1.title strong {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400
    }

h1.hs1 {
    font-size: 96px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

h1.hs2 {
    font-size: 72px
}

h2.name, h2.name-s1 {
    font-size: 84px;
    line-height: 50px;
    color: #fff
}

    h2.name span, h2.name-s1 span {
        display: block;
        font-size: 32px
    }

h2.hs1 i, h2.hs1 span, h2.hw {
    font-size: 48px
}

h2.hw {
    display: block;
    text-transform: none
}

h2.deco {
    font-weight: 600;
    font-size: 20px
}

h2.hs1 span, h2.s2 {
    font-weight: 400
}

h2.deco span {
    display: inline-block;
    position: relative
}

    h2.deco span:after, h2.deco span:before {
        content: "";
        position: absolute;
        border-top: 1px solid #bbb;
        top: 10px;
        width: 100px
    }

    h2.deco span:before {
        right: 100%;
        margin-right: 15px
    }

    h2.deco span:after {
        left: 100%;
        margin-left: 15px
    }

h2.hs1 {
    font-size: 40px
}

    h2.hs1 i {
        position: relative;
        top: 10px;
        color: #ff0042;
        margin: 0 10px
    }

    h2.hs1 span {
        position: relative;
        top: 10px;
        font-family: Miama;
        margin: 0 15px 0 10px
    }

.text-light h2.deco span:after, .text-light h2.deco span:before {
    border-top: 1px solid rgba(255,255,255,.5)
}

h4.style-2, h5 {
    font-size: 18px
}

h4.title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

h5.s2 {
    letter-spacing: 1px;
    font-size: 14px
}

h4.s1 {
    font-size: 12px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 500
}

p.lead {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400
}

.btn-main, .dropdown-custom.btn, .navbar a, .visitButton, a.visitClickLink {
    font-weight: 800;
    font-size: 14px
}

.btn-main {
    display: block;
    width: max-content;
    border-radius: 6px;
    letter-spacing: normal;
    outline: 0;
    padding: 8px 40px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 2px 20px 0 rgba(131,100,226,0);
    transition: .3s
}

    .btn-main:hover, .d-create-file .browse:hover .btn-main, .mainside .connect-wal a:hover {
        box-shadow: 2px 2px 20px 0 rgba(131,100,226,.5);
        transition: .3s
    }

    #tabs3 .nav, .btn-main.inline {
        display: inline-block;
        margin-right: 15px
    }

        .btn-main.inline.white {
            color: #403f83 !important;
            background: #fff
        }

.navbar a:hover, a {
    color: inherit
}

.dropdown-custom.btn {
    border: 0;
    position: relative;
    top: -1px;
    overflow: unset !important;
    letter-spacing: normal;
    padding: 0 20px 0 0;
    background: 0 0 !important
}

    .dropdown-custom.btn::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 19px;
        width: max-content;
        height: auto;
        padding: 30px 40px;
        background: 0
    }

    .dropdown-custom.btn::after {
        margin-left: 5px !important
    }

    .dropdown-custom.btn:focus {
        box-shadow: none !important
    }

.dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f078";
    color: rgba(0,0,0,.5);
    padding-left: 2px;
    font-size: 8px;
    position: absolute;
    top: 6px;
    right: 5px;
    border: none
}

.item-dropdown {
    width: max-content;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    inset: 50px auto auto 0;
    padding: 0;
    animation: .2s smoothDrop;
    -webkit-animation: .2s smoothDrop;
    box-shadow: 2px 2px 30px 0 rgba(20,20,20,.1);
    z-index: 1
}

    .features .content, .item-dropdown .dropdown {
        position: relative;
        text-align: center
    }

        .item-dropdown .dropdown a {
            color: #333 !important;
            text-transform: none;
            font-weight: 400;
            letter-spacing: normal;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,.1);
            padding: 8px 20px;
            min-width: 210px;
            width: 100%;
            text-align: left
        }

            .item-dropdown .dropdown a:last-child {
                border-bottom: none
            }

#tsparticles, .de_nav li span:before, .features, .features .bg, .features .bg img, .imgslickz, .nft_pic img, .nft_pic_info {
    width: 100%;
    height: 100%
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,0);
    z-index: 999;
    transition: .6s
}

    .navbar a, .navbar a.active, .navbar a:hover, .slide section * {
        transition: .3s
    }

    .navbar.sticky.white .btn, .navbar.sticky.white a, .navbar.white .btn, .navbar.white a {
        color: #111
    }

        .navbar.white .btn .lines {
            top: 24px
        }

    .navbar .w-100-nav {
        margin: 0;
        width: 100%;
        justify-content: left;
        align-items: center;
        flex-wrap: nowrap
    }

    .navbar a {
        position: relative;
        padding: 0 5px 0 0;
        text-decoration: none !important;
        color: #fff;
        outline: 0
    }

.itemBottom1 .btnOutline, .visitButton:hover, a.visitClickLink:hover {
    color: #fff;
    background-color: #7b4bf4
}

.navbar a.active:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: 0;
    cursor: default
}

.navbar .navbar-title {
    margin-right: auto;
    font-size: 150%;
    padding: 12px 16px
}

.navbar .navbar-item {
    position: relative;
    display: inline-block;
    padding: 20px 6px;
    height: max-content;
    cursor: default
}

    .navbar .navbar-item .lines {
        position: absolute;
        top: 22px;
        display: block;
        width: 0;
        border-bottom: 2px solid #7b4bf4;
        transition: .7s
    }

    .navbar .navbar-item:hover .lines {
        width: 90%;
        transition: .7s
    }

.navbar .breakpoint__xl-only {
    width: max-content;
    margin-left: auto
}

.navbar .logo {
    width: max-content;
    padding-right: 30px
}

    .navbar .logo .navbar-item {
        position: relative;
        top: 2px;
        left: 0;
        padding: 0;
        width: max-content;
        border-bottom: none
    }

        .navbar .logo .navbar-item a, footer {
            padding: 0
        }

            #comment-form-wrapper .error, #comment-form-wrapper .success, #failed.hide, #success.hide, .cancelAnyway:before, .demo-icon-wrap .text-grey, .gpayBtn:before, .items_filter .dropdownSelect .dropdown-menu input, .navbar .logo .navbar-item a .d-3, .navbar .logo .navbar-item a .d-4, .navbar .nav-icon, .navbar .nav-iconActive .menu-line1, .nextButton svg, .nft_type_wrap .circle-ripple.init, .previousButton svg, .selectPlan input, .switch-with-title .de-switch input[type=checkbox], .updateSubsPlan input, .upgradeAccessBtn:before {
                display: none
            }

    .navbar .logo img {
        max-height: 44px
    }

.navbar .menu {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px
}

.hide, .innerPageHeader .non-active .img-fluid.d-block, .innerPageHeader.sticky .non-active .img-fluid.d-none, .socialLinksBtn:before, .socialLinksBtn:hover::before {
    display: none !important
}

.innerPageHeader .non-active .img-fluid.d-none, .innerPageHeader.sticky .non-active .img-fluid.d-block, .show {
    display: block !important
}

.items_filter .dropdownSelect .dropdown-menu input:checked + .dropdown-item, .items_filter .dropdownSelect .dropdown-menu input:hover + .dropdown-item, .navbar.white.innerPageHeader.sticky .btn {
    color: #000
}

.itemBottom1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.visitButton, a.visitClickLink {
    color: #7b4bf4;
    padding: 5px 10px;
    box-shadow: 2px 2px 20px 0 rgb(131 100 226 / 0%);
    transition: .3s;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    letter-spacing: normal
}

.itemBottom1 .btnOutline {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 8px 5px
}

.visitButton {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #7b4bf4
}

a.visitClickLink {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 6px;
    border: 1px solid #7b4bf4
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    margin: 0;
    border: none !important;
    font-size: 16px
}

.ui-menu .ui-menu-item {
    color: #565656;
    font-size: 16px;
    display: block;
    width: 100%
}

.ui-widget.ui-widget-content {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 151px;
    overflow: auto
}

span.reqfield {
    font-size: 12px;
    width: 100%;
    line-height: normal;
    color: red;
    position: relative;
    top: -15px
}

    .react-photo-gallery--gallery, span.reqfield + span.reqfield {
        margin-top: 15px
    }

.upgradeYourPlan {
    width: 519px;
    max-width: 100%;
    margin: auto;
}

    .upgradeYourPlan h2 {
        font-size: 30px;
        margin-bottom: 38px;
    }

.planGroup {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    background-image: url(/dist/images/cc-cloud.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: 0.5s;
    cursor: pointer;
}

.planPartition {
    border-right: 3px solid #D6D7FF;
}

.selectUpgrad input[type='radio']:checked + label, .planGroup:hover {
    background-color: #D6D7FF;
}

    .selectUpgrad input[type='radio']:checked + label .planPartition, .planGroup:hover .planPartition {
        border-color: #fff;
    }

.planPartition, .winPart {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 30px;
}

.planPartitionTitle {
    margin-bottom: 5px;
    min-height: 47.5px;
}

    .planPartitionTitle h4 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .planPartitionTitle p {
        font-size: 14px;
        margin-bottom: 0px;
        color: #000000;
    }

.upgradPlanPrice {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    line-height: normal;
}

    .upgradPlanPrice span {
        font-size: 20px;
        font-weight: normal;
    }

.winChance {
    text-align: center;
    font-size: 18px;
    color: #512EBF;
    font-weight: bold;
    line-height: 22px;
}

    .winChance span {
        display: inline-block;
        width: 100%;
        font-size: 25px;
    }

.upgradPoints {
    color: #545454;
    font-size: 16px;
    margin: 45px 0px;
}

    .upgradPoints li {
        margin: 4px 0px;
    }

.paypalBtn {
    background: #FFC439;
    color: #000 !important;
    min-height: 50px;
}

.debtBtn {
    background: #2C2E2F;
    color: #fff !important;
    min-height: 50px;
}

.bestValue {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #512EBF;
    color: #fff;
    font-size: 12.2px;
    text-align: center;
    font-weight: bold;
    display: flex;
    position: absolute;
    right: -22px;
    top: -22px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
}

.hiddenInput {
    display: none;
}
.adCountDown {
    width: 433px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

#timerCircle {
    display: inline-block;
}

.base-timer {
    position: relative;
    width: 127px;
    height: 127px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #81818;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: #7B4BF4;
    }

    .base-timer__path-remaining.orange {
        color: #7B4BF4;
    }

    .base-timer__path-remaining.red {
        color: #7B4BF4;
    }

.base-timer__label {
    position: absolute;
    width: 127px;
    height: 127px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.btn.btn-main.color-2.skipBtn {
    width: 100%;
    position: relative;
    min-height: 68px;
    font-size: 25px;
    padding: 0px 0px 0px 47px;
    background: #7B4BF4;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn.btn-main.color-2.skipBtn::before {
        display: none;
    }

.dimondImg {
    position: absolute;
    left: 20px;
    top: 6px;
}

.timerBlock p {
    color: #4B4B4B;
    margin-top: 5px;
}

.ads {
    padding: 15px;
    background: #fff;
}

    .ads img {
        width: 100%;
        border: 1px solid #ddd;
    }

@media only screen and (max-width:1024px) {
    .navbar {
        position: relative;
        border-bottom: 1px solid #eee
    }

        .navbar .m-2-hor {
            padding: 0 2%
        }

        .navbar .menu {
            display: block;
            padding: 15px 0 10px
        }

        .navbar.navbar .logo {
            position: relative;
            left: -10px;
            display: inline-block
        }

        .navbar.navbar .search {
            display: inline-block;
            position: relative;
            top: -9px
        }

            .navbar.navbar .search #quick_search {
                width: 100%
            }

        .navbar.navbar .mainside {
            position: absolute;
            right: 60px;
            top: 28px
        }

        .navbar.navbar .dropdown-custom.btn {
            color: #bbb;
            width: 100%;
            text-align: left
        }

            .navbar.navbar .dropdown-custom.btn::after {
                float: right;
                font-size: .9rem
            }

        .navbar .w-100-nav {
            display: block;
            padding: 20px 2%
        }

        .navbar .navbar-item {
            display: block;
            padding: 15px 0;
            border-bottom: 1px solid rgba(0,0,0,.1)
        }

        .navbar .nav-icon {
            position: absolute;
            top: 35px;
            right: 25px;
            display: block;
            width: 30px;
            height: 20px;
            line-height: 0;
            cursor: pointer;
            background: 0 0;
            border: none;
            padding: 0;
            z-index: 9999
        }

        .navbar .bg-nav-icon {
            width: 32px;
            height: 24px;
            background: rgba(255,255,255,0);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px
        }

        .navbar .menu-line, .navbar .menu-line1, .navbar .menu-line2 {
            position: absolute;
            height: 2px;
            background-color: #111;
            border-radius: 5px
        }

        .navbar #nav-icon span, .navbar .nav-icon span {
            display: none;
            position: absolute;
            top: 5px;
            left: -40px;
            font-size: .62rem;
            font-weight: 600;
            text-transform: uppercase
        }

        .navbar .menu-line {
            width: 100%;
            top: 0
        }

        .navbar .menu-line1 {
            width: 70%;
            top: 7px
        }

        .navbar .menu-line2 {
            width: 50%;
            top: 14px
        }

        .navbar.sticky {
            position: absolute !important
        }
}

.feature-box.style-3 i.wm, .feature-box.style-4 .wm {
    right: 0;
    height: auto;
    background: 0 0;
    position: absolute
}


@media only screen and (max-width: 480px) {
    .btn.btn-main.color-2.skipBtn {
        font-size: 24px;
        min-height: 60px;
        padding: 0px 0px 0px 30px;
    }

    .dimondImg {
        width: 40px;
        top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .btn.btn-main.color-2.skipBtn {
        font-size: 21px;
        min-height: 50px;
        padding: 0px 0px 0px 30px;
    }

    .dimondImg {
        width: 30px;
        top: 10px;
    }
}


@media only screen and (max-width:641px) {
    .navbar.navbar .search {
        display: none
    }

    .navbar.navbar .logo img {
        width: 90%
    }
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1b1b1b;
    border-bottom: 1px solid #ddd;
    transition: .6s
}

    .blog-list .btn-more:hover, .feature-box.s1 .inner, .form-control, .navbar.innerPageHeader .nav-icon .white, .navbar.sticky.white {
        background: #fff
    }

.features .content .link, .slider-content .inner button {
    background: 0 0;
    padding: 0 44px;
    height: 45px;
    overflow: hidden
}

.navbar .search {
    display: flex;
    width: max-content;
    padding-left: 30px
}

    .navbar .search #quick_search {
        padding: 4px 11px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        background: rgba(131,100,226,.1);
        width: 274px;
        height: 34px;
        outline: 0
    }

.navbar-item {
    pointer-events: auto
}

.jumbomain {
    position: relative;
    padding: 0;
    margin: 0
}

.slider-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden
}

    .slider-wrapper .nextButton, .slider-wrapper .previousButton {
        opacity: 0;
        text-decoration: none;
        transition: .3s
    }

.slide {
    background-size: cover !important
}

    .slide::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.1);
        bottom: 0;
        left: 0
    }

.nextButton, .previousButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    text-align: center
}

    .nextButton::before, .previousButton::before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        color: #fff;
        opacity: .8
    }

.previousButton {
    -webkit-transform: rotate(180deg) translateY(calc(50% + 0));
    transform: rotate(180deg) translateY(calc(50% + 0));
    left: 4%
}

.nextButton {
    right: 4%
}

.de_tab.tab_methods .de_nav, .max-value, .slider-content {
    text-align: left
}

    .slider-content .inner {
        padding: 0 12%;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .slider-content .inner button {
            font-weight: 500;
            position: relative;
            font-size: 11pt;
            letter-spacing: 1px;
            color: #fff;
            border: 2px solid #7b4bf4;
            border-radius: 0;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            z-index: 0
        }

            .slider-content .inner button span {
                position: relative;
                z-index: 1
            }

            .slider-content .inner button::before {
                content: '';
                width: 180%;
                height: 180%;
                top: -100%;
                left: -100%;
                position: absolute;
                background-image: linear-gradient(to left,#7b4bf4,#403f83);
                opacity: 0;
                z-index: 1;
                transition: .3s
            }

            .slider-content .inner button:hover::before {
                top: 0;
                left: 0;
                opacity: 1;
                transition: .3s
            }

        .slider-content .inner h1 {
            font-weight: 600;
            max-width: 840px;
            color: #fff;
            font-size: 53px
        }

        .slider-content .inner p {
            color: #fff;
            font-size: 40px;
            line-height: 1.3;
            max-width: 640px;
            margin-bottom: 30px
        }

    .slider-content section {
        position: absolute;
        bottom: 20px;
        left: 20px
    }

        .slider-content section span {
            color: rgba(255,255,255,.5);
            font-size: 12px;
            display: inline-block;
            text-align: left;
            line-height: 1.4;
            vertical-align: middle;
            margin-left: 10px
        }

        .slider-content section img {
            width: 40px;
            height: 40px;
            border: 2px solid rgba(255,255,255,.5);
            border-radius: 100%;
            vertical-align: middle
        }

        .slider-content section span strong {
            color: #fff;
            font-size: 14px;
            display: block
        }

@media (max-height:500px) {
    .slide, .slider-wrapper {
        height: calc(100vh - 75px)
    }
}

@media (max-height:600px) {
    .slider-content .inner h1 {
        font-size: 32px
    }
}

@media (max-width:640px) {

    .slide, .slider-wrapper {
        height: calc(80vh - 75px)
    }

    .slider-content .inner h1 {
        font-size: 32px
    }

    .slider-content .inner p {
        font-size: 21px
    }
    .planPartition, .winPart {
        padding: 0px 15px;
    }

    .planPartitionTitle h4 {
        font-size: 18px;
    }

    .planPartitionTitle p {
        font-size: 12px;
    }

    .planPartitionTitle {
        min-height: 37.5px;
    }

    .upgradPlanPrice {
        font-size: 32px;
    }

        .upgradPlanPrice span {
            font-size: 16px;
        }

    .winChance {
        font-size: 15px;
    }

        .winChance span {
            font-size: 22px;
        }

    .bestValue {
        right: -8px;
        top: -20px;
    }
}

.slide h1 {
    transition: .3s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0
}

.slide button, .slide p {
    transition: .3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.slide section img {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0
}

.slide section span {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
}

    .slide section span strong {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

.slide.animateIn.next button, .slide.animateIn.next h1, .slide.animateIn.next p, .slide.animateIn.next section *, .slide.animateIn.previous button, .slide.animateIn.previous h1, .slide.animateIn.previous p, .slide.animateIn.previous section *, .slide.current button, .slide.current h1, .slide.current p, .slide.current section * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    opacity: 1
}

.slide.animateIn.next p, .slide.animateIn.previous p {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.slide.animateIn.next button, .slide.animateIn.next section img, .slide.animateIn.previous button, .slide.animateIn.previous section img {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.slide.animateIn.next section span, .slide.animateIn.previous section span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

    .slide.animateIn.next section span strong, .slide.animateIn.previous section span strong {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

.slide.animateOut h1 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.slide.animateOut p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.slide.animateOut section span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

    .slide.animateOut section span strong {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

.breadcumb {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-size: cover;
    width: 100%;
    position: relative
}

    .breadcumb::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom,#111,rgba(0,0,0,.1));
        opacity: .5
    }

    .breadcumb.no-bg::before, .card-header .btn:before, address.s1 span .btn:before {
        content: unset
    }

    .breadcumb .mainbreadcumb {
        padding: 130px 0 110px
    }

        .breadcumb .mainbreadcumb h1 {
            margin-bottom: 0;
            color: #fff
        }

        .breadcumb .mainbreadcumb p {
            color: #fff;
            margin-top: 15px
        }

        .breadcumb .mainbreadcumb .list {
            position: relative;
            bottom: -20px;
            display: flex;
            justify-content: right;
            font-size: .86rem;
            font-weight: 400;
            letter-spacing: 4px
        }

            .breadcumb .mainbreadcumb .list .dash {
                padding: 0 10px
            }

            .breadcumb .mainbreadcumb .list .link {
                color: #fff;
                font-weight: 500;
                line-height: 1.3;
                letter-spacing: 1px;
                margin: 0;
                padding: 0;
                text-decoration: none;
                cursor: pointer;
                transition: .3s
            }

                .breadcumb .mainbreadcumb .list .link:hover, .text-side .address .list a:hover {
                    color: #7b4bf4;
                    transition: .3s
                }

    .breadcumb .homebread {
        width: 100%;
        padding: 180px 0 140px
    }

        .breadcumb .homebread .heading {
            line-height: 1.3;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 15px
        }

        .breadcumb .homebread .subheading {
            font-size: 2.1rem;
            margin-bottom: 0
        }

        .breadcumb .homebread .content {
            max-width: 500px;
            margin-bottom: 30px
        }

    .breadcumb.h-vh {
        height: 100vh;
        display: flex;
        align-items: center;
        background-position: center;
        background-size: cover
    }

.subheading {
    font-size: 1.3rem;
    margin-bottom: 15px
}

.heading {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.btnLleft, .btnLright, .closeL {
    font-size: 21px !important
}

.content {
    margin-bottom: .5rem
}

.col-feature .sub-color {
    color: #7b4bf4;
    font-size: 1.6rem;
    font-weight: 700
}

.col-feature .heading {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 5px 0
}

.border-radius {
    border-radius: 0;
    box-shadow: 0 10px 12px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    transition: .3s
}

    .border-radius:hover {
        box-shadow: none;
        transition: .3s
    }

.icon-scroll-wraper {
    position: absolute;
    width: 100%;
    bottom: 5vh;
    left: 0
}

.icon-scroll {
    position: relative;
    margin: 0 auto;
    width: 26px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
    z-index: 1;
    border-radius: 25px;
    height: 38px
}

    .icon-scroll:before {
        position: absolute;
        content: '';
        width: 3px;
        height: 6px;
        background: rgba(255,255,255,.6);
        left: 12px;
        top: 8px;
        border-radius: 4px;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: scroll;
        animation-name: scroll
    }

@-webkit-keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.features {
    position: relative;
    padding: 60px;
    overflow: hidden
}

    .features .bg {
        position: absolute;
        top: 0;
        left: 0
    }

    .features .content .heading {
        color: #7b4bf4;
        font-weight: 500;
        font-size: 1.2rem;
        margin-bottom: 10px
    }

    .features .content .con-text {
        font-size: .9rem
    }

    .features .content .link {
        width: max-content;
        font-weight: 500;
        position: relative;
        font-size: 11pt;
        letter-spacing: 1px;
        color: #fff;
        border: 2px solid #7b4bf4;
        border-radius: 0;
        line-height: 40px;
        margin: 20px auto 0;
        cursor: pointer;
        transition: .3s
    }

        .features .content .link:hover {
            background: #7b4bf4;
            border: 2px solid transparent;
            transition: .3s
        }

footer.footer-light {
    background: #fff !important;
    color: #595d69
}

    footer.footer-light a {
        color: #595d69;
        font-weight: 400;
        text-decoration: none !important
    }

    footer.footer-light #form_subscribe input[type=text] {
        width: 80%;
        float: left;
        border-radius: 5px 0 0 5px;
        background: rgba(255,255,255,.7);
        border: 1px solid #333;
        border-right: 1px solid #333;
        border-right: none;
        padding: 6px 12px;
        box-shadow: 2px 2px 20px 0 rgba(20,20,20,.05)
    }

    footer.footer-light #form_subscribe #btn-subscribe i {
        text-align: center;
        font-size: 28px;
        float: left;
        width: 20%;
        background: #7b4bf4;
        color: #fff;
        display: table-cell;
        padding: 5px 0;
        border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0
    }

    footer.footer-light .subfooter {
        margin-top: 40px;
        padding: 20px 0;
        border-top: 1px solid #eee
    }

        .nft_coll_info span, .nft_coll_pp span, .waitHours, footer.footer-light .subfooter span {
            cursor: pointer
        }

            footer.footer-light .subfooter span img {
                margin-right: 30px
            }

                footer.footer-light .subfooter span img.f-logo.d-1 {
                    display: inline-block;
                    max-width: 200px
                }

            footer.footer-light .subfooter span.copy {
                cursor: default;
                margin: 0;
                font-size: 14px
            }

        footer.footer-light .subfooter .social-icons span {
            color: #595d69
        }

            footer.footer-light .subfooter .social-icons span i {
                text-shadow: none;
                color: #fff;
                background: #403f83;
                padding: 12px 10px 8px;
                width: 34px;
                height: 34px;
                text-align: center;
                font-size: 16px;
                border-radius: 5px;
                margin: 0 5px;
                transition: .3s
            }

            footer.footer-light .subfooter .social-icons span:hover i {
                color: #111;
                background: #fff;
                transition: .3s
            }

.widget, footer .widget {
    margin-bottom: 30px;
    padding-bottom: 30px
}

    .mainside .de-menu-profile .popshow .de-submenu-profile, .widget ul, footer .widget ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        footer .widget ul li {
            margin: 5px 0
        }

#scroll-to-top {
    cursor: pointer;
    width: max-content;
    height: max-content;
    position: fixed;
    right: 10px;
    z-index: 999
}

    #scroll-to-top.init {
        bottom: -60px;
        transition: .3s
    }

    #scroll-to-top.show {
        bottom: 15px;
        transition: .3s
    }

    #scroll-to-top div {
        font-size: .8rem;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 30px;
        background: #7b4bf4;
        transition: .3s
    }

        #scroll-to-top div:hover {
            transform: scale(1.1);
            transition: .3s
        }

        #scroll-to-top div i:before {
            font-family: FontAwesome;
            font-size: 18px;
            content: "\f106";
            color: #fff !important;
            position: relative
        }

.AppContainer {
    color: #fff;
    position: relative;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: 0 0
}

.lightbox-portal {
    position: relative;
    z-index: 999
}

.btnLright {
    color: #fff;
    right: 10px !important
}

.btnLleft {
    color: #fff;
    left: 10px !important
}

.cardNumber .cardsImg, .closeL {
    position: absolute;
    top: 10px;
    right: 10px
}

.ConMainGimg {
    border-radius: 5px;
    overflow: hidden
}

.MainGimg {
    transform: scale(1);
    transition: .7s
}

    .MainGimg .overlayCap {
        opacity: 0;
        position: absolute;
        height: 100%;
        font-size: 1rem;
        width: 100%;
        bottom: 15px;
        font-weight: 500;
        color: #fff;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .7s;
        outline: 0;
        z-index: 1
    }

        .MainGimg .overlayCap:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #403f83;
            z-index: 0;
            opacity: .8
        }

        .MainGimg .overlayCap span {
            position: relative;
            z-index: 2
        }

    .MainGimg:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 12px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        transition: .7s;
        z-index: 2
    }

        .MainGimg:hover .overlayCap {
            opacity: 1
        }

.form-side {
    border-radius: 4px
}

.formcontact input, .formcontact textarea {
    font-size: .9rem;
    padding: 8px 10px;
    border: 1px solid #ebebeb;
    width: 100%
}

.text-side {
    padding: 15px 0;
    margin-top: 15px
}

    .text-side .address {
        padding-top: 15px;
        line-height: 1.6
    }

        .text-side .address .heading {
            font-size: 1.4rem;
            font-weight: 500;
            letter-spacing: 1px
        }

        .text-side .address .list {
            position: relative;
            max-width: 320px;
            display: block;
            padding: 5px 0 15px 40px
        }

            .text-side .address .list i {
                position: absolute;
                top: 5px;
                left: 5px;
                font-size: 1.3rem;
                display: inline-block
            }

            .text-side .address .list a {
                color: #fff;
                text-decoration: none;
                transition: .3s
            }

.formcontact {
    display: block;
    width: 100%
}

    .formcontact label {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

    .formcontact input, .item_info h6, .mainside .de-menu-profile .popshow .d-name {
        margin-bottom: 15px
    }

    .formcontact textarea {
        height: 195px;
        margin-bottom: 15px
    }

    .formcontact .msg-error {
        font-size: .87rem;
        opacity: .8;
        padding: 5px 0
    }

    .formcontact button {
        position: relative;
        overflow: hidden;
        font-size: 11pt;
        color: #fff;
        background: 0 0;
        border: 2px solid #7b4bf4;
        border-radius: 0;
        padding: 8px 50px;
        margin-top: 15px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 0
    }

        .formcontact button span {
            color: #fff;
            position: relative;
            z-index: 3
        }

        .formcontact button:hover .shine {
            -webkit-animation: 1s alternate sheen;
            animation: 1s alternate sheen
        }

#failed.show, #success.show {
    display: block !important;
    margin-bottom: 15px
}

#buttonsent.show {
    pointer-events: none
}

#buttonsent {
    width: max-content;
    padding: 8px 30px
}

.padding40.box-rounded.mb30 {
    padding: 40px;
    border-radius: 3px;
    background-color: #f2f6fe
}

    .padding40.box-rounded.mb30.text-light {
        color: #fff;
        background: #403f83;
        margin-bottom: 0
    }

address {
    margin-top: 20px;
    margin-bottom: 1rem;
    line-height: inherit
}

    address.s1 span {
        display: block;
        padding: 0;
        font-size: 15px;
        line-height: 1.7em;
        margin-bottom: 5px
    }

        address.s1 span i {
            color: #7b4bf4;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 15px;
            font-size: 15px
        }

        address.s1 span .btn {
            display: inline-block;
            border: 0;
            color: #7b4bf4;
            padding: 0;
            margin: 0
        }

            address.s1 span .btn:hover {
                background: 0 0;
                padding: 0
            }

.post-text .p-tagline, .post-text .p-title {
    background: #403f83;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 10px;
    padding: 7px 10px 6px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.post-text h4 a, .post-text h4 span {
    color: #1a1c26;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700
}

.pagination {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

    .pagination li .a {
        font-size: 14px;
        color: #888;
        border: 1px solid #ddd;
        border-right: none;
        background: #fff;
        padding: 15px 20px;
        border-radius: 0;
        cursor: pointer
    }

.dark-scheme .pagination li .a {
    border-color: rgba(255,255,255,.1);
    background: #21273e
}

.pagination li:last-child .a {
    border-right: 1px solid #ddd
}

.dark-scheme .pagination li:last-child .a {
    border-right-color: rgba(255,255,255,.1)
}

.pagination > .active > .a {
    color: #fff;
    background: #7b4bf4
}

.d-create-file {
    padding: 50px;
    border-radius: 10px;
    border: 3px dashed #ddd;
    text-align: center
}

.activity-filter, .activity-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.d-create-file #get_file, .sequence .pricing-s1 .action .btn-main {
    margin: 0 auto
}

#tabs4 .nav, .footerLinks a + a, .mainside .de-menu-profile .popshow .d-wallet #btn_copy {
    margin-left: 15px
}

.d-create-file .browse {
    position: relative;
    width: max-content;
    height: auto;
    margin: 0 auto;
    cursor: pointer
}

    .d-create-file .browse #upload_file {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

.filter__r {
    float: right;
    cursor: pointer
}

.activity-filter li {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 48%;
    font-weight: 700;
    cursor: pointer
}

    .activity-filter li i {
        height: 32px;
        width: 32px;
        padding: 9px 0;
        text-align: center;
        border-radius: 100%;
        background: #eee;
        color: #7b4bf4;
        margin-right: 10px
    }

.activity-list li {
    padding: 20px 100px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: rgba(131,100,226,.07)
}

    .activity-list li img {
        width: 80px;
        position: absolute;
        border-radius: 100%
    }

    .activity-list li.act_like img, .activity-list li.act_offer img, .activity-list li.act_sale img, .feature-box i.i-boxed {
        border-radius: 5px
    }

    .activity-list li.act_sale::after {
        content: "\f291"
    }

    .activity-list li.act_like::after {
        content: "\f004"
    }

    .activity-list li.act_offer::after {
        content: "\f0e3"
    }

    .activity-list li .act_list_text {
        padding-left: 100px
    }

        .activity-list li .act_list_text h4 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 10px
        }

    .activity-list li:after {
        content: "\f00c";
        font-family: FontAwesome;
        margin-right: 15px;
        float: right;
        position: absolute;
        right: 20px;
        top: 30%;
        font-size: 26px;
        color: #7b4bf4;
        background: #fff;
        height: 48px;
        width: 48px;
        padding: 6px 0;
        text-align: center;
        border-radius: 100%;
        box-shadow: 2px 2px 20px 0 rgba(0,0,0,.1)
    }

#follow.active, #like.active, #offer.active, #sale.active {
    background: #7b4bf4 !important;
    color: #fff
}

.feature-box .inner {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.feature-box.s1:hover .inner i {
    background: 0 0;
    color: #303030
}

.feature-box i {
    font-size: 40px;
    margin-bottom: 20px
}

#blog-comment li li .avatar, #tsparticles, .feature-box.left i, .nftActionButtons {
    position: absolute
}

.feature-box.left .text {
    padding-left: 70px
}

.feature-box i.circle, .feature-box i.square {
    display: inline-block;
    padding: 20px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    position: relative;
    z-index: 2
}

.feature-box i.square {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px
}

i.font60 {
    font-size: 60px
}

.feature-box i.wm {
    font-size: 800px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transition: 2s
}

    .feature-box i.wm:hover {
        transition: 2s
    }

.feature-box:hover .inner i.wm {
    transform: scale(1.2);
    color: rgba(0,0,0,.05);
    z-index: 0
}

.feature-box:hover .inner i.circle {
    -webkit-box-shadow: 5px 5px 40px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 40px 0 rgba(0,0,0,.3);
    box-shadow: 5px 5px 40px 0 rgba(0,0,0,.3)
}

.feature-box.style-3 {
    position: relative;
    overflow: hidden !important
}

    .feature-box.style-3 i {
        display: block;
        text-align: center;
        font-size: 28px;
        color: #fff;
        background: #7b4bf4;
        padding: 14px 0;
        width: 56px;
        height: 56px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

        .feature-box.style-3 i.wm {
            font-size: 240px;
            width: auto;
            color: rgba(131,100,226,.1);
            top: 30%
        }

    .feature-box.style-3:hover i.wm {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

.feature-box.style-4 i {
    position: relative;
    z-index: 2;
    padding: 10px;
    min-width: 60px
}

.feature-box.style-4 .wm {
    display: block;
    font-size: 160px;
    width: 100%;
    top: 120px;
    z-index: 2;
    font-weight: 700
}

.cardCv, .cardNumber, .d_coll, .gpayBtn img, .inputControls, .nft__item, .nft__item_like, .nft_coll_pp, .nft_wrap, .post-image, .promoCode, .spacer-or, .spacer-or span {
    position: relative
}

.feature-box.style-4 .text {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 30px 30px
}

.feature-box.f-boxed {
    overflow: none;
    padding: 50px;
    background: rgba(131,100,226,.1);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: .7s
}

    .feature-box.f-boxed:hover {
        background: #403f83;
        transition: .7s;
        color: #fff;
        -webkit-box-shadow: 2px 2px 20px 0 rgba(0,0,0,.05);
        -moz-box-shadow: 2px 2px 20px 0 rgba(0,0,0,.05);
        box-shadow: 2px 2px 20px 0 rgba(0,0,0,.05)
    }

.text-light .feature-box.f-boxed {
    background: rgba(0,0,0,.1)
}

.feature-box i.i-circle {
    border-radius: 60px
}

.blog-list .post-text, .feature-box-small-icon .text {
    padding-left: 80px
}

.feature-box-small-icon.center .text {
    padding-left: 0;
    display: block
}

.feature-box-small-icon i {
    text-shadow: none;
    font-size: 40px;
    width: 68px;
    height: 68px;
    position: absolute;
    text-align: center
}

    .feature-box-small-icon i.hover {
        color: #333
    }

.feature-box-small-icon .border {
    height: 2px;
    width: 30px;
    background: #ccc;
    display: block;
    margin-top: 20px;
    margin-left: 85px
}

.feature-box-small-icon .btn, .nft_coll p {
    margin-top: 10px
}

.feature-box-small-icon.center .fs1, .feature-box-small-icon.center i {
    position: inherit;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    border: none;
    font-size: 60px;
    background: 0 0;
    padding: 0
}

.feature-box-small-icon i.dark {
    background-color: #1a1c26
}

.feature-box-small-icon h4 {
    line-height: normal;
    margin-bottom: 5px
}

.feature-box-small-icon.no-bg h2 {
    padding-top: 12px
}

.feature-box-small-icon .number {
    font-size: 40px;
    text-align: center;
    position: absolute;
    width: 70px;
    margin-top: -5px
}

    .feature-box-small-icon .number.circle {
        border-bottom: 2px solid rgba(255,255,255,.3);
        padding: 20px;
        width: 70px;
        height: 70px
    }

.feature-box-small-icon.style-2 .number {
    font-size: 32px;
    color: #fff;
    padding-top: 22px;
    background: #253545;
    width: 70px;
    height: 70px
}

.nft .slick-next::before, .nft .slick-prev::before {
    font-size: 1rem;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400
}

.feature-box-small-icon.no-bg .inner, .feature-box-small-icon.no-bg .inner:hover {
    padding: 0;
    background: 0 0
}

.f-hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0
}

.icon_wallet::before {
    content: "\e100";
    font-family: ElegantIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: .7s
}

.nft_coll {
    background: #fff;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px
}

    .nft_coll img {
        transition: .7s
    }

    .nft_coll:hover img {
        transform: scale(1.05);
        transition: .7s
    }

.nft_wrap {
    width: 100%;
    height: 200%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.nft_coll_pp {
    width: 60px;
    display: block;
    margin: -30px auto 10px
}

    .nft_coll_pp img {
        width: 60px;
        height: auto;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border: 5px solid #fff;
        background: #fff
    }

    .nft_coll_pp i {
        font-size: 10px;
        color: #fff;
        background: #7b4bf4;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        padding: 3px;
        position: absolute;
        bottom: 4px;
        right: 5px
    }

.nft_coll_info {
    text-align: center;
    padding-bottom: 10px
}

.nft_coll h4 {
    font-size: 16px;
    margin-bottom: 0
}

.nft_coll span {
    font-size: 14px
}

#blog-carousel .item.item, .box-login .btn-main, .cardNumber, .gpayBtn, .joinCompetionBtn, .nft, .nft-big, .profileInfoCards, .readPrivacy, .registerSection .fb_iframe_widget, .saveChnagesBtn, .spacer-or {
    width: 100%
}

    .nft .slick-next, .nft .slick-next::before, .nft .slick-prev, .nft .slick-prev::before {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #fff
    }

    .nft .slick-prev {
        left: -12px;
        border-radius: 45px;
        z-index: 1;
        transition: .3s
    }

        .nft .slick-prev::before {
            content: "\f053" !important;
            color: #111;
            border: 1px solid #bbb;
            border-radius: 45px
        }

        .nft .slick-next:hover, .nft .slick-prev:hover {
            background: #fff;
            box-shadow: 5px 5px 30px 0 rgba(0,0,0,.2)
        }

    .nft .slick-next {
        right: -12px;
        border-radius: 45px;
        transition: .3s
    }

        .nft .slick-next::before {
            content: "\f054" !important;
            color: #111;
            border: 1px solid #bbb;
            border-radius: 45px
        }

    .nft .blockquote, .nft-big .blockquote {
        font-size: .98rem;
        text-align: left;
        margin: 15px 30px 30px;
        display: flex
    }

        .nft .blockquote .fa, .nft-big .blockquote .fa {
            font-size: 1.3rem;
            display: inline-block;
            margin: 5px 15px 0 0;
            color: #fff;
            height: max-content
        }

        .nft .blockquote p, .nft-big .blockquote p {
            line-height: 1.8;
            display: inline-block
        }

        .nft .blockquote .bytesti, .nft-big .blockquote .bytesti {
            font-size: .9rem;
            font-weight: 400
        }

    .nft .slick-dots, .nft-big .slick-dots {
        bottom: -40px
    }

        .nft .slick-dots li.slick-active button::before, .nft-big .slick-dots li.slick-active button::before {
            opacity: .75;
            color: #fff
        }

.nft__item {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 80px;
    margin: 10px 10px 25px;
    border: 1px solid #ddd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fff;
    transition: .7s;
    height: 100%
}

.author_list .author_list_pp, .author_list_pp {
    width: 50px;
    height: auto;
    margin-top: -3px;
    cursor: pointer
}

.nft__item:hover {
    box-shadow: 2px 2px 30px 0 rgba(10,10,10,.1);
    transition: .7s
}

.nft__item_info {
    cursor: pointer;
    line-height: 28px
}

.nft__item h4 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px
}

.nft__item_info p {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: normal
}

.nft__item_price {
    font-size: 14px;
    font-weight: 600;
    display: block
}

    .nft__item_price span {
        margin-left: 10px;
        color: #111;
        font-weight: 700
    }

.cancelSubscriptionBtn, .nft__item_action {
    font-size: 14px
}

    .nft__item_action span {
        font-weight: 700;
        color: #7b4bf4
    }

.nft__item_like {
    bottom: 22px;
    font-size: 14px;
    color: #ddd;
    float: right
}

    .nft__item_like span {
        color: #bbb;
        margin-left: 5px;
        font-size: 12px
    }

    .nft__item_like:hover i {
        color: pink
    }

.de_countdown {
    font-size: .8rem;
    position: absolute;
    right: 20px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 2px solid #7b4bf4;
    z-index: 1;
    color: #0d0c22
}

.author_list_pp, .author_list_pp img {
    border-radius: 100% !important;
    z-index: 1
}

.de_countdown .Clock-days, .de_countdown .Clock-hours, .de_countdown .Clock-minutes, .de_countdown .Clock-seconds {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px
}

.author_list_pp {
    position: absolute;
    display: inline-block;
    background: #7b4bf4;
    margin-left: 0;
    transition: .3s
}

    .author_list_pp:hover img {
        padding: 3px;
        -webkit-box-shadow: 0 0 0 2px #7b4bf4;
        transition: .3s
    }

    .author_list_pp span img {
        width: 50px;
        height: 50px !important
    }

    .author_list_pp img {
        width: 100%;
        -moz-border-radius: 100% !important;
        -webkit-border-radius: 100% !important;
        position: relative
    }

    .author_list_pp i {
        color: #fff;
        background: #7b4bf4;
        font-size: 10px;
        padding: 3px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        z-index: 2
    }

.nft__item_wrap {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: center;
    background-image: url(https://s3-ap-southeast-2.amazonaws.com/micrositesacquirely/advertlycloudcomp/competition_d5f6dbaa-fba4-4000-be2a-8984275abaa6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 8px
}

    .nft__item_wrap span {
        display: block;
        width: 100%
    }

.nft__item img {
    width: 100%;
    height: auto !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.nftActionButtons {
    left: 15px;
    bottom: -15px
}

    .nftActionButtons ul {
        display: flex;
        margin: 0 -3px;
        padding: 0
    }

        .nftActionButtons ul li {
            padding: 0 3px;
            list-style: none
        }

            .nftActionButtons ul li img {
                max-width: 80%;
                max-height: 80%
            }

            .nftActionButtons ul li a, .nftActionButtons ul li span {
                background: #c8c8c8;
                width: 34px;
                height: 34px;
                display: inline-block;
                border: 1px solid #fff;
                border-radius: 50%;
                padding: 2px;
                text-align: center;
                cursor: pointer
            }

                .nftActionButtons ul li a:hover, .nftActionButtons ul li span:hover, .nftActionButtons ul li.active a, .nftActionButtons ul li.active span, .nftActionButtons ul li.active.visitedLi span:hover {
                    background: #614df4
                }

.author_list {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px
}

    .author_list li, .demo-icon-wrap, .demo-icon-wrap-s2, .mb30, .p_list, .sequence .mb30 {
        margin-bottom: 30px
    }

    .author_list .author_list_pp {
        position: absolute;
        display: inline-block;
        margin-left: 10px;
        z-index: 10
    }

        .author_list .author_list_pp:hover img {
            padding: 1px;
            background: #bbb;
            box-shadow: 0 0 0 4px #8364e2;
            transition: .2s
        }

        .author_list .author_list_pp img {
            transition: .2s
        }

    .author_list .author_list_info {
        font-weight: 700;
        padding-left: 70px
    }

        .author_list .author_list_info span {
            cursor: pointer;
            color: #111
        }

        .author_list .author_list_info .bot {
            color: #bbb;
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.2em
        }

.nft-big .slick-next::before, .nft-big .slick-prev::before {
    font-size: .9rem;
    font-family: FontAwesome !important;
    font-weight: 400;
    color: #111;
    font-style: normal
}

.icon-box {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 0;
    text-decoration: none;
    cursor: pointer
}

    .icon-box.style-2 {
        border: none;
        background: rgba(133,100,226,.1)
    }

.text-light .icon-box {
    border: 2px solid rgba(255,255,255,.1)
}

.icon-box i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    transition: .3s;
    color: #7b4bf4
}

.icon-box span {
    display: block;
    color: #606060;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4em
}

.icon-box:hover {
    color: #fff;
    background: #403f83;
    -webkit-box-shadow: 5px 5px 30px 0 #403f83;
    -moz-box-shadow: 5px 5px 30px 0 #403f83;
    box-shadow: 5px 5px 30px 0 #403f83;
    transition: .3s
}

.nft-big .slick-next, .nft-big .slick-prev {
    background: #fff !important;
    border-radius: 60px;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.d-carousel {
    position: relative;
    display: flex;
    align-items: center
}

.nft_pic {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0 10px 10px;
    transition: .7s;
    cursor: pointer
}

    .nft_pic img {
        transition: 1s
    }

    .nft_pic:hover img {
        transition: 3s;
        transform: scale(1.2)
    }

.nft_pic_info {
    position: absolute;
    background: rgba(0,0,0,.2);
    padding: 40px;
    z-index: 1;
    font-size: 28px;
    color: #fff
}

.nft_pic_title {
    display: block;
    font-weight: 700
}

.nft_pic_by {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,.6)
}

.nft-big .slick-prev {
    left: -25px;
    display: block;
    z-index: 1;
    transition: .3s
}

    .nft-big .slick-prev::before {
        content: "\f053" !important;
        position: relative;
        left: 10px;
        line-height: 60px
    }

.nft-big .slick-next {
    right: -25px;
    display: block;
    transition: .3s
}

    .nft-big .slick-next::before {
        content: "\f054" !important;
        position: relative;
        right: 10px;
        line-height: 60px
    }

.blog-list .date-box .day, .blog-list .date-box .month, .p-tagline, .p-title, blockquote {
    font-family: var(--body-font)
}

.items_filter {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.d_profile, .filterRowBlock, .skill-bar {
    margin-bottom: 40px
}

.items_filter .dropdownSelect {
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: left;
    float: left
}

.d_coll .profile_wallet, .de_nav li, .post-meta span i {
    float: none
}

.items_filter .dropdownSelect .css-1okebmr-indicatorSeparator {
    background: 0 0
}

.items_filter .dropdownSelect .form-select {
    text-align: left;
    box-shadow: none;
    border-color: #ced4da
}

.items_filter .dropdownSelect .dropdown-menu {
    min-width: 12.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
    z-index: 999
}

    .items_filter .dropdownSelect .dropdown-menu .dropdown-item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        font-size: 15px;
        color: #6b6b6b;
        cursor: pointer
    }

        .items_filter .dropdownSelect .dropdown-menu .dropdown-item::before {
            flex: 0 0 20px;
            max-width: 20px;
            height: 20px;
            content: "";
            border: 1px solid #ddd;
            border-radius: 3px;
            margin-right: 10px
        }

        .items_filter .dropdownSelect .dropdown-menu .dropdown-item::after {
            width: 20px;
            height: 20px;
            content: "";
            position: absolute;
            top: 4px;
            left: 16px
        }

    .items_filter .dropdownSelect .dropdown-menu input:checked + .dropdown-item:before, .items_filter .dropdownSelect .dropdown-menu input:hover + .dropdown-item:before {
        background: #7b4bf4;
        border-color: #6d7ee0
    }

    .items_filter .dropdownSelect .dropdown-menu input:checked + .dropdown-item:after, .items_filter .dropdownSelect .dropdown-menu input:hover + .dropdown-item:after {
        background: url(../images/checkIcon.svg) center center no-repeat
    }

#form_quick_search {
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: 14px
}

    #form_quick_search #btn-submit {
        padding: 0;
        margin: 0;
        border: 0
    }

        #form_quick_search #btn-submit i {
            text-align: center;
            font-size: 16px;
            float: left;
            width: 60px;
            background: #7b4bf4;
            color: #fff;
            display: table-cell;
            padding: 13px 0;
            border-radius: 0 5px 5px 0;
            cursor: pointer
        }

#profile_banner {
    min-height: 360px
}

#form_sb .col, .nft__item_lg .d-buttons, .nft_type_wrap, .partners, .profile_avatar, .yearCvc {
    display: flex
}

.d_coll .profile_avatar {
    display: block;
    text-align: center
}

.checkout .maincheckout .agrement, .profile_avatar img, .profile_name {
    display: flex;
    align-items: center
}

    .profile_avatar img .profile_username, .profile_name .profile_username {
        font-size: 16px;
        display: block;
        color: #7b4bf4
    }

.d_coll .profile_avatar img, .d_coll .profile_name {
    display: block;
    margin: 0 auto;
    text-align: center
}

.profile_avatar img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 150px;
    height: auto
}

.d_coll .profile_avatar img {
    display: inline-block;
    margin-top: -100px;
    margin-bottom: 30px
}

.profile_avatar i {
    color: #fff;
    background: #7b4bf4;
    margin: 110px 0 0 110px;
    display: block;
    position: absolute;
    padding: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.d_coll .profile_avatar i {
    margin-top: -30px
}

.d_coll .d_profile_img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.profile_name {
    margin-left: 20px
}

    .profile_name h4 {
        font-size: 24px;
        line-height: 1.3em
    }

#btn_copy, .comment-info .c_date, .item_info h6 {
    font-size: 12px
}

.profile_wallet {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    float: left;
    color: #727272
}

#btn_copy {
    position: absolute;
    padding: 4px 10px;
    line-height: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: 0
}

    #btn_copy:hover {
        color: #fff;
        background: #7b4bf4;
        border: 0
    }

.de_nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700
}

    .de_nav.text-left {
        text-align: left;
        margin: 10px
    }

    .de_nav li {
        margin-right: 5px
    }

        .de_nav li span {
            position: relative;
            padding: 10px 20px;
            margin-right: 5px;
            display: block;
            background: #f6f6f6;
            text-decoration: none;
            color: #7b4bf4;
            font-size: 15px;
            cursor: poInter;
            -webkit-border-radius: 3px
        }

            .de_nav li span:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0
            }

        .de_nav li.active span {
            color: #fff;
            background: #403f83
        }

.profile_follower {
    margin-right: 20px;
    font-weight: 600
}

.item_info {
    padding-left: 10px
}

    .item_info .de_countdown {
        position: relative;
        display: inline-block;
        margin: 0 0 10px 10px;
        right: 0;
        border: none;
        padding: 0
    }

    .item_info .item_info_counts {
        display: flex;
        align-items: stretch;
        margin-bottom: 20px
    }

        .item_info .item_info_counts > div {
            margin-right: 10px;
            font-weight: 400;
            padding: 2px 10px;
            font-size: 14px;
            text-align: center;
            min-width: 80px;
            background: rgba(131,100,226,.1);
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px
        }

            .item_info .item_info_counts > div i {
                margin-right: 5px;
                color: rgba(0,0,0,.5)
            }

    .item_info .item_author .author_list_info {
        padding-top: 10px;
        padding-left: 70px;
        color: #1a1b1e;
        font-weight: 700
    }

    .item_info .de_nav {
        text-align: left;
        margin-bottom: 30px
    }

.p_list_pp {
    position: absolute;
    width: 50px;
    height: auto;
    margin-left: 0;
    margin-top: -3px;
    z-index: 10
}

    .p_list_pp img {
        width: 100%;
        border-radius: 100% !important
    }

    .p_list_pp i {
        color: #fff;
        background: #7b4bf4;
        font-size: 10px;
        padding: 3px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%
    }

.p_list_info {
    font-weight: 400;
    padding-left: 70px
}

    .p_list_info span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2em
    }

.demo-icon-wrap i, .demo-icon-wrap-s2 span {
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
    background: rgba(131,100,226,.1);
    width: 48px;
    height: 48px;
    padding: 15px 0
}

img.img-rounded {
    border-radius: 3px
}

.box-url {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    display: block;
    border-radius: 20px;
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,.1);
    transition: .3s
}

    .box-url:hover {
        background: rgba(0,0,0,.05);
        transition: .3s
    }

    .box-url .box-url-label {
        font-weight: 700;
        position: absolute;
        right: 30px;
        color: #0d0c22;
        padding: 2px 10px;
        background: rgba(0,0,0,.1);
        border-radius: 8px
    }

.field-set label {
    color: #606060;
    font-weight: 500
}

.form-control {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #333
}

.selectPlan label, .updateSubsPlan label {
    box-shadow: 0 0 10px #ddd;
    cursor: pointer
}

.list.s3 {
    display: inline;
    margin: 0;
    padding: 0
}

    .list.s3 li {
        display: inline;
        list-style: none;
        margin-right: 20px
    }

        .list.s3 li span {
            color: #7b4bf4;
            font-weight: 600;
            cursor: pointer
        }

.spacer-10 {
    width: 100%;
    height: 10px;
    display: block;
    clear: both
}

.align-items-center {
    align-items: center !important
}

.box-login {
    padding: 40px;
    background: #fff;
    border-radius: 5px
}

    .box-login p {
        color: #727272 !important
    }

        .box-login p span {
            color: #7b4bf4;
            text-decoration: none;
            cursor: pointer
        }

    .box-login .list.s3 {
        justify-content: left;
        font-size: 1rem
    }

        .box-login .list.s3 li {
            display: inline;
            margin-right: 20px;
            letter-spacing: normal;
            justify-content: left
        }

.demo-icon-wrap-s2 span {
    display: inline-block;
    position: relative;
    color: #403f83;
    border-radius: 5px
}

.demo-icon-wrap i {
    position: relative;
    color: #403f83;
    border-radius: 5px
}

.card-body, .card-header {
    padding: 1rem 1.25rem
}

    .card-header .btn {
        width: 100%;
        height: 100%;
        text-align: left;
        color: #727272;
        padding: 0;
        margin: 0;
        border: 0
    }

        .card-header .btn:focus {
            box-shadow: unset
        }

.sequence .pricing-s1 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(0,0,0,.05)
}

    .sequence .pricing-s1 .top {
        padding: 30px;
        text-align: center
    }

        .sequence .pricing-s1 .top h2 {
            color: #403f83
        }

    .sequence .pricing-s1 .mid {
        padding: 40px;
        text-align: center;
        background: #403f83
    }

        .sequence .pricing-s1 .mid .m.opt-1 {
            font-size: 48px;
            font-weight: 500
        }

    .sequence .pricing-s1 .bottom {
        border-top: 0;
        text-align: center
    }

        .sequence .pricing-s1 .bottom ul {
            display: block;
            list-style: none;
            margin: 30px 0;
            padding: 0;
            text-align: left;
            overflow: hidden
        }

            .sequence .pricing-s1 .bottom ul li {
                padding: 10px 30px;
                color: #505050
            }

                .sequence .pricing-s1 .bottom ul li i {
                    margin-right: 10px;
                    color: #403f83
                }

    .sequence .pricing-s1 .action {
        text-align: center;
        padding: 40px 0;
        border-top: 1px solid #eee
    }

.skill-bar.style-2 .de-progress {
    background: #ddd;
    width: 100%;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden
}

    .skill-bar.style-2 .de-progress .progress-bar {
        background: #403f83;
        height: 8px;
        box-shadow: none
    }

#tabs1 .nav-tabs, #tabs2 .nav-tabs, #tabs3 .nav-tabs, #tabs4 .nav-tabs {
    font-weight: 700;
    border-bottom: 0;
    margin-bottom: 30px
}

    #tabs2 .nav-tabs .nav-link:hover, #tabs3 .nav-tabs .nav-link:hover, #tabs4 .nav-tabs .nav-link:hover {
        border: 0
    }

    #tabs2 .nav-tabs .nav-item.show .nav-link, #tabs2 .nav-tabs .nav-link.active, #tabs3 .nav-tabs .nav-item.show .nav-link, #tabs3 .nav-tabs .nav-link.active, #tabs4 .nav-tabs .nav-item.show .nav-link, #tabs4 .nav-tabs .nav-link.active {
        color: #fff;
        background: #403f83;
        border-radius: 4px;
        border: 0
    }

#tabs4 {
    display: flex;
    flex-direction: row-reverse
}

.de_tab.tab_methods .de_nav li {
    margin: 0 10px 0 0
}

    .de_tab.tab_methods .de_nav li span {
        padding: 35px 10px;
        color: rgba(0,0,0,.6);
        background: 0 0;
        border: 2px solid rgba(0,0,0,.1);
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        border-radius: 12px;
        min-width: 140px
    }

        .de_tab.tab_methods .de_nav li span i {
            display: block;
            font-size: 30px;
            margin-bottom: 10px
        }

    .de_tab.tab_methods .de_nav li.active span {
        border-color: #7b4bf4
    }

.cardType, .switch-with-title h5 {
    float: left
}

    .switch-with-title h5 i {
        color: #7b4bf4;
        margin-right: 10px
    }

.switch-with-title .p-info {
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px
}

.switch-with-title .de-switch {
    float: right;
    display: block
}

    .switch-with-title .de-switch label {
        transition: .2s ease-in-out;
        display: inline-block;
        position: relative;
        height: 20px;
        width: 40px;
        border-radius: 40px;
        cursor: pointer;
        background-color: rgba(0,0,0,.3);
        color: transparent
    }

        .switch-with-title .de-switch label::after {
            transition: .2s ease-in-out;
            content: " ";
            position: absolute;
            height: 14px;
            width: 14px;
            border-radius: 50%;
            background-color: #fff;
            top: 3px;
            left: 3px;
            right: auto
        }

    .switch-with-title .de-switch input[type=checkbox]:checked + label::after {
        left: 23px
    }

    .switch-with-title .de-switch input[type=checkbox]:checked + label {
        background-color: #7b4bf4
    }

.item_filter_group {
    border: 1px solid rgba(255,255,255,.075);
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 12px
}

    .item_filter_group .de_checkbox {
        position: relative;
        display: block;
        padding-left: 25px
    }

        .item_filter_group .de_checkbox input[type=checkbox] {
            display: none;
            appearance: none;
            border: none;
            outline: 0
        }

    .item_filter_group .de_form input[type=checkbox]:checked + label {
        border: none
    }

    .item_filter_group .de_form input[type=checkbox] + label::before {
        position: absolute;
        content: '';
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 10px;
        border: 2px solid rgba(0,0,0,.2);
        width: 16px;
        height: 16px;
        margin-top: 5px;
        left: 0;
        font-size: 11px;
        padding: 1px 3px 0;
        line-height: 15px;
        border-radius: 4px
    }

    .item_filter_group .de_form input[type=checkbox]:checked + label::before {
        content: "\f00c";
        color: #fff;
        border: transparent;
        background: #7b4bf4
    }

.de-table.table-rank {
    color: #727272;
    display: table;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #dee2e6
}

    .de-table.table-rank thead {
        border-style: hidden !important;
        padding-bottom: 15px
    }

    .de-table.table-rank tr {
        border-bottom: 1px solid rgba(0,0,0,.1) !important
    }

        .de-table.table-rank tr.spacer-single {
            border-bottom: 0 !important
        }

    .de-table.table-rank td, .de-table.table-rank th {
        padding: 30px 0
    }

    .de-table.table-rank .coll_list_pp {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: auto;
        margin-left: 10px;
        margin-top: -12px;
        z-index: 10;
        left: 0
    }

        .de-table.table-rank .coll_list_pp img {
            width: 100%;
            border-radius: 100% !important;
            position: relative;
            z-index: 1
        }

        .de-table.table-rank .coll_list_pp i {
            color: #fff;
            background: #7b4bf4;
            font-size: 10px;
            padding: 3px;
            position: absolute;
            right: 0;
            bottom: 0;
            border-radius: 100%;
            z-index: 2
        }

    .de-table.table-rank tbody th {
        position: relative;
        padding-left: 75px
    }

    .de-table.table-rank .d-plus {
        color: #34c77b
    }

    .de-table.table-rank .d-min {
        color: #eb5757
    }

.pagination {
    margin: 0 auto;
    font-weight: 500;
    border-radius: 3px
}

    .pagination li span {
        border: 1px solid rgba(0,0,0,.1);
        padding: 15px 20px;
        color: #727272;
        cursor: pointer
    }

    .pagination li.active span {
        border-color: #7b4bf4;
        color: #fff;
        border-right: none;
        background: #7b4bf4
    }

#form_sb input[type=text] {
    padding: 21px 12px;
    width: 85%;
    height: 30px;
    float: left;
    margin-bottom: 0;
    border-radius: 8px 0 0 8px;
    border: none;
    background: rgba(255,255,255,.7)
}

#form_sb #btn-submit {
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0
}

    #form_sb #btn-submit i {
        text-align: center;
        font-size: 30px;
        float: left;
        width: 100%;
        color: #fff;
        background: #7b4bf4;
        display: table-cell;
        padding: 5px 40px 7px;
        border-radius: 0 8px 8px 0
    }

.has_offers .through {
    text-decoration: line-through
}

.icontype {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: .8rem;
    opacity: .2
}

.checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999
}

    .checkout .btn-close {
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9991;
        color: #fff;
        background: #7b4bf4;
        border-radius: 50px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        opacity: 1;
        text-align: center
    }

    .checkout .maincheckout {
        position: relative;
        border-radius: 8px;
        background: #fff;
        padding: 30px;
        width: 100%;
        max-width: 500px;
        height: max-content;
        margin: 30px 0 0
    }

        .checkout .maincheckout .heading {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 5px
        }

            .checkout .maincheckout .heading p {
                margin-bottom: 0;
                font-size: 15px;
                font-weight: 400;
                letter-spacing: normal
            }

            .checkout .maincheckout .heading .subtotal {
                color: #111;
                font-size: 15px
            }

        .checkout .maincheckout .detailcheckout {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            .checkout .maincheckout .detailcheckout .listcheckout {
                width: 100%;
                display: flex;
                align-items: left;
                flex-direction: column
            }

                .checkout .maincheckout .detailcheckout .listcheckout .thumb {
                    width: 90px
                }

                .checkout .maincheckout .detailcheckout .listcheckout .description, .selectedPlan .monthlyRent, .selectedPlan .planHead {
                    padding: 15px
                }

                    .blog-carousel h4, .checkout .maincheckout .detailcheckout .listcheckout .description h3, .checkout .maincheckout .detailcheckout .listcheckout .description p {
                        margin-bottom: 0
                    }

                .checkout .maincheckout .detailcheckout .listcheckout input {
                    margin: 10px 0 15px
                }

            .checkout .maincheckout .detailcheckout .price {
                font-weight: 600
            }

        .checkout .maincheckout .agrement label {
            padding-left: 5px
        }

        .checkout .maincheckout .btn-main {
            width: 100%;
            margin: 30px auto;
            margin-bottom: 15px !important
        }

        .checkout .maincheckout .bold {
            color: #111;
            font-weight: 700
        }

.nft_attr {
    display: block;
    padding: 10px;
    text-align: center;
    background: rgba(64,63,131,.15);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    margin-bottom: 8px
}

    .nft_attr h5 {
        color: #7b4bf4;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px
    }

    .nft_attr h4 {
        font-size: 15px;
        font-weight: 700;
        color: #0d0c22;
        margin-bottom: 0
    }

    .nft_attr span {
        font-size: 13px;
        color: #727272
    }

.blog-list {
    margin: 0;
    padding: 0
}

#blog-comment .comment, .comment-info {
    margin-left: 85px
}

blockquote {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    border: none;
    border-left: 3px solid #333;
    padding-left: 30px;
    color: #606060
}

.blog-list > div {
    list-style: none;
    line-height: 1.7em;
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 20px
}

.de_light .blog-list li {
    border-bottom: 1px solid #ddd
}

.blog-list h4 {
    margin-top: 20px;
    color: #333
}

.de_light .blog-list h4 a {
    color: #222
}

.blog-list .btn-more {
    padding: 3px 25px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    float: right
}

.de_light .blog-list .btn-more:hover {
    background: #222;
    color: #fff
}

.bloglist .post-text a.btn-main {
    display: inline-block;
    margin-top: 0;
    padding: 5px 25px
}

.blog-list .blog-slider {
    margin-bottom: -60px
}

.blog-list .date-box {
    position: absolute;
    text-shadow: none;
    text-align: center;
    background: #f6f6f6;
    padding: 10px
}

    .blog-list .date-box .day, .blog-list .date-box .month {
        display: block;
        text-align: center;
        width: 40px;
        z-index: 100
    }

.de_light .blog-list .date-box .month {
    color: #222;
    border-bottom-color: #ddd
}

.blog-list .date-box .day {
    color: #222;
    font-weight: 700;
    font-size: 28px
}

.blog-list .date-box .month {
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px
}

.blog-snippet li {
    border-bottom: none;
    margin-bottom: 0
}

#blog-comment {
    margin-top: 40px
}

    #blog-comment h5, .blog-carousel p {
        margin-bottom: 10px
    }

    #blog-comment li, #blog-comment ul {
        list-style: none;
        margin-left: -40px;
        padding-left: 0
    }

    #blog-comment li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        min-height: 70px;
        font-size: 14px;
        line-height: 1.6em
    }

.dark-scheme #blog-comment li {
    border-bottom-color: rgba(255,255,255,.1)
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px
}

#blog-comment li li {
    margin-left: 55px;
    padding-bottom: 0;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: none
}

.dark-scheme #blog-comment li li {
    border-top-color: rgba(255,255,255,.1)
}

.comment-info {
    margin-bottom: 5px
}

    .comment-info .c_name {
        display: block;
        font-weight: 700;
        color: #555
    }

    .comment-info .c_reply {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #ddd;
        font-size: 12px
    }

.dark-scheme .comment-info .c_reply {
    border-left-color: rgba(255,255,255,.2)
}

.blog-read h4 {
    color: #333;
    letter-spacing: normal;
    font-size: 24px;
    text-transform: none
}

.blog-carousel .post-date, .post-text .tags, .spacer-or span, .validText {
    text-transform: uppercase
}

.blog-carousel li, .blog-carousel ul {
    margin: 0;
    list-style: none
}

.blog-carousel .post-date {
    letter-spacing: 3px;
    font-size: 11px;
    color: #888
}

.p-tagline, .p-title, .post-text .p-date {
    letter-spacing: 2px;
    text-transform: uppercase
}

.post-content {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.post-text {
    padding-top: 20px
}

    .post-text h4 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .post-text .tags {
        font-size: 10px
    }

.p-tagline {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px
}

.p-tagline, .p-title {
    background: rgba(0,0,0,);
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding: 7px 10px 6px;
    margin-bottom: 5px
}

.btnOutline, .mainside .connect-wal a {
    font-weight: 800;
    text-decoration: none;
    box-shadow: 2px 2px 20px 0 rgba(131,100,226,0);
    transition: .3s;
    text-align: center;
    outline: 0;
    cursor: pointer
}

.p-tagline, .p-title.invert {
    background: var(--secondary-color)
}

.p-title {
    font-size: 12px;
    margin-bottom: 20px
}

.post-text .p-date {
    font-size: 10px;
    font-weight: 500
}

.post-info {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.blog-read .img-fullwidth {
    width: 100%;
    height: auto
}

.blog-read .post-text, .nft__item_lg {
    padding: 0
}

.post-author, .post-by, .post-comment, .post-date, .post-like {
    margin-right: 20px;
    font-size: 13px;
    color: #999;
    font-family: var(--body-font)
}

.post-author {
    color: #777
}

.post-by:before, .post-comment:before, .post-date:before, .post-like:before {
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 11px
}

.post-comment:before {
    content: "\f0e5"
}

.post-like:before {
    content: "\f08a"
}

.post-author:before {
    content: "By: "
}

#commentform input {
    width: 290px
}

    #commentform input:focus, #commentform textarea:focus {
        border: 1px solid #999;
        background: #fff
    }

#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    color: #333
}

#commentform input.btn {
    width: auto
}

.post-meta {
    margin: 0 0 10px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    font-size: 11px;
    display: table;
    width: 100%;
    table-layout: fixed
}

    .post-meta a {
        color: #888
    }

    .post-meta span {
        display: table-cell;
        padding: 10px 0;
        text-align: center
    }

.post-image img {
    width: 100%;
    margin-bottom: 0
}

.blog-slide {
    padding: 0;
    margin: 0
}

.blog-item {
    margin-bottom: 60px
}

    .blog-item img.preview {
        width: 100%;
        margin-bottom: 30px
    }

.post-image .post-info {
    position: absolute;
    bottom: 0;
    padding: 0;
    border: none;
    width: 100%
}

    .post-image .post-info .inner {
        margin: 0 30px;
        padding: 3px 20px;
        border-radius: 10px 10px 0 0
    }

.widget .small-border {
    height: 2px;
    width: 30px;
    margin: 0 0 20px;
    display: block
}

.widget h4 {
    font-size: 18px;
    margin-top: 0;
    letter-spacing: normal
}

.widget-post li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 8px
}

    .widget-post li a {
        padding-left: 60px;
        display: block;
        text-decoration: none;
        color: #606060
    }

.widget-post .date {
    background: #403f83;
    color: #fff;
    display: inline-block;
    padding: 5px;
    float: left;
    font-size: 12px
}

.visitLink, .visitLink:hover {
    color: #717171
}

.widget_tags li {
    text-shadow: none;
    display: inline-block;
    margin: 5px 6px
}

    .widget_tags li a {
        font-size: 12px;
        text-decoration: none;
        margin-bottom: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #fff !important;
        background: #403f83;
        padding: 6px 12px
    }

.opt-create {
    display: inline-block;
    text-align: center;
    border: 2px solid rgba(0,0,0,.1);
    background: rgba(131,100,226,.03);
    padding: 40px;
    min-width: 44%;
    margin: 2%;
    border-radius: 15px;
    transition: .3s
}

    .opt-create img {
        position: relative;
        width: 100px
    }

    .opt-create h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 0
    }

    .opt-create:hover {
        background: rgba(131,100,226,.1);
        border-color: #7b4bf4;
        box-shadow: 2px 2px 30px 0 rgba(20,20,20,.1);
        transition: .3s
    }

.mainside {
    width: max-content;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center
}

    .mainside .connect-wal a {
        color: #fff !important;
        background: #7b4bf4;
        border-radius: 6px;
        letter-spacing: normal;
        padding: 6px 20px;
        font-size: 14px;
        border: none
    }

    .mainside .logout {
        display: flex;
        -moz-box-align: center;
        align-items: center
    }

        .mainside .logout a {
            display: inline-block;
            margin: 0 5px
        }

    .mainside .de-menu-notification {
        margin: 0 5px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        width: 38px;
        height: 38px;
        background: #eee;
        text-align: center;
        line-height: 32px;
        border-radius: 30px;
        padding-top: 3px
    }

        .mainside .de-menu-notification .d-count {
            display: inline-block;
            position: absolute;
            z-index: 100;
            background: #7b4bf4;
            line-height: 1em;
            padding: 6px;
            width: 22px;
            border-radius: 30px;
            top: -10px;
            right: -10px;
            color: #fff;
            font-weight: 700;
            font-size: 10px
        }

        .mainside .de-menu-notification .popshow, .mainside .de-menu-profile .popshow {
            cursor: default;
            width: 250px;
            position: absolute;
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            inset: 50px auto auto -200px;
            padding: 20px;
            animation: .2s smoothDrop;
            -webkit-animation: .2s smoothDrop;
            box-shadow: 2px 2px 30px 0 rgba(20,20,20,.1);
            z-index: 1
        }

            .mainside .de-menu-notification .popshow h4, .mainside .de-menu-profile .popshow .d-balance h4, .mainside .de-menu-profile .popshow .d-name h4, .mainside .de-menu-profile .popshow .d-wallet h4 {
                font-weight: 700;
                display: block;
                margin: 5px 0 0;
                padding: 0;
                font-size: 16px
            }

            .mainside .de-menu-notification .popshow ul {
                margin: 10px 0 0;
                padding: 0;
                list-style: none;
                text-align: left
            }

                .mainside .de-menu-notification .popshow ul li {
                    line-height: 20px
                }

                    .mainside .de-menu-notification .popshow ul li .mainnot {
                        color: #0d0c22;
                        margin-bottom: 5px
                    }

                        .mainside .de-menu-notification .popshow ul li .mainnot img {
                            width: 32px;
                            height: 32px;
                            position: absolute;
                            border-radius: 30px
                        }

                        .mainside .de-menu-notification .popshow ul li .mainnot .d-desc {
                            position: relative;
                            margin-left: 45px;
                            top: 0 !important
                        }

                            .mainside .de-menu-notification .popshow ul li .mainnot .d-desc .d-time {
                                display: block;
                                font-size: 14px;
                                color: #727272
                            }

    .mainside .de-menu-profile {
        position: relative;
        cursor: pointer
    }

        .mainside .de-menu-profile img {
            width: 38px;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            margin-left: 5px;
            margin-bottom: 2px
        }

        .mainside .de-menu-profile .popshow .d-name span.name {
            color: #7b4bf4;
            cursor: pointer
        }

        .mainside .de-menu-profile .popshow .d-balance, .mainside .de-menu-profile .popshow .d-wallet {
            font-size: 14px;
            margin-bottom: 15px
        }

            .mainside .de-menu-profile .popshow .d-wallet .d-wallet-address {
                display: inline-block;
                max-width: 64%;
                overflow: hidden
            }

        .mainside .de-menu-profile .popshow .d-line {
            margin: 15px 0;
            border-top: 1px solid #bbb
        }

        .mainside .de-menu-profile .popshow .de-submenu-profile li {
            padding: 5px 0
        }

            .mainside .de-menu-profile .popshow .de-submenu-profile li span {
                cursor: pointer;
                color: #0d0c22 !important;
                background: 0 0;
                padding: 0;
                font-weight: 700;
                font-size: 14px;
                display: block;
                text-align: left
            }

                .mainside .de-menu-profile .popshow .de-submenu-profile li span:hover {
                    box-shadow: none
                }

                .mainside .de-menu-profile .popshow .de-submenu-profile li span i {
                    padding: 7px 9px;
                    background: #eee;
                    border-radius: 30px;
                    width: 28px;
                    margin-right: 5px
                }

.nft__item_lg .row {
    position: relative;
    z-index: 999
}

.nft__item_lg img {
    border-radius: 10px;
    max-height: 100vh
}

.nft__item_lg h2 {
    font-size: 48px;
    line-height: 60px
}

.nft__item_lg .d-author {
    margin: 15px 0
}

    .nft__item_lg .d-author .author_list_info {
        padding-left: 80px
    }

        .nft__item_lg .d-author .author_list_info .title {
            font-weight: 700;
            color: #1a1b1e
        }

        .nft__item_lg .d-author .author_list_info .subtitle {
            font-size: 15px
        }

.nft__item_lg .d-attr {
    display: flex;
    margin-bottom: 15px
}

    .nft__item_lg .d-attr .col {
        min-width: 50px
    }

        .nft__item_lg .d-attr .col.first {
            max-width: 160px
        }

        .nft__item_lg .d-attr .col h3 {
            font-size: 34px;
            margin: 10px 0 15px
        }

        .nft__item_lg .d-attr .col h5 {
            font-size: 15px;
            font-weight: 500;
            margin-top: 10px;
            color: rgba(0,0,0,.4)
        }

        .nft__item_lg .d-attr .col .de_countdown {
            position: relative;
            border: none;
            background: 0 0;
            padding-left: 0;
            padding-bottom: 0;
            left: 0;
            font-size: 32px
        }

    .nft__item_lg .d-attr .line {
        width: 1px;
        height: 80px;
        background: rgba(0,0,0,.1);
        margin: 0 30px
    }

.nft__item_lg .d-buttons .btn-main, .profileCardImg {
    margin-right: 15px
}

    .nft__item_lg .d-buttons .btn-main.btn-light {
        color: #7b4bf4 !important;
        background: rgba(131,100,226,.2)
    }

.jumbotron.breadcumb.no-bg.bwhite {
    position: relative;
    padding: 90px 0 30px
}

    .jumbotron.breadcumb.no-bg.bwhite::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 90px;
        background-image: linear-gradient(rgba(255,255,255,0),#fff)
    }

.wallet-images-group-1 img {
    display: inline-block;
    margin: 0 5px 10px;
    width: 60px;
    padding: 10px;
    background: rgba(64,63,131,.05);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.nft_type_wrap {
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center
}

    .nft_type_wrap .play-pause {
        position: relative;
        cursor: pointer;
        height: 60px;
        width: 60px;
        padding: 17px 0;
        text-align: center;
        z-index: 2;
        background: #7b4bf4;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px
    }

        .nft_type_wrap .play-pause:before {
            font-family: FontAwesome;
            content: "\f04b";
            font-size: 24px;
            color: #fff;
            padding-left: 5px;
            top: -5px;
            position: relative
        }

        .nft_type_wrap .play-pause.pause::before {
            content: "\f04c";
            padding-left: 0;
            top: -5px;
            position: relative
        }

    .nft_type_wrap .circle-ripple {
        display: none;
        position: absolute;
        background-color: #35ffc3;
        z-index: 1;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        -webkit-animation: .7s linear infinite ripple;
        animation: .7s linear infinite ripple
    }

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 1em rgba(255,255,255,.3),0 0 0 3em rgba(255,255,255,.3),0 0 0 5em rgba(255,255,255,.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255,255,255,.3),0 0 0 3em rgba(255,255,255,.3),0 0 0 5em rgba(255,255,255,.3),0 0 0 8em rgba(255,255,255,0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 1em rgba(255,255,255,.3),0 0 0 3em rgba(255,255,255,.3),0 0 0 5em rgba(255,255,255,.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255,255,255,.3),0 0 0 3em rgba(255,255,255,.3),0 0 0 5em rgba(255,255,255,.3),0 0 0 8em rgba(255,255,255,0)
    }
}

.d-profile-img-edit {
    border-radius: 100%;
    margin-bottom: 15px
}

.d-banner-img-edit {
    border-radius: 8px;
    margin-bottom: 15px
}

.partners {
    margin: 0;
    padding: 0;
    align-items: center
}

    .partners li {
        list-style: none;
        flex: 0 0 20%;
        max-width: 20%;
        align-items: center
    }

        .confirmEmail img, .partners li img, .profileCardImg img, .unlimitedAccessModal .modal-header img {
            max-width: 100%
        }

.nft__item .linkIcon {
    width: 15px;
    border-radius: 0;
    margin-right: 5px
}

.visitLink {
    position: relative;
    font-size: 14px;
    float: right
}

.btnOutline {
    display: block;
    width: max-content;
    color: #7b4bf4;
    border-radius: 6px;
    letter-spacing: normal;
    padding: 8px 12px;
    font-size: 14px
}

.innerPageHeader .mainside a.borderBtn:hover, .mainside a.borderBtn {
    border: 1px solid #7b4bf4
}

.readPrivacy a, .waitHours {
    text-decoration: underline
}

.itemBottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

.endStatus {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #7d7d7d
}

    .endStatus b {
        font-weight: 700;
        color: #565656
    }

.topPick {
    position: absolute;
    right: -15px;
    top: -25px;
    z-index: 1
}

    .topPick img {
        max-width: 60px
    }

.footerLinks a {
    color: #595d69;
    font-size: 14px
}

.mainside a.borderBtn {
    background: 0 0;
    margin-left: 15px;
    padding: 5px 20px;
    color: #7b4bf4 !important
}

    .mainside a.borderBtn:hover {
        background: #7b4bf4;
        border-color: #7b4bf4;
        color: #fff !important
    }

.innerPageHeader .mainside a.borderBtn {
    border: 1px solid #fff;
    color: #fff !important
}

.innerPageHeader.sticky .mainside a.borderBtn {
    border: 1px solid #7b4bf4;
    color: #7b4bf4 !important
}

    .innerPageHeader.sticky .mainside a.borderBtn:hover {
        color: #fff !important
    }

.visitSiteBtn {
    background: #f6f6f6;
    color: #8c8c8c !important;
    margin-left: 15px
}

.otherPages {
    background-color: #f7f6ff;
    background-image: url(https://s3-ap-southeast-2.amazonaws.com/micrositesacquirely/advertlycloudcomp/competition_d22ba3d9-910a-400a-bbbb-51ee5adb5c1f.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: 100% auto
}

.gpayBtn, .gpayBtn:hover {
    background: #ffc43a
}

footer.footer-light.normalFooter {
    border: none;
    padding: 0;
    background: 0 0 !important
}

    footer.footer-light.normalFooter .subfooter {
        margin-top: 0;
        border: none;
        background: 0 0
    }

.brandLogo {
    margin-bottom: 100px
}

    .brandLogo img {
        max-width: 80%
    }

.readPrivacy {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    color: #717171
}

    .readPrivacy a {
        color: #2e40de
    }

        .readPrivacy a.takeMeHome {
            color: #ea6666
        }

.selectPlan, .updateSubsPlan {
    height: 100%
}

    .selectPlan label {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 5px;
        padding: 15px 15px 10px;
        height: 100%
    }

.planHead {
    min-height: 70px
}

    .planHead h4 {
        margin-bottom: 0;
        color: #000
    }

    .planHead p {
        font-size: 14px;
        color: #000
    }

.monthlyRent {
    font-size: 42px;
    color: #000;
    display: flex;
    align-items: baseline;
    font-weight: 700
}

    .monthlyRent span {
        font-size: 18px;
        font-weight: 400
    }

.selectPlan input:checked + label, .selectPlan:hover label {
    background: #d6d7ff
}

.proPlan h5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.proPlanRent {
    margin-left: 25px
}

.gpayBtn img {
    z-index: 2
}

.gpayBtn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.spacer-or:before {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    content: "";
    position: absolute;
    left: 0;
    top: 50%
}

.spacer-or span {
    background: #f7f6ff;
    padding: 15px;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 50%;
    font-weight: 700
}

.cardNumber input {
    margin-bottom: 0;
    padding-right: 90px;
    border-radius: 6px 6px 0 0
}

.cardCv, .cardyear {
    flex: 0 0 50%;
    max-width: 50%
}

    .cardyear input {
        border-radius: 0 0 0 6px;
        border-top: none;
        border-right: none
    }

    .cardCv input {
        border-radius: 0 0 6px;
        border-top: none;
        padding-right: 35px
    }

    .cardCv .cvcImg {
        position: absolute;
        top: 7px;
        right: 10px
    }

select.form-control {
    position: relative;
    webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px
}

.formDisclaimer {
    color: #8e8e8e;
    font-size: 10px;
    text-align: center;
    margin-top: 20px
}

.goCompetitionBtn {
    width: 400px;
    max-width: 100%;
    margin: auto
}

.seccessSection {
    background-image: url(../images/ribbons.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    animation: 1s linear impact
}

@keyframes impact {
    0% {
        background-position: 00px center
    }

    100% {
        background-position: top center
    }
}

.profileInfoCards ul {
    margin: 0;
    padding: 0;
    width: 100%
}

    .profileInfoCards ul li {
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        padding: 25px;
        display: flex;
        margin: 15px 0 0;
        background-color: #fff;
        background-image: url(https://s3-ap-southeast-2.amazonaws.com/micrositesacquirely/advertlycloudcomp/competition_0225fdbf-d73d-4b27-bd1a-5b9a7dcc6aff.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 40%
    }

.cloudPointsPro span {
    color: #616161
}

.cloudPointsPro h2 {
    font-size: 46px;
    margin-bottom: 0;
    margin-top: 5px
}

.editBtn {
    position: absolute;
    right: 5px;
    top: 10px;
    background: 0 0;
    border: none;
    color: #ccc
}

.UpdateModal {
    max-width: 550px
}

    .UpdateModal .modal-header {
        border-bottom: none;
        padding: 1em 2em
    }

        .UpdateModal .modal-header .close {
            border: none;
            box-shadow: none;
            background: 0 0
        }

            .UpdateModal .modal-header .close span {
                font-size: 30px
            }

    .UpdateModal .modal-body {
        padding: 1em 2em
    }

.updateSubsPlan label {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 10px;
    height: 100%
}

.updateSubsPlan input:checked + label {
    background: #7b4bf4;
    color: #fff
}

.updateSubsPlan .monthlyRent {
    line-height: normal
}

    .selectedName a:hover, .selectedName span:hover, .updateSubsPlan .monthlyRent span {
        color: #8e8e8e
    }

.updateSubsPlan p {
    margin-bottom: 0;
    font-size: 14px
}

.promoCode span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    background: #d6d7ff;
    border-radius: 15px;
    padding: 5px 10px
}

    .promoCode span i {
        margin-left: 10px;
        cursor: pointer
    }

.saveChnagesBtn:hover::before {
    opacity: 0
}

.modalBottomLine {
    font-size: 10px;
    width: 100%;
    margin-top: 10px
}

.bankName, .cardType {
    font-size: 12px;
    font-weight: 600
}

.CardVisa, .bankName, .forgotPasswordLink, .stripeText {
    float: right
}

    .stripeText img {
        height: 15px
    }

.UpdateModal .modal-footer {
    border-top: 0;
    text-align: center;
    justify-content: center
}

.paymentCard {
    width: 260px;
    height: 152px;
    background: linear-gradient(111.75deg,#0038ab 1.13%,#7b4bf4 75.53%);
    border-radius: 10px;
    padding: 15px;
    color: #fff
}

.cardNumberType {
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px
}

.ValidThru {
    display: flex;
    font-weight: 600;
    font-size: 10px
}

.validText {
    width: 25px;
    float: left;
    line-height: 11px
}

.expiryDate {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700
}

.CardVisa img {
    max-height: 15px;
    float: right
}

.cancelAnyway {
    border: 1px solid #7c7c7c;
    color: #7c7c7c !important;
    background: #fff;
    width: 100%
}

.bottomBtns {
    flex-direction: row-reverse
}

.premiumAccessBtn {
    padding: 8px 30px
}

.rangeSider {
    display: flex;
    margin: 30px 0 0
}

.slider {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    border: 2px solid #c1c1c1;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    margin-right: 20px;
    padding: 0 15px
}

.max-value, .min-value {
    float: left;
    width: 10vw;
    color: #6c6d70;
    text-align: right;
    font-weight: 700
}

.current-value {
    position: absolute;
    top: -3.8em;
    left: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7b4bf4;
    border-radius: 50%
}

    .current-value::before {
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0;
        border-color: #7b4bf4 transparent transparent;
        content: "";
        position: absolute;
        top: 16px
    }

.range {
    position: relative;
    float: left;
    width: 80vw;
    padding: 0 .9375rem
}

input[type=range] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 5px;
    padding: 0;
    border-radius: 5px;
    background: #c4c4c4;
    box-sizing: content-box
}

    input[type=range]:focus {
        outline: 0
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 50px;
        height: 50px;
        border: 2px solid #81b5cc;
        border-radius: 25px;
        background: #81b5cc
    }

.pointsEntries {
    font-size: 20px;
    font-weight: 600;
    color: #7c4bf4;
    line-height: normal
}

.moreInformationModal {
    max-width: 400px
}

    .moreInformationModal .modal-header {
        align-items: baseline
    }

.ViewMoreRow {
    display: flex;
    justify-content: center
}

.registerSection .fb_iframe_widget > span, .registerSection .fb_iframe_widget > span > iframe {
    width: 100% !important;
    height: 38px !important
}

#gSignIn .abcRioButton {
    width: 100% !important;
    border-radius: 5px
}

    #gSignIn .abcRioButton .abcRioButtonIcon {
        border-radius: 5px 0 0 5px
    }

.validation-summary-errors {
    width: 100%;
    transition: 1s;
    margin-bottom: 20px
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%
    }

        .validation-summary-errors ul li {
            width: 100%;
            display: inline-block;
            background: #f8d7da;
            border-radius: 5px;
            padding: 7px 10px 7px 35px;
            margin-bottom: 5px;
            color: #cf414e;
            border: 1px solid #ffb9bf;
            font-size: 14px;
            transition: 1s;
            position: relative
        }

            .validation-summary-errors ul li:before {
                float: left;
                width: 16px;
                height: 16px;
                content: "";
                background-image: url(../images/warning.png);
                background-size: cover;
                background-repeat: no-repeat;
                margin-right: 8px;
                position: absolute;
                top: 10px;
                left: 10px
            }

.form-control.input-validation-error {
    border-color: #ff4658
}

.confirmEmail {
    width: 300px;
    display: inline-block;
    max-width: 100%
}

.selectedFilters {
    margin: 0 -3px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    float: left
}

    .selectedFilters li {
        display: inline-block;
        border-radius: 5px;
        padding: 3px
    }

.selectedName {
    background: #f7f4fd;
    padding: 5px 10px;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    border: 1px solid #ddd;
    line-height: normal
}

    .selectedName a, .selectedName span {
        cursor: pointer;
        color: #b9b9b9;
        margin-left: 5px;
        display: inline-block;
        text-align: center
    }

.dorpdownRight {
    right: 0;
    margin-top: 10px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background: #7b4bf4
}

    .dorpdownRight::after {
        position: absolute;
        right: 5px;
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #7b4bf4;
        content: ""
    }

    .dorpdownRight a.dropdown-item {
        background: 0 0;
        color: #e1e1e1 !important;
        text-align: left;
        padding: 5px 10px;
        margin: 0;
        border-radius: 0
    }

        .dorpdownRight a.dropdown-item + a.dropdown-item {
            border-top: 1px solid #b090ff
        }

        .dorpdownRight a.dropdown-item:hover {
            box-shadow: none;
            color: #fff !important
        }

.navbar .nav-icon .menu-line, .navbar .nav-icon .menu-line2 {
    transition: .5s
}

.navbar .nav-iconActive .menu-line {
    transform: rotate(45deg);
    top: 5px
}

.navbar .nav-iconActive .menu-line2 {
    transform: rotate(-45deg);
    top: 5px;
    width: 100%
}

.navbar.innerPageHeader .nav-icon.nav-iconActive .white, .navbar.sticky .nav-icon .white {
    background: #000
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,.7)
}

.loaderCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.unlimitedAccessModal {
    max-width: 545px;
    margin: 1.75rem auto
}

    .unlimitedAccessModal .modal-content {
        border-radius: 5px;
        border: none;
        box-shadow: 0 0 10px rgba(0,0,0,.2)
    }

    .unlimitedAccessModal .modal-header {
        padding: 0;
        display: inline-block;
        width: 100%;
        border-bottom: none;
        position: relative;
        border-radius: 5px 5px 0 0;
        overflow: hidden
    }

        .unlimitedAccessModal .modal-header .close {
            position: absolute;
            right: 15px;
            top: 15px;
            background: 0 0;
            border: none;
            color: #fff;
            font-weight: 500;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .unlimitedAccessModal .modal-header .close span {
                font-size: 22px;
                margin-right: 5px
            }

.modalContentBlock {
    width: 364px;
    max-width: 100%;
    margin: auto
}

    .modalContentBlock h3 {
        font-size: 34px;
        color: #614df6;
        font-weight: 600
    }

    .modalContentBlock h4 {
        font-size: 28px;
        color: #614df6;
        font-weight: 600
    }

    .modalContentBlock ul {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0
    }

        .modalContentBlock ul li {
            position: relative;
            padding-left: 30px;
            background-image: url(/dist/images/check-mark.svg);
            background-repeat: no-repeat;
            background-position: left 7px;
            list-style: none;
            font-size: 16px;
            color: #4b4b4b
        }

        .modalContentBlock ul.bullet li {
            background-image: url(/dist/images/bullet.svg);
            padding-left: 20px
        }

.upgradeAccessBtn {
    border-radius: 54px;
    font-size: 20px;
    color: #fff;
    width: 468px;
    max-width: 100%;
    height: 64px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center
}

.unlimitedAccessBtn {
    line-height: 24px;
    display: block
}

.upgradeAccessRow {
    padding: 0 25px
}

.upgradeAccessBtn span {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    flex: 0 0 100%;
    max-width: 100%
}

.btnSubText {
    font-size: 12px;
    color: #adadad;
    width: 100%;
    display: inline-block
}

.socialLinksBtn {
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    justify-content: center
}

.googleLinkBtn, .googleLinkBtn:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #717171 !important
}

.facebookLinkBtn, .facebookLinkBtn:hover {
    background: #4064b1
}

    .facebookLinkBtn svg path {
        fill: #fff
    }

#profileText {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #512da8;
    color: #fff;
    margin: 0;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    font-weight: 600
}

.selectPlan.selectedPlan label {
    padding: 0;
    align-items: center;
    justify-content: space-between
}

.selectedPlan p {
    font-size: 14px;
    background: #512da8;
    margin: 0;
    display: flex;
    padding: 5px 15px;
    border-radius: 0 0 5px 5px;
    color: #cfcfcf;
    text-align: right;
    justify-content: right
}

.nftActionButtons ul li.visitedLi span:hover {
    background: #c8c8c8
}

.deactivateCard {
    opacity: .5
}

#loadingmsg {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-left: -25px;
    margin-top: -25px
}

.registerSection .form-control[type=password] {
    border-radius: 5px !important
}

#showmorebtn {
    margin-top: 20px !important
}

.permiumPopup {
    background: #fff;
    position: absolute;
    width: auto;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 3px 8px 3px 5px;
    display: flex;
    align-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #614df6
}

    .permiumPopup img {
        width: 18px;
        margin-right: 8px
    }

@media only screen and (max-width:1400px) {
    .registerSection {
        padding: 40px 0
    }

    .brandLogo {
        margin-bottom: 60px
    }

    .breadcumb .mainbreadcumb {
        padding: 100px 0 60px
    }

    .unlimitedAccessModal {
        max-width: 480px
    }

    .modalContentBlock h3 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .unlimitedAccessModal .modal-body {
        padding: 1rem 2rem
    }

    .upgradeAccessBtn {
        height: 55px;
        font-size: 18px
    }
}

@media only screen and (max-width:1199px) {
    .item-dropdown {
        position: relative;
        width: 100%;
        inset: unset;
        padding-top: 10px;
        border: 0;
        background: 0 0;
        box-shadow: unset
    }

        .item-dropdown .dropdown a {
            color: #111 !important;
            padding: 10px 10px 10px 0;
            width: 100%;
            text-align: left;
            left: 10px;
            border-bottom: 1px solid rgba(0,0,0,.1)
        }

    .navbar {
        top: 0;
        padding: 0
    }

        .navbar.white a {
            color: #7b4bf4
        }

    #myHeader .container {
        max-width: unset !important
    }

    .dropdown-toggle::after {
        top: 0
    }

    .d-item.col-lg-3 {
        width: 33.3333%
    }

    .logout .dropdown {
        width: 100%
    }

    .mainside .de-menu-profile {
        text-align: center
    }
}

@media only screen and (max-width:1024px) {
    .m-10-hor {
        padding-left: 2%;
        padding-right: 2%
    }

    footer.footer-light .subfooter span.copy {
        display: block;
        margin: 20px 0
    }

    .d-desc {
        margin-top: 30px
    }

    .nft__item_lg h2 {
        font-size: 24px
    }

    .nft__item_lg .d-attr, .nft__item_lg .d-buttons {
        display: block
    }

        .de-menu-profile, .dorpdownRight a.dropdown-item i, .dorpdownRight:after, .mainside, .nft__item_lg .d-attr .line, footer.footer-light .subfooter span img.f-logo.d-1 {
            display: none
        }

        .nft__item_lg .d-attr .col .de_countdown, .nft__item_lg .d-attr .col h3 {
            font-size: 21px
        }

    .jumbotron.breadcumb.no-bg.bwhite {
        padding-top: 30px;
        padding-bottom: 0
    }

        .jumbotron.breadcumb.no-bg.bwhite:after {
            content: unset
        }

    .nft__item_lg .d-buttons .btn-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .slick-next, .slick-prev {
        top: 40% !important
    }

    .navbar .w-100-nav {
        display: flex
    }

    .navbar .menu {
        padding: 0
    }

    .navbar .navbar-item {
        padding: 0;
        border-bottom: none
    }

    .navbar.sticky {
        position: fixed !important
    }

    .dorpdownRight, .navbar .breakpoint__xl-only {
        position: relative
    }

    .navbar.navbar .dropdown-custom.btn {
        color: #000
    }

    .navbar.navbar .mainside {
        background: #fff;
        padding: 88px 15px 15px;
        height: 100vh;
        width: 320px;
        max-width: 80%;
        animation-name: easyIn;
        animation-duration: 1s;
        top: 0;
        right: -320px
    }

    .connect-wal {
        display: inline-block;
        width: 100%
    }

    @keyframes easyIn {
        from {
            right: 0
        }

        to {
            right: -320px
        }
    }

    .navbar.navbar .mainside.mainsideActive {
        display: block;
        animation-name: easyOut;
        animation-duration: 1s;
        right: 0
    }

    @keyframes easyOut {
        from {
            right: -320px
        }

        to {
            right: 0
        }
    }

    .navbar.navbar .mainside.mainsideActive:before {
        background: rgba(0,0,0,.24);
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .connect-wal a, .mainside .logout a, .mainside a.borderBtn {
        width: 100%;
        display: inline-block;
        margin: 7px 0
    }

    .mainside .logout {
        flex-direction: column
    }

    .dorpdownRight {
        min-width: auto;
        width: 100%;
        background: 0 0;
        box-shadow: none;
        display: block;
        border-top: 1px solid #ddd
    }

        .dorpdownRight a.dropdown-item {
            color: #7b4bf4 !important;
            margin: 0;
            padding: 10px 5px
        }

            .dorpdownRight a.dropdown-item + a.dropdown-item {
                border-top: none
            }

    .breadcumb .mainbreadcumb, section {
        padding: 40px 0
    }

    .innerPageHeader {
        background: #403f83;
        border-bottom: none
    }

    .navbar a {
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 5px
    }

    .navbar.sticky.white a {
        color: #7b4bf4
    }

    .dorpdownRight a.dropdown-item:hover {
        color: #7b4bf4 !important
    }
}

@media only screen and (max-width:992px) {
    .breadcumb .mainbreadcumb h1, h1 {
        font-size: 36px
    }

    .cloudPointsPro h2, h2 {
        font-size: 30px
    }

    p.lead {
        font-size: 16px
    }

    .d-item.col-lg-3 {
        width: 50%
    }

    .navbar {
        background: #fff
    }

    .innerPageHeader {
        background: #403f83;
        border-bottom: none
    }

        .innerPageHeader .nav-icon .white {
            background-color: #fff
        }

        .innerPageHeader .nav-icon.nav-iconActive .white {
            background-color: #7b4bf4
        }

    .selectPlan, .updateSubsPlan {
        margin-bottom: 15px;
        height: auto
    }

    .monthlyRent, .planHead {
        min-height: auto;
        flex: 0 0 100%;
        max-width: 100%
    }

    .item_info_counts, .rangeSider {
        flex-wrap: wrap
    }

    .pointsEntries {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px
    }

    .btn-main {
        padding: 8px 20px
    }

    .breadcumb .mainbreadcumb {
        padding: 50px 0
    }

    .item_info h2 {
        font-size: 32px;
        line-height: 36px
    }

    .item_info_counts div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: left;
        background: 0 0;
        padding: 0
    }

    .visitSiteBtn {
        margin-left: 0
    }

    .subfooter .de-flex, .subfooter .de-flex-col {
        display: block;
        text-align: center
    }

    .breadcumb.h-vh {
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .de_nav.text-left, .profile_name {
        margin-left: 0
    }

    .breadcumb .mainbreadcumb .list {
        justify-content: left;
        text-align: left;
        margin-bottom: 30px
    }

    .nextButton, .previousButton {
        opacity: 1 !important
    }

    .xs-hide {
        display: none
    }

    .d_profile, .d_profile .de-flex-col, .profile_avatar, .profile_name {
        display: block
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .author_list {
        column-count: 1;
        column-gap: 20px
    }

    #form_quick_search {
        top: 0;
        width: 100%
    }

        #form_quick_search .col {
            padding-right: 0
        }

        #form_quick_search input[type=text] {
            width: 80%
        }

        #form_quick_search #btn-submit {
            width: 20%
        }

            #form_quick_search #btn-submit i, .d-item.col-lg-3, .items_filter {
                width: 100%
            }

                .items_filter .dropdownSelect, .otherfilter {
                    margin-right: 0;
                    width: 100%
                }

    .selectedFilters {
        float: left
    }

    .item_info {
        margin-top: 30px
    }

    .profile_name {
        margin-top: 20px;
        width: 100%
    }

    .profile_follow {
        margin-top: 50px;
        width: 100%
    }

    .nft__item {
        margin: 0 0 30px
    }

    .profile_avatar i {
        margin-top: -35px
    }

    .items_filter .dropdownSelect .dropdown-menu {
        min-width: 100%
    }

    .registerSection {
        padding: 40px 0
    }

    .brandLogo {
        margin-bottom: 40px
    }

    .partners {
        margin-bottom: 50px
    }

    footer.footer-light .subfooter {
        text-align: center
    }
}

@media only screen and (max-width:640px) {
    section {
        padding: 30px 0
    }

    .premiumAccessBtn {
        margin-bottom: 15px
    }

    .UpdateModal .modal-header .close {
        position: absolute;
        top: 0;
        right: 10px
    }

    .unlimitedAccessModal {
        max-width: 90%
    }

    .upgradeAccessBtn {
        font-size: 16px
    }

    .profileInfoCards {
        margin-top: 30px
    }

    .unlimitedAccessModal .modal-body {
        padding: 1rem
    }

    .modalContentBlock h3 {
        font-size: 26px
    }

    .modalContentBlock ul {
        padding: 0 0 0 5px
    }
}

@media only screen and (max-width:410px) {
    .navbar .breakpoint__xl-only {
        display: none
    }
}

.points-history-table thead tr th {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #7b4bf4
}

.table-bordered.points-history-table > :not(caption) > tr > th {
    border-color: #a17cff
}

    .table-bordered.points-history-table > :not(caption) > tr > th:first-child {
        border-radius: 10px 0 0;
        border-width: 0
    }

    .table-bordered.points-history-table > :not(caption) > tr > th:last-child {
        border-radius: 0 10px 0 0;
        border-width: 0
    }

.table-bordered.points-history-table > :not(caption) > tr > td:first-child {
    border-color: #eee
}

.notyf i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: inherit
}

.dorpdownRight {
    background: #fff;
    width: 250px;
    padding: 0px;
    border-radius: 10px;
    max-width: none;
    margin-top: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .dorpdownRight::after {
        display: none;
    }

.pointsMenu {
    background: #7C4BF4;
    color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pointsIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    color: #7c4bf4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.pointsMenu h5 {
    flex: 0 0 100%;
    max-width: 100%;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 22px;
}

.navbar .dorpdownRight a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #111 !important;
    padding: 10px 15px;
}

    .navbar .dorpdownRight a.dropdown-item i {
        margin-right: 10px;
        width: 20px;
    }

.dorpdownRight a.dropdown-item + a.dropdown-item {
    border-top: none;
}

.navbar .dorpdownRight a.dropdown-item:hover {
    color: #7c4bf4 !important;
}


.form-password{
    position:relative;
    display:inline-block;
    width:100%;

}

    .form-password .form-check {
        position:absolute;
        right:0px;
        top:15px;
        cursor:pointer;
    }

        .form-password .form-check .form-check-input {
            display: none;
        }

    .form-password input[type="text"] + .form-check .eyeShow{
        display:none;
    }

    .form-password input[type="password"] + .form-check .eyeHide {
        display: none;
    }

.loginanchor {
    width: 100%;
    display: inline-block;
    background: #f8d7da;
    border-radius: 5px;
    padding: 7px 10px 7px 35px;
    margin-bottom: 5px;
    color: #cf414e;
    border: 1px solid #ffb9bf;
    font-size: 14px;
    transition: 1s;
    position: relative;
}

    .loginanchor a {
        color: blue;
    }

.mb-5 {
    margin-bottom: 5px !important;
}