@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

body {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

a {
    color: #ed443f;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    a:hover, a:focus {
        color: #cd322d;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control::-webkit-input-placeholder {
    font-weight: 400;
    color: #a4aeb3;
}

.form-control::-moz-placeholder {
    color: #a4aeb3;
}

.form-control:-ms-input-placeholder {
    color: #a4aeb3;
}

.form-control:-moz-placeholder {
    color: #a4aeb3;
}

.btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.55rem 1.5rem;
    white-space: nowrap;
}

.btn-primary {
    background-color: #6d848e;
    border-color: transparent !important;
    color: #fff;
}

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle, .btn-primary:active,
    .btn-primary:hover, .btn-primary.disabled:active,
    .btn-primary.disabled:hover,
    .btn-primary.focus,
    .btn-primary:focus {
        background-color: #545d60 !important;
        border-color: #cd322d;
        box-shadow: none;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-secondary {
    background-color: #000000;
    border-color: transparent !important;
    color: #fff;
}

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle, .btn-secondary:active,
    .btn-secondary:hover, .btn-secondary.disabled:active,
    .btn-secondary.disabled:hover,
    .btn-secondary.focus,
    .btn-secondary:focus {
        background-color: #2c2c2c !important;
        border-color: #2c2c2c;
        box-shadow: none;
    }

.btn-outline-primary {
    color: #6d848e;
    border-color: #6d848e;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:active,
    .btn-outline-primary:hover, .btn-outline-primary.disabled:active,
    .btn-outline-primary.disabled:hover,
    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        background-color: #6d848e !important;
        border-color: #6d848e;
        box-shadow: none;
    }

.btn:focus, .btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    background-color: #fefeff;
    border-color: #ed443f;
}

.form-group .control-label,
.form-group label {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: right;
    margin-bottom: 5px;
    padding-top: 10px;
}

.form-control, .input-group-text,
.custom-select, .custom-file-label {
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

    .input-group-text,
    select.form-control:not([size]):not([multiple]),
    .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 14px;
        padding: 10px 15px;
        height: 42px;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 13px;
    color: #dc3545;
}

.btn.btn-lg {
    padding: 0.55rem 1.5rem;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.pt-10 {
    padding-top: 10px !important;
}

.text-muted {
    color: #98a6ad !important;
}

.bg-primary {
    background-color: #d63e36 !important;
}

.text-white {
    color: #fff !important;
}

.btn.btn-sm {
    line-height: 10px;
    padding: 8px 8px;
    font-size: 12px;
}

.hint-text {
    font-weight: 500;
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
}

.form-group .custom-checkbox label.custom-control-label {
    padding-top: 3px;
}

.required {
    color: #f11919;
}

.form-group .list-radio label.custom-control-label {
    padding-top: 3px;
}

textarea.form-control {
    height: auto !important;
}

.font-14 {
    font-size: 14px !important;
}

.f-600 {
    font-weight: 600;
}

.sm-text {
    font-weight: 400;
    font-size: 12px;
    color: #919191;
}

.bg-light-gray {
    background-color: #ededed !important;
}

.progress.progress-sm {
    border-radius: 10px;
    height: 12px;
}

    .progress.progress-sm .progress-bar.rounded {
        border-radius: 10px !important;
    }

.navbar-nav .dropdown-menu {
    position: absolute;
}

.ul-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ed443f;
    background-color: #ed443f;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f8cbca;
    border-color: #f8cbca;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffa09d;
}

.bb-0 {
    border-bottom: 0px !important;
}
/*--- Loader :: Start ---*/
.preloader {
    background-color: #d63e36;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
}

    .preloader .loader {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: auto;
        position: relative;
        border: 4px solid #fff;
        -webkit-animation: loader 2s infinite ease;
        animation: loader 2s infinite ease;
    }

