::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

* {
    scrollbar-width: auto;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}

.header_bar {
    margin: auto;
    max-width: 500px;
    min-width: 375px;
    padding: 10px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.header_backbutton {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

.header_backbutton i {
    font-weight: 600;
    font-size: 20px;
}

.main_content {
    margin: auto;
    max-width: 420px;
    min-width: 330px;
    padding: 10px;
    font-weight: 600;
}

#sortable li,
#survey_options li {
    /*    width: 100% !important;*/
    display: block !important;
    margin: auto !important;
    height: 59px;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ececec;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7098fc;
    --bs-btn-hover-border-color: #7098fc;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7098fc;
    --bs-btn-active-border-color: #7098fc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7098fc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7098fc;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7098fc;
    --bs-btn-border-color: #7098fc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7098fc;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #434343;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #434343;
}

.survey_continue_btn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #7098fc;
    --bs-btn-border-color: #7098fc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7098fc;
    --bs-btn-hover-border-color: #7098fc;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7098fc;
    --bs-btn-active-border-color: #7098fc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #434343;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #434343;
}

#sortable .sortable2 .btn-primary {
    background-color: #7098fc !important;
    border-color: #7098fc !important;
    color: #fff;
    font-weight: 600;
}

#survey_options .btn-primary {
    background-color: #7098fc !important;
    border-color: #7098fc !important;
    color: #fff;
    font-weight: 600;
}

ul {
    list-style-type: none;
}

@media only screen and (max-width: 576px) {
    #survey_progressbar_text {
        font-size: 20px !important;
    }

    #survey_progressbar_text2 {
        font-size: 10px !important;
    }
}
