﻿/* ite2 layout-style */
/* layout: left+right */
/* version: v2.2 */
/* Updated: 2023/7/31 */

/* style lib
bootstrap-v4.5.2
bootstrap-4.6.1
--bootstrap-v5.1.0--PS.注意跑版
*/

/* RWD default value 767px change phone
body="rwd-large" is 991px
body="rwd-small" is 575px
*/

/*  
$$$__default style
    $$1__small component style
        $1-1__bg
        $1-2__btn
        $1-3__radio
        $1-4__checkbox
        $1-5__select
        $1-6__toggle
        $1-7__img
        $1-8__margin
        $1-9__padding
        $1-10__hr
        $1-11__flex
        $1-12__ul
        $1-13__scroll bar
        $1-14__form
        $1-15__badge
        $1-16__border
        $1-17__background
        $1-18__display
        $1-19__switch
        $1-20__textarea
    $$2__font style
    $$3__animate
    $$4__nav
    $$5__footer
    $$6__main
    $$7__container
    $$8__use-info
    $$9__table
    $$10__tab
    $$11__page number
    $$12__dropdown
    $$13__input-update
    $$14__modal
    $$15__shadow
    $$16__treelist
    $$17__gotop
    $$18__datetimepicker
    $$19__fullcalendar
    $$20__login
    $$21__others
*/

/* $$$__default style */
/* --------------------------------------------------------- */
/* $$1__small component style------------------------------------ */
/* --------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, a {
    font-family: "Nunito", Microsoft JhengHei, "Microsoft JhengHei", sans-serif, Arial;
    font-variant-numeric: tabular-nums;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    top: 0px;
    /* background: #f7fbff; */
    background: #fff;
    /*font-size: 15px;*/
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #0086e0;
        text-decoration: none;
    }

.cur-hand {
    cursor: pointer;
}

.cur-default {
    cursor: default;
}

/* $1-1__bg -----------------*/

.bg-wh {
    background: #fff;
}

.bg-gy {
    background: #eee;
}

.bg-blue {
    background: #0086e0;
}

.bg-orange {
    background: orange;
}

.bg-green {
    background: #19c219;
}

.bg-light-green {
    background: #1d9b1d;
}

.bg-red {
    background: #d8362d;
}

.bg-light-red {
    background: #f60000;
}



/* $1-2__btn -----------------*/

.btn-row {
    padding: 28px 0px;
}

.input-group-append .btn,
.input-group-append .btn__icon {
    border-radius: 0;
    /* margin-left: -1px; */
    margin-bottom: 0;
    /* height: 32px; */
}

.btn-height__32 {
    height: 32px;
    align-items: center;
    display: inline-flex;
}

