body {
    background-color: #f5f5f5;
    font-family: "Inter", sans-serif;
    margin: 0;
    font-size: 14px;
}

a {
    color: #000;
    font-weight: bold;
}

a:hover {
    color: #5b47fb;
}

.span-logo1 {
    font-size: 28px;
    text-transform: lowercase;
    color: #5b47fb;
    letter-spacing: -1px;
    align-items: center;
    position: relative;
    top: -2px;
    font-weight: 700;
}

.span-logo2 {
    font-size: 28px;
    text-transform: lowercase;
    color: #5b47fb;
    letter-spacing: -1px;
    align-items: center;
    position: relative;
    top: -2px;
    font-weight: 300;
}

.div-header {
    background-color: #fff;
    height: 64px;
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.18);
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
}

.div-header a {
    text-decoration: none;
    color: #031b4e;
    font-size: 0.875rem;
    font-weight: 500;
}

.form-control {
    text-transform: uppercase;
}

.div-header a i {
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

.div-header .container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.div-menu {
    position: static;
    width: auto;
    align-items: center;
}

.nav {
    flex-direction: row;
}

.nav-item {
    margin-left: 35px;
}

.card {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(28, 39, 60, 0.1);
}

.card-body {
    padding: 1rem;
}

h2 {
    font-size: 24px;
    letter-spacing: -0.8px;
    color: #1c273c;
    font-weight: bold;
}

.btn {
    font-size: 14px;
}

.btn-primary {
    background-color: #5b47fb;
    border-color: #5b47fb;
    border-radius: 0.375rem;
}

.btn-primary:hover {
    background-color: #3725c8;
    border-color: #3725c8;
}

.btn-light {
    border-radius: 0;
}

.badge {
    font-size: 12px;
}

.tr-pointer {
    cursor: pointer;
}

.modal-content {
    border-radius: 0;
}

.modal-title {
    font-size: 18px !important;
    font-weight: bold;
}

.modal-header {
    padding: 20px 25px;
}

.modal-body {
    padding: 25px;
}

legend {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
}

.row {
    align-items: center;
}

.rounded-circle {
    background-color: #fff;
}

.table {
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.02);
}

.alert {
    border-radius: 0;
    padding: 12px 15px;
    font-weight: bold;
}

.alert-success {
    background-color: #d8efcc;
    border-color: #d8efcc;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.signin-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-warning {
    color: #f5803e !important;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .mobile-space {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}