.d-table {
    width: 100%;
    height: 100%;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.preloader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
/*--- Loader :: End ---*/

/*--- r-loader :: Start ---*/
.r-loader {
    width: 100%;
    background-color: #ff000066;
    text-align: center;
    padding: 25px;
}

.inner-r-loader {
    border: 25px solid #f3f3f3;
    border-radius: 50%;
    border-top: 25px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--- r-loader :: End ---*/

/*--- Login :: Start ---*/
.auth-body {
    position: relative;
    background-color: #fff !important;
}

.bg-image {
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

.login-area {
    height: 100vh;
}

.auth-logo img {
    width: 150px;
    margin-top: 20px;
}

.auth-wrapper .login-title {
    position: relative;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    display: inline-block;
    border-bottom: 5px solid #ed443f;
    margin-bottom: 60px;
}

.auth-wrapper .login-desc {
    font-size: 18px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 50px;
}

.auth-wrapper .auth-content form {
    padding: 0px 10px;
}

.auth-content .form-group {
    margin-bottom: 40px;
}

.auth-content .form-control {
    border: 0px !important;
    border-bottom: 2px solid #9d9d9d !important;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: 600;
    background-color: transparent !important;
}

    .auth-content .form-control::-webkit-input-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control::-moz-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control:-ms-input-placeholder {
        font-weight: 600;
        color: #707070;
    }

    .auth-content .form-control:-moz-placeholder {
        font-weight: 600;
        color: #717171;
    }

    .auth-content .form-control:focus {
        border-bottom: 2px solid #ed443f !important;
    }

.auth-content .auth-header {
    text-align: center;
}

.auth-content .btn.btn-primary {
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #ed443f;
}

    .auth-content .btn.btn-primary:hover,
    .auth-content .btn.btn-primary:focus {
        background: #cd322d;
    }

.footer-content {
    position: fixed;
    bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
/*--- Login :: End ---*/
/*--- Header :: Start ---*/
.main-wrapper {
    height: 100%;
}

.navbar {
    height: 70px;
    left: 250px;
    right: 0;
    position: absolute;
    z-index: 890;
    background-color: #ffffff;
    box-shadow: 5px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.sticky {
    position: fixed !important;
    top: 0;
}

.main-sidebar, .navbar,
.main-content, .main-footer,
.sidebar-mini .fixed-bottom,
.fixed-bottom {
    transition: all 0.5s;
}

    .navbar .nav-link {
        color: #f2f2f2;
        padding-left: 12px !important;
        padding-right: 12px !important;
        height: 100%;
    }

        .navbar .nav-link.nav-link-lg .feather {
            width: 20px;
            height: 20px;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
            color: #555556;
        }

    .navbar .dropdown-list-toggle .notification-toggle .headerBadge1 {
        position: absolute;
        top: 4px;
        right: 0px;
        font-weight: 300;
        font-size: 12px;
        padding: 3px 6px;
        background: #d63e36;
        border-radius: 10px;
    }

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 5px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0)
    }

    1% {
        -webkit-transform: rotateZ(30deg)
    }

    3% {
        -webkit-transform: rotateZ(-28deg)
    }

    5% {
        -webkit-transform: rotateZ(34deg)
    }

    7% {
        -webkit-transform: rotateZ(-32deg)
    }

    9% {
        -webkit-transform: rotateZ(30deg)
    }

    11% {
        -webkit-transform: rotateZ(-28deg)
    }

    13% {
        -webkit-transform: rotateZ(26deg)
    }

    15% {
        -webkit-transform: rotateZ(-24deg)
    }

    17% {
        -webkit-transform: rotateZ(22deg)
    }

    19% {
        -webkit-transform: rotateZ(-20deg)
    }

    21% {
        -webkit-transform: rotateZ(18deg)
    }

    23% {
        -webkit-transform: rotateZ(-16deg)
    }

    25% {
        -webkit-transform: rotateZ(14deg)
    }

    27% {
        -webkit-transform: rotateZ(-12deg)
    }

    29% {
        -webkit-transform: rotateZ(10deg)
    }

    31% {
        -webkit-transform: rotateZ(-8deg)
    }

    33% {
        -webkit-transform: rotateZ(6deg)
    }

    35% {
        -webkit-transform: rotateZ(-4deg)
    }

    37% {
        -webkit-transform: rotateZ(2deg)
    }

    39% {
        -webkit-transform: rotateZ(-1deg)
    }

    41% {
        -webkit-transform: rotateZ(1deg)
    }

    43% {
        -webkit-transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(0)
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0)
    }

    1% {
        -moz-transform: rotate(30deg)
    }

    3% {
        -moz-transform: rotate(-28deg)
    }

    5% {
        -moz-transform: rotate(34deg)
    }

    7% {
        -moz-transform: rotate(-32deg)
    }

    9% {
        -moz-transform: rotate(30deg)
    }

    11% {
        -moz-transform: rotate(-28deg)
    }

    13% {
        -moz-transform: rotate(26deg)
    }

    15% {
        -moz-transform: rotate(-24deg)
    }

    17% {
        -moz-transform: rotate(22deg)
    }

    19% {
        -moz-transform: rotate(-20deg)
    }

    21% {
        -moz-transform: rotate(18deg)
    }

    23% {
        -moz-transform: rotate(-16deg)
    }

    25% {
        -moz-transform: rotate(14deg)
    }

    27% {
        -moz-transform: rotate(-12deg)
    }

    29% {
        -moz-transform: rotate(10deg)
    }

    31% {
        -moz-transform: rotate(-8deg)
    }

    33% {
        -moz-transform: rotate(6deg)
    }

    35% {
        -moz-transform: rotate(-4deg)
    }

    37% {
        -moz-transform: rotate(2deg)
    }

    39% {
        -moz-transform: rotate(-1deg)
    }

    41% {
        -moz-transform: rotate(1deg)
    }

    43% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(30deg)
    }

    3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    9% {
        transform: rotate(30deg)
    }

    11% {
        transform: rotate(-28deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }

    43% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    60% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(0.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(0.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.navbar .nav-link.nav-link-user {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    padding-right: 12px !important;
}

    .navbar .nav-link.nav-link-user:after {
        display: none;
    }

    .navbar .nav-link.nav-link-user .user-img-radious-style {
        border-radius: 6px;
        box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
    }

    .navbar .nav-link.nav-link-user img {
        width: 30px;
    }

.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}

.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: none;
    width: 200px;
}

.btn.btn-icon-split i, .dropdown-item.has-icon i {
    text-align: center;
    width: 15px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.dropdown-item.has-icon i {
    margin-top: -1px;
    font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #d63e36;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-list {
    width: 300px;
    padding: 0;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-list .dropdown-footer, .dropdown-list .dropdown-header {
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
}

    .dropdown-list .dropdown-footer a, .dropdown-list .dropdown-header a {
        font-weight: 600;
    }

.dropdown-menu a {
    font-size: 13px;
}

.dropdown-list .dropdown-list-content {
    height: 250px;
    overflow: hidden;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #fbfbfb;
    border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

a.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 1.4;
    white-space: normal;
    color: #34395e;
    margin-left: 15px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
    color: #aaa;
    float: left;
    width: 100%;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
/*--- Header :: End ---*/

/*--- Sidebar :: Start ---*/
.main-sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #2f4050;
    z-index: 9998;
    left: 0;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}

    .main-sidebar .sidebar-brand {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0px 0px;
        overflow: hidden;
    }

        .main-sidebar .sidebar-brand a {
            display: block;
            padding: 10px 0px;
        }

.sidebar-mini .main-sidebar .sidebar-brand a {
    display: block;
    padding: 6px 10px;
    overflow: hidden;
    margin: 8px;
}

.main-sidebar .sidebar-brand a img {
    width: 140px;
}

.main-sidebar .sidebar-menu {
    padding: 0;
    margin: 0;
}

    .main-sidebar .sidebar-menu li {
        display: block;
    }

        .main-sidebar .sidebar-menu li a {
            position: relative;
            display: flex;
            align-items: center;
            height: 50px;
            padding: 0 20px;
            width: 100%;
            letter-spacing: 0.3px;
            color: #A4A6B3;
            text-decoration: none;
        }

            .main-sidebar .sidebar-menu li a > span {
                font-weight: 500;
                width: 100%;
                white-space: nowrap;
            }

            .main-sidebar .sidebar-menu li a:hover {
                background-color: #A4A6B3;
                color: white;
            }

        .main-sidebar .sidebar-menu li .nav-link > i {
            font-size: 12px;
            margin-right: 15px;
            width: 25px;
        }

.sidebar-mini .main-sidebar .sidebar-menu > li > a > i {
    font-size: 14px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.main-sidebar .sidebar-menu li a .feather {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
    fill: rgba(75, 75, 90, 0.12);
}

.main-sidebar .sidebar-menu li .menu-toggle:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 10px;
    right: 17px;
    transform: scale(1);
    transition: all 0.3s;
}

.main-sidebar .sidebar-menu li .menu-toggle.toggled:before {
    transform: scale(0);
}

.main-sidebar .sidebar-menu li .menu-toggle:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 10px;
    right: 17px;
    transform: scale(0);
    transition: all 0.3s;
}

.main-sidebar .sidebar-menu li .menu-toggle.toggled:after {
    transform: scale(1);
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
    padding: 0;
    margin: 0;
    display: none;
    position: static;
    float: none;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}

    .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
        color: #60686f;
        height: 35px;
        padding-left: 50px;
        font-weight: 400;
    }

.main-sidebar .sidebar-menu li.active > a {
    color: wheat;
    background-color: transparent;
    box-shadow: none;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #d63e36;
    font-weight: 500;
    background-color: #f0f3ff;
}

.sidebar-mini .main-sidebar {
    width: 65px;
    overflow: initial !important;
}

.sidebar-mini .navbar,
.sidebar-mini .fixed-bottom {
    left: 65px;
}

.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
    display: none;
}

.sidebar-mini .main-sidebar .sidebar-menu li a .feather {
    margin-right: 0px;
}

.sidebar-mini .main-sidebar .sidebar-menu > li {
    padding: 10px;
}

    .sidebar-mini .main-sidebar .sidebar-menu > li > a {
        border-radius: 3px;
        height: 45px;
        padding: 0;
        justify-content: center;
    }

.sidebar-mini .main-sidebar .sidebar-menu li .menu-toggle:before,
.sidebar-mini .main-sidebar .sidebar-menu li .menu-toggle:after {
    display: none;
}

.sidebar-mini .main-content {
    padding-left: 65px;
}

body.sidebar-gone .main-sidebar {
    left: -250px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    transition: 0.5s;
    left: 30px;
    color: #868e96;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a:before {
    color: #d63e36;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
    color: #d63e36;
    font-weight: 500;
    left: 35px;
}

.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
    display: block !important;
}

