.root{
    position: relative;
    color: #858796;
}
.custome-css{
    position: relative;
    min-height: 100vh;
}
.radioA{ 
    display : none; 
}

.desktop-logo1{
    width: 100%;
    max-width: 35%;
    min-width: 30%;
}

.desktop-logo{
    width: 110px;
    height: 75px;
}

.mobile-version-logos {
    display: none;
}
.customer-form-container{
    min-height: 60vh;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.custom-card-style{
    border: unset !important;
    box-shadow: none !important;
    margin-bottom: 100px !important;
    margin-top: 30px !important;
}
.card-style{
    border-radius: 0.25rem!important;
    background-color: #fff!important;
    padding: 1rem!important;
    height: 100%!important;
    width: 50%!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.footer-style{
    width: 100%;
    background-color: #fff !important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;

    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
    
    align-items: center!important;
    border-top: 1px solid #dee2e6!important;
    
    display: flex;
    justify-content: space-between!important;
    flex-wrap: wrap!important;
    
      /* position: fixed !important;
    bottom: 0px !important; */
    /* position: absolute !important; */

}
.footer-nav{
    display: flex !important;
    justify-content: end !important;
}


/* loader */

.loader{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #000000a2;
    display: none;
}

.loader img{
    width: 10%;
}


.active{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #000000a2;
    /* display: unset; */
}

.active img{
    width: 10%;
}

@media screen and (max-width: 780px) {
    .desktop-logo-1{
        display: none;
    }
    .desktop-logo-2{
        display: none;
    }
    .mobile-version-logos{
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
    .mobile-version-logos img{
        width: 100px;
        height: 60px;
    }
    .nps-heading{
        font-size: 16px;
    }
    .rating-container{
        padding: 0px !important;
        width: 20% !important;
    }
    .custom-card-style{
        box-shadow: none !important;
        margin-bottom: 50px !important;
    }
    
    .desktop-logo1{
        width: 100%;
        max-width: 50%;
        min-width: 30%;
    }
    .desktop-logo{
        width: 55px;
        height: 35px;    
    }
    .card-style{
        width: 100% !important;
        box-shadow: unset !important;
        border: 0px !important;
    }
    .footer-style{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        width: 95%;
    }
    .footer-style div{
        display: flex;
        justify-content: center;
    }
    .footer-style .fooater-text{
        width: 100%;
    }
    .footer-style .fooater-text span{

        font-size: small;
        text-align: center;
    }
    .footer-style .footer-nav{
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}