.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
}

.BiggBoss9Telugulogo {
    max-height: 118px;
    padding-top: 8px;
    padding-left: 2rem;
}

.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)
}

@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%;
    }
}

@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
}*/

.form-container {
    background: rgba(75, 0, 130);
    border-radius: 20px;
    padding: 30px;
    margin: 3rem 12rem;
    margin-bottom: 3rem;
    max-width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 105, 180, 0.3);
}

.form-label {
    color: #e6e6fa;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1rem;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 105, 180, 0.3);
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-control:focus,
    .form-select:focus {
        background: white;
        border-color: #ff69b4;
        box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);
        outline: none;
    }

.phone-row {
    display: flex;
    gap: 10px;
    align-items: end;
}

.phone-input {
    flex: 1;
}

.btn-custom {
    background: linear-gradient(45deg, #ff69b4, #ff1493);
    border: none;
    color: white;
    /*    padding: 10px 20px;
*/ border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(255, 20, 147, 0.4); */
}

    .btn-custom:hover {
        background: linear-gradient(45deg, #ff1493, #dc143c);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 20, 147, 0.6);
        color: white;
    }

    .btn-custom:active {
        transform: translateY(0);
    }

.upload-area {
    border: 2px dashed rgba(255, 105, 180, 0.5);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .upload-area:hover {
        border-color: #ff69b4;
        background: rgba(255, 255, 255, 0.2);
    }

.upload-text {
    color: #e6e6fa;
    font-size: 1rem;
    margin-bottom: 10px;
}

.file-info {
    color: #ffd90c;
    font-size: 12px;
    font-style: italic;
    padding-top: 6px;
}

#spnFilePath {
    font-size: 15px !important;
    padding-top: 1px;
}

.declaration-section {
    background: rgba(139, 0, 139);
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
    border: 2px solid rgba(255, 105, 180, 0.3);
}

.declaration-title {
    color: #ff69b4;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.links-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .links-row a {
        color: #87ceeb;
        text-decoration: underline;
        font-size: 0.95rem;
        transition: color 0.3s ease;
    }

        .links-row a:hover {
            color: #ffd700;
        }

.declaration-text {
    color: #e6e6fa;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.form-check {
    margin-bottom: 20px;
}

.form-check-input:checked {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

.form-check-label {
    color: #e6e6fa;
    font-size: 0.9rem;
}

.submit-btn {
    background: linear-gradient(45deg, #ff0080, #ef3d9c);
    border: none;
    color: white;
    padding: 6px 20px;
    padding-top: 4px;
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
}

    .submit-btn:hover {
        background: linear-gradient(45deg, #ff1493, #dc143c);
        transform: translateY(-3px);
        color: white;
    }

    .submit-btn:active {
        transform: translateY(0);
    }


.choose-btn {
    background: linear-gradient(45deg, #ff0080, #ef3d9c);
    border: none;
    color: white;
    padding: 6px 20px;
    padding-top: 4px;
    display: inline-flex;
    border-radius: 25px;
    font-size: 16px;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}

    .choose-btn:hover {
        background: linear-gradient(45deg, #ff1493, #dc143c);
        transform: translateY(-3px);
        color: white;
    }

.label {
    font-weight: 600;
}




/* 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;
}


.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: 10rem;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.welcome-logo {
    display: none;
}


/* .star-welcome {
    max-height: 70px;
    position: absolute;
    top: 7rem;
    left: 6.8rem;
}

.jiohotstar-welcome {
    max-height: 60px;
    position: absolute;
    right: 6.5rem;
    top: 8rem;
}

 .nagarajuna-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.nagarajuna-container img {
    max-height: 22rem;
    width: auto;
} */

.Card {
    background: linear-gradient(to bottom, #990199, #1b002f);
    padding: 2rem 22px;
    border-radius: 25px;
    box-shadow: 0px 4px 9px 4px black;
}

.form-control {
    color: black;
}

#sendotp {
    align-content: center;
}

.thank-text {
    color: #ffffff;
    text-shadow: -1px -1px 0 #ababab, 1px -1px 0 #2f2f2f, -1px 1px 0 #4f4f4f, 1px 1px 0 #777777;
}

.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: 0rem;
    margin-bottom: 0px;
    align-content: center;
    gap: 24px;
    align-items: end;
    text-wrap: nowrap;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.btn-verify {
    width: 7rem;
    margin: 4px;
    justify-content: center;
}

.mandatory:after {
    color: #e32;
    content: " *";
    display: inline;
}

#otpverified {
    margin-top: -8px;
}

.verify-otp {
    gap: 10px;
}

.labeltext {
    font-size: 1rem;
}

.modal-content {
   background: linear-gradient(to bottom, #990199, #1b002f);
}

.custom-control label {
   padding-top: 3px;
}

.loading-text {
  position: absolute;
  bottom: 2px;   
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2rem;
  color: #ffb600;
  font-weight: bold;
  z-index: 9999; 
}


@media(max-width:766px) {
    .field-btn-wrap {
        gap: 12px;
    }

    .asianet-logo {
        max-height: 60px;
    }

    .welcome-logo {
        display: block;
        text-shadow: -1px -1px 0 #ababab, 1px -1px 0 #2f2f2f, -1px 1px 0 #4f4f4f, 1px 1px 0 #777777;
    }

    .BiggBoss9Telugulogo {
        max-height: 74px;
    }

    .file-info {
        font-size: 11px;
    }

    .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;
    }

    .btn-verify {
        margin: 0px;
    }

    .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;
    }

    .form-container {
        margin: 1rem;
    }

    label {
        font-size: 10px;
        font-weight: 600;
    }

    .links-row {
        display: flex;
        gap: 10px;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

        .links-row a {
            font-size: 12px;
        }

    .declaration-title {
        font-size: 16px;
    }

    .declaration-section {
        margin-top: 12px;
        padding: 18px;
    }

    #auditionForm .mb-4 {
        margin-bottom: 1.2rem;
    }

    @media(max-width:400px) {

        .asianet-logo {
            max-height: 64px;
        }

        .BiggBoss9Telugulogo {
            max-height: 72px;
            margin-top: 0px;
        }
    }

    /*TNC Consent */

    /*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);
    }

    

    .custom-control-label::before, .custom-control-label::after {
        top: 2px;
    }
}