.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
    position: absolute;
    background-color: #fff;
    left: 65px;
    top: 10px;
    width: 200px;
    display: none;
    padding-bottom: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li:hover a {
    background-color: #fff;
}

.light-sidebar:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active ul.dropdown-menu li.active a {
    background-color: #f0f3ff !important;
}

.sidebar-divider {
    border-top: 4px solid #e9e9e9;
    margin: 10px 20px;
}

.sidebar-mini .main-sidebar .sidebar-menu > li > .sidebar-divider {
    margin: 10px 7px;
}
/*--- Sidebar :: End ---*/

/*--- Main Body :: Start ---*/
.main-content {
    padding-left: 250px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 55px;
    width: 100%;
    position: relative;
}

.card {
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
}

    .card .card-statistic {
        position: relative;
        color: #ffffff;
        padding: 15px 20px;
        border-radius: 3px;
        overflow: hidden;
        cursor: pointer;
        background-color: #535353;
    }

.bg-red {
    background-color: #f44336 !important;
}

.bg-pink {
    background-color: #fe4e6b !important;
}

.bg-green {
    background-color: #00e396 !important;
}

.bg-gray {
    background-color: #6d848e !important;
}

.bg-blue {
    background-color: #008ffb !important;
}

.bg-purple {
    background-color: #775dd0 !important;
}

