.bg-login {
    background-color: #4FD1C5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.login-wrapper .loginbox {
    margin: 0;
    height: 100dvh;
}

.login-left,
.login-right {
    width: 50% !important;
    background-color: #fff;
    position: relative;
}

.right-bg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.right-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    opacity: .7;
}

.judul {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter';
    padding: 10px 22px;
    background: #fff;
    border-radius: 40px;
    white-space: nowrap;
}

.login-right>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
}

.d-flex {
    display: flex;
}

.bg-login img {
    width: 100vw;
    height: 100vh;
}

.poppins {
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.poppins h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
}

.btn-login {
    border-radius: 6px;
    color: #000000;
    padding: 10px 12px;
    background: var(--mainColor);
    border: solid 1px var(--mainColor);
}

.btn-login:hover {
    color: #5d5d5d;
}

.btn-login.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: var(--mainColorDarker);
}

.btn-login:hover {
    background: var(--mainColorLighter);
    border: solid 1px var(--mainColorLighter);
}

.login-wrapper .loginbox .login-right .login-right-wrap .form-group label {
    font-size: unset;
    position: unset;
    padding: unset;
    margin-bottom: 4px;
}

.nav-item .nav-link {
    min-width: 60px;
}

.password-views {
    /* top: calc(13px + 50%); */
    color: #414350;
    padding: 10px;
}

.toggle-password {
    cursor: pointer;
}

.loginbox input {
    border-radius: 8px;
    padding: 22px 12px;
}

.loginbox .card {
    margin-bottom: 0;
}

.logincard-box {
    background: #ffffff54;
    backdrop-filter: blur(10px);
    position: relative;
    margin-bottom: 1.5rem;
}

.logincard-box h2 {
    font-size: 28px;
    color: #121212;
}

.btn-login {
    font-size: 17px;
}

.login-wrapper {
    width: 100vw;
}

.card-body {
    padding: 28px 20px;
}

.sidebar {
    top: 60px;
    background: none;
}

.sidebar-inner {
    background: var(--sidebarColor);
}

.menu-title {
    color: #000000a8;
    font-weight: 600 !important;
    letter-spacing: .5px;
}

.header .header-left {
    height: 60px;
    box-shadow: none;
}

.dataTables_scroll table,
.dataTables_scroll .dataTables_scrollHeadInner {
    width: 100% !important;
}

#toggle_btn {
    background: none;
    color: var(--secondColor);
    font-size: 16px;
    width: 38px;
    height: 38px;
}

.sidebar .sidebar-menu>ul>li>a span,
.sidebar-menu ul ul a {
    white-space: wrap;
    font-size: 15px;
}

h5.main-brand-text {
    font-size: 16px;
    color: #1b2035;
    letter-spacing: .4px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Inter';
}

.header .header-left .logo img {
    max-height: 60px;
    width: 100%;
}

.profile-image img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/* @media (min-width: 992px) {
    .mini-sidebar.expand-menu .header .header-left {
        width: 240px;
    }
} */

/* @media (min-width: 992px) {
    .mini-sidebar.expand-menu .sidebar {
        width: 78px;
    }

    .mini-sidebar.expand-menu .sidebar-menu li:hover a {
        position: absolute;
        width: 240px;
    }
} */


.mobile-nav {
    padding: 6px;
}

.btn-back {
    width: 60px;
    /* background: #ffffff; */
    /* color: #000; */
    border: none;
}

.loading {
    display: none;
}

.loading.show {
    display: block;
}

.page {
    display: none;
}

.page.show {
    display: block;
}

