body {
    font-size: .9rem;
    background: #f9f9f9;
}
/*************************/ /* width */


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*************************/
:root {
    --bs-dark-rgb: 30, 32, 35;
    --bs-success-rgb: 32, 199, 121;
    --bs-secondary-rgb: 89, 89, 89;
    --bs-info-rgb: 110, 211, 231;
    --bs-primary-rgb: 40, 110, 214;
    --bs-info-rgb: 181, 198, 227;
}
/*************************/

.dropdown-menu-dark .dropdown-divider {
    border-color: rgb(250 250 250 / 15%);
}
/*************************/
.breadcrumb-item + .breadcrumb-item::before {
    color: #2b2b2b;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\F309';
    font-family: 'bootstrap-icons';
}

/*************************/
a {
    color: #286ed6;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #286ed6;
    border-color: #286ed6;
}

.btn-outline-primary {
    color: #286ed6;
    border-color: #286ed6;
}

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary,
    .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #286ed6;
        border-color: #286ed6;
    }

/*************************/
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #e9d393;
}

.alert-success {
    color: #0f5132;
    background-color: #c2eed9;
    border-color: #20c779;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #e9969e;
}
/*************************/

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    box-shadow: inset 0 0px 5px 0px rgb(220 232 252);
    background: #fafbff;
}

.btn, .form-select-sm, .form-control, .input-group-sm > .form-control,
.input-group-sm > .form-select, .input-group-sm > .input-group-text,
.input-group-sm > .btn, .btn-sm, .btn-group-sm > .btn, .list-group, .alert {
    border-radius: 8px;
    font-size: .9rem;
}

.form-select-sm, .form-control {
    box-shadow: inset 0 0px 5px 0px rgb(243 243 243);
    background: #fafbff;
}


