#left-banner {
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

@media (min-width: 992px) {
    #left-banner {
        height: 100%;
    }
}

#corner-logo {
    width: 120px;
    padding: 1rem 1.5rem 1rem 0;
    background: white;
    border-radius: 0 0 5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#tagline {
    position: absolute;
    bottom: 65px;
    margin: 0;
    left: 0;
    max-width: 300px;
}

/* make raleway font as default */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #29303F;
}

.bg-soft-blue {
    /* background-color: #FAFDFF; */
    background-color: #edf2fb;

}

@media (min-width: 992px) {
    .centered-div {
        display: flex;
        justify-content: center;
        /* center horizontal */
        align-items: center;
        /* center vertical */
        height: 100vh;
        /* biar full tinggi layar */
    }
}

.footer {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .footer {
        position: static;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}

.mobile-header {
    background-color: white;
    width: 100%;
    padding: 7px 0;
}

.btn-primary {
    background-color: #1357BD;
    border-color: #1357BD;
}

.ripple-btn {
    position: relative;
    overflow: hidden;
    background: #1357BD;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-effect 0.6s linear;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.ripple-btn:hover {
    background: #3880ec;
    box-shadow: 0 4px 20px rgba(98, 0, 234, 0.2);
    transition: background 0.2s, box-shadow 0.2s;
}

.ripple-btn:hover,
.ripple-btn:focus,
.ripple-btn:active {
    color: #fff;
    text-decoration: none;
}

.ripple-btn:disabled,
.ripple-btn[disabled] {
    background: #b3c6e6;
    color: #e6e6e6;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.9;
}

.ripple-btn.ripple-btn-outline {
    background: transparent;
    color: #1357BD;
    border: 2px solid #1357BD;
}

.ripple-btn.ripple-btn-outline:hover {
    background: #eef3fb;
    box-shadow: none;
    color: #1357BD;
}

@keyframes ripple-effect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.animated-paragraph {
    opacity: 0;
    transform: translateY(30px);
}

.fw-600 {
    font-weight: 600;
}

.btn-radio-group input[type="radio"] {
    display: none;
}

.btn-radio-group label,
.btn-checkbox-group label,
.btn-outline-primary {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #4287FF;
    border-radius: 7px;
    background: #fff;
    color: #46516B;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 3px 1.5px;
}

.btn-radio-group label:hover,
.btn-checkbox-group label:hover,
.btn-outline-primary:hover {
    background: #eaf2ff;
    color: #1357BD;
    box-shadow: 0 2px 8px rgba(66, 135, 255, 0.08);
}

.btn-radio-group input[type="radio"]:checked+label,
.btn-checkbox-group input[type="checkbox"]:checked+label {
    background: #4287FF;
    color: #fff;

}

/* HTML: <div class="loader"></div> */
.loader {
    --s: 40px;
    height: calc(var(--s)*0.9);
    width: calc(var(--s)*5);
    --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
    --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
    -webkit-mask:
        conic-gradient(from 54deg at calc(var(--s)*0.68) calc(var(--s)*0.57), var(--v1)),
        conic-gradient(from 90deg at calc(var(--s)*0.02) calc(var(--s)*0.35), var(--v2)),
        conic-gradient(from 126deg at calc(var(--s)*0.5) calc(var(--s)*0.7), var(--v1)),
        conic-gradient(from 162deg at calc(var(--s)*0.5) 0, var(--v2));
    -webkit-mask-size: var(--s) var(--s);
    -webkit-mask-composite: xor, destination-over;
    mask-composite: exclude, add;
    -webkit-mask-repeat: repeat-x;
    background: linear-gradient(#ffb940 0 0) left/0% 100% #ddd no-repeat;
    animation: l20 2s infinite linear;
}

@keyframes l20 {

    90%,
    100% {
        background-size: 100% 100%
    }
}

.hide {
    display: none;
}

@media (min-width: 992px) {
    .vh-lg-100 {
        height: calc(100vh - 50px);
    }

    .vh-lg-60 {
        min-height: 60vh;
    }
}

.progress-container {
    width: 100%;
    background: #eee;
    height: 12px;
    border-radius: 0;
}

.progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #7F53AC 0%, #647DEE 100%);
    transition: width 0.5s linear;
    border-radius: 0px 10px 10px 0;
}

:root {
    --gl-star-size: 35px;
    --gl-tooltip-background: rgba(17, 17, 17, .9);
    --gl-tooltip-border-radius: 4px;
    --gl-tooltip-color: #fff;
    --gl-tooltip-font-size: 0.875rem;
    --gl-tooltip-font-weight: 400;
    --gl-tooltip-line-height: 1;
    --gl-tooltip-margin: 12px;
    --gl-tooltip-padding: .5em 1em;
}

.form-control {
    font-weight: 500;
    color: #29303F
}

#kuesioner-finish {
    background: linear-gradient(135deg, #C2E9FB 0%, #A1C4FD 100%);
    height: 100vh;
}

#check-mark-icon {
    right: -42px;
    width: 300px;
    bottom: -80px;
}

@media (max-width: 991.98px) {
    #check-mark-icon {
        display: none;
    }
}