body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: auto !important;
    background: #f0f2f5;
}

.login-container {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    min-height: 580px;
}

.login-modal {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: -0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 550px;
}
#LoginAccept{
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .login-container-body {
        top: calc(50% + 5px);
        right: 50%;
        -webkit-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        position: absolute;
        min-width: 1100px;
    }
}

.login-modal .login-left {
    width: 50%;
}

.login-modal .login-right {
    width: 50%;
}

.login-modal-left {
    width: 100%;
    height: 100%;
    background: #03a9f4;
    float: left;
    position: relative;
}

    .login-modal-left .login-banner {
        position: absolute;
        height: 100%;
        width: auto;
        object-fit: cover;
    }

.slider {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-nav {
    width: 12px;
    height: 12px;
    margin-bottom: 25px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border-radius: 10px;
    outline: 6px solid #fff !important;
    outline-offset: -6px !important;
    opacity: 0.7;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: -0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

    .slider-nav:hover {
        opacity: 1;
    }

    .slider-nav:checked {
        outline-color: #fff;
        opacity: 1;
        width: 25px;
    }

        .slider-nav:checked:nth-of-type(1) ~ .slider-container {
            left: 0%;
        }

        .slider-nav:checked:nth-of-type(2) ~ .slider-container {
            left: -100%;
        }

        .slider-nav:checked:nth-of-type(3) ~ .slider-container {
            left: -200%;
        }

.slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider-item {
    height: 100%;
    width: 100%;
}


.login-modal-right {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    position: relative;
}

    .login-modal-right .login-header {
        height: 110px;
        position: relative;
        z-index: 10;
    }

#LoginLabelHeader {
    font-size: 35px;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 3px solid #eee;
    color: #1174b5;
}

.login-body {
    position: relative;
}

#LoadingGif {
    right: 0px;
    margin-top: -40px;
}

.login-body .body-content-left, .login-body .body-content-right {
    width: 100%;
    display: inline-block;
    position: relative;
}

.login-body .body-content-left {
    float: left;
}

.login-body .input-group {
    padding-top: 25px;
    width: 100%;
    position: relative;
}

.login-body .input-label {
    font-weight: bold;
    font-size: 12px;
    height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 38px;
    background: #fff;
    padding-left: 2px;
    padding-right: 2px;
    color: #999;
    margin: 0px !important;
    transition: all 0.2s;
    pointer-events: none;
    max-width: calc(100% - 20px);
}

.login-body input {
    padding: 10px 16px !important;
    height: 40px;
    z-index: 1;
    border-radius: 4px !important;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}

    .login-body input:not(.txt-otp)::placeholder {
        color: transparent;
    }

    .login-body input:focus ~ .input-label, .login-body input:not(:placeholder-shown) ~ .input-label, #LoginData {
        top: 18px;
        color: #007acc;
    }

#txt_otp {
    margin-top: -40px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    z-index: 3;
    height: 38px;
    border: none;
    top: 1px;
    right: 1px;
    border-left: 1px solid #ddd;
}


.sys-loader {
    display: inline-block;
    float: left;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #338278;
    border-bottom: 3px solid #338278;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: -25px;
    margin-top: 15px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#btn_login {
    width: 100%;
    position: relative;
    height: 40px;
    outline: none;
}

#chkViewPass {
    width: 25px;
    height: 20px;
    position: absolute;
    margin-top: 10px;
    margin-left: -34px;
    z-index: 5;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}

    #chkViewPass:hover {
        opacity: 0.9;
    }

    #chkViewPass input {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

        #chkViewPass input:checked + span:before {
            background-position: -16px -160px;
        }

    #chkViewPass span:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(../Images/icon_menu1.png);
        background-repeat: no-repeat;
        left: 5px;
        top: 2px;
        background-position: -32px -160px;
    }

#btn_login span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../Images/icon_menu1.png);
    background-repeat: no-repeat;
    background-position: -48px -160px;
    margin-right: 10px;
    margin-bottom: -3px;
}

.check-capslock {
    display: none;
}

    .check-capslock label {
        position: absolute;
        left: 0px;
        background: #fff;
        padding: 5px 10px;
        border: 1px solid #ff9800;
        border-radius: 4px;
        white-space: nowrap;
        cursor: default;
        font-size: 11px;
        font-weight: 400;
        top: 70px;
        color: #444;
        z-index: 10;
    }

