/*Share Video CSS*/
.share-rewards-modal-box .content-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
    margin-left: 19px;
    line-height: 1.86;
    color: var(--text);
}

.share-rewards-modal-box .content-login {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    display: inherit;
    color: var(--text);
    text-align: center;
}

.share-rewards-modal-box .content-offerwall {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    display: inherit;
    margin-left: 19px;
    color: var(--text);
    line-height: 1.71;
}

.share-rewards-modal-box.content-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-left: 12px;
}

.share-rewards-modal-box a {
    color: var(--accent);
    text-decoration: none;
}

.share-rewards-modal-box a:hover {
    color: var(--accent);
    opacity: 0.8;
}

.share-rewards-modal-box {
    width: 270px;
    padding-bottom: 25px;
    background-color: var(--surface);
    color: var(--text);
}

.report-video-modal-box h3,
.share-rewards-modal-box h3,
.share-video-modal-box h3 {
    border-bottom: solid 1px var(--border);
    padding: 10px;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.86;
    color: var(--text);
    font-weight: 600;
}

.report-video-modal-box h3 {
    margin-bottom: 0;
}

.share-video-modal-box {
    min-height: 200px;
    background-color: var(--surface);
    color: var(--text);
}

.report-video-modal-box {
    background-color: var(--surface);
    color: var(--text);
}

.share-video-modal-box .content-body {
    padding: 17px;
}

.report-video-modal-box .content-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}

.share-video-modal-box .btn {
    line-height: 30px;
    border-radius: 50px;
    min-width: 75px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.report-video-modal-box textarea {
    height: 100px;
    width: 330px;
    background-color: var(--bg);
    border: solid 1px var(--border);
    color: var(--text);
}

.report-video-modal-box .hint {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: var(--muted);
    position: relative;
    bottom: 8px
}

.report-video-modal-box .hint span {
    color: #ef4444;
}

.report-video-modal-box button.send-report {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #ef4444;
    cursor: pointer;
    width: 100px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.report-video-modal-box button.send-report:hover {
    background-color: #dc2626;
}

.share-video-modal-box input[type="text"] {
    height: 30px;
    background-color: var(--bg);
    border: solid 1px var(--border);
    color: var(--text);
    margin-left: 10px;
    width: 430px;
}

/*End Share Video CSS*/

.custom-buttons {
    width: 94px;
    height: 28px;
    outline: 0;
    background-color: #415b76;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}

.custom-buttons:hover {
    background-color: #2a415a;
}

.liked-buttons {
    /*background-color: #d45151;*/
}

.liked-buttons:hover {
    /*background-color: #b53232;*/
}

#gotStatus {
    float: right;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: var(--muted);
    width: 87px;
    height: 28px;
    margin-top: 15px;
}

.video-buttons {
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
}

.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
    color: var(--muted);
}

.counterVal {
    margin-left: 5px;
    color: #58bb77;
    font-weight: bold;
}

.dropdown {
    float: left;
    position: relative;
}

.dropshare {
    float: left;
    position: relative;
    text-align: center;
}

.dropshare.text-left {
    text-align: left;
}

.dropshare-report-content,
.dropdown-content,
.dropshare-content,
.feedback-content,
.droptop-content,
.droplikes-content {
    display: none;
    position: absolute;
    background-color: var(--surface);
    z-index: 6;
    background: var(--surface);
}

.dropshare-content, .feedback-content, .dropshare-report-content {
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 15px rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropshare-content, .feedback-content, .dropshare-report-content {
    display: block;
    top: -10000px;
}

.dropshare-content {
    border: none;
}

.dropshare-report-content {
    margin-top: -19.45rem;
    position: relative;
}

.feedback-content {
    margin-top: -16.8rem
}

.dropdown-content {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    bottom: 36px;
    top: auto !important;
}

.droptop-content {
    top: -80px;
    left: -3px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.feedback-content:after {
    bottom: -8px;
}

.droptop-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(74, 74, 74);
    position: absolute;
    top: 73px;
    left: 40px;
    bottom: 0;
}

.buttons {
    display: inline-flex;
}

.fbsharelink {
    margin-right: 10px;
    font-size: 14px;
    height: 28px;
    width: 7px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    background: #385899;
}

.droptop {
    float: left;
    position: relative;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-5px);
    }
}

