@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

:root {
    --header_height: 85px;
    --orange: #F7941E;
    --blue: #0061D4;
    --yellow: #FFD706;
}

/* .form-control {
    background: #FFFFFF;
    border: 1px solid #808080;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    height: 40px;
}

.form-select {
    border: 1px solid #808080;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 40px;
} */
p, span, label, .btn, table, th, td, h1, h2, h3, h4, h5, a {
    font-family: 'Inter', sans-serif !important;
}

.form-label {
    font-weight: bold;
    font-size: smaller;
}

.table th {
    background-color: #F5FCFF;
    color: black;
    /* text-align: center !important; */
    font-size: 13px;
}

.table th:first-child {
    /* border-radius: 10px 0 0 10px; */
}

.table th:last-child {
    /* border-radius: 0 10px 10px 0; */
}


.table th, .table td {
    padding: 10px;
    vertical-align: middle !important;
    /* text-align: center; */
}

.table td {
    font-size: 12px;
}

.tooltip-inner {
    background-color: var(--blue);
    color: white;
    border: 2px solid black;
    font-weight: bold;
    font-family: 'Inter', sans-serif !important;
}

.form-select>option {
    height: 60px;
    border-radius: 15px;
    font-size: 15px;
    padding: 50px 0;
}

.form-select-small {
    height: 40px;
}

.dropdown-item {
    font-size: 11px;
}

.dropdown-icon {
    width: 10px;
    margin-top: -2px;
    max-height: 10px;
    margin-right: 3px;
}

.modal-header-lightblue {
    background: #23A8E0;
}

.modal-header-lightblue>.modal-title {
    color: white;
}

.titlebar-action {
    background-color: white;
    width: 100%;
}

.bg-blue {
    background-color: var(--blue);
}

.card {
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
}

.card-none-border {
    box-shadow: none;
    border: none;
}

.card-dashboard {
    background: white;
    width: 1000px;
    border-radius: 0 0 10px 10px;
}

.card-subscription {
    border-radius: 10px;
    padding: 1.3rem;
    border: 1px solid #BDBDBD;
    background: #F5FCFF;
    position: relative;
}

.card-subscription-active {
    border-radius: 10px;
    padding: 1.3rem;
    border: 1px solid #004FBA;
    background: #004FBA;
    position: relative;
    color: white;
}

.btn-subscribe {
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 10px;
}

.card-subscription-active>.btn-subscribe {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #FFD706;
    color: black;
    border-radius: 5px;
    width: 100px;
    padding: 10px 0;
    border: 0;
}


.subscribe-bullet {
    width: 10px;
    height: 10px;
    background: #27AE60;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.landing-logo {
    margin-bottom: 100px;
    width: 100px;
}

/* #title-bar{
    font-weight:lighter;
    margin-top:23px;
    margin-left:50px!important
} */

.text-justify {
    text-align: justify;
}

.landing-contact {
    margin-bottom: 100px;
}

a, a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.fas {
    color: lightgrey
}

.btn:hover, .btn:focus {
    /* background: lightgrey; */
    /* color: white; */
}

.btn-outline-secondary:hover>img, .btn-outline-secondary:focus>img {
    filter: brightness(0) invert(1);
}

* {
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    width: '100%';
    overflow-x: hidden;
}

html {
    box-sizing: 'border-box';
}

/* input, select {
    font-size: 12px!important;
} */
.btn-outline-secondary {
    font-size: 11px;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background: #575757;
    color: white;
    font-weight: normal
}

.btn-outline-primary {
    font-size: 11px;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: white;
    background-color: var(--blue);
}

.btn-dropdown-blue {
    border: 2px solid var(--blue);
    color: var(--blue);
    text-align: left;
}

.btn-dropdown-blue:hover {
    border-right: 0;
    color: var(--blue);
}


.btn-dropdown-grey {
    border: 1px solid #575757;
    color: #575757;
    text-align: left;
}

.btn-dropdown-grey:hover {
    border-right: 0 !important;
}