.bg-orange {
    background-color: #ffa12d !important;
}

.bg-yellow {
    background-color: #ffca00 !important;
}

.bg-artesis-green {
    background-color: #92C0C0 !important
}

.bg-artesis-red {
    background-color: #EE888B !important
}

.bg-artesis-yellow {
    background-color: #ffe116 !important
}

/*#region Industrial Colors */

/*Induatrial Colors*/
.bg-fire-brick2 {
    background-color: #CD4343 !important;
}

.bg-fire-brick {
    background-color: #B22222 !important;
}

.bg-dark-moccasin {
    background-color: #827839 !important;
}

.bg-antique-bronze {
    background-color: #665D1E !important;
}

.bg-medium-aqua-marine {
    background-color: #69A77E !important;
}

.bg-viola-purple {
    background-color: #5B3D59 !important;
}

.bg-night {
    background-color: #0C090A !important;
}

.bg-charcoal {
    background-color: #34282C !important;
}

.bg-light-black {
    background-color: #454545 !important;
}

.bg-sonic-silver {
    background-color: #757575 !important;
}

.bg-granite {
    background-color: #786C66 !important;
}

/*#endregion */

.badge.badge-red {
    color: #fff;
    background-color: #ff0800 !important;
}

.badge.badge-pink {
    color: #fff;
    background-color: #fe4e6b !important;
}

.badge.badge-green {
    color: #fff;
    background: #00e396 !important;
}

.badge.badge-gray {
    color: #fff;
    background: #6d848e !important;
}

.badge.badge-blue {
    color: #fff;
    background: #008ffb !important;
}

.badge.badge-purple {
    color: #fff;
    background: #775dd0 !important;
}

.badge.badge-orange {
    color: #fff;
    background: #ffa12d !important;
}

.badge.badge-yellow {
    color: #fff;
    background: #ffca00 !important;
}

.card-icon:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -20px;
    bottom: -27px;
    font-weight: 600;
    font-size: 70px;
    color: rgb(255 255 255 / 50%);
    opacity: 0.3;
}

.customer-icon:before {
    content: "\f007";
}

.amtpro-icon:before {
    content: "\f1cd";
}

.site-icon:before {
    content: "\f0ac";
}

.equipment-icon:before {
    content: "\f7d9";
}

.report-icon:before {
    content: "\f1ea";
}

.card-content .dash-title-t1 {
    font-weight: 700;
    font-size: 14px;
    /*color: #5a5a5a;*/
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-content .dash-title-t2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
    /*color: #000000;*/
}
/*.card .card-statistic:hover .card-content .dash-title-t1,
.card .card-statistic:hover .card-content .dash-title-t2 {
    color: #d63e36;
}*/
.card .card-statistic .banner-img {
    text-align: right;
}

    .card .card-statistic .banner-img img {
        width: 140px;
    }

.card .card-header {
    background-color: transparent;
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    height: 55px;
}

.header-area .card .card-header {
    height: auto;
}

.card .card-header h3 {
    font-weight: 700;
    font-size: 22px;
}

.header-area .card .card-header h4 {
    font-size: 22px;
}

