﻿:root {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #696cff;
    --bs-pink: #e83e8c;
    --bs-red: #ff3e1d;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffab00;
    --bs-green: #71dd37;
    --bs-teal: #20c997;
    --bs-cyan: #03c3ec;
    --bs-black: #435971;
    --bs-white: #fff;
    --bs-gray: rgba(67, 89, 113, 0.6);
    --bs-gray-dark: rgba(67, 89, 113, 0.8);
    --bs-gray-25: rgba(67, 89, 113, 0.025);
    --bs-gray-50: rgba(67, 89, 113, 0.05);
    --bs-primary: #696cff;
    --bs-secondary: #8592a3;
    --bs-success: #71dd37;
    --bs-info: #03c3ec;
    --bs-warning: #ffab00;
    --bs-danger: #ff3e1d;
    --bs-light: #fcfdfd;
    --bs-dark: #233446;
    --bs-gray: rgba(67, 89, 113, 0.1);
    --bs-primary-rgb: 105, 108, 255;
    --bs-secondary-rgb: 133, 146, 163;
    --bs-success-rgb: 113, 221, 55;
    --bs-info-rgb: 3, 195, 236;
    --bs-warning-rgb: 255, 171, 0;
    --bs-danger-rgb: 255, 62, 29;
    --bs-light-rgb: 252, 253, 253;
    --bs-dark-rgb: 35, 52, 70;
    --bs-gray-rgb: 67, 89, 113;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 67, 89, 113;
    --bs-body-color-rgb: 105, 122, 141;
    --bs-body-bg-rgb: 245, 245, 249;
    --bs-font-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 14px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.53;
    --bs-body-color: #697a8d;
    --bs-body-bg: #f5f5f9;
    --bs-border-width: 1px;
    --bs-border-style: solid;
}

.cursor-pointer{
    cursor:pointer
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.body-content {
    padding-top: 70px;
    background-color: var(--bs-body-bg);
    padding-bottom: 50px;
}
/* CSS Profile */

.profile {
    background: #fff url(../images/profile-bg.png);
    height: 364px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    box-shadow: 0px 2px 4px rgba(67, 89, 113, 0.12);
    border-radius: 5px;
    padding: 0 30px 24px;
}

.avatar {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100px;
    border-radius: 4px;
}

    .avatar.size-37 {
        width: 37px;
    }

    .avatar.size-46 {
        width: 46px;
    }

    .avatar.size-120 {
        width: 120px;
    }

    .avatar.size-210 {
        width: 210px;
    }

    .avatar:before {
        display: block;
        padding-top: 100%;
        content: '';
    }

    .avatar img {
        position: absolute;
        top: 50%;
        max-width: none;
        height: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
.quote {
    border: none !important;
    position: relative;
}

    .quote::before {
        font-family: 'Font Awesome 6 Free';
        speak: none;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        content: "\f10d";
        position: absolute;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 48px;
        top: 0;
        left: 0;
        color: #e0e9ff;
    }
.btn-regiter {
    background: #e95964;
    color: #fff;
}

    .btn-regiter:hover {
        background: #ea434f;
        color: #fff;
    }
ol, ul {
    list-style: none;
}
.hr-20 {
    width: 20%
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-100 {
    font-weight: 100 !important;
}
.fs-12 {
    font-size: 12px !important;
    line-height: 14px !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 17px !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 24px !important;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 26px !important;
}

.fs-24 {
    font-size: 24px !important;
    line-height: 38px !important;
}

.fs-26 {
    font-size: 26px !important;
    line-height: 30px !important;
}

.fs-28 {
    font-size: 28px !important;
    line-height: 32px !important;
}

.fs-32 {
    font-size: 32px !important;
    line-height: 40px !important;
}

.fs-34 {
    font-size: 34px !important;
    line-height: 38px !important;
}

.fs-38 {
    font-size: 38px !important;
    line-height: 44px !important;
}

.fs-42 {
    font-size: 42px !important;
    line-height: 52px !important;
}

.fs-52 {
    font-size: 52px !important;
    line-height: 58px !important;
}
.w-fit-content {
    width: fit-content;
}

.w-abs-min-160 {
    min-width: 160px;
}

.w-abs-max-670 {
    max-width: 670px;
}

.w-abs-240 {
    width: 240px;
}

.w-abs-70 {
    width: 70px;
}

.w-min-0 {
    min-width: 0;
}

.p-abs-10 {
    padding: 10px;
}

.p-abs-12 {
    padding: 12px;
}

.p-abs-20 {
    padding: 20px;
}

.pt-abs-20 {
    padding-top: 20px;
}

.px-abs-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-abs-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-abs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-abs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-abs-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mx-i-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mt-i-2 {
    margin-top: -2px;
}

.mt-abs-2 {
    margin-top: 2px;
}

.mt-i-3 {
    margin-top: -3px;
}

.m-i-10 {
    margin: -10px;
}

.my-abs-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mt-abs-20 {
    margin-top: 20px;
}

.mt-abs-30 {
    margin-top: 30px;
}

.mt-abs-40 {
    margin-top: 40px;
}

.mt-abs-70 {
    margin-top: 70px;
}

.mt-abs-120 {
    margin-top: 120px;
}
.my-abs-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-abs-200 {
    margin-top: 200px;
}

.mr-i-8 {
    margin-right: -8px;
}
.mb-abs-50 {
    margin-bottom: 50px;
}
.mb-abs-32 {
    margin-bottom: 32px;
}

.mb-abs-12 {
    margin-bottom: 12px;
}

.ml-abs-12 {
    margin-left: 12px;
}

.mr-abs-12 {
    margin-right: 12px;
}

.mr-abs-28 {
    margin-right: 28px;
}

.ml-abs-30 {
    margin-left: 30px;
}
.ml-abs-40 {
    margin-left: 40px;
}
.ml-abs-15 {
    margin-left: 15px;
}

.mt-abs-6 {
    margin-top: 6px;
}

.mt-abs-15 {
    margin-top: 15px;
}

.mt-abs-16 {
    margin-top: 16px;
}
.text-default {
    color: #1e266d;
}
.text-grey {
    color: #A1ACB8;
}

.text-gray-01 {
    color: #A1ACB8;
}

.text-gray-03 {
    color: #697A8D;
}

.text-gray-04 {
    color: #515A64;
}

.text-gray-05 {
    color: #A1A5B7;
}

.text-green {
    color: #71DD37;
}

.text-red-01 {
    color: #FF3E1D;
}

.text-purple-01 {
    color: #696CFF;
}

.text-purple-03 {
    color: #6301C5;
}

.text-green-02 {
    color: #61C0C2;
}

.text-orange {
    color: #FFAB00;
}

.bg-purple-01 {
    background-color: #696CFF;
}

.bg-purple-2 {
    background-color: #E7E7FF;
}

.bg-red-02 {
    background-color: #FF7474;
}

.bg-moss-green {
    background-color: #BAAD39;
}

.bg-green-01 {
    background-color: #E8FADF;
}

.bg-light-blue {
    background-color: #5784E9;
}

.bg-orange {
    background-color: #FFE6B3;
}

.br-width-5-white {
    border: 5px solid #fff;
}

.br-top-gray-02 {
    border-top: 1px solid #D9DEE3;
}

.br-bottom-gray-02 {
    border-bottom: 1px solid #D9DEE3;
}

.br-radius-4 {
    border-radius: 4px;
}

.br-radius-5 {
    border-radius: 5px;
}

.br-radius-8 {
    border-radius: 8px;
}

.br-radius-25 {
    border-radius: 25px;
}
.box-shadow-2 {
    box-shadow: 0px 2px 4px rgba(67, 89, 113, 0.12);
}
ul.list-style-dot {
    list-style-type: disc !important;
    padding-left: 12px !important;
    margin-left: 12px;
    font-size: 15px;
}

    ul.list-style-dot li {
        line-height: 26px;
        font-size: inherit;
    }
.text-justify {
    text-align: justify;
}

#updateExamProfileForm .form-check {
    display: block;
    min-height: 1.434375rem;
    padding-left: 1.7em;
    margin-bottom: 0.125rem;
}

    #updateExamProfileForm .form-check .form-check-input {
        float: left;
        margin-left: -1.7em !important;
    }

#updateExamProfileForm .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .165em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d9dee3;
    appearance: none;
    print-color-adjust: exact;
    cursor: pointer
}

    #updateExamProfileForm .form-check-input[type=radio] {
        border-radius: 50%
    }

    #updateExamProfileForm .form-check-input:active {
        filter: brightness(90%)
    }

    #updateExamProfileForm .form-check-input:focus {
        border-color: rgba(249,249,255,.54);
        outline: 0;
        box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1)
    }

    #updateExamProfileForm .form-check-input:checked {
        background-color: #696cff;
        border-color: #696cff;
        box-shadow: 0 2px 4px 0 rgba(105,108,255,.4);
    }

        #updateExamProfileForm .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e") !important
        }

