@media only screen and (max-width:368px) and (min-width:192px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(100% - 16px)
    }
}

@media only screen and (max-width:480px) and (min-width:368px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(50% - 17px)
    }
}

@media only screen and (max-width:640px) and (min-width:480px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(100% / 3 - 17px)
    }
}

@media only screen and (max-width:768px) and (min-width:640px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(25% - 17px)
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(20% - 17px)
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(100% / 6 - 17px)
    }
}

@media only screen and (max-width:1500px) and (min-width:1200px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(100% / 8 - 17px)
    }
}

@media(min-width:1500px) {
    .profile-box-list-data-container>.masonry-item {
        width: calc(10% - 17px)
    }
}

.cookie-for-all-pages-bottom-fixed {
    z-index: 999
}

.vipwrap {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.5);
    z-index: 9;
    display: none;
    overflow: scroll
}

.vipwrapPreference {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.5);
    z-index: 998;
    overflow: scroll
}

.pricingPopup {
    box-sizing: border-box;
    background: #2c3e50;
    max-width: 600px;
    width: 96%;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 5px 10px #000;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 10px
}

.pricingPopup h4 {
    margin-top: 0;
    font-weight: 500;
    text-shadow: 0 2px 4px #000
}

#closePopup {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    transition: .5s;
    background: transparent;
    border: 0;
    max-width: 30px;
    width: 100%;
    height: 30px;
    background-image: url(/css/admin/images/closeBTN.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#closePopup:hover {
    opacity: .9
}

.profileHolder {
    width: 25%;
    float: left;
    padding: 5px
}

.profileHolder img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 2px 4px #333
}

.clr {
    clear: both
}

.pricingPopup .inputHolder {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid goldenrod;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
    transition: .5s;
    font-weight: bold;
    overflow: hidden;
    display: flex
}

.pricingPopup .subscriptionpackage {
    position: relative;
    top: 1px;
    margin-right: 5px;
    cursor: pointer
}

.pricingPopup .inputHolder div {
    display: flex;
    align-items: center
}

.pricingPopup .inputHolder:hover {
    background-image: linear-gradient(#dfbc00, #ffeb40)
}

.pricingPopup .inputHolder:hover .radio span,
.pricingPopup .inputHolder:hover .pkgPrice span {
    color: #000 !important
}

.pricingPopup .inputHolder:hover .radio small,
.pricingPopup .inputHolder:hover .pkgPrice small {
    color: #000 !important;
    opacity: .8
}

.pkgActive {
    background-image: linear-gradient(#dfbc00, #ffeb40)
}

.pkgActive div span,
.pkgActive div span small {
    color: #000
}

.pricingPopup h3 {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    line-height: 1.5;
    font-weight: 500
}

.pricingPopup .checkMark,
.pricingPopup .highlight {
    color: #4cff6d
}

.pricingPopup .checkMark img {
    filter: drop-shadow(0px 1px 1px #000);
    position: relative;
    top: 2px
}

.pricingPopup .cards,
.pricingPopup .antivirus {
    display: block;
    margin: 5px auto;
    max-width: 120px
}

.pricingPopup .becomeVip {
    background-color: #4caf50;
    border: 0;
    border-bottom: 5px solid #3a873d;
    font-size: 20px;
    padding: 20px 30px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    max-width: 600px;
    width: 100%;
    letter-spacing: 0;
    margin: 10px auto;
    transition: .5s;
    cursor: pointer;
    text-shadow: 0 1px 2px #000
}

.pricingPopup .becomeVip:hover {
    background: #419644
}

.pkgPrice {
    font-size: 26px
}

.pkgPrice {
    width: 80px
}

.radio span,
.pkgPrice span {
    color: gold;
    line-height: 6px;
    font-weight: 400;
    padding-top: 6px
}

.pkgPrice span {
    margin: auto
}

.radio span {
    font-size: 24px;
    line-height: 13px;
    opacity: .8;
    text-align: left;
    line-height: 18px
}

.radio small,
.pkgPrice small {
    font-size: 10px;
    opacity: .6;
    color: #fff;
    line-height: 10px
}

.offer {
    width: 100px
}

.offer span {
    border: 1px solid #000;
    padding: 4px 4px 2px;
    border-radius: 2px;
    color: #c40d0d !important;
    background: gold;
    position: absolute;
    right: 0;
    margin-top: -18px;
    transform: rotate(30deg);
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 0 2px #000
}

.radio {
    width: calc(100% - 100px)
}

.secure {
    font-size: 11px;
    color: #999
}

.secure img {
    position: relative;
    top: 5px
}

@media(max-width:640px) {
    .pricingPopup {
        top: 20px;
        transform: translate(-50%, 0)
    }
}

@media(max-width:420px) {
    .radio span {
        font-size: 18px
    }

    .offer {
        width: 75px
    }

    .offer small {
        font-size: 10px
    }

    .pkgPrice span {
        font-size: 20px
    }

    .radio {
        width: calc(100% - 80px)
    }

    .pkgPrice {
        width: 65px
    }
}

#sidebar .coinsIcon {
    background-image: url(/css/admin/images/coins.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center
}

#sidebar #sidebar-menu .coinsIcon.active::before,
#sidebar #sidebar-menu .coinsIcon::before {
    display: none !important
}

#maindata .bannerBox {
    background-image: url(/css/admin/images/redBg.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 10px #40484a
}

#maindata .bannerBox .pic {
    background: transparent url(/css/admin/images/redGirl.png);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    top: 15px
}

#maindata .bannerBox .data {
    background: #e50005;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px
}

