/* This css file is to over write bootstrap css
--------------------------------------------------------- /
* Theme Name: Sufee-Admin Admin Template
* Theme URI: http://demos.jeweltheme.com/Sufee-Admin/
* Author: jewel_theme
* Author URI: http://themeforest.net/user/jewel_theme/portfolio
* Description:
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, Sufee-Admin
--------------------------------------------------------- */
/* Bootstrap */
@import url(../../vendors/animate.css/animate.min.css);
.gaugejs-wrap {
    position: relative;
    margin: 0 auto;
}
.gaugejs-wrap canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}
.gaugejs-wrap.sparkline .value,
.gaugejs-wrap i {
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
}
.gaugejs-wrap i {
    position: absolute;
    left: 0;
    z-index: 1000;
    margin-top: -1.5rem;
    font-size: 3rem;
}
.gaugejs-wrap.type-2 .value {
    display: block;
    margin-top: -8.5rem;
}
.gaugejs-wrap.type-2 label {
    display: block;
    margin-top: -1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #9da0a8;
    text-transform: uppercase;
}
.gaugejs-wrap.sparkline {
    position: relative;
}
.gaugejs-wrap.sparkline .value {
    position: absolute;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1rem;
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 2.4rem;
    background-color: transparent;
    cursor: pointer;
}
.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.2rem;
    transition: opacity background 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}
.switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}
.switch.switch-default .switch-handle {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.1rem;
    transition: left 0.15s ease-out;
}
.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 1.8rem;
}
.switch.switch-default.switch-lg {
    width: 4.8rem;
    height: 2.8rem;
}
.switch.switch-default.switch-lg .switch-label {
    font-size: 1.2rem;
}
.switch.switch-default.switch-lg .switch-handle {
    width: 2.4rem;
    height: 2.4rem;
}
.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
    left: 2.2rem;
}
.switch.switch-default.switch-sm {
    width: 3.2rem;
    height: 2rem;
}
.switch.switch-default.switch-sm .switch-label {
    font-size: 0.8rem;
}
.switch.switch-default.switch-sm .switch-handle {
    width: 1.6rem;
    height: 1.6rem;
}
.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
    left: 1.4rem;
}
.switch.switch-default.switch-xs {
    width: 2.4rem;
    height: 1.6rem;
}
.switch.switch-default.switch-xs .switch-label {
    font-size: 0.7rem;
}
.switch.switch-default.switch-xs .switch-handle {
    width: 1.2rem;
    height: 1.2rem;
}
.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
    left: 1rem;
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4.8rem;
    height: 2.4rem;
    background-color: transparent;
    cursor: pointer;
}
.switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.2rem;
    transition: opacity background 0.15s ease-out;
}
.switch.switch-text .switch-label::after,
.switch.switch-text .switch-label::before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -0.5em;
    line-height: 1;
    text-align: center;
    transition: inherit;
}
.switch.switch-text .switch-label::before {
    right: 0.1rem;
    color: #e9ecef;
    content: attr(data-off);
}
.switch.switch-text .switch-label::after {
    left: 0.1rem;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}
.switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}
.switch.switch-text .switch-handle {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.1rem;
    transition: left 0.15s ease-out;
}
.switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 2.6rem;
}
.switch.switch-text.switch-lg {
    width: 5.6rem;
    height: 2.8rem;
}
.switch.switch-text.switch-lg .switch-label {
    font-size: 1.2rem;
}
.switch.switch-text.switch-lg .switch-handle {
    width: 2.4rem;
    height: 2.4rem;
}
.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
    left: 3rem;
}
.switch.switch-text.switch-sm {
    width: 4rem;
    height: 2rem;
}
.switch.switch-text.switch-sm .switch-label {
    font-size: 0.8rem;
}
.switch.switch-text.switch-sm .switch-handle {
    width: 1.6rem;
    height: 1.6rem;
}
.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
    left: 2.2rem;
}
.switch.switch-text.switch-xs {
    width: 3.2rem;
    height: 1.6rem;
}
.switch.switch-text.switch-xs .switch-label {
    font-size: 0.7rem;
}
.switch.switch-text.switch-xs .switch-handle {
    width: 1.2rem;
    height: 1.2rem;
}
.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
    left: 1.8rem;
}

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4.8rem;
    height: 2.4rem;
    background-color: transparent;
    cursor: pointer;
}
.switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.2rem;
    transition: opacity background 0.15s ease-out;
}
.switch.switch-icon .switch-label::after,
.switch.switch-icon .switch-label::before {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -0.5em;
    line-height: 1;
    text-align: center;
    transition: inherit;
}
.switch.switch-icon .switch-label::before {
    right: 0.1rem;
    color: #e9ecef;
    content: attr(data-off);
}
.switch.switch-icon .switch-label::after {
    left: 0.1rem;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}
.switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}
.switch.switch-icon .switch-handle {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.1rem;
    transition: left 0.15s ease-out;
}
.switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 2.6rem;
}
.switch.switch-icon.switch-lg {
    width: 5.6rem;
    height: 2.8rem;
}
.switch.switch-icon.switch-lg .switch-label {
    font-size: 1.2rem;
}
.switch.switch-icon.switch-lg .switch-handle {
    width: 2.4rem;
    height: 2.4rem;
}
.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
    left: 3rem;
}
.switch.switch-icon.switch-sm {
    width: 4rem;
    height: 2rem;
}
.switch.switch-icon.switch-sm .switch-label {
    font-size: 0.8rem;
}
.switch.switch-icon.switch-sm .switch-handle {
    width: 1.6rem;
    height: 1.6rem;
}
.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
    left: 2.2rem;
}
.switch.switch-icon.switch-xs {
    width: 3.2rem;
    height: 1.6rem;
}
.switch.switch-icon.switch-xs .switch-label {
    font-size: 0.7rem;
}
.switch.switch-icon.switch-xs .switch-handle {
    width: 1.2rem;
    height: 1.2rem;
}
.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
    left: 1.8rem;
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 4rem;
    height: 2.4rem;
    background-color: transparent;
    cursor: pointer;
}
.switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f8f9fa;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.2rem;
    transition: opacity background 0.15s ease-out;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}
.switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}
.switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border: 0.1rem solid #e9ecef;
    border-radius: 0.1rem;
    transition: left 0.15s ease-out;
    border: 0;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
.switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 1.6rem;
}
.switch.switch-3d.switch-lg {
    width: 4.8rem;
    height: 2.8rem;
}
.switch.switch-3d.switch-lg .switch-label {
    font-size: 1.2rem;
}
.switch.switch-3d.switch-lg .switch-handle {
    width: 2.8rem;
    height: 2.8rem;
}
.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
    left: 2rem;
}
.switch.switch-3d.switch-sm {
    width: 3.2rem;
    height: 2rem;
}
.switch.switch-3d.switch-sm .switch-label {
    font-size: 0.8rem;
}
.switch.switch-3d.switch-sm .switch-handle {
    width: 2rem;
    height: 2rem;
}
.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
    left: 1.2rem;
}
.switch.switch-3d.switch-xs {
    width: 2.4rem;
    height: 1.6rem;
}
.switch.switch-3d.switch-xs .switch-label {
    font-size: 0.7rem;
}
.switch.switch-3d.switch-xs .switch-handle {
    width: 1.6rem;
    height: 1.6rem;
}
.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
    left: 0.8rem;
}

.switch-pill .switch-handle,
.switch.switch-3d .switch-handle,
.switch-pill .switch-label,
.switch.switch-3d .switch-label {
    border-radius: 50em !important;
}
.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
    right: 0.2rem !important;
}
.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
    left: 0.2rem !important;
}

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #007bff !important;
    border-color: #0062cc;
}
.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #0062cc;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #007bff;
}
.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #007bff;
}
.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #007bff;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #007bff;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #007bff;
}
.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #007bff !important;
    border-color: #007bff;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #868e96 !important;
    border-color: #6c757d;
}
.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #6c757d;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #868e96;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #868e96;
}
.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #868e96;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #868e96;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #868e96;
}
.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #868e96 !important;
    border-color: #868e96;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #28a745 !important;
    border-color: #1e7e34;
}
.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #1e7e34;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #28a745;
}
.switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #28a745;
}
.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #28a745;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #28a745;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #28a745;
}
.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #28a745 !important;
    border-color: #28a745;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #17a2b8 !important;
    border-color: #117a8b;
}
.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #117a8b;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #17a2b8;
}
.switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8;
}
.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #17a2b8;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #17a2b8;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8;
}
.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #17a2b8 !important;
    border-color: #17a2b8;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}
.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}
.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #ffc107;
}
.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ffc107;
}
.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #dc3545 !important;
    border-color: #bd2130;
}
.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #bd2130;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #dc3545;
}
.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #dc3545;
}
.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #dc3545;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #dc3545;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #dc3545;
}
.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #dc3545 !important;
    border-color: #dc3545;
}

.switch-light > .switch-input:checked ~ .switch-label {
    background: #f8f9fa !important;
    border-color: #dae0e5;
}
.switch-light > .switch-input:checked ~ .switch-handle {
    border-color: #dae0e5;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}
.switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa;
}
.switch-light-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f8f9fa;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}
.switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa;
}
.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f8f9fa !important;
    border-color: #f8f9fa;
}

.switch-dark > .switch-input:checked ~ .switch-label {
    background: #343a40 !important;
    border-color: #1d2124;
}
.switch-dark > .switch-input:checked ~ .switch-handle {
    border-color: #1d2124;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #343a40;
}
.switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #343a40;
}
.switch-dark-outline > .switch-input:checked ~ .switch-handle {
    border-color: #343a40;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #343a40;
}
.switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #343a40;
}
.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #343a40 !important;
    border-color: #343a40;
}

.social-box {
    min-height: 16rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
}
.social-box i {
    display: block;
    margin: -0.1rem -0.1rem 0;
    font-size: 4rem;
    line-height: 9rem;
    background: #e9ecef;
}
.social-box .chart-wrapper {
    height: 9rem;
    margin: -9rem 0 0;
}
.social-box .chart-wrapper canvas {
    width: 100% !important;
    height: 9rem !important;
}
.social-box ul {
    padding: 1rem 0;
    list-style: none;
}
.social-box ul li {
    display: block;
    float: left;
    width: 50%;
    padding-top: 1rem;
    font-size: 1.8rem;
}
.social-box ul li:first-child {
    border-right: 0.1rem solid #c2cfd6;
}
.social-box ul li strong {
    display: block;
    font-size: 2rem;
}
.social-box ul li span {
    font-size: 1.8rem;
    font-weight: 500;
    color: #949ca0;
    text-transform: uppercase;
}
.social-box.facebook i {
    color: #fff;
    background: #3b5998;
}
.social-box.twitter i {
    color: #fff;
    background: #00aced;
}
.social-box.linkedin i {
    color: #fff;
    background: #4875b4;
}
.social-box.google-plus i {
    color: #fff;
    background: #d34836;
}

.horizontal-bars {
    padding: 0;
    margin: 0;
    list-style: none;
}
.horizontal-bars li {
    position: relative;
    height: 4rem;
    line-height: 4rem;
    vertical-align: middle;
}
.horizontal-bars li .title {
    width: 10rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #868e96;
    vertical-align: middle;
}
.horizontal-bars li .bars {
    position: absolute;
    top: 1.5rem;
    width: 100%;
    padding-left: 10rem;
}
.horizontal-bars li .bars .progress:first-child {
    margin-bottom: 0.2rem;
}
.horizontal-bars li.legend {
    text-align: center;
}
.horizontal-bars li.legend .badge {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
}
.horizontal-bars li.divider {
    height: 4rem;
}
.horizontal-bars li.divider i {
    margin: 0 !important;
}
.horizontal-bars.type-2 li {
    overflow: hidden;
}
.horizontal-bars.type-2 li i {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 0.5rem;
    font-size: 1.8rem;
    line-height: 4rem;
}
.horizontal-bars.type-2 li .title {
    display: inline-block;
    width: auto;
    margin-top: -0.9rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 4rem;
    color: #212529;
}
.horizontal-bars.type-2 li .value {
    float: right;
    font-weight: 600;
}
.horizontal-bars.type-2 li .bars {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0;
}

