/*** การแสดงผล Portlet Header แบบ HRM ที่ไม่เหมือน CRM ***/
/*** ถ้าเขาจะเอากลับไปเป็นเหมือน CRM ให้มา comment ส่วนนี้นะคะ ***/
.portlet {
    background-color: transparent;
    border: none !important;
    /*box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);*/
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
}
    .portlet .portlet--head {
        background-color: #fff;
        padding-top: 0px !important;
        border-top: solid 1px #f0f0f0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }
    .portlet .portlet__head {
        position: relative !important;
        display: flex !important;
        flex: 1 !important;
    }
    .portlet .portlet__head:not(.portlet__head--table) {
        margin-top: -5px;
        padding: 0px 0px 10px 0px !important;
        background-color: transparent;
        border-top: none;
        border-bottom: none !important;
        box-shadow: none;
    }
        .portlet .portlet__head:not(.portlet__head--table) .btn.btn-default {
            border-color: #676b80 !important;
            color: #676b80 !important;
        }
        .portlet .portlet__head:not(.portlet__head--table) .btn.btn-default i {
            color: #676b80 !important;
        }
    .portlet .portlet__head--table {
        background-color: #fff;
        border: solid 1px #f0f0f0;
        box-shadow: 1px 0 0px 0 rgba(0, 0, 0, 0.05), -1px 0 0px 0 rgba(0, 0, 0, 0.05);
    }
    .portlet .portlet__body {
        border-radius: 0px !important;
        border-top: solid 1px #f0f0f0;
        /*margin-top: -1px;*/
        background-color: #fff;
        box-shadow: 1px 0 0px 0 rgba(0, 0, 0, 0.05), -1px 0 0px 0 rgba(0, 0, 0, 0.05);
    }
    .portlet .portlet__foot {
        background-color: #fff;
        box-shadow: 1px 0 0px 0 rgba(0, 0, 0, 0.05), -1px 0 0px 0 rgba(0, 0, 0, 0.05);
    }
@media (min-width: 1025px) {
    .portlet.container--viewmode .portlet__body {
        padding: 25px 40px !important;
    }
}
/****************************************************/


body {
    font-family: Roboto, site-font;
    color: #303034;
    background-color: #f7f8fa;
    font-size: 14px;
    font-weight: normal;
}
body {
    overflow-x: hidden;
}


h2 {
    font-size: 20px;
    font-weight: bold !important;
}

.separator {
    margin: 30px 0;
}

/* Special force */
.overflow-visible {
    overflow: visible !important;
}

/* Tooltip (Aside Menu) */
.tooltip .tooltip-inner {
    border: 1px solid blue;
    font-size: 14px;
    color: inherit;
}

/* Badge */
.badge.badge--danger, .badge.badge-danger {
    color: #ffffff;
    background: #ff495c;
}
/* Text */
.text-danger {
    color: #ff495c !important;
}
.text-desc {
    color: #676b80 !important;
}
td small {
    display: block;
    margin-top: -4px;
    font-size: 12px !important;
}

/* Button */
.btn:not(.btn-sm):not(.btn-xs) {
    font-weight: bold;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    /*line-height: 1.286;*/
    min-height: 36px;
    min-width: 100px;
}

.btn > i {
    font-size: 0.875rem;
    /*line-height: 1.286;*/
}

.btn-icon.btn-xs {
    font-size: 13px;
    width: 30px;
    height: 30px;
}

.btn.btn-clean i {
    font-weight: normal;
    color: #676b80;
}

.btn.btn-xs {
    padding: 0.1rem 0.5rem;
    font-size: 13px;
    font-weight: bold;
}
.btn.btn-pill.btn-xs {
    min-width: 36px;
    border-radius: 12px !important;
}
.label-after-title {
    margin-left: 15px;
    margin-top: -4px;
    font-size: 14px;
}

.footer .btn {
    min-width: 100px;
}

.btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    color: #676b80;
    background-color: #ffffff;
    border-color: #e3e3e3;
}