#maindata .bannerBox .data .happy-holidays {
    width: 80%;
    filter: drop-shadow(2px 2px #40484a);
    transform: scale(1.2) rotate(-10deg);
    margin-top: 15px;
    margin-bottom: 15px
}

#maindata .bannerBox::after {
    display: none
}

#maindata .bannerBox .data button {
    margin: 0 auto;
    border: 1px solid goldenrod;
    padding: 10px 0;
    transition: .5s;
    font-weight: bold;
    background-image: linear-gradient(#dfbc00, #ffeb40);
    cursor: pointer;
    min-width: 100%
}

#maindata .bannerBox .data button:hover {
    background-image: linear-gradient(#ffeb40, #dfbc00)
}

#maindata .bannerBox h4 {
    color: #40484a;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    background: gold;
    z-index: 1;
    padding: 0 0 5px;
    font-size: 14px;
    color: red;
    border: 2px solid #000;
    border-radius: 2px;
    transform: translate(-50%);
    left: 50%;
    padding: 2px 4px 4px
}

#promoPack .promoPack {
    width: calc(27% * 3);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

#promoPack .coin-img {
    width: 140px;
    bottom: 0
}

.nyCap {
    width: 100px;
    position: absolute;
    top: -40px;
    right: -40px;
    display: none
}

#maindata .bannerBox .data::before {
    box-shadow: 0 0 20px red
}

.pricingPopup .subscriptionpackage {
    opacity: 0;
    width: 0;
    height: 0
}

.pricingPopup .radio::before {
    content: ' ';
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ccc;
    border: 1px solid #555
}

.pricingPopup .pkgActive .radio::before {
    background: #555;
    font-size: 14px;
    border: 0;
    background: #3a873d url(/css/admin/images/tick.png);
    background-position-x: center;
    background-position-y: center;
    background-size: 90%
}

.pricingPopup .radio span {
    width: calc(100% - 20px)
}

#warningBanner {
    position: relative;
    left: 16px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: calc(100% - 40px);
    width: auto;
    display: inline-block;
    padding: 5px 20px 5px 15px;
    border-radius: 5px;
    border: 1px solid goldenrod;
    background: gold;
    color: darkgoldenrod;
    font-size: 14px;
    cursor: pointer
}

#closeBanner {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    background: gold;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    padding: 3px
}