label {
    color: #376089d9 !important;
}

body {
    overflow-x: hidden !important;
}


#dtable td, th{
    white-space: nowrap;

} 



.select2-container {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}

.file-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 94%;
    margin: auto;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    background-color: #f8f8f8;
    color: #888;
    font-size: 18px;
    text-align: center;
}

.select2-container .select2-container--default .select2-container--open {
    overflow: hidden !important;
}

.file-placeholder i {
    font-size: 38px;
    margin-bottom: 10px;
}

.file-placeholder p {
    margin: 0;
}

.file-placeholder input {
    border: none;
    outline: none;
    background-color: #f8f8f8;
}