.thin_alert {
    padding: 6px 12px !important;
    margin-top: 4px;
}

.close_less_right {
    right: 1px !important;
}

.closer_less_right {
    right: -4px !important;
}

.btn-teal, .btn-teal:hover, .btn-teal:focus, .btn-teal:active {
    background-color: #00796B;
    border: 1px solid #00796B;
    color: #FFFFFF;
}

.balance_list {
    padding-right: 12px;
}

#loan_period_slider .slider-selection {
    background: #00796B;
}

#loan_period_slider .slider-handle {
    background: #009688;
}

#loan_period_slider {
    margin-left: 16px !important;
}

#users_datatable, #notifications_datatable, #text_messages_datatable, #payments_datatable, #user_payments_datatable, 
#configs_datatable, #products_datatable, #goals_datatable, #pyf_datatable, #gpay_datatable {
    width: 100% !important;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

img.image_thumbnail {
    max-width: 64px;
}

img.image_thumbnail_bigger {
    max-width: 96px;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

/* Organization details styling */
#org-details-container {
    top: 20px;
    max-height: calc(100vh - 40px);
}

/* Smooth transition for details */
#org-details-container .card {
    transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #org-details-container {
        position: static;
        margin-top: 2rem;
    }
}

/* orgDetails page, back button */
#org-page .btn-back {
    background-color: #00796B;
    color: white;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 16px;
    text-decoration: none;
    margin: 5px;
}
#org-page .btn-back:hover {
    background-color: #004d40;
    color: white;
    text-decoration: none;
}

#org-page .community-btnbar .btn {
    min-width: 90px;
    margin: 0 4px;
}

