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

:root {
    --header_height: 85px;
    --orange: #F7941E;
    --blue: #1C75BC;
}

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

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

p {
    font-family: 'Roboto';
}

body {
    margin: 0;
    width: '100%';
}

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

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

.carousel-image1 {
    margin-top: 180px;
    content: url('../images/landing_page/wallpaper1_mobile.png');
    min-height: 100vh;
    object-fit: cover;
}

.carousel-image2 {
    margin-top: 180px;
    content: url('../images/landing_page/wallpaper2_mobile.png');
    min-height: 100vh;
    object-fit: cover;
}

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

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

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

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


.header-background {
    background: linear-gradient(265.09deg, #28A8E0 3.2%, #2A3B8F 92.29%);
    background-image: url('../images/header_background.jpg');
    width: 100%;
    height: var(--header_height);
}

.sidebar {
    position: absolute;
    width: -webkit-calc(100% - 9px);
    height: auto;
    left: 0px;
    width: 100%;
    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: 100%;
    font-size: 12px;
    height: auto;
}

.icon-sidebar{
    width:25px;
    height:25px;
}

.payment-method-container {
    margin-top: -150px;
}

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

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

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

.btn-white {
    background: #FFFFFF;
    border: 1px solid #0061D4;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #0061D4;
    background: white;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 10px;
}

.btn-orange {
    background: #F7941E;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: white;
    padding: 5px 10px;
    font-size: 11px;
}

.btn-red {
    background: rgb(189, 0, 0);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: white;
    font-size: 11px;
}

.btn-blue, .btn-blue:focus {
    background: #0061D4;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 11px;
}

.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: 15px;
    color: #1C75BC;
    width: 100px;
    height: 65px;
}

.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: linear-gradient(90deg, #2A3B8F 0%, #28A8E0 100%);
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.login-background-2 {
    position: absolute;
    left: 39.31%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(90deg, #2A3B8F 0%, #28A8E0 100%);
    border-top-right-radius: 0;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: -1;
}

.wrap-login {
    width: 390px;
    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 {
    margin: 5px;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 25px rgba(23, 23, 23, 0.2);
}

/* // 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) {
    .register-form {
        margin: 50px 100px;
        padding: 50px;
    }

    .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 {
        width: 110px;
        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: 110px;
    }

    .btn-white, .btn-blue, .btn-orange, .btn-red {
        padding: 10px 20px;
    }

    .payment-method-container {
        margin-top: 0;
    }
}

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

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