.card .card-header h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

    .card .card-header h4 + .card-header-action, .card .card-header h4 + .card-header-form {
        margin-left: auto;
    }

        .card .card-header h4 + .card-header-action .btn, .card .card-header h4 + .card-header-form .btn {
            font-size: 12px;
            padding: 0px 15px;
            line-height: 33px;
        }

.card-header-action .btn-group-area {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    vertical-align: middle;
}

.card-header-action .mainsearch-form select.form-control {
    width: 150px;
}

.datatablesearch {
    display: inline-block;
}

    .datatablesearch .dataTables_filter > label {
        font-size: 0px;
        display: flex;
        margin: 0px;
        position: relative;
        top: -4px;
    }

    .datatablesearch .dataTables_filter label input {
        width: 300px;
    }

.mainsearch-form {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.card-header-action .mainsearch-form select.form-control,
.card-header-action .mainsearch-form .form-control {
    height: 35px;
    padding: 8px 40px 8px 15px;
    border-radius: 4px !important;
}

.card-header-action .mainsearch-form select.form-control {
    border-radius: 4px 0px 0px 4px;
}

.mainsearch-form .input-group-append {
    position: absolute;
    right: 0px;
    margin: 0px !important;
}

    .mainsearch-form .input-group-append .btn {
        background-color: transparent !important;
        color: #000;
        font-size: 16px !important;
        z-index: 99;
    }

.custom-modal .modal-header {
    position: relative;
    padding: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    display: block;
    -ms-flex-align: center;
}

    .custom-modal .modal-header .close {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: red;
        margin: 0;
        padding: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        outline: none !important;
        text-shadow: none;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        border-radius: 50%;
        padding-left: 2px;
        text-align: center;
    }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.dropdown-table .btn.dropdown-toggle {
    position: absolute;
    left: 15px;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 5px 10px;
    height: 50px;
    vertical-align: middle;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    font-weight: 600;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.04);
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
}

