.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;
    filter: grayscale(90%);
    opacity: .45;
    width: 100%;
    height: 100%;
}

.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: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

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

.btn-login {
    border-radius: 40px;
    background: var(--mainColor);
    border: solid 1px var(--mainColor);
}

.btn-login.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #392a90;
}

.btn-login:hover {
    background: #392a90;
    border: solid 1px #392a90;
}

.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;
}

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

.toggle-password {
    cursor: pointer;
}

.login-wrapper {
    width: 100vw;
}

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

.loginbox input {
    border-radius: 10px;
}

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

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

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

.sidebar {
    top: 60px;
}

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

.sidebar-menu li a {
    color: #fff;
}

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

.header .header-left {
    height: 60px;
}

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

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

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

.header .header-left .logo {
    margin: 0 10px;
}

h5.main-brand-text {
    font-size: 16px;
    color: #1b2035;
    letter-spacing: .4px;
}

.header .header-left .logo img {
    max-height: 34px;
}


/* @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;
    }
} */

.scan-box {
    height: calc(100vh - 30rem);
    display: flex;
}

.scan {
    width: fit-content;
    margin: auto;
    width: 10rem;
    height: 10rem;
    background: var(--mainColor);
    border-radius: 10px;
    border-bottom: solid 4px #40b7ac;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-qr-label {
    line-height: 40px;
}

.btn-qr {
    max-height: 40px;
    width: 100%;
}

.card-history {
    height: calc(100vh - 10rem);
}

.history-title {
    font-size: 22px;
    font-weight: 500;
}

.card-history .card-body {
    padding: 25px 22px;
}

.history-text {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-family: poppins;
}

.history-text p {
    margin: 0;
    line-height: 24px;
}

.floating-history-text {
    position: absolute;
    right: 0;
    top: 0px;
    text-align: right;
}

.block-history-text {
    max-width: 160px;
}

.history-role,
.history-time {
    font-size: 12px;
    color: #718096;
}

.history-date {
    font-size: 12px;
    color: #718096;
}

.history-name {
    font-weight: 600;
    color: #2D3748;
    line-height: 18px !important;
}

.history-image img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.item-history {
    margin-bottom: 24px;
}

.scan-page {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1001;
}

.scanner-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: calc(100% - 10rem);
}

button#html5-qrcode-button-camera-stop,
button#html5-qrcode-button-camera-start {
    background: var(--mainColor);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
}

.mobile-nav {
    padding: 6px;
}

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

.scan-page {
    display: none;
}

.scan-page.show {
    display: block;
}

.loading {
    display: none;
}

.loading.show {
    display: block;
}

.page {
    display: none;
}

.page.show {
    display: block;
}

.total-hk {
    font-size: 18px;
    padding: 6.5px;
    background: #ececec;
    border-radius: 6px;
    text-align: right;
}

.total-hk-label {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
}

.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;
}

.active .menu-icon img {
    filter: brightness(0.2);
}

.active.submenu .menu-icon img {
    filter: unset;
}

.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;
}

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

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

.detail-request .bootstrap-datetimepicker-widget th {
    padding: 10px 0px;
}

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

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

.detail-request td {
    padding: 6px 12px;
}

.form-section-title h5 {
    margin: 0px;
    padding: 6px;
}

.pie-title {
    position: absolute;
    font-size: 26px;
    left: 400px;
}

.transaksi-item {
    display: flex;
    background-color: #f6fdff;
    padding: 14px 24px;
    position: relative;
    border-radius: 10px;
    border: solid 1px #c0cccf;
    margin-bottom: 10px;
    min-height: 6rem;
}

.transaksi-text {
    width: 80%;
}

.transaksi-status {
    width: 20%;
    text-align: right;
}

.transaksi-item .date {
    font-size: 12px;
    color: #a7a9bd;
    text-wrap: nowrap;
    position: absolute;
    right: 22px;
}

.transaksi-item .name {
    font-size: 16px;
    font-weight: 600;
}

.transaksi-item .tujuan {
    color: #9f9fa0;
    font-size: 13px;
}

.transaksi-status .badge {
    font-size: 14px;
    margin-top: 30px;
    position: absolute;
    right: 18px;
}

.list-transaksi {
    padding-top: 20px;
}

.welcome-driver {
    background: #e5eafc;
    padding: 30px;
    display: flex;
}

.welcoe-driver h2 {
    font-size: 24px;
}

.driver-text {
    width: 100%;
}

.bg-driver {
    display: none;
    width: 40%;
}

.bg-driver img {
    height: 200px;
}

.info-driver {
    margin: 16px 0 28px;
}

ul.info-driver li {
    margin-bottom: 10px;
    font-size: 16px;
}

.info-driver i {
    margin-right: 10px;
}

.welcome-driver .btn {
    padding: 10px 20px;
    font-size: 18px;
}

.welcome-text {
    width: 75%;
}

.welcome-text h2 {
    line-height: 30px;
}

.total-biaya {
    padding: 10px 14px;
    background: var(--mainColor);
    margin-bottom: 6px;
    color: #fff;
    border-radius: 4px;
    width: fit-content;
}

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

.room {
    position: relative;
    min-height: 260px;
    margin-bottom: 20px;
}

.room-image {
    width: 100%;
    height: 160px;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.room-text {
    margin: 0 10px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    border-radius: 6px;
    font-family: 'poppins';
    background: #ffffffdb;
    backdrop-filter: blur(10px);
    min-width: 92%;
}

.room-place p {
    display: inline-block;
}

.room-name {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 600;
    color: #1e1e52;
}

.room-place {
    font-size: 12px;
    color: #6b7296;
}

.room-fasilitas {
    margin-bottom: 12px;
    height: 42px;
    transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #36365f;
}

.room a:hover .room-fasilitas {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 65px;
}

.room a:hover img {
    filter: brightness(0.5);
}

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;
}

.makanan-content {
    height: 0;
    overflow: hidden;
    transition: .4s;
}

.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;
}

.product {
    padding: 24px;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #0f064c17;
    box-shadow: 0 14px 20px -2px #00000014;
    transition: .25s;
    font-family: 'poppins';
    margin-bottom: 28px;
}

.product h3 {
    font-family: 'poppins';
    font-weight: 600;
    font-size: 20px;
    color: #009efb;
}

.product:hover {
    /* cursor: pointer; */
    border-color: #0f064c4f;
    box-shadow: 0 14px 20px -2px #00000024;
}

.product-get {
    display: flex;
    align-items: center;
}

.max-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-desc {
    color: #636d79;
    font-weight: 400;
    font-size: 13px;
}

.product-info {
    margin-bottom: 2px;
    font-size: 14px;
    color: #56677a;
}

.product-info i {
    width: 20px;
    text-align: center;
}

.input-get::-webkit-outer-spin-button,
.input-get::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-get {
    margin: 16px 4px 6px;
}

.input-get {
    height: 36px;
    margin: 0px 16px;
    text-align: center;
}

.product-info span {
    color: #17283a;
}

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

tr.buram {
    background: #f6f6f6;
}

.upload-check-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    padding: 0px 8px;
    color: #00bd0a;
    display: none;
}

.upload-check-icon.show {
    display: block;
}

@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;
    }

    .card-body {
        padding: 30px 40px 35px;
    }

    .welcome-card {
        height: 180px;
    }
}