.fwidth{
    width: 100%;
}

.logo-login{
    max-width: 50%;
    max-height: 170px;
}

.required:after {
    content:" *";
    color: red;
}

.register-box-xl{
    width: 660px
}

.transparent-logo{
    opacity: 0.8;
}

.user-logo{
    margin-top: 9px;
}

.small-text{
    font-size: 0.8rem;
}

.icon-space{
    margin-right: 10px;
}

.button-space {
    margin-bottom: 20px;
}

.main-sidebar{
    position: fixed !important;
}

.hidden{
    display: none !important;
}

.no-padding{
    padding: 0px;
}

.bold-text{
    font-weight: bold;
}

.control-max-size{
    max-width: 250px;
}

.control-lg-max-size{
    max-width: 350px;
}


.small-header{
    font-size: 1.1rem;
    font-weight: bold;
}

.pointer-button{
    cursor: pointer;
}

.file-first-col{
    width: 150px !important;
}

.file-first-col-lg{
    width: 250px !important;
}

.gray-color{
    color: rgb(194, 199, 208);
}

.tab {
    tab-size: 2;
}

.modal-xl-sm{
    max-width: 1080px;
}

h4{
    font-size: 1rem !important;
}

.thick-line{
    border-width: 3px;
}

.margin-bottom-l{
    margin-bottom: 15px;
}

.top-margin-form{
    margin-bottom: 3px;
    margin-top: 15px;
}

.margin-form{
    margin-bottom: 3px;
}

.storage-icon{
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.long-form{
    max-width: 400px;
}

.register-page{
    margin-top: 30px;
    margin-bottom: 15px;
    height: 100% !important;
}

.flag{
    margin-right: 5px;
}

.flag-text{
    font-weight: bold;
    font-size: 20px;
}

.flag-red-dot {
    height: 17px;
    width: 17px;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
}

.flag-orange-dot {
    height: 17px;
    width: 17px;
    background-color: #ff9100;
    border-radius: 100%;
    display: inline-block;
}

.filter-element{
    display: inline-block;
    margin-right: 10px;
    max-width: 200px;
}

.select2-selection__choice__display{
    color: black;
}

@media only screen and (max-width: 660px) {
    register-box-xl {
        width: 100%;
    }
}