html, body {
    width: 100%;
    height:100%;
    font-family: Cairo;
}

body {
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    font-family: Cairo;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#global-loader {
    position: fixed;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.322);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

/* nav bar elm */
.anchor_grey{
    text-decoration: none;
    color: #797979;
    margin:10%;
}
.anchor_blue{
    text-decoration: none;
    color: #2A48FE;
    margin:10%;
}
.nav-link{
    text-decoration: none;
    color: #797979;
    margin:10%;
}

/* home page elm*/
.enter-vin{
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: right;

}
.search-container-pre {
    max-width: 970px;
}
.search-container-post {
    max-width: auto;
}
.search-bar-pre{
    background: #EFF3F8;
    /* position: absolute; */
    height: 56px;
    /* width: 970px; */
    right: 15%;
    border-radius: 5px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style:none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    
    /* outline: 0 !important;    */
}
.search-bar-pre:focus {
    outline:none;
}

.search-bar-post{
    background: #EFF3F8;
    height: 56px;
    width: 496px;
    right: 30%;
    border-radius: 5px; 
    border-style:none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    outline: 0 !important;   
    padding-left: 2.375rem;

}

#search-icon-div{
    background: #EFF3F8;
    height: 56px;
    width: 970px;
    border-radius: 5px; 
    border-style:none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    outline: 0 !important;
}
#search-icon {
    position: relative;
    top:40px;
    right: 20px;
    z-index: 1;
    height: 17.48999786376953px;
    width: 17.48999786376953px;   
    pointer-events: none;
}
.search-button-pre, .search-button-post {
    transition: all .3s ease-in-out;
}
.search-button-pre {
    /* position: absolute; */
    /* left: 0%; */
    background: #E3E3E3;
    z-index: 1;
    border-radius: 5px 0px 0px 5px;
    border-style:none;
    height: 56px;
    width: 76px;    
}
.search-button-pre:disabled{
    background: #E3E3E3;  
}
.search-button-pre:enabled{
    background: #0D6EFD;
}
.search-button-post {
    left: 0%;
    right:77.16%;
    background: #E3E3E3;
    z-index: 1;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    border-radius: 5px 0px 0px 5px;
    border-style:none;
    height: 56px;
    width: 76px;    
}
.search-button-post:disabled{
    background: #E3E3E3;    
}
.search-button-post:enabled{
    background: #0D6EFD;  
}
.car_info div{
    /* height: 34px;
    width: 57px; */
    font-family: Cairo;
    font-size: 12px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 15px;
    /* letter-spacing: 0em; */
    text-align: right; 
} 

.login_button{
    background: #0D6EFD;
    color: #FFFFFF;
    min-width:150px;
    /* width: 106px; */
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.category_button {
    background: #EFF3F8;
    color: #060606;
    min-width:150px;
    /* width: 106px; */
    height: 35px;
    border-radius: 5px;
    border: none;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}
.export_button{
    background: #EFF3F8;
    color: #060606;
    width: 154px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}