table > thead > tr > th {
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

table img.user-pic {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    vertical-align: middle;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
}

table select.user-status.form-control {
    width: 120px;
    height: 32px !important;
    padding: 5px 15px !important;
    display: block;
    margin: 0px auto;
}

table th[data-orderable="false"] {
    padding: .75rem !important;
}

th[data-orderable="false"]:before,
th[data-orderable="false"]:after {
    display: none !important;
}

.checkbox-table .header-check {
    position: relative;
}

    .checkbox-table .header-check .dropdown-table {
        display: none;
        position: absolute;
        top: 6.5px;
        left: 44px;
        z-index: 9;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

        .checkbox-table .header-check .dropdown-table .btn {
            font-size: 12px;
            padding: 10px 10px;
            line-height: 1;
        }

        .checkbox-table .header-check .dropdown-table .dropdown.show .btn {
            border-radius: .25rem .25rem 0rem 0rem;
        }

        .checkbox-table .header-check .dropdown-table .dropdown-menu {
            background-color: #ffffff;
            border-color: #ffffff;
            margin: 0px;
            padding: 0px;
            border-radius: 0rem 0rem 0.25rem 0.25rem;
            width: 100%;
        }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item {
                background-color: transparent;
                font-weight: 400;
                padding: 8px 15px;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled {
                font-weight: 500;
                font-size: 13px;
                border-top: 1px solid rgba(0, 0, 0, 0.2);
                margin-top: 5px;
            }

                .checkbox-table .header-check .dropdown-table .dropdown-menu.tb-dropdown .dropdown-item.disabled:first-child {
                    border-top: 0px solid rgba(0, 0, 0, 0.2);
                    margin-top: 0px;
                }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:last-child {
                border-bottom: 0px;
                border-radius: 0rem 0rem 0.25rem 0.25rem;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item i {
                margin: 0px;
                padding-right: 8px;
            }

            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:hover,
            .checkbox-table .header-check .dropdown-table .dropdown-menu .dropdown-item:focus {
                cursor: pointer;
                background-color: #d63e36;
                color: #fff !important;
            }

.action-area {
    white-space: nowrap;
}

.fixed-bottom {
    left: 250px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 800;
    left: 250px;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.dataTables_length label {
    margin-bottom: 0px;
}

.dataTables_length select.custom-select.form-control {
    width: 100px;
    height: 35px !important;
    padding: 6px 10px !important;
}

table .thead-sm th {
    font-size: 11px;
}

.customPaginationContainer .pagination {
    float: right;
    margin: 0px;
}

.footer-area .customttotalContainer {
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
}

.profile-header {
    display: block;
    margin-bottom: 30px;
}

    .profile-header img {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0px auto 25px;
    }

    .profile-header .user-name {
        font-weight: 600;
        font-size: 24px;
        color: #404345;
        text-align: center;
    }

    .profile-header .user-year {
        font-weight: 400;
        font-size: 14px;
        color: #808791;
        text-align: center;
    }

.profile-body .inner-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .profile-body .inner-list > li {
        padding: 10px 0px;
    }

.profile-body .label-2 {
    font-weight: 500;
}

.badge-wide {
    max-width: max-content !important;
}

.badge {
    font-weight: 400;
    font-size: 12px;
    padding: 6px 10px;
    max-width: 120px;
}

td .badge {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.badge.rounded {
    padding: 5px 15px;
    border-radius: 40px !important;
}

.badge.badge-warning {
    background-color: rgba(255, 190, 11, 0.2);
    color: #ffbe0b;
}

.badge.badge-primary {
    background-color: #d63e36
}

.badge.badge-secondary {
    background-color: #34395e
}

.badge.badge-success {
    color: #00c9a7;
    background: rgba(0, 201, 167, 0.1);
}

.badge.badge-info {
    background-color: #3abaf4
}

.badge.badge-danger {
    background-color: rgba(255, 92, 117, 0.2);
    color: #ff5c75;
}

.badge.badge-light {
    background-color: #e3eaef;
    color: #191d21
}

.badge.badge-white {
    background-color: #fff;
    color: #191d21
}

.badge.badge-dark {
    background-color: #191d21
}

.uploadimage-block {
    display: block;
}

    .uploadimage-block .preview-upload-area {
        position: relative;
        border: 1px dashed #999;
        padding: 140px 50px 10px 50px;
        width: 200px !important;
        height: 200px !important;
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        border-radius: 4px;
    }

    .uploadimage-block .fileUpload {
        height: 200px;
        width: 200px;
        left: 0px;
        opacity: 0;
        cursor: pointer;
        top: 0px;
        position: absolute;
        z-index: 10;
    }

    .uploadimage-block .portimg {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        max-width: 200px;
        max-height: 200px;
        z-index: 9;
    }

    .uploadimage-block .removebtn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        border: 1px solid #ff2337;
        background-color: #ff2337;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 99;
    }

        .uploadimage-block .removebtn:hover,
        .uploadimage-block .removebtn:focus {
            opacity: 0.9;
            outline: none;
        }

    .uploadimage-block .preview-upload-area:before {
        content: "\f055";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 58%;
        left: 50%;
        font-size: 30px;
        line-height: 1;
        color: #666;
        transform: translateX(-50%) translateY(-50px);
    }

    .uploadimage-block .preview-upload-area:after {
        content: "drag & drop your image here";
        display: block;
        position: absolute;
        text-align: center;
        top: 55%;
        left: 42%;
        width: 112px;
        height: 40px;
        margin: -25px 0 0 -100px;
        font-size: 13px;
        color: #666;
        line-height: 1.6;
        transform: translate(50%, 50%);
    }

.multiselectdropdown ~ .btn-group .multiselect {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 0px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    white-space: initial;
    text-align: left;
    border: 0px;
    padding: 8px 12px;
}

.multiselectdropdown ~ .btn-group .multiselect li {
    font-weight: 400;
    display: inline-block;
}

    .multiselectdropdown ~ .btn-group .multiselect li:first-child:before {
        content: '';
    }

    .multiselectdropdown ~ .btn-group .multiselect li:before {
        content: ', ';
    }

.multiselectdropdown ~ .btn-group {
    display: block !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}

.bootstrap-select > button.btn.dropdown-toggle {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
}

    .bootstrap-select > button.btn.dropdown-toggle:focus {
        outline: none !important;
        border-color: #0062cc;
        box-shadow: none !important;
        background-color: #ffffff !important;
    }

.bs-searchbox {
    position: relative;
}

    .bs-searchbox:before {
        content: "\f002";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .bs-searchbox .form-control {
        padding: .375rem 3rem .375rem .75rem;
    }

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #0062cc;
}

.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    outline: none !important;
    color: #fff !important;
    background-color: #0062cc;
}

.bootstrap-select.form-control {
    padding: 0px !important;
}

.input-box {
    margin-right: 5px;
}

    .input-box .input-groups {
        position: relative;
    }

        .input-box .input-groups input {
            border-radius: 4px !important;
            padding-right: 35px !important;
        }

.input-groups .input-group-append .input-group-text {
    padding: 5px 10px;
    height: 35px;
    border: 0px;
    background-color: transparent;
    border-radius: 5px;
}

.input-groups .input-group-append {
    position: absolute;
    top: 0px;
    right: 0px;
}

.report-box {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.modal-body .report-box:last-child {
    border-bottom: 0px solid #ddd;
}

.report-box .report-img {
    float: left;
}

    .report-box .report-img img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
    }

.report-box .report-details {
    margin-left: 75px;
}

    .report-box .report-details .report-name {
        font-weight: 500;
        font-size: 17px;
        display: flex;
        margin-bottom: 5px;
    }

        .report-box .report-details .report-name > .report-date {
            margin-left: auto;
            font-size: 14px;
            padding-top: 3px;
        }

    .report-box .report-details .report-mobile {
        margin-bottom: 5px;
    }

.report-box .report-mobile > i,
.report-box .report-comment > i {
    width: 20px;
    text-align: center;
    padding-right: 2px;
}

.report-box .report-comment {
    color: #e75e5e;
}
/*--- Main Body :: End ---*/

.card.card-grid .card-header {
    height: auto;
    border: 0px !important;
}

.card-grid .card-grid-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 5px 15px;
}

.card-box-img {
    margin-right: 15px;
}

    .card-box-img img,
    .tb-img img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.tb-img {
    text-align: center;
}

.card-grid .card-grid-box .card-grid-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.card-grid .card-grid-box .card-grid-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    width: 20%;
}

    .card-grid .card-grid-box .card-grid-value .badge {
        width: 45px;
        color: #ffffff;
        background: #00c9a7;
    }

.card-grid .card-grid-box .card-grid-label .circle {
    width: 17px;
    height: 17px;
    background-color: #6d848e;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #6d848e;
}

/*   .card-grid .card-grid-box:nth-of-type(even) .card-grid-label .circle {
        background-color: transparent;
        border-color: #919191;
    }*/

.page-item.active .page-link {
    background-color: #ed443f;
    border-color: #ed443f;
}

.page-link:focus {
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fdfdff;
    border: 1px solid #e4e6fc;
}

.card-header-action .select2-container--default .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.card-header-action .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

.card-header-action .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ed443f;
    color: white;
}

.card-header-action .select2.select2-container {
    width: 160px !important;
}

.card-header-action .nav.nav-pills {
    display: contents;
}

.inner-boxes {
    font-weight: 700;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 10%);
}

