﻿#loading {
    background: #b9b9b99e;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.bokeh {
    border: 0.01em solid rgba(150, 150, 150, 0.1);
    border-radius: 50%;
    font-size: 100px;
    height: 1em;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    top: 35%;
    width: 1em;
    z-index: 2147483647;
}

    .bokeh li {
        border-radius: 50%;
        height: 0.2em;
        position: absolute;
        width: 0.2em;
    }

        .bokeh li:nth-child(1) {
            animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
            background: #00c176 none repeat scroll 0 0;
            left: 50%;
            margin: 0 0 0 -0.1em;
            top: 0;
            transform-origin: 50% 250% 0;
        }

        .bokeh li:nth-child(2) {
            animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
            background: #ff003c none repeat scroll 0 0;
            margin: -0.1em 0 0;
            right: 0;
            top: 50%;
            transform-origin: -150% 50% 0;
        }

        .bokeh li:nth-child(3) {
            animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
            background: #fabe28 none repeat scroll 0 0;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -0.1em;
            transform-origin: 50% -150% 0;
        }

        .bokeh li:nth-child(4) {
            animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
            background: #88c100 none repeat scroll 0 0;
            margin: -0.1em 0 0;
            top: 50%;
            transform-origin: 250% 50% 0;
        }

@keyframes opa {
    12% {
        opacity: 0.8;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.6;
    }

    66.6% {
        opacity: 0.52;
    }

    70% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.6;
    }

    84.2% {
        opacity: 0.75;
    }

    91% {
        opacity: 0.87;
    }
}

@keyframes rota {
    100% {
        transform: rotate(360deg);
    }
}

.form-control:focus {
    border-color: #17a2b8;
    box-shadow: none;
}

.accout-type-wrap .card-radio-btn {
    cursor: pointer;
}

.accout-type-wrap .card-input-element {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
}

    .accout-type-wrap .card-input-element + .card {
        width: auto;
        height: 65px;
        margin: 10px;
        justify-content: center;
        color: var(--primary);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
        text-align: center;
        border: 2px solid rgba(211, 207, 200, 0.5);
    }

.accout-type-wrap .card-radio-btn .content_head {
    color: #212529;
    font-size: 1rem;
}

.accout-type-wrap .card-input-element:checked + .card {
    border: 2px solid #17a2b8;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

    .accout-type-wrap .card-input-element:checked + .card::after {
        content: "\f058";
        color: rgba(23, 162, 184, 0.6);
        position: absolute;
        right: 5px;
        top: 5px;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-animation-name: fadeInCheckbox;
        animation-name: fadeInCheckbox;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.product-categories-list label {
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

    .product-categories-list label:last-child {
        margin-right: 0px;
    }

.product-categories-list input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

    .product-categories-list input[type="checkbox"] + div {
        position: relative;
    }

.product-categories-list .btn-sk {
    transition: all 0.2s ease;
    background-color: #FFFFFF;
    border: 1px solid #17a2b8;
    min-width: 150px;
    border-radius: 6px;
}

.product-categories-list input[type="checkbox"] + div > span {
    position: relative;
    top: 25%;
}

.product-categories-list input[type="checkbox"]:checked + div {
    background-color: #17a2b8;
    color: #fff;
}

    .product-categories-list input[type="checkbox"]:checked + div::before {
        content: "\f00C";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        /* content: "✔"; */
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 12px;
        color: #198754;
        background-color: #FFFFFF;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        border: 1px solid #198754;
    }

    .product-categories-list input[type="checkbox"]:checked + div > span {
        color: #FFFFFF;
    }

.acknowledgment-wrap .input-group label {
    padding-left: 1.8rem;
    cursor: pointer;
}

    .acknowledgment-wrap .input-group label::before {
        content: "✓";
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-right: 0.5rem;
        display: inline-block;
        border: 1px solid #DED6C9;
        color: #FFFFFF;
        background-color: #FFFFFF;
        padding: 2px;
        position: absolute;
        left: 0;
        top:-4px;
        text-align: center;
        cursor: pointer;
    }

.acknowledgment-wrap .input-group input[type="checkbox"],
.acknowledgment-wrap .input-group input[type="hidden"] {
    visibility: hidden;
}

    .acknowledgment-wrap .input-group input[type="checkbox"]:checked ~ label::before {
        content: "✓";
        color: #FFFFFF;
        background-color: #17a2b8;
    }

.dvOpen {
    display: block;
}

.dvClose {
    display: none;
}

.clsAddressDetail .select2-container--default .select2-selection--single,
.clsDelAddress .select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
}
