body {
    margin: 0;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

.bg-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background: var(--color-secondary);
    border-radius: 6px;
    padding: 10px;
}

.logo i {
    font-size: 2em;
    color: #121c38;
}

.logo .sidebar-brand-text {
    color: #121c38;
    font-size: 1.4em;
    font-weight: 600;
}

a:focus {
    outline: none;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    color: #1A2B82;
}

label {
    font-weight: 550;
}

.bg-dark {
    background: #2a923b !important;
}

.form-control {
    padding: 0.4rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 15px;
    color: #212529;
    border: 1px solid #2f49d0;
    font-size: 15px;
}

    .form-control:focus {
        border-color: #1A2B82;
        box-shadow: 0 0 0 0.2rem rgb(26 43 130 / 0.25);
    }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 28, 56, 0.5);
}

.btn {
    border-radius: 4px;
    font-size: 14px;
}

    .btn.disabled, .btn:disabled {
        opacity: .45;
    }

.btn-primary {
    background-color: #1A2B82;
    border-color: #1A2B82;
    color: #ffffff;
}

    .btn-primary i {
        color: #1A2B82;
    }

    .btn-primary:hover i {
        color: #fff;
    }

    .btn-primary:hover {
        background-color: #2F49D0;
        border-color: #2F49D0;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #1A2B82;
        border-color: #1A2B82;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1A2B82;
        border-color: #1A2B82;
    }

    .btn-primary:focus i {
        color: #fff;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #1a2b82;
        border-color: #1a2b82;
    }

.btn-info {
    background-color: #1931ad;
    border-color: #1931ad;
}

    .btn-info:hover {
        background-color: #6c72e0;
        border-color: #6c72e0;
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #1931ad;
        border-color: #1931ad;
    }

.modal-header {
    padding: 10px 20px;
    background: #1A2B82;
    color: #fff;
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 18px;
}

.close {
    float: right;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-body {
    padding: 1rem 1.5rem;
}

.category a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.category img {
    width: 50px;
    margin: 0 14px 0 10px;
}

.category h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #121c38;
}

.ds-flx {
    display: flex;
}

.category {
    flex: 1;
    transition: all 1s;
}

    .category:hover {
        transition: all 0.3s ease-in-out;
        transform: translate(0px, -6px);
        cursor: pointer;
    }

/* Sidebar Styles */

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 220px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -220px;
    width: 220px;
    height: 100%;
    overflow-y: auto;
    padding-top: 0;
    transition: all 0.5s ease;
    background: #2F49D0;
}

#wrapper.toggled #sidebar-wrapper {
    left: -250px;
    margin-left: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -50px;
}

.sidebar-toggle {
    font-size: 22px;
    font-weight: 700;
}

.sidebar {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .sidebar .sidebar-brand {
        color: #ffffff;
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        z-index: 1;
    }

.rotate-n-15 {
    transform: rotate(-15deg);
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

    .sidebar ul li {
        display: block;
        margin-bottom: 0.25rem !important;
    }

        .sidebar ul li a {
            font-size: 13px !important;
        }

.sidebar .nav-item {
    padding: 0 14px;
    margin-bottom: 1rem;
}

    .sidebar .nav-item .nav-link {
        padding: 0.75rem 1rem;
    }

    .sidebar .nav-item .nav-link {
        color: rgba(255, 255, 255, 0.6);
    }

        .sidebar .nav-item .nav-link.active {
            color: #fff;
            background: #1A2B82;
        }

        .sidebar .nav-item .nav-link:hover {
            color: #fff;
        }

.sidebar #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

    .sidebar #sidebarToggle::after {
        font-weight: 900;
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        margin-right: 0.1rem;
        color: rgba(255, 255, 255, 0.5);
    }

.sidebar ul li a [class*="icon"] {
    margin-right: 15px;
}

.sidebar ul li a#main-toggle:after,
.sidebar ul li a.dropdown-toggle:after {
    right: 20px;
    bottom: 5px;
}

.sidebar .sidebar__main {
    border-bottom: 1px solid #373737;
}

.sidebar .sidebar__toggled {
    font-size: 2rem;
    line-height: 3.4rem;
}

.sidebar ul li.title,
.sidebar .sidebar__main--brand a {
    color: #999999;
}

.sidebar .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.5rem;
    color: #fff;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2f49d0 #2f49d0;
}

    *::-webkit-scrollbar {
        width: 5px;
    }

    *::-webkit-scrollbar-track {
        background: #2f49d0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #1A2B82;
        border-radius: 20px;
    }

