:root {
    --theme-deafult: #10549c;
}

.max-lines-1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: calc(1.3em * 1);
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-lines-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(1.3em * 2);
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-lines-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(1.3em * 3);
    overflow: hidden;
    text-overflow: ellipsis;
}

div.error {
    font-weight: bold !important;
    color: red !important;
}

.login-card {
    background: #f8f9fe !important;
}

.btn {
    padding: 0.475rem 1.75rem !important;
}

.login-card .login-main .theme-form input,
.input {
    background-color: #10549b05 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #10539b43 !important;
    border-style: dashed;
    background-color: #fff;
    font-size: 14px !important;
    color: #898989;
    padding: 12px 10px !important;
}

.logo-img {
    width: 150px;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 190px;
}

.page-wrapper.compact-wrapper
    .page-body-wrapper
    div.sidebar-wrapper
    .sidebar-main
    .sidebar-links
    .simplebar-wrapper
    .simplebar-mask
    .simplebar-content-wrapper
    .simplebar-content
    > li:first-child {
    display: block;
}

.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f55c !important;
}

.table.table-striped > :not(caption) > * > * {
    box-shadow: none !important;
}

.btn-fab {
    border-radius: 50px;
    width: 58px;
    position: fixed;
    height: 60px;
    font-size: 1.4rem;
    bottom: 10px;
    z-index: 2;
    right: 10px;
    box-shadow: 2px 0px 6px 1px #7888dd9e;
}

.border-light-2px {
    border: 2px solid var(--balance-profie-bg) !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 90px;
}

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

.table tbody tr:last-child td {
    border-color: rgba(106, 113, 133, 0.3) !important;
    border-style: dashed !important;
}
.table th,
.table td {
    padding: 0.45rem;
}

/* Select 2 */
.select2-container .select2-selection--single,
.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container .select2-selection--single {
    padding: 2px !important;
    border-radius: 7px;
}

.select2-container--open .select2-dropdown--below {
    transform: translateY(-20px);
}

@media only screen and (max-width: 1000px) {
    #toolbar_menu {
        display: block !important;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 40px;
    }
    .top_header {
        min-height: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .login-card {
        background: white !important;
        padding: 40px 0px !important;
    }
    .login-card .login-main {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: none !important;
        padding: 15px !important;
    }
    .logo-img {
        width: 120px;
    }

    #toolbar_menu {
        display: block !important;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 35px;
    }
}