#updateExamProfileForm .custom-option {
    padding-left: 0;
    border: 1px solid #d9dee3;
    border-radius: 0.5rem;
}

    #updateExamProfileForm .custom-option.checked {
        border: 1px solid #696cff;
    }

#updateExamProfileForm .custom-option-icon .custom-option-content {
    text-align: center;
    padding: 1em;
}

#updateExamProfileForm .custom-option .custom-option-content {
    cursor: pointer;
    width: 100%;
}

#updateExamProfileForm .custom-option-icon .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25rem;
}

#updateExamProfileForm .custom-option-icon .custom-option-body {
    display: block;
    margin-bottom: 0.5rem;
}

    #updateExamProfileForm .custom-option-icon .custom-option-body i {
        font-size: 2rem;
        margin-bottom: 0.25rem;
        display: block;
    }

    #updateExamProfileForm .custom-option-icon .custom-option-body small {
        font-size: 85%
    }

    #updateExamProfileForm .custom-option-icon .custom-option-body .custom-option-title {
        display: block;
        font-size: .9375rem;
        font-weight: 500;
        color: #566a7f;
    }

#updateExamProfileForm .custom-option-icon .form-check-input {
    float: none !important;
    margin: 0 !important;
}
.custom-table {
    font-size: 16px;
    line-height: 19px;
    color: #697A8D;
}

    .custom-table thead th {
        color: #696CFF;
        font-weight: 400;
        font-size: 16px;
        line-height: 15px;
        border-top: 1px solid #D9DEE3;
        border-bottom: 1px solid #D9DEE3 !important;
        padding: 15px 10px;
        background-color: #f7f7ff;
    }

    .custom-table td {
        padding: 15px 10px;
        border-bottom: 1px solid #D9DEE3;
        font-size:14px
    }

@media (min-width: 992px) {
    .w-abs-max-336 {
        max-width: 336px;
    }
}
@media (max-width: 768px) {
    .min-width-100 {
        min-width: 100px;
    }

    .min-width-150 {
        min-width: 150px;
    }

    .min-width-200 {
        min-width: 200px;
    }


    .min-width-250 {
        min-width: 250px;
    }
}