.btn {
    font-weight: normal;
    border-radius: 2px;
    padding: 4px 9px;
    font-size: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .btn:disabled {
        background: #dedddd !important;
        color: #b9b9b9 !important;
        cursor: no-drop;
    }

    .btn.btn-outline-secondary {
        font-size: 14px;
    }

.btn__icon {
    display: inline-block;
    padding: 0px 16px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all ease 0.3s;
}

    .btn__icon:disabled {
        background: #dedddd !important;
        color: #b9b9b9 !important;
        cursor: no-drop;
    }

@media screen and (max-width:991px) {
    .rwd-large .btn__icon {
        font-size: 24px;
        padding: 2px 10px;
    }

    .rwd-large .input-group-btn .btn,
    .rwd-large .input-group-btn .btn__icon {
        padding: 0px 16px;
    }
}

@media screen and (max-width:767px) {
    .btn__icon {
        font-size: 24px;
        padding: 2px 10px;
    }

    .input-group-btn .btn,
    .input-group-btn .btn__icon {
        padding: 0px 16px;
    }
}

.table .btn__icon,
.table .btn {
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 8px !important;
    /* height: 32px; */
    font-weight: 400;
}

/*    .table .btn__icon.btn-block,
    .table .btn.btn-block {
        padding: 0 !important;
    }*/

.table .btn__tb-icon {
    vertical-align: initial;
    padding: 3px 4px 0px 4px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    color: #309fe0;
    font-size: 12px;
    cursor: pointer;
}

    .table .btn__tb-icon:hover {
        color: #fff;
        background: #0086e0;
        transition: all 0.3s ease;
    }

.btn-block {
    display: block;
    width: 100%;
}

.btn + .btn,
.btn__icon + .btn__icon,
.btn + .btn__icon,
.btn__icon + .btn,
.btn + .dropdown,
.btn__icon + .dropdown,
.dropdown + .btn,
.dropdown + .btn__icon {
    margin-left: 8px;
}

.btn-block + .btn-block {
    margin-left: 0;
}

.btn-spacing__mr1 {
    margin-right: 16px;
    margin-left: 0px !important;
}

.btn.btn-size__min10 {
    min-width: 10%;
}

.btn.btn-size__full,
.btn-size__full {
    width: 100%;
    cursor: pointer;
}

.btn.btn-size__icon {
    padding: 9px 16px;
}

.footer-btn-row .btn {
    padding: 24px 24px;
}

.btn.btn-shadow {
    box-shadow: 0 3px 10px 0px #96abbd;
}

.btn.btn-border,
.btn__icon.btn-border {
    /* border: 1px solid #444; */
    border: 1px solid #ced4da;
    background: #fff;
    color: #495057;
}

    .btn.btn-border:hover,
    .btn__icon.btn-border:hover {
        color: #fff;
        background: #0086e0;
        border: 1px solid #0086e0;
    }

.btn.btn-border__blue,
.btn__icon.btn-border__blue {
    border: 1px solid #0086e0;
    /* font-weight: 900; */
    background: #fff;
    color: #0086e0;
}

    .btn.btn-border__blue:hover,
    .btn__icon.btn-border__blue:hover {
        color: #fff;
        background: #0086e0;
    }

.btn.btn-border__gary,
.btn__icon.btn-border__gary {
    border: 1px solid #ced4da;
    /* font-weight: 900; */
    background: #fff;
    color: #444;
}

    .btn.btn-border__gary:hover,
    .btn__icon.btn-border__gary:hover {
        color: #fff;
        background: #444;
        border: 1px solid #444;
    }

.btn.btn-border__gary-red,
.btn__icon.btn-border__gary-red {
    border: 1px solid #ced4da;
    /* font-weight: 900; */
    background: #fff;
    color: #343434;
}

    .btn.btn-border__gary-red:hover,
    .btn__icon.btn-border__gary-red:hover {
        color: #fff;
        background: #e8554c;
        border: 1px solid #e8554c;
    }

.btn.btn-border__gary-dark,
.btn__icon.btn-border__gary-dark {
    border: 1px solid #ced4da;
    /* font-weight: 900; */
    background: #fff;
    color: #343434;
}

    .btn.btn-border__gary-dark:hover,
    .btn__icon.btn-border__gary-dark:hover {
        color: #fff;
        background: #141414;
        border: 1px solid #141414;
    }

.btn.btn-border__gary-bluegreen,
.btn__icon.btn-border__gary-bluegreen {
    border: 1px solid #ced4da;
    /* font-weight: 900; */
    background: #fff;
    color: #343434;
}

    .btn.btn-border__gary-bluegreen:hover,
    .btn__icon.btn-border__gary-bluegreen:hover {
        color: #fff;
        background: #15bff3;
        border: 1px solid #15bff3;
    }

.btn.btn-border__dark,
.btn__icon.btn-border__dark {
    border: 1px solid #141414;
    /* font-weight: 900; */
    /* background: #fff; */
    color: #141414;
}

    .btn.btn-border__dark:hover,
    .btn__icon.btn-border__dark:hover {
        color: #fff;
        background: #141414;
    }

.btn.btn-border__red,
.btn__icon.btn-border__red {
    border: 1px solid #e8554c;
    /* font-weight: 900; */
    /* background: #fff; */
    color: #ec443b;
}

    .btn.btn-border__red:hover,
    .btn__icon.btn-border__red:hover {
        color: #fff;
        background: #e8554c;
    }

.btn.btn-border__white-red,
.btn__icon.btn-border__white-red,
.btn.btn-border__white-greenblue,
.btn__icon.btn-border__white-greenblue,
.btn.btn-border__white-Tdarkblue,
.btn__icon.btn-border__white-Tdarkblue {
    color: #3a40b7;
    border: 1px solid #3a40b7;
}

.stock-bg-dark .btn.btn-border__white-red,
.stock-bg-dark .btn__icon.btn-border__white-red,
.stock-bg-dark .btn.btn-border__white-greenblue,
.stock-bg-dark .btn__icon.btn-border__white-greenblue,
.stock-bg-dark .btn.btn-border__white-Tdarkblue,
.stock-bg-dark .btn__icon.btn-border__white-Tdarkblue {
    border: 1px solid #fff;
    color: #fff;
}

    .btn.btn-border__white-red:hover,
    .btn__icon.btn-border__white-red:hover {
        color: #fff;
        background: #e8554c;
        border-color: #e8554c;
    }

    .btn.btn-border__white-greenblue:hover,
    .btn__icon.btn-border__white-greenblue:hover {
        color: #fff;
        background: #309fe0;
        border-color: #309fe0;
    }

    .btn.btn-border__white-Tdarkblue:hover,
    .btn__icon.btn-border__white-Tdarkblue:hover {
        color: #2b384f;
        background: #fff;
        border-color: #fff;
    }

.btn.btn-bg__white,
.btn__icon.btn-bg__white {
    background: white;
    color: #0082da;
}

    .btn.btn-bg__white:hover,
    .btn__icon.btn-bg__white:hover {
        background: #0082da;
        color: white;
    }

.btn.btn-bg__white-dark,
.btn__icon.btn-bg__white {
    background: white;
    color: #39393c;
}

    .btn.btn-bg__white-dark:hover,
    .btn__icon.btn-bg__white:hover {
        background: #0082da;
        color: white;
    }

.btn.btn-bg__blue,
.btn__icon.btn-bg__blue {
    background: #0082da;
    color: #fff;
}

    .btn.btn-bg__blue:hover,
    .btn__icon.btn-bg__blue:hover {
        background: #0067ac;
        color: #fff;
    }

.btn.btn-bg__bluegreen,
.btn__icon.btn-bg__bluegreen {
    background: #15bff3;
    color: #fff;
}

    .btn.btn-bg__bluegreen:hover,
    .btn__icon.btn-bg__bluegreen:hover {
        background: #1d85a5;
        color: #fff;
    }

.btn.btn-bg__dark,
.btn__icon.btn-bg__dark {
    background: #2e2e2e;
    color: #fff;
}

    .btn.btn-bg__dark:hover,
    .btn__icon.btn-bg__dark:hover {
        background: #0e0e0e;
        color: #fff;
    }

.btn.btn-bg__gary,
.btn__icon.btn-bg__gary {
    background: #444;
    color: #fff;
}

    .btn.btn-bg__gary:hover,
    .btn__icon.btn-bg__gary:hover {
        background: #313131;
        color: #fff;
    }

.btn.btn-bg__orang,
.btn__icon.btn-bg__orang {
    /* background: #ffb717; */
    background: #f4990a;
    color: #fff;
}

    .btn.btn-bg__orang:hover,
    .btn__icon.btn-bg__orang:hover {
        background: #9e600e;
        color: #fff;
    }

.btn.btn-nobg__blue,
.btn__icon.btn-nobg__blue {
    background: white;
    color: #0082da;
}

    .btn.btn-nobg__blue:hover,
    .btn__icon.btn-nobg__blue:hover {
        background: #e1f3ff;
        color: #0082da;
    }

.btn.btn-nobg__dark,
.btn__icon.btn-nobg__dark {
    background: white;
    color: #333;
}

    .btn.btn-nobg__dark:hover,
    .btn__icon.btn-nobg__dark:hover {
        background: #333;
        color: #fff;
    }

.btn.btn-nobg__gary,
.btn__icon.btn-nobg__gary {
    background: white;
    color: #868686;
}

    .btn.btn-nobg__gary:hover,
    .btn__icon.btn-nobg__gary:hover {
        background: #eceaea;
        color: #1f1f1f;
    }

.btn.btn-nobg__orang,
.btn__icon.btn-nobg__orang {
    background: white;
    color: #333;
}

    .btn.btn-nobg__orang:hover,
    .btn__icon.btn-nobg__orang:hover {
        background: #ffe3a5;
        color: #ffb717;
    }

.btn.btn-nobg__red,
.btn__icon.btn-nobg__red {
    background: white;
    color: #333;
}

    .btn.btn-nobg__red:hover,
    .btn__icon.btn-nobg__red:hover {
        background: #fff2f2;
        color: #d8362d;
    }

.btn.btn-light__blue,
.btn__icon.btn-light__blue {
    background: #e1f3ff;
    color: #0082da;
}

    .btn.btn-light__blue:hover,
    .btn__icon.btn-light__blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__white,
.btn__icon.btn-light__white {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white:hover,
    .btn__icon.btn-light__white:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__white-red,
.btn__icon.btn-light__white-red {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white-red:hover,
    .btn__icon.btn-light__white-red:hover {
        background: #d8362d;
        color: #fff2f2;
    }

.btn.btn-light__white-blue,
.btn__icon.btn-light__white-blue {
    background: #fff;
    color: #2e2e2e;
}

    .btn.btn-light__white-blue:hover,
    .btn__icon.btn-light__white-blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__gary-red,
.btn__icon.btn-light__gary-red {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-red:hover,
    .btn__icon.btn-light__gary-red:hover {
        background: #d8362d;
        color: #fff2f2;
    }

.btn.btn-light__gary-blue,
.btn__icon.btn-light__gary-blue {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-blue:hover,
    .btn__icon.btn-light__gary-blue:hover {
        background: #0086e0;
        color: #fff;
    }

.btn.btn-light__gary-orang,
.btn__icon.btn-light__gary-orang {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-orang:hover,
    .btn__icon.btn-light__gary-orang:hover {
        background: #ffb717;
        color: #fff;
    }

.btn.btn-light__gary-dark,
.btn__icon.btn-light__gary-dark {
    background: #eceaea;
    color: #2e2e2e;
}

    .btn.btn-light__gary-dark:hover,
    .btn__icon.btn-light__gary-dark:hover {
        background: #2e2e2e;
        color: #fff;
    }

.btn.btn-light__dark,
.btn__icon.btn-light__dark {
    background: #8f8f8f;
    color: #2e2e2e;
}

    .btn.btn-light__dark:hover,
    .btn__icon.btn-light__dark:hover {
        background: #2e2e2e;
        color: #fff;
    }

.btn.btn-light__gary,
.btn__icon.btn-light__gary {
    background: #eceaea;
    color: #1f1f1f;
}

    .btn.btn-light__gary:hover,
    .btn__icon.btn-light__gary:hover {
        background: #0e2d45;
        color: #fff;
    }

.btn.btn-light__orang,
.btn__icon.btn-light__orang {
    background: #ffe3a5;
    color: #ffb717;
}

    .btn.btn-light__orang:hover,
    .btn__icon.btn-light__orang:hover {
        background: #ffb717;
        color: #fff;
    }

.btn.btn-light__red,
.btn__icon.btn-light__red {
    background: #fff2f2;
    color: #d8362d;
}

    .btn.btn-light__red:hover,
    .btn__icon.btn-light__red:hover {
        background: #d8362d;
        color: #fff;
    }

.use-info__btn {
    cursor: pointer;
}

.btn.disabled,
.btn:disabled {
    border: 1px solid #696969;
    background: #696969;
    cursor: not-allowed;
    color: #fff;
}

    .btn.disabled:hover,
    .btn:disabled:hover {
        border: 1px solid #696969;
        background: #696969;
        color: #fff;
        opacity: 0.5;
    }

/* $1-3__radio -----------------*/
.form-control__radio input {
    display: inline-block;
    width: 16px;
    margin: -4px 1px 0 0 !important;
    vertical-align: middle;
    height: 16px;
}

.form-control__radio .form-control {
    height: 32px;
}

.form-control__radio span {
    /* vertical-align: middle; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.form-control__radio .radio-row__text {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-control__radio input[type="radio"]:checked + span {
    color: #0086e0;
}

/* $1-4__checkbox -----------------*/
/* label + .form-control__checkbox {
    display: block;
} */

input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    /* margin: -4px 1px 0 0 !important; */
    vertical-align: middle;
    height: 16px;
}

    input[type="checkbox"]:checked {
        box-shadow: 0 0 5px 1px #67c0e4;
    }

.checkbox-style__orang:checked {
    box-shadow: 0 0 5px 1px #67c0e4;
}

.form-control__checkbox {
    /*display:inline-block;*/
}

    .form-control__checkbox input {
        display: inline-block;
        width: 16px;
        margin: -4px 1px 0 0 !important;
        vertical-align: middle;
        height: 16px;
    }

        .form-control__checkbox input[type="checkbox"]:checked {
            box-shadow: 0 0 5px 1px #67c0e4;
        }

        .form-control__checkbox input[type="checkbox"]:disabled,
        input[type="checkbox"]:disabled {
            box-shadow: 0 0 0px 0px #67c0e4;
        }

    .form-control__checkbox span {
        /* vertical-align: middle; */
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    .form-control__checkbox input[type="checkbox"]:checked + span {
        color: #0086e0;
    }

    .form-control__checkbox input[type="checkbox"]:checked:disabled + span,
    .form-control__checkbox input[type="checkbox"]:disabled + span {
        color: #333;
    }

    .form-control__checkbox .checkbox-row__text {
        margin-bottom: 0;
        vertical-align: middle;
    }

.form-inline .form-control__checkbox {
    display: block;
}

.form-inline .form-control.input__inline {
    width: calc((100% / 2) - 6px);
}

    .form-inline .form-control.input__inline:first-child {
        margin-right: 6px;
    }

.form-inline .form-control.date-input__inline {
    width: calc((100% / 2) - 6px);
}

.checkbox-status[type="checkbox"]:checked {
    box-shadow: 0 0 0 0 #67c0e4;
}

.form-control__checkbox.checkbox-style_circle input {
    z-index: -1;
    opacity: 0;
    float: right;
    width: 1px;
}

.form-control__checkbox.checkbox-style_circle span {
    background: #fff;
    color: #6c757d;
    border: 1px solid #6c757d;
    padding: 4px 7px;
    border-radius: 100%;
    font-size: 15px;
}

.form-control__checkbox.checkbox-style_circle input[type="checkbox"]:checked + span {
    background: #e7f9ff;
    border: 1px solid #0086e0;
    color: #0086e0;
}

.form-check .form-check-label {
    vertical-align: middle;
    line-height: normal;
}

/* $1-5__select -----------------*/
.form-select {
    padding: 4px 32px 4px 6px;
    border-radius: 0;
    background-position: right 4px center;
}

.form-select__height-26 {
    height: 26px;
    padding: 0px 32px 0px 5px;
    /* padding: 0 5px; */
}

.select.select-dis____inline-block > label,
.select.select-dis____inline-block > select {
    display: inline-block;
    width: auto;
}

.select .form-control option {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* $1-6__toggle -----------------*/
.btn__toggle {
    margin: 6px;
    padding: 0;
    position: relative;
    border: none;
    height: 25px;
    width: 60px;
    border-radius: 24px;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn__toggle:focus,
    .btn__toggle.focus,
    .btn__toggle:focus.active,
    .btn__toggle.focus.active {
        outline: none;
    }

    .btn__toggle:before,
    .btn__toggle:after {
        line-height: 2;
        width: 64px;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn__toggle:before {
        content: "Off";
        left: -64px;
    }

    .btn__toggle:after {
        content: "On";
        right: -64px;
        opacity: 0.5;
    }

    .btn__toggle > .handle {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 34px;
        border-radius: 18px;
        background: #fff;
        transition: left 0.25s;
    }

    .btn__toggle.active {
        transition: background-color 0.25s;
    }

        .btn__toggle.active > .handle {
            left: 43px;
            transition: left 0.25s;
        }

        .btn__toggle.active:before {
            opacity: 0.5;
        }

        .btn__toggle.active:after {
            opacity: 1;
        }

    .btn__toggle.toggle-style__intext:before,
    .btn__toggle.toggle-style__intext:after {
        line-height: 2;
        color: #fff;
        letter-spacing: 0.75px;
        left: 6px;
        width: 37px;
    }

    .btn__toggle.toggle-style__intext:before {
        text-align: right;
    }

    .btn__toggle.toggle-style__intext:after {
        text-align: left;
        opacity: 0;
    }

    .btn__toggle.toggle-style__intext.active:before {
        opacity: 0;
    }

    .btn__toggle.toggle-style__intext.active:after {
        opacity: 1;
    }

    .btn__toggle.toggle-style__notext:before,
    .btn__toggle.toggle-style__notext:after {
        display: none;
    }

    .btn__toggle:before,
    .btn__toggle:after {
        color: #6b7381;
    }

    .btn__toggle.active {
        background-color: #03A9F4;
    }

    .btn__toggle.toggle-style__intext {
        margin: 0 16px;
    }

        .btn__toggle.toggle-style__intext:focus,
        .btn__toggle.toggle-style__intext.focus,
        .btn__toggle.toggle-style__intext:focus.active,
        .btn__toggle.toggle-style__intext.focus.active {
            outline: none;
        }

        .btn__toggle.toggle-style__intext:before,
        .btn__toggle.toggle-style__intext:after {
            line-height: 2;
            width: 8px;
            text-align: center;
            font-weight: 600;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn__toggle.toggle-style__intext:before {
            content: "Off";
            left: -8px;
        }

        .btn__toggle.toggle-style__intext:after {
            content: "On";
            right: -8px;
            opacity: 0.5;
        }

        .btn__toggle.toggle-style__intext > .handle {
            position: absolute;
            top: 2px;
            left: 3px;
            width: 20px;
            height: 20px;
            border-radius: 18px;
            background: #fff;
            transition: left 0.25s;
        }

        .btn__toggle.toggle-style__intext.active {
            transition: background-color 0.25s;
        }

            .btn__toggle.toggle-style__intext.active > .handle {
                left: 37px;
                transition: left 0.25s;
            }

            .btn__toggle.toggle-style__intext.active:before {
                opacity: 0.5;
            }

            .btn__toggle.toggle-style__intext.active:after {
                opacity: 1;
            }

        .btn__toggle.toggle-style__intext.toggle-style__intext:before,
        .btn__toggle.toggle-style__intext.toggle-style__intext:after {
            color: #fff;
            letter-spacing: -0.2px;
            left: 6px;
            width: 37px;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext:before {
            text-align: right;
            left: auto;
            right: 3px;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext:after {
            text-align: left;
            opacity: 0;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext.active:before {
            opacity: 0;
        }

        .btn__toggle.toggle-style__intext.toggle-style__intext.active:after {
            opacity: 1;
        }

        .btn__toggle.toggle-style__intext.toggle-style__notext:before,
        .btn__toggle.toggle-style__intext.toggle-style__notext:after {
            display: none;
        }

    .btn__toggle.toggle-style__notext {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 16px;
        width: 32px;
        border-radius: 16px;
    }

        .btn__toggle.toggle-style__notext:focus,
        .btn__toggle.toggle-style__notext.focus,
        .btn__toggle.toggle-style__notext:focus.active,
        .btn__toggle.toggle-style__notext.focus.active {
            outline: none;
        }

        .btn__toggle.toggle-style__notext:before,
        .btn__toggle.toggle-style__notext:after {
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn__toggle.toggle-style__notext:before {
            content: "Off";
            left: 0;
        }

        .btn__toggle.toggle-style__notext:after {
            content: "On";
            right: 0;
            opacity: 0.5;
        }

        .btn__toggle.toggle-style__notext > .handle {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background: #fff;
            transition: left 0.25s;
        }

        .btn__toggle.toggle-style__notext.active {
            transition: background-color 0.25s;
        }

            .btn__toggle.toggle-style__notext.active > .handle {
                left: 18px;
                transition: left 0.25s;
            }

            .btn__toggle.toggle-style__notext.active:before {
                opacity: 0.5;
            }

            .btn__toggle.toggle-style__notext.active:after {
                opacity: 1;
            }

        .btn__toggle.toggle-style__notext.toggle-style__intext:before,
        .btn__toggle.toggle-style__notext.toggle-style__intext:after {
            color: #fff;
            letter-spacing: 0.75px;
            left: 4px;
            width: 24px;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext:before {
            text-align: right;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext:after {
            text-align: left;
            opacity: 0;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext.active:before {
            opacity: 0;
        }

        .btn__toggle.toggle-style__notext.toggle-style__intext.active:after {
            opacity: 1;
        }

        .btn__toggle.toggle-style__notext.toggle-style__notext:before,
        .btn__toggle.toggle-style__notext.toggle-style__notext:after {
            display: none;
        }

/* $1-7__img --------------------*/
img {
    max-width: 100%;
    height: auto;
}

/* $1-8__margin -----------------*/
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 8px !important;
}

.m-2 {
    margin: 16px !important;
}

.m-3 {
    margin: 24px !important;
}

.m-4 {
    margin: 40px !important;
}

.m-5 {
    margin: 64px !important;
}

.m-5px {
    margin: 5px !important;
}

/*  */

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 24px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 64px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

/*  */

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 64px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

/*  */

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 8px !important;
}

.ml-2 {
    margin-left: 16px !important;
}

.ml-3 {
    margin-left: 24px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-5 {
    margin-left: 64px !important;
}

.ml-5px {
    margin-left: 5px !important;
}

/*  */

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 8px !important;
}

.mr-2 {
    margin-right: 16px !important;
}

.mr-3 {
    margin-right: 24px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-5 {
    margin-right: 64px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

/* $1-9__padding -----------------*/

.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 8px !important;
}

.p-2 {
    padding: 16px !important;
}

.p-3 {
    padding: 18px !important;
}

.p-4 {
    padding: 28px !important;
}

.p-5 {
    padding: 64px !important;
}

.p-2px {
    padding: 2px !important;
}

.p-5px {
    padding: 5px !important;
}

.p-80px {
    padding: 80px !important;
}

.p-160px {
    padding: 160px !important;
}

/*  */

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 8px !important;
}

.pt-2 {
    padding-top: 16px !important;
}

.pt-3 {
    padding-top: 18px !important;
}

.pt-4 {
    padding-top: 28px !important;
}

.pt-5 {
    padding-top: 64px !important;
}

.pt-2px {
    padding-top: 2px !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pt-80px {
    padding-top: 80px !important;
}

.pt-160px {
    padding-top: 160px !important;
}

/*  */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 8px !important;
}

.pb-2 {
    padding-bottom: 16px !important;
}

.pb-3 {
    padding-bottom: 18px !important;
}

.pb-4 {
    padding-bottom: 28px !important;
}

.pb-5 {
    padding-bottom: 64px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.pb-80px {
    padding-bottom: 80px !important;
}

.pb-160px {
    padding-bottom: 160px !important;
}

/*  */

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 8px !important;
}

.pl-2 {
    padding-left: 16px !important;
}

.pl-3 {
    padding-left: 18px !important;
}

.pl-4 {
    padding-left: 28px !important;
}

.pl-5 {
    padding-left: 64px !important;
}

.pl-2px {
    padding-left: 2px !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.pl-80px {
    padding-left: 80px !important;
}

.pl-160px {
    padding-left: 160px !important;
}

/*  */

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 8px !important;
}

.pr-2 {
    padding-right: 16px !important;
}

.pr-3 {
    padding-right: 18px !important;
}

.pr-4 {
    padding-right: 28px !important;
}

.pr-5 {
    padding-right: 64px !important;
}

.pr-2px {
    padding-right: 2px !important;
}

.pr-5px {
    padding-right: 5px !important;
}

.pr-80px {
    padding-right: 80px !important;
}

.pr-160px {
    padding-right: 160px !important;
}

/* $1-10__hr -----------------*/
.hr_color {
    height: 6px;
    width: 100%;
    background: #006bb3;
}

/* $1-11__flex -----------------*/
.dis-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dis-flex_o {
    display: -ms-flexbox;
    display: flex;
}

.dis-inlin-flex {
    display: inline-flex
}

.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.align-items__end {
    align-items: flex-end;
}

.align-items__center {
    align-items: center;
}

.flex-basis-2w {
    flex-basis: 50px;
}

.flex-basis-3w {
    flex-basis: 62px;
}

.flex-basis-4w {
    flex-basis: 80px;
}

.flex-basis-5w {
    flex-basis: 96px;
}

.flex-basis-6w {
    flex-basis: 110px;
}

.flex-basis-7w {
    flex-basis: 130px;
}

.flex-basis-8w {
    flex-basis: 143px
}

.flex-basis-9w {
    flex-basis: 160px
}

.flex-basis-10w {
    flex-basis: 180px;
}

.input-row {
    flex-basis: 210px;
}

.flex-basis-15w {
    flex-basis: 260px;
}

.flex-basis-20w {
    flex-basis: 350px;
}

.flex-basis-25w {
    flex-basis: 420px;
}

@media screen and (max-width: 767px) {
    .flex-basis-2w,
    .flex-basis-3w,
    .flex-basis-4w,
    .flex-basis-5w,
    .flex-basis-6w,
    .flex-basis-7w,
    .flex-basis-8w,
    .flex-basis-9w,
    .flex-basis-10w,
    .input-row,
    .flex-basis-15w,
    .flex-basis-20w,
    .flex-basis-25w {
        flex-basis: 100%;
    }
}

[class^="flex-basis-"], [class*=" flex-basis-"] {
    align-self: center;
}

/*  */
.flex-1 {
    flex: 1;
    word-break: break-all;
    /*align-self: center;*/
}

.flex-2 {
    flex: 2;
    word-break: break-all;
    /*align-self: center;*/
}

.form-row .dis-flex .stitle.flex-basis-2w,
.form-row .dis-flex .stitle.flex-basis-3w,
.form-row .dis-flex .stitle.flex-basis-4w,
.form-row .dis-flex .stitle.flex-basis-5w,
.form-row .dis-flex .stitle.flex-basis-6w,
.form-row .dis-flex .stitle.flex-basis-7w,
.form-row .dis-flex .stitle.flex-basis-8w,
.form-row .dis-flex .stitle.flex-basis-9w,
.form-row .dis-flex .stitle.flex-basis-10w,
.form-row .dis-flex .stitle.input-row,
.form-row .dis-flex .stitle.flex-basis-15w,
.form-row .dis-flex .stitle.flex-basis-20w,
.form-row .dis-flex .stitle.flex-basis-25w {
    text-align: right;
}

/* $1-12__ul -----------------*/

/*ul {
    padding-left: 0px;
}*/

.li-list-style__none {
    list-style-type: none;
}

.li-permutation__straight li {
    display: block;
    float: unset;
}

.li-permutation__horizontal li {
    display: inline-block;
}

/* $1-13__scroll bar -----------------*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* $1-14__form -----------------*/
.form-group .title {
    color: #99abb9;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    /* height: 32px; */
    padding: 2.5px 6px;
    background-clip: border-box;
    font-size: 16px;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #c3c3c3;
        opacity: 1;
    }

.form-control__height-26 {
    height: 26px;
}

.form-control.form-control__width-70,
.form-select.form-select__width-70 {
    width: 100%;
    max-width: 70px;
}

.form-control.form-control__width-80,
.form-select.form-select__width-80 {
    width: 100%;
    max-width: 80px;
}

.form-control.form-control__width-90,
.form-select.form-select__width-90 {
    width: 100%;
    max-width: 80px;
}

.form-control.form-control__width-100,
.form-select.form-select__width-100 {
    width: 100%;
    max-width: 100px;
}

.form-control.form-control__width-110,
.form-select.form-select__width-110 {
    width: 100%;
    max-width: 110px;
}

.form-control.form-control__width-120,
.form-select.form-select__width-120 {
    width: 100%;
    max-width: 120px;
}

.form-control.form-control__width-150,
.form-select.form-select__width-150 {
    width: 100%;
    max-width: 150px;
}

.form-control.form-control__width-200,
.form-select.form-select__width-200 {
    width: 100%;
    max-width: 200px;
}

.form-control.form-control__size-s {
    width: 192px;
}

.form-control.form-control__size-m {
    width: 35%;
}

@media screen and (max-width:991px) {
    .rwd-large .form-control.form-control__size-s {
        width: auto;
    }

    .rwd-large .form-control.form-control__size-m {
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .form-control.form-control__size-s {
        width: auto;
    }

    .form-control.form-control__size-m {
        width: auto;
    }
}

/*     
.form-group.dis-flex .form-control{
    width: auto;
}


@media screen and (max-width:767px){
    .form-group.dis-flex .form-control{
        width: 30%;
    } 
}

@media screen and (max-width:560px){
    .form-group.dis-flex .form-control{
        width: 50%;
    } 
}

@media screen and (max-width:480px){
    .form-group.dis-flex .form-control{
        width: 70%;
    } 
} */

.form-group.dis-flex label {
    line-height: 2.5;
}

.form-group.dis-flex label,
.form-group.dis-flex .form-control {
    margin-right: 5px;
}

.form-group.btn-row {
    padding: 0 16px;
}

    .form-group.btn-row .btn {
        padding: 14px 32px;
        width: 100%;
    }


.form-inline + .form-inline {
    margin-top: 32px;
}

.form-inline.form-size__all .form-group {
    width: 100%;
}

.form-inline.form-size__samll .form-group > .form-control {
    width: 160px;
}

/* 
@media screen and (max-width:767px){
    .form-inline .form-group.form-control-inline{
        display: block;
    }
    
    .form-inline .form-group.form-control-inline .form-control{
        display: inline-block;
        width: auto;
        min-width: 70px;
    }

    .form-inline .form-group.form-control-inline .checkbox,
    .form-inline .form-group.form-control-inline .radio{
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }    
} */

.form-inline.form-size__all .form-group > .table-row {
    display: inline-block;
    vertical-align: middle;
}

.form-inline.label-size__4word label {
    word-break: break-all;
}

.form-inline.label-size__4word.form-size__all .form-group > .form-control,
.form-inline.label-size__4word.form-size__all .form-group > .table-row,
.form-inline.label-size__4word.form-size__all .form-group > .inner {
    width: calc(100% - 85px);
}

.form-inline.label-size__4word.form-size__all .form-group > .table-row__mixing {
    padding-left: 85px;
}

.form-inline.label-size__4word .form-group > .form-ps {
    padding-left: 83px;
    padding-top: 10px;
}

.form-inline.label-size__4word .form-group > .form-control.form-control__side {
    width: calc((100% - 90px) / 2);
}

.form-inline.label-size__4word .form-group > .form-control.form-control__day-connection {
    width: calc((100% - 105px) / 2);
}

.form-inline.label-size__4word .space,
.form-inline.label-size__4word .title {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    color: #99abb9;
}

@media screen and (max-width:991px) {
    .rwd-large .form-inline.label-size__4word.form-size__all .form-group > .form-control,
    .rwd-large .form-inline.label-size__4word.form-size__all .form-group > .table-row,
    .rwd-large .form-inline.label-size__4word.form-size__all .form-group > .inner {
        width: 100%;
    }

    .rwd-large .form-inline.label-size__4word.form-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .rwd-large .form-inline.label-size__4word .form-group > .form-ps {
        padding-left: 0px;
    }

    .rwd-large .form-inline.label-size__4word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .rwd-large .form-inline.label-size__4word .form-group > .title.title-inline {
            width: auto;
        }

    .rwd-large .form-inline.label-size__4word .form-group > .space {
        display: none;
    }

    .rwd-large .form-inline.label-size__4word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .rwd-large .form-inline.label-size__4word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }

    .rwd-large .form-inline.label-size__8word .form-group > .form-control__inline {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .form-inline.label-size__4word.form-size__all .form-group > .form-control,
    .form-inline.label-size__4word.form-size__all .form-group > .table-row,
    .form-inline.label-size__4word.form-size__all .form-group > .inner {
        width: 100%;
    }

    .form-inline.label-size__4word.form-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .form-inline.label-size__4word .form-group > .form-ps {
        padding-left: 0px;
    }

    .form-inline.label-size__4word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .form-inline.label-size__4word .form-group > .title.title-inline {
            width: auto;
        }

    .form-inline.label-size__4word .form-group > .space {
        display: none;
    }

    .form-inline.label-size__4word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__4word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__8word .form-group > .form-control__inline {
        display: inline-block;
    }
}

.form-inline.label-size__8word label {
    word-break: break-all;
}

.form-inline.label-size__8word .form-group > .title {
    width: 125px;
    text-align: right;
    padding-right: 16px;
    color: #99abb9;
}

.form-inline.label-size__8word.form-size__all .form-group > .form-control,
.form-inline.label-size__8word.form-size__all .form-group > .table-row,
.form-inline.label-size__8word.form-size__all .form-group > .inner {
    width: calc(100% - 130px);
}

.form-inline.label-size__8word.form-size__all .form-group > .table-row__mixing {
    padding-left: 130px;
}


.form-inline.label-size__8word .form-group > .form-ps {
    padding-left: 130px;
    padding-top: 0px;
    margin-bottom: 0;
}

.form-inline.label-size__8word .form-group > .form-control.form-control__side {
    width: calc((100% - 140px) / 2);
}

.form-inline.label-size__8word .form-group > .form-control.form-control__day-connection {
    width: calc((100% - 150px) / 2);
}

@media screen and (max-width:991px) {
    .rwd-large .form-inline.label-size__8word.form-size__all .form-group > .form-control,
    .rwd-large .form-inline.label-size__8word.form-size__all .form-group > .inner {
        width: 100%;
    }

    .rwd-large .form-inline.label-size__8word.form-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .rwd-large .form-inline.label-size__8word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .rwd-large .form-inline.label-size__8word .form-group > .title.title-inline {
            width: auto;
        }

    .rwd-large .form-inline.label-size__8word .form-group > .form-ps {
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 0;
    }

    .rwd-large .form-inline.label-size__8word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .rwd-large .form-inline.label-size__8word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }
}


@media screen and (max-width:767px) {
    .form-inline.label-size__8word.form-size__all .form-group > .form-control,
    .form-inline.label-size__8word.form-size__all .form-group > .inner {
        width: 100%;
    }

    .form-inline.label-size__8word.form-size__all .form-group > .table-row__mixing {
        padding-left: 0px;
    }


    .form-inline.label-size__8word .form-group > .title {
        width: 100%;
        text-align: left;
    }

        .form-inline.label-size__8word .form-group > .title.title-inline {
            width: auto;
        }

    .form-inline.label-size__8word .form-group > .form-ps {
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 0;
    }

    .form-inline.label-size__8word .form-group > .form-control.form-control__side {
        width: calc((100% - 5px) / 2);
        display: inline-block;
    }

    .form-inline.label-size__8word .form-group > .form-control.form-control__day-connection {
        width: calc((100% - 20px) / 2);
        display: inline-block;
    }
}

input.highlight {
    border-color: orangered;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.form-ps {
}

/* $1-15__badge -----------------*/
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 5px;
    margin-right: 6px;
    background-color: #a7a7a7;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge + .badge {
    margin-right: 6px;
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 160px;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}

.badge-blue-dark {
    color: #fff;
    background-color: #1b538b;
}

a.badge-blue-dark:hover, a.badge-blue-dark:focus {
    color: #fff;
    background-color: #1b538b;
}

a.badge-blue-dark:focus, a.badge-blue-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}

.badge-purple {
    color: #fff;
    background-color: #9c27b0;
}

/* $1-16__border -----------------*/
.border-line__0 {
    border-width: 0;
}

.border-line__bottom {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ced4da;
    border-left: 0;
}

.border-line__1px-blue {
    border: 1px solid #0082da;
}

.border-line__1px-gary {
    border: 1px solid #dee2e6;
}

.border-line__1px-wh {
    border: 1px solid #fff;
}

.border-line__right-1px-blue {
    border-right: 1px solid #0082da;
}

.border-line__right-1px-gary {
    border-right: 1px solid #dee2e6;
}

.border-line__right-1px-wh {
    border-right: 1px solid #fff;
}

.border-line__left-1px-blue {
    border-left: 1px solid #0082da;
}

.border-line__left-1px-gary {
    border-left: 1px solid #dee2e6;
}

.border-line__left-1px-wh {
    border-left: 1px solid #fff;
}

.border-line__top-1px-blue {
    border-top: 1px solid #0082da;
}

.border-line__top-1px-gary {
    border-top: 1px solid #dee2e6;
}

.border-line__top-1px-wh {
    border-top: 1px solid #fff;
}

.border-line__bottom-1px-blue {
    border-bottom: 1px solid #0082da;
}

.border-line__bottom-1px-gary {
    border-bottom: 1px solid #dee2e6;
}

.border-line__bottom-1px-wh {
    border-bottom: 1px solid #fff;
}

.border-color__gary {
    border-color: #dee2e6 !important;
}

/* $1-17__background -----------------*/
.bg-color__white {
    background: white !important;
}


/* $1-18__display -----------------*/
.display-inblock {
    display: inline-block;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}


/* $1-19__switch -----------------*/
/* bootstrap v5 up has switch */
.form-switch.switch-style__md-green .form-check-input {
    margin-right: 10px;
    width: 45px;
    height: 22px;
    margin-top: 0;
}

    .form-switch.switch-style__md-green .form-check-input:checked {
        border-color: #25b77a;
        background-color: #25b77a;
        box-shadow: 0 0 0;
    }

.form-switch.switch-style__md-green .form-check-label {
    /* vertical-align: middle; */
}


.form-switch.switch-size__md .custom-control-label::before {
    height: 18px;
    width: 44px;
    border-radius: 32px;
}

.form-switch.switch-size__md .custom-control-label::after {
    left: calc(-35px + 2px);
    top: calc(4px + 2px);
    width: calc(22px - 4px);
    height: calc(22px - 4px);
    border-radius: 32px;
}

.form-switch.switch-size__md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(19px);
}

.form-switch.switch-size__md .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #25b77a;
    background-color: #25b77a;
}

/*$1-20__textarea*/
.textarea {
    width: 100%;
    overflow: auto;
}

.tew__auto {
    width: auto;
}

.tew__150px {
    min-width: 150px
}

.teh__100px {
    min-height: 100px
}

.teh__150px {
    min-height: 150px
}

.teh__200px {
    min-height: 200px
}
/* --------------------------------------------------------- */
/* $$2__font style----------------------------------------------- */
/* --------------------------------------------------------- */
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 40px;
    }
}

.h1, h1 {
    font-size: calc(22px + 1.5vw);
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 32px;
    }
}

.h2, h2 {
    font-size: calc(21px + .9vw);
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 28px;
    }
}

.h3, h3 {
    font-size: calc(20px + .6vw);
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 24px;
    }
}

.h4, h4 {
    font-size: calc(20px + .3vw);
}

.h5, h5 {
    font-size: 20px;
}

.h6, h6 {
    font-size: 16px;
}


.text-right {
    text-align: right !important;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.align-sub {
    vertical-align: sub !important;
}

.title {
    vertical-align: middle;
    font-weight: 900;
    /* margin-top: 8px; */
}

    .title.title-inline {
        display: inline-block;
        width: auto;
    }

.title-row .stitle {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
}

.stitle,
.inner {
    word-break: break-all;
}

.stitle-style__4w-line,
.stitle-style__6w-line {
    color: #cfd9ef;
    position: relative;
}

    .stitle-style__4w-line::after {
        content: "";
        width: calc(100% - 93px);
        height: 1px;
        background: #ecf2ff;
        position: absolute;
        margin: auto 7px;
        top: 0;
        bottom: 0;
    }

    .stitle-style__6w-line::after {
        content: "";
        width: calc(100% - 125px);
        height: 1px;
        background: #ecf2ff;
        position: absolute;
        margin: auto 7px;
        top: 0;
        bottom: 0;
    }

.title-control {
    display: block;
    width: 100%;
    height: calc(24px + 12px + 2px);
    padding: 6px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* 
.col__row .title {
    margin-bottom: 16px;
    margin-top: 10px;
} */

.font-color__gary-blue {
    color: #77a5c4;
}

.font-color__blue {
    color: #0086e0;
}

.font-color__dark-blue {
    color: #1a4a8a;
}

.font-color__red {
    color: red;
}

.font-color__light-red {
    color: #ff4644;
    /*color: #ff403e;*/
    /*color: #f72321;*/
    /*color: #f60000;*/
}

.font-color__dark-red {
    color: #d02323;
}

.font-color__green {
    color: green;
}

.font-color__light-green {
    color: #1d9b1d;
}

.font-color__dark-green {
    color: #006800;
}

.font-color__gary {
    color: #d0d2d8;
}

.font-color__dark-gary {
    color: #a8aaae;
}

.font-color__white {
    color: white;
}

.font-color__title {
    color: #99abb9;
}

.font-color__text {
    color: #333;
}

.form-control::placeholder {
    color: #0e0e0e;
    opacity: .4;
}

.prompt {
    color: red;
    margin-bottom: 16px;
}

    .prompt span {
        padding-right: 10px;
    }

/* .necessary-input::before{
    content: "*";
    color: red;
} */

.necessary-input::after {
    content: "*";
    color: red;
    position: absolute;
}

.font-size__s {
    font-size: 10px;
}

.font-size__10 {
    font-size: 10px;
}

.font-size__14 {
    font-size: 14px;
}

.font-size__15 {
    font-size: 15px;
}

.font-size__16 {
    font-size: 16px;
}

.font-size__18 {
    font-size: 18px;
}

.font-size__20 {
    font-size: 20px;
}

.font-size__22 {
    font-size: 22px;
}

.font-size__24 {
    font-size: 24px;
}

.font-size__3rem {
    font-size: 48px;
}

.font-size__4rem {
    font-size: 64px;
}

/* --------------------------------------------------------- */
/* $$3__animate--------------------------------------------- */
/* --------------------------------------------------------- */

.animate__normal {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

/* --------------------------------------------------------- */
/* $$4__nav------------------------------------------------- */
/* --------------------------------------------------------- */
.navbar.navbar-position__left-side {
    border-radius: 0;
    border-top: 0px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
    border-left: 0px solid #eee;
    width: 210px;
    height: 100%;
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 15px rgba(89, 134, 154, 0.1);
    position: fixed;
    /*overflow-y: auto;*/
    /*overflow-x: unset;*/
    align-items: start;
    align-content: flex-start;
    padding: 0;
    z-index: 1030;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar.navbar-position__left-side {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        /*z-index: 1030;*/
        margin-left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-position__left-side {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        /*z-index: 1030;*/
        margin-left: 0 !important;
    }
}

.navbar.navbar-position__left-side.navbar-item__float-right {
    /*overflow-x: auto;*/
    /*overflow-y: visible;*/
    /*z-index: 1;*/
}

.navbar .navbar__header {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 8px;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar .navbar__header {
        padding: 8px 16px;
    }
}

@media screen and (max-width:767px) {
    .navbar .navbar__header {
        padding: 8px 16px;
    }
}

.navbar .navbar-brand {
    width: 90px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
    margin: auto;
    display: block;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar .navbar-brand {
        width: 65px;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    .navbar .navbar-brand {
        width: 65px;
        display: inline-block;
    }
}

.navbar .navbar-brand img {
    margin: auto;
}

.navbar.navbar-position__left-side .navbar-toggler {
    display: none;
    padding: 10px 10px;
    /*margin-top: 22px;*/
    border: 0px solid transparent;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar.navbar-position__left-side .navbar-toggler {
        display: inline-block;
        float: right;
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-position__left-side .navbar-toggler {
        display: inline-block;
        float: right;
    }
}

@media screen and (max-width:991px) {
    .rwd-large .navbar.navbar-position__left-side .navbar-toggler.navbar-toggler-position__left {
        float: left;
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-position__left-side .navbar-toggler.navbar-toggler-position__left {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-position__left-side .navbar-collapse {
        display: block;
        flex-basis: auto;
        width: 100%;
        /* height: 100%; */
        /* min-height: calc(100vh - 80px); */
    }
}

@media (min-width: 992px ) {
    .rwd-large .navbar-position__left-side .navbar-collapse {
        display: block;
        flex-basis: auto;
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .rwd-large .collapse:not(.show) {
        display: none;
    }
}

/* offcanvas-style-all page--start */
.navbar-position__left-side .offcanvas {
    position: relative;
    visibility: unset !important;
    background: inherit;
    margin: 0;
    padding: 0;
}

.navbar-position__left-side .offcanvas-start {
    width: auto;
    transform: none;
    border: 0px;
}


.navbar-position__left-side .offcanvas-backdrop {
    display: none;
}

.navbar-position__left-side .offcanvas-tool {
    padding: 8px 32px 16px;
    display: none;
}


@media screen and (max-width:991px) {
    .navbar-position__left-side .offcanvas {
        position: fixed;
        visibility: hidden;
    }

        .navbar-position__left-side .offcanvas.show {
            transform: none;
        }

    .navbar-position__left-side .offcanvas-start {
        width: 400px;
        border-right: 1px solid rgba(0,0,0,.2);
        transform: translateX(-100%);
    }

    .navbar-position__left-side .offcanvas-tool {
        display: block;
    }

    .navbar-position__left-side .offcanvas-backdrop {
        display: block;
    }
}

.navbar-position__left-side .offcanvas-body {
    padding: 0;
}

.offcanvas-header {
    display: none;
}

@media screen and (max-width:991px) {
    .offcanvas-header {
        display: flex;
    }
}

.offcanvas-header .offcanvas-btn__close {
    padding: 8px 8px;
    margin-top: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    font-size: 30px;
    cursor: pointer;
}

/* offcanvas-style-all page--end */


.navbar-position__left-side .navbar__spage .dropdown-item.active {
    color: #0092ff;
    background-color: #fff;
}

.navbar-position__left-side .navbar-collapse .navbar__member {
    padding: 0 16px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 11px 12px;
    color: #333;
}

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: #0092ff;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #0092ff;
        background: #f5faff;
    }

    .navbar-light .navbar-nav .nav-link .icon {
        padding-right: 1px;
        color: #309fe0;
        /*font-size: 18px;*/
    }

.navbar.navbar-position__left-side .navbar__page .navbar-nav {
    width: 100%;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar.navbar-position__left-side .navbar__page .navbar-nav * {
        font-size: 18px;
        /* font-weight: bolder; */
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-position__left-side .navbar__page .navbar-nav * {
        font-size: 18px;
        /* font-weight: bolder; */
    }
}

.navbar.navbar-position__left-side .navbar__page .dropdown .navbar__spage {
    position: relative;
    top: auto;
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding-left: 23px;
}

.navbar.navbar-position__left-side .navbar__page .dropdown.dropright .navbar__spage {
    position: absolute;
    top: auto;
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px rgba(86, 98, 127, 0.2);
    box-shadow: 0 2px 10px rgba(86, 98, 127, 0.2);
    top: 0px;
    padding-left: 0;
    /* display: none; */
}


@media screen and (max-width:991px) {
    .rwd-large .navbar.navbar-position__left-side .navbar__page .navbar__spage {
        position: static;
        box-shadow: 0 0 0;
        padding-left: 19px;
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-position__left-side .navbar__page .navbar__spage {
        position: static;
        box-shadow: 0 0 0;
        padding-left: 19px;
    }
}

/* navbar-item__float-right */
/*.navbar.navbar-position__left-side.navbar-item__float-right .navbar__page .navbar__spage {
    -webkit-box-shadow: 0 2px 10px rgb(86 98 127 / 20%);
    box-shadow: 0 2px 10px rgb(86 98 127 / 20%);
    top: 0px;
    padding-left: 0;
}*/


.navbar-light .navbar-nav .dropdown-item {
    padding: 9px 12px 9px 12px;
    color: #333;
}

@media screen and (max-width:991px) {
    .rwd-large .navbar-light .navbar-nav .dropdown-item {
        padding: 16px;
    }
}

@media screen and (max-width:767px) {
    .navbar-light .navbar-nav .dropdown-item {
        padding: 16px;
    }
}

.navbar-light .navbar-nav .dropdown-item:hover,
.navbar-light .navbar-nav .dropdown-item:active,
.navbar-light .navbar-nav .dropdown-item:focus {
    color: #0092ff;
    background-color: #f5faff;
}

.nav-pills .nav-link {
    border-radius: 0;
}



/* --------------------------------------------------------- */
/* $$5__footer----------------------------------------------*/
/* --------------------------------------------------------- */


/* --------------------------------------------------------- */
/* $$6__main-----------------------------------------------*/
/* --------------------------------------------------------- */
.main {
    position: relative;
    margin-left: 210px;
}

@media screen and (max-width:991px) {
    .rwd-large .main {
        margin-left: 0 !important;
        padding-top: 80px;
    }
}

@media screen and (max-width:767px) {
    .main {
        margin-left: 0 !important;
        padding-top: 80px;
    }
}

.main-head {
    padding: 16px 18px 18px;
    border-bottom: 0px solid #eee;
    align-items: flex-end;
    max-width: 2370px;
    /* min-height: 83px; */
    align-items: flex-start;
}

.navbar.navbar-position__left-side .navbar__page .main-head {
    display: none;
}

.main-head__tool .main-head__search {
    background: #fff;
}

.main-head__title {
    padding: 8px 18px;
}

@media screen and (max-width:991px) {
    .rwd-large .main-head__title {
        padding: 8px 10px;
    }
}

@media screen and (max-width:767px) {
    .main-head__title {
        padding: 8px 10px;
    }
}


.main-head__title .title__page-name {
    padding-left: 10px;
    border-left: 6px solid #9eddff;
    /* color: #007cbf; */
    color: #035c8c;
    position: relative;
}

    .main-head__title .title__page-name::before {
        content: "";
        padding-left: 10px;
        border-left: 6px solid #0092ff;
        position: absolute;
        left: -6px;
        /*z-index: 5;*/
        bottom: 0;
        width: 1px;
        height: 10px;
    }

.main-head__tool {
    font-size: 14px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width:991px) {
    .main .main-head {
        position: absolute;
        right: 20px;
        padding: 0;
        margin-top: -3px;
    }

    .rwd-large .navbar.navbar-position__left-side .navbar__page .main-head {
        display: block;
    }

    .rwd-large .main-head__tool {
        font-size: 15px;
    }

    .main-head__tool .tool-item__text,
    .main-head__tool .tool-item__line,
    .main-head__tool .tool-item__search,
    .main-head__tool .tool-item__type,
    .main-head__tool .tool-item__link {
        display: none;
        position: relative;
    }
}

@media screen and (max-width:767px) {
    .main .main-head {
        position: absolute;
        right: 20px;
        padding: 0;
        margin-top: -3px;
    }

    .navbar.navbar-position__left-side .navbar__page .main-head {
        display: block;
    }

    .main-head__tool {
        font-size: 16px;
    }

        .main-head__tool .tool-item__text,
        .main-head__tool .tool-item__line,
        .main-head__tool .tool-item__search,
        .main-head__tool .tool-item__type,
        .main-head__tool .tool-item__link {
            display: none;
        }
}

.main-head__tool .tool-item__line {
    border-left: 1px solid #c3d4dd;
    padding-right: 5px;
    margin-left: 5px;
    height: 20px;
}

.main-head__tool .tool-item__link {
    border: 1px solid #0082da;
    padding: 2px 5px;
    /* line-height: 2; */
    margin-left: 5px;
    border-radius: 3px;
    color: #0082da;
}

    .main-head__tool .tool-item__link:hover {
        border: 1px solid #0082da;
        background: #0082da;
        color: #fff;
        cursor: pointer;
    }

.main-head__tool .tool-item__text {
    cursor: default;
}

    .main-head__tool .tool-item__text a[href*="#"] {
    }

.main-head__tool .tool-item__type .type-wh,
.main-head__tool .tool-item__type .type-dark {
    padding: 7px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 3px;
    vertical-align: middle;
    cursor: pointer;
}

    .main-head__tool .tool-item__type .type-wh:hover,
    .main-head__tool .tool-item__type .type-dark:hover {
        box-shadow: 0 0 0px 2px #4a5068;
    }

.main-head__tool .tool-item__type .type-wh {
    background: #fff;
}

.main-head__tool .tool-item__type .type-dark {
    background: #404144;
}

.main-head__tool .tool-item__search {
    font-size: 14px;
    width: 200px;
}

    .main-head__tool .tool-item__search .form-control {
        padding: 0 5px;
        font-size: 14px;
        line-height: 1;
    }

    .main-head__tool .tool-item__search .btn {
        padding: 3px 7px;
    }

.main-head__page-link {
    font-size: 12px;
}

    .main-head__page-link ul {
        margin-bottom: 0;
    }

    .main-head__page-link a,
    .main-head__page-link a:focus {
        color: #888;
    }

        .main-head__page-link a:hover {
            color: #0086e0;
        }

    .main-head__page-link .link-item {
        position: relative;
    }

        .main-head__page-link .link-item::after {
            content: " > ";
            color: #ddd;
        }

        .main-head__page-link .link-item:last-child::after {
            content: " ";
        }

.main-body {
    padding: 0px 18px 0px;
    margin: 0;
    /*max-width: 2552px;*/
}

@media screen and (max-width:991px) {
    .rwd-large .main-body {
        padding: 10px 5px 50px 5px;
    }
}

@media screen and (max-width:767px) {
    .main-body {
        padding: 10px 5px 50px 5px;
    }
}

@media screen and (max-width:580px) {
    .main-body {
        padding: 10px 0px 50px 0px;
    }
}

.col__row {
    margin-bottom: 32px;
    /* margin: auto; */
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 15px rgba(89, 134, 154, 0.1);
    padding: 18px 18px 80px 18px;
}

    .col__row.row-nobg {
        background: rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        padding: 0;
    }

@media screen and (max-width:991px) {
    .rwd-large .col__row {
        padding: 16px 16px 80px 16px;
    }
}

@media screen and (max-width:767px) {
    .col__row {
        padding: 16px 16px 80px 16px;
    }
}

.col__table-row {
    padding: 32px;
    border-radius: 7px 7px 7px 7px;
    background: #fff;
    box-shadow: 0 0 15px rgba(89, 134, 154, 0.1);
    margin-bottom: 28px;
}

.col__tab-row {
    margin-bottom: 32px;
}


.col__row.dis-flex {
    padding: 48px 32px 18px 32px;
}

@media screen and (max-width:1440px) {
    .col__row.dis-flex {
        padding: 32px 16px 16px 16px;
    }
}



/* --------------------------------------------------------- */
/* $$7__container-------------------------------------------------*/
/* --------------------------------------------------------- */

.container {
    width: 100%;
}

.page-container {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width:1400px) {
    .page-container {
        width: 95%;
        margin: auto;
    }
}

/* --------------------------------------------------------- */
/* $$8__use-info-------------------------------------------------*/
/* --------------------------------------------------------- */
/* 
.use-info__btn{
    display: inline-block;
    padding: .20em .6em;
    font-size: 12px;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 160px;
    color: #fff;
    margin-left: 5px;
    background-color: #718ba2;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -3px;
} */

.use-info__btn2 {
    display: inline-block;
    font-size: 18px;
    color: #718ba2;
    cursor: pointer;
    top: 3px;
    margin-left: 5px;
}

/* --------------------------------------------------------- */
/* $$9__table-----------------------------------------------------*/
/* --------------------------------------------------------- */
.col__table-row .table-responsive {
    border: 0px;
    padding-top: 16px;
}

.col__table-row .table-tool + .table-responsive {
    /* border-top: 1px solid #ddd; */
    margin-top: 0px;
}

@media screen and (max-width: 2560px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        /* overflow-y: hidden; */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* border: 1px solid #ddd; */
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }
}

.table-responsive.table-responsive__inner-max .table {
    width: auto;
}

.table-tool {
    display: flex;
}

@media screen and (max-width: 787px) {
    .table-tool .col-md-6 {
        width: 100%;
        margin-right: 10px;
    }

        .table-tool .col-md-6 + .col-md-6 {
            margin-top: 10px;
        }
}

.table-tool .btn__icon {
    margin-bottom: 0;
}

.table-tool .text-right {
    flex: 1;
}

    .table-tool .text-left > div,
    .table-tool .text-right > div {
        display: inline-block;
    }

.table-tool .text-left .text {
    vertical-align: middle;
    margin-bottom: 0;
}

.table-tool .form-control {
    /* height: auto; */
}

.table-tool .table-tool__rows {
}

    .table-tool .table-tool__rows .form-control {
        border: 0px;
        background: #f5f5f5;
        font-weight: 900;
        font-size: 18px;
        padding: 5px 6px 5px 15px;
        vertical-align: middle;
        /*移除箭頭*/
        /*appearance: none;*/
        /*-moz-appearance: none;*/
        /*-webkit-appearance: none;*/
    }

        .table-tool .table-tool__rows .form-control:hover {
            cursor: pointer;
        }

        /*ie移除箭頭*/
        .table-tool .table-tool__rows .form-control::-ms-expand {
            display: none;
        }


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 4px 6px;
}

.table > tbody > tr > td {
    min-height: 45px;
}

.table > tbody > tr > td {
    word-break: break-word;
    vertical-align: middle;
}

    .table > tbody > tr > td textarea {
        min-height: 32px;
    }
/* 
.table .table__td.td__sms-inner{
    display : inline-block;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    width : 240px;
} */

/* .table .table__checbox{
    width: 30px;
    padding: 8px 0px 8px 18px;
} */

/* .table .table__checbox .radio.radio-inline {
    margin-top: 3px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0;
} */

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.03);
}

.table-striped__even tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,0.03);
}

.table-hover > tbody > tr:hover {
    /* background-color: #f4f8fb; */
    background-color: #f2f9ff;
    --bs-table-accent-bg: auto;
}

.table-thead__bg-gary thead {
    background: rgba(0,0,0,0.03);
}

.table-thead__tb thead tr th {
    border-top: 1px solid;
}

.table-td__input-noborder td > .form-control {
    border: 0px solid;
}

.table-td__input-bborder td > .form-control {
    border: 0px solid;
    border-bottom: 1px solid #ced4da;
}

.table-td__has-disabled {
    width: 16px;
    height: 16px;
    position: relative;
    background: #888888;
    border-radius: 2px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: no-drop;
}

    .table-td__has-disabled:hover::after {
        content: "已加入自選";
        position: absolute;
        left: 0;
        top: -32px;
        background: #fff;
        padding: 3px 5px;
        color: #333;
        border-radius: 4px;
        z-index: 32;
        font-weight: bolder;
        font-size: 13px;
    }

    .table-td__has-disabled:hover::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 16px;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .table-td__has-disabled > div {
        padding: 1px 5px;
        background: #fff;
        height: 2px;
    }


/* td width */
.tbw-checkbox > div,
.tbw-checkbox > div,
.tbw-auto > div,
.tbw-1 > div,
.tbw-2 > div,
.tbw-3 > div,
.tbw-4 > div,
.tbw-5 > div,
.tbw-6 > div,
.tbw-7 > div,
.tbw-8 > div,
.tbw-9 > div,
.tbw-min1w > div,
.tbw-min2w > div,
.tbw-min3w > div,
.tbw-min4w > div,
.tbw-min5w > div,
.tbw-min6w > div,
.tbw-min7w > div,
.tbw-min8w > div,
.tbw-min9w > div,
.tbw-min10w > div,
.tbw-min12w > div,
.tbw-min15w > div,
.tbw-min20w > div,
.tbw-min25w > div {
    word-break: break-all;
    width: 100%;
    white-space: normal;
    padding: 0;
}

th[class*="tbw-"],
td[class*="tbw-"] {
    word-break: break-all;
    width: 100%;
    white-space: normal;
    padding: 0;
}

th[class*="tbw-min"],
td[class*="tbw-min"],
th[class*="tbw-max"],
td[class*="tbw-max"] {
    width: auto;
}

.tbw-radio,
.tbw-checkbox {
    width: 28px !important;
}

.tbw-auto {
    width: auto !important;
}

.tbw-2 {
    width: 55px !important;
}

.tbw-3 {
    width: 60px !important;
}

.tbw-4 {
    width: 80px !important;
}

.tbw-5 {
    width: 91px !important;
}

.tbw-6 {
    width: 107px !important;
}

.tbw-7 {
    width: 124px !important;
}

.tbw-8 {
    width: 133px !important;
}

.tbw-9 {
    width: 140px !important;
}

/* --------- */

.tbw-min2w {
    min-width: 55px !important;
}

.tbw-min3w {
    min-width: 60px !important;
}

.tbw-min4w {
    min-width: 80px !important;
}

.tbw-min5w {
    min-width: 91px !important;
}

.tbw-min6w {
    min-width: 107px !important;
}

.tbw-min7w {
    min-width: 124px !important;
}

.tbw-min8w {
    min-width: 133px !important;
}

.tbw-min9w {
    min-width: 140px !important;
}

.tbw-min10w {
    min-width: 166px !important;
}

.tbw-min12w {
    min-width: 196px !important;
}

.tbw-min15w {
    min-width: 230px !important;
}

.tbw-min20w {
    min-width: 350px !important;
}

.tbw-min25w {
    min-width: 420px !important;
}

/* --------- */

.tbw-10px {
    width: 10px !important;
}

.tbw-15px {
    width: 15px !important;
}

.tbw-20px {
    width: 20px !important;
}

.tbw-25px {
    width: 25px !important;
}

.tbw-30px {
    width: 30px !important;
}

.tbw-35px {
    width: 35px !important;
}

.tbw-40px {
    width: 40px !important;
}

.tbw-45px {
    width: 45px !important;
}

.tbw-50px {
    width: 50px !important;
}

.tbw-55px {
    width: 55px !important;
}

.tbw-60px {
    width: 60px !important;
}

.tbw-65px {
    width: 65px !important;
}

.tbw-70px {
    width: 70px !important;
}

.tbw-75px {
    width: 75px !important;
}

.tbw-80px {
    width: 80px !important;
}

.tbw-85px {
    width: 85px !important;
}

.tbw-90px {
    width: 90px !important;
}

.tbw-95px {
    width: 95px !important;
}

.tbw-100px {
    width: 100px !important;
}

.tbw-105px {
    width: 105px !important;
}

.tbw-110px {
    width: 110px !important;
}

.tbw-115px {
    width: 115px !important;
}

.tbw-120px {
    width: 120px !important;
}

.tbw-130px {
    width: 130px !important;
}

.tbw-140px {
    width: 140px !important;
}

.tbw-150px {
    width: 150px !important;
}

.tbw-200px {
    width: 200px !important;
}

.tbw-300px {
    width: 300px !important;
}

.tbw-400px {
    width: 400px !important;
}

.tbw-500px {
    width: 500px !important;
}


.tbw-600px {
    width: 600px !important;
}


/* --------- */

.tbw-checkbox span {
    vertical-align: middle;
    line-height: normal;
}

.table-td-tool {
    text-align: right;
}


@media screen and (max-width: 991px) {
    .rwd-large .table.table__data-th thead {
        display: none;
    }

    .rwd-large .table.table__data-th tbody .table__td {
        display: block;
        padding: 9px;
        min-width: 255px;
    }

    .table.table__data-th tbody .table__td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 160px;
        padding: 0 10px;
        vertical-align: top;
    }

    .rwd-large .table-td-tool {
        padding-right: 32px !important;
    }

    .rwd-large .table.table__data-th tbody .table-td-tool:before {
        content: "";
        width: 0px;
        padding: 0px;
    }
}


@media screen and (max-width: 767px) {
    .table.table__data-th thead {
        display: none;
    }

    .table.table__data-th tbody .table__td {
        display: block;
        padding: 9px;
        min-width: 255px;
    }

        .table.table__data-th tbody .table__td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block;
            width: 160px;
            padding: 0 10px;
            vertical-align: top;
        }

    .table-td-tool {
        padding-right: 32px !important;
    }

    .table.table__data-th tbody .table-td-tool:before {
        content: "";
        width: 0px;
        padding: 0px;
    }
}

.tds__bb2px {
    border-bottom: 2px solid #333 !important;
}

.tds__bb3px {
    border-bottom: 3px solid #333 !important;
}

.tds__pl1w {
    padding-left: 21px !important;
}

.tds__pl2w {
    padding-left: 36px !important;
}

.td__p1 tr td,
.td__p1 tr th {
    padding: 8px !important;
}

.td__p2 tr td,
.td__p2 tr th {
    padding: 16px !important;
}

.td__pl1 tr td,
.td__pl1 tr th {
    padding-left: 8px !important;
}

.td__pr1 tr td,
.td__pr1 tr th {
    padding-right 8px !important;
}

.td__pt1 tr td,
.td__pt1 tr th {
    padding-top: 8px !important;
}

.td__pb1 tr td,
.td__pb1 tr th {
    padding-bottom 8px !important;
}

.td__pl2 tr td,
.td__pl2 tr th {
    padding-left: 16px !important;
}

.td__pr2 tr td,
.td__pr2 tr th {
    padding-right: 16px !important;
}

.td__pt2 tr td,
.td__pt2 tr th {
    padding-top: 16px !important;
}

.td__pb2 tr td,
.td__pb2 tr th {
    padding-bottom: 16px !important;
}


.tds__text-right,
.tds__text-right input,
.tds__text-right textarea {
    text-align: right;
}

.table #pagewraparea .form-control {
    height: 24px;
    margin-left: 2px;
}

.table #pagewraparea #inputPageSize-str {
    margin-left: 5px;
    margin-right: 4px;
}

.table #pagewraparea .btn {
    border-radius: 0;
}

/*.table.table-fixed__1td th:first-child,
.table.table-fixed__1td td:first-child {
    position: sticky;
    left: 0px;
}*/

.table.tdp-5px td,
.table.tdp-5px th {
    padding: 5px !important;
}

.table.tdp-10px td,
.table.tdp-10px th {
    padding: 10px !important;
}




/* --------------------------------------------------------- */
/* $$10__tab-----------------------------------------------------*/
/* --------------------------------------------------------- */
.col__tab-row > .tab-style__bg-blue .nav-tabs {
    border-bottom: 0px;
}

    .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-item {
        margin-bottom: 0px;
    }

    .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-link {
        border-top: 0px;
        border-right: 0px;
        border-bottom: 4px solid rgba(255, 255, 255, 0);
        border-left: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #828ca0;
        font-weight: 900;
        background: #edf2f3;
        box-shadow: -1px 0px 0 #fff;
    }

        .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-link:hover,
        .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-link:focus {
            border-color: #71b6fd;
            color: #71b6fd;
            font-weight: 900;
            background: #fbfdff;
        }

        .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-link.active,
        .col__tab-row > .tab-style__bg-blue .nav-tabs .nav-item.show .nav-link {
            color: #ffffff;
            background-color: #0082da;
            border-color: #0082da;
            font-weight: 900;
            transition: all 0.3s;
        }

.col__tab-row > .tab-style__bg-blue .tab-content-style__bg-wh {
    background: #fff;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 15px rgb(89 134 154 / 10%);
    padding: 18px;
}

.tab-style__bottom-line {
}

    .tab-style__bottom-line .nav-tabs {
        border-bottom: 0px;
    }

        .tab-style__bottom-line .nav-tabs .nav-item {
            margin-bottom: 0px;
        }

        .tab-style__bottom-line .nav-tabs .nav-link {
            border-top: 0px;
            border-right: 0px;
            border-bottom: 4px solid rgba(255, 255, 255, 0);
            border-left: 0px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: #b9b9b9;
            font-weight: 100;
        }

            .tab-style__bottom-line .nav-tabs .nav-link:hover,
            .tab-style__bottom-line .nav-tabs .nav-link:focus {
                border-color: #bdd6f0;
                color: #9ab9d9;
                font-weight: 900;
            }

            .tab-style__bottom-line .nav-tabs .nav-link.active,
            .tab-style__bottom-line .nav-tabs .nav-item.show .nav-link {
                color: #0082da;
                background-color: #f7fbff;
                border-color: #0082da;
                font-weight: 900;
                transition: all 0.3s;
            }

/* --------------------------------------------------------- */
/* $$11__page number-----------------------------------------------*/
/* --------------------------------------------------------- */

.page-number__row {
    padding-top: 32px;
    padding-bottom: 32px;
}

    .page-number__row .btn__icon {
        padding: 2px 5px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .page-number__row .active {
        background: #e1f3ff;
        color: #0082da;
    }

@media screen and (max-width: 790px) {
    .page-number__row .btn__icon {
        font-size: 32px;
    }
}

@media screen and (max-width:991px) {
    .rwd-large .page-number__row .page-number__num,
    .rwd-large .page-number__row .page-number__point {
        display: none;
    }

        .rwd-large .page-number__row .page-number__num.active {
            display: inline-block;
        }

    .rwd-large .page-number__row .page-number__end {
        position: relative;
    }

        .rwd-large .page-number__row .page-number__end::before {
            content: "/";
            position: absolute;
            left: -8px;
            color: #ddd;
            top: 4px;
        }
}

@media screen and (max-width:767px) {
    .page-number__row .page-number__num,
    .page-number__row .page-number__point {
        display: none;
    }

        .page-number__row .page-number__num.active {
            display: inline-block;
        }

    .page-number__row .page-number__end {
        position: relative;
    }

        .page-number__row .page-number__end::before {
            content: "/";
            position: absolute;
            left: -8px;
            color: #ddd;
            top: 4px;
        }
}

/* --------------------------------------------------------- */
/* $$12__dropdown-----------------------------------------------*/
/* --------------------------------------------------------- */
.dropdown.dropdown-dis__inline-block {
    display: inline-block;
}

.dropdown-size__250 .dropdown-menu {
    min-width: 250px;
}

.dropdown-item-style__icon {
    padding: 16px;
    text-align: center;
    display: inline-block;
}

    .dropdown-item-style__icon .dropdown-item__icon {
        font-size: 80px;
    }

.dropdown-item-size__50 {
    width: 48%;
}

.dropdown-item__text {
    word-break: break-all;
}

.dropdown-menu .dropdown-list > li {
    /* text-decoration: none; */
    list-style: none;
}

    .dropdown-menu .dropdown-list > li > div {
        padding: 5px 15px;
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

/* --------------------------------------------------------- */
/* $$13__input-update----------------------------------------------*/
/* --------------------------------------------------------- */
.input__files-up__big {
    padding: 16px;
}

    .input__files-up__big input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .input__files-up__big .inputfile + label {
        color: #0082da;
        border: 1px dotted currentColor;
    }

    .input__files-up__big .inputfile + label {
        max-width: 100%;
        font-size: 28px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 32px 64px;
        margin: 0;
        width: 100%;
    }

    .input__files-up__big .files-up__icon {
        font-size: 48px;
        background: #ebf4fb;
        display: flex;
        width: 80px;
        margin: 0 auto 16px auto;
        height: 80px;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }



.input__files-up__line {
    padding: 0px;
}

    .input__files-up__line input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .input__files-up__line .inputfile + label {
        color: #0082da;
        border: 1px solid currentColor;
    }

    .input__files-up__line .inputfile + label {
        /* max-width: 200px; */
        font-size: 16px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        /* display: inline-block; */
        overflow: hidden;
        /* padding: 32px 64px; */
        margin: 0;
        width: 100%;
        padding: 8px 16px;
        text-align: center;
    }

.flex-1.input__files-up__col-btn {
    margin: 0;
    display: grid;
}

.input__files-up__col-btn {
    padding: 0px;
    width: 100%;
}

    .input__files-up__col-btn input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .input__files-up__col-btn .inputfile + label {
        color: #495057;
        border: 1px solid #ced4da;
        width: 100%;
        padding: 0;
        font-size: 16px;
        max-width: 100%;
    }

    .input__files-up__col-btn .inputfile_text {
        display: inline-block;
        font-weight: normal;
        background: #fff;
        padding: 4px 8px;
        width: calc(100% - 85px);
    }

    .input__files-up__col-btn .inputfile_btn {
        display: inline-block;
        font-weight: normal;
        background: #e9ecef;
        padding: 4px 8px;
        border-left: 1px solid #ced4da;
    }

/* --------------------------------------------------------- */
/* $$14__modal --------------------------------------------------*/
/* --------------------------------------------------------- */
.modal-footer .btn + .btn {
    /* margin-bottom: 16px; */
}

/* modal+modal scroll not work-answer */
.modal {
    overflow: auto !important;
}

    .modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

.modal-cover {
    max-width: 90%;
}

.modal-80 {
    max-width: 80%;
}

.modal-75 {
    max-width: 75%;
}

.modal-70 {
    max-width: 70%;
}

/*@media (min-width: 576px){
    .modal-dialog {
        max-width: 80%;
    }    
}*/

/*.modal-backdrop.fade.in + .modal-backdrop.fade.in,
.modal-backdrop.show + .modal-backdrop.show,
.modal-backdrop.fade.show + .modal-backdrop.fade.show {
    z-index: 1050;
}

.modal.fade.in + .modal.fade.in,
.modal.show + .modal.show,
.modal.fade.show + .modal.fade.show,
.modal.fade.show + .modal.fade + .modal.fade.show {
    z-index: 1051;
}*/


.modal.show ~ .modal.show {
    z-index: 1060;
}

.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 1056;
}

/* --------------------------------------------------------- */
/* $$15__shadow -------------------------------------------------*/
/* --------------------------------------------------------- */
.shadow {
    box-shadow: 0 0 15px rgba(89, 134, 154, 0.1);
}

/* --------------------------------------------------------- */
/* $$16__treelist -------------------------------------------------*/
/* --------------------------------------------------------- */
.treelist-row__scroll {
    max-height: calc(100vh - 25%);
    overflow-y: auto;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

@media screen and (max-width:991px) {
    .rwd-large .treelist-row__scroll {
        max-height: 600px;
    }
}

@media screen and (max-width:991px) {
    .rwd-large .treelist-row__phone-scroll {
        max-height: 600px;
        overflow-y: auto;
        border-bottom: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
    }
}

@media screen and (max-width:767px) {
    .treelist-row__scroll {
        max-height: 600px;
    }
}

@media screen and (max-width:767px) {
    .treelist-row__phone-scroll {
        max-height: 600px;
        overflow-y: auto;
        border-bottom: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
    }
}

.treeview .list-group {
    border-radius: 0;
}

.treeview .node-selected {
    background: #daf4ff !important;
    color: #0086e0 !important;
    font-weight: bolder;
}

/*.treeview .node-checked.search-result {
    background: #ffeeee !important;
}*/

.treeview .check-icon.icon-checkbox-checked {
    color: #0086e0;
}

.treeview .node-checked.search-result .check-icon.icon-checkbox-checked {
    color: #d8362d;
}

/* --------------------------------------------------------- */
/* $$17__gotop -------------------------------------------------*/
/* --------------------------------------------------------- */
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 25px;
    padding: 5px 11px;
    font-size: 18px;
    background: rgba(0,0,0,.65);
    color: #fff;
    cursor: pointer;
    z-index: 999;
    border-radius: 3px;
}

/* --------------------------------------------------------- */
/* $$18__datetimepicker--------------------------------------*/
/* tempusdominus-bootstrap-4 ------------------------------- */
/* --------------------------------------------------------- */
/*.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 100%;
    min-width: 350px;
    max-width: 400px;
}*/

@media screen and (max-width:991px) {
    .rwd-large .bootstrap-datetimepicker-widget.dropdown-menu {
        min-width: 350px;
    }
}

@media screen and (max-width:767px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        min-width: 350px;
    }
}

@media screen and (max-width:560px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        min-width: auto;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu td,
.bootstrap-datetimepicker-widget.dropdown-menu th {
    padding-left: 0;
    padding-right: 0;
    width: 10px
}


/* --------------------------------------------------------- */
/* $$19__fullcalendar--------------------------------------*/
/* fullcalendar-5.10.1 ------------------------------- */
/* --------------------------------------------------------- */
.fc-view-harness {
    background-color: #fff;
}


/* --------------------------------------------------------- */
/* $$20__login ---------------------------------------------------*/
/* --------------------------------------------------------- */
.login-page__head {
    padding: 18px;
}

    .login-page__head .logo {
        width: 100px;
    }


.login-page__row {
    margin: auto;
    left: 0;
    right: 0;
    width: 95%;
    height: calc(100vh - 300px);
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (max-height: 800px) {
    .login-page__row {
        height: 100%;
    }
}

.login-page__row > div:first-child {
    padding: 32px;
    background: #fff;
    color: #191e2f;
    border-radius: 4px;
    box-shadow: 0 0 18px 4px #ddeaef;
    width: 550px;
}

@media screen and (max-width: 767px) {
    .login-page__row > div:first-child {
        width: 90%;
    }
}

.login-page__row .col-6 {
    padding: 0;
}

.login-page__fpw-btn {
    cursor: pointer;
}

.input-pw {
    position: relative;
}

    .input-pw span {
        cursor: pointer;
        /* color: #fff; */
        color: #5f6990;
        position: absolute;
        right: 10px;
        top: 11px;
    }


.login-page .main-footer {
    max-width: 100%;
}

/* --------------------------------------------------------- */
/* $$21__others ---------------------------------------------------*/
/* --------------------------------------------------------- */
@media screen and (max-width:991px) {
    .dis-none__991 {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .dis-none__767 {
        display: none;
    }
}

.dis-none {
    display: none !important;
}