.icons-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.icons-list li {
    position: relative;
    height: 4rem;
    vertical-align: middle;
}
.icons-list li i {
    display: block;
    float: left;
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin: 0.2rem;
    line-height: 3.5rem !important;
    text-align: center;
}
.icons-list li .desc {
    height: 4rem;
    margin-left: 5rem;
    border-bottom: 0.1rem solid #e9ecef;
}
.icons-list li .desc .title {
    padding: 0.2rem 0 0;
    margin: 0;
}
.icons-list li .desc small {
    display: block;
    margin-top: -0.4rem;
    color: #868e96;
}
.icons-list li .value {
    position: absolute;
    top: 0.2rem;
    right: 4.5rem;
    text-align: right;
}
.icons-list li .value strong {
    display: block;
    margin-top: -0.3rem;
}
.icons-list li .actions {
    position: absolute;
    top: -0.4rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
.icons-list li .actions i {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.icons-list li.divider {
    height: 4rem;
}
.icons-list li.divider i {
    width: auto;
    height: auto;
    margin: 0.2rem 0 0;
    font-size: 1.8rem;
}

.social {
    color: #fff;
}
.social.btn-sm {
    padding: 0 1rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.social.btn-lg {
    border-radius: 0;
}
.social.btn {
    border-radius: 0;
}
.social i {
    width: 1.8125rem;
    line-height: 2;
}
.social.facebook {
    background: #3b5998;
}
.social.facebook:hover {
    background: #344e86;
}
.social.twitter {
    background: #00aced;
}
.social.twitter:hover {
    background: #0099d4;
}
.social.linkedin {
    background: #4875b4;
}
.social.linkedin:hover {
    background: #4169a2;
}
.social.flickr {
    background: #ff0084;
}
.social.flickr:hover {
    background: #e60077;
}
.social.tumblr {
    background: #32506d;
}
.social.tumblr:hover {
    background: #2a435c;
}
.social.xing {
    background: #026466;
}
.social.xing:hover {
    background: #024b4d;
}
.social.github {
    background: #4183c4;
}
.social.github:hover {
    background: #3876b4;
}
.social.html5 {
    background: #e34f26;
}
.social.html5:hover {
    background: #d4431b;
}
.social.openid {
    background: #f78c40;
}
.social.openid:hover {
    background: #f67d28;
}
.social.stack-overflow {
    background: #fe7a15;
}
.social.stack-overflow:hover {
    background: #f86c01;
}
.social.css3 {
    background: #0170ba;
}
.social.css3:hover {
    background: #0161a1;
}
.social.youtube {
    background: #b00;
}
.social.youtube:hover {
    background: #a20000;
}
.social.dribbble {
    background: #ea4c89;
}
.social.dribbble:hover {
    background: #e7357a;
}
.social.dropbox {
    background: #007ee5;
}
.social.dropbox:hover {
    background: #0070cc;
}
.social.google-plus {
    background: #d34836;
}
.social.google-plus:hover {
    background: #c43d2b;
}
.social.instagram {
    background: #517fa4;
}
.social.instagram:hover {
    background: #497293;
}
.social.pinterest {
    background: #cb2027;
}
.social.pinterest:hover {
    background: #b51d23;
}
.social.vk {
    background: #45668e;
}
.social.vk:hover {
    background: #3d5a7d;
}
.social.yahoo {
    background: #400191;
}
.social.yahoo:hover {
    background: #350178;
}
.social.behance {
    background: #1769ff;
}
.social.behance:hover {
    background: #0059fd;
}
.social.reddit {
    background: #ff4500;
}
.social.reddit:hover {
    background: #e63e00;
}
.social.spotify {
    background: #7ab800;
}
.social.spotify:hover {
    background: #699f00;
}
.social.vine {
    background: #00bf8f;
}
.social.vine:hover {
    background: #00a67c;
}
.social.foursquare {
    background: #1073af;
}
.social.foursquare:hover {
    background: #0e6498;
}
.social.vimeo {
    background: #aad450;
}
.social.vimeo:hover {
    background: #a0cf3c;
}

.gap-1 {
    gap: 1rem;
}

.gap-24 {
    gap: 2.4rem;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
        url("../fonts/Roboto-Medium.woff") format("woff"),
        url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.woff2") format("woff2"),
        url("../fonts/Roboto-Light.woff") format("woff"),
        url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.eot");
    src: url("../fonts/Roboto-Black.woff2") format("woff2"),
        url("../fonts/Roboto-Black.woff") format("woff"),
        url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Italic.eot");
    src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
        url("../fonts/Roboto-Italic.woff") format("woff"),
        url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

.form-new-job .form-header {
    padding: 2rem;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-new-job .form-header .header-title {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #12376e;
}
.form-new-job .form-header .header-breadcrumb {
    display: flex;
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
}
.form-new-job .form-header .header-breadcrumb img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
}
.form-new-job .form-content {
    padding: 2.4rem;
    background-color: #fff;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.form-new-job .form-content .title {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5ea;
}
.form-new-job .form-content form .group-input {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.form-new-job .form-content form .form-control {
    height: unset;
    padding: 1.5rem 2rem;
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.form-new-job .form-content form .form-control:focus {
    box-shadow: none;
}
.form-new-job .form-content form .remark {
    margin-top: 3.2rem;
}
.form-new-job .form-content form .input-item {
    position: relative;
}
.form-new-job .form-content form .input-item label {
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
    background-color: #fff;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    font-size: 1.2rem;
}
.form-new-job .form-content form .title-trips {
    line-height: 1.37;
}
.form-new-job .form-content form .form-control:focus {
    box-shadow: none;
}
.form-new-job .form-content form .remark {
    margin-top: 3.2rem;
}
.form-new-job .form-content form .input-item {
    position: relative;
}
.form-new-job .form-content form .input-item label {
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
    background-color: #fff;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    font-size: 1.2rem;
}
.form-new-job .form-content form .input-item label.error-message {
    color: red;
    top: unset;
    font-size: 1.2rem;
}
.form-new-job .form-content form .error-message {
    top: 0;
    color: red;
    font-size: 1.2rem;
    padding-left: 2rem;
    font-weight: 500;
}
.form-new-job .form-content form .title-trips {
    padding: 3.2rem 0;
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
}
.form-new-job .form-content form #itemContainer .item-trip {
    margin-bottom: 3.2rem;
}
.form-new-job .form-content form #itemContainer .item-trip .title-trip-remove {
    background-color: #12376e;
    padding: 1.2rem 2rem;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-new-job .form-content form #itemContainer .item-trip .title-trip {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.37;
}
.form-new-job .form-content form #itemContainer .item-trip .remove-trip {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.form-new-job .form-content form #itemContainer .item-trip .remove-trip img {
    margin-right: 0.8rem;
}
.form-new-job .form-content form #itemContainer .item-trip .form-trip {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown {
    position: relative;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list {
    position: absolute;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    top: 5.5rem;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
    display: flex;
    align-items: center;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.purple
    label
    span {
    color: #af52de;
    background-color: rgba(191, 90, 242, 0.25);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.yellow
    label
    span {
    color: #e5b800;
    background-color: rgba(255, 204, 0, 0.25);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.lavender
    label
    span {
    color: #626cc6;
    background-color: rgba(98, 108, 198, 0.16);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.blue
    label
    span {
    color: #007aff;
    background-color: rgba(90, 200, 250, 0.25);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.green
    label
    span {
    color: #2fb250;
    background-color: rgba(52, 199, 89, 0.35);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.orange
    label
    span {
    color: #ff7f00;
    background-color: rgba(255, 159, 10, 0.25);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.gray
    label
    span {
    color: #000;
    background-color: rgba(75, 75, 75, 0.15);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item.skin
    label
    span {
    color: #ffa65c;
    background-color: rgba(255, 223, 196, 0.5);
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item
    label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0.8rem;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list
    .dropdown-item
    label
    span {
    padding: 0.4rem;
    border-radius: 4px;
}
.form-new-job
    .form-content
    form
    #itemContainer
    .item-trip
    .form-trip
    .dropdown
    .dropdown-list.show {
    display: block;
}
.form-new-job .form-content form .btn-add-trip {
    cursor: pointer;
    padding: 1.3rem 2.6rem;
    background-color: rgba(18, 55, 110, 0.1);
    border-radius: 4px;
    text-align: center;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.37;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    color: #000;
}

.form-new-user .form-header {
    padding: 2rem;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-new-user .form-header .header-title {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #12376e;
}
.form-new-user .form-header .header-breadcrumb {
    display: flex;
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
}
.form-new-user .form-header .header-breadcrumb img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
}
.form-new-user .form-content {
    background-color: #fff;
    padding: 2.4rem;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.form-new-user .form-content .title {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5ea;
}
.form-new-user .form-content .form-create-user .form-control {
    height: unset;
    padding: 1.5rem 2rem;
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.form-new-user .form-content .form-create-user .form-control:focus {
    box-shadow: none;
}
.form-new-user .form-content .form-create-user .input-item {
    position: relative;
}
.form-new-user .form-content .form-create-user .input-item label {
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
    background-color: #fff;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    font-size: 1.2rem;
}
.form-new-user .form-content .form-create-user .btn-create-user {
    border-radius: 4px;
    padding: 1.3rem 2.6rem;
    background-color: #12376e;
    border: none;
    color: #fff;
    border: 1px solid #12376e;
}
.form-new-user .form-content .form-create-user .btn-create-user:hover {
    color: #12376e;
    background-color: #fff;
    border: 1px solid #12376e;
}
.form-new-user .form-content .form-create-user .btn-cancel-user {
    margin-left: 1rem;
    border-radius: 4px;
    padding: 1.3rem 2.6rem;
    background-color: #fff;
    border: none;
    border: 1px solid #12376e;
}
.form-new-user .form-content .form-create-user .btn-cancel-user:hover {
    color: #fff;
    background-color: #12376e;
    border: 1px solid #12376e;
}
.form-new-user .form-content .form-create-user .btn-cancel-user:hover a {
    color: #fff;
}
.form-new-user .form-content .form-create-user .form-role {
    padding: 1.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdade;
}
.form-new-user .form-content .form-create-user .form-role .name-role {
    font-size: 1.6rem;
}
.form-new-user .form-content .form-create-user .form-role label {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-left: 0.5rem;
}
.form-new-user .form-content .form-create-user .form-role .form-input-role {
    gap: 3rem;
}
.form-new-user .form-content .title-name {
    width: 20rem;
}
.form-new-user .form-content .group-button {
    display: flex;
    align-items: center;
}
.form-new-user .form-content .group-button .btn-edit a {
    padding: 1.3rem 2.6rem;
    background-color: #12376e;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border: 1px solid #12376e;
}
.form-new-user .form-content .group-button .btn-edit a img {
    margin-left: 1rem;
}
.form-new-user .form-content .group-button .btn-delete {
    margin-left: 2rem;
    padding: 1.3rem 2.6rem;
    background-color: #fff;
    color: #ff3b30;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border: 1px solid #ff3b30;
    cursor: pointer;
}
.form-new-user .form-content .group-button .btn-delete img {
    margin-left: 1rem;
}
.form-new-user .form-content-account {
    margin: 0rem 2.4rem 2.4rem 2.4rem;
}
.form-new-user .form-content-account .account-info {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 5px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.form-new-user .form-content-account .account-info .account-image {
    position: relative;
}
.form-new-user .form-content-account .account-info .account-image .top {
    background-color: #896d03;
    height: 12rem;
    border-radius: 8px 8px 0 0;
}
.form-new-user .form-content-account .account-info .account-image .bottom {
    background-color: #fff;
    height: 12rem;
}
.form-new-user .form-content-account .account-info .account-image .image {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-new-user .form-content-account .account-info .account-image .image img {
    border-radius: 50%;
}
.form-new-user .form-content-account .account-info .account-detail {
    padding: 2.4rem;
    padding-top: 0;
}
.form-new-user
    .form-content-account
    .account-info
    .account-detail
    .title-position {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5ea;
}
.form-new-user .form-content-account .account-info .account-detail img {
    margin-right: 1.2rem;
}
.form-new-user .form-content-account .account-tabs {
    background-color: #fff;
    padding: 2.4rem;
    border-radius: 8px;
    box-shadow: 5px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.form-new-user .form-content-account .account-tabs .nav-pills {
    border-bottom: 1px solid #8e8e93;
}
.form-new-user .form-content-account .account-tabs .nav-pills .nav-link {
    transition: unset;
    margin-right: 0.5rem;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    font-size: 1.4rem;
    line-height: 1.28;
    font-weight: 500;
    color: #8e8e93;
    display: flex;
    align-items: center;
    padding-bottom: 1.6rem;
}
.form-new-user .form-content-account .account-tabs .nav-pills .nav-link img {
    margin-right: 0.8rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.profile
    .image {
    background-image: url("../../images/profile.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.profile:hover
    .image {
    background-image: url("../../images/profile-blue.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.profile.active
    .image {
    background-image: url("../../images/profile-blue.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.password
    .image {
    background-image: url("../../images/lock.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.password:hover
    .image {
    background-image: url("../../images/lock-blue.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.password.active
    .image {
    background-image: url("../../images/lock-blue.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.account
    .image {
    background-image: url("../../images/delete-gray.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.account:hover
    .image {
    background-image: url("../../images/delete-blue.png");
}
.form-new-user
    .form-content-account
    .account-tabs
    .nav-pills
    .nav-link.account.active
    .image {
    background-image: url("../../images/delete-blue.png");
}
.form-new-user .form-content-account .account-tabs .nav-pills .nav-link.active {
    color: #12376e;
    border-bottom: 3px solid #12376e;
    margin-bottom: -1.5px;
}
.form-new-user .form-content-account .account-tabs .nav-pills .nav-link:hover {
    color: #12376e;
    margin-bottom: -1.5px;
    border-bottom: 3px solid #12376e;
}
.form-new-user .form-content-account .account-tabs .nav-pills .nav-link .image {
    width: 1.2rem;
    height: 1.4rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.8rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-profile-detail
    .label-title {
    min-width: 10rem;
    margin-right: 4rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-profile-detail-edit
    .label-file {
    padding: 1.3rem 2.6rem;
    background-color: #12376e;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 8px;
    margin-right: 2rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-profile-detail-edit
    .remove-file {
    cursor: pointer;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-password
    .form-control,
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-password
    .title-password {
    max-width: 40rem;
}
.form-new-user .form-content-account .account-tabs .tab-content .form-control {
    height: unset;
    padding: 1.5rem 2rem;
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-control:focus {
    box-shadow: none;
}
.form-new-user .form-content-account .account-tabs .tab-content .input-item {
    position: relative;
    margin-top: 2rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .input-item
    label {
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
    background-color: #fff;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    font-size: 1.2rem;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-account-removal
    .group-btn {
    display: flex;
    align-items: center;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-account-removal
    .group-btn
    .btn-disabled {
    cursor: pointer;
    margin-right: 2rem;
    padding: 1.3rem 2.6rem;
    border-radius: 8px;
    background-color: #ff3b30;
    font-size: 1.6rem;
    color: #fff;
}
.form-new-user
    .form-content-account
    .account-tabs
    .tab-content
    .form-account-removal
    .group-btn
    .btn-delete {
    cursor: pointer;
    padding: 1.3rem 2.6rem;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    color: #ff3b30;
    border: 1px solid #ff3b30;
}
.form-new-user .form-content-account .account-tabs .group-btn {
    display: flex;
    align-items: center;
    margin-top: 3.2rem;
}
.form-new-user .form-content-account .account-tabs .group-btn .btn-save {
    color: #fff;
    border-radius: 8px;
    background-color: #12376e;
    padding: 1.3rem 2.6rem;
    margin-right: 2rem;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.form-new-user .form-content-account .account-tabs .group-btn .btn-save img {
    margin-left: 0.8rem;
}
.form-new-user .form-content-account .account-tabs .group-btn .btn-cancel {
    padding: 1.3rem 2.6rem;
    background-color: #fff;
    border: 1px solid #12376e;
    border-radius: 8px;
}
.form-new-user .form-content-account .account-tabs .group-btn .btn-cancel a {
    font-size: 1.6rem;
}

.user-list .form-header {
    padding: 2rem;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-list .form-header .header-title {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #12376e;
}
.user-list .form-header .header-breadcrumb {
    display: flex;
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.28;
}
.user-list .form-header .header-breadcrumb img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
}
.user-list .form-content {
    padding: 2.4rem;
    background-color: #fff;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.user-list .form-content .title {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5ea;
}
.user-list .form-content .search-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-list .form-content .search-add .search .form-control {
    border-radius: 8px;
    padding: 0.9rem 2rem;
    height: unset;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.user-list .form-content .search-add .add-user {
    background-color: #12376e;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.37;
    border-radius: 8px;
    padding: 1.3rem 2.6rem;
    display: flex;
    align-items: center;
}
.user-list .form-content .search-add .add-user a {
    margin-right: 1rem;
    color: #fff;
}
.user-list .form-content .dt-layout-row .dt-search {
    display: none;
}
.user-list .form-content .dt-layout-row .dt-info {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.33;
    color: #000;
    opacity: 0.25;
}
.user-list .form-content .userListDatatable thead tr {
    background-color: #f5f5f5;
}
.user-list .form-content .userListDatatable thead tr th {
    font-size: 1.4rem;
    color: #636366;
    font-weight: 400;
    line-height: 1.28;
    border-bottom: none;
    padding: 1.2rem;
}
.user-list .form-content .userListDatatable thead tr .dt-type-numeric {
    text-align: left;
}
.user-list .form-content .userListDatatable tbody tr td {
    padding: 1.6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
    border-bottom: 1px solid #f2f2f7;
}
.user-list .form-content .userListDatatable tbody tr .dt-type-numeric {
    text-align: left;
}
.user-list .form-content .userListDatatable tbody tr .actions {
    cursor: pointer;
    text-align: center;
    position: relative;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions {
    position: absolute;
    width: 15rem;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    right: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions
    a {
    padding: 1.2rem 2rem;
    background-color: #fff;
    font-size: 1.4rem;
    color: #000000;
    display: flex;
    align-items: center;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions
    a
    img {
    margin-right: 0.5rem;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions
    a:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions
    a:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.user-list
    .form-content
    .userListDatatable
    tbody
    tr
    .actions
    .dropdown-actions
    a:hover {
    background-color: rgba(217, 217, 217, 0.5);
}
.user-list .form-content .roleListDatatable thead tr th:first-child {
    width: 80%;
}
.user-list .form-content .roleListDatatable tbody tr .role-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-login .content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../images/banner-login.png");
    background-position: center center;
    background-size: cover;
}
.app-login .content-overlay::after {
    content: "";
    background-color: #12376e;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
}
.app-login .content-wrapper {
    padding: 4rem;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}
.app-login .content-wrapper .content-body .auth-login-form .form-input-login {
    position: relative;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-input-login
    label {
    position: absolute;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    top: -0.7rem;
    left: 1.5rem;
    background-color: #fff;
    padding: 0 0.5rem;
    margin-bottom: 0;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-input-login
    .form-controls {
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #d9d9d9 !important;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
    color: #c5c5c5;
    width: 40rem;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-input-login
    .form-controls:focus {
    box-shadow: none;
    border-color: unset;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-input-login
    .form-controls:-internal-autofill-selected {
    background-color: #fff !important;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-input-login
    .field-icon {
    float: right;
    margin-left: -25px;
    color: rgba(75, 70, 92, 0.5);
    position: relative;
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.app-login .content-wrapper .content-body .auth-login-form .form-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-remember
    .input-remember
    label {
    margin-left: 0.6rem;
    margin-bottom: 0;
}
.app-login
    .content-wrapper
    .content-body
    .auth-login-form
    .form-remember
    .forgot
    a {
    text-decoration: none;
}
.app-login .content-wrapper .content-body .btn.btn-login {
    padding: 1.3rem 2.6rem;
    background-color: #12376e;
    color: #fff;
    border-radius: 8px;
    font-size: 1.6rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mt-12 {
    margin-top: 1.2rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-16 {
    margin-top: 1.6rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-22 {
    margin-top: 2.2rem;
}

.mt-24 {
    margin-top: 2.4rem;
}

.mt-28 {
    margin-top: 2.8rem;
}

.mt-32 {
    margin-top: 3.2rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-44 {
    margin-top: 4.4rem;
}

.roboto-12 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "Roboto";
}

.roboto-14 {
    font-size: 1.4rem;
    line-height: 1.28;
    font-family: "Roboto";
}

.roboto-16 {
    font-size: 1.6rem;
    line-height: 1.37;
    font-family: "Roboto";
}

.roboto-18 {
    font-size: 1.8rem;
    line-height: 1.33;
    font-family: "Roboto";
}

.roboto-20 {
    font-size: 2rem;
    line-height: 1.37;
    font-family: "Roboto";
}

.semi-bold {
    font-weight: 600;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.color-blue {
    color: #12376e;
}

.color-8E8E93 {
    color: #8e8e93;
}

.color-636366 {
    color: #636366;
}

.color-00000080 {
    color: #00000080;
}

.color-FF3B30 {
    color: #ff3b30;
}

.text-decoration {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.swal2-popup.swal2-modal {
    width: 50rem;
    border-radius: 8px;
}
.swal2-popup.swal2-modal .swal2-image {
    margin-top: 3.2rem;
    margin-bottom: 0;
}
.swal2-popup.swal2-modal .swal2-title {
    padding: 0;
    margin-top: 3.2rem;
    color: #12376e;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}
.swal2-popup.swal2-modal .swal2-html-container {
    padding: 0;
    margin-top: 1.2rem;
    font-size: 1.6rem;
}
.swal2-popup.swal2-modal .form-control {
    margin: 0;
    height: unset;
    padding: 1.5rem 2rem;
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.swal2-popup.swal2-modal .form-control:focus {
    box-shadow: none;
}
.swal2-popup.swal2-modal .swal2-html-container {
    padding: 2rem 2rem 0 2rem;
}
.swal2-popup.swal2-modal .swal2-validation-message {
    font-size: 1.6rem;
}
.swal2-popup.swal2-modal .input-item {
    position: relative;
}
.swal2-popup.swal2-modal .input-item label {
    top: -0.5rem;
    left: 2rem;
    padding: 0 0.5rem;
    background-color: #fff;
    color: #c5c5c5;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    font-size: 1.2rem;
}
.swal2-popup.swal2-modal .swal2-actions {
    padding: 0;
    margin-top: 3.2rem;
    margin-bottom: 3.3rem;
}
.swal2-popup.swal2-modal .swal2-actions .swal2-confirm,
.swal2-popup.swal2-modal .swal2-actions .swal2-cancel {
    padding: 1.3rem 2.6rem;
    font-size: 1.6rem;
}
.swal2-popup.swal2-modal .field-icon {
    float: right;
    margin-left: -25px;
    color: rgba(75, 70, 92, 0.5);
    position: relative;
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.swal2-popup.swal2-modal .btn-login {
    display: block;
    background-color: #12376e;
    padding: 1.3rem 2.6rem;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #fff;
    width: max-content;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
}

.dt-paging.paging_full_numbers .dt-paging-button.first,
.dt-paging.paging_full_numbers .dt-paging-button.previous,
.dt-paging.paging_full_numbers .dt-paging-button.next,
.dt-paging.paging_full_numbers .dt-paging-button.last {
    padding: 0.8rem;
    background-color: #f5f5f5 !important;
    border-radius: 4px;
    margin-left: 0.8rem;
    min-width: unset;
    width: 3.6rem;
    height: 3.6rem;
}
.dt-paging.paging_full_numbers .dt-paging-button.current {
    padding: 0.8rem;
    background-color: #12376e !important;
    background: #12376e !important;
    border: none !important;
    width: 3.6rem;
    height: 3.6rem;
    margin-left: 0.8rem;
    font-size: 1.4rem;
    color: #fff !important;
}

div.dt-container .dt-layout-row:last-child {
    margin-top: 2.4rem;
}
div.dt-container .dt-info {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.33;
    color: #000;
    opacity: 0.25;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0.8rem !important;
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
    border: none !important;
    width: 3.6rem;
    height: 3.6rem;
    margin-left: 0.8rem;
    font-size: 1.4rem;
    color: #8e8e93;
}
div.dt-container .dt-paging .dt-paging-button.current {
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    color: #fff !important;
    background-color: #12376e !important;
}

.gap-20 {
    gap: 2rem !important;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn {
    padding: 1.3rem 2.6rem;
    border-radius: 4px !important;
    font-size: 1.6rem;
    font-family: "Roboto";
    line-height: 22px;
}

.btn-add-blue {
    color: #fff !important;
    background: #12376e;
    border: 1px solid #12376e;
    width: 18.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-save-blue {
    color: #fff !important;
    background: #12376e;
    border: 1px solid #12376e;
}

.btn-cancel-bdgray {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #12376e;
}

.btn-bd-icon {
    color: #000 !important;
    background: #fff;
    border: 1px solid #d1d1d6;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.4rem 1.2rem;
    border-radius: 5rem !important;
    font-size: 1.4rem;
    opacity: 0.25;
}
.btn-bd-icon.active {
    opacity: 1;
}

.previewAddJob thead tr th {
    border-bottom: none !important;
    background-color: #896d0326;
    color: #212427;
    font-size: 1.4rem;
    padding: 1.2rem !important;
    font-weight: 500 !important;
    border-left: 0.5px solid #fff;
    vertical-align: middle;
}
.previewAddJob thead tr th:first-child {
    text-align: center;
}
.previewAddJob thead tr th.dt-type-numeric {
    text-align: left;
}
.previewAddJob tbody tr td {
    border-bottom: 1px solid #f2f2f7 !important;
    padding: 0rem 1.2rem;
    font-size: 1.4rem;
    color: #000;
    vertical-align: middle;
}
.previewAddJob tbody tr td.dt-type-numeric {
    text-align: left;
}
.previewAddJob tbody tr:last-child td {
    border-bottom: 1px solid #f2f2f7 !important;
}

.previewAddJob::-webkit-scrollbar {
    display: none;
}

.dataTable {
    width: 100% !important;
}

.mb-16 {
    margin-bottom: 1.6rem;
}

#tableExport thead tr th {
    border-top: none;
    background-color: #896d0326;
    font-weight: 500 !important;
    color: #212427;
    border-left: 0.5px solid #fff;
    vertical-align: middle;
}
#tableExport tbody tr, .previewAddJob tbody tr {
    position: relative;
}
#tableExport tbody tr td, .previewAddJob tbody tr td {
    border-bottom: 1px solid #f2f2f7 !important;
}
#tableExport tbody tr td .red, .previewAddJob tbody tr td .red {
    color: #ff453a;
}
#tableExport tbody tr td .yellow, .previewAddJob tbody tr td .yellow {
    color: #e5b800;
    background-color: rgba(255, 204, 0, 0.25);
}
#tableExport tbody tr td .purple, .previewAddJob tbody tr td .purple {
    color: #af52de;
    background-color: rgba(191, 90, 242, 0.25);
}
#tableExport tbody tr td .lavender, .previewAddJob tbody tr td .lavender {
    color: #626cc6;
    background-color: rgba(98, 108, 198, 0.16);
}
#tableExport tbody tr td .green, .previewAddJob tbody tr td .green {
    color: #2fb250;
    background-color: rgba(52, 199, 89, 0.35);
}
#tableExport tbody tr td .blue, .previewAddJob tbody tr td .blue {
    color: #007aff;
    background-color: rgba(90, 200, 250, 0.25);
}
#tableExport tbody tr td .orange, .previewAddJob tbody tr td .orange {
    color: #ff7f00;
    background-color: rgba(255, 159, 10, 0.25);
}
#tableExport tbody tr td .gray, .previewAddJob tbody tr td .gray {
    color: #000;
    background-color: rgba(75, 75, 75, 0.15);
}
#tableExport tbody tr td .skin,     .previewAddJob tbody tr td .skin {
    color: #ffa65c;
    background-color: rgba(255, 223, 196, 0.5);
}
#tableExport tbody tr td .box-mark, .previewAddJob tbody tr td .box-mark {
    padding: 0.4rem;
    border-radius: 0.4rem;
    width: fit-content;
    font-size: 1.4rem;
    text-align: center;
}
#tableExport tbody tr td .pd-16 {
    padding: 1.6rem 0;
}
#tableExport tbody tr td .empty {
    border-radius: 4px;
    background: #ff3b30;
    font-size: 1.4rem;
    color: #fff;
    padding: 4px;
    text-align: center;
}
#tableExport tbody tr td #r-select {
    color: #f1f2f7;
    margin: 7 0.5rem 2rem 0 0;
    max-width: 8rem;
}
#tableExport tbody tr td #r-select:focus,
#tableExport tbody tr td #r-select:visited {
    border: none;
    outline: 0;
}
#tableExport tbody tr td #r-select .dropdown-toggle {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tableExport tbody tr td #r-select .dropdown-toggle::after {
    display: none;
}
#tableExport tbody tr td #r-select .dropdown-menu {
    background: #fcfcfc;
    border-radius: 4px;
    min-width: inherit;
    font-size: 1.4rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--Gray-1, #f2f2f7);
    transform: translate(-3rem, 4rem) !important;
}
#tableExport tbody tr td #r-select .dropdown-menu .dropdown-item {
    margin-right: 0;
    max-width: 5rem;
    padding: 1.2rem 2rem;
}
#tableExport tbody tr td #r-select .dropdown-menu .dropdown-item:hover {
    background: #fff;
}
#tableExport tbody tr td #r-select .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 0;
    width: 2.5rem;
}
#tableExport tbody tr td #dropdown-box, .previewAddJob tbody tr td #dropdown-box {
    position: relative;
    color: #f1f2f7;
    max-width: 8rem;
}
#tableExport tbody tr td #dropdown-box:focus,
#tableExport tbody tr td #dropdown-box:visited, 
.previewAddJob tbody tr td #dropdown-box:focus, 
.previewAddJob tbody tr td #dropdown-box:visited {
    border: none;
    outline: 0;
}
#tableExport tbody tr td #dropdown-box .dropdown-toggle , 
.previewAddJob tbody tr td #dropdown-box .dropdown-toggle {
    right: 15rem;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transform: rotateZ(90deg);
}
#tableExport tbody tr td #dropdown-box .dropdown-toggle::after , 
.previewAddJob tbody tr td #dropdown-box .dropdown-toggle::after {
    display: none;
}
#tableExport tbody tr td #dropdown-box .dropdown-menu , 
.previewAddJob tbody tr td #dropdown-box .dropdown-menu {
    background: #fcfcfc;
    border-radius: 4px;
    min-width: inherit;
    font-size: 1.4rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--Gray-1, #f2f2f7);
    transform: translate(-17rem, 0.5rem) !important;
}
#tableExport tbody tr td #dropdown-box .dropdown-menu .dropdown-item , 
.previewAddJob tbody tr td #dropdown-box .dropdown-menu .dropdown-item {
    margin-right: 0;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
#tableExport tbody tr td #dropdown-box .dropdown-menu .dropdown-item:hover , 
.previewAddJob tbody tr td #dropdown-box .dropdown-menu .dropdown-item:hover {
    background: #fff;
}
#tableExport
    tbody
    tr
    td
    #dropdown-box
    .dropdown-menu
    .dropdown-item
    .flag-icon {
    margin-right: 0;
    width: 2.5rem;
}
#tableExport tbody tr td #dropdown-box .dropdown-menu .dropdown-item.text-gray {
    opacity: 0.5;
}
#tableExport tbody tr td #dropdown-box:hover .dropdown-toggle , .previewAddJob tbody tr td #dropdown-box:hover .dropdown-toggle {
    background-color: #12376e;
    color: #fff;
    border-radius: 0.4rem;
}
#tableExport tbody tr td:first-child {
    text-align: center;
}
#tableExport tbody tr:last-child {
    border-bottom: 1px solid #f2f2f7 !important;
}
#tableExport tbody tr.send-controller {
    background-color: #f2f2f7 !important;
}
#tableExport tbody tr.active {
    background-color: #12376e26 !important;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 100px;
    background: var(--background, #f5f5f5);
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #2a3163;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.sortby-select {
    border-radius: 4px;
    background: #fff;
    border: 1.5px solid var(--Gray-1, #f2f2f7);
    padding: 1.3rem 2rem;
    width: 25rem;
    font-size: 1.6rem;
}
.sortby-select .dropdown-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sortby-select .dropdown-toggle .fa-filter {
    margin-right: 1.2rem;
}
.sortby-select .dropdown-menu {
    border-radius: 4px;
    border: 1px solid var(--Gray-1, #f2f2f7);
    background: #fcfcfc;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    top: 5rem !important;
    padding: 0;
}
.sortby-select .dropdown-menu .dropdown-item {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
}
.sortby-select .dropdown-menu .dropdown-item:active {
    background-color: #f2f2f7;
}
.sortby-select .dropdown-menu .dropdown-item:hover {
    background-color: #f2f2f7;
}

.input-item {
    position: relative;
}
.input-item .fa-calendar {
    content: "\f073";
    position: absolute;
    left: 2rem;
    top: 1.8rem;
    font-size: 1.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    color: #896d03;
}

.flatpickr-human-friendly.sortby-date {
    border-radius: 4px;
    background: #fff;
    border: 1.5px solid var(--Gray-1, #f2f2f7);
    padding: 1.3rem 2rem 1.3rem 4.5rem;
    width: fit-content;
    font-size: 1.6rem;
    height: 5.2rem;
    text-align: center;
    color: #000;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    left: 0;
    opacity: 1;
    line-height: 9px;
    font-size: 8px !important;
    color: #8b0715;
}

.pb-12 {
    padding: 1.2rem 0;
}

.copy-right {
    padding: 2.4rem;
    background-color: #fff;
    color: #4b465c;
    font-size: 1.4rem;
}

.dashed-line {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
}

.vertical-top {
    vertical-align: top !important;
}

.dt-empty {
    padding: 2rem 0 !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-12 {
    gap: 1.2rem;
}

.group-btn-mark .input-item button {
    border: none;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    color: #21242796;
}
.group-btn-mark .input-item button.active {
    background-color: #12376e;
    color: #fff;
}
.group-btn-mark .input-item button.active.yellow {
    color: #212427;
    background-color: #e5b800;
}
.group-btn-mark .input-item button.active.purple {
    color: #fff;
    background-color: #af52de;
}
.group-btn-mark .input-item button.active.lavender {
    color: #626cc6;
    background-color: rgba(98, 108, 198, 0.16);
}
.group-btn-mark .input-item button.active.green {
    color: #fff;
    background-color: #2fb250;
}
.group-btn-mark .input-item button.active.blue {
    color: #fff;
    background-color: #007aff;
}
.group-btn-mark .input-item button.active.orange {
    color: #fff;
    background-color: #ff9500;
}
.group-btn-mark .input-item button.active.gray {
    color: #212427;
    background-color: #4b4b4b4f;
}
.group-btn-mark .input-item button.active.skin {
    color: #212427;
    background-color: #ffdfc4;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    width: 12px;
}
/*
.table-responsive {
    overflow: inherit !important;
} */

@media (max-width: 1500px) {
    .table-responsive {
        overflow: auto !important;
    }
}
.daterangepicker {
    font-family: "Roboto" !important;
    font-size: 1.2rem !important;
    border: 0.8rem solid #e4e8ec !important;
    border-radius: 0.8rem;
}
.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
    color: #12376e;
    background-color: transparent;
    background-image: none;
    border-color: #12376e;
    font-weight: 400;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
}
.daterangepicker.show-calendar .drp-buttons .applyBtn {
    color: #fff;
    background-color: #12376e;
    border: 1px solid #12376e;
    font-weight: 400;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
}
.daterangepicker.show-calendar .ranges li {
    color: #212427;
    opacity: 0.7;
}
.daterangepicker.show-calendar .ranges li.active {
    background-color: #f5f5f5 !important;
    color: #000;
}
.daterangepicker:before,
.daterangepicker:after {
    display: none !important;
}
.daterangepicker td {
    height: 32px !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
.daterangepicker td.in-range {
    background-color: #f5f5f5 !important;
}
.daterangepicker td.active {
    background-color: #12376e !important;
}
.daterangepicker td.off.end-date {
    color: #fff !important;
}

.bg-flat-color-1 {
    background: #20a8d8;
}

.bg-flat-color-2 {
    background: #63c2de;
}

.bg-flat-color-3 {
    background: #ffc107;
}

.bg-flat-color-4 {
    background: #f86c6b;
}

.bg-flat-color-5 {
    background: #4dbd74;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html {
    font-size: 10px;
}

body {
    background: #f1f2f7;
    display: table;
    font-family: "Roboto" !important;
    font-size: 1rem;
    width: 100%;
}

div[class*="col-"] {
    float: left;
}

p {
    font-size: 1rem;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1;
    color: Black;
}

p:focus {
    border: none;
    outline: 0;
}

a,
button {
    text-decoration: none;
    outline: none !important;
    color: Black;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ol,
ul {
    padding-left: 0;
}

.btn:focus,
button:focus {
    box-shadow: none !important;
    outline: 0;
}

img {
    max-width: 100%;
}

.btn,
button,
input,
textarea {
    box-shadow: none;
    outline: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* Global Styles */
/* Main Styles */
.basix-container {
    display: table;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

aside.left-panel {
    background: #f5f5f5;
    display: table-cell;
    height: 100vh;
    padding: 0rem;
    vertical-align: top;
    width: 26.5rem;
    transition: width 0.3s ease;
    max-height: 100vh;
    overflow-y: hidden;
    position: fixed;
    z-index: 100;
}
aside.left-panel .navbar-collapse {
    height: 100%;
    flex-direction: column;
    overflow-y: scroll;
}
aside.left-panel .navbar-collapse::-webkit-scrollbar {
    display: none;
}
aside.left-panel .navbar-collapse.collapse:not(.show) {
    display: block !important;
}

.navbar {
    background: #2a3163;
    border-radius: 0;
    border: none;
    display: block;
    margin: 0 0 10rem;
    margin-bottom: 0;
    padding: 0;
    height: 100vh;
}
.navbar .navbar-header {
    float: none;
    text-align: center;
    width: 100%;
}
.navbar .navbar-brand {
    border-bottom: 0.1rem solid #4e4e52;
    color: #f1f2f7 !important;
    font-family: "Roboto";
    font-size: 2.2rem;
    float: none;
    line-height: 4rem;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    display: block;
    min-height: 4rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}
.navbar .navbar-brand span {
    font-weight: 600;
}
.navbar .navbar-brand img {
    max-width: 10rem;
}
.navbar .navbar-brand.hidden {
    display: none;
}
.navbar .menu-title {
    border-bottom: 0.1rem solid #4e4e52;
    color: #9496a1;
    clear: both;
    display: block;
    font-family: "Roboto";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 5rem;
    padding: 1.5rem 0 0;
    text-transform: uppercase;
    width: 100%;
}
.navbar .navbar-nav {
    float: none;
    position: relative;
    padding: 2.4rem 0rem 2.4rem 0.8rem;
    width: 100%;
}
.navbar .navbar-nav li {
    width: 100%;
}
.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
    color: #fff !important;
}
.navbar .navbar-nav li .dropdown-toggle:after {
    display: none;
}
.navbar .navbar-nav li > a {
    background: none;
    color: #fff !important;
    display: inline-block;
    font-family: "Roboto";
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 1.2rem 0.8rem;
    position: relative;
    width: 100%;
}
.navbar .navbar-nav li > a:hover,
.navbar .navbar-nav li > a:hover .menu-icon {
    color: #fff !important;
}
.navbar .navbar-nav li > a .menu-icon {
    color: #fff;
    float: left;
    width: 3rem;
    text-align: left;
    z-index: 9;
}
.navbar .navbar-nav li > a .menu-title-text {
    font-size: 1.4rem;
}
.navbar .navbar-nav li > a .badge {
    border-radius: 0;
    font-family: "Roboto";
    font-weight: 600;
    float: right;
    margin: 0.6rem 0 0;
    padding: 0.4em 0.5em;
}
.navbar .navbar-nav li.menu-item-has-children {
    position: relative;
}
.navbar .navbar-nav li.menu-item-has-children a {
    line-height: 2.2rem;
    display: flex;
    align-items: center;
}
.navbar .navbar-nav li.menu-item-has-children a:before {
    content: "\f105";
    color: #c8c9ce;
    font-family: "Fontawesome";
    font-size: 1.6rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    text-align: right;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
    color: #fff;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
    background: #2a3163;
    border: none;
    box-shadow: none;
    overflow-y: hidden;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
    position: relative;
    margin-bottom: 0.4rem;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li.active {
    background-color: #896d03;
    border-radius: 4px 0px 0px 4px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li.active a:before {
    opacity: 1;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .has-children-2 {
    position: relative;
}
.navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    .has-children-2::after {
    content: "\f105" !important;
    color: #c8c9ce;
    font-family: "Fontawesome";
    font-size: 1.6rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    text-align: right;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .children-2 {
    background: #2a3163;
    border: none;
    box-shadow: none;
    overflow-y: hidden;
    display: none;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .children-2.active {
    display: block;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .children-2 li {
    position: relative;
    margin-bottom: 0.4rem;
}
.navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    .children-2
    li.active {
    background-color: #896d03;
    border-radius: 4px 0px 0px 4px;
}
.navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    .children-2
    li.active
    a:before {
    opacity: 1;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .children-2 i {
    color: #c8c9ce;
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    top: 0.9rem;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li .children-2 a {
    padding: 0.8rem 0 0.8rem 3.8rem;
    position: relative;
}
.navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    .children-2
    a:before {
    display: none;
}
.navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    .children-2
    a
    .menu-icon {
    top: 1.3rem;
    text-align: left;
    width: 3rem;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
    color: #c8c9ce;
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    top: 0.9rem;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
    padding: 0.8rem 0 0.8rem 3.8rem;
    position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
    position: absolute;
    content: "" !important;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 1.5rem;
    top: 1.5rem;
    opacity: 0.6;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
    top: 1.3rem;
    text-align: left;
    width: 3rem;
}
.navbar .navbar-nav li.menu-item-has-children.show a:before {
    content: "\f107";
}
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
    max-height: 100rem;
    opacity: 1;
    position: static !important;
}

.navbar .navbar-nav > .show,
.navbar .navbar-nav > .active {
    border-radius: 4px 0px 0px 4px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
    color: #fff !important;
}

.navbar-nav li span.count {
    background: #a9d86e;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto";
    font-size: 0.9rem;
    font-weight: 700;
    float: right;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    margin-right: 1.5rem;
    text-align: center;
}

body.open .navbar .navbar-brand.hidden {
    display: block;
}

.open aside.left-panel {
    max-width: 9rem;
    width: 9rem;
}
.open aside.left-panel .navbar .navbar-brand {
    display: none;
}
.open aside.left-panel .navbar .navbar-brand.hidden {
    display: block;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.open aside.left-panel .navbar .navbar-brand.hidden img {
    max-width: 7rem;
    margin: 0 auto;
}
.open aside.left-panel .navbar .navbar-brand.d-md-none {
    display: block !important;
    margin: 1.3rem 0 0;
    min-height: 6.7rem;
    padding: 0;
    text-align: center;
}
.open aside.left-panel .navbar .navbar-nav {
    float: none;
    position: relative;
    padding: 2.4rem 0rem 2.4rem 0rem;
    width: 100%;
}
.open aside.left-panel .navbar .navbar-nav:before {
    display: none !important;
}
.open aside.left-panel .navbar .navbar-nav li {
    position: relative;
}
.open aside.left-panel .navbar .navbar-nav li a {
    font-size: 0;
    z-index: 0;
    transition: none;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
    font-size: 2rem;
    z-index: -1;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
    font-size: 0;
}
.open aside.left-panel .navbar .navbar-nav li a .badge {
    display: none;
}
.open aside.left-panel .navbar .navbar-nav li > a {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open aside.left-panel .navbar .navbar-nav li > a .menu-icon {
    width: fit-content;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
    overflow: hidden;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
    content: "";
    display: none;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
    padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
    display: none;
    left: inherit;
    right: -18rem;
    top: 0;
}
.open
    aside.left-panel
    .navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    display: block;
    font-size: 1.4rem;
    max-width: inherit;
    padding: 0.2rem 1.5rem 0.2rem 2.5rem;
    width: 100%;
}
.open
    aside.left-panel
    .navbar
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a
    .menu-icon {
    text-align: center;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
    overflow: visible;
}
.open
    aside.left-panel
    .navbar
    .navbar-nav
    li.menu-item-has-children.show
    .sub-menu {
    position: absolute !important;
}
.open aside.left-panel .navbar .navbar-nav li span.count {
    display: none;
    margin-right: 0.5rem;
    z-index: 1;
}
.open aside.left-panel .navbar .navbar-nav li.active a:after {
    content: "";
    display: none;
}
.open aside.left-panel .navbar .navbar-nav .menu-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    padding: 0;
}

/* Right panel */
.right-panel {
    padding-left: 0 !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: calc(100% - 26.5rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-panel .breadcrumbs {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 0;
    padding: 1rem 2.4rem;
    width: 100%;
}
.right-panel .breadcrumbs .col-lg-8 .page-header {
    float: left;
}
.right-panel .page-header h1 {
    font-size: 2.2rem;
    color: #12376e;
}
.right-panel .page-header .breadcrumb {
    text-transform: capitalize;
    font-size: 1.4rem;
    background-color: unset;
    margin-bottom: 0;
    padding-right: 0;
}
.right-panel .page-header .breadcrumb a {
    margin-right: 1.2rem;
}
.right-panel .page-header .breadcrumb li:not(:last-child) {
    margin-right: 1.2rem;
}

.right-panel header.header {
    background: #fff;
    clear: both;
    display: inline-block;
    padding: 1.8rem 2.4rem;
    width: 100%;
}

.open .right-panel {
    margin-left: -21rem;
    width: calc(100% - 9rem);
}

header.fixed-top {
    background: #fff;
    padding: 2rem;
}

.header-menu .col-sm-7 {
    position: inherit;
}

.menutoggle {
    background: #12376e;
    border-radius: 50%;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.4rem;
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 1.8rem 2rem 0 -3.5rem;
    text-align: center;
    width: 2.8rem;
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f5f5f5;
    display: none;
}

@media (max-width: 991px) {
    .menutoggle {
        display: flex;
    }
}
.open .menutoggle i:before {
    content: "\f105";
}

.search-trigger {
    background: transparent;
    border: none;
    color: #272c33;
    cursor: pointer;
    font-size: 1.6rem;
    height: 4.1rem;
    width: 4.3rem;
    line-height: 3.8rem;
}

header .search-form {
    height: 100%;
    max-width: 102.5rem;
    margin: 0 auto;
    position: relative;
}
header .search-form .fa-search {
    position: absolute;
    font-size: 1.3rem;
    left: 1rem;
    top: 1.5rem;
}
header .search-form input[type="text"] {
    background: #f5f5f5;
    border: none;
    border-radius: 00.4rem;
    box-shadow: none;
    color: #d3d3d3;
    font-size: 1.6rem;
    height: 4.4rem;
    margin-right: 0 !important;
    padding: 1.7rem 2rem 1.7rem 3rem;
    width: 37rem;
}
header .search-form input[type="text"].active,
header .search-form input[type="text"]:focus {
    border-color: rgba(0, 0, 0, 0.125);
    outline: 0;
}
header .search-form button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -1.4rem !important;
}
header .search-form .btn-outline-success:hover,
header .search-form button:active,
header .search-form button:focus,
header .search-form button:visited {
    background: transparent;
    border: none !important;
    box-shadow: none;
    outline: 0 !important;
}
header .search-form.close {
    display: none;
}

.header-left.open .form-inline {
    display: block;
}

.header-left .dropdown {
    display: inline-block;
}
.header-left .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 1.6rem;
}
.header-left .dropdown .dropdown-toggle:after {
    display: none;
}
.header-left .dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    right: 0;
    top: 0;
    position: absolute;
}
.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
    background: none !important;
    border-color: transparent !important;
    color: #272c33 !important;
}
.header-left .dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 40.9rem !important;
}
.header-left .dropdown .dropdown-menu p {
    font-size: 1.5rem;
    margin: 0;
    padding: 0.5rem 1.5rem;
}
.header-left .dropdown .dropdown-menu .dropdown-item {
    color: #272c33;
    font-size: 1.3rem;
    padding: 1rem 1.5rem 0.3rem;
    text-overflow: ellipsis;
}
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 1.5rem;
    width: 2.5rem;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5 0.5rem;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 1.1rem;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.for-notification.dropdown {
    display: inline-block;
}
.for-notification.dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #272c33;
    font-size: 2.4rem;
}
.for-notification.dropdown .dropdown-toggle:after {
    display: none;
}
.for-notification.dropdown .dropdown-toggle .count {
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    height: 0.8rem;
    width: 0.8rem;
    right: 8px;
    top: 10px;
    position: absolute;
}
.for-notification.dropdown .dropdown-toggle:active,
.for-notification.dropdown .dropdown-toggle:focus,
.for-notification.dropdown .dropdown-toggle:visited {
    background: none !important;
    border-color: transparent !important;
    color: #272c33 !important;
}
.for-notification.dropdown .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: 40.9rem !important;
}
.for-notification.dropdown .dropdown-menu p {
    font-size: 1.5rem;
    margin: 0;
    padding: 0.5rem 1.5rem;
}
.for-notification.dropdown .dropdown-menu .dropdown-item {
    color: #272c33;
    font-size: 1.3rem;
    padding: 1rem 1.5rem 0.3rem;
    text-overflow: ellipsis;
}
.for-notification.dropdown .dropdown-menu .dropdown-item .photo {
    float: left;
    margin-right: 1.5rem;
    width: 2.5rem;
}
.for-notification.dropdown .dropdown-menu .dropdown-item .message .name {
    margin-top: -5 0.5rem;
}
.for-notification.dropdown .dropdown-menu .dropdown-item .message .time {
    font-size: 1.1rem;
}
.for-notification.dropdown .dropdown-menu .dropdown-item .message p {
    clear: both;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}
.for-notification.dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.dropdown-menu {
    border-radius: 0;
    transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem !important;
    text-overflow: ellipsis;
}
.for-notification .dropdown-menu .dropdown-item i {
    float: left;
    font-size: 1.4rem;
    margin: 0.5rem 0.5rem 0 0;
    text-align: left;
    width: 2rem;
}
.for-notification .dropdown-menu .dropdown-item p {
    padding: 0 !important;
    text-overflow: ellipsis;
}

.user-area {
    float: right;
    padding-right: 0;
    position: relative;
}
.user-area .box-user-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}
.user-area .box-user-header .user-name {
    font-size: 1.6rem;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.user-area .box-user-header:before {
    position: absolute;
    content: "" !important;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    right: 0;
    top: 3rem;
    background-color: #28c76f;
    border: 1px solid #fff;
}
.user-area .user-menu {
    background: #fff;
    border: none;
    font-family: "Roboto";
    left: inherit !important;
    right: 0;
    top: 4.5rem !important;
    margin: 0;
    max-width: 24rem;
    padding: 1.2rem 2rem 0 2rem;
    position: absolute;
    width: 24rem;
    z-index: 999;
    min-width: 15rem;
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--Gray-1, #f2f2f7);
}
.user-area .user-menu .nav-link {
    color: #272c33;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.user-area .user-menu .user-name {
    font-size: 1.6rem;
    color: #000;
}
.user-area .user-avatar {
    float: right;
    width: 4.4rem;
    height: 4.4rem;
}
.user-area .user-info .name {
    color: #8c8c8c;
    font-size: 1.4rem;
    position: relative;
    text-transform: uppercase;
}
.user-area .count {
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto";
    font-size: 0.9rem;
    font-weight: 700;
    float: right;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
}
.user-area .dropdown-toggle:after {
    display: none;
}

#menuToggle2 {
    padding-left: 2.5rem;
}

#language-select {
    color: #f1f2f7;
    float: right;
    margin: 7 0.5rem 2rem 0 0;
    max-width: 8rem;
}
#language-select:focus,
#language-select:visited {
    border: none;
    outline: 0;
}
#language-select .dropdown-toggle::after {
    display: none;
}
#language-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -0.8rem !important;
    min-width: inherit;
    padding: 0 0.5rem;
    top: 46 0.5rem !important;
}
#language-select .dropdown-menu .dropdown-item {
    margin-right: 0;
    max-width: 2.5rem;
    padding: 0;
}
#language-select .dropdown-menu .dropdown-item:hover {
    background: #fff;
}
#language-select .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 0;
    width: 2.5rem;
}

.language-show + .dropdown-menu,
.message-show + .dropdown-menu,
.notification-show + .dropdown-menu {
    display: block;
}

.content {
    float: left;
    padding: 2.4rem 2rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem;
}

.card {
    margin-bottom: 1.5rem;
    border-radius: 0;
}
.card h4 {
    font-size: 1.1rem;
}
.card .user-header .media img {
    border: 0.5rem solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.card .card-header .card-actions button {
    display: block;
    float: left;
    width: 5rem;
    padding: 0.75rem 0;
    margin: 0 !important;
    color: #fff;
    outline: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 0.1rem solid rgba(120, 130, 140, 0.4);
}
.card .card-footer {
    padding: 0.65rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 0.1rem solid #c2cfd6;
}
.card .card-footer ul li {
    display: table-cell;
    padding: 0 1rem;
    text-align: center;
}

.breadcrumbs {
    margin-top: 0;
}

/* Tabs */
.nav-tabs a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0.1rem solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs .dropdown .dropdown-menu {
    top: 100% !important;
}

.custom-tab .nav-tabs > .active > a:focus,
.custom-tab .nav-tabs > a.active,
.custom-tab .nav-tabs > li.active > a:hover {
    border-color: transparent transparent;
    color: #ff2e44;
    position: relative;
}

.custom-tab .nav-tabs > a.active > a:after,
.custom-tab .nav-tabs > li.active > a:focus:after,
.custom-tab .nav-tabs > li.active > a:hover:after {
    background: #ff2e44;
    bottom: -1 0.5rem;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}

.card .card-header .card-actions {
    float: right;
}
.card .card-header .card-actions [class*="btn"] {
    border-left: 0.1rem solid rgba(120, 130, 140, 0.4);
    color: #878787;
    display: inline-block;
    font-size: 1.6rem;
    float: left;
    padding: 0 7 0.5rem;
    width: inherit;
    text-align: center;
}

.social-buttons .card-body p button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.social-buttons .only-icon .card-body p button {
    padding: 0;
}
.social-buttons .social i {
    padding: 0 1rem;
    width: inherit !important;
}
.social-buttons .only-text p button {
    padding: 0 0.5rem;
}

.buttons button {
    margin: 0.2rem 0;
}

/* Ribons */
.corner-ribon {
    text-align: center;
    width: 71 0.5rem;
    height: 71 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
}

.corner-ribon i {
    padding: 1rem 0 0 3.5rem;
    color: #fff;
}

.black-ribon {
    background: url("../../images/twitter_corner_black.png") no-repeat;
}

.blue-ribon {
    background: url("../../images/twitter_corner_blue.png") no-repeat;
}

.twt-feed .wtt-mark {
    color: rgba(255, 255, 255, 0.15);
    font-size: 16rem;
    position: absolute;
    top: 1rem;
    left: 40%;
}

.twt-feed {
    -webkit-border-radius: 0.4rem0 0.4rem 0 0;
    color: #ffffff;
    padding: 4rem 1rem 1rem;
    position: relative;
    min-height: 17rem;
}

.weather-category {
    padding: 1.5rem 0;
    color: #74829c;
}
.weather-category ul li {
    width: 32%;
    text-align: center;
    border-right: 0.1rem solid #e6e6e6;
    display: inline-block;
}

.twt-feed.blue-bg {
    background: #58c9f3;
}

.twt-category {
    display: inline-block;
    margin-bottom: 1.1rem;
    margin-top: 1rem;
    width: 100%;
}
.twt-category ul li {
    color: #bdbdbd;
    font-size: 1.3rem;
}

.twt-footer {
    padding: 10.2rem 1.5rem;
}

.twt-footer,
.twt-footer a {
    color: #d2d2d2;
}

/* Button Reset */
.btn,
.button {
    display: flex;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.15s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    justify-content: center;
}

/* Icons */
.icon-section {
    margin: 0 0 3em;
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 24rem;
    padding: 0.7em 0;
    float: left;
    position: relative;
    text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 0.3rem;
    transition: 0.3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
    font-size: 2.2em;
    margin-top: -5 0.5rem;
}

.icon-container:hover .icon-name {
    color: #000;
}

.icon-name {
    color: #aaa;
    margin-left: 3.5rem;
    font-size: 1.4rem;
    transition: 0.3s;
}

.icon-container:hover .icon-name {
    margin-left: 45 0.5rem;
}

.fontawesome-icon-list .page-header {
    border-bottom: 0.1rem solid #c9cdd7;
    padding-bottom: 0.9rem;
    margin: 3rem 0 2.7rem;
}
.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 300;
}
.fontawesome-icon-list i {
    font-style: 1.6rem;
    padding-right: 1rem;
}

.social-box i {
    line-height: 11rem;
}
.social-box ul {
    display: inline-block;
    margin: 7 0.5rem 0 0;
    padding: 1rem;
    width: 100%;
}
.social-box ul li {
    color: #949ca0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 1rem 0 0;
    text-align: right;
}
.social-box ul li:last-child {
    padding-left: 1rem;
    padding-right: 0;
    text-align: left;
}
.social-box ul li span {
    font-size: 1.4rem;
}

.login-logo {
    text-align: center;
    margin-bottom: 1.5rem;
}
.login-logo span {
    color: #ffffff;
    font-size: 2.4rem;
}

.login-content {
    max-width: 54rem;
    margin: 8vh auto;
}

.login-form {
    background: #ffffff;
    padding: 3rem 3rem 2rem;
    border-radius: 0.2rem;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 5rem;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 1.5rem;
    border: 0;
}

.login-form label {
    color: #878787;
    text-transform: uppercase;
}

.login-form label a {
    color: #ff2e44;
}

.social-login-content {
    margin: 0 -3rem;
    border-top: 0.1rem solid #e7e7e7;
    border-bottom: 0.1rem solid #e7e7e7;
    padding: 3rem 0;
    background: #fcfcfc;
}

.social-button {
    padding: 0 3rem;
}
.social-button .facebook {
    background: #3b5998;
    color: #fff;
}
.social-button .facebook:hover {
    background: #344e86;
}
.social-button .twitter {
    background: #00aced;
    color: #fff;
}
.social-button .twitter:hover {
    background: #0099d4;
}

.social-button i {
    padding: 10.9rem;
}

.register-link a {
    color: #ff2e44;
}

.cpu-load {
    width: 100%;
    height: 270.2rem;
    font-size: 1.4rem;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 4rem;
}

.cpu-load-data {
    margin-bottom: 3rem;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 0.1rem solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0;
}

.nestable-cart {
    overflow: hidden;
}

/* Forms */
.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 0.1rem solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.flotTip {
    background: #252525;
    border: 0.1rem solid #252525;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
}

.flot-container {
    box-sizing: border-box;
    width: 100%;
    height: 27.5rem;
    padding: 2rem 1.5rem 1.5rem;
    margin: 1.5rem auto 3rem;
    background: transparent;
}

.flot-pie-container {
    height: 27.5rem;
}

.flotBar-container {
    height: 27.5rem;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 0.5rem;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 27.5rem;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover.morris-default-style {
    border-radius: 0.2rem;
    padding: 1rem 10.2rem;
    color: #666;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff !important;
}

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
    height: 28.5rem;
}

.map,
.vmap {
    width: 100%;
    height: 40rem;
}

.btn-toolbar {
    float: left !important;
}
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #212529;
    border-color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.btn-toolbar .btn-outline-secondary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    width: 1.5rem;
    height: 1.5rem;
}

/*    Widget One
---------------------------*/
.dib {
    display: inline-block;
}

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.stat-widget-one .stat-icon i {
    font-size: 3rem;
    border-width: 0.3rem;
    border-style: solid;
    border-radius: 10rem;
    padding: 1.5rem;
    font-weight: 900;
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-left: 3rem;
    margin-top: 0.7rem;
}

.stat-widget-one .stat-text {
    font-size: 1.4rem;
    color: #868e96;
}

.stat-widget-one .stat-digit {
    font-size: 2.4rem;
    color: #373757;
}

/*    Widget Two
---------------------------*/
.stat-widget-two {
    text-align: center;
}

.stat-widget-two .stat-digit {
    font-size: 1.75rem;
    font-weight: 500;
    color: #373757;
}

.stat-widget-two .stat-digit i {
    font-size: 1.8rem;
    margin-right: 0.5rem;
}

.stat-widget-two .stat-text {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    color: #868e96;
}

.stat-widget-two .progress {
    height: 0.8rem;
    margin-bottom: 0;
    margin-top: 2rem;
    box-shadow: none;
}

.stat-widget-two .progress-bar {
    box-shadow: none;
}

/*    Widget Three
---------------------------*/
.stat-widget-three .stat-icon {
    display: inline-block;
    padding: 3.3rem;
    position: absolute;
    line-height: 2.1rem;
}

.stat-widget-three .stat-icon i {
    font-size: 3rem;
    color: #ffffff;
}

.stat-widget-three .stat-content {
    text-align: center;
    padding: 1.5rem;
    margin-left: 9rem;
}

.stat-widget-three .stat-digit {
    font-size: 3rem;
}

.stat-widget-three .stat-text {
    padding-top: 0.4rem;
}

.home-widget-three .stat-icon {
    line-height: 10.9rem;
    padding: 2.7rem;
}

.home-widget-three .stat-digit {
    font-size: 2.4rem;
    font-weight: 300;
    color: #373757;
}

.home-widget-three .stat-content {
    text-align: center;
    margin-left: 6rem;
    padding: 1.3rem;
}

.stat-widget-four {
    position: relative;
}

.stat-widget-four .stat-icon {
    display: inline-block;
    position: absolute;
    top: 0.5rem;
}

.stat-widget-four i {
    display: block;
    font-size: 3.6rem;
}

.stat-widget-four .stat-content {
    margin-left: 4rem;
    text-align: center;
}

.stat-widget-four .stat-heading {
    font-size: 2rem;
}

.stat-widget-five .stat-icon {
    border-radius: 10rem;
    display: inline-block;
    position: absolute;
}

.stat-widget-five i {
    border-radius: 10rem;
    display: block;
    font-size: 3.6rem;
    padding: 3rem;
}

.stat-widget-five .stat-content {
    margin-left: 10rem;
    padding: 2.4rem 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
}

.stat-widget-five .stat-heading {
    text-align: right;
    padding-left: 8rem;
    font-size: 2rem;
    font-weight: 200;
}

.stat-widget-six {
    position: relative;
}

.stat-widget-six .stat-icon {
    display: inline-block;
    position: absolute;
    top: 0.5rem;
}

.stat-widget-six i {
    display: block;
    font-size: 3.6rem;
}

.stat-widget-six .stat-content {
    margin-left: 4rem;
    text-align: center;
}

.stat-widget-six .stat-heading {
    font-size: 1.6rem;
    font-weight: 300;
}

.stat-widget-six .stat-text {
    font-size: 10.2rem;
    padding-top: 0.4rem;
}

.stat-widget-seven .stat-heading {
    text-align: center;
}

.stat-widget-seven .gradient-circle {
    text-align: center;
    position: relative;
    margin: 3rem auto;
    display: inline-block;
    width: 100%;
}

.stat-widget-seven .gradient-circle i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 3.5rem;
    font-size: 3rem;
}

.stat-widget-seven .stat-footer {
    text-align: center;
    margin-top: 3rem;
}

.stat-widget-seven .stat-footer .stat-count {
    padding-left: 0.5rem;
}

.stat-widget-seven .count-header {
    color: #252525;
    font-size: 10.2rem;
    font-weight: 400;
    line-height: 3rem;
}

.stat-widget-seven .stat-count {
    font-size: 1.8rem;
    font-weight: 400;
    color: #252525;
}

.stat-widget-seven .analytic-arrow {
    position: relative;
}

.stat-widget-seven .analytic-arrow i {
    font-size: 10.2rem;
}

/* Stat widget Eight
--------------------------- */
.stat-widget-eight {
    padding: 1.5rem;
}

.stat-widget-eight .header-title {
    font-size: 2rem;
    font-weight: 300;
}

.stat-widget-eight .ti-more-alt {
    color: #878787;
    cursor: pointer;
    left: -0.5rem;
    position: absolute;
    transform: rotate(90deg);
}

.stat-widget-eight .stat-content {
    margin-top: 5rem;
}

.stat-widget-eight .stat-content .ti-arrow-up {
    font-size: 3rem;
    color: #28a745;
}

.stat-widget-eight .stat-content .stat-digit {
    font-size: 2.4rem;
    font-weight: 300;
    margin-left: 1.5rem;
}

.stat-widget-eight .stat-content .progress-stats {
    color: #aaadb2;
    font-weight: 400;
    position: relative;
    top: 1rem;
}

.stat-widget-eight .progress {
    margin-bottom: 0;
    margin-top: 3rem;
    height: 0.7rem;
    background: #eaeaea;
    box-shadow: none;
}

.stat-widget-nine .all-like {
    float: right;
}

.stat-widget-nine .stat-icon i {
    font-size: 20.2rem;
}

.stat-widget-nine .stat-text {
    font-size: 1.4rem;
}

.stat-widget-nine .stat-digit {
    font-size: 1.4rem;
}

.stat-widget-nine .like-count {
    font-size: 3rem;
}

.horizontal {
    position: relative;
}

.horizontal:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 3.8rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0.1rem;
}

.widget-ten span i {
    color: #ffffff;
    opacity: 0.5;
}

.widget-ten h5 {
    color: #ffffff;
}

.widget-ten p {
    color: #ffffff !important;
    opacity: 0.75;
}

/* Mixed Styles */
.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
    margin: 0.5rem 0;
}

.vue-lists ol,
.vue-lists ul {
    padding-left: 3rem;
}

.card .dropdown.float-right .dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    top: 93% !important;
}

.dataTables_paginate .pagination {
    border-radius: 0;
}
.dataTables_paginate .pagination li {
    border-radius: 0 !important;
}
.dataTables_paginate .pagination li a {
    border-radius: 0 !important;
    color: #272c33;
}
.dataTables_paginate .pagination li.active a {
    background: #272c33;
    border-color: #272c33;
    color: #fff;
}
.dataTables_paginate .pagination li:hover a {
    background: #272c33;
    border-color: #272c33;
    color: #fff;
}

@media (max-width: 1024px) {
    aside.left-panel {
        width: 26.5rem;
    }

    .navbar .navbar-nav li > a .menu-icon {
        width: 3rem;
    }

    .card .card-header {
        position: relative;
    }
    .card .card-header strong {
        display: block;
    }
    .card .card-header small {
        float: left;
    }
    .card .card-header .card-actions {
        right: 0;
        top: 0.75rem;
        position: absolute;
    }
}
@media (max-width: 992px) {
    [class*="col"].no-padding {
        flex: none;
    }
}
@media (max-width: 991px) {
    .user-area .box-user-header {
        padding: 0.5rem;
    }
    .user-area .box-user-header .user-name {
        display: none;
    }
    .user-area .user-avatar {
        min-width: 4rem;
    }

    header .search-form {
        height: 100%;
        max-width: 102.5rem;
        margin: 0 auto;
        position: relative;
    }
    header .search-form input[type="text"] {
        background: #f5f5f5;
        border: none;
        border-radius: 00.4rem;
        box-shadow: none;
        color: #d3d3d3;
        font-size: 1.6rem;
        height: 4.4rem;
        margin-right: 0 !important;
        padding: 1.7rem 2rem 1.7rem 3rem;
        width: 100%;
    }
    header .for-notification.dropdown .dropdown-toggle {
        font-size: 2rem;
    }
    header .gap-24 {
        gap: 1.5rem;
    }
}
.form-content {
    margin: 0rem 2.4rem 2.4rem 2.4rem;
    height: 100%;
}

.required {
    color: red !important;
}

.weight-600 {
    font-weight: 600;
}
.form-create-driver .group-checkbox {
    display: flex;
    gap: 4rem;
    align-items: center;
}
.form-create-driver .group-checkbox .input-item label {
    position: relative !important;
    margin-bottom: 0;
    top: -0.2rem !important;
    left: unset !important;
}
.driver-list {
    .driver-item {
        background: #12376e;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.8rem;
        div {
            width: 16%;
            padding-left: 1.2rem;
            &.type {
                width: 12%;
            }
            &.group-action {
                width: 3%;
                padding-left: 0;
                display: flex;
                align-items: center;
                gap: 1rem;
            }
            &.type {
                display: flex;
                gap: 3.1rem;
                align-items: center;
                span {
                    width: 3.2rem;
                    &:last-child {
                        width: fit-content;
                    }
                }
            }
        }
        i {
            color: #fff;
            font-size: 1.5rem;
        }
    }
}

.driver-list .driver-item .toggle {
    background: transparent !important;
    border: 0;
}
.driver-list .dt-layout-cell {
    padding: 0 !important;
}
.form-job-driver {
    .form-content {
        padding: 0;
    }
    .form-top-content {
        padding: 2.4rem;
        .btn-bd-icon.disabled {
            opacity: 0.65 !important;
        }
    }
}

.hidden {
    display: none;
}
.ml-20 {
    margin-left: 2rem;
}
.mt-08 {
    margin-top: 0.8rem;
}
.cl-000 {
    color: #000;
}
.weight-800 {
    font-weight: 800;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.gap-6 {
    column-gap: 6rem;
    row-gap: 1.2rem;
}
/* popup */
.right-panel {
    z-index: auto;
}
@media (min-width: 992px) {
    .modal-driver .modal-dialog {
        max-width: 122.7rem;
    }
}
.modal-driver {
    .modal-dialog {
        .modal-content {
            padding: 4rem;
            @media (max-width: 991px) {
                padding: 2rem;
            }
            .modal-header {
                padding: 0;
                border-bottom: 0;
            }
            .modal-body {
                padding: 0;
                .driver-list {
                    @media (min-width: 1024px) {
                        max-height: 72rem;
                        overflow-y: auto;
                    }
                    @media (max-width: 991px) {
                        max-height: 68rem;
                        overflow-y: auto;
                    }
                    &::-webkit-scrollbar-track {
                        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
                        background-color: transparent;
                    }
                    &::-webkit-scrollbar {
                        width: 12px;
                        background-color: transparent;
                    }
                    &::-webkit-scrollbar-thumb {
                        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
                        background-color: transparent;
                    }
                    .driver-item {
                        background: transparent;
                        color: #000;
                        border-bottom: 1px solid #e5e5ea;
                        padding-bottom: 1.2rem;
                        padding-top: 1.2rem;
                        @media (max-width: 991px) {
                            flex-wrap: wrap;
                            gap: 0.5rem;
                        }
                        @media (max-width: 374px) {
                            flex-wrap: nowrap;
                            flex-direction: column;
                            align-items: flex-start;
                        }
                        &:hover {
                            background: #f5f5f5;
                            cursor: pointer;
                        }
                        .info {
                            max-width: 18rem;
                            width: 100%;
                            gap: 2.4rem;
                            padding: 0 1.2rem;
                            &.type {
                                max-width: 15rem;
                            }
                            &.job-count {
                                max-width: 14rem;
                            }
                            &.license {
                                max-width: 13rem;
                            }
                            &.nric {
                                max-width: 19rem;
                            }
                            @media (max-width: 991px) {
                                max-width: 47% !important;
                                padding: 0 !important;
                                text-align: left !important;
                            }
                        }
                    }
                }
            }
        }
    }
}
.modal-driver .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-driver .modal-header .close {
    padding: 0;
    margin: 0;
}
.modal-driver .modal-header .close img {
    width: 1.8rem;
    height: 1.8rem;
}
.modal-confirm-assign.show {
    z-index: 1051;
}
.modal-confirm-assign .modal-content {
    padding: 3.2rem;
    border-radius: 0.4rem;
}

.modal-confirm-assign {
    .modal-dialog {
        max-width: 31.8rem;
    }
    .modal-header {
        border-bottom: 0;
        padding: 0;
    }
    .modal-body {
        padding: 0;
        margin-top: 2rem;
        .driver-item {
            background: #f5f5f5;
            padding: 1.2rem 0.8rem;
            border-radius: 0.4rem;
            .top-wrap {
                .type {
                    gap: 0.8rem;
                    span {
                        padding: 0.2rem 0.8rem;
                        background: #12376e;
                        color: #fff;
                        border-radius: 0.4rem;
                        &:nth-child(even) {
                            background: #896d03;
                        }
                    }
                }
            }
            .bottom-wrap {
                .info {
                    display: flex;
                    flex-direction: column;
                    .label {
                        color: #636366;
                    }
                }
            }
        }
    }
    .modal-footer {
        padding: 0;
        margin-top: 2rem;
        border-top: 0;
        justify-content: flex-start;
        gap: 2.7rem;
        .btn-add-blue {
            width: auto;
        }
    }
}

.modal-confirm-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1050;
    display: none;
}
.modal-confirm-assign.show + .modal-confirm-backdrop {
    display: block;
}
.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.btn-danger {
    padding: 1.3rem 2.6rem;
    background-color: #ff3b30;
    color: #fff;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
    &:hover {
        border: 1px solid #ff3b30;
        color: #ff3b30;
        background: transparent;
    }
}
#tableExport tbody tr.assigned-driver {
    background-color: #f2f2f7 !important;
}

.form-new-job .form-search .input-item {
    position: relative;
}
.form-new-job .form-search .input-item input.search {
    height: 100%;
    border-radius: 4px;
    background: #fff;
    border: 1.5px solid var(--Gray-1, #f2f2f7);
    padding: 1.3rem 2rem 1.3rem 3rem;
    font-size: 1.6rem;
    color: #000;
}
.form-new-job .form-search .input-item .fa-search {
    content: "\f002";
    position: absolute;
    left: 1rem;
    top: 1.6rem;
    font-size: 1.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    color: #896d03;
}
/* huy 11-09 */
@media (max-width: 1708px) {
    .form-new-job table.table-responsive {
        overflow-x: auto !important;
    }
}
/* 12-09 */
.form-new-job {
    table#tableExport {
        tbody {
            display: none;
        }
    }
}
.form-new-job.form-master-job {
    table#tableExport {
        tbody {
            display: table-row-group;
        }
    }
}

/* 1809 */
.btn-req,
.btn-eta {
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    color: #21242796;
}

.btn-req.active,
.btn-eta.active {
    background-color: #12376e;
    color: #fff;
}

.drp-buttons {
    .group-select {
        display: flex;
    }
}
.r-result {
    color: red;
    margin-left: 1rem;
}
.assign {
    color: #34c759;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
}
.dt-search {
    visibility: hidden;
}

.pd-16 {
    height: 21rem;
    display: flex;
    align-items: center;
}
.form-new-job {
    #tableExport tbody tr.send-controller td {
        border-bottom: 1px solid #fff !important;
    }
}

.btn-none {
    display: none;
}

.form-new-job {
    .form-content {
        form #itemContainer {
            .item-trip {
                .form-trip {
                    .dropdown {
                        .dropdown-list {
                            .dropdown-item.red {
                                label span {
                                    color: #fff;
                                    background-color: rgba(245, 41, 10, 0.7);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
#tableExport {
    tbody {
        tr {
            td {
                .red-box {
                    color: #fff;
                    background-color: rgba(245, 41, 10, 0.7);
                }
            }
        }
    }
}

.group-btn-mark .input-item button.active.red{
    color: #fff;
    background-color: red;
}
.grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-list-cargo #tableExport tbody{
    display: table-row-group!important;
}
.form-list-cargo #tableCargo {
    thead{
        tr{
            th{
                border-left: 0!important;
            }
            th:first-child{
                text-align: left;
                width: 5rem;
            }
        }
    }
    tbody{
        td{
            border-left: 1px solid #f2f2f7;
            vertical-align: baseline;
            padding-bottom: 4rem;
            &:first-child{
                width: 10rem;
            }
            .box-content{
               .item{
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid #F2F2F7;
                    .label{
                        background: rgba(244, 245, 248, .5);
                        padding: 1rem;
                        width: 12.7rem;
                     
                    }
                    .value{
                        padding: 1rem;
                    }
               } 
            }
           
        }
    }
}
#tableCargo tbody tr.send-controller {
    background-color: #f2f2f7 !important;
}
 #tableCargo {
    tbody{
        tr{
            td {
                border-bottom: 1rem solid #f2f2f7!important;
            }
            &:last-child{
                td{
                    border-bottom: 1px solid #f2f2f7!important;
                }
            }
        }
    }
 }
.px-10{
    padding: 1rem;
}
.form-list-cargo #tableCargo {
    .dropdown-box{
        position: relative;
        max-width: 8rem;
    }
    .dropdown-toggle{
        width: 3.2rem;
        height: 3.2rem;
        display: flex;
        align-items: center;
        color: #000;
        transform: rotateZ(90deg);
        &::after{
            content: none;
        }
    }
}
#tableCargo tbody tr td #dropdown-box .dropdown-menu {
    background: #fcfcfc;
    border-radius: 4px;
    min-width: inherit;
    font-size: 1.4rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--Gray-1, #f2f2f7);
    transform: translate(-10rem, 0.5rem) !important;
}
#tableCargo tbody tr td #dropdown-box .dropdown-menu .dropdown-item {
    margin-right: 0;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
#tableCargo tbody tr.send-controller td .box-content{
    background: #fff;
}
#tableCargo tbody tr.send-controller td{
    border: 1px solid #fff!important;
}
.mt-10{
    margin-top: 1rem;
}
.tableCargoController{
    thead{
        tr{
            th{
                text-transform: uppercase;
            }
        }
    }
}
.cargo-controller-section .btn-delete, .form-new-job .btn-delete{
    pointer-events: none;
}
.cargo-controller-section .btn-delete.active, .form-new-job .btn-delete.active{
    pointer-events: auto;
}
#tableExport tbody tr.assigned-driver td{
    border-bottom: 1px solid #fff!important;
}
.form-cargo-driver {
    .driver-list{
        .item{
            .table-driver-jobs {
                .dt-container + .dt-container{
                    margin-top: 3rem;
                }
            }
        }
    }
    .form-search {
        .input-item{
            position: relative;
            .fa-search{
                content: "\f002";
                position: absolute;
                left: 1rem;
                top: 1.6rem;
                font-size: 1.5rem;
                display: block;
                width: 2rem;
                height: 2rem;
                color: #896d03;
            }
            input.search {
                height: 100%;
                border-radius: 4px;
                background: #fff;
                border: 1.5px solid var(--Gray-1, #f2f2f7);
                padding: 1.3rem 2rem 1.3rem 3rem;
                font-size: 1.6rem;
                color: #000;
            }
        }
    }
}
.form-job-driver .form-search .input-item{
    position: relative;
}
.form-job-driver .form-search .input-item .fa-search {
    content: "\f002";
    position: absolute;
    left: 1rem;
    top: 1.6rem;
    font-size: 1.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    color: #896d03;
}
.form-job-driver .form-search .input-item input.search {
    height: 100%;
    border-radius: 4px;
    background: #fff;
    border: 1.5px solid var(--Gray-1, #f2f2f7);
    padding: 1.3rem 2rem 1.3rem 3rem;
    font-size: 1.6rem;
    color: #000;
}
.ui-widget-content li
{
        font-size: 1.3rem!important;
}

/* 15-04 */
.form-new-job .form-content form .form-control{
    height: 100%;
}
.form-new-job .form-content form .input-item label{
    z-index: 1;
}
.select2-container{
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 1.5rem 2rem;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
}
.select2-container .select2-selection--single{
    height: 5.7rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 26%;
}
.select2-results__option, .select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 1.2rem;
}
.select2-container .select2-selection--single .select2-selection__clear{
    font-size: 1.5em;
    top: 20%;
    position: relative;
}

/* invoice */
.form-list-invoice #tableExport tbody{
    display: table-row-group!important
}
.form-list-invoice .group-action{
    position: relative;
}
.form-list-invoice #invoiceTypeOptions{
    display: none;
    background: #fcfcfc;
    border-radius: 4px;
    min-width: 19.8rem;
    font-size: 1.4rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--Gray-1, #f2f2f7);
    transform: translate(-0, 5.5rem) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    will-change: transform;
    z-index: 9;
}
.form-list-invoice #invoiceTypeOptions a{
    padding: 1.2rem 2rem;
    display: block;
    width: 100%;
}
.form-list-invoice #tableExport thead tr th{
    background: #f5f5f5;
}
.form-list-invoice #tableExport thead tr th:first-child, .form-list-invoice #tableExport tbody tr td:first-child{
    text-align: left;
}
.form-list-invoice #tableExport tbody tr td:last-child{
    text-align: right;
}
.form-list-invoice #tableExport tbody tr td #dropdown-box {
    display: flex;
    justify-content: end;
    max-width: 100%;
}

/* view invoice */
.form-content-invoice{
    background-color: #fff;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin: 0rem 2rem 2.4rem 4rem;
}
.form-content-invoice .title-tax{
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #12376E;
    font-family: 'Roboto';
}
.form-content-invoice .top-wrap{
    display: flex;
    justify-content: space-between;
    padding: 4rem;
}
.form-content-invoice .top-wrap .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-content-invoice .content-box{
    font-size: 1.5rem;
    
}
.form-content-invoice .box{
    border-top: 1px solid #DBDADE;
    padding: 4rem;
}
.form-content-invoice .box .left{
    max-width: 62rem;
    width: 100%;
}
.form-content-invoice .box .right{
    width: -webkit-fill-available;
    margin-left: 2.4rem;
}
.form-content-invoice .box  ul{
    list-style: none;
}
.form-content-invoice .box ul li{
    display: flex;
    gap: 2.4rem
}
.form-content-invoice .box ul li .label{
    max-width: 10rem;
    width: 100%;
}
.form-content-invoice p{
    font-size: 1.5rem;
    line-height: calc(22/15);
    font-weight: 400;
    color: #6F6B7D;
}
.form-content-invoice table{
    border-bottom: 1px solid #DBDADE;
}
.form-content-invoice table thead th{
    padding: 1.6rem 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5D586C;
}
.form-content-invoice table thead th:first-child{
    width: 70%;
}
.form-content-invoice table tbody td{
    padding: 1.1rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #6F6B7D;
}
.box-total{
    padding: 4rem;
    display: flex;
    justify-content: flex-end;
}
.box-total ul{
    list-style: none;
}
.box-total ul li{
    display: flex;
    gap: 2.4rem;
    justify-content: space-between;
}

.form-view-invoice .group-btn{
    padding: 2.4rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
}
.form-view-invoice .group-btn a:not(:last-child){
    margin-bottom: .8rem;
}
.btn-gray{
    background: rgba(18, 55, 110, 0.10);
    color: #12376E;
}
.form-charge .charge-row .description-input{
    width: 72%;
}
.form-charge .charge-row .gst-input{
    width: 10%;
}
.send-invoice-popup{
    padding: 2rem;
}
.send-invoice-popup .box-email{
    margin-top: 2rem;
}
.input-unit{
    padding: 1.5rem 2rem;
    border: 1.5px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.37;
    display: flex;
    align-items: center;
}
.input-unit input{
    border: 0!important;
    padding: 0!important;
}
#invoicePreviewModal .modal-title{
    font-size: 2.2rem;
    color: #12376E;
    font-weight: 500;
}
#invoicePreviewModal .modal-body h2{
        color: #12376E;
}

#invoicePreviewModal .modal-body .content p{
    font-size: 1.5rem;
}

#invoicePreviewModal .modal-body .content table th{
    font-size: 1.7rem;
}
#invoicePreviewModal .modal-body .content table tbody td {
    font-size: 1.5rem;
}
#invoicePreviewModal .modal-body .content table tfoot td{
    font-size: 2rem;
}
#customerListDatatable td, .invoiceDataTable tr td:nth-child(2){
    text-transform: uppercase;
}
#customerListDatatable td .actions{
    text-transform: capitalize;
}

.remark-driver{
    .editable-remark{
        display: flex;
        width: 100%;
        min-height: 5rem;
        cursor: pointer;
        text-align: center;
        justify-content: center;
        align-items: center;
        background: yellow;
        color: red;
        font-size: 2.2rem;
        padding: 1rem;
        input{
            width: 100%;
            height: 100%;
            border: none;
            background: transparent;
            color: red;
            font-size: 1.6rem;
            text-align: center;
            border: none;
        }
    }
}
.sortable-ghost {
    opacity: 0.5;
    background: #ffe066;
}
.form-trip .select2-container{
    width: 100%!important;
}
.select2-container + .select2-container{
    display: none;
}
#overlayLoading{
    display: none;
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}
#bookingModal{
    .modal-dialog{
        /* max-width: 145rem; */
        max-width: 100%;
        .modal-header{
            border-bottom: 0;
        }
        .modal-body{
            overflow-x: auto;
            max-height: 82rem;
            padding: 0;
            margin-top: 1rem;
            #bookingTable{
                thead{
                    th{
                        font-size: 1.3rem;
                    }
                }
                tbody{
                    td{
                        font-size: 1.2rem;
                    }
                }
            }
        }

    }
}
.btn-close{
    color: #fff;
    background: #12376e;
    border: 1px solid #12376e;
}
.gap-50{
    gap: 5rem;
}
#bookingModal .form-search{
    width: 30rem;
}
#bookingModal .form-search .input-item{
    position: relative;
    height: 100%;
}
#bookingModal .form-search .input-item input{
    height: 100%;
    padding-left: 4rem;
}
/* .min-content{
    max-width: min-content;
} */
/*# sourceMappingURL=custom.css.map */