.btn-dropdown-blue-right {
    border-radius: 0 5px 5px 0 !important;
    border-left: 1px solid white !important;
}

.btn-dropdown-blue-right:hover {
    border-right: 1px solid var(--blue);
}

.btn-dropdown-grey-right, .btn-dropdown-grey-right:hover {
    border-radius: 0 5px 5px 0 !important;
    border-left: 1px solid white !important;
}

.btn-dropdown-grey-right:hover {
    border-right: 1px solid #575757 !important;
}

.square-icon {
    height: 15px;
}

.text-blue {
    color: var(--blue);
}

.text-small {
    font-size: 10px;
    font-weight: 400;
}

.text-medium {
    font-size: 12px;
}

.text-big {
    font-size: 15px;
}

.badge-draft {
    /* border: 1px solid #9B51E0; */
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: #9B51E0;
    min-width: 100%;
    /* max-width: 60%; */
}

/* .badge-draft::before {
    Unicode character for a bullet point (circle)
    content: "\2022";
    font-size: 1.5em;
    color: #9B51E0;
    margin-right: 0.5em;
} */

.badge-proses {
    /* border: 1px solid #FFD706; */
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: #b49600;
    min-width: 100%;
    /* max-width: 60%; */
}

/* .badge-proses::before {
    Unicode character for a bullet point (circle)
    content: "\2022";
    font-size: 1.5em;
    color: #FFD706;
    margin-right: 0.5em;
} */


.badge-wait {
    /* border: 1px solid #EB5757; */
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: #EB5757;
    min-width: 100%;
    /* max-width: 60%; */
}

/* .badge-wait::before {
    Unicode character for a bullet point (circle)
    content: "\2022";
    font-size: 1.5em;
    color: #EB5757;
    margin-right: 0.5em;
} */

.badge-cancel {
    /* border: 1px solid #BDBDBD; */
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: #BDBDBD;
    min-width: 100%;
    /* max-width: 60%; */
}

/* .badge-cancel::before {
    Unicode character for a bullet point (circle)
    content: "\2022";
    font-size: 1.5em;
    color: #BDBDBD;
    margin-right: 0.5em;
} */

.badge-done {
    /* border: 1px solid #0061D4; */
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    color: var(--blue);
    min-width: 100%;
    /* max-width: 60%; */
}

/* .badge-done::before {
    Unicode character for a bullet point (circle)
    content: "\2022";
    font-size: 1.5em;
    color: #0061D4;
    margin-right: 0.5em;
} */

.btn-green-circle {
    border-radius: 100%;
    background: #27AE60;
    color: white;
    text-align: center;
    font-size: 1.1rem;
    width: 25px;
    height: 25px;
}

.btn-blue-circle {
    border-radius: 100%;
    background: var(--blue);
    color: white;
    text-align: center;
    font-size: 1.1rem;
    width: 28px;
    height: 27px;
    padding-left: 1px;
}

.carousel-image1 {
    margin-top: 180px;
    content: url('../images/landing_page/wallpaper1_mobile.png');
}

.carousel-image2 {
    margin-top: 180px;
    content: url('../images/landing_page/wallpaper2_mobile.png');
}

.carousel-caption {
    top: 0;
    bottom: auto;
    text-align: left;
    color: black;
}

.carousel-landing {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -99;
}

.text-orange {
    color: var(--orange);
}

.carousel-text {
    margin-top: 50%;
}

#drop_zone {
    background-color: #F8F8FF;
    border: var(--blue) 3px dashed;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

.header-fixed {
    background: white;
    position: fixed;
    top: 0;
    width: 1150px;
    z-index: 1000 !important;
}

.sidebar {
    position: absolute;
    font-size: 10px;
    width: -webkit-calc(100vw - 9px);
    width: calc(100vw - 9px);
    height: auto;
    left: 0px;
    top: var(--header_height);

    background: #FFFFFF;
    border: 2px solid #F0F0F0;
}

.sidebar .icon-dark {
    filter: brightness(0%);
    margin-bottom: 5px;
}

.sidebar .icon-light {
    filter: brightness(1000%);
    margin-bottom: 5px;
}