.login-container.capslock-on #txt_pass:focus ~ .check-capslock {
    display: block;
}


.check-capslock label:after {
    content: '';
    display: block;
    border-right: 1px solid #FF9800;
    border-bottom: 1px solid #FF9800;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    top: -4px;
    left: 20px;
}

#LicenseCopyRight {
    color: #777;
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.msg-toast {
    font-size: 14px;
    min-width: 250px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    bottom: 50px;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    -webkit-animation: toast-fadein 0.5s, toast-fadeout 0.5s 3.5s;
    animation: toast-fadein 0.5s, toast-fadeout 0.5s 3.5s;
}

    .msg-toast > .Highlight {
        color: #a4d3f3 !important;
    }

@-webkit-keyframes toast-fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes toast-fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes toast-fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes toast-fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.scroll-style::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
}

.scroll-style::-webkit-scrollbar-thumb {
    background: #777;
}

.scroll-style {
    scroll-behavior: smooth;
    scrollbar-color: #555 #888;
    scrollbar-width: thin;
}

.header-content-right {
    display: inline-block;
    float: right;
    padding-top: 10px;
    z-index: 1;
    position: relative;
    margin-bottom: -100%;
}

.select-language .language-selected {
    width: 110px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.4s;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    -webkit-box-shadow: -0px 0px 5px 1px rgba(223, 223, 223, 0.75);
    -moz-box-shadow: -0px 0px 5px 1px rgba(223, 223, 223, 0.75);
    box-shadow: -0px 0px 5px 1px rgba(223, 223, 223, 0.75);
    outline: none;
}

    .select-language .language-selected:after, .select-data-box .select-data:after {
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
        margin-right: -10px;
        margin-bottom: 3px;
        margin-left: 10px;
    }

    .select-language .language-selected:focus, .select-language .language-selected:hover {
        border-color: #03a9f4;
    }

        .select-language .language-selected:focus ~ label {
            visibility: visible;
            opacity: 1;
        }

.header-content-right .select-language > label {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    color: #212529;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.2s;
}

    .header-content-right .select-language > label:nth-child(2) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top: 1px solid #ddd;
        margin-top: 1px;
    }

    .header-content-right .select-language > label:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #ddd;
    }

    .header-content-right .select-language > label:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }
