﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

@-webkit-keyframes spScaleAlpha {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 0.25;
    }

    66% {
        opacity: 0.25;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spScaleAlpha-b-keo6oficuh {
    0% {
        opacity: 1;
    }

    33% {
        opacity: 0.25;
    }

    66% {
        opacity: 0.25;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spScaleAlphaBefore {
    0% {
        opacity: 0.25;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0.25;
    }
}

@keyframes spScaleAlphaBefore-b-keo6oficuh {
    0% {
        opacity: 0.25;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0.25;
    }
}

@-webkit-keyframes spScaleAlphaAfter {
    33% {
        opacity: 0.25;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes spScaleAlphaAfter-b-keo6oficuh {
    33% {
        opacity: 0.25;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}


.sp-3balls, .sp-3balls:before, .sp-3balls:after {
    border-radius: 50%;
    background-color: black;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    display: inline-block;
}

.sp-3balls {
    position: relative;
    background-color: black;
    opacity: 1;
    -webkit-animation: spScaleAlpha 1s infinite linear;
    animation: spScaleAlpha-b-keo6oficuh 1s infinite linear;
}

    .sp-3balls:before, .sp-3balls:after {
        content: '';
        position: relative;
        opacity: 0.25;
    }

    .sp-3balls:before {
        left: 30px;
        top: 0px;
        -webkit-animation: spScaleAlphaBefore 1s infinite linear;
        animation: spScaleAlphaBefore-b-keo6oficuh 1s infinite linear;
    }

    .sp-3balls:after {
        left: -30px;
        top: -23px;
        -webkit-animation: spScaleAlphaAfter 1s infinite linear;
        animation: spScaleAlphaAfter-b-keo6oficuh 1s infinite linear;
    }

.loading-wrap {
    background: #00000026;
    position: absolute;
    z-index: 1051;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.loading-title {
    background: white;
    padding: 0 15px;
}

/* Style the checkmark/indicator */
section.ftco-section-login .checkbox-primary {
    color: #fbceb5;
}

    section.ftco-section-login .checkbox-primary input:checked ~ .checkmark:after {
        color: #fbceb5;
    }

section.ftco-section-login .btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    text-transform: uppercase;
}

    section.ftco-section-login .btn:hover,
    section.ftco-section-login .btn:active,
    section.ftco-section-login .btn:focus {
        outline: none;
    }

    section.ftco-section-login .btn.btn-primary {
        background: #fbceb5 !important;
        border: 1px solid #fbceb5 !important;
        color: #000 !important;
    }

        section.ftco-section-login .btn.btn-primary:hover {
            border: 1px solid #fbceb5;
            background: transparent;
            color: #fbceb5;
        }

        section.ftco-section-login .btn.btn-primary.btn-outline-primary {
            border: 1px solid #fbceb5;
            background: transparent;
            color: #fbceb5;
        }

            section.ftco-section-login .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #fbceb5;
                color: #fff;
            }

section.ftco-section-login {
    padding: 3em 0;
}

    section.ftco-section-login h2.heading-section {
        font-size: 28px;
        color: #fff;
    }

    section.ftco-section-login input.form-control {
        background-color: transparent;
        border: none;
        height: 50px;
        color: white !important;
        border: 1px solid transparent;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


        section.ftco-section-login input.form-control:focus,
        section.ftco-section-login input.form-control:active {
            background-color: transparent;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: rgba(255, 255, 255, 0.4);
        }

    section.ftco-section-login .form-control {
        background: transparent;
        border: none;
        height: 50px;
        border: 1px solid transparent;
        border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .k-multiselect.form-control {
        height: auto !important;
    }

/* Bỏ outline cho các vùng */
.k-tabstrip-content.k-state-focused, .k-tabstrip-content:focus, .k-tabstrip > .k-content.k-state-focused, .k-tabstrip > .k-content:focus {
    outline: unset !important;
}