
/* Global style Start */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.btn-close:focus {
    box-shadow: none !important;
}
.form-check-input:valid:focus {
    box-shadow: none !important;
}
.modal-backdrop.show {
    opacity: .8  !important;
    /* background: rgba(0, 0, 0, 0.6); */
}
/* Global style end */ 

/* --- Modal window Start (Navas)--- */
.aud-vv-modal-content{
    padding: 25px 45px 45px; 
    border-radius: 0 !important;
    border: 0!important;
 }

 .aud-vv-modal-header{
    padding: 0 !important;
    height: auto !important;
    border-bottom: 0 !important;
    margin-bottom: 40px;
    display: block;
 }
 .aud-vv-modal-main{
    padding: 16px !important;
 }
 .aud-vv-modal-title{
    color: #000;
    font-family: "Audi Type";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
 }
 .aud-vv-modal-sub-text{
    color: #000;
    line-height: 24px;
    font-family: "Audi Type";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
 }
.aud-vv-modal-lg-finance-summery{
    max-width: 646px !important;
}
.aud-vv-modal-body{
    padding: 0 !important;
}
.aud-vv-modal-dialog {
    transform: none !important;
}
.aud-vv-modal-btn-close {
    top: 28px !important;
    right: 28px !important;
    background-image: url("../img/cancel.svg" );
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    opacity: 9 !important;
    position: absolute;
  }
.aud-vv-finance-modal-form-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 13px 16px 15px;
    position: static;
    width: 318px;
    height: 48px;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-family: 'Cupra-Regular';
    background-color: var(--cup_black)!important;
}
.aud-vv-vertical-align{
    vertical-align: middle;
}
.aud-vv-modal-success-wrap{
display: flex;
gap: 12px;
align-items: center;
justify-content:center;
align-content: center;
}
.aud-vv-modal-success-wrap img{
width: 100%;
}
.aud-vv-modal-success-wrap-login{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content:center;
    align-content: center;
    }

@media (max-width: 1016px){

    .aud-vv-modal-content {
        padding: 40px 18px 30px;
    }
    .aud-vv-WelcomeTAS-Info-Ico{
        float: none;
    }
    .aud-vv-modal-header {
        margin-bottom: 24px;
    }
    .aud-vv-modal-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
    }
    .aud-vv-modal-sub-text {
        font-size: 24px;
        line-height: 20px;
    }
  
}

@media (max-width: 768px){
    .aud-vv-modal-content {
        height: auto;
    }
    .aud-vv-modal-sub-text {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 430px) and (min-width: 320px) {
    .aud-vv-modal-success-wrap img{
        width: 80%;
        }
        .aud-vv-modal-sub-text {
            font-size: 18px;
            line-height: 30px;
        }
        .aud-vv-modal-success-wrap-login{
            display: flex;
            align-items: center;
            justify-content:center;
            align-content: center;
            flex-direction: column;
            }
            .aud-vv-pop-btn-100{
                width: -webkit-fill-available;
            }
            .aud-vv-pop-btn-100 .aud-vv-primary-btn{
                width: 100%;
            }
}

/* --- welcome,concession,Thank you - Modal window End (Navas)  --- */
