::-webkit-scrollbar,
::-webkit-scrollbar:horizontal {
    width: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
}
::-webkit-scrollbar-thumb {
    background-color: #737373;
    outline: 1px solid #414141;
}
[type=button]:disabled, 
[type=reset]:disabled, 
[type=submit]:disabled, 
button:disabled {
    cursor: default;
}
body {
    background-image: url(../images/bg-themes/2.png) !important;
    background-attachment: fixed;
}
body.bg-theme1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-themes/1.png') !important;
}
body.bg-theme2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-themes/2.png) !important;
}
body.bg-theme3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-themes/3.png) !important;
}
body.bg-theme4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-themes/4.png) !important;
}
body.bg-theme5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-themes/5.png) !important;
}
body.paid-ui-theme,
body.bg-theme6 {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(../images/bg-themes/6.png) !important;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #757575;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #757575;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #757575;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #757575;
}
.right-sidebar,
.displayhide {
    display: none;
}
.dflex {
    display: flex;
}
.aligncenter {
    align-items: center;
}
.card-authentication1 {
    width: 25rem;
    max-width: 90%;
    margin: 20px auto !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.register-box {
    margin: 30px auto !important;
    position: inherit;
    top: initial;
    left: inherit;
    transform: initial;
}
.brand-logo {
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
}
.content-wrapper {
    min-height: 100vh;;
}
.card .table td, 
.card .table th {
    padding-right: 12px;
    padding-left: 12px;
}
.text-success {
    color: #04b962 !important;
}
.text-error {
    color: #f75454 !important;
}
.switcher-icon {
    top: 50%;
}
.user-circlebox {
    width: 50px;
    font-size: 36px;
}
.lang-list li:hover {
    cursor: pointer;
}
.devider-spacing {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.custom-file,
.custom-file-label,
.custom-file-label::after {
    height: 40px;
    line-height: 30px;
}
.user-profile {
    position: relative;
}
.user-profile svg {
    width: 24px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}
/***************************/
.text-underline {
    text-decoration: underline;
}
.referlink-box .input-group-addon {
    border: none;
  }
  
.referlink-box .linkname {
    display: none;
  }
  
.referlink-box #copyButton {
    cursor: pointer;
    background: #f1bb3a;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  
.referlink-box #copyTarget {
    border-left: none;
  }
  
.referlink-box .copied {
    color: #505050;
    opacity: 0;
    position: absolute;
    left: 55px;
}
.card-body {
    padding: 1rem;
}
.ytvideos-list .ytvideo-col {
    padding-left: 8px;
    padding-right: 8px;
}
.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.6;
}
.card.countdown {    
    border: 2px solid red;
}
.card .counter-text {
    position: absolute;
    top: 8px;
    right: 50px;
    font-size: 16px;
    color: #ffe396;
}
.card.countdown .counter-text {
    z-index: 1;
}
.card .table td, .card .table th {
    vertical-align: middle;
}
.desc-box {
    min-width: 250px;
    max-width: 300px;
    min-height: 20px;
    white-space: normal;
}
.brand-logo .logo-icon {
    width: 150px;
}
.brand-logo .logo-text {
    display: none;
}
.card-authentication1 [alt="logo icon"] {
    width: 200px;
}
.ads-card {
    overflow: hidden;
}
.ads-card .patch-label {
    background: #d01a1a;
    padding: 2px 18px;
    font-size: 8px;
    position: absolute;
    top: 12px;
    right: -20px;
    transform: rotate(45deg);
    z-index: 0;
}
.ads-card .patch-label.youtube {
    background: #d01a1a;
    color: #fff;
}
.ads-card .patch-label.shorts {
    background: #ff3b3b;
    color: #fff;
}
.ads-card .patch-label.website {
    background: #6b6b6b;
    color: #fff;
}
.ads-card .patch-label.story {
    background: #dadada;
    color: #1b1b1b;
} 
.ads-card .patch-label.instagram {
    background: #FCAF45;
    color: #fff;
}
.ads-card .patch-label.facebook {
    background: #1877F2;
    color: #fff;
}
.ads-card .patch-label.adslink {
    background: #6e7af3;
    color: #fff;
}
.title-subtitlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.qr-code-img {
    width: 300px;
    max-width: 100%;
    margin: 15px auto;
    border-radius: 6px;
    overflow: hidden;
}
.yt-imgbox {
    border-radius: 6px;
    overflow: hidden;
}
.table .btn-group .btn {
    padding: 8px 15px;
}
.table .dropdown-menu .dropdown-item {
    padding: .25rem 1rem;
}
.notice-modal .modal-header {
    padding: 0.75rem 1rem;
}
.extra-task-list .ads-card {
    min-height: 170px;
    background: rgb(255 255 255);
}
.extra-task-list .ads-card .earn-text {
    position: absolute;
    top: 8px;
    right: 8px;
}
.page-header {
    width: 100%;
    background: black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.lucky-spin-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.btn.btn-small {
    padding: 4px 8px;
}
.card-authentication1 form [type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-responsive {
    max-height: calc(100vh - 190px);
}
.table-responsive table thead {
    position: sticky;
    top: -1px;
}
.refresh-icon {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    padding: 4px 8px;
}
.reload-floating-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    /*overflow: hidden;*/
    border-radius: 100%;
    box-shadow: 0px 0px 8px 0px #4e4e4e;
}
.reload-floating-btn:before {
    content: "If Balance not updated, please refresh";
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    opacity: 0.6;
    zoom: 0.95;
}
.reload-floating-btn:before {
    content: "Please refresh if not updated";
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    opacity: 0.6;
    zoom: 0.95;
}
.reload-floating-btn.balance:before {
    content: "If Balance not updated, please refresh";
}
.custom-file-label {
    background-color: rgb(238 238 238);
    border: 1px solid #ced4da;
    color: #343434;
}
.custom-file-label::after {
    color: #000000;
    background-color: rgb(226 226 226);
    border-left: 1px solid #ced4da;
}
.instagram-btn {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border: none;
    color: white !important;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.instagram-btn:hover {
    opacity: 0.9;
}

.no-data-box {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  padding: 30px 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.no-data-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #999;
}

.no-data-text {
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 767px) {
    .reload-floating-btn {
        bottom: 82px;
    }
}

  
@media (min-width: 768px) {  
    .referlink-box .linkname {
        display: flex;
        align-items: center;
        background: #3b3e45;
        color: #fff;
        padding: 4px 9px;
        display: none;
    }
}

/************************Media CSS**********************/
@media screen and (max-width: 1280px) {
    .ytvideos-list .ytvideo-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .ytvideos-list .ytvideo-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dailytask-card .task-content .btn {
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px) { 
    #wrapper {
        padding-bottom: 20px;
    }
    .register-box,
    .card-authentication1 {
        margin: 30px auto !important;
        position: inherit;
        top: initial;
        left: inherit;
        transform: initial;
    }
    .title-subtitlebox {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        flex-direction: column;
    }
    .ytvideos-list .ytvideo-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 574px) {
    .ytvideos-list .ytvideo-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #spinwheel {
        width: 280px;
    }
    .plan-text h6 {
        font-size: 12px;
        color: #ffffff;
    }
}
@media screen and (max-width: 320px) {  
    .task-viewbtn {
        margin-bottom: 8px;
    }
}