.dropzone .dz-message {
    font-size: 24px;
    width: 100%;
    margin: 1em 0;
    text-align: center;
}

/*.select2-container--default .select2-results > .select2-results__options {*/
/*    max-width: 300px; !* Daha geniş dropdown *!*/
/*    min-width: 250px;*/
/*    white-space: nowrap;*/
/*}*/

/*.select2-container--default .select2-selection--single {*/
/*    min-width: 120px;*/
/*}*/

.card.success {
    width: 26%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 22px;
}

@media (max-width: 768px) {
    .card.success {
        width: 85%;
        padding: 22px;
    }
}

.table-description {
    max-width: 150px;
    white-space: normal;
    word-break: break-word;
}

<style>
 .select2-container--default .select2-results__option .flag-option {
     display: flex;
     align-items: center;
     gap: 8px;
 }

.select2-container--default .select2-selection__rendered .flag-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flag-option img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border: 1px solid #ccc;
}
</style>

