html,
body {
    background-color: #393e46 !important;
    font-family: "Montserrat", sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    font-size: 0.8rem;
}

small {
    font-size: 0.7rem !important;
}

label {
    color: #45474b !important;
    font-size: 0.7rem !important;
    font-weight: 600;
}

a {
    text-decoration: "none";
    font-size: 0.9rem !important;
    font-weight: 500;
}

.btn-prime {
    background-color: #2a363b !important;
    color: #f5f7f8 !important;
    font-size: 0.8rem !important;
}

.primary-color {
    color: #2a363b !important;
}

.secondary-color {
    color: #d72323 !important;
    /* color: #d72323 !important; */
}

.tertiary-color {
    color: #f5f7f8 !important;
}

.primary-bg {
    background-color: #2a363b !important;
}

.secondary-bg {
    /* background-color: #a4d037 !important; */
    background-color: #d72323 !important;
}

.tertiary-bg {
    background-color: #f5f7f8 !important;
}

.full-height {
    height: 100vh;
}

.hr-primary {
    color: #2a363b;
    background-color: #2a363b;
    height: 2px;
    border: none;
    margin-bottom: 2px !important;
}

.hr-secondary {
    color: #f4ce14;
    background-color: #f4ce14;
    height: 2px;
    border: none;
    margin-bottom: 2px !important;
}

.hr-tertiary {
    /* color: #f5f7f8; */
    background-color: #f5f7f8;
    height: 1px;
    border: none;
    margin-bottom: 2px !important;
}

.error-wrapper {
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
    border-radius: 3px;
    font-size: 0.8rem;
}

.error-wrapper {
    display: none; /* Initially hidden */
    height: auto; /* Adjust based on content */
}

.error-wrapper.show {
    display: flex; /* Flexbox to manage layout */
    flex-wrap: wrap; /* Allow wrapping if needed */
    margin-bottom: 1rem; /* Add spacing if needed */
}

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.select2 {
    padding: 2px 3px 2px 3px !important;
    border: 2px solid #393e46 !important;
    border-radius: 5px !important;
    font-size: 0.8rem !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-results__option {
    font-size: 0.8rem !important;
}

.dt-info {
    font-size: 0.8rem !important; /* Change the size as needed */
}

.confirm-icon {
    position: "absolute" !important;
    top: 3px !important;
    left: 0 !important;
}

.tox-tinymce {
    border: 2px solid #393e46 !important;
}

.btn-group a {
    font-size: 0.7rem !important;
    padding: 3px 0px;
    /* color: #2a363b !important; */
}

.btn-group a:hover {
    background-color: gainsboro;
    text-decoration: none;
}

.btn-group a:not(:last-child) {
    display: block; /* Ensures it takes full width */
    border-bottom: 1px solid gainsboro; /* Adjust color as needed */
    /* Optional spacing */
}

/* .nav-link.active {
    background-color: #d72323 !important;
    color: #f5f7f8 !important;
} */