.sidebar .btn-sidebar-orange {
    padding-top: 15px;
    background: var(--orange);
    border-radius: 5px;
    color: white;
    width: 103%;
    font-size: 10px;
    height: 95px;
}

.sidebar .btn-sidebar-white {
    padding-top: 15px;
    background: white;
    border-radius: 5px;
    color: black;
    width: 103%;
    font-size: 10px;
    height: 95px;
}

.content-container {
    margin-top: 380px;
    padding-top: 20px;
}

.vertical-line {
    border-left: 2px solid var(--orange);
    height: 50px;
    margin: 10px 0;
    margin-left: 49px;
}

.btn-transparent {
    background: none;
    border: 0;
    font-size: 11px;
}

.btn-transparent {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
    background: white;
    cursor: pointer;
    font-size: 11px;
}

.btn-primary {
    background: var(--blue);
    /* font-size: 11px; */
    /* padding: 10px 20px; */
}

.btn-white {
    background: #FFFFFF;
    border: 1px solid var(--blue);
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    color: var(--blue);
    padding: 10px 20px;
    background: white;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

.btn-white:hover, .btn-white:focus {
    background: #ebebebb9;
}

.btn-orange {
    background: #F7941E;
    border-radius: 25px;
    color: white;
    padding: 10px 20px;
    font-size: 11px;
}

.btn-red {
    background: rgb(189, 0, 0);
    border-radius: 25px;
    color: white;
    padding: 10px 20px;
    font-size: 11px;
}

.dropdown-menu .active {
    background: var(--blue) !important;
}

.btn-blue, .btn-blue:focus {
    background: var(--blue) !important;
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 11px;
    font-weight: bold;
}

.btn-blue:hover {
    background: #00408f !important;
}

.btn-blue:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.btn-blue>img {
    filter: brightness(0) invert(1);
}

.btn-lightblue {
    background: #23A8E0;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    color: white;
    padding: 10px 20px;
    border: 0;
    font-size: 11px;
}

.btn-yellow, .btn-yellow:hover {
    background: #FFD706;
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    border: 0;
    font-size: 11px;
}

.btn-yellow:hover {
    background: #ffe874 !important;
}

.btn-grey {
    background: #BDBDBD;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.btn-delete-stamp {
    background: rgb(189, 0, 0);
    color: white;
    border-radius: 25px;
    font-weight: bold;
    border: 0;
    padding: 0 10px;
}

.btn-payment-blue {
    border: 1px solid #1C75BC;
    border-radius: 5px;
    color: #1C75BC;
    width: 100px;
    height: 65px;
}

.btn-payment-grey {
    border: 1px solid lightgrey;
    border-radius: 5px;
    color: black;
    width: 100px;
    padding: 5px 10px;
}

.btn-check-yellow:checked+.btn {
    background: #FFD706;
    color: var(--blue);
    border: 0;
    font-weight: bold;
}

.btn-check-blue:checked+.btn {
    background: #1C75BC;
    color: white;
}

.btn-check-blue:checked+.btn-qris img {
    content: url('../images/icons/qris_icon_white.png');
}

.btn-payment-orange {
    border: 1px solid var(--orange);
    border-radius: 30px;
    color: var(--orange);
    width: 150px;
    margin-top: 10px;

}

.btn-check-orange:checked+.btn {
    background: var(--orange);
    color: white;
}

.menu {
    background: #FC4513;
    padding: 0.7rem 1rem;
    margin: 3rem 1rem 0 -1rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 10px 0;
    width: 750px;
}

.menu-mobile {
    top: 10px;
    background: white;
    position: fixed;
    right: 0;
    padding: 1rem 1rem 0.5rem 1rem;
    width: 90%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    z-index: 50;
}


.menu a {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-shadow: none;
}

.home-logo {
    height: 100px;
    position: absolute;
    width: auto;
    top: 1.7rem;
    left: 0;
}

.menu-button {
    margin-left: 35px;

}

.menu-button-home {
    margin-left: 200px
}

.login-background {
    background: url('../images//landing_page/wallpaper.jpg');
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.wrap-login {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: 0 0
}

.login-form {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 20px 25px rgba(23, 23, 23, 0.2);
}

.register-form {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 25px rgba(23, 23, 23, 0.2);
    margin-top: -70px;
}

.progress-container {
    position: absolute;
    width: 100%;
    /* padding: 0 50px; */
    top: -10px;
    left: 0;
}

.progress-no {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    color: white;
    background: #a1a1a1;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 3px;
}

.progress-no-active {
    background: var(--blue);
}

.progress-info {
    /* color: #808080; */
}

.triple-dots {
    cursor: pointer;
}

.btn-icon {
    width: 17px;
    margin-top: -3px;
    margin-right: 6px;
}

.btn-icon-big {
    width: 20px;
}

.delete-button-lightblue {
    background: #23A8E0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.label-radio-payment-method {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.btn-menu-table {
    width: 100%;
    text-align: left;
    font-size: 11px;
    padding-top: 10px;
}

.btn-menu-table:not(:first-child) {
    margin-top: 5px;
}

.doc-list-table-menu input[type='radio']:checked+label {
    background: var(--blue);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    color: white;
}

.doc-list-table-menu input[type='radio']:checked+label>img {
    filter: brightness(0) invert(1);
}

.table-title {
    font-weight: 600;
    font-size: 18px;
}

.table-control-tab>.active {
    background: var(--blue);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    color: white;
}

.table-control-tab>.active>img {
    filter: brightness(0) invert(1);
}

#pdf-meta {
    border-radius: 10px 10px 0 0
}

.body-user-manual {
    max-height: calc(100vh - 250px);
    overflow: auto
}

.dt-button-info h2 {
    display: none;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.dataTables_wrapper .dt-button {
    background: white !important;
    color: black !important;
    border-radius: 5px;
    font-size: 0.7rem;
    /* border:0; */
}

#transaction_admin_container .dataTables_wrapper .dataTables_paginate {
    margin-top: -25px !important;
}
#dashboard_admin_container .dataTables_wrapper .dataTables_paginate {
    margin-top: -25px !important;
}

