
.chapter-item {
    text-align: left !important;
}

.chapter-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.chapter-description {
    font-size: 12px;
    color: #989898;
    line-height: .2rem;
}

.chapter-img {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

select[readonly] {
  pointer-events: none;
  touch-action: none;
}

.movieItemPortraitChannel {
    display: none;
}

.sectionStyle1 .movieItemPortraitChannel {
    display: block;
}

 .sectionStyle1 .movieItemLandscapeChannel {
    display: none;
}

.login-container-01 {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*opacity: 0.6;*/
   background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    z-index: 20000;
    overflow-y: auto;
}

.login-container-01 .container-custom {
    margin-top: 60px;
}

.movieItemLandscape {
    margin-bottom: 10px;
    padding: 56.25% 0 0 0;
    background-color: #ddd;
    overflow: hidden;
    height: auto;
    position: relative;
    background-image: url(/Content/images/playplus/header/im_logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.movieItemPortrait {
    margin-bottom: 10px;
    padding: 133.33% 0 0 0;
    background-color: #ddd;
    overflow: hidden;
    height: auto;
    position: relative;
    background-image: url(/Content/images/playplus/header/im_logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
    .movieItemPortrait img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.slick-track .chapter-item {
    max-width: unset;
}


.movieItemTitle {
    color: #aaa;
    position: absolute;
    bottom: 0;
    margin: 0 0 2px 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.top-logo-looke {
    width: 100%;
    height: 30px;
    border-radius: 5%;
    background-color: #0066cc;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.top-logo-looke img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-home, .banner-home {
    visibility: hidden;
}

.carousel-home.slick-initialized, .banner-home.slick-initialized {
    visibility: visible;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fcf;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: fixed;
    /* display: none; */
    z-index: 9999999;
    top: 0;
}

.lds-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.no-decoration {
    text-decoration: none!important;
}

.banner-cookies-wrapper {
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 848px;
    animation-iteration-count: 1;
    left: 0;
    right: 0;
    margin: auto;
    animation-name: transitionDown;
    box-sizing: border-box;
    box-shadow: 0 3px 9px 0 rgba(0, 0 ,0, 0.41);
    display: none;
}

.banner-cookies-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.banner-cookies-content p {
    line-height: 1.5;
    font-size: 12px;
}

.banner-cookies-content button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--vertical-color, #218ee1);
    padding: 0px 30px;
    cursor: pointer;
    height: 38px;
}


@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media(max-width: 1024px) {
    .banner-cookies-wrapper {
        width:90%;
    }
    .banner-cookies-content p {
        text-align: center;
    }

    .banner-cookies-content {
        flex-direction: column;
    }
}

/*SOCIAL REGISTER*/
.social-login-container {
    margin: auto;
}

@media all and (min-width:0px) and (max-width: 615px) {
    .social-login-container {
        flex-direction: column;
    }

    .social-login-cell {
        flex: 1;
        max-width: unset;
        padding: 0px !important;
    }

    .social-login-button-container {
        display: flex;
        padding: 0px;
        padding-top: 10px;
        justify-content: center;
        float: none !important;
    }

    .social-login-button {
        float: none !important;
    }

        .social-login-button * {
            float: none !important;
            padding: 0px !important;
        }
}
/*SOCIAL REGISTER*/

.activationCodeContainer {
    margin: auto;
    margin-top: 120px;
    color: #909090;
    font-size: 20px;
    text-align: center;
    max-width: 650px;
    min-height: 70vh;
}

.codeText {
    font-size: 30px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 11px;
    padding: 30px;
    text-transform: uppercase;
    text-align: center;
}

.codeTextInput {
    font-size: 30px;
    width: 100%;
    margin: auto;
    text-transform: uppercase;
}

.codeSuccess {
    border: 2px solid rgb(199 58 162);
    background-color: rgb(231 231 231);
}

.codeError {
    border: 2px solid rgb(197 0 0);
    background-color: rgb(255 196 196);
    color: #800;
}

.codeButtom {
    padding: 0px 8px 1px 8px;
    cursor: pointer;
    min-width: 178px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    margin-top: 30px;

    background: #ad2d79 !important;
    background: linear-gradient(to right,#ad2d79 0,#822e7b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad2d79', endColorstr='#822e7b', GradientType=1 );
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    padding: 12px 0;

    margin-bottom: 200px;
}

.codeInput {
    display: flex;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
}

    .codeInput input {
        width: 60px;
        height: 90px;
        margin-right: 15px;
        border: 2px solid rgb(199 58 162);
        background-color: rgb(231 231 231);
        border-radius: 10px;
        text-align: center;
        font-size: 45px;
        color: #666;
    }

.codeInputDash {
    width: 20px;
    border: 3px solid;
    height: 1px;
    margin-right: 15px;
    margin-top: 40px;
}

@media(max-width: 650px) {
    .codeInput {
        display: block;
    }
        .codeInput input {
            margin-bottom: 20px;
        }
    .codeInputDash {
        opacity: 0;
        margin-top: 0;
    }
}