.btn-secondary {
    color: #fff !important;
    background-color: #ff7615;
    border-color: #ff6f08;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ff7e22;
        border-color: #ff7615;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #ff7e22;
        border-color: #ff7615;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #ff7615;
        border-color: #ff6f08;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ff7615;
        border-color: #ff6f08;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        }

.btn-danger {
    color: #fff !important;
    background-color: #ff495c;
    border-color: #ff495c;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff495c;
        border-color: #ff495c;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #ff495c;
        border-color: #ff495c;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #ff495c;
        border-color: #ff495c;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff495c;
        border-color: #ff495c;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        }

.btn-success {
    color: #fff !important;
    background-color: #0abd57;
    border-color: #0abd57;
}

    .btn-success:hover {
        color: #fff;
        background-color: #0abd57;
        border-color: #0abd57;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #0abd57;
        border-color: #0abd57;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #0abd57;
        border-color: #0abd57;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #0abd57;
        border-color: #0abd57;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 131, 67, 0.5);
        }

/* Checkbox */
.table label.checkbox {
    margin: 0;
}
.checkbox > span {
    border-color: #c9c9cf !important;
}
.checkbox.checkbox--brand > input:checked ~ span {
    background-color: #c9c9cf;
}
.checkbox.checkbox--brand > span:after {
    border-color: #ffffff;
}
.checkbox.checkbox--brand > input:disabled ~ span:after {
    border-color: #ffffff;
}

.radio > span {
    height: 18px;
    width: 18px;
}
.radio > span:after {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
}
.radio.radio--brand > span {
    border-color: #c9c9cf !important;
}
.radio > input:checked ~ span {
    border-color: #c9c9cf !important;
}

/* Switch */
td .switch {
    margin-top: 5px;
}

    td .switch > label {
        margin: 0px !important;
    }
/* Switch SUCCESS */
.switch.switch--success:not(.switch--outline) input:empty ~ span:before {
    background-color: #b4b7c5;
}

.switch.switch--success:not(.switch--outline) input:empty ~ span:after {
    color: #0abd57;
    background-color: #ffffff;
    opacity: 1;
}

.switch.switch--success:not(.switch--outline) input:checked ~ span:before {
    background-color: #0abd57;
}

.switch.switch--success:not(.switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.switch.switch--outline.switch--success input:empty ~ span:before {
    border: 2px solid #ffffff;
    background-color: #b4b7c5;
}

.switch.switch--outline.switch--success input:empty ~ span:after {
    color: #ffffff;
}

.switch.switch--outline.switch--success input:checked ~ span:before {
    background-color: #ffffff;
}

.switch.switch--outline.switch--success input:checked ~ span:after {
    background-color: #0abd57;
    opacity: 1;
}

/* Switch XS */
.switch.switch--xs input:empty ~ span {
    line-height: 16px;
    margin: 2px 0;
    height: 16px;
    width: 32px;
    border-radius: 16px;
}

    .switch.switch--xs input:empty ~ span:before,
    .switch.switch--xs input:empty ~ span:after {
        width: 32px;
        border-radius: 16px;
    }

    .switch.switch--xs input:empty ~ span:after {
        height: 12px;
        width: 12px;
        line-height: 20px;
        top: 2px;
        bottom: 2px;
        margin-left: 2px;
        font-size: 0.8em;
        text-align: center;
        vertical-align: middle;
    }

.switch.switch--xs input:checked ~ span:after {
    margin-left: 18px;
}


/* Header */
.header--fixed.subheader--fixed.subheader--enabled .wrapper {
    /*padding-top: 110px;*/
}

.header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    border: none !important;
}

.header--fixed.subheader--fixed .subheader {
    top: 55px;
}

.header--fixed.subheader--fixed .subheader {
    height: 30px;
}

.header__topbar .header__topbar-item .header__topbar-icon i,
.header .header__topbar .header__topbar-item .header__topbar-icon > i,
.header .header__topbar .header__topbar-item.header__topbar-item--side-panel .header__topbar-icon > i,
#aside_toggler i, #header_mobile i {
    color: #000000 !important;
    font-size: 24px !important;
}

.header .header__topbar .header__topbar-item .header__topbar-icon button i {
    color: unset !important;
}

.subheader {
    box-shadow: none !important;
    background-color: #f7f8fa !important;
    color: #676b80;
    font-weight: normal;
    font-size: 12px !important;
    opacity: 1;
}

    .subheader .subheader__main {
        padding: 0px;
    }

.subheader--solid .subheader {
    min-height: 40px;
}

.content {
    padding-top: 0px;
}

/* Footer */
.footer--fixed .footer {
    height: unset;
}

.footer--fixed .footer {
    background-color: #f7f7f9;
    height: 52px;
    box-shadow: 0 2px 13px 0 rgba(146, 144, 157, 0.41), 0 0 2px 0 rgba(0, 0, 0, 0.08);
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #c9c9cf;
}

.scrolltop {
    right: 30px;
    /*bottom: 80px;*/
}

.badge--notify {
    margin-top: -5px;
    margin-left: 2px !important;
    padding: 3px 5px 2px 5px !important;
    font-size: 10px;
}

.badge.badge--username, .header__topbar-user img {
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-height: 42px !important;
}


/* Sidebar */
.aside {
    width: 260px;
    box-shadow: none !important;
}

.aside-menu .menu__nav {
    padding: 0;
    margin-bottom: 30px;
}

    .aside-menu .menu__nav > .menu__item > .menu__heading, .aside-menu .menu__nav > .menu__item > .menu__link {
        cursor: pointer;
        min-height: 40px;
    }

        .aside-menu .menu__nav > .menu__item .menu__heading .menu__link-text, .aside-menu .menu__nav > .menu__item .menu__link .menu__link-text {
            font-size: 14px !important;
        }

.aside--minimize .aside {
    width: 57px;
}

.aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__link {
    width: 57px;
}

.aside--minimizing .aside .aside-menu .menu__nav {
    width: 260px;
}

.aside--minimize .menu__item--hover .menu__submenu {
    border-radius: 2px;
}

    .aside--minimize .menu__item--hover .menu__submenu ul {
        padding-top: 9px;
        padding-bottom: 9px;
        list-style: none !important;
    }

        .aside--minimize .menu__item--hover .menu__submenu ul li {
            height: 32px;
        }

.aside--minimize #aside_menu.aside-menu.scroll {
    overflow: visible !important;
}

