@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@media screen and (min-width: 576px) {
    .container {
        width: 100%;
        z-index: 1;
    }

    .progressbar li {
        float: left;
        width: 14%;
        position: relative;
        text-align: center;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .progressbar li .active:hover {
    /*    background-color: lightblue;*/
    }

    .progressbar {
        counter-reset: step;
    }

    .progressbar li::before {
        content: counter(step);
        counter-increment: step;
        width: 30px;
        height: 30px;
        border: 2px solid #bebebe;
        display: block;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        line-height: 27px;
        background: white;
        color: #bebebe;
        text-align: center;
        font-weight: bold;
    }

    .progressbar li::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #979797;
        top: 15px;
        left: -50%;
        z-index: -1;
    }

    .progressbar li:first-child {
        border-color: #1b6ec2;
        /*background: #1b6ec2;*/
        color: #676A6C;
    }

    .progressbar li:first-child::after {
        content: none;
    }

    .progressbar li.active + li::after {
        background: #1b6ec2;
    }

    .progressbar li.active::before {
        border-color: #1b6ec2;
        background: #1b6ec2;
        color: white;
    }
}


@media screen and (max-width: 575px) {
    .container {
        width: 100%;
    }

    .progressbar li {
        float: left;
        width: 14%;
        position: relative;
        text-align: center;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .progressbar li .active:hover {
        /*    background-color: lightblue;*/
    }

    .progressbar {
        counter-reset: step;
    }

    .progressbar li::before {
        content: counter(step);
        counter-increment: step;
        width: 30px;
        height: 30px;
        border: 2px solid #bebebe;
        display: inline-block;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        line-height: 27px;
        background: white;
        color: #bebebe;
        text-align: center;
        font-weight: bold;
    }

    .progressbar li::after {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #979797;
        top: 15px;
        left: -50%;
        z-index: -1;
    }

    .progressbar li:first-child {
        border-color: #1b6ec2;
        /*background: #1b6ec2;*/
        color: #676A6C;
    }

    .progressbar li:first-child::after {
        content: none;
    }

    .progressbar li.active + li::after {
        background: #1b6ec2;
    }

    .progressbar li.active::before {
        border-color: #1b6ec2;
        background: #1b6ec2;
        color: white;
    }

    h3.user-step{
        font-size:15px;
    }

    h5.user-desc{
        font-size:13px;
    }

    .package-col-scroll {
        overflow-x: scroll;
        white-space: nowrap;
    }
}


html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #676a6c;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.index-page {
    background-image: url('../assets/images/gkash-me30s.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.boost-index-page {
    background-image: url('../assets/images/boostbiz-signup-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.signup-pay-index-page {
    background-image: url('../assets/images/pay-bg.png');
    background-repeat: no-repeat;
    background-size: cover;  
    background-color: #4f8fc9;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.separator {
    width: 19px;
    font-weight: bold;
    display: inline-block;
}

.h-40px {
    height: 40px;
}

.font-size-14px {
    font-size: 14px;
}

.font-weight-semi-bold {
    font-weight: 600;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.login-form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    height: 40px;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BBB;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #BBB;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBB;
}

.form-control:-ms-input-placeholder { /* Microsoft Edge */
    color: #BBB;
}

.form-control::placeholder { /* Most modern browsers support this now. */
    color: #BBB;
}

.application-tab {
    background-color: #7bc2ff;
    height: 52px;
    border-radius: 5px;
}

.application-form {
    background-color: #eee;
    border-radius: 5px;
}

.application-tab.active {
    background-color: #3f86c1;
    height: 52px;
    border-radius: 5px;
}

.application-content {
    background-color: #eee;
    border-radius: 5px;
}

.application-tab-content {
    max-width: 768px;
}

.application-tab-content input {
    color: #6c757d;
}

.application-tab-content input:focus, .application-tab-content select:focus {
    border: 1px solid #3f86c1;
    outline: none;
}

.cursor-pointer {
    cursor: pointer;
}

.chosen-container {
    height: 30.82px;
}

.chosen-container > .chosen-single {
    padding: 0 1rem;
    border: none!important;
    height: 30.82px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

#ecommerce_package_chosen > .chosen-single {
    border: 1px solid #ced4da!important;
}

.chosen-container > .chosen-single > span {
    height: 30.82px;
}

.doc {
    padding: 8px 10px;
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    color: #000;
    cursor: pointer;
}

.doc.active {
    background-color: #3f86c1;
    color: #fff;
}

.drag-drop-zone {
    border: 1px dashed #3f86c1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #8b8b8b;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 211px;
    overflow-y: scroll;
}

.drag-drop-zone input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    z-index:10;
    position: relative;
    background-color: beige;
    min-height: 211px;
}

.drag-drop-zone-image {
    width: 71px;
    z-index: 20;
}

.drag-drop-zone img {
    height: 71px;
    width: 71px;
}

.drag-drop-zone-file {
    display: flex;
    font-size: 13px;
    align-items: baseline;
}

.drag-drop-zone-file button,
.drag-drop-zone-file a {
    width: 72px;
    z-index: 20;
}

.drag-drop-zone-file > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

.drag-drop-zone-file > div > span {
    z-index: 20;
    position: relative;
}

.website-compliance {
    background-color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 1rem 0;
}

.website-compliance:first-of-type {
    background-color: #fff;
    margin-bottom: 0px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 1rem 0;
}

.website-compliance .form-check-inline {
    z-index: 10;
}

.application-naviagtion > button {
    width: 80px;
    height: 32px;
    border-radius: 5px;
}

.application-naviagtion > button:focus {
    box-shadow: none;
}

.add-button:focus {
    box-shadow: none;
}

.passcode {
    height: 96px;
    width: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.passcode > input[type=number]::-webkit-outer-spin-button,
.passcode > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.passcode > input[type=number] {
    -moz-appearance: textfield;
    padding: 0;
    border: 0;
    font-size: 4em;
    color: #676a6c;
    width: 30px;
}

.passcode > input[type=number]::placeholder {
    color: #ddd;
}

.passcode > input.valid[type=number] {
    outline: none;
}

.passcode > input[type=number]:focus {
    outline: none;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    max-width: 270px;
    background: #1861AC;
    color: #fff;
    height: 270vh;
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        min-width:220px;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255,255,255,.6);
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size:14px;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 250vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /*.navbar-toggler {
        display: none;
    }*/

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: black;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
    transition: 0.3s;
}

    .sidepanel a:hover {
        cursor: pointer;
        color: white;
        background-color: #1B6EC2;
    }


.sidepanel .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
    color: white;
}

