/* Basic */
.text_danger {
    color: #FF6600;
}

.text_active_00A8E5 {
    color: #00A8E5;
    font-size: 1.25rem;
}

.text_active_00A8E5_v1 {
    color: #00A8E5;
}

.text_active {
    color: #ffffff;
}

.text_active_0041f7 {
    color: #004F91 !important;
}

table thead td {
    padding: 0.9375rem;
}

.cursor_pointer {
    cursor: pointer !important;
}

.m_w_100 {
    max-width: 100% !important;
}

.text_active_252525 {
    color: #1c5bb2 !important;
}

.text_active_fff {
    color: #ffffff;
    opacity: 1;
}

.text_active_f89858 {
    color: #f89858 !important;
}

.hover_warning:hover {
    color: #ffb938;
}

.f_f_Gulim {
    /*font-family: "Gulim", sans-serif;*/
}

.text-truncate-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*white-space: nowrap;*/
    max-height: 4rem;
    text-overflow: ellipsis;
    position: relative;
}

.bg__f9f9f9 {
    background-color: #f9f9f9;
}

.d_flex {
    display: flex;
}

.d__flex {
    display: flex !important;
}

.flex_column {
    flex-direction: column;
}

.flex_row {
    flex-direction: row;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_nowrap {
    flex-wrap: nowrap;
}

.d_inline {
    display: inline;
}

.d_block {
    display: block;
}

.justify_content_between {
    justify-content: space-between;
}

.justify_content_center {
    justify-content: center;
}

.justify_content_end {
    justify-content: end;
}

.justify_content_start {
    justify-content: start;
}

.justify_content_flex_end {
    justify-content: flex-end;
}

.justify_content_flex_start {
    justify-content: flex-start;
}

.align_items_center {
    align-items: center;
}

.align_items_end {
    align-items: end;
}

.align_items_start {
    align-items: start;
}

.align_items_flex_end {
    align-items: flex-end;
}

.align_items_flex_start {
    align-items: flex-start;
}

.align_items_stretch {
    align-items: stretch;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.w_100 {
    width: 100%;
}

.w_90 {
    width: 90%;
}

.w_80 {
    width: 80%;
}

.w_70 {
    width: 70%;
}

.w_60 {
    width: 60%;
}

.w_50 {
    width: 50%;
}

.w_40 {
    width: 40%;
}

.w_30 {
    width: 30%;
}

.w_20 {
    width: 20%;
}

.w_10 {
    width: 10%;
}

.w_75 {
    width: 75%;
}

.w_25 {
    width: 25%;
}

.h_100 {
    height: 100%;
}

.h_90 {
    height: 90%;
}

.h_80 {
    height: 80%;
}

.h_70 {
    height: 70%;
}

.h_60 {
    height: 60%;
}

.h_50 {
    height: 50%;
}

.h_40 {
    height: 40%;
}

.h_30 {
    height: 30%;
}

.h_20 {
    height: 20%;
}

.h_10 {
    height: 10%;
}

.h_75 {
    height: 75%;
}

.h_25 {
    height: 25%;
}

.text_primary {
    color: #4400ff;
}

.text_warning {
    color: #ffbb11;
}

.text_success {
    color: #00aa00;
}

.text_danger {
    color: #ee0000;
}

.list_star .bi-star-fill {
    color: #ccc;
}

.list_star .bi-star-fill.ok {
    color: #ffbb11;
}

/* End css Basic */
/**/
/* Css letter-spacing, line-height */
.text_ls_neg1_lh_19 {
    letter-spacing: -1px;
    line-height: 19px;
}

.text_ls_neg1_lh_20 {
    letter-spacing: -1px;
    line-height: 20px;
}

.text_ls_neg1_lh_22 {
    letter-spacing: -1px;
    line-height: 22px;
}

.text_ls_neg1_lh_26 {
    letter-spacing: -1px;
    line-height: 26px;
}

.text_ls_neg1_lh_28 {
    letter-spacing: -1px;
    line-height: 28px;
}

.text_ls_neg1_lh_34 {
    letter-spacing: -1px;
    line-height: 34px;
}

.text_ls_neg1_lh_35 {
    letter-spacing: -1px;
    line-height: 35px;
}

.text_ls_neg1_lh_44 {
    letter-spacing: -1px;
    line-height: 44px;
}

.text_ls_neg1_lh_50 {
    letter-spacing: -1px;
    line-height: 50px;
}

.text_ls_neg1_lh_66 {
    letter-spacing: -1px;
    line-height: 66px;
}

.text_ls_neg1_lh_70 {
    letter-spacing: -1px;
    line-height: 70px;
}

.text_ls_neg2_lh_50 {
    letter-spacing: -2px;
    line-height: 50px;
}

.text_ls_neg2_lh_66 {
    letter-spacing: -2px;
    line-height: 66px;
}

.text_ls_1_lh_20 {
    letter-spacing: 1px;
    line-height: 20px;
}

/* End css letter-spacing, line-height */
/**/
/* Css font-size */
.text_small {
    font-size: 75% !important;
}

.f_s_13 {
    font-size: 13px;
}

.f_s_18 {
    font-size: 18px;
}

.f_s_20 {
    font-size: 20px;
}

.f_s_24 {
    font-size: 24px;
}

.f_s_28 {
    font-size: 28px;
}

.f_s_30 {
    font-size: 30px;
}

.f_s_44 {
    font-size: 48px;
}

.f_s_48 {
    font-size: 48px;
}

/* End css font-size */
/**/
/* color */
.c_fff {
    color: #ffffff !important;
}

.c_000 {
    color: #000000 !important;
}

.f_c_1c5bb2 {
    color: #1c5bb2;
}

.f_c_5134b2 {
    color: #5134b2;
}

.f_c_454545 {
    color: #454545;
}

.f_c_757575 {
    color: #757575;
}

.f_c_777777 {
    color: #777777;
}

.f_c_85b0ec {
    color: #85b0ec;
}

.f_c_757575 {
    color: #757575;
}

/* End css color */
/**/
/* Css font-weight */
.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_bold {
    font-weight: bold;
}

/* End font-weight */
/**/
/* Css font-weight, font-size, color */
.f_s_50_w_800_c_fff {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
}

.f_s_60_w_800_c_fff {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
}

.f_s_40_w_300_c_fff {
    font-size: 50px;
    color: #ffffff;
    font-weight: 300;
}

.f_s_50_w_300_c_fff {
    font-size: 50px;
    color: #ffffff;
    font-weight: 300;
}

.f_s_20_w_500_c_252525 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

/* End css font-weight, font-size, color */
/**/
/* Css opacity */
.opacity_0702 {
    opacity: 0.702;
}

.opacity_0500 {
    opacity: 0.5;
}

.opacity_0302 {
    opacity: 0.302;
}

.opacity_0200 {
    opacity: 0.2;
}

/* End css opacity */
/**/
/* Css font-size, color */
.f_s_22_c_fff {
    font-size: 22px;
    color: #ffffff;
}

.f_s_28_c_fff {
    font-size: 28px;
    color: #ffffff;
}

.f_s_15_c_252525 {
    font-size: 15px;
    color: #252525;
}

.f_s_15_c_757575 {
    font-size: 15px;
    color: #757575;
}

.f_s_18_c_757575 {
    font-size: 18px;
    color: #757575;
}

.f_s_15_c_999999 {
    font-size: 15px;
    color: #999999;
}

/* End css font-size, color */
/**/
/* Css font-weight, font-size */
.f_s_16_w_500 {
    font-size: 16px;
    font-weight: 500;
}

/* End css font-weight, font-size */
/**/
/* Css circle navigation slider */
/*.completeness .image-circle .circle {*/
/*    display: inline-block;*/
/*    padding: 15px;*/
/*    border: 5px solid #fff;*/
/*    border-radius: 50%;*/
/*}*/
.image-circle {
    position: relative;
}

.percent svg {
    position: relative;
    width: 100px;
    height: 100px;
    transform: rotate(-90deg);
}

.percent svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #3e434d;
    stroke-width: 4;
    stroke-linecap: round;
}

.percent svg circle:last-of-type {
    stroke-dasharray: 188;
    stroke-dashoffset: 0;
    stroke: #ffffff;
}

.title_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End css circle navigation slider */
/* Css circle in vision views */
.circle_left {
    background-color: #fafafa;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 2;
}

.circle_right {
    border-radius: 50%;
    position: absolute;
    border: 1px solid #dfdfdf;
    transform: translateY(-50%);
    z-index: 2;
}

.circle_full {
    border-radius: 50%;
    position: absolute;
    background-color: #fafafa;
    transform: translateY(-50%);
    z-index: 1;
}

.circle_max {
    border-radius: 50%;
    position: absolute;
    border: 90px solid #fafafa;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 1;
}

.circle_left {
    right: 28%;
    top: 44%;
}

.circle_right {
    right: -28%;
    top: 44%;
}

.circle_full {
    left: 90%;
    top: 5%;
}

.circle_max {
    right: 72%;
    top: 0%;
}

/* End css circle in vision views */
/* End css circle */
/* Css padding */
.p--50 {
    padding: 50px;
}

/* End css padding */
/* Css padding top*/
.pt--30 {
    padding-top: 30px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

/* End css padding top*/
/* Css padding right*/
.pr--50 {
    padding-right: 50px;
}

/* End css padding right*/
/* Css padding bottom */
.pb--50 {
    padding-bottom: 50px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--120 {
    padding-bottom: 120px;
}

/* End css padding bottom */
/* Css padding left*/
.pl--50 {
    padding-left: 50px;
}

/* End css padding left*/
/* Css margin */
.m--50 {
    margin: 50px;
}

/* End css margin */
/* Css margin top */
.mt--10 {
    margin-top: 10px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--125 {
    margin-top: 125px;
}

.mt--150 {
    margin-top: 150px;
}

.mt--200 {
    margin-top: 200px;
}

/* End css margin top */
/* Css margin right */
.mr--50 {
    margin-right: 50px;
}

.mr--125 {
    margin-right: 125px;
}

/* End css margin right */
/* Css margin bottom */
.mb--10 {
    margin-bottom: 10px;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.mb--35 {
    margin-bottom: 35px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--125 {
    margin-bottom: 125px;
}

.mb--200 {
    margin-bottom: 125px;
}

/* End css margin bottom */
/* Css margin left */
.ml--50 {
    margin-left: 50px;
}

.ml--125 {
    margin-left: 125px;
}

/* End css margin left */

@media only screen and (max-width: 850px) {
    .mt--10 {
        margin-top: 0.364rem;
    }

    .mt--20 {
        margin-top: 0.728rem;
    }

    .mt--30 {
        margin-top: 1.092rem;
    }

    .mt--50 {
        margin-top: 1.6rem;
    }

    .mt--70 {
        margin-top: 4.64rem;
    }

    .mt--90 {
        margin-top: 90px;
    }

    .mt--100 {
        margin-top: 3.64rem;
    }

    .mt--125 {
        margin-top: 125px;
    }

    .mt--150 {
        margin-top: 150px;
    }

    .mt--200 {
        margin-top: 7.28rem;
    }

    .f_s_18_c_757575 {
        font-size: 1.05rem;
        color: #757575;
    }

    .mb--125 {
        margin-bottom: 5rem;
    }
}