.dataTables_length {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block;
}

#loading-animation {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container-padding {
        padding: 4rem 0;
    }

    .timeline-line {
        right: 33%;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .timeline-line {
        right: 45%;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .titlebar-action {
        width: -webkit-calc(100vw - 110px) !important;
        width: calc(100vw - 110px) !important;
    }

    .header-fixed {
        background: white;
        position: fixed;
        top: 0;
        width: -webkit-calc(100vw - 110px);
        width: calc(100vw - 110px);
        z-index: +1000;
    }

    .card-dashboard {
        width: -webkit-calc(100vw - 110px);
        width: calc(100vw - 110px);
    }

    .progress-container {
        padding: 0 50px;
        top: -10px;
        left: 0;
    }

    .login-background {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .landing-logo {
        position: absolute;
        top: 15px;
        left: 15px
    }

    .landing-contact {
        position: absolute;
        top: 15px;
        right: 30px
    }


    .register-form {
        margin: 75px 15%;
        padding-top: 25px;
    }

    .header-logo {
        position: absolute;
    }

    .carousel-image1 {
        margin-top: 0;
        content: url('../images/landing_page/wallpaper1.png');
    }

    .carousel-image2 {
        margin-top: 0;
        content: url('../images/landing_page/wallpaper2.png');
    }

    .carousel-text {
        margin-top: 25%;
    }


    .sidebar {
        padding-top: 20px;
        width: 100px;
        height: 1080px;
        left: 0px;
        top: var(--header_height);

        background: #FFFFFF;
        border: 2px solid #F0F0F0;
    }

    .sidebar .btn-sidebar-orange {
        padding-top: 10px 0;
        width: 95px;
        height: auto;
    }

    .sidebar .btn-sidebar-white {
        padding-top: 10px 0;
        width: 95px;
        height: auto;
    }

    .content-container {
        margin-top: 0;
        margin-left: 100px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}