.menu__link-text {
    line-height: 1;
}

@media (min-width: 1025px) {
    .header.header--fixed {
        z-index: 99;
    }
    .header--fixed.aside-static .brand {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        z-index: 97;
    }
    .header--fixed.aside--minimize .aside__brand {
        width: 57px;
    }
    .header--fixed.aside-static .aside-menu-wrapper {
        padding-top: 55px;
    }

    .aside--minimize .aside-menu .menu__nav {
        padding: 0;
    }

    .aside--enabled .header.header--fixed {
        left: 260px;
    }

    .aside--fixed .wrapper {
        padding-left: 260px;
    }

    .aside--enabled.subheader--fixed .subheader {
        left: 260px;
    }

    .header {
        height: 55px;
    }

    .header--fixed.aside--minimize .header {
        left: 57px;
    }

    .aside--fixed.aside--minimize .wrapper {
        padding-left: 57px;
    }

    .subheader--fixed.aside--minimize-hover .subheader, .subheader--fixed.aside--minimize .subheader {
        left: 57px;
    }

    .header--fixed.subheader--fixed.subheader--enabled .wrapper {
        padding-top: 100px;
    }

    .container {
        padding: 0 20px;
    }

    .portlet .portlet__head {
        padding: 13px 39px;
        min-height: 46px;
    }
    .portlet.container--viewmode .portlet__head {
        padding: 5px 48px;
        border-bottom-color: #f0f0f0 !important;
    }
        .portlet.container--viewmode .portlet__head .badge:first-child {
            margin-left: -32px;
            margin-right: 8px;
            width: 30px;
            height: 30px;
        }
        .portlet.container--viewmode .portlet__head .badge.btn-cancel {
            cursor: pointer;
        }
        .portlet.container--viewmode .portlet__head .badge:first-child i {
            font-size: 14px;
        }
    .portlet .portlet__head-label .btn {
        margin-right: 8px;
    }
    .portlet .portlet__head-toolbar .btn {
        margin-left: 8px;
    }


    .portlet .portlet__head--table {
        padding: 0.625rem 1.875rem;
    }

    .portlet .portlet__body {
        padding: 25px 40px;
    }
    .portlet.container--viewmode .portlet__body {
        padding: 25px 48px;
    }

    .aside--minimize-hover.footer--fixed .footer, .aside--minimize.footer--fixed .footer {
        left: 57px;
    }
    .footer--fixed .footer {
        left: 260px;
    }
    .side-panel .footer--fixed .footer {
        left: 0px !important;
    }
}

.aside__brand {
    height: 55px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border: none;
    border-right: 1px solid #e3e3e3;
}

.aside__brand-logo img, .header-mobile__logo img {
    max-height: 34px;
}

.aside__brand .aside__brand-logo-mini img {
    display: none;
}

.aside--minimize .aside__brand .aside__brand-logo-mini img {
    display: inherit;
}

#aside_toggler {
    line-height: 55px;
    margin-left: 17px;
    border: none;
    padding: 0;
    background-color: transparent;
}

    #aside_toggler i {
        line-height: 55px;
    }

/* Side Menu */
.aside-menu .menu__nav > .menu__item > .menu__link {
    padding: 8px 18px;
}

.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 0 0;
    padding-left: 30%;
    padding-right: 18px;
}

.menu__link-icon i {
    font-size: 22px;
}
.menu__link-icon i.icon {
    font-size: 14px;
}
.aside-menu .menu__nav .menu__item.menu__item--open > .menu__heading > .menu__ver-arrow:before, .aside-menu .menu__nav .menu__item.menu__item--open > .menu__link > .menu__ver-arrow:before {
    -webkit-transform: rotateZ(180deg) /*rtl:ignore*/;
    transform: rotateZ(180deg) /*rtl:ignore*/;
}

