@import url(https://fonts.googleapis.com/css?family=Changa);
body , * , div{
    font-family: Changa;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e4e7ea  !important;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    margin-left: 16px;
    font-size: 1.3rem;
    padding: 5px;
}
.fr-wrapper div:first-child{

}
 #fr-logo{
    display: none !important;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 600px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
        padding: 0px !important;
    }
    .row{
          margin: 0px !important;
    }
}

.c-dark-theme .select2-container--default .select2-selection--single{
    background-color: #2f303a !important;
}
.c-dark-theme .dropzone , .c-dark-theme .select2-container--default .select2-selection--single {
    border: 1px solid #ffffff17 !important;
}
.c-dark-theme .select2-results__option--selectable{
    color: #000 !important;
}
/*.show-placeholder div:first-child, .fr-wrapper div:first-child{
    display: none !important;
}*/