.welcome-card {
    overflow: hidden;
    background: linear-gradient(88deg, var(--mainColor), #312297, var(--mainColor));
    border-radius: 18px;
    height: auto;
    position: relative;
    padding: 24px 30px;
}

.welcome-bg {
    position: absolute;
    left: 0;
    transform: translateY(-20rem);
}

.welcome-image {
    display: none;
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 160px;
}

.welcome-image img {
    height: 100%;
}


.welcome-text h2 {
    font-size: 5vw;
    margin-bottom: 20px;
    font-family: 'poppins';
    color: #fff;
}

h2.welcome-bottom {
    font-weight: 600;
}

.dashboard-card-image {
    display: none;
    position: absolute;
    right: 40px;
    bottom: 20px;
    height: 160px;
}

.dashboard-card-image img {
    height: 100%;
}

.dashboard-card .card-body {
    padding: 20px 30px;
}

.card-summary {
    font-size: 50px;
    margin: 30px 0;
}

.dashboard-card p {
    margin-bottom: 8px;
}

.chart-box {
    overflow-x: auto;
}

.list-box {
    height: calc(100vh - 16rem);
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px;
}

.menu-icon img {
    transition: .25s ease-in-out;
    /* filter: brightness(5); */
    filter: brightness(3) grayscale(1);
}

.active:not(.submenu) .menu-icon img,
a:hover .menu-icon img {
    filter: brightness(1);
}


.input-group-append {
    width: 45px;
    border: solid 1px #ddd;
    border-radius: 0 5px 5px 0;
}

.login-logo img {
    width: 75px;
}

.login-logo h1 {
    font-size: 1.8rem;
}

.login-logo {
    text-align: center;
}


.badge-primary {
    background-color: var(--mainColor) !important;
}

.badge {
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 8px;
}

.dt-buttons .fa-file-excel {
    color: #13b281;
    margin-left: 4px;
    font-size: 13px;
    transform: translateY(-1px);
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
}

.form-button.sticky-bottom {
    background: #ffffffb0;
    backdrop-filter: blur(6px);
    bottom: 20px;
    padding: 10px;
    border: solid 1px #4a4a4a;
    border-radius: 4px;
}

.static-info {
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 6px;
}

.static-info th {
    background-color: #eaeaea;
    padding: 8px 10px;
    width: 30%;
    font-family: 'poppins';
    font-weight: 600;
}

.static-info tr:first-child th {
    border-radius: 6px 6px 0 0;
    padding-top: 12px;
}

.static-info tr:last-child th {
    border-radius: 0px 0px 6px 6px;
    padding-bottom: 10px;
}

.static-info td {
    padding: 6px 12px;
}



.corner-button {
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 16px;
}

table img {
    max-height: 100px;
}

.slick-next:before,
.slick-prev:before {
    color: #000 !important;
    font-size: 30px !important;
}

.slick-prev {
    left: 25px !important;
    z-index: 10;
}

.slick-next {
    right: 25px !important;
    z-index: 10;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-item {
    height: 412px;
}

.menu-title {
    padding: 16px 10px 3px;
}

.menu-title:first-child {
    padding-top: 5px;
}

.sidebar-menu>ul>li>a:hover {
    padding: 11px 14px;
}

.list-badge {
    position: absolute !important;
    top: -10px !important;
    left: -12px;
}

.btn-take {
    padding: 7px;
    font-size: 14px;
}

tr.buram {
    background: #f6f6f6;
}

.detail-border {
    border: solid 1px #ddd;
    border-radius: 2px
}

.logo-upper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
}

.logo-upper img {
    width: 140px;
}

.bg-dashboard {
    position: absolute;
    width: 100%;
    height: 56vh;
    background: linear-gradient(90deg, #ef6c0a, #ffc43b);
    top: 0;
    left: 0;
}

.bg-dashboard img {
    position: absolute;
    width: 26rem;
    right: 0;
}


.sidebar .sidebar-menu>ul li a {
    font-family: 'Poppins', sans-serif;
}

.header .header-left {
    background: #2C2C2C;
}

.toolbar-page-title {
    padding-left: 60px;
}

.mini-sidebar .page-title {
    margin-left: 5px;
}

#toggle_btn {
    left: 20px !important;
    box-shadow: none !important;
}

.page-title {
    transform: translateY(-1px);
}

.sidebar-menu ul ul li a.active {
    padding-left: 30px !important;
}

.table .btn-primary.btn-sm {
    background: #3DBCEE;
    border-color: #3DBCEE;
}

.btn-info {
    color: #fff;
}

.btn-info:active, .btn-info:hover, .btn-info:focus{
    color: #fff;
}

.tabnav{
    text-align: center;
}

@media screen and (min-width: 768px) {
    .header .header-left {
        height: 99px;
    }

    .sidebar {
        top: 99px;
    }

    .welcome-image {
        display: block;
    }

    .welcome-text h2 {
        font-size: 24px;
    }

    .dashboard-card-image {
        display: block;
    }

    .bg-driver {
        display: block;
    }

    .welcome-card {
        height: 180px;
    }

}
