.border-radius-input {
    border-radius: 0.375rem !important;
}

.form-title {
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
}

.img-attachment {
    max-width: 200px;
    max-height: 200px;
}

.img-flag {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.slider-custom {
    width: 100% !important;
    max-height: 500px !important;
}

table#datatable tbody tr:hover {
    background-color: #909797 !important;
}

[data-bs-theme="dark"] table#datatable tbody tr:hover {
    background-color: #f1efef !important;
}

@media screen and (max-width: 767px) {
    .btn {
        margin-bottom: 10px !important;
    }
}
