/* Side panel */
.panel {
    width: 400px;
    position: fixed;
    top: 30%;
    left: -400px;
    z-index: 1;
    padding: 30px 20px;
    background: #e0e0e0;
}
.panel .trigger {
    width: 35px;
    position: absolute;
    top: 0;
    right: -35px;
    padding: 10px 0 10px 0;
    color: #303030;
    background: #b0b0b0;
    border-right: 4px solid #a0a0a0;
    cursor: pointer;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}
.panel .trigger:hover {
    cursor: pointer;
}
.panel form {
    width: 360px;
    margin: 0;
    padding: 0;
}
.panel #message {
    padding-bottom: 20px;
    color: #d00000;
    font-size: 12px;
    line-height: 18px;
}
.panel .form-left {
    width: 100px;
    display: block;
    float: left;
    margin-right: 10px;
    color: #303030;
    font-size: 11px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
}
.panel .form-right {
    width: 250px;
    display: block;
    float: right;
}
.panel input[type="text"] {
    width: 220px;
    height: 22px;
    border: 1px solid #909090;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}
.panel select {
    width: 220px;
    height: 24px;
    border: 1px solid #909090;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}
.panel textarea {
    width: 220px;
    height: 120px;
    border: 1px solid #909090;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.panel input[type="submit"] {
    padding: 3px 8px;
}
.panel .clear {
    height: 6px;
    clear: both;
}

/* Side panel2 */

.panel2 {
    width: 300px;
    position: fixed;
    top: 30%;
    left: -300px;
    z-index: 1;
    padding: 30px 20px;
    margin-top: 125px;
    background: #c7c7c7;
}

.panel2 .trigger2 {
    width: 35px;
    position: absolute;
    top: 0;
    right: -35px;
    padding: 10px 0 10px 0;
    color: #303030;
    background: #b0b0b0;
    border-right: 4px solid #a0a0a0;
    cursor: pointer;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}

.panel2 .trigger2:hover {
    cursor: pointer;
}

.panel2 .clear {
    height: 6px;
    clear: both;
}

#contact .field-wrapper {
    margin-bottom: 0 !important;
    line-height: 1em;
}

/* jQuery interstitial */
#fade {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #000;
    opacity: 0.7;
}
#popupBlock {
    display: none;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000001;
    background-color: #ffffff;
    margin: 0 auto !important;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100% !important;
    height: auto !important;
}
.largead {
    background: #171717;
    border: 3px solid #303030;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
}
.largead .slogan {
    height: 50px;
    color: #f0f0f0;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.largead .adcontent {
    text-align: center;
}
.largead img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
    width: 95%;
}
.largead .closelink {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

header {
    top: 0px !important;
    position: sticky !important;
    width: 100%;
    z-index: 9999;
}

.block-rating {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.block-rating .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-rating p {
    margin-bottom: 0;
    margin-top: 10px;
}

.player {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
}

#reportError {
    position: absolute;
    bottom: -40px;
    left: 0;
    cursor: pointer;
}

#reportError span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

#reportErrorMobContainer {
    text-align: center;
    margin: 15px auto;
}

#reportErrorMob {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #dc3545;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#reportErrorMob span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #dc3545;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
/*
@media only screen and (max-width: 600px) {
    #reportError {
        display: none;
    }
    #reportErrorMob {
        display: block;
    }
}
*/

/* NEW STYLE */
.splide__arrow {
    background-color: #000;
}

.splide__arrow svg {
    fill: #fff;
}

.rotate-banners .splide {
    padding-left: 100px;
    padding-right: 100px;
}

.block-cta .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.light-bg {
    background-color: #dadada;
}

.text-dark {
    color: #000 !important;
}
.seeAllBonusSitesBtn {
    width: auto;
    min-width: auto;
    line-height: 1;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .rotate-banners .splide {
        padding-left: 0;
        padding-right: 0;
    }
    .block-cta .btn {
        white-space: nowrap;
        font-size: 20px;
    }
    .page-title h2 {
        font-size: 1.4em;
    }
    .splide__arrow {
        width: 1em;
        height: 1em;
    }
    .splide__arrow svg {
        height: 0.8em;
        width: 0.8em;
    }
    .seeAllBonusSitesBtn {
        padding: 5px;
        width: auto;
        min-width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 5px;
    }
    .handJobHubHeader p.navbar-brand {
        text-align: left !important;
    }
    .handJobHubHeader span {
        font-size: 14px !important;
        text-wrap: wrap;
        display: inline-block;
        width: 82%;
        vertical-align: middle;
        text-align: center !important;
    }
}

@media (max-width: 811px) {
    .seeAllBonusSitesBtn {
        padding: 5px;
        width: auto;
        min-width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 5px;
    }
}

@media (max-width: 380px) {
    .page-title.center-title h1 {
        font-size: 21px;
    }
}
.modelSlugA {
    color: #362bae !important;
    font-size: 16.4px;
    font-weight: 600;
}

.breadcrumbs a {
    color: #362bae !important;
    font-size: 18px;
    font-weight: 600;
}

.breadcrumbs {
    color: #362bae !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.membersTwitterLink img {
    padding: 10px;
    height: 40px;
}
.handJobHubHeader {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: none;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.handJobHubHeader ~ header {
    top: 45px !important;
}
.handJobHubHeader ~ .main {
    padding-top: 60px;
}
.handJobHubHeader p.navbar-brand {
    text-align: center;
    margin-bottom: 0;
    margin-right: 5px;
}
.handJobHubHeader i.fa-close {
    position: absolute;
    color: #362bae;
    right: 15px;
    top: 12px;
    font-size: 22px;
    cursor: pointer;
}
.handJobHubHeader span {
    font-size: 15px;
}
.card-title-mod {
    background-color: #362bae;
    color: #fff;
    margin-bottom: 0.75rem;
    padding: 2px 8px;
}

.video-card-div .tag-btn {
    background-color: #362bae;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 3px 10px;
    color: #fff !important;
    border-radius: 1.4px;
    margin: 6px 0 6px 12px;
}
.video-card-div .card.card-video .card-description {
    padding: 0.3rem 0 !important;
    line-height: 15px;
}
.video-card-div .card.card-video .card-description p {
    margin-bottom: 0px;
}
.video-card-div .card-100 .card {
    height: 96%;
}

.video-logo {
    position: absolute;
    bottom: 1px;
    left: 5px;
    z-index: 3;
}

.video-logo img {
    width: 100%;
    max-height: 40px;
    transform: none !important;
    transition: none !important;
}

@media (min-width: 1601px) {
    .video-card-div .card.card-video .card-description {
        padding: 0.3rem 5px !important;
    }
}