@media (min-width: 1025px) {
    .aside--minimize .menu__subnav {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
    .aside--minimize .menu__submenu .menu__item.menu__item--parent .menu__link {
        padding-left: 20px !important;
    }
    .aside--minimize .menu__submenu .menu__item.menu__item--parent .menu__link-text {
        font-weight: bold !important;
    }

    .aside--minimize .menu__submenu {
        position: relative;
    }

        .aside--minimize .menu__submenu::after {
            content: '';
            display: block;
            position: absolute;
            top: 20px;
            left: -6px;
            width: 10px;
            height: 10px;
            background: #FFFFFF;
            border-left: 1px solid #5d78ff;
            border-top: 1px solid #5d78ff;
            border-radius: 2px;
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }
}

/* Side Menu Level 3 */
.aside-menu .menu__submenu .menu__item--hover .menu__submenu {
    display: flex !important;
    position: absolute !important;
    z-index: 98;
    left: 260px;
}
.aside-menu .menu__submenu .menu__submenu {
    display: none !important;
    width: 260px;
}
.aside-menu .menu__submenu .menu__submenu .menu__item .menu__link {
    padding-left: 20px !important;
}
.aside--minimize .aside-menu .menu__submenu .menu__item--hover .menu__submenu {
    left: 0px;
}
.aside--minimize .aside-menu .menu__submenu .menu__item .menu__submenu .menu__item .menu__link {
    background-color: transparent !important;
}
.aside--minimize .aside-menu .menu__submenu .menu__item .menu__submenu .menu__item .menu__link-text {
    color: #333333 !important;
}
.aside--minimize .aside-menu > .menu__nav > .menu__item > .menu__submenu > .menu__subnav > .menu__item:hover > .menu__link {
    background-color: transparent !important;
}


/* Breadcrumb */
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link {
    font-weight: normal;
    color: #a1a4b5;
}

.subheader__breadcrumbs-link {
    padding-right: 0px !important;
    font-size: 12px !important;
}

    .subheader__breadcrumbs-link:not(:first-of-type)::before {
        content: '>';
        padding-left: 10px;
        padding-right: 5px;
    }

    .subheader__breadcrumbs-link:last-of-type {
        color: #303034 !important;
    }

/* Contaner */
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: unset;
}

/* Tabs */
.nav.nav-tabs, .nav.nav-pills {
    display: flex;
}

.portlet__body .tab-content {
    /*padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 0px;*/
}

.portlet__body .nav-tabs {
    /*margin: 15px 39px;*/
    margin-bottom: 15px;
}

.nav-tabs.nav-tabs-line {
    padding: 0;
    margin-bottom: 0px;
}

    .nav-tabs.nav-tabs-line .nav-item {
        margin-right: 1px;
    }

        .nav-tabs.nav-tabs-line .nav-item .nav-link {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-top: 12px;
            border-radius: 0;
            font-size: 16px;
            height: 100%;
            font-weight: normal;
        }
        .nav-tabs.nav-tabs-line.nav-tabs-line-bg .nav-item .nav-link {
            font-size: 14px;
        }

        .nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
            border-top-left-radius: 4px;
        }

        .nav-tabs.nav-tabs-line .nav-item:last-child .nav-link {
            border-top-right-radius: 4px;
        }

    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link, .nav-tabs.nav-tabs-line a.nav-link {
        color: #676b80;
    }

/* Portlet */
.portlet {
    border: solid 1px #f0f0f0;
}

    .portlet .portlet__head {
        border-bottom-width: 2px;
    }

.portlet__head-title {
    font-size: 20px !important;
    color: inherit !important;
}

h4.portlet__head-title {
    font-size: 16px !important;
    color: #333333;
}

/* Table */
.table thead tr.bg-primary th {
    color: #ffffff;
}
.table tbody tr.row-group td {
    background-color: #dddddd;
    color: #333333;
    font-weight: bold;
}
.table th, .table td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    height: 38px;
}

.table.table-inner {
    border: 1px solid #f0f0f0;
}
.table.table-inner thead tr th {
    padding: 8px;
}
    .table.table-inner tbody tr td {
        padding: 8px;
    }

/* Table Theme */
.table-light--dark {
    border: 1px solid #f0f0f0;
}
    .table-light--dark thead tr {
        background-color: #f2f2fb !important;
    }
    .table-light--dark thead tr th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.side-panel .table {
    border: 1px solid #f0f0f0;
}
    .side-panel .table thead tr th {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

/* fonts */
.fa {
    font-family: 'Font Awesome 5 Free' !important;
}

.la {
    font-family: 'LineAwesome' !important;
}

/* Badge */
.badge > i.la {
    font-size: 20px;
}

.badge.badge--outline.badge--default {
    background: 0 0;
    color: #676b80;
    border: 1px solid #c9c9cf;
}

.portlet__head-label .badge:first-child {
    margin-left: -10px;
    margin-right: 8px;
}

/* Form */
.form-group {
    margin-bottom: 1rem;
}
    .form-group label {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 3px;
        color: #a1a4b5;
    }
#form-search .form-group label {
    color: inherit;
}
#form-search .row:last-child .form-group:last-child {
    align-items: flex-start !important;
}

.form-group > div[class^=col-] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#form-search .form-group, .row-table .form-group > div[class^=col-] {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .row-table .row:not(:first-child) label {
        display: none;
    }
    .isShow {
        display: none;
    }
}

.form-group > div > label {
    /*font-size: 12px;*/
    padding-bottom: 0px;
}
label.radio, label.checkbox {
    color: inherit;
    padding-left: 24px;
}