.sidepanel .navbar-brand {
    position: absolute;
    top: 10px;
}

.openbtn {
    font-size: 17px;
    cursor: pointer;
    color: #1B6EC2;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    border-color : none;
}

.navbar {
    padding: 15px 10px;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--navbar-height);
}

img[src = ""] {
    display: none;
}

.icon-background {
    color: white;
}

.padding {
    padding: 3rem !important
}

.user-card-full {
    overflow: hidden
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

.m-r-0 {
    margin-right: 0px
}

.m-l-0 {
    margin-left: 0px
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#7879FF), to(#1B6EC2));
    background: linear-gradient(to right, #1B6EC2, #7879FF)
    /*background: #1B6EC2;*/
}

.user-profile {
    padding: 20px 0
}

.card-block {
    padding: 1.25rem
}

.m-b-25 {
    margin-bottom: 25px
}

.img-radius {
    border-radius: 5px
}

h6 {
    font-size: 14px
}

.card .card-block p {
    line-height: 25px
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px
    }
}

.card-block {
    padding: 1.25rem
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.m-b-20 {
    margin-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.card .card-block p {
    line-height: 25px
}

.m-b-10 {
    margin-bottom: 10px
}

.text-muted {
    color: #919aa3 !important
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.f-w-600 {
    font-weight: 600
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-40 {
    margin-top: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-40 {
    margin-top: 20px
}

.user-card-full .social-link li {
    display: inline-block
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tooltip-hover{
    margin-left:20%;
}

.on-display-tooltip {
    visibility: hidden;
    width: 180px;
    background-color: #1B6EC2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: 20px;
    opacity: 0;
    transition: opacity 1s;
    padding: 10px;
}

.tooltip-hover:hover + .on-display-tooltip {
    visibility: visible;
    opacity: 1;
}

.centerImage {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow: hidden;
}

.bottomFooter {
    margin-top: 250px;
}

.headcol {
    position: absolute;
    width: 192px;
    left:16px;

}

.InputUpperCase {
    text-transform: uppercase;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: 0.8;
}

.bg-itemmenu {
    background-color: lightgray;
}


#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.table-header-color {
    background-color: #1B6EC2;
}

.card-header {
    cursor: pointer;
}

.btn-product{
    width: 100%;
    height: 110%;
}

.width-product-card {
    width:96%;
}

.modal {
    overflow:auto !important;
}

.default-checkbox {
    /* Hide the default checkbox */
    display: none;
}

.custom-checkbox {
    display: inline-block;
    padding-left: 60px;
    background-image: url('default-graphics/default-bt_Checkbox_Inactive.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
}

.default-checkbox:checked + .custom-checkbox {
    /* Define the styles for the checked state */
    display: inline-block;
    background-image: url('default-graphics/default-bt_Checkbox_Active.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.default-radio {
    /* Hide the default radio button */
    display: none;
}

.custom-radio {
    display: inline-block;
    /*padding-left: 20px;*/
    /*width: 16px;
    height: 16px;*/
    background-image: url('default-graphics/default-bt_Radio_Inactive.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.default-radio:checked + .custom-radio {
    /* Define the styles for the checked state */
    display: inline-block;
    /*width: 16px;
    height: 16px;*/
    background-image: url('default-graphics/default-bt_Radio_Active.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media screen and (min-width: 1000px) {
    .navbar-toggler {
        display: none;
    }
}

/* Hidden Package */

.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
    box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #2260ff;
    }

        .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff;
        }

        .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
        .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
            color: #2260ff;
        }

    .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
    }

        .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
            transform: scale(1);
            opacity: 1;
        }

.checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    min-width: 25rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    .checkbox-wrapper-16 .checkbox-tile:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .checkbox-wrapper-16 .checkbox-tile:hover {
        border-color: #2260ff;
    }

        .checkbox-wrapper-16 .checkbox-tile:hover:before {
            transform: scale(1);
            opacity: 1;
        }

.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

    .checkbox-wrapper-16 .checkbox-icon svg {
        width: 3rem;
        height: 3rem;
    }

.checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.tooltip {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: left; /* Changed to left for better readability with HTML content */
    border-radius: 5px;
    padding: 5px 10px;
    position: fixed;
    z-index: 1;
}

    .tooltip.show {
        visibility: visible;
    }