@font-face {
    font-family: 'Ubuntu-Bold';
    src: url(../fonts/ubuntu/Ubuntu-Bold.ttf);
}
@font-face {
    font-family: 'Ubuntu-BoldItalic';
    src: url(../fonts/ubuntu/Ubuntu-BoldItalic.ttf);
}
@font-face {
    font-family: 'Ubuntu-Italic';
    src: url(../fonts/ubuntu/Ubuntu-Italic.ttf);
}
@font-face {
    font-family: 'Ubuntu-Light';
    src: url(../fonts/ubuntu/Ubuntu-Light.ttf);
}
@font-face {
    font-family: 'Ubuntu-LightItalic';
    src: url(../fonts/ubuntu/Ubuntu-LightItalic.ttf);
}
@font-face {
    font-family: 'Ubuntu-Medium';
    src: url(../fonts/ubuntu/Ubuntu-Medium.ttf);
}
@font-face {
    font-family: 'Ubuntu-MediumItalic';
    src: url(../fonts/ubuntu/Ubuntu-MediumItalic.ttf);
}
@font-face {
    font-family: 'Ubuntu-Regular';
    src: url(../fonts/ubuntu/Ubuntu-Regular.ttf);
}
:root {
    --primary-color: #961A6C;
    --grey-color: #C2CBC6;
}

.fs-bold {
    font-family: 'Ubuntu-Bold';
}
.fs-medium {
    font-family: 'Ubuntu-Medium';
}
.fs-light {
    font-family: 'Ubuntu-Light';
}
.fs-ubuntu-bold {
    font-family: 'Ubuntu-Bold';
}
.fs-ubuntu-regular {
    font-family: 'Ubuntu-Regular';
}
.fs-ubuntu-light {
    font-family: 'Ubuntu-Light';
}
.fs-ubuntu-medium {
    font-family: 'Ubuntu-Medium';
}

*, body {
    font-family: 'Ubuntu-Light';
}

.login-page {
    width: 100vw;
    height: 100vh;
}
.login-page .row {
    margin: 0;
}

.login-page .nav-tabs {
    border-bottom: 1px solid var(--grey-color);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%);
}
.login-page .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--primary-color) !important;
}

.login-page .nav-tabs .nav-link {
    color: var(--grey-color);
    border: none;
    border-bottom: 1px solid var(--grey-color);
}
.login-page .login-img {
    background-image: url(../images/wranx-login.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    max-height: 100vh;
}
.login-page .wranx-title1 {
    font-style: normal;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 7rem;
    color: #FFFFFF;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}
.login-page .text-copyright {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}
.login-page .login-content-wrapper {
    position: relative;
    height: 100%;
}
.login-page .div-bottom-wrapper {
    position: absolute;
    bottom: 0;
}

.logo-bg-white {
    width: 168px;
    height: 168px;
    background-color: #ffffff;
}
.text-shadow1 {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}
.box-shadow {
    border: 2px solid #D6D6D6;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0509804);
    border-radius: 6px;
}

.shadow-box {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0509804);
}
.rouded-input {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0509804);
    border-radius: 28px!important;
}

.fit {
    width: 100% !important;
    height: 100% !important;
}
.q-pa-xl {
    padding: 48px 48px;
}
.items-center, .flex-center {
    align-items: center;
}

.text-primary {
    color: var(--primary-color) !important;
}
.no-underline {
    text-decoration: none;
}
.wranx-text-gray {
    color: var(--grey-color);
}
.text-weight-bold {
    font-weight: 700;
}
.text-subtitle1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.00937em;
}
.q-ml-md {
    margin-left: 16px;
}
.q-py-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}
.q-py-md {
    padding-top: 16px;
    padding-bottom: 16px;
}
.bottom-border {
    height: 5px;
    border-bottom: 1px solid var(--grey-color);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%);
}
.text-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
}
.wranx-text-darkgray {
    color: #393939;
}
.text-caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.03333em;
}
.text-body2 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.01786em;
}
.q-gutter-md {
    margin-top: -16px;
}
.q-gutter-md > * {
    margin-top: 16px;
}
.q-gutter-md > * {
    margin-left: 16px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 1px var(--primary-color)34;
}
.full-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/***************** css for checkbox **************************/

input[type=checkbox].ckb {
    z-index: -1;
    opacity: 0;
    display: none;
}
input[type=checkbox].ckb + label {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    color: #626981;
}
input[type=checkbox].ckb + label:hover {
    color: #2c5481;
}
input[type=checkbox].ckb + label::before {
    transition: all 0.3s;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 10px 0.5em 10px 0;
}
input[type=checkbox].ckb:checked + label::before {
    transition: all 0.3s;
    border-color: #2c5481;
    background-color: #2c5481;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    box-shadow: 2px 2px 10px 0px #9ebcff;
}
input[type=checkbox].ckb-success + label:hover {
    color: #1a7205;
}
input[type=checkbox].ckb-success:checked + label::before {
    border-color: #1a7205;
    background-color: #1a7205;
    box-shadow: 2px 2px 10px 0px #1a7205;
}
input[type=checkbox].ckb-default + label:hover {
    color: #636983;
}
input[type=checkbox].ckb-default:checked + label::before {
    border-color: #636983;
    background-color: #636983;
    box-shadow: 2px 2px 10px 0px #636983;
}
input[type=checkbox].ckb-warning + label:hover {
    color: #333333;
}
input[type=checkbox].ckb-warning:checked + label::before {
    border-color: #E71B6C;
    background-color: #E71B6C;
    box-shadow: 2px 2px 10px 0px #ff9898;
}
input[type=checkbox].ckb-dark + label:hover {
    color: #505050;
}
input[type=checkbox].ckb-dark:checked + label::before {
    border-color: #505050;
    background-color: #505050;
    box-shadow: 2px 2px 10px 0px #9d9d9d;
}
/*# sourceMappingURL=checkbox.css.map*/

/**************** btn **************/
.btn-danger {
    color: #fff;
    background-color: #E71B6C;
    border-color: #E71B6C;
}
.btn-danger:hover {
    background-color: #f04488;
    border-color: #f04488;
}
a:hover {
    text-decoration: none;
}


@media (max-width: 1368px) {
    .login-img {
        display: none;
    }

    .login-form {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**************** btn **************/
@media (max-width: 768px) {
    .logo-bg-white {
        width: 140px;
        height: 140px;
        margin-left: auto;
    }
    .login-left-wrapper {
        min-height: 560px;
    }
    .login-page .wranx-title1 {
        font-weight: 700;
        font-size: 3rem;
        line-height: 3rem;
    }
    .login-page .text-copyright {
        font-size: 14px;
        line-height: 15px;
    }

    .wranx-title1 {
        font-size: 20px;
        line-height: 20px;
    }
    .wranx-title2 {
        font-size: 15px;
        line-height: 15px;
    }
    .wranx-modal1 {
        width: auto;
        max-width: fit-content !important;
    }
    .question-panel {
        min-height: 50vh;
        height: 50vh!important;
        overflow-y: auto;
    }
}
