body {
    color: #fff;
    font-family: "Manrope", sans-serif;
    word-break: break-word;
}

.authContent {
    background-color: #131313;
    
    max-height: 100%;
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    background-position: top;
    background-size: 100% 90px;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
    border-radius: 12px;
    overflow-x: hidden;
}

.customNavbar {
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 25px; */
}

.langDropDown.dropdown-menu {
    left: auto;
    right: 0px;
}

.lanSelect {
    /* padding: 6px 15px 6px 15px; */
    color: rgb(255, 255, 255);
    background: transparent;
    /* padding-right: 0.75rem; */
    border: 0px solid rgba(128, 128, 128, 0.7);
    text-align: center;
    outline: 0px;
    border-radius: 4px;
    /* background-color: #3989f9; */
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px 30px 10px 30px !important;
    border: solid 0px transparent;
    background: transparent;
}

.customNavbar .navbar-nav li a {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px 0px !important;
    /* margin-right: 10px; */
}


.customNavbar .navbar-nav li a:hover,
.liveTvHeader:hover {
    /* background-color: rgba(255, 255, 255, 0.17);
    border-radius: 4px; */
    color: #307ae1!important;
}

.liveTvHeader:hover {
    background-color: rgba(255, 255, 255, 0.17);
    border-radius: 4px;
    color: #fff;
}

.authButton a {
    border-radius: 4px;
    /* background-color: #307ae1; */
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px 0px !important;
    /* border: solid 1px #707070; */
}

.LogIn {
    background-color: #307ae1 !important;
    border-color: #307ae1;
}

.authButton a:hover {
   color: #307ae1
}


.footer-section {
    z-index: 50;
    background-color: #242424;
    position: relative;
    z-index: 0;
    background-color: #0f0f0f;
    /* height: 0px; */
}

.footer-section::before {
    content: "";
    background-image: url('../img/footer/blue-shadow.png');
    background-position: top;
    background-size: 100% 24px;
    width: 100%;
    height: 24px;
    position: absolute;
    top: -24px;
    z-index: 1;
    background-repeat: no-repeat;
}

.footer-section a svg {
    width: 2vw;
}

.footer-section h6,
.footer-section h6 a {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 0px;
    color: #e2e2e2;
}

.footer-section ul {
    list-style: none;
    margin-bottom: 0px;
}

.footer-section ul li {
    border-right: 1px solid #fff;
}

.footer-section ul li a {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 1.8px;
    text-align: center;
    color: #848b95;
}

.footer-section ul li:last-child {
    border: 0px;
}

.footer-section ul li a:hover {
    color: #307ae1;
}

.footer-section p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 0px;
    color: #e2e2e2;
}

.formCard {
    border: solid 1px #262626;
    background-color: #0f0f0f;
    width: 628px;
    max-width: 100%;
}

.formCard h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.form-control {}

.formCard p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #848b95;
}

.formCard h4 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.myAccountChildContentInnerDiv {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 16px;
}

.myAccountChildContent {
    display: none;
    margin: 0px 18px 0px 18px;
    /* border-bottom: 1px solid #4d4d4d; */
}

.myAccountChildContentInnerDiv a:not(:last-child) {
    border-bottom: 1px solid #4d4d4d;
}

.myAccountChildContentInnerDiv a {
    padding: 16.5px 0px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 100%;
}

.custom-form .form-control {
    height: 45px;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    padding: 0.5vw 1vw;
    border: solid 1px #262626;
    background-color: #1a1a1a;
    outline: 0px;
    box-shadow: none;
    padding: 5px 14px;
}



.custom-form a {
    color: #307ae1;
    text-decoration: none;
    border: 0px;
}

.custom-form p {
    font-size: 1vw;
}

.forgotPassword {
    font-size: 16px;
}

.btn-sumbit {
    height: 45px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #307ae1;
    color: #fff;
    border-color: #307ae1;
    outline: 0px;
    font-weight: 500;
    line-height: 22px;
}

.btn-sumbit:hover {
    color: #fff;
}

.custom-form a:hover {
    color: #307ae1;
}

.orLine {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.orLine::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 75px;
    background-color: #fff;
    top: calc(50% - -1px);
    left: 23px;
}

.orLine::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 75px;
    background-color: #fff;
    top: calc(50% - -1px);
    right: 23px;
}

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

.socilaLoginBtn .btn {
    padding: 0px;
    box-shadow: none;
    border-radius: 100%;
}

.socilaLoginBtn a img {
    width: 50px;
}

.custom-form .socilaLoginBtn {
    color: #1c1c1c;
}

.custom-form h6 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}

.custom-form h6 a {
    color: #307ae1;
}