.container--viewmode .form-group label {
    /*color: inherit;*/
}

.form-group .form-control:focus, .form-group .form-control:active
.form-group .form-control:focus, .form-group .form-control:active {
    box-shadow: 0 0 2px 3px rgba(195, 197, 255, 0.55) !important;
    border-color: #5056da !important;
}

    .form-group label.required:after, .table th label.required:after {
        content: '*';
        color: red;
        margin-left: 5px;
    }
.table th label {
    margin-bottom: 0;
}
.container--viewmode .form-group label.required:after {
    content: '';
}
#side_panel .container--viewmode .form-group label {
    color: #a1a4b5;
    /*font-size: 12px;*/
    min-height: 24px;
}
#side_panel .container--viewmode .form-group .form-control-static {
    margin-bottom: 20px;
}
#side_panel .form-group label {
    color: inherit;
}

.form-control:disabled, .form-control[readonly] {
    border: solid 1px #e3e3e3;
    background-color: #f0f0f4;
    color: #a1a4b5;
}

.form-control {
    height: 36px;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.286;
    color: #303034;
}
.form-horizontal .form-control-static {
    margin-top: 10px;
}

.container--viewmode .form-group {
    margin-bottom: 0px;
}
    .container--viewmode .form-group label {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 30px;
    }
    .container--viewmode .form-group .form-control-static {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .form-horizontal .container--viewmode .form-group label {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .form-horizontal .container--viewmode .form-group .form-control-static {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.portlet__body {
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 0px;
}
.portlet__body .form-group:first-child {
    /*padding-top: 15px;*/
}

.form-control.form-control-sm {
    height: calc(1em + 1rem + 2px);
    padding: 0.1rem 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

/* Form Search */
.form-search {
    margin-bottom: 15px;
}

    .form-search .form-group {
        margin-bottom: 5px;
        margin-right: 10px;
    }

        .form-search .form-group .btn {
            margin-bottom: 1px;
        }

/* Datepicker */
.datepicker {
    width: inherit;
}

/* Table */
.table.table-round thead tr th:first-child {
    border-top-left-radius: 4px;
}
.table.table-round thead tr th:last-child {
    border-top-right-radius: 4px;
}
.table thead th {
    font-weight: bold;
}

.table thead > tr > th:first-child, .table tbody tr td:first-child {
    padding-left: 1.875rem;
}

.table thead > tr > th:last-child, .table tbody tr td:last-child {
    padding-right: 1.875rem;
}

.table td.tool, .table thead tr.row-parent th.tool {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.table tr.row-data-sidepanel td:not(.tool) {
    cursor: pointer;
}


/* Sweetalert2 */
.swal2-modal {
    width: 40em;
}

.swal2-popup {
    padding: 0 2rem;
    color: inherit;
}

.swal2-header {
    margin: 0 -2rem;
    align-items: flex-start;
    border-bottom: 1px solid #e3e3e3;
}

.swal2-popup .swal2-title {
    text-align: left;
    color: inherit;
    margin: 1rem 2rem;
    font-size: 24px;
    font-weight: bold;
}

.swal2-close {
    font-size: 45px;
    margin-right: 0.75rem;
}

.swal2-popup .swal2-content {
    text-align: left;
    color: inherit;
}

.swal2-content ul {
    display: inline-block;
    text-align: left;
}

.swal2-actions {
    justify-content: flex-end;
}

/* Pagination */
.pagination {
    font-size: 14px;
}

    .pagination a {
        color: #000;
    }

    .pagination li {
        min-width: 28px;
        min-height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

        .pagination li.active {
            border-radius: 50%;
            border: 1px solid #5056da;
        }

            .pagination li.active a {
                color: #5056da;
                font-weight: bold;
            }

.pagination .page-selector {
    padding: 0px 10px;
}

/* Side Panel */
.side-panel-toggle {
    background-color: #fff;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 200px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .side-panel-toggle span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #5d78ff;
        letter-spacing: 3px;
    }

.side-panel {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    /*padding: 2.5rem;*/
}

    .side-panel .side-panel__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
    }

        .side-panel .side-panel__head .side-panel__title {
            font-size: 24px;
            font-weight: bold;
            color: inherit;
            margin: 0;
            padding: 0;
        }

            .side-panel .side-panel__head .side-panel__title small {
                color: #74788d;
                font-size: 1.1rem;
            }

        .side-panel .side-panel__head .side-panel__close {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 28px;
            height: 28px;
            background-color: transparent;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 4px;
        }

            .side-panel .side-panel__head .side-panel__close i {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                font-size: 0.8rem;
                color: #74788d;
            }

            .side-panel .side-panel__head .side-panel__close:hover {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                background-color: #5d78ff;
            }

                .side-panel .side-panel__head .side-panel__close:hover i {
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    color: #ffffff;
                }

    .side-panel .side-panel__body {
        position: relative;
    }

        .side-panel .side-panel__body .ps__rail-y {
            opacity: 1;
        }


@media (min-width: 1025px) {
    .side-panel .side-panel__body {
        padding-right: 1.5rem;
        margin-right: -1.5rem;
    }

    .side-panel.wide {
        width: 55rem;
    }
    .side-panel--right .side-panel.wide {
        right: -55rem;
        left: auto;
    }
}

.side-panel-close {
    display: none;
}

.side-panel {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 32.8rem;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    /*left: 32.8rem;*/
}

    .side-panel.side-panel--on {
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
        left: 0;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .side-panel {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.side-panel--right .side-panel {
    right: -32.8rem;
    left: auto;
}

    .side-panel--right .side-panel.side-panel--on {
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
        right: 0;
        left: auto;
    }

.side-panel-close {
    /*width: 25px;
    height: 25px;*/
    top: 1px;
    z-index: 1002;
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*left: -25px;*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .side-panel-close {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.side-panel-close > i {
    line-height: 0;
    font-size: 1.4rem;
}

.side-panel-close:hover {
    text-decoration: none;
}

.side-panel--right .side-panel-close {
    left: auto;
    right: -25px;
}

.side-panel--on .side-panel-close {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
    left: 324px;
}

.side-panel--on.side-panel--right .side-panel-close {
    left: auto;
    right: 324px;
}

.side-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-fade-in .3s linear 1;
    animation: animate-fade-in .3s linear 1;
}

.side-panel-overlay {
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 400px) {
    .side-panel {
        width: 90% !important;
    }
}

@media (max-width: 1024px) {
    .side-panel-toggle {
        width: 30px;
        padding: 1rem 0;
    }

        .side-panel-toggle span {
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 2px;
        }

    .side-panel {
        /*padding: 1rem;*/
    }

    .side-panel-toggle {
        top: 20%;
    }
}

/* Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    float: right;
    margin-right: 0px;
    margin-left: 4px;
    margin-top: 8px;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.5rem 2rem 0.5rem 1rem;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    min-height: 36px;
}
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #a1a4b5;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #303034;
    }
.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
    border: solid 1px #e3e3e3;
    background-color: #f0f0f4;
    color: #a1a4b5;
}
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
        color: #a1a4b5;
    }


/* Tree Table */
.collapse-trigger i {
    cursor: pointer;
    font-weight: bold;
}

.collapse-trigger[aria-expanded="true"] i {
    -webkit-transform: rotateZ(180deg) /*rtl:ignore*/;
    transform: rotateZ(180deg) /*rtl:ignore*/;
}

.table thead tr.row-parent th {
    font-weight: normal;
    padding: 0.75rem;
}

    .table thead tr.row-parent th:last-child {
        padding-right: 1.875rem;
    }

    td.tree-child .tree-child-arrow {
        display: table-cell;
        padding-right: 13px;
    }
    td.tree-child .tree-child-content {
        display: table-cell;
        vertical-align: middle;
    }

/* Bootstrap Validate */
.was-validated .form-control:invalid, .form-control.is-invalid, .select2-selection.is-invalid {
    border-color: #ff495c !important;
    background-image: none;
}
.invalid-feedback {
    color: #ff495c;
}
.input-icon > .input-icon__icon.input-icon__icon--right {
    height: auto;
    margin-top: 17px;
}

/* Bootstrap Alert */
.alert.alert-danger {
    background: #ffe0e4;
    border: none;
    color: #ff495c;
    padding: 15px;
}
.alert.alert-danger .alert-text {
    color: #ff495c;
    font-size: 12px;
}
.alert .alert-icon {
    padding: 0 5px 0 0;
}
    .alert .alert-icon i {
        font-size: 14px;
        font-weight: bold;
    }
.alert.alert-danger .alert-icon i {
    color: #ff495c;
}

.form-horizontal .row {
    margin-right: -30px;
    margin-left: -30px;
}

.form-horizontal .col-xl, .form-horizontal .col-xl-1, .form-horizontal .col-xl-2, .form-horizontal .col-xl-3, .form-horizontal .col-xl-4, .form-horizontal .col-xl-5, .form-horizontal .col-xl-6, .form-horizontal .col-xl-7, .form-horizontal .col-xl-8, .form-horizontal .col-xl-9, .form-horizontal .col-xl-10, .form-horizontal .col-xl-11, .form-horizontal .col-xl-12 {
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 1025px) {
    .header--fixed.subheader--fixed.subheader--enabled .wrapper.has-error {
        padding-top: 140px;
    }
        .header--fixed.subheader--fixed.subheader--enabled .wrapper.has-error .subheader {
            height: 85px;
        }
}


.wizard-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .wizard-v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wizard-v2 .wizard-v2__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    border-right: 1px solid #eeeef4;
    padding: 4.5rem 2.5rem 4.5rem 1.5rem;
}

    .wizard-v2 .wizard-v2__aside .wizard-v2__nav {
        width: 100%;
    }

        .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item {
                padding: 0.75rem 1.5rem;
                position: relative;
                border-radius: 0.5rem;
            }

                .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item .wizard-v2__nav-body {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item .wizard-v2__nav-body .wizard-v2__nav-icon {
                        font-size: 2.5rem;
                        margin-right: 1.1rem;
                        color: #959cb6;
                    }

                    .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item .wizard-v2__nav-body .wizard-v2__nav-label {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                    }

                        .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item .wizard-v2__nav-body .wizard-v2__nav-label .wizard-v2__nav-label-title {
                            color: #50566a;
                            font-weight: 500;
                            font-size: 1.1rem;
                        }

                        .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item .wizard-v2__nav-body .wizard-v2__nav-label .wizard-v2__nav-label-desc {
                            color: #959cb6;
                        }

                .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item[data-ktwizard-state="current"] {
                    background-color: #f4f6f9;
                }

                    .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item[data-ktwizard-state="current"] .wizard-v2__nav-icon {
                        color: #5d78ff;
                    }

                    .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item[data-ktwizard-state="current"]:after {
                        left: 100%;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        content: " ";
                        height: 0;
                        width: 0;
                        border: solid transparent;
                        position: absolute;
                        border-left-color: #f4f6f9;
                        border-width: 1rem;
                    }

            .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items.wizard-v2__nav-items--clickable .wizard-v2__nav-item {
                cursor: pointer;
            }

@media (max-width: 768px) {
    .wizard-v2 .wizard-v2__aside {
        padding: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

        .wizard-v2 .wizard-v2__aside .wizard-v2__nav .wizard-v2__nav-items .wizard-v2__nav-item[data-ktwizard-state="current"]:after {
            content: none;
        }
}

.wizard-v2 .wizard-v2__wrapper {
    background-color: #f4f6f9;
    width: 100%;
}

    .wizard-v2 .wizard-v2__wrapper .form {
        width: 80%;
        padding: 4rem 6rem 6rem;
    }

@media (max-width: 1399px) {
    .wizard-v2 .wizard-v2__wrapper .form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wizard-v2 .wizard-v2__wrapper .form {
        padding: 2rem 2.5rem 4rem;
    }
}

.wizard-v2 .wizard-v2__wrapper .form .wizard-v2__content {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #eeeef4;
    margin-bottom: 2rem;
}

    .wizard-v2 .wizard-v2__wrapper .form .wizard-v2__content .wizard-v2__review .wizard-v2__review-item {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eeeef4;
    }

        .wizard-v2 .wizard-v2__wrapper .form .wizard-v2__content .wizard-v2__review .wizard-v2__review-item .wizard-v2__review-title {
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 0.7rem;
        }

        .wizard-v2 .wizard-v2__wrapper .form .wizard-v2__content .wizard-v2__review .wizard-v2__review-item .wizard-v2__review-content {
            line-height: 1.8rem;
        }

        .wizard-v2 .wizard-v2__wrapper .form .wizard-v2__content .wizard-v2__review .wizard-v2__review-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.wizard-v2 .wizard-v2__wrapper .form .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .wizard-v2 .wizard-v2__wrapper .form .form__actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .wizard-v2 .wizard-v2__wrapper .form .form__actions .btn {
        margin: 0 0.5rem 1rem;
    }
}

.wizard-v2 .wizard-v2__wrapper .form .form__actions [data-ktwizard-type="action-prev"] {
    margin-right: auto;
}

@media (max-width: 576px) {
    .wizard-v2 .wizard-v2__wrapper .form .form__actions [data-ktwizard-type="action-prev"] {
        margin-right: 0.5rem;
    }
}

.wizard-v2 .wizard-v2__wrapper .form .form__actions [data-ktwizard-type="action-next"] {
    margin: auto 0 auto auto;
}

@media (max-width: 576px) {
    .wizard-v2 .wizard-v2__wrapper .form .form__actions [data-ktwizard-type="action-next"] {
        margin: 0 0 1rem;
    }
}

.wizard-v2.wizard-v2--white .wizard-v2__wrapper {
    background-color: #ffffff;
}

.wizard-v2 [data-ktwizard-type="step-info"] {
    display: none;
}

    .wizard-v2 [data-ktwizard-type="step-info"][data-ktwizard-state="current"] {
        display: block;
    }

.wizard-v2 [data-ktwizard-type="step-content"] {
    display: none;
}

    .wizard-v2 [data-ktwizard-type="step-content"][data-ktwizard-state="current"] {
        display: block;
    }

.wizard-v2 [data-ktwizard-type="action-prev"] {
    display: none;
}

.wizard-v2 [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.wizard-v2 [data-ktwizard-type="action-submit"] {
    display: none;
}

.wizard-v2[data-ktwizard-state="first"] [data-ktwizard-type="action-prev"] {
    display: none;
}

.wizard-v2[data-ktwizard-state="first"] [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.wizard-v2[data-ktwizard-state="first"] [data-ktwizard-type="action-submit"] {
    display: none;
}

.wizard-v2[data-ktwizard-state="between"] [data-ktwizard-type="action-prev"] {
    display: inline-block;
}

.wizard-v2[data-ktwizard-state="between"] [data-ktwizard-type="action-next"] {
    display: inline-block;
}

.wizard-v2[data-ktwizard-state="between"] [data-ktwizard-type="action-submit"] {
    display: none;
}

.wizard-v2[data-ktwizard-state="last"] [data-ktwizard-type="action-prev"] {
    display: inline-block;
}

.wizard-v2[data-ktwizard-state="last"] [data-ktwizard-type="action-next"] {
    display: none;
}

.wizard-v2[data-ktwizard-state="last"] [data-ktwizard-type="action-submit"] {
    display: inline-block;
}


.wizard-nav {
    padding: 0;
}

.wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard-step {
    padding: 0.75rem 0;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    margin-bottom: 1.5rem;
}

.wizard-steps .wizard-step:last-child {
    margin-bottom: 0;
}

.wizard-steps .wizard-step .wizard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wizard-steps .wizard-step .wizard-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #F3F6F9;
    margin-right: 1.4rem;
}

    .wizard-steps .wizard-step .wizard-icon .wizard-check {
        display: none;
        font-size: 1.4rem;
    }

    .wizard-steps .wizard-step .wizard-icon .wizard-number {
        font-weight: 600;
        color: #3F4254;
        font-size: 1.35rem;
    }

.wizard-steps .wizard-step .wizard-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wizard-steps .wizard-step .wizard-label .wizard-title {
        color: #181C32;
        font-weight: 500;
        font-size: 1.4rem;
    }

    .wizard-steps .wizard-step .wizard-label .wizard-desc {
        color: #B5B5C3;
        font-size: 1.08rem;
        font-weight: 500;
    }

.wizard-steps .wizard-step[data-wizard-state="current"] {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

    .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        background-color: #C9F7F5;
    }

        .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-check {
            color: #1BC5BD;
            display: none;
        }

        .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-number {
            color: #1BC5BD;
        }

    .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title {
        color: #181C32;
    }

    .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-desc {
        color: #B5B5C3;
    }

.wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-icon, .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    background-color: #C9F7F5;
}

    .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-icon .wizard-check, .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-check {
        color: #1BC5BD;
        display: inline-block;
    }

    .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-number {
        display: none;
    }

.wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-label .wizard-title, .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title {
    color: #B5B5C3;
}

.wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:last-child .wizard-label .wizard-desc, .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-desc {
    color: #D1D3E0;
}

.wizard.wizard-5 .wizard-content {
    background-color: #F3F6F9;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

    .wizard.wizard-5 .wizard-content .form-group .fv-help-block {
        font-size: 1.1rem !important;
        padding-top: 3px;
    }

@media (max-width: 991.98px) {

    .wizard-nav {
        padding: 0;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .wizard-nav .wizard-steps .wizard-step {
            margin-bottom: .5rem;
        }

            .wizard-nav .wizard-steps .wizard-step:last-child {
                margin-bottom: 0;
            }

    .wizard.wizard-5 .wizard-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.42rem;
        border-bottom-right-radius: 0.42rem;
    }
}


.timeline.timeline-3 .timeline-items {
    margin: 0;
    padding: 0;
}

    .timeline.timeline-3 .timeline-items .timeline-item {
        margin-left: 25px;
        border-left: 2px solid #EBEDF3;
        padding: 0 0 20px 50px;
        position: relative;
    }

        .timeline.timeline-3 .timeline-items .timeline-item .timeline-media {
            position: absolute;
            top: 0;
            left: -26px;
            border: 2px solid #EBEDF3;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
            line-height: 0;
        }

            .timeline.timeline-3 .timeline-items .timeline-item .timeline-media i {
                font-size: 1.4rem;
            }

            .timeline.timeline-3 .timeline-items .timeline-item .timeline-media .svg-icon svg {
                height: 24px;
                width: 24px;
            }

            .timeline.timeline-3 .timeline-items .timeline-item .timeline-media img {
                max-width: 48px;
                max-height: 48px;
                border-radius: 100%;
            }

        .timeline.timeline-3 .timeline-items .timeline-item .timeline-content {
            border-radius: 0.85rem;
            position: relative;
            background-color: #F3F6F9;
            padding: 0.75rem 1.5rem;
        }

            .timeline.timeline-3 .timeline-items .timeline-item .timeline-content:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                top: 10px;
                left: -25px;
                border-right: solid 10px #F3F6F9;
                border-bottom: solid 17px transparent;
                border-left: solid 17px transparent;
                border-top: solid 17px transparent;
            }

        .timeline.timeline-3 .timeline-items .timeline-item:last-child {
            border-left-color: transparent;
            padding-bottom: 0;
        }



[v-cloak] {
    display: none;
}