.countLabel.counterLabel {
    margin-left: 23px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.earningsLabel.counterLabel {
    margin-left: 24px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.earning-info {
    top: 0px;
    left: -3px;
    box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.2), 0 6px 20px 6px rgba(0, 0, 0, 0.19), 0 6px 0px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(74, 74, 74);
    position: absolute;
    color: #fff;
    padding: 15px;
    width: 265px;
}

.earning-content {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.earning-box {
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    text-align: left;
    display: inherit;
    margin-left: 10px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 13px;
    margin-bottom: 5px;
}

.bottom-content {
    font-size: 13.5px;
    margin-top: 2px;
}

.likeTooltip {
    position: relative;
    display: inline-block;
}

.likeTooltip .tooltiptext {
    top: -44px;
    left: -1px;
    visibility: hidden;
    background-color: rgb(74, 74, 74);
    position: absolute;
    color: #fff;
    padding: 10px;
    width: 160px;
    z-index: 3;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
}

.likeTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -55px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(74, 74, 74) transparent transparent transparent;
}

.likeTooltip:hover .tooltiptext {
    visibility: visible;
}

.button-icons {
    vertical-align: -1px;
    margin-right: 1px;
}

.feedback-drop {
    float: left;
    position: relative;
}

.feedbackItems {
    width: 300px;
}

.feedbackItem {
    width: 75px;
    height: 75px;
    float: left;
}

.feedbackItem:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.feedbackItem img {
    width: 37.3333px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

.feedbackItem .label, .feedbackItem .count {
    font-size: 9px;
    text-align: center;
    margin-top: 7px;
    color: var(--muted);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.feedbackItem .count {
    display: none;
    color: #603813;
}

.feedbackItem-true {
    background-color: #f6f6f6;
}

.feedbackItem-true img {
    opacity: 0.5;
}

.feedback-content .content-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 209px;
    line-height: 1.86;
}

.feedback-content .content-body a {
    text-decoration: none;
    color: #008aac;
}

.pointsVal {
    font-size: 32px;
    font-weight: bold;
    line-height: 0.81;
    color: #c29444;
}

.smoresPoints {
    line-height: 32px;
}

#redeem_btn {
    text-align: center;
}

.info_wrapper .redeem_button {
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.redeem_button {
    font-weight: bold;
    margin-bottom: 10px;
    width: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.redeem_button_offer {
    width: 180px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.share-rewards-modal-box h3.text-center {
    text-align: center;
}

.offer-login-msg {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: var(--muted);
}

.promo-code-watch-wrapper {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: var(--muted);
    text-align: center;
    margin: 10px auto auto auto;
    padding-top: 8px;
}

.promo-code-watch-wrapper .enter-promo-btn {
    width: 66px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: var(--primary);
    vertical-align: bottom;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.promo-code-watch-wrapper .enter-promo-btn:hover {
    background-color: var(--primary-2);
}

.dropdown-button-report {
    background-color: #b64b4b;
    transition: .3s all;
}

.dropdown-button-report:hover {
    background-color: #9d3e3e;
}

.promo-code-watch-wrapper .promo-input-box {
    border: solid 1px var(--border);
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: var(--text);
    background-color: var(--bg);
    width: 115px;
}

.share-rewards-modal-box #infoMsg {
    font-size: 12px;
    margin-top: 12px;
}

.daily_code_text {
    margin-bottom: 6px;
    font-size: 10px;
    color: #c29444;
    text-align: center;
}

/* === МОДАЛЬНІ ВІКНА === */
.custom_modal, .suspended-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 10000;
    display: none;
}

.custom_modal .overlay, .suspended-popup .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
}

.custom_modal .content {
    position: relative;
    width: 550px;
    max-width: 90%;
    min-height: 200px;
    border: solid 1px var(--border);
    background-color: var(--surface);
    margin: 0 auto;
    margin-top: 150px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    border-radius: 8px;
}

.custom_modal .content .info {
    padding: 40px 60px 40px 40px;
    line-height: normal;
    text-align: center;
}

.custom_modal .content .info .msg {
    line-height: 30px;
    font-size: 16px;
    color: var(--text);
}

.custom_modal .gotIt_rewards_inactive {
    position: relative;
    width: 207px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: var(--primary);
    box-sizing: border-box;
    text-align: center;
    padding-top: 13px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.custom_modal .gotIt_rewards_inactive:hover {
    background-color: var(--primary-2);
}

/* Facebook Popup */
.suspended-popup .popup-holder {
    position: relative;
    width: 600px;
    max-width: 90%;
    background-color: var(--surface);
    margin: 0 auto;
    margin-top: 150px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.suspended-popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    opacity: 0.6;
    cursor: pointer;
}

.suspended-popup .close:hover {
    opacity: 1;
}

.suspended-popup .close:before,
.suspended-popup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #333;
}

.suspended-popup .close:before {
    transform: rotate(45deg);
}

.suspended-popup .close:after {
    transform: rotate(-45deg);
}

.suspended-popup .content-area {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
}

.suspended-popup .content-area h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--primary);
}

