.backgroundimg,
.footer {
    background-size: cover;
    background-repeat: no-repeat
}

.checkmark:after,
.checkmarkradio:after {
    content: ""
}

.backgroundimg {
    padding: 0;
    /*background-image: url(../images/backgroundbg.png);*/
    color: white;
    font-weight: 700;
    font-size: 12px
}
.BigBossAsianet_MalayalamSeason7logo {
    max-height: 140px;
}

.footer {
    z-index: -5
}

.logo-img {
    height: auto;
    width: 50%
}

.logo-star {
    height: auto;
    width: 30%;
    float: right
}

.removepadding {
    padding: 0!important
}

.form-control {
    font-size: 12px!important
}

.checkcontainer,
.radiocontainer {
    padding-top: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    cursor: pointer
}

    .checkcontainer{
        width:100%
    }

    .radiocontainer {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 20px;
    }

.radiocontainer input {
    position: absolute;
    opacity: 0
}

.checkmarkradio {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%
}

.radiocontainer:hover input~.checkmarkradio {
    background-color: #ccc
}

.radiocontainer input:checked~.checkmarkradio {
    background-color: #feff00!important
}

.checkmarkradio:after {
    position: absolute;
    display: none
}

.radiocontainer input:checked~.checkmarkradio:after {
    display: block
}

.radiocontainer .checkmarkradio:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

.checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right:0px;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee
}

.checkcontainer:hover input~.checkmark {
    background-color: #ccc
}

.checkcontainer input:checked~.checkmark {
    background-color: #feff00
}

.checkmark:after {
    position: absolute;
    display: none
}

.checkcontainer input:checked~.checkmark:after {
    display: block
}
.text-control {
    display: inline-block;
    margin-left: 10px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.labeltext {
    line-height: 2.5;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}
.form-control {
    background-color: #e56b9454;
    border: 1px solid #ced4da00;
    border-radius: 11px;
    height: 44px;
}
    .checkcontainer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0c0c0c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.bb7-brand {
    margin-right: 8rem;
}

@media (max-width:767px) {
    .text-xs-left {
        text-align: left!important
    }
    .text-xs-right {
        text-align: right!important
    }
    .text-xs-center {
        text-align: center!important
    }
    .text-xs-justify {
        text-align: justify!important
    }
    .upfile{
        width:100%;
    }
.bb7-brand {
margin-right: 3rem;
}
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
    .text-sm-justify {
        text-align: justify!important
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
    .text-md-justify {
        text-align: justify!important
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }
    .text-lg-right {
        text-align: right
    }
    .text-lg-center {
        text-align: center
    }
    .text-lg-justify {
        text-align: justify
    }
}

.upfile {
    background-color: #ae008c !important;
    /* color: black;*/
    position: relative;
    overflow: hidden;
    border: 3px solid #fff0;
    color: white;
    border-radius: 11px;
}
.upfileBtn {
/*    margin: 1px 10px;*/
/*    padding: 2px 18px 2px 18px;*/
    font-size: 16px;
    padding: 6px 32px;
/*    box-shadow: 1px 1px 2px 1px #6a0501;*/
}

.upfile:hover {
    background-color: #ff00cd !important;
    color: #fff;
    border: 3px solid #fff0;
}



#submitbtn {
    background: #ae008c !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size: 14px;
    letter-spacing: 3px;
}

    #submitbtn:hover {
        background-color: #ff00cd !important;
        color: #fff !important;
    }

.btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    box-shadow: 0 0 0 0.2rem #feff00 !important;
}

.upfile::selection {
    background-color: #343435!important
}

.upfile input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0
}


/* Style-super-singer css*/

