.pointer{
    cursor: pointer;
}
.modal {
    position: fixed !important;
    overflow: auto !important;
}

.pagination-custom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.input-group {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
}

.currency-input {
    border: none;
    padding: 5px 10px;
    flex: 1;
    width: 180px;
}

.input-group-append {
    /*background-color: #f8f9fa;*/
    /*border-left: 1px solid #dee2e6;*/
}

.input-group-text {
    padding: 5px 10px 5px 0;
    /*background-color: #f8f9fa;*/
    border: none;
    font-size: 1.5rem;
    color: #000000;
}

input[type='number'] {
    width: 100%;
    height: 3.6rem;
    border: none;
    border-radius: .6rem;
    background: #F2F4F6;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--font-family-text);
    padding: 0 1.2rem;
    resize: vertical;
}

.input-suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 1rem;
    pointer-events: none;
}

.text-required::after{
    content: " *";
    color: red;
    font-weight: bold;
}


.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.container-custom{
    max-width: 100% !important;
}

.table-bs-custom{
    width: 100% !important;
}

hr.custom-hr {
    border: none;
    border-top: 1px solid grey;
    height: 1px;
    margin: 20px 0;
    width: 100%;
    opacity: 0.7;
}

.image-gird{
    height: 64px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), /* Subtle shadow */
    0 6px 20px rgba(0, 0, 0, 0.1); /* Soft, deeper shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text-center{
    text-align: center !important;
}

.form-column .form-group .custom-labels {
    width: 20rem;
}