.window-height {
    min-height: calc(100vh - 210px);
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-img img {
    width: 60px;
}

.billAmount p {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.billAmount p span {
    color: #307ae1;
    font-weight: 500;
    font-size: 1.3vw;
    margin-left: 0px;
}

.custom-form label {
    font-size: 1.1vw;
    color: #929292;
}

.cursor-default {
    cursor: default !important;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.form-check-input[type="checkbox"]+label,
label.btn input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 32px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 23px;
    height: 23px;
    margin-top: 0px;
    content: "";
    border: 2px solid #707070;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type="checkbox"]:checked+label:before,
label.btn input[type="checkbox"]:checked+label:before {
    top: -2px;
    left: -2px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.successCard {
    text-align: center;
}

.successCard img {
    width: 54px;
    max-width: 100%;
}

.successCard h3 {}

.successCard h6 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #929292;
    font-size: 1.3vw;
}

.successCard h6 span {
    color: #4285f4;
}

.successCard a {
    margin: 0px;
    width: 200px;
    max-width: 100%;
}

.successCard h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-size: 1.6vw;
}

.successCardList {}

.successCardList p {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.successCardList p span:first-child {
    display: inline-flex;
    position: relative;
    top: 3px;
}

.successCardList p span svg {
    width: 2vw;
}

.successCardList p span:last-child {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 1.3vw;
    display: inline-flex;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 14px;
}

.alert-danger {
    color: #ff1a00;
    background-color: #f8d7da;
    border-color: #f7e1de;
    border-radius: 2px;
    background-color: #f7e1de;
}

.subscriptionVip {}

.subscriptionVip h4 {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 1.4vw;
}

.subscriptionVip p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c1c1c1;
    margin-bottom: 0px;
}

.vipLabel {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 3vw;
    background-color: #2e2f30;
    padding: 1vw 1.5vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    font-size: 1.4vw;
}

.vipLabel svg {
    width: 3vw;
    margin-right: 0.7vw;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #808080 !important;
    border-radius: 10px;
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #1b2226;
}


.authContent form .buttonSubmit:hover, .authContent form .buttonSubmit:active {
    background-color: #fff;
    box-shadow: none;
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1)!important;
}


/* Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .alert {
        font-size: 16px;
    }

    .footer-section a svg {
        width: 25px;
    }

    .footer-section h6,
    .footer-section h6 a {
        font-size: 16px;
    }

    .footer-section ul li {
        border: 0px;
    }

    .footer-section ul li a {
        font-size: 16px;
    }

    .footer-section p {
        font-size: 14px;
    }

    .formCard h3 {
        font-size: 24px;
    }

    .formCard p {
        font-size: 14px;
    }

    .formCard h4 {
        font-size: 24px;
    }

    .custom-form .form-control {
        /* height: auto !important; */
        font-size: 18px;
        padding: 5px 12px !important;
        border-radius: 5px;
    }

    .custom-form a {
        font-size: 18px;
    }

    .btn-sumbit,
    .btn-sumbit:hover {
        height: 40px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-form p {
        font-size: 14px;
    }

    .custom-form h6,
    .custom-form h6 a {
        font-size: 16px;
    }

    .customNavbar {
        justify-content: flex-start;
        padding: 10px 15px;
    }

    .billAmount p span {
        font-size: 16px;
        display: inline-flex;
    }

    .custom-form label {
        font-size: 16px;
    }

    .successCard h6 {
        font-size: 16px;
    }

    .successCard h2 {
        font-size: 24px;
    }

    .successCardList p span svg {
        width: 25px;
    }

    .successCardList p span:last-child {
        font-size: 18px;
    }
    /* custome dropdown css start*/
    .packageCustomDropdown{
        position: absolute!important;
        /* right: calc(8% + 35px); */
        right:50px;
    }
      /* custome dropdown css end*/
      .topMenuNavbar{
        padding:8px 0!important;
    }
}

@media (max-width: 767.98px) {
    .formCard {
        width: 100%;
    }

    .successCard h6 span {
        display: inline-block;
    }
}

@media (max-width:360px) {
    .customNavbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* .navbar-brand img {
        width: 80px;
        height: auto;
    } */
}

.lanSelected {
    background-color: #0f0f0f;
    background-image: url(../img/check.png);
    background-position: 8px 15px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.channelsFilter li {
    padding: 8px 30px !important;
    color: #bfcce2;
}

.channelsFilter li:first-child {
    /* margin-bottom: 10px; */
}

.channelsFilter li:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-radius:5px;
}

.channelsFilter {
    width: 150px !important;
    background-image: linear-gradient(to top, #1c54a2, rgba(48, 122, 225, 0.6));
    background-color: inherit !important;
}

.cardSubmitBtn {
    /* height: auto !important; */
}


.authenticatedhomePageWindow {
    margin-top: 83px;
}

.menuStyle {
    background-color: #000000;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
 opacity: 1;
}
.close:hover svg path{
   stroke:#307ae1;
}
.close svg:hover path{
    stroke:#307ae1;
}

.authVerticalLine{
    height:24px;
    width:1px;
    background-color:  #e6e6e6;
    /* margin-top: 10px; */
}
.congratulationText{
    font-weight: 600!important;
}
.verifyEmailContent{
    color:#fff;
}

.alert .close{
    position: absolute;
    right:20px;
    top:8px;
}
.topMenuNavbar{
    padding:8px 15px;
}



@media (max-width:379.98px) {
    .navbar-toggler {
        padding: 0;
    }
}

@media (max-width:1300px) {

    .formCard p,
    .custom-form h6 {
        font-size: 16px;
    }

    .formCard h3 {
        font-size: 24px;
    }

    .formCard h4 {
        font-size: 24px;
    }

    .footer-section h6,
    .footer-section h6 a {
        font-size: 16px;
    }

    .footer-section ul li a {
        font-size: 16px;
    }

    .footer-section p {
        font-size: 14px;
    }

    .formCard h3 {
        font-size: 18px;
    }
}

@media(max-width:767.98px){
    .topMenuNavbar{
        padding:8px 0px;
    }
}

.packagesModuleMainDiv .close[data-dismiss="alert"] {
    position: relative;
    top: -5px;
}