.page-footer{
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: #fff;
    position: relative;
}
.page-footer .home-link{
    width: 100%;
    text-align: center;
    bottom: 0px;
    position: absolute;
    padding: 5px;
    background: #007acc;
}
.page-footer .home-link a{
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    color: #fff;
}
.page-footer .home-link a:hover{
    opacity: 0.9;
}
.support-footer{
    text-align: center;
    border-top: 1px solid #ddd;
}
.support-footer > label{
    line-height: 33px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    color: #007acc;
    font-size: 12px;
}
.support-footer > label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: -3px;
    background-repeat: no-repeat;
}
.support-footer .call-center:before{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gUOAjQ0vex5UAAAA4RJREFUSMfFk29M1HUcx1/f+8cxOxgtOtKLLPTY2loQ1yGD2AQ2zcmgWXOi80GlzAYPAgYbNAhaxdy8ghpjTZ81lzxIscLDSUCH0IW60t0Dxr/h6Eag0wsIzrvffXpgxfkPwye+n37e3/f78/183h94zFAPp7w/OLQhNhZi+00tZWVApUzu3g2cYuumTVHEb6gfHQVeVW93dMD8y3F9ra3wxY7NXwaDj9BATfWF4eRk0LvwuN3ARlo9HhCP3tbSAroSVRIIrPDleuiJhATgL1VfXg5UkJaTA+EC7cq2bXDYnjk+PX23i+Fe4wbpFbMZQkY+c7uBF+WppiZQi8q0tAT4tDc7O0GycN4xgTw1MDYG8p3srawEXZLq6esDwzn9S93d0CC9YxkZ0Ki2quXlqAlU2wfmLBYwBMxTDgfIWSgujhJ+mnc8HlBxHOroAD7GoVZbXR0XREDtVL5duyBynIS8PFAe+VPTgHL2dXaCcSa2eXhYQW3BRYvXCzil1+lc0YlETKaUFNBVhcr7+wGXHLHZ1pCvg3D1KqiI7nhuLog1Yp+cjPrAQcTrNdxrrJrVlpkZMEyEY2JiIOKSfpsN+B4ZHwcO0+P3A13qJ4slynCH5M7PA9Xkr19/WyolBdRrWqzZDHJM9/XsLIA4rFbgK1Rm5n0yILNkh8Ogjqk3wuGoxn6naWEB5F0yrl0DGWVQ06Lqm3HeuAFqiaa4OBBoAIjUkGo0Al6xahrw0V1XUHvqYsHICPCLNNvtKzu8VRrckpQEpufMZZcvAyKfW61rWIGFobk5UGdDzenpIFnGzjuuoF3ljIzoIfeP96pOngQOafE+H/Cs7vmuLjC0xfw8Pg7ylmQFg6CmSczPX0MDtSq5ogI4p3dv3w68js7vB9Jkg8sFymd4pb5+lTR/cGa4LjUVIr+qJI8HmCcrMXEVwzQIBEB9qOpqa0EKZGh0FNirgu3tYHTqlm+fYbq6efPfR4YH64V6VfHMDBjPS0NJCQBn7sfTYvSFi4ugFm71T0xApMd4vbQUVJAfa2oAF7bCQmjMjDaOysBaUbXvt8p168D0ZLijrQ3ok2+zs4ErEB8PXKLoxAmQJP0LjY3w6TPpA3NzD1Iz/G/f/2CaD+0pKgKS2bN/P7Dzn8Jp5MAB+GSjw3/0KAD+h6s9QgNaKjIwAPpLDE5NAUc4LwLqBznd3b12vceMvwFGHlcizGIbYQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wNS0xNFQwMjo1Mjo1MiswMDowMIVQc3UAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDUtMTRUMDI6NTI6NTIrMDA6MDD0DcvJAAAAAElFTkSuQmCC');
}
.support-footer .email-center:before{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gUOAjUR7/OcVgAAAdlJREFUSMfllE9I02EYxz/PCx6CDf/QqdM8h6DNSdRh6g90209FMCKC6hAJgsIuOzhRYiCEXkSkgxAeg8RuazPIRCzCNo/mJevUKQayaYfi93Rx7NfYTwQnEb23h/f7vJ/v+z4vX/jfl8Doo9zHhga4fAlrdhZ4RUtj4wUyYxQOD+H7D95MTQkkA7mRiQmQhKbzedCAac9mgXe65PfXEdzHztERSFjHBgZAW+VWW5sB7jK5uAhqy7ZlgX5w0tEocFPGi8U6gN/D8bEL/MSshUJlrnEJlyGVAnkoX3p762DkBMwn+ANc1MDcXFlkajSe10gVmLh87eysBp9moMoIw5Lo6QG95hQHByuz9JqxPtcHsRhoVOLBoBf4LAaqpS/5fHAA8pNQJAK8ZqlUqtzY3JdfQ0MV3RlP9d7SEZ5OT4MpMLa5Cboid/b2QJv0ajgM4tdJywLnsdPc3Q3OsN7o6ABdle39fZCMLuTzoN8knkh4UQSSyVxOtQa42TRtbYHedgrpNNDHuM/n6i2RXV931T4i/f2u+uSF5IVpsW1wUrrT1QVyRRfm52sZGIWZGdBn2rqxAXLd2JkM58+DUz+lK4j0ni7v7tYR7GFE3mrQtstB9Nej+AI5/8j6DULz8bnzFG5EAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA1LTE0VDAyOjUzOjE3KzAwOjAwvOA5FgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNS0xNFQwMjo1MzoxNyswMDowMM29gaoAAAAASUVORK5CYII=');
}
.email-center a{
    text-decoration: none;
    outline: none;
}
#cbo_data{
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
}
@media only screen and (max-width: 1200px) {
    .login-container-body{
        width: 100%;
        min-width: 0px;
    }
}

