:root {
    --deep_blue: #004c85;
    --blue: #001b37;
    --light_blue: #eef6fd;
    --white: #fff;
}

body {
    background: var(--white) !important;
}

.login_area {
    top: 2.5em;
    bottom: initial;
    position: relative;
}

.cover {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: linear-gradient(0deg, #e5e8ed 70%, rgba(26, 111, 200, 1) 0%);
}

.login_google_vcode {
    position: relative;
}

.login_area .login_container .login_form_box .login_item .get_btn {
    position: absolute;
    margin-bottom: 0;
    background: #10a1bd;
}

.login_area .login_container .login_form_box .login_item .get_btn:hover {
    transform: none;
    background: #00839d;
}

.login_area .login_container {
    background: #fff;
    max-width: 800px;
    width: 100%;
}

.login_area .login_container .login_box {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 1em;
}

.login_area .login_container .login_box .logo_img_box .logo_img {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.right_box {
    padding: 0 1em 0 0;
}

.login_area .login_container .login_box .logo_text {
    margin: 0.75em;
}

.login_area .login_container .login_form_box {
    max-width: 95%;
}

.right_box>img {
    max-width: 550px;
}

.js-vcode-div>img {
    max-width: 180px;
}

.logo_box {
    margin-bottom: 1em;
}

.custom_select_trigger {
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    background: #efefef;
    color: #004c85;
}

.custom_select_trigger:after {
    border-bottom: 2px solid #004c85;
    border-right: 2px solid #004c85;
}

.login_area .login_container .login_form_box .login_item>input {
    box-shadow: none;
    border-radius: 0;
    background: var(--light_blue);
    border-bottom: 2px #d6e7fa solid;
    padding-top: 1em;
}

.login_area .login_container .login_form_box .login_item .login_btn {
    background: #1592ef;
    border-radius: 0;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.login_area .login_container .login_form_box .login_item .login_btn:hover {
    transform: none;
    background: #1163a0;
}

.login_area .login_container .login_form_box .login_item>input {
    padding: 0.75em;
}


/*header*/

.header_box {
    padding: 0 0 0 2.5em;
}

.member_box .selected>a {
    cursor: pointer;
}

.header_custom_select .custom_select_trigger {
    font-size: 14px;
    padding: 0.35em 1.35em 0.35em 0.75em;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_custom_select .custom_select_trigger:after {
    width: 6px;
    height: 6px;
    right: 8px;
    margin-top: -1px;
}

.header_custom_select .custom_option {
    font-size: 14px;
}

.header_custom_select .custom_options {
    margin: 1px 0 15px;
}

.header_custom_select .custom_select.opened .custom_options:before {
    width: 0;
    height: 0;
}

.custom_option {
    background: #efefef;
    color: #004c85;
    border-bottom: 1px solid #d9d9d9;
}

.custom_options {
    border: 1px solid #d9d9d9;
}

.custom_select.opened .custom_options:before {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #efefef;
}

.login_area .login_container .login_box .logo_text {
    color: #004c85;
}

.login_area .login_container .login_form_box .login_item .get_btn {
    border-radius: 0;
    box-shadow: none;
}

.jp_box .jp_cont_box .cont_form {
    background: var(--white);
}

.jp_box .jp_cont_box .cont_form .title_box {
    color: #004c85;
    border-bottom: 1px solid #004c85;
}

.sidebar {
    box-shadow: none;
    background-image: repeating-linear-gradient( 180deg, #135e6e 0, #135e6e 1px, #174b82 0, #174b82 50%);
    background-size: 10px 10px;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

#sidebar-toggle {
    position: absolute;
}

.sidebar .menu>ul>li.active>a {
    color: #fffab8;
    font-weight: bolder;
    box-shadow: none;
}

.link_submenu {
    cursor: pointer;
}

.sidebar .menu {
    color: #d5eaff;
    font-weight: bolder;
    border: 4px #46d1ef double;
    -webkit-border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 1.5em 0;
}

.flex-shrink-0 .fa-stop {
    color: #99e0e4;
}

.sidebar .menu a:hover {
    color: var(--white);
}

.sidebar.closed {
    width: 6rem;
}

.sidebar ul#accordion>li {
    background: rgba(0, 0, 0, 0.4);
}

.main_content_box .bread_title>p {
    color: var(--blue) !important;
    background: var(--white);
    overflow: hidden;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient( 90deg, #ecf5ff 0, #ecf5ff 1px, #e3f1ff 0, #e3f1ff 50%);
}

.header_right .subHeader_right .member_box {
    color: #004c85;
}

.sidebar .toggle {
    border-radius: 3px;
    box-shadow: none;
    color: var(--white);
    background: #109fbe;
    border: 1px solid #d6e7fa;
}

.sidebar .toggle.top-8 {
    top: 0.65rem;
}

.drop-down .options ul li a {
    background: #004c85;
    cursor: pointer;
}

.drop-down .options ul {
    border: 1px solid #004c85;
}

.drop-down .options ul li a:hover {
    background: #2783e2;
    color: var(--white);
}

.jp_box .jp_cont_box .cont_form .cont_list .jp_item input {
    box-shadow: none;
    background: var(--white);
    border-radius: 0;
    border: 1px #cecece solid;
}

.jp_box .jp_cont_box .cont_form .cont_list .jp_item .btn {
    border-radius: 0;
}

.submenu {
    background: #e7f3ff;
    border-radius: 0;
    color: #4c9edb;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.flex.space-x-4.items-center.active {
    color: #083869;
}

.submenu>li {
    border-top: 5px #174b82 double;
    border-bottom: 5px #174b82 solid;
    border-radius: 5px;
}

.submenu>li>a:hover {
    color: #003163 !important;
}

.sidebar .menu>ul>li.active ul.submenu {
    margin-bottom: 0.75em;
}

.search_box {
    background: #fff3e6;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5faff;
}

.status_memo {
    color: #f18716;
}

.new_status_box {
    margin-bottom: 0.4em;
}

.new_status_item {
    display: inline-block;
    font-size: 15px;
    font-weight: bolder;
    color: #5b7fa7;
    margin-right: 0.4em;
    margin: 0 0.4em 0.25em 0;
}

.new_status_item:last-child {
    margin: 0 0 0.25em 0;
}

.new_status_item>.title {
    padding: 0.15em 0.25em;
    border: 3px #b5d1f1 double;
    display: inline-block;
}

.new_status_item>.text {
    padding: 0.2em 0.3em 0.2em;
    position: relative;
    display: inline-block;
}

.new_status_item>.text>span {
    margin-left: 0.75em;
}

.new_status_item>.text:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #ff9218;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new_status_item>.text.indianred_badge:before {
    border-left-color: #aa2a2a;
}

.table>thead:first-child>tr:first-child>th {
    background: #9ab6d5;
}

.onoffswitch-inner:before {
    background-color: #638cb8;
}

.jp_item select,
.jp_item select:active,
.jp_item select:hover,
.jp_item select:focus {
    box-shadow: none;
    background: var(--white);
    border: 1px #cecece solid;
}

.jp_box .jp_cont_box .cont_form .cont_list .jp_item>textarea {
    box-shadow: none;
    background: var(--white);
    border: 1px #cecece solid;
}

.form-control {
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    border-radius: 5px !important;
}

.show_price {
    padding: 0.25em 0.75em;
    background: #fff9cf;
    text-align: right;
    color: #db4a0f;
    font-size: 15px;
    font-weight: bolder;
}


/*btn style*/

.btn_default {
    color: var(--white);
    background-color: #004c85;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #004c85;
}

.btn_default:hover,
.btn_default:focus,
.btn_default.focus,
.btn_default:active,
.btn_default.active,
.open>.btn_default.dropdown-toggle {
    color: var(--white);
    background-color: #002f52;
    border-color: #002f52;
}

.btn_default:active,
.btn_default.active,
.open>.btn_default.dropdown-toggle {
    background-image: none;
}

.btn_default.disabled,
.btn_default.disabled:hover,
.btn_default.disabled:focus,
.btn_default.disabled.focus,
.btn_default.disabled:active,
.btn_default.disabled.active,
.btn_default[disabled],
.btn_default[disabled]:hover,
.btn_default[disabled]:focus,
.btn_default[disabled].focus,
.btn_default[disabled]:active,
.btn_default[disabled].active,
fieldset[disabled] .btn_default,
fieldset[disabled] .btn_default:hover,
fieldset[disabled] .btn_default:focus,
fieldset[disabled] .btn_default.focus,
fieldset[disabled] .btn_default:active,
fieldset[disabled] .btn_default.active {
    background-color: #004c85;
    border-color: #004c85;
}

.btn_default .badge {
    color: #004c85;
    background-color: var(--white);
}

.btn_purple {
    color: #fff;
    background-color: #9b5592;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #9b5592;
}

.btn_purple:hover,
.btn_purple:focus,
.btn_purple.focus,
.btn_purple:active,
.btn_purple.active,
.open>.btn_purple.dropdown-toggle {
    color: #fff;
    background-color: #6b2b84;
    border-color: #6b2b84;
}

.btn_purple:active,
.btn_purple.active,
.open>.btn_purple.dropdown-toggle {
    background-image: none;
}

.btn_purple.disabled,
.btn_purple.disabled:hover,
.btn_purple.disabled:focus,
.btn_purple.disabled.focus,
.btn_purple.disabled:active,
.btn_purple.disabled.active,
.btn_purple[disabled],
.btn_purple[disabled]:hover,
.btn_purple[disabled]:focus,
.btn_purple[disabled].focus,
.btn_purple[disabled]:active,
.btn_purple[disabled].active,
fieldset[disabled] .btn_purple,
fieldset[disabled] .btn_purple:hover,
fieldset[disabled] .btn_purple:focus,
fieldset[disabled] .btn_purple.focus,
fieldset[disabled] .btn_purple:active,
fieldset[disabled] .btn_purple.active {
    background-color: #9b5592;
    border-color: #9b5592;
}

.btn_purple .badge {
    color: #9b5592;
    background-color: #fff;
}

.btn_primary {
    color: #fff;
    background-color: #a63e07;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #a63e07;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary.focus,
.btn_primary:active,
.btn_primary.active,
.open>.btn_primary.dropdown-toggle {
    color: #fff;
    background-color: #802c00;
    border-color: #802c00;
}

.btn_primary:active,
.btn_primary.active,
.open>.btn_primary.dropdown-toggle {
    background-image: none;
}

.btn_primary.disabled,
.btn_primary.disabled:hover,
.btn_primary.disabled:focus,
.btn_primary.disabled.focus,
.btn_primary.disabled:active,
.btn_primary.disabled.active,
.btn_primary[disabled],
.btn_primary[disabled]:hover,
.btn_primary[disabled]:focus,
.btn_primary[disabled].focus,
.btn_primary[disabled]:active,
.btn_primary[disabled].active,
fieldset[disabled] .btn_primary,
fieldset[disabled] .btn_primary:hover,
fieldset[disabled] .btn_primary:focus,
fieldset[disabled] .btn_primary.focus,
fieldset[disabled] .btn_primary:active,
fieldset[disabled] .btn_primary.active {
    background-color: #a63e07;
    border-color: #a63e07;
}

.btn_primary .badge {
    color: #a63e07;
    background-color: #fff;
}

.btn_cadetblue {
    color: #fff;
    background-color: #3e7e80;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #3e7e80;
}

.btn_cadetblue:hover,
.btn_cadetblue:focus,
.btn_cadetblue.focus,
.btn_cadetblue:active,
.btn_cadetblue.active,
.open>.btn_cadetblue.dropdown-toggle {
    color: #fff;
    background-color: #2b5758;
    border-color: #2b5758;
}

.btn_lightBrown {
    color: #fff;
    background-color: #a68e27;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #a68e27;
}

.btn_lightBrown:hover,
.btn_lightBrown:focus,
.btn_lightBrown.focus,
.btn_lightBrown:active,
.btn_lightBrown.active,
.open>.btn_lightBrown.dropdown-toggle {
    color: #fff;
    background-color: #bfaa72;
    border-color: #c2ae79;
}

.btn_lightBrown:active,
.btn_lightBrown.active,
.open>.btn_lightBrown.dropdown-toggle {
    background-image: none;
}

.btn_lightBrown.disabled,
.btn_lightBrown.disabled:hover,
.btn_lightBrown.disabled:focus,
.btn_lightBrown.disabled.focus,
.btn_lightBrown.disabled:active,
.btn_lightBrown.disabled.active,
.btn_lightBrown[disabled],
.btn_lightBrown[disabled]:hover,
.btn_lightBrown[disabled]:focus,
.btn_lightBrown[disabled].focus,
.btn_lightBrown[disabled]:active,
.btn_lightBrown[disabled].active,
fieldset[disabled] .btn_lightBrown,
fieldset[disabled] .btn_lightBrown:hover,
fieldset[disabled] .btn_lightBrown:focus,
fieldset[disabled] .btn_lightBrown.focus,
fieldset[disabled] .btn_lightBrown:active,
fieldset[disabled] .btn_lightBrown.active {
    background-color: #a68e27;
    border-color: #a68e27;
}

.btn_lightBrown .badge {
    color: #a68e27;
    background-color: #fff;
}

.btn_lightBrown {
    color: #fff;
    background-color: #a68e27;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #a68e27;
}

.btn_lightBrown:hover,
.btn_lightBrown:focus,
.btn_lightBrown.focus,
.btn_lightBrown:active,
.btn_lightBrown.active,
.open>.btn_lightBrown.dropdown-toggle {
    color: #fff;
    background-color: #bfaa72;
    border-color: #c2ae79;
}

.btn_lightBrown:active,
.btn_lightBrown.active,
.open>.btn_lightBrown.dropdown-toggle {
    background-image: none;
}

.btn_lightBrown.disabled,
.btn_lightBrown.disabled:hover,
.btn_lightBrown.disabled:focus,
.btn_lightBrown.disabled.focus,
.btn_lightBrown.disabled:active,
.btn_lightBrown.disabled.active,
.btn_lightBrown[disabled],
.btn_lightBrown[disabled]:hover,
.btn_lightBrown[disabled]:focus,
.btn_lightBrown[disabled].focus,
.btn_lightBrown[disabled]:active,
.btn_lightBrown[disabled].active,
fieldset[disabled] .btn_lightBrown,
fieldset[disabled] .btn_lightBrown:hover,
fieldset[disabled] .btn_lightBrown:focus,
fieldset[disabled] .btn_lightBrown.focus,
fieldset[disabled] .btn_lightBrown:active,
fieldset[disabled] .btn_lightBrown.active {
    background-color: #a68e27;
    border-color: #a68e27;
}

.btn_lightBrown .badge {
    color: #a68e27;
    background-color: #fff;
}

.btn_darkblue {
    color: #fff;
    background-color: #0d495a;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #0d495a;
}

.btn_darkblue:hover,
.btn_darkblue:focus,
.btn_darkblue.focus,
.btn_darkblue:active,
.btn_darkblue.active,
.open>.btn_darkblue.dropdown-toggle {
    color: #fff;
    background-color: #19699d;
    border-color: #19699d;
}

.btn_darkblue:active,
.btn_darkblue.active,
.open>.btn_darkblue.dropdown-toggle {
    background-image: none;
}

.btn_darkblue.disabled,
.btn_darkblue.disabled:hover,
.btn_darkblue.disabled:focus,
.btn_darkblue.disabled.focus,
.btn_darkblue.disabled:active,
.btn_darkblue.disabled.active,
.btn_darkblue[disabled],
.btn_darkblue[disabled]:hover,
.btn_darkblue[disabled]:focus,
.btn_darkblue[disabled].focus,
.btn_darkblue[disabled]:active,
.btn_darkblue[disabled].active,
fieldset[disabled] .btn_darkblue,
fieldset[disabled] .btn_darkblue:hover,
fieldset[disabled] .btn_darkblue:focus,
fieldset[disabled] .btn_darkblue.focus,
fieldset[disabled] .btn_darkblue:active,
fieldset[disabled] .btn_darkblue.active {
    background-color: #0d495a;
    border-color: #0d495a;
}

.btn_darkblue .badge {
    color: #0d495a;
    background-color: #fff;
}

.btn_green {
    color: #fff;
    background-color: #109fbe;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #109fbe;
}

.btn_green:hover,
.btn_green:focus,
.btn_green.focus,
.btn_green:active,
.btn_green.active,
.open>.btn_green.dropdown-toggle {
    color: #fff;
    background-color: #007a95;
    border-color: #007a95;
}

.btn_green:active,
.btn_green.active,
.open>.btn_green.dropdown-toggle {
    background-image: none;
}

.btn_green.disabled,
.btn_green.disabled:hover,
.btn_green.disabled:focus,
.btn_green.disabled.focus,
.btn_green.disabled:active,
.btn_green.disabled.active,
.btn_green[disabled],
.btn_green[disabled]:hover,
.btn_green[disabled]:focus,
.btn_green[disabled].focus,
.btn_green[disabled]:active,
.btn_green[disabled].active,
fieldset[disabled] .btn_green,
fieldset[disabled] .btn_green:hover,
fieldset[disabled] .btn_green:focus,
fieldset[disabled] .btn_green.focus,
fieldset[disabled] .btn_green:active,
fieldset[disabled] .btn_green.active {
    background-color: #109fbe;
    border-color: #109fbe;
}

.btn_green .badge {
    color: #109fbe;
    background-color: #fff;
}

.btn_rosybrown {
    color: #fff;
    background-color: #ac8ed0;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #ac8ed0;
}

.btn_rosybrown:hover,
.btn_rosybrown:focus,
.btn_rosybrown.focus,
.btn_rosybrown:active,
.btn_rosybrown.active,
.open>.btn_rosybrown.dropdown-toggle {
    color: #fff;
    background-color: #8a5fbe;
    border-color: #8a5fbe;
}

.btn_indianred {
    color: #fff;
    background-color: #aa2a2a;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
    border-color: #aa2a2a;
}

.btn_indianred:hover,
.btn_indianred:focus,
.btn_indianred.focus,
.btn_indianred:active,
.btn_indianred.active,
.open>.btn_indianred.dropdown-toggle {
    color: #fff;
    background-color: #790000;
    border-color: #790000;
}

.indianred_badge {
    color: #aa2a2a;
}


/*loading*/

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #d6e7fa, 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.5), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.7), 1.8em -1.8em 0 0em #d6e7fa, 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.5), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.7), 2.5em 0em 0 0em #d6e7fa, 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.5), 2.5em 0em 0 0em rgba(214, 231, 250, 0.7), 1.75em 1.75em 0 0em #d6e7fa, 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.5), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.7), 0em 2.5em 0 0em #d6e7fa, -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.5), 0em 2.5em 0 0em rgba(214, 231, 250, 0.7), -1.8em 1.8em 0 0em #d6e7fa, -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.5), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.7), -2.6em 0em 0 0em #d6e7fa, -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.5), -2.6em 0em 0 0em rgba(214, 231, 250, 0.7), -1.8em -1.8em 0 0em #d6e7fa;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #d6e7fa, 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.5), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.7), 1.8em -1.8em 0 0em #d6e7fa, 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.5), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.7), 2.5em 0em 0 0em #d6e7fa, 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.5), 2.5em 0em 0 0em rgba(214, 231, 250, 0.7), 1.75em 1.75em 0 0em #d6e7fa, 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.5), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.7), 0em 2.5em 0 0em #d6e7fa, -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.2), -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.5), 0em 2.5em 0 0em rgba(214, 231, 250, 0.7), -1.8em 1.8em 0 0em #d6e7fa, -2.6em 0em 0 0em rgba(214, 231, 250, 0.2), -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.5), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.7), -2.6em 0em 0 0em #d6e7fa, -1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(214, 231, 250, 0.2), 1.8em -1.8em 0 0em rgba(214, 231, 250, 0.2), 2.5em 0em 0 0em rgba(214, 231, 250, 0.2), 1.75em 1.75em 0 0em rgba(214, 231, 250, 0.2), 0em 2.5em 0 0em rgba(214, 231, 250, 0.2), -1.8em 1.8em 0 0em rgba(214, 231, 250, 0.5), -2.6em 0em 0 0em rgba(214, 231, 250, 0.7), -1.8em -1.8em 0 0em #d6e7fa;
    }
}

@media (max-width: 768px) {
    .login_container {
        display: block;
    }
    .right_box>img {
        max-width: 200px;
    }
    .login_area {
        top: 0;
    }
    .right_box {
        padding: 0 1em 1em 1em;
    }
}

@media (max-width: 468px) {
    .sidebar.closed {
        width: 0;
    }
    .sidebar.closed .menu {
        border: 0;
    }
    .header_box {
        padding: 0 0 0 3.5em;
    }
}