.warning-exclamation {
    cursor: pointer;
    font-size: 22px;
    color: #ffca00;
}

.warning-exclamation-sm {
    color: #ffca00;
}

.main-inner-box {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .main-inner-box li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }

        .main-inner-box li:last-child {
            border-bottom: 0px solid #ddd;
        }

    .main-inner-box .main-inner-title2, .main-inner-box .main-inner-value {
        margin-left: auto;
    }

    .main-inner-box .main-inner-head {
        background-color: #eaeaea;
    }

        .main-inner-box .main-inner-head .main-inner-title1,
        .main-inner-box .main-inner-head .main-inner-title2,
        .main-inner-box .main-inner-foot .main-inner-label,
        .main-inner-box .main-inner-foot .main-inner-value {
            font-weight: 600;
            font-size: 16px;
        }

table .tb-input {
    width: 100px;
}

table .tb-label1 {
    font-weight: 600;
}

.color-box {
    width: 20px;
    height: 20px;
    background-color: red;
    display: block;
}

.selectcolor-dropdown {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fdfdff;
    background-clip: padding-box;
    border: 1px solid #e4e6fc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select-color-drop > li > .color, .btn > span.color {
    width: 20px;
    height: 18px;
    border-radius: 2px;
    float: left;
    background-color: red;
}

.btn > span.color {
    margin-right: 5px;
}

.select-color-drop li {
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
}

table thead tr {
    background-color: #6d848e;
    color: #fff;
}

table.table-thead-color thead tr {
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #6d848e14;
}

.custom-accordion .card-header .btn {
    line-height: 30px;
    width: 100%;
    padding: 15px 15px;
    height: 55px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    text-decoration: none !important;
}

    .custom-accordion .card-header .btn:after {
        content: "\f077";
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        position: absolute;
        right: 15px;
        font-size: 14px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: transform 0.25s ease;
        -o-transition: transform 0.25s ease;
        transition: transform 0.25s ease;
    }

    .custom-accordion .card-header .btn.collapsed:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.swal-overlay--show-modal .swal-modal {
    will-change: auto;
}

table.dataTable {
    width: 100% !important;
}

.page-item .page-link {
    color: #6c757d;
}

button.btn.btn-link {
    color: #858585;
    text-decoration: none;
}

.custom-file,
.custom-file .custom-file-input,
.custom-file .custom-file-label,
.custom-file .custom-file-label::after {
    height: 42px;
}

    .custom-file .custom-file-label {
        text-align: left;
        margin: 0px;
    }

        .custom-file .custom-file-label::after {
            height: 40px;
            padding: 10px;
        }

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    background-color: #fefeff;
    border-color: #ed443f
}

.table-row-bordered tr {
    border-bottom: 1px solid lightgray;
}

.p-15 {
    padding: 15px !important;
}

.p-1 {
    padding: 1px !important;
}

.r-alert-badge {
    width: 2em;
    top: 1rem;
    right: 0;
    position: absolute;
    margin: 0;
    cursor: pointer;
    z-index: 879;
}

.name-link {
    color: #000000;
    text-decoration: none;
}

    .name-link:hover {
        color: #555555;
        text-decoration: none;
    }

