.mt-80{
    margin-top: 80px;
}
.hide {
    display: none;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
#information-client{
    position: relative;
}
.loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.loading {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.box-beneficiary{
    width: 10%;
}

.form-customer-witout-border{
    border: none !important;
    border-bottom: 1px solid #c3c3c3 !important;
}

.bg-default-admin{
    background-color:#3e66d5 !important
}

.disabled-input{
    pointer-events: none;
    cursor: not-allowed;
    background: #e9ecef !important;
}

.scrollable-content {
    max-height: 300px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    white-space: nowrap;

}
.card-body {
    overflow: visible;
}

.scrollable-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: thin;
}

.scrollable-container::-webkit-scrollbar {
    width: 5px;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.scrollable-container::-webkit-scrollbar-track {
    background: transparent;
}