.list-group-item.btn {
    border-radius: 0;
}

    .list-group-item.btn:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .list-group-item.btn:last-child {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

.alert-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


.btn-outline-secondary {
    border-color: #ced4da;
    background: #fafbff;
}

.offcanvas-top {
    height: auto;
    max-height: fit-content;
    padding-bottom: 3rem;
}




.btn-dark {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.btn-success {
    color: #fff;
    background-color: #20c779;
    border-color: #20c779;
}


.btn-menu {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 230px;
    min-width: 200px;
    box-sizing: border-box;
    font-weight: 300;
    overflow: hidden;
    border-radius: 3px;
}

.table-secondary, {
    background: #ecf0f1;
}

.table-secondary {
    --bs-table-bg: #ecf0f1;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #ecf0f1;
}

.table-secondary th {
    /*font-size: .75rem;*/
    /*color: #53565a;*/
    /*font-weight: 300;*/
    /*border-bottom: 2px solid transparent;*/
}


.text-muted {
    color: #90adbf !important;
}
/*****************************/
.dropdown-menu {
    z-index: 1030;
}

    .dropdown-menu.dropdown-menu-small {
        font-size: 90%;
    }

.dropdown-toggle.dropdown-toggle-none::after {
    display: none;
}

.dropdown-toggle::after {
    position: absolute;
    right: 7px;
    top: 13px
}
/*****************************/
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.5rem;
    line-height: 110%;
}

.table-light {
    font-size: 90%;
}

td .form-control-sm, th .form-control-sm {
    min-height: 20px;
    height: 20px;
    padding: 0.15rem 0.25rem;
    font-size: 0.75rem;
    border-radius: 0;
    box-shadow: none;
}

/*****************************/
.form-control:disabled, .form-control[readonly], .form-select:disabled, .form-control:disabled {
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.page-link {
    color: #22355b;
}

.page-item.active .page-link {
    background-color: #22355b;
    border-color: #22355b;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #90adbf;
}

.toast {
    background-color: rgba(255, 255, 255, 0.95);
}

/******** Sidebar ********/
.sidebar {
    display: block;
    /* overflow-y: auto;*/
    margin-left: -0.75rem;
    padding: 0 0 1rem 0 !important;
    height: 100%;
    max-width: 4.5rem;
}

    .sidebar .nav-link {
        padding: .5rem;
        opacity: .25;
    }

        .sidebar .nav-link:hover {
            opacity: 100;
        }

        .sidebar .nav-link.active {
            opacity: 100;
        }

    .sidebar .list-group-item {
        background-color: transparent;
    }

/******** Fin ********/

.nav-tabs .nav-link {
    min-width: 130px;
}

    .nav-tabs .nav-link.active {
        border-top: 3px solid #353f5a;
    }

.tab-pane.active {
    padding: 1rem;
    background: #fff;
    border: 1px solid transparent;
    border-color: #fff #dee2e6 #dee2e6;
}

.badge-item {
    font-size: .9rem;
    width: 50px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
    border-radius: .3rem;
}

.bd-links {
    display: block !important;
    height: 100%;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
    font-weight: 600;
}

    .bd-links ul li ul {
        margin-left: 0.5rem;
    }

    .bd-links a {
        margin-bottom: 0.5rem;
        color: rgba(0,0,0,0.65);
        text-decoration: none;
    }

    .bd-links .btn {
        font-size: .85rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: rgba(0,0,0,0.65);
        background-color: transparent;
        border: 0;
    }

        .bd-links .btn:focus {
            text-decoration: none !important;
            border: none !important;
            box-shadow: none !important;
        }

        .bd-links .btn:before {
            width: 1.25em;
            line-height: 0;
            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
            transition: transform 0.35s ease;
            transform-origin: 0.5em 50%;
        }

        .bd-links .btn[aria-expanded="true"] {
            color: rgba(0,0,0,0.85);
        }

            .bd-links .btn[aria-expanded="true"]::before {
                transform: rotate(90deg);
            }

    .bd-links a.active {
        position: relative;
        color: #2b2b2b;
        font-weight: 500;
    }

        .bd-links a.active:after {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            background-color: #156efd;
            width: 10px;
            height: 100%;
        }


.btn-menu img {
    width: 200px;
    height: 230px;
    margin: auto;
}

a.btn-menu {
    color: #ffffff;
    border: 1px solid #f9f9f9;
}

    a.btn-menu:hover {
        color: #fff !important;
        border: 1px solid #22355b;
    }

.btn-menu span {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 100%;
    bottom: 6px;
    left: 0;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}

.btn-menu label {
    display: inline-block;
}

.btn-menu-01, .btn-menu-02, .btn-menu-03, .btn-menu-04, .btn-menu-05, .btn-menu-06 {
    width: 200px;
    height: 230px;
    margin: auto;
    padding: 5px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
}

.btn-menu-01 {
    background-image: url('../img/btn/btn01.jpg');
}

.btn-menu-02 {
    background-image: url('../img/btn/btn02.jpg');
}

.btn-menu-03 {
    background-image: url('../img/btn/btn03.jpg');
}

.btn-menu-04 {
    background-image: url('../img/btn/btn04.jpg');
}

.btn-menu-05 {
    background-image: url('../img/btn/btn05.jpg');
}

.btn-menu-06 {
    background-image: url('../img/btn/btn06.jpg');
}




.pattern:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    background-color: #f7f7f7;
    opacity: .5;
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #ffffff 10px ), repeating-linear-gradient( #f7f7f7, #f7f7f7 );
}



/****************************/

.subtitle {
    display: block;
    margin: .25rem 0 .5rem;
}

    .subtitle span {
        color: #286ed6;
        font-size: .7rem;
        line-height: 1;
        padding: 2px 10px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 2;
        border-radius: 5px;
        background: #dce8fc;
    }

    .subtitle div {
        position: relative;
        margin: 0;
    }

        .subtitle div:before {
            content: "";
            display: block;
            border-top: solid 1px #dee2e6;
            width: 100%;
            position: absolute;
            top: 11px;
            z-index: 1;
        }
/**************************/

.bg-color-01 {
    background: #f9efe3 !important;
}

.text-color-01 {
    color: #eab169 !important;
}

.bg-color-02 {
    background: #dce8fc !important;
}

.text-color-02 {
    color: #286ed6 !important;
}

.bg-color-03 {
    background: #ffeced !important;
}

.text-color-03 {
    color: #f18282 !important;
}

.bg-color-04 {
    background: #bfe8d6 !important;
}

.text-color-04 {
    color: #49c284 !important;
}

.btn .bi-chevron-right {
    position: relative;
    transition: 0.4s;
    left: 0px;
}

.btn:hover .bi-chevron-right {
    transition: 0.4s;
    left: 1rem;
}


@keyframes example {
    from {
        left: 0px;
    }

    to {
        left: 20px;
    }
}
/*********************************/
.form-label {
    color: #2b2b2b;
    display: block;
    line-height: 110%;
    margin-bottom: 0.1rem;
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.nav-pills .nav-link {
    color: #2b2b2b;
    padding: 0.25rem 1rem;
    border-radius: 8px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #2b2b2b;
        font-weight: bold;
        background-color: #dce8fc;
    }

        .nav-pills .nav-link.active.bg-color-01 {
            color: #2b2b2b;
            border-bottom: 3px solid #eab169 !important;
        }

        .nav-pills .nav-link.active.bg-color-02 {
            color: #2b2b2b;
            border-bottom: 3px solid #286ed6 !important;
        }

        .nav-pills .nav-link.active.bg-color-03 {
            color: #2b2b2b;
            border-bottom: 3px solid #f18282 !important;
        }

        .nav-pills .nav-link.active.bg-color-04 {
            color: #2b2b2b;
            border-bottom: 3px solid #49c284 !important;
        }


/**************************/

.table.table-sm {
    font-size: 90%;
}
/**************************/

.box-login {
    width: 555px;
    height: 315px;
    top: 50%;
    left: 50%;
    margin-top: -157px;
    margin-left: -275px;
    background-image: url(../img/box_login.png);
    background-size: cover;
    position: absolute;
}

    .box-login .inner {
        padding: 1em 3em 0;
    }

    .box-login p {
        text-align: center;
        color: #666;
        margin-bottom: 0;
    }

.form-login {
    width: 100%;
    max-width: 280px;
    padding: 2.5em;
}

/**************************/


.wizard_horizontal {
    margin: auto;
    display: table;
}

    .wizard_horizontal ul.wizard_steps {
        display: table;
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .wizard_horizontal ul.wizard_steps li {
            display: table-cell;
            text-align: center;
            width: 80px;
        }

            .wizard_horizontal ul.wizard_steps li label,
            .wizard_horizontal ul.wizard_steps li:hover {
                display: block;
                position: relative;
                -moz-opacity: 1;
                filter: alpha(opacity: 100);
                opacity: 1;
                color: #ADB2B5;
                line-height: 1;
                margin-bottom: 0;
            }

                .wizard_horizontal ul.wizard_steps li label:before {
                    content: "";
                    position: absolute;
                    height: 2px;
                    background: #c2cad2;
                    top: 20px;
                    width: 100%;
                    z-index: 4;
                    left: 0;
                }

                .wizard_horizontal ul.wizard_steps li label.disabled .step_no {
                    background: #c2cad2;
                }

                .wizard_horizontal ul.wizard_steps li label .step_no {
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                    line-height: 40px;
                    border-radius: 100px;
                    display: block;
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    z-index: 5;
                }

                .wizard_horizontal ul.wizard_steps li label.selected:before,
                .step_no {
                    background: #22355b;
                    color: #fff;
                }

                .wizard_horizontal ul.wizard_steps li label.done:before,
                .wizard_horizontal ul.wizard_steps li label.done .step_no {
                    background: #0ab867;
                    color: #fff;
                }

            .wizard_horizontal ul.wizard_steps li:first-child label:before {
                left: 50%;
            }

            .wizard_horizontal ul.wizard_steps li:last-child label:before {
                right: 50%;
                width: 50%;
                left: auto;
            }
/**-------**/

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.form_wizard .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 5px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    height: 300px !important;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

    .actionBar .buttonDisabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .actionBar label {
        margin: 0 3px;
    }
/**-------**/

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

    .wizard_verticle ul.wizard_steps li {
        display: list-item;
        text-align: center;
    }

        .wizard_verticle ul.wizard_steps li label {
            height: 80px;
        }

            .wizard_verticle ul.wizard_steps li label:first-child {
                margin-top: 20px;
            }

        .wizard_verticle ul.wizard_steps li label,
        .wizard_verticle ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity: 100);
            opacity: 1;
            color: #666;
        }

            .wizard_verticle ul.wizard_steps li label:before {
                content: "";
                position: absolute;
                height: 100%;
                background: #ccc;
                top: 20px;
                width: 4px;
                z-index: 4;
                left: 49%;
            }

            .wizard_verticle ul.wizard_steps li label.disabled .step_no {
                background: #ccc;
            }

            .wizard_verticle ul.wizard_steps li label .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_verticle ul.wizard_steps li label.selected:before,
            .step_no {
                background: #22355b;
                color: #fff;
            }

            .wizard_verticle ul.wizard_steps li label.done:before,
            .wizard_verticle ul.wizard_steps li label.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_verticle ul.wizard_steps li:first-child label:before {
            left: 49%;
        }

        .wizard_verticle ul.wizard_steps li:last-child label:before {
            left: 49%;
            left: auto;
            width: 0;
        }


/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}*/

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bs-vertical-wizard ul > li {
        display: block;
        position: relative;
    }

        .bs-vertical-wizard ul > li > label {
            display: block;
            padding: 10px 10px 10px 40px;
            color: #333c4e;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: .8px;
        }

            .bs-vertical-wizard ul > li > label:before {
                content: '';
                position: absolute;
                width: 1px;
                height: calc(100% - 25px);
                background-color: #bdc2ce;
                left: 13px;
                bottom: -9px;
                z-index: 3;
            }

            .bs-vertical-wizard ul > li > label .ico {
                pointer-events: none;
                font-size: 14px;
                position: absolute;
                left: 10px;
                top: 15px;
                z-index: 2;
            }

            .bs-vertical-wizard ul > li > label:after {
                content: '';
                position: absolute;
                border: 2px solid #bdc2ce;
                border-radius: 50%;
                top: 14px;
                left: 6px;
                width: 16px;
                height: 16px;
                z-index: 3;
            }

            .bs-vertical-wizard ul > li > label .desc {
                display: block;
                color: #6c757d;
                font-size: 11px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: .8px;
            }

        .bs-vertical-wizard ul > li.complete > label:before {
            background-color: #0ab867;
            opacity: 1;
            height: calc(100% - 25px);
            bottom: -9px;
        }

        .bs-vertical-wizard ul > li.complete > label:after {
            display: none;
        }

        .bs-vertical-wizard ul > li.locked > label:after {
            display: none;
        }

        .bs-vertical-wizard ul > li:last-child > label:before {
            display: none;
        }

        .bs-vertical-wizard ul > li.complete > label .ico {
            left: 8px;
        }

        .bs-vertical-wizard ul > li > label .ico.ico-green {
            color: #0ab867;
        }

        .bs-vertical-wizard ul > li > label .ico.ico-muted {
            color: #bdc2ce;
        }

        .bs-vertical-wizard ul > li.current {
            background-color: #fff;
        }

            .bs-vertical-wizard ul > li.current > label:before {
                background-color: #ffe357;
                opacity: 1;
            }

            .bs-vertical-wizard ul > li.current > label:after {
                border-color: #ffe357;
                background-color: #ffe357;
                opacity: 1;
            }

            /*.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

            .bs-vertical-wizard ul > li.current:after {
                border-color: rgba(255,255,255,0);
                border-left-color: #fff;
                border-width: 10px;
                margin-top: -10px;
            }

            .bs-vertical-wizard ul > li.current:before {
                border-color: rgba(234,236,241,0);
                border-left-color: #eaecf1;
                border-width: 11px;
                margin-top: -11px;
            }

/**************************/


