.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
.text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(49, 196, 141, var(--tw-text-opacity));
}
.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 250, 247, var(--tw-bg-opacity));
}

.select2-container {
    height: 38px;
}

.select2-container .select2-selection {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px;
}

.with-loading {
    position: relative;
}

.with-loading .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .03);
    z-index: 2;
}

.with-loading.loading .loader {
    display: flex;
}

.yellow {
    background-color: yellow !important;
}

.yellow-border {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-left: 10px solid yellow;
}

#financed-cfa-bloc {
    display: none;
}