.list-info li{
    list-style-type: decimal !important;
}
.lottie{
    width:100%;
}
.lottie-signup{
    width:100%;
}
.form-control:focus{
    border:1px solid #f62b2b !important;
}
.dropdown.show>.form-select.form-select-solid, .form-select.form-select-solid.active, .form-select.form-select-solid.focus, .form-select.form-select-solid:active, .form-select.form-select-solid:focus{
    border:1px solid #f62b2b !important;
}
.aside {
    box-shadow: 0 0 28px 0 rgb(79 79 79 / 38%) !important;
}
.dropzone .dz-preview .dz-image{
    width: 100px !important;
    height: 100px !important;
}
.dropzone{
    border:2px dashed #9e9e9e; 
    min-height: auto !important;
}
.dropzone .dz-preview{
    margin: 5px !important;
}
.dz-message{
    margin:0 !important;
}
.txtgb{
    margin-bottom: 0 !important;
}
.not{
    width: 80px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shownotrans{
    width: 100% !important;
}
.eyehide{
    display:none;
}
#menuMobile{
    display: none;
}
.showNav{
    left: 250px !important;
    top: 30px !important;
}
.dropzone .dz-message{
    text-align: center !important;
}
/************ responsive ***************************/
@media screen and (min-width: 100px) and (max-width: 991px){
    .padd h1{
        text-align:center;
    }
    .lottie-signup{
        display:none;
    }
    #menuMobile{
        display: block;
    }
}