body {
    background-image: url('../../userassets/images/Background2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color:purple;*/
}

.siteRegistrationForm {
    /*    background-image: url('../../userassets/images/siteregisterform.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    /*    margin-right: 3rem;
    margin-left: 4rem;
    margin-top: 2rem;*/
    padding-left: 15%;
}

.homelogo h1 {
    color: #FFFFFF !important;
}

.asianet-logo {
    max-height: 100px;
}
.myGfuture-logo {
    max-height: 100px;
}

.header-img-wrap {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#btnotp {
    text-wrap: nowrap;
    margin-right: 0px;
}

.header {
}

.logo {
    float: right;
    padding: 15px;
}

.mainBox img {
    position: absolute;
    max-width: 600px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.Card {
    background: linear-gradient(to bottom, #990199, #1b002f);
    padding: 2rem 22px;
    border-radius: 25px;
    box-shadow: 0px 4px 9px 4px black;
}

.form-control {
    color: white;
}

#sendotp {
    align-content: center;
    padding-top: 2rem;
}

.thank-text {
    color: goldenrod;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0,0,0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: all;
}


    .loader-wrapper .body {
        overflow: hidden !important;
        pointer-events: none;
    }

.field-btn-wrap {
    margin: 1rem 2rem;
    margin-bottom: 0px;
    align-content: center;
    gap: 24px;
    align-items: end;
    text-wrap: nowrap;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

@media(max-width:766px) {
    .field-btn-wrap {
        gap: 12px;
    }

    .upfileBtn {
        padding: 6px 10px;
    }

    .logo img {
        width: 90px;
    }

    .mohanlalBlock {
        display: none;
    }

    .mainBox img {
        /*width:188px;
          height:101px;*/
        max-width: 100%;
    }

    .siteRegistrationForm {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0;
    }

    .container-fluid {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .Card {
        padding: 1rem 0;
    }

    #btnotp {
        margin-top: 0px;
        /*        width: 82%;*/
    }

    .btn-wrap {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:430px) {

    .asianet-logo {
        max-height: 64px;
    }
.myGfuture-logo {
    max-height: 60px;
}
    .BigBossAsianet_MalayalamSeason7logo {
        max-height: 86px;
        margin-top: 8px;
    }
}

/*TNC Consent */

.checkbox-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #6c3483;
    padding-bottom: 15px;
}

.consent-banner {
    background: linear-gradient(to bottom, #990199, #1b002f);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 0 20px;
    border: 1px solid #4a235a;
    margin: 0;
}

.guardian-details {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #40004b;
    border-radius: 5px;
    border: 1px solid #6c3483;
}

#submitFormBtn {
    display: none;
}

.btn-primary {
    background-color: var(--dark-purple);
    border: 3px solid #6d005a;
    
}

    .btn-primary:hover, .btn-primary:active {
        background-color: var(--light-purple) !important;
        border-color: var(--light-purple) !important;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: transparent;
        border: 3px solid #fff;
    }

.modal-header {
    background-color: var(--dark-purple);
    color: white;
    border-bottom: 2px solid var(--light-purple);
    padding-bottom: 0px;
}

.modal-footer {
    padding-top: 0;
    padding-right: 2rem;
    border-top: 2px solid var(--light-purple);
}

.form-control:focus {
    border-color: var(--light-purple);
    box-shadow: 0 0 0 0.2rem rgba(106, 52, 131, 0.25);
}

.close {
    color: white;
    text-shadow: none;
}

    .close:hover {
        color: #f2e6ff;
    }

.btn-close {
    color: #eee;
    border: 2px solid #eee;
    background-color: transparent;
    border-radius: 12px;
    width: 6rem;
}

    .btn-close:hover {
        color: #fff;
        background-color: #7b037b;
    }

.btn-submit {
    color: #eee;
    border: 2px solid #eee;
    background-color: #7b037b;
    border-radius: 12px;
    width: 6rem;
}

    .btn-submit:hover {
        background-color: #990199;
        color: #fff;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--dark-purple);
    border-color: var(--dark-purple);
}

.modal-content {
    background: #3a0049;
}

.custom-control-label::before, .custom-control-label::after {
    top: 2px;
}