.wizard_horizontal {
    margin: auto;
    display: table;
}

    .wizard_horizontal ul.wizard_steps {
        display: table;
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .wizard_horizontal ul.wizard_steps li {
            display: table-cell;
            text-align: center;
            width: 7rem;
        }

            .wizard_horizontal ul.wizard_steps li div {
                text-decoration: none;
                display: block;
                position: relative;
                -moz-opacity: 1;
                filter: alpha(opacity: 100);
                opacity: 1;
                color: #ADB2B5;
                line-height: 1;
                margin-bottom: 0;
            }

                .wizard_horizontal ul.wizard_steps li div:before {
                    content: "";
                    position: absolute;
                    height: 2px;
                    background: #d3d6d9;
                    top: 20px;
                    width: 100%;
                    z-index: 4;
                    left: 0;
                }

                .wizard_horizontal ul.wizard_steps li div.disabled .step_no {
                    background: #d3d6d9;
                }

                .wizard_horizontal ul.wizard_steps li div .step_no {
                    width: 40px;
                    height: 40px;
                    margin: 0 auto;
                    line-height: 40px;
                    border-radius: 100px;
                    display: block;
                    font-size: 16px;
                    text-align: center;
                    position: relative;
                    z-index: 5;
                }

            .wizard_horizontal ul.wizard_steps li a > small {
                line-height: 1em;
                display: block;
                margin-top: 0.5em;
            }

            .wizard_horizontal ul.wizard_steps li div.selected:before,
            .step_no {
                background: #353f5a;
                color: #fff;
            }

            .wizard_horizontal ul.wizard_steps li div.done:before,
            .wizard_horizontal ul.wizard_steps li div.done .step_no {
                background: #1ac083;
                color: #fff;
            }

            .wizard_horizontal ul.wizard_steps li:first-child div:before {
                left: 50%;
            }

            .wizard_horizontal ul.wizard_steps li:last-child div:before {
                right: 50%;
                width: 50%;
                left: auto;
            }
/**-------**/

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.form_wizard .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 5px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    height: 300px !important;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

    .actionBar .buttonDisabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .actionBar a {
        margin: 0 3px;
    }
/**-------**/

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

    .wizard_verticle ul.wizard_steps li {
        display: list-item;
        text-align: center;
    }

        .wizard_verticle ul.wizard_steps li div {
            height: 80px;
        }

            .wizard_verticle ul.wizard_steps li div:first-child {
                margin-top: 20px;
            }

            /*.wizard_verticle ul.wizard_steps li div,
.wizard_verticle ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity: 100);
  opacity: 1;
  color: #666;
}
*/
            .wizard_verticle ul.wizard_steps li div:before {
                content: "";
                position: absolute;
                height: 100%;
                background: #ccc;
                top: 20px;
                width: 4px;
                z-index: 4;
                left: 49%;
            }

            .wizard_verticle ul.wizard_steps li div.disabled .step_no {
                background: #ccc;
            }

            .wizard_verticle ul.wizard_steps li div .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_verticle ul.wizard_steps li div.selected:before,
            .step_no {
                background: #353f5a;
                color: #fff;
            }

            .wizard_verticle ul.wizard_steps li div.done:before,
            .wizard_verticle ul.wizard_steps li div.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_verticle ul.wizard_steps li:first-child div:before {
            left: 49%;
        }

        .wizard_verticle ul.wizard_steps li:last-child div:before {
            left: 49%;
            left: auto;
            width: 0;
        }


/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}*/

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bs-vertical-wizard ul > li {
        display: block;
        position: relative;
    }

        .bs-vertical-wizard ul > li > a {
            display: block;
            padding: 10px 10px 10px 40px;
            color: #333c4e;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: .8px;
        }

            .bs-vertical-wizard ul > li > a:before {
                content: '';
                position: absolute;
                width: 1px;
                height: calc(100% - 25px);
                background-color: #bdc2ce;
                left: 13px;
                bottom: -9px;
                z-index: 3;
            }

            .bs-vertical-wizard ul > li > a .ico {
                pointer-events: none;
                font-size: 14px;
                position: absolute;
                left: 10px;
                top: 15px;
                z-index: 2;
            }

            .bs-vertical-wizard ul > li > a:after {
                content: '';
                position: absolute;
                border: 2px solid #bdc2ce;
                border-radius: 50%;
                top: 14px;
                left: 6px;
                width: 16px;
                height: 16px;
                z-index: 3;
            }

            .bs-vertical-wizard ul > li > a .desc {
                display: block;
                color: #6c757d;
                font-size: 11px;
                font-weight: 400;
                line-height: 1.5;
                letter-spacing: .8px;
            }

        .bs-vertical-wizard ul > li.complete > a:before {
            background-color: #1ac083;
            opacity: 1;
            height: calc(100% - 25px);
            bottom: -9px;
        }

        .bs-vertical-wizard ul > li.complete > a:after {
            display: none;
        }

        .bs-vertical-wizard ul > li.locked > a:after {
            display: none;
        }

        .bs-vertical-wizard ul > li:last-child > a:before {
            display: none;
        }

        .bs-vertical-wizard ul > li.complete > a .ico {
            left: 8px;
        }

        .bs-vertical-wizard ul > li > a .ico.ico-green {
            color: #1ac083;
        }

        .bs-vertical-wizard ul > li > a .ico.ico-muted {
            color: #bdc2ce;
        }

        .bs-vertical-wizard ul > li.current {
            background-color: #fff;
        }

            .bs-vertical-wizard ul > li.current > a:before {
                background-color: #ffe357;
                opacity: 1;
            }

            .bs-vertical-wizard ul > li.current > a:after {
                border-color: #ffe357;
                background-color: #ffe357;
                opacity: 1;
            }

            /*.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

            .bs-vertical-wizard ul > li.current:after {
                border-color: rgba(255,255,255,0);
                border-left-color: #fff;
                border-width: 10px;
                margin-top: -10px;
            }

            .bs-vertical-wizard ul > li.current:before {
                border-color: rgba(234,236,241,0);
                border-left-color: #eaecf1;
                border-width: 11px;
                margin-top: -11px;
            }

/******************************************/

.modal-header {
    padding: 0.5rem;
}

/******************************************/

.table-divider {
    position: relative;
}

    .table-divider:before {
        position: absolute;
        /* font-family: 'bootstrap-icons';
  content: '\F657';*/
        content: "";
        width: 1px;
        height: 26px;
        background: #c9c9c9;
        top: 50%;
        margin-top: -13px;
        left: 50%;
        margin-left: -1.5px;
        transform: rotate(37deg);
    }



@media screen and (max-width: 768px) {
    .box-login {
        width: 300px;
        height: auto;
        top: 50%;
        left: 50%;
        margin-top: -130px;
        margin-left: -150px;
        background: #fff;
        border: 1px solid #ccc;
        background-image: none;
        border-radius: 10px;
    }

    .form-login {
        max-width: auto;
        padding: 1em;
    }
}

.error {
    box-shadow: 0 0 5px #fe4640 !important;
    border: 1px solid #fe4640 !important;
}


.preloader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    overflow: hidden;
    outline: 0px;
}

.preloader-backdrop {
    z-index: 10000;
    background-color: white;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.preloader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    font-size: 14px;
}