.suspended-popup .content-area a {
    color: var(--accent);
    text-decoration: underline;
}

@media screen and (max-width: 1070px) {
    .dropshare-report-content {
        margin-left: -100px;
    }

    .dropshare-report-content:after {
        left: 140px
    }
}

@media screen and (max-width: 930px) {
    .dropshare-report-content {
        margin-left: -160px;
    }

    .dropshare-report-content:after {
        left: 200px
    }
}

@media screen and (max-width: 850px) {
    .dropshare-report-content {
        margin-left: 0;
    }

    .dropshare-report-content:after {
        left: 314px
    }
}

@media screen and (max-width: 458px) {
    .report-video-modal-box textarea {
        width: 240px;
    }
}

/* Smartphones (portrait and landscape) */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .share-video-modal-box {
        padding: 0;
        width: auto !important;
        box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.2), 0 6px 20px 6px rgba(0, 0, 0, 0.19), 0 6px 0px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

    .dropshare-content {
        box-shadow: none;
    }

    .feedbackItems {
        width: 255px;
    }

    .feedbackItem {
        width: 85px;
    }

    .feedback-content {
        left: -155px;
        margin-top: -21.5rem;
    }

    .feedback-content::after {
        left: 185px;
    }

    .share-field {
        width: 180px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 433px) {
    .feedback-content {
        left: 0px;
    }

    .feedback-content::after {
        left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .share-video-modal-box {
        width: 500px;
        box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.2), 0 6px 20px 6px rgba(0, 0, 0, 0.19), 0 6px 0px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

    .dropshare-content {
        box-shadow: none;
    }

    .share-field {
        width: 280px !important;
    }
}

@media screen and (max-width: 570px) {
    .dropdown-button-report {
        margin-top: 10px;
    }

    .dropshare-report-content {
        margin-left: 0;
    }

    .dropshare-report-content:after {
        left: 40px
    }
}

@media screen and (max-width: 440px) {
    .dropshare-report-content {
        margin-left: -40px;
    }

    .dropshare-report-content:after {
        left: 80px
    }
}

@media screen and (max-width: 455px) {
    .dropdown-button-feedback {
        margin-top: 10px;
    }
}

@media screen and (max-width: 434px) {
    .feedback-drop {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 325px) and (max-width: 433px) {
    .share-rewards-modal-box {
        padding: 0;
        left: 0;
    }

    .share-rewards-modal-box .content-body {
        text-align: left;
    }

    .dropshare-content {
        right: 0;
        margin-top: -13rem;
    }

    .share-video-modal-box input[type="text"] {
        width: 95%;
        margin-top: 5px;
        margin-left: 0;
    }

    .dropdown-content {
        left: -27px;
    }

    .buttons {
        flex-flow: row wrap;
    }

    .share-video-modal-box {
        height: 165px;
    }

    .share-video-modal-box .btn {
        display: inline-table;
        height: 32px;
    }

    .promo-code-watch-wrapper {
        margin: 0 auto;
        text-align: center;
    }

    .promo-code-watch-wrapper .promo-input-box {
        width: 82px;
    }

}

@media screen and (max-width: 345px) {
    .wrapper .rightArea .upNext {
        width: 100%;
    }
}

@media screen and (max-width: 324px) {
    .dropdown-button-share {
        margin-top: 10px;
    }

    .feedback-drop {
        margin-top: 10px !important;
    }

    .share-rewards-modal-box {
        width: 160px;
    }

    .share-rewards-modal-box .content-body {
        text-align: left;
    }

    .dropshare-content {
        left: 195px;
        width: 60px;
    }

    .share-video-modal-box input[type="text"] {
        width: 80px;
    }

    .dropshare-content::after {
        left: -150px;
    }

    .subscribe-button-holder {
        margin-top: 10px !important;
    }

    .feedback-content {
        margin-left: 50px;
        width: 256px;
        left: -155px;
    }

    .feedback-content::after {
        left: 140px;
    }

}