@media only screen and (max-width: 767px) {
    body{
        background: #fff;
    }
    .login-modal {
        width: 100%;
        max-height: 100%;
        box-shadow: none;
        border-radius: 0px;
    }

        .login-modal .login-left {
            display: none;
        }

        .login-modal .login-right {
            width: 100%;
        }

    .body-content-left, .body-content-right {
        width: 100% !important;
        padding: 0px !important;
    }
    .login-modal-right{
        padding: 5%;
        padding-top: 15px;
    }
    .login-body{
        min-height: 400px;
    }
    #LicenseCopyRight{
        display: none;
    }
    .select-language{
        margin-bottom: -70px;
        margin-top: 0px;
    }
    .page-footer{
        height: 90px;
    }
    .support-footer > label{
        line-height: 25px;
        display: block;
    }
    .support-footer .call-center{
        padding-top: 5px;
    }
    .login-container{
        height: calc(100% - 90px);
        min-height: 500px;
    }
}


.scroll-style::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
}

.scroll-style::-webkit-scrollbar-thumb {
    background: #777;
}

.scroll-style {
    scroll-behavior: smooth;
    scrollbar-color: #555 #888;
    scrollbar-width: thin;
}

.select-program {
    top: 65px;
    left: 0px;
    width: 100%;
}

    .select-program > li > a {
        padding-left: 10px;
        padding-right: 0px;
    }

    .select-program .icon-remove {
        float: right;
        cursor: pointer;
        display: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .select-program .select-header {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        cursor: pointer;
    }

    .select-program > li:hover .icon-remove {
        display: block;
    }

    .select-program > li:hover .select-header {
        width: calc(100% - 40px);
    }

    .select-program .icon-remove:hover {
        color: #f53535;
    }


.select-data-box .select-data {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
    -moz-box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
    box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
    cursor: pointer;
    outline: none;
    transition: all 0.4s;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #3c3f40;
}

.select-data-box .select-data:focus {
    border-color: #66afe9;
}

.select-data-box .select-data:after {
    margin-right: 5px;
    float: right;
    margin-top: 5px;
}

.select-data-box .select-data:focus ~ .select-data-list {
    visibility: visible;
    opacity: 1;
}

.select-data-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    margin-top: 2px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
}

    .select-data-list label {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
        color: #212529;
        background: #fff;
        cursor: pointer;
        transition: visibility 0.4s, opacity 0.2s;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 0px !important;
    }

        .select-data-list label:nth-child(1) {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .select-data-list label:last-child {
            border-bottom: none;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .select-data-list label:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa;
        }

.select-data-box.single-data {
    pointer-events: none;
}

    .select-data-box.single-data .select-data:after {
        display: none;
    }

    .select-data-box.single-data .select-data {
        color: #777;
    }



.remember-login {
    display: inline-block;
    user-select: none;
    margin-top: 15px;
    margin-bottom: -5px;
}

    .remember-login .checkbox > label {
        padding-left: 0px;
    }

.remember-ref {
    display: inline-block;
    width: calc(100% - 30px);
}

    .remember-ref > label {
        cursor: pointer;
        padding-left: 18px;
        display: inline-block;
        color: #555;
        white-space: nowrap;
        font-size: 11px;
        font-weight: 600;
    }

        .remember-ref > label:hover {
            color: #007acc;
        }


.checkbox {
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    min-height: 0px !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 15px;
    top: 1px;
}

    .checkbox input[type=checkbox] {
        opacity: 0;
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        left: 0;
        pointer-events: none;
    }

    .checkbox .checkbox-material {
        vertical-align: middle;
        position: relative;
    }

        .checkbox .checkbox-material .check {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 15px;
            border: 1px solid;
            border-radius: 2px;
            overflow: hidden;
            box-sizing: border-box;
            color: #005b99;
        }

            .checkbox .checkbox-material .check:before {
                content: "";
                display: block;
                position: absolute;
                top: -2px;
                left: -2px;
                width: 11px;
                height: 6px;
                border: solid 2px transparent;
                border-right: none;
                border-top: none;
                transform: translate(3px, 4px) rotate(-45deg);
            }

    .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
        opacity: 0.2;
    }

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
        border-color: #fff;
    }

    .checkbox input[type=checkbox]:checked + .checkbox-material .check {
        background: #017acc;
    }

    .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
        opacity: 0.7;
    }