.equipmentname {
    overflow: hidden
}

.Search {
    overflow: hidden;
    max-width: 60%;
}

.mr1rem {
    margin-right: 1rem;
}

.activePage {
    text-decoration: underline !important;
    color: #F29900 !important;
    font-weight: bold;
}

.itemNav {
    cursor: pointer
}

.r-btn-danger {
    color: #EE888B !important;
    border-color: #EE888B !important;
}

    .r-btn-danger:hover {
        color: white !important;
        background-color: #EE888B !important;
    }

.sidebar-brand {
    height: 70px;
    background-color: white;
}

.box-details {
    padding: 0 15px;
}

    .box-details > span {
        font-weight: 600;
        color: #000000;
    }

        .box-details > span > span {
            font-weight: 500;
            color: indianred;
        }

.np-table td, .np-table th {
    padding: 5px !important;
}

.input-group {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

    .input-group > div {
        display: table-cell;
        vertical-align: middle; /* needed for Safari */
    }

.input-group-icon {
    background: #eee;
    padding: 10px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ced4da;
    display: flex;
}

.input-group-area {
    width: 100%;
}

.input-group input {
    border: 0;
    display: block;
    width: 100%;
    padding: 5px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border: 1px solid #ced4da;
    border-right: 0;
}

div[class^='s-r-d-'], div[class*=' s-r-d-'] {
    padding: 0 5px !important;
}

.r-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.s-r-d-1 {
    width: 5% !important
}

.s-r-d-2 {
    width: 10% !important
}

.s-r-d-3 {
    width: 15% !important
}

.s-r-d-4 {
    width: 20% !important
}

.s-r-d-5 {
    width: 25% !important
}

.s-r-d-6 {
    width: 30% !important
}

.s-r-d-7 {
    width: 35% !important
}

.s-r-d-8 {
    width: 40% !important
}

.s-r-d-9 {
    width: 45% !important
}

.s-r-d-10 {
    width: 50% !important
}

.s-r-d-11 {
    width: 55% !important
}

.s-r-d-12 {
    width: 60% !important
}

.s-r-d-13 {
    width: 65% !important
}

.s-r-d-14 {
    width: 70% !important
}

.s-r-d-15 {
    width: 75% !important
}

.s-r-d-16 {
    width: 80% !important
}

.s-r-d-17 {
    width: 85% !important
}

.s-r-d-18 {
    width: 90% !important
}

.s-r-d-19 {
    width: 95% !important
}

.s-r-d-20 {
    width: 100% !important
}

.screen-print {
    display: none;
}

.rotate-lable {
    transform: rotate(90deg)
}

.underLine {
    text-decoration: underline !important;
}

.equipmen-status-title {
    font-weight: 600;
    display: inline-block;
    font-size: 1rem;
    margin: 0 !important;
}

.equipment-faults {
    line-height: 1;
}

.report-section-title {
    font-weight: 400 !important;
    font-size: 36px !important;
}

.export-report-th {
    color: white !important;
    font-weight: 400 !important;
    font-size: 14pt;
    text-align: center
}

.printContainer {
    background-color: #FFFFFF !important;
}

@media print {
    .printContainer {
        background-color: #FFFFFF !important;
        -webkit-print-color-adjust: exact;
        height: 100%;
        width: 100vw;
        margin: 0;
    }

    .screen-regular {
        display: none;
    }

    .screen-print {
        display: block;
    }

    .main-sidebar {
        display: none;
    }
}

.inside-loader-container {
    position: absolute;
    background: #19161642;
    width: 97%;
    height: 90%;
    z-index: 100;
    text-align: center
}

.loader-text {
    padding: 1rem;
    /*text-shadow: 1px 1px white;*/
    font-size: 20pt;
    color: #d63e36;
}

.inside-loader {
    border: .5rem solid #f3f3f3;
    border-radius: 50%;
    border-top: .5rem solid #d63e36;
    width: 3rem;
    height: 3rem;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #9fa7b0 !important;
    border-color: #007bff;
    cursor: not-allowed !important;
}

.licence-alert {
    padding: 10px 0 0 10px;
    margin-left: 10px;
    border-left: 3px solid lightgray;
    max-width: 42%;
    overflow: hidden
}

.licence-alert-content {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    animation: slide-left linear 40s infinite;
    white-space: nowrap;
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }

    to {
        -webkit-transform: translateX(-230%);
        transform: translateX(-230%);
    }
}



.licence-alert-single {
    padding: 10px 0 0 10px;
    margin-left: 10px;
    border-left: 3px solid lightgray;
    max-width: 80%;
    overflow: hidden
}

.licence-alert-content-single {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    animation: slide-left-single linear 20s infinite;
    white-space: nowrap;
}

@keyframes slide-left-single {
    from {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }

    to {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
    }
}