.topbar {
    padding: 0px 6px;
}

    .topbar .topbar-divider {
        width: 0;
        border-right: 1px solid #e3e6f0;
        height: calc(4.375rem - 2rem);
        margin: auto 1rem;
    }

.dropdown-menu {
    padding: 0;
    overflow: hidden;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2f49d0;
}

.img-profile {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {

    #wrapper {
        padding-left: 220px;
    }

        #wrapper.toggled {
            padding-left: 50px;
        }

    #sidebar-wrapper {
        left: 220px;
        margin-left: -220px;
    }

    #wrapper.toggled #sidebar-wrapper {
        left: -200px;
        margin-left: 0;
    }

    /* #page-content-wrapper {
    padding: 20px;
  } */

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 50px;
    }

    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.4rem 0.65rem;
        font-size: 15px;
        border-radius: 5px;
    }

    .d-md-inline {
        display: inline !important;
    }
}

.responsive-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #121c38;
    font-size: 13px;
}

    .responsive-table th,
    .responsive-table td {
        border: 1px solid #dee2e6;
        padding: 10px;
    }



table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}


.com-logo {
    width: 30%;
    height: auto;
}


.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 20px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
}

    .form-signin h1 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 1em;
    }

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .form-signin a {
        color: #44b549;
        text-decoration: none;
        font-weight: 600;
    }

#bg-login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient( rgb(26 43 130 / 85%), rgb(26 43 130 / 85%) ), url('../login-bg.jpg');
}

.btn-fill {
    background: #1A2B82;
    border-color: #1A2B82;
    color: #fff;
}

#accordion .card-header {
    background: #fbfbfb;
    padding: 0px;
}

#accordion .btn-link {
    color: #1A2B82;
    text-decoration: none;
    font-size: 16px;
}

    #accordion .btn-link:hover {
        text-decoration: none;
    }

#accordion .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.table-bordered th {
    background: #1A2B82;
    color: #fff;
    padding: 0.25rem;
    border-color: #344186;
    font-size: 12px;
}
/* Tab */

label {
    font-weight: 550;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2f49d0 #2f49d0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet label {
    cursor: default;
}

Style Attribute {
    visibility: visible;
}

.property_tab .ajax__tab_body {
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
    border-top: 0 !important;
    font-family: Calibri,sans-serif !important;
    font-size: 14px !important;
    padding: 8px !important;
}

.property_tab .ajax__tab_header {
    background-position: bottom !important;
    background-repeat: repeat-x !important;
    font-family: Calibri,sans-serif !important;
    font-size: 14px !important;
    font-weight: 550 !important;
}

.ajax__tab_header {
    color: #0a8443;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-image: none !important;
}

.ajax__tab_outer {
    font-size: 13px;
}

.ajax__tab_inner {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    padding: 4px 10px;
    padding-left: 12px !important;
}


.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    height: auto !important;
}

.ajax__tab_default .ajax__tab {
    height: auto !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
    background: #2F49D0;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner a {
    color: #2F49D0 !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner a {
    color: #ffffff !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    background-image: none !important;
}
/* Modal Popup */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.no-access {
    text-align: center;
    margin: 20% auto;
    overflow: hidden;
}

    .no-access h1, .no-access i {
        color: #cb2333;
    }

    .no-access i {
        font-size: 3.5rem;
    }

.table-leave .form-control-sm {
    height: 1.5rem !important;
}

.div-heading {
    position: absolute;
    top: -9px;
    background: #fff;
    padding: 0 8px;
}

.ui-timepicker-standard a {
    font-size: 14px;
    text-align: left;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #2f49d0 !important;
    border-color: #2f49d0 !important;
    color: #fff !important;
}

.height-450 {
    height: 450px;
    overflow: auto;
}

.height-custom {
    height: 925px;
    overflow: auto;
}

.waitmodal {
    /*position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 50%;
    left:50%;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;*/
}

    .waitmodal .center img {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
    }


.sidebar-copy {
    position: relative;
    margin-top: 3.5rem;
}

    .sidebar-copy p {
        position: absolute;
        bottom: 20px;
        left: 12px;
        color: #010829;
    }

        .sidebar-copy p a {
            color: #ffffff;
            font-weight:bold;
        }
