body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.855rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.btn {
    padding: 0.25rem 0.5rem; /* Adjust padding to decrease button size */
    font-size: 0.855rem; /* Adjust font size for button text */
}

.btn-primary {
    font-size: 0.855rem; /* Adjust font size for primary buttons */
}

.btn-secondary {
    font-size: 0.8rem; /* Adjust font size for secondary buttons */
}

.btn-sm {
    font-size: 0.75rem; /* Adjust font size for small buttons */
}

.btn-lg {
    font-size: 1rem; /* Adjust font size for large buttons */
}

.btn-group .btn {
    font-size: 0.8rem; /* Adjust font size for buttons in button groups */
}

.btn .fas,
.btn .far,
.btn .fab {
    font-size: 0.855rem; /* Adjust font size for Font Awesome icons */
}

.modal {
    text-align: center;
}

.modal-title {
    font-size: 1.25rem; /* Adjust the font size as needed */
}

.modal::before {
    margin-top: -25rem;
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
    horiz-align: center;
    max-width: unset !important;
    right: 0;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    horiz-align: center;
    max-width: unset !important;
    right: 0;
}

.modal-body {
    min-width: 30rem;
}

.btn-slim {
    height: 1.8rem;
    font-size: 0.855rem;
    padding: 0.2rem;
}

/* Style for the content with a maximum width */
.content-container img {
    max-width: 100%; /* Set the maximum width to 100% */
    max-height: 100%; /* Set the maximum height to 100% */
    width: auto; /* Allow automatic width adjustment to maintain aspect ratio */
    height: auto; /* Allow automatic height adjustment to maintain aspect ratio */
    display: block; /* Remove any extra spacing below the content */
}

/* Style for the checkbox input */
.checkbox-container input[type="checkbox"] {
    display: none; /* Hide the actual checkbox input */
}

/* Style for the checkbox container when it's checked */
.checkbox-container input[type="checkbox"]:checked ~ .checkbox-circle {
    background-color: grey; /* Change the background color when checked */
}

/* Show the checkmark when the checkbox is checked */
.checkbox-container input[type="checkbox"]:checked ~ .checkbox-circle .checkbox-checkmark {
    display: block;
}

.note-upload {
    font-size: 11px;
    color: #275b28;
}

.operation-divider {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 16px; /* Adjust the height as needed */
    background-color: #ccc; /* Set the color of the divider */
    margin: 0 8px; /* Adjust the spacing around the divider */
}

.operation-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: inherit;
}

.edit-link i, .policy-link i, .delete-link i {
    color: #6c757d;
}

.edit-link:hover i {
    color: #28a745;
}

.policy-link:hover i {
    color: #206bd9;
}

.delete-link:hover i {
    color: #dc3545;
}

.bs-input {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .bs-input {
        transition: none;
    }
}

.bs-input::-ms-expand {
    background-color: transparent;
    border: 0;
}

.bs-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.bs-input::-webkit-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.bs-input::-moz-placeholder {
    color: #939ba2;
    opacity: 1;
}

.bs-input:-ms-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.bs-input::-ms-input-placeholder {
    color: #939ba2;
    opacity: 1;
}

.bs-input::placeholder {
    color: #939ba2;
    opacity: 1;
}

.bs-input:disabled, .bs-input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.bs-input-group {
    position: relative;
    display: flex;
    align-items: stretch;
}

.fright {
    float: right;
}

.hide {
    display: none;
}

.hs.nav-sep {
    position: relative;
    height: 70px;
}

.hs.nav-sep-text {
    position: absolute;
    bottom: 0;
}

.hs.middle-button-margin {
    margin-left: 10px;
    margin-right: 10px;
}

/* Adjust DataTables padding */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px;
}
