
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

:root {
    --text-color: #000;
    --primary-color: #ed273f;
    --font-bold-primary: 700;
    --secondary-color: #061838;
    --third-color: #097cf7;
    --input-text-color: #878788;
    --input-border-color: #dedede;
    --font-size: 14px;
    --primary-btn: #ed273f;
    --shadow: 5px 5px 12px 0 #f1f1f1;
}

body,
html {
    font-family: 'Ubuntu', sans-serif;
    background: #f3f3f3;
    font-weight: 400;
    color: var(--text-color);
    font-size: var(--font-size);
    letter-spacing: 0.4px;
    /* overflow-y: auto; */
}

*,
input[type="button"] {
    outline: none;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

b,
strong {
    font-weight: 700
}

ul {
    padding-left: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--text-color);
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.w-100 {
    width: 100%
}
.el-table {
color:#fff !!important;
}
.w-37 {
    width: 37%
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-0 {
    margin-left: 0 !important
}

.mr-5 {
    margin-right: 5px !important
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0
}

.mt-30 {
    margin-top: 30px;
}

.font-12 {
    font-size: 12px;
}

.float-none {
    float: none
}

.m-auto {
    margin: auto
}

.d-inline-block {
    display: inline-block
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-10 {
    margin-left: 10px !important;
}

.custom-icon {
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
    line-height: 26px !important;
    cursor: pointer
}
.d-flex {
    display: flex;
}
.flex-wrap{
    flex-wrap:wrap
}

.edit-icon {
    background: #dbe6f9;
    color: #2c6ada !important;
}

.delete-icon {
    background: #f7cdcd;
    color: #d81717 !important;
}

.recent-icon,
.details-icon {
    background: #efd9f3;
    color: #d04fe6 !important;
}

.remove-icon {
    background: #f7e5c5;
    color: #ff6d00 !important;
}

.download-icon {
    background: #d7f0fb;
    color: #01579b !important;
}

.save-icon {
    background: #bdf3bd;
    color: #2bbd2b !important;
}

.colum-style {
    margin-bottom: 15px;
    color: #7b7b7b;
    font-size: 13px;
}

.colum-style h5 {
    margin: 0;
    font-size: 15px;
    margin: 3px 0 0;
}

header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-info-col .inner {
    border-radius: 4px;
    background: #fff;
    padding: 20px;
}

.top-info-col .inner h4 {
    margin: 0 0 3px;
    font-size: 15px;
}

.top-info-col span {
    font-size: 18px;
    font-weight: 700;
}

.top-info-col {
    width: 20%
}

.top-info-col1 {
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 12px 0 #f1f1f1
}

.top-info-col1 h4 {
    margin: 0 0 3px;
    font-size: 14px;
    color: #969696
}

.top-info-col1 {
    font-size: 18px;
}


.popup-top-info {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 10px;
}

.popup-top-info span {
    display: block;
    font-size: 13px;
    color: #828181;
}

.popup-top-info.sm {
    font-size: 15px;
}

.required-star,
.required {
    color: #cc1313
}

.side-minimize {
    background: var(--secondary-color);
    position: fixed;
    right: 0;
    text-align: center;
    bottom: 30px;
    margin: auto;
    font-size: 14px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 40px 0 0 40px;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}

.side-minimize:hover {
    width: 40px;
}

.side-minimize .el-icon-caret-left {
    margin-left: 5px;
}

.no-data-available {
    margin: 50px 0
}


.icon-user.nav-icon {
    font-size: 14px;
}

.icon-target.nav-icon {
    font-size: 16px;
}

.icon-cart.nav-icon {
    font-size: 18px;
}

.icon-dealer.nav-icon {
    font-size: 16px;
}

.icon-stock.nav-icon {
    font-size: 18px;
}

.icon-product.nav-icon {
    font-size: 17px;
}

.icon-route.nav-icon {
    font-size: 20px;
}

.icon-battery.nav-icon {
    font-size: 17px;
}

.icon-attendance.nav-icon {
    font-size: 16px;
}

.icon-activity.nav-icon {
    font-size: 22px;
}

.icon-placeholder.nav-icon {
    font-size: 16px;
}

.icon-settings.nav-icon {
    font-size: 18px;
}

.icon-leave.nav-icon {
    font-size: 17px;
}

.icon-expense2.nav-icon {
    font-size: 17px;
    top: 4px;
}

.invoice.nav-icon {
    font-size: 17px;
}

.icon-service.nav-icon {
    font-size: 15px;
}

.icon-warranty.nav-icon {
    font-size: 18px;
}

.icon-feedback.nav-icon {
    font-size: 15px;
}

.icon-return.nav-icon {
    font-size: 14px;
}

.icon-collection-book.nav-icon {
    font-size: 17px;
}

.icon-receipt.nav-icon {
    font-size: 16px;
}

.icon-cancel-receipt.nav-icon {
    font-size: 16px;
}

.icon-aging-report.nav-icon {
    font-size: 16px;
}

.icon-customer.nav-icon {
    font-size: 16px;
}

.icon-expense.nav-icon {
    font-size: 16px;
}

.icon-expense.nav-icon {
    font-size: 16px;
    top: 3px
}

.icon-expense.nav-icon {
    font-size: 16px;
    top: 3px
}

.icon-ledger.nav-icon {
    font-size: 17.5px;
    top: 4px
}

.nav-icon.icon-report {
    font-size: 17.5px;
    top: 5px;
}

.nav-icon.el-icon-circle-close {
    font-size: 17.5px;
    top: 5px;
}

.nav-icon.icon-cancel-file {
    font-size: 17.5px;
    top: 5px
}

.nav-icon.icon-dealer1 {
    font-size: 16px;
    top: 3px
}

.nav-icon.icon-dealer {
    font-size: 17px;
    top: 4px;
}

.nav-icon.icon-pending-collection {
    font-size: 20px;
    top: 4px;
}

.nav-icon.icon-cheque {
    font-size: 18px;
    top: 4px;
}

.nav-icon.el-icon-document {
    font-size: 18px;
    top: 3px;
}

.nav-icon.icon-visit {
    font-size: 17px;
    top: 4px;
}

.nav-icon.icon-warning {
    font-size: 17px;
    top: 3px;
}

.icon-user.nav-icon,
.icon-target.nav-icon,
.icon-stock.nav-icon,
.icon-product.nav-icon,
.icon-battery.nav-icon,
.icon-attendance.nav-icon,
.icon-placeholder.nav-icon,
.icon-leave.nav-icon,
.icon-service.nav-icon,
.icon-feedback.nav-icon,
.icon-cancel-receipt.nav-icon,
.icon-collection-book.nav-icon,
.icon-customer.nav-icon,
.icon-wallet.nav-icon {
    top: 3px;
}

.icon-cart.nav-icon,
.icon-activity.nav-icon,
.icon-settings.nav-icon,
.icon-expense1.nav-icon,
.icon-warranty.nav-icon,
.icon-receipt.nav-icon {
    top: 4px;
}

.invoice.nav-icon,
.icon-return.nav-icon,
.icon-aging-report.nav-icon {
    top: 2px;
}

.icon-route.nav-icon {
    top: 5px;
}

.table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

.navi .active a .nav-icon {
    color: var(--primary-color);
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-btn);
    border-color: var(--primary-btn);
}

/*
.navi .active a:after, .navi a:hover:after{ content: ""; width: 0;  height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent;  
border-right:6px solid var(--primary-color); position: absolute; right: 0; top: 9px;}
*/

.status {
    border-radius: 20px;
    color: #fff;
    display: inline;
    padding: 1px 6px 2px;
    font-size: 11px;
}

.status.approved {
    background: #0e8c0e;
}

.status.pending {
    background: #ff9b00
}

.status.rejected {
    background: #d40c0c
}

.status.cancelled {
    background: #00a0ef
}

.el-button.el-button--primary,
.el-button.el-button--primary:hover,
.el-button.el-button--primary:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.el-dialog__header {
    padding: 20px 20px 22px !important;
    border-bottom: 1px solid #ddd8d8;
    border-radius: 8px 8px 0 0 !important;
    -webkit-border-radius: 8px 8px 0 0 !important;
    background: var(--secondary-color);
    text-align: center
}



.el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100% !important
}

.settings-col label,
.el-form-item__content {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
    color: var(--text-color);
    text-align: left;
}

.el-button,
.el-table,
.el-form-item__content,
.el-input,
.el-dialog__body {
    font-size: var(--font-size)
}

.el-input__inner {
    color: var(--input-text-color);
    border: 1px solid var(--input-border-color)
}

.el-dialog__body {
    font-size: var(--font-size);
    color: var(--text-color)
}

.el-radio__input.is-checked .el-radio__inner {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: var(--primary-btn);
    border-color: var(--primary-btn)
}

.el-radio__inner {
    border: 1px solid var(--primary-color; )
}

.page-head {
    margin: 5px 0 0;
    font-weight: 700;
}

.add-btn.btn {
    padding: 8px 12px;
}

.head-top-icons {
    margin-top: 5px;
}

.userlist-filetr .inner {
    background: var(--light-bg);
    font-size: 13px;
    padding: 18px 0 12px;
    overflow: hidden
}


.sf-user-listing {
    margin: 10px 5px;
    border: solid 1px #ddd;
}

.userlist-filetr .el-radio {
    margin-right: 30px;
}

.sf-user-detail .media-body,
.sf-user-detail {
    overflow: visible;
}

.sf-user-detail .sf-user-name-main {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 10px 5px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.sf-user-edit .md-button.md-icon-button {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: normal;
}

.userlist-filetr .el-radio__inner {
    border: 1px solid #c3c2c2;
}

.show-date span {
    color: var(--text-color);
    font-weight: var(--font-bold-primary);
    padding: 2px 5px;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 5px;
}

.show-date {
    margin-bottom: 15px;
}

.master-manege .inner {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.master-manege .inner h5 {
    margin-top: 45px;
}

.master-text {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px
}

.master-manege .inner {
    height: 100px;
    font-size: 16px;
    color: #333;
    margin: 0 0 25px;
    background: #fff;
    border-radius: 6px;
}

.master-manege a:hover .inner {
    box-shadow: 10px 10px 10px #e8e8e8;
    -webkit-box-shadow: 10px 10px 10px #e8e8e8;
    margin-top: -10px;
}

.master-manege .icon {
    font-size: 42px;
    margin: 24px 10px 0 20px;
    color: var(--primary-color)
}

.master-manege-col .icon-right-arrow {
    font-size: 20px;
    margin-top: 40px;
}

.master-manege .icon-district {
    font-size: 36px;
    margin-top: 30px;
}

.master-manege .icon-area {
    font-size: 39px;
    margin-top: 26px;
}

.master-manege .icon-product {
    font-size: 35px;
    margin-top: 30px;
}

.master-manege .icon-expense1 {
    font-size: 41px;
    margin-top: 28px;
}

.master-manege .icon-money-bag {
    font-size: 35px;
    margin-top: 30px;
}

.data-bg {
    margin-bottom: 20px;
    padding: 20px 15px 30px;
    border-radius: 4px;
    background-color: #fff;
}

.battery-filter {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.battery-list-filter label {
    font-weight: normal;
    margin-top: 15px;
}

.battery-filter h4 {
    font-weight: 700
}

.el-checkbox__inner {
    border: 1px solid var(--input-border-color)
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.battery-list-legend i {
    width: 18px;
    height: 18px;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 15px;
}

.sf-resolved-legend i {
    background: #00af4d;
}

.sf-Average-legend i {
    background: #ff9155;
}

.sf-unresolved-legend i {
    background: #ec503b;
}

.battery-list-legend div {
    margin-bottom: 20px;
}

.el-table th {
    color: var(--text-color);
    font-weight: var(--font-bold-primary)
}

.battery-list-inner {
    box-shadow: var(--shadow);
    margin: 15px 0;
}

.battery-list-time {
    margin-top: 10px;
    color: #989898
}

.battery-charge-status {
    font-weight: 700
}

.attendance-filter p {
    padding: 30px 30px 15px 0;
}

.attendence-col {
    box-shadow: var(--shadow);
    margin: 15px 0;
    min-height: 180px;
    position: relative;
    padding-top: 22px;
}

.attendence-col .icon {
    width: 50px;
    display: inline-block;
    position: relative
}

.user-status {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    right: 4px;
    border: 3px solid #fff;
}

.offline-status {
    background: #f13b3b;
}

.online-status {
    background: green;
}

.attendence-col-time {
    color: #989898;
    font-size: 13px;
}

a.el-icon-edit,
a.el-icon-edit-outline,
a.el-icon-delete,
a.el-icon-close,
a i.el-icon-edit,
a i.el-icon-delete,
a.el-icon-view {
    color: var(--text-color);
    font-size: 14px;
}

.back-btn {
    font-size: 22px;
    margin: 5px 0 0 12px;
    color: #212121;
}

.total-count {
    margin: 0 0 10px 2px;
    font-size: 15px;
    color: #848484;
    float: left;
    width: 100%;
    font-weight: 500;
}

.right-pane-titile {
    background: var(--secondary-color);
    color: #fff;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.7px;
    padding: 10px;
    cursor: pointer;
}

.users-statistics h3 {
    font-size: 24px;
    margin: 0 0 2px;
}

.users-statistics div.sf-user-statistics:first-child h3 {
    color: #00af4d
}

.icon-menu {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 45px;
    line-height: 51px;
    background: #061838;
    color: #fff;
    width: 50px;
    margin: 15px 0 20px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.logo {
    padding-top: 12px;
    text-align: center;
    height: 60px;
}

.side-nav {
    position: fixed;
    left: 0;
    padding: 0;
    z-index: 5;
    top: 0;
    bottom: 0;
    background: var(--secondary-color);
    height: 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.location-tab a {
    display: inline-block;
    position: relative;
    background: var(--secondary-color);
    color: #fff;
    height: 60px;
    border-radius: 6px;
    width: 60px;
    margin-bottom: 10px;
    line-height: 65px;
    text-align: center
}

.location-tab a .icon-placeholder {
    font-size: 22px;
}

.location-tab a .icon-activity {
    font-size: 30px;
}

.location-tab a.active {
    background: var(--primary-color) !important;
}

.location-tab p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #fff;
    padding: 15px 10px;
    margin-left: 60px;
    border-left: solid 2px #fff;
    box-shadow: 0px 2px 16px 0px #e0dfdf;
    -webkit-box-shadow: 0px 2px 16px 0px #e0dfdf;
    min-height: 70px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label span.date-time {
    display: block;
    font-size: 13px;
    color: #868585;
    margin-top: 4px;
}

.timeline-label.activeLocation[data-v-5fa65fd1] {
    background: #fff !important;
    border-color: var(--primary-color) !important;
}

.location .timeline-icon::after {
    background: #dcd9d9;
    content: "";
    height: 53px;
    left: 28px;
    top: 46px;
    position: absolute;
    width: 1px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: var(--primary-color);
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    border: solid 1px #dcd9d9;
    line-height: 35px;
    font-size: 18px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.location-map {
    padding: 15px;
    box-shadow: 0px 0 19px 0px #e0dfdf;
    -webkit-box-shadow: 0px 0 19px 0px #e0dfdf;
}

.header-top-icons .icon {
    font-size: 15px;
}

.header-top-icons .el-button {
    padding: 6px 8px;
}

.userlist-status {
    display: inline-block;
    padding-left: 30px;
}

.navi a {
    position: relative;
    color: #fff
}

.left-nav {
    background: var(--secondary-color);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.hidden-menu li.active {
    background: #fff !important
}

.hidden-menu .nav-icon {
    display: none
}

.hidden-menu {
    position: fixed;
    width: 120px;
    z-index: 2;
    left: 54px;
    top: 65px;
    background: var(--secondary-color);
    bottom: 0;
}

.hidden-menu a {
    color: #fff;
    display: block;
}

.hidden-menu a.user {
    padding-top: 15px;
}

.hidden-menu a.target {
    padding-top: 15px;
}

.hidden-menu a.order {
    padding-top: 20px;
}

.hidden-menu a.dealer {
    padding-top: 25px;
}

.hidden-menu a.inventory {
    padding-top: 30px;
}

.hidden-menu a.product {
    padding-top: 25px;
}

.hidden-menu a.route {
    padding-top: 25px;
}

.hidden-menu a.battery {
    padding-top: 20px;
}

.hidden-menu a.attendance {
    padding-top: 22px;
}

.hidden-menu a.activity {
    padding-top: 25px;
}

.hidden-menu a.location {
    padding-top: 22px;
}

.hidden-menu a.master {
    padding-top: 22px;
}

.hidden-menu a.leave {
    padding-top: 22px;
}

.hidden-menu a.expense {
    padding-top: 20px;
}

.quick-add {
    background: #fff;
    position: absolute;
    width: 380px;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 15px 0 #e8e8e8;
    -webkit-box-shadow: 0px 0px 15px 0 #e8e8e8;
    top: 50px;
}

.quick-add-btn {
    position: relative;
    display: inline-block
}

.quick-add a {
    color: var(--text-color);
    display: block;
    padding: 12px 0;
    border: 1px solid #e6e6e6;
    width: 110px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}


.quick-add li {
    display: inline-block;
    margin: 0 6px 10px 0;
}

.quick-add li span {
    display: block;
    color: var(--primary-color)
}

.adduser-select-type .el-radio-group {
    margin-top: 18px;
}

.addleave-select-type .el-radio-group {
    margin-top: 10px;
}

.route-dlr-list-col {
    min-width: 250px;
    min-height: 95px;
    padding-right: 30px;
    margin-left: 15px;
}

.dragndrop {
    color: var(--primary-text-color);
    background-color: var(--light-bg);
    border: dashed 1px #d8d6d6;
    text-align: center;
    min-height: 100px;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px 0;
    line-height: 22px;
}

.dragndrop .file-uploder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    cursor: pointer;
}

.user-list-btn {
    position: relative;
    z-index: 1;
}

.userlist-edit-delete {
    position: absolute;
    padding: 0;
    right: 15px;
    width: 120px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.userlist-edit-delete a {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    padding: 10px;
    color: var(--text-color)
}

.userlist-edit-delete a:last-child {
    border: 0 none;
}

.userlist-edit-delete a:hover {
    background-color: #f5f5f5;
}

.user-list-btn a {
    color: var(--text-color)
}

#right-pane {
    background: #fff;
    padding: 0;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 5;
    height: 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.online-last-time {
    font-size: 11px;
}

.users-statistics div.sf-user-statistics > div {
    padding: 20px 2px;
}

.users-statistics div span {
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.4px;
}

.users-statistics div.sf-user-statistics:first-child h3 {
    color: #00a047;
}

.users-statistics h3 {
    font-size: 24px;
    margin: 0 0 2px;
}

#right-pane li.sidebar-users-status {
    padding: 6px 10px;
    border-bottom: 1px solid #ececec;
}

#right-pane li.sidebar-users-status:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.users-statistics div.sf-user-statistics {
    width: 50%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

.users-statistics div.sf-user-statistics:first-child {
    border-right: 1px solid #dcdcdc;
}

.sidebar-users-status p {
    margin-bottom: 0;
}

.side-toggle-ico {
    font-size: 9px;
    margin-left: 5px;
}

.notification-signal {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    width: 18px;
    height: 18px;
    background: red;
    border: 5px solid #fff;
    right: -6px;
    z-index: 1
}

.head-notification:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    right: -2px;
    top: -4px;
}

.head-notification {
    position: relative;
    display: inline-block
}

.blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/**LOGIN**/
.login-html {
    overflow: hidden
}

.login-html,
.login-body,
.login-left,
.login-right {
    height: 100%
}

.login-left {
    background: #fff;
    padding: 35px 100px 0;
    min-height: 100vh;
}

.login-right {
    background: #061738;
    min-height: 100vh;
    display: flex;
}

.login-left .login-img {
    margin-top: 30px;
}

.login-left h5 {
    padding-left: 60px;
    margin-top: 10px;
    line-height: 22px;
    word-break: break-word;
    text-align: justify;
}

.login-field {
    display: table;
    height: 100%;
}

.login-field-inner {
    display: table-cell;
    vertical-align: middle;
}

.login-field-inner .form-control {
    height: 38px;
}

.login-btn {
    background: var(--primary-color);
    border: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 1px #000;
    -webkit-box-shadow: 2px 2px 1px #000;
}

.forgot-password {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.login-social-media a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 28px;
}


.login-social-media {
    position: absolute;
    right: -20px;
    margin: auto;
    width: 40px;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    height: 136px;
    border: 3px solid #fff;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #fff !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.pointer {
    cursor: pointer
}

.filter-btn {
    color: #fff !important;
    background-color: #061838 !important;
    border-color: #232323 !important;
    position: relative;
    padding-left: 30px;
}

.filter-btn .icon-filter {
    font-size: 14px;
    top: 11px;
}

.avtar-user {
    position: relative;
    display: inline-block;
    width: 46px;
}

.timeline-label {
    margin-bottom: 15px;
}

.user-action {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.recent-activity-sidebar-li {
    padding: 6px 10px;
    border-bottom: 1px solid #ececec;
    margin: 0;
}

.recent-activity-sidebar-li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.filter-div {
    position: fixed;
    background: var(--secondary-color);
    border: 1px solid #efebeb;
    z-index: 6;
    width: 100%;
    top: 0;
    right: -280px;
    height: 100%;
    bottom: 0;
    width: 280px;
    overflow-y: auto;
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.filter-head {
    color: #fff;
    padding: 15px 15px 5px;
    margin: 0
}

.user-list-dropdown a {
    color: var(--text-color)
}

.user-list-dropdown .custom-icon {
    margin-right: 10px;
}

.left-nav .ico {
    float: right;
    margin: 11px 10px 0 0;
    font-size: 11px;
}

.filter-div .el-input__inner {
    height: 38px;
}

.filter-div .el-button {
    padding: 12px
}

.filter-close {
    color: #fff !important;
    font-size: 16px !important;
    margin: 16px 15px 0 0;
}



.filter-div.width {
    right: 0
}

.nav-ul {
    height: 100%
}

/*.nav-scroll.ps { height: auto !important}*/
.filter-items {
    float: left;
    background: #ebeef5;
    padding: 8px 10px;
    margin: 10px 10px 0 0;
    min-width: 100px;
    border: 1px solid #d7e0f1
}

.filter-items span {
    margin-top: 1px;
    margin-left: 5px;
}

.location-list-main {
    overflow-y: auto;
    max-height: 392px;
}

/*.location .timeline-entry:last-child .timeline-icon::after{ background: none}*/

.el-checkbox__inner:hover {
    border-color: var(--primary-color)
}

.img-doc {
    display: inline-block;
    border: 1px solid #dedbdb;
    padding: 5px;
}

.app-main,
.main-wrapper {
    height: 100%
}

.side-nav .ps__rail-x {
    display: none !important
}

.nav-submenu {
    max-height: 0;
    transition: max-height 0.40s ease-out;
    overflow: hidden;
    padding-left: 40px;
}

.nav-ul li.height .nav-submenu {
    max-height: 600px;
    transition: max-height 0.40s ease-in;
}

.navi li .nav-submenu a {
    font-size: 11px;
    display: inline-block;
    width: 100%;
}

.navi li .nav-submenu a:hover {
    background: none;
}

.navi li .nav-submenu a:hover,
.navi li .nav-submenu a.active {
    color: #3d6dc1
}

.nav-sub-arrow {
    margin: 10px;
    position: absolute;
    right: 0;
    font-size: 11px;
    top: 1px;
}

.nav-submenu li a:before,
.nav-submenu li a:after {
    content: "";
    position: absolute;
    background: #3d6dc1;
}

.nav-submenu li a:before {
    width: 9px;
    height: 1px;
}

.nav-submenu li a:after {
    width: 1px;
    height: 27px;
}

.nav-submenu li:last-child a:after {
    background: none;
}


.user-filter p {
    color: #fff;
}

.user-filter .el-radio {
    font-weight: 400
}

.user-filter {
    padding: 15px
}

.notification-div {
    background: #061838;
    position: absolute;
    right: 0;
    width: 240px;
    margin-top: 15px;
    box-shadow: 0 0 20px #e2e2e2;
    border-radius: 4px;
}

.notification-div li {
    padding: 12px 15px;
    background: #214990;
    border-radius: 4px;
    margin: 0 0 15px 12px;
    height: 45px;
    width: 45px;
    float: left;
    position: relative;
}

.notification-div li span {
    position: absolute;
    top: -7px;
    right: -5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    border: 2px solid #061838;
}

.notification-div h5 {
    padding: 12px 15px;
    margin: 0 0 15px;
    background: #061838;
    color: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #092556;
}

.notification-div a {
    color: #759fe8
}

.notification-div .icon {
    font-size: 18px;
}

.notification-div:before {
    content: "";
    top: -7px;
    right: 11px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 7px solid black;
    position: absolute;
}

.user-list .user-status {
    top: 0;
    right: 10px;
    width: 11px;
    height: 11px;
    border-width: 2px;
}

.el-button.el-icon-plus {
    font-weight: 600
}

.el-button.btn-assign,
.el-button.filter-btn {
    padding-left: 30px;
    position: relative;
}

.btn-icon {
    position: absolute;
    left: 8px;
}

.btn-assign .el-icon-sort {
    font-size: 16px;
    top: 10px;
    transform: rotate(40deg);
}

.attendance-location {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

@media(min-width:768px) {
    .main {
        padding: 100px 30px 20px;
    }

    .update-leave-info .update-leave-col:nth-child(3n+1) {
        clear: left
    }

    .location-left-main {
        padding-right: 50px;
    }
}

@media(max-width:767px) {
    .main {
        padding-top: 90px;
    }

    .update-leave-info .update-leave-col:nth-child(3n+1) {
        clear: left
    }

    .popup-xs {
        width: 96% !important;
    }

}

.navi a {
    font-size: 12px;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    padding-left: 18px;
}

.navi li.active {
    background: none !important
}

.nav-icon {
    padding-left: 0;
    width: 35px;
    display: inline-block;
    position: relative
}

.left-nav {
    padding-top: 5px;
    background: var(--secondary-color);
    margin-top: 13px;
    height: 100%;
}

.navi li:hover > a {
    background: #09224e;
    border-radius: 50px;
}

.sidebar.width-0 {
    width: 0
}

@media (min-width: 992px) {
    .main {
        margin: 90px 0 0 6%;
        padding: 0;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

    .pagination > li > span {
        padding: 2px 6px !important;
    }



    .forgot-password {
        color: #fff;
    }



}

@media (max-width:991px) {
    .login-field-inner-mob {
        background: #fff;
        padding: 20px;
        overflow: hidden;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .login-btn {
        box-shadow: 2px 2px 1px #a7a3a3;
        -webkit-box-shadow: 2px 2px 1px #a7a3a3;
    }

    .nav-icon {
        display: inline-block;
        width: 25px;
    }

    .left-nav li {
        padding: 12px;
        border-bottom: 1px solid #0f1f44;
    }

    .menu-close {
        position: absolute;
        background: var(--primary-color);
        color: #fff;
        right: -45px;
        width: 45px;
        height: 45px;
        top: 0;
        text-align: center;
        line-height: 40px !important;
    }

    .left-nav li.active {
        background: #09224e !important;
    }

    .navi li .nav-submenu a {
        font-size: 12px;
    }

    .nav-submenu {
        padding-left: 30px;
    }

    .nav-submenu li a:before {
        left: -10px;
        top: 6px;
    }

    .nav-submenu li a:after {
        height: 42px;
        left: -11px;
        top: 6px;
    }

    .nav-sub-arrow {
        display: block !important
    }

    .navi li {
        margin-top: 15px;
    }
    .popup-sm{
        width: 96% !important
    }
}


@media (min-width: 640px) {
    .attendance-filter p {
        padding: 30px 30px 15px 0;
    }
}

@media (max-width:639px) {
    .attendance-filter p {
        padding: 15px 30px 0 0;
    }
}

@media (max-width:567px) {
    .max567-fullwidth {
        width: 100%;
    }

    .max567-mt-15 {
        margin-top: 15px;
    }
}

@media (max-width:480px) {

    .xs-lg-fullwidth,
    .max480-fullwidth {
        width: 100%;
    }

    .max480-mt-15 {
        margin-top: 15px;
    }
}

@media (min-width: 1024px) {
    .side-nav {
        width: 54px;
    }

    .main {
        margin: 90px 0 0 6%;
        padding: 0;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

    .main.width {
        width: 92%;
    }

    .side-nav.width {
        width: 250px;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
    }

    .top-welcome-text {
        padding-left: 5%;
    }

    .master-manege a:nth-child(3n+1) {
        clear: left
    }

    .data-bg {
        min-height: 530px
    }
}


@media (min-width: 1024px) {
    .navi li .nav-submenu a {
        line-height: 26px;
        font-size: 11px;
        padding-left: 30px;
    }

    .nav-submenu li a:before,
    .nav-submenu li a:after {
        content: "";
        position: absolute;
        background: #3d6dc1;
        top: 13px;
        left: 17px;
    }
}

@media (max-width: 1279px) {
    .master-manege a:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 1600px) {
    .side-nav {
        width: 3.4%
    }
}

.report-listmain a {

    color: var(--secondary-color);
}

.master-text {
    background-color: #efefef;
    min-height: 36px;
    padding: 10px;
    border-radius: 3px;
}

.master-text:hover {

    background-color: #d8d4d4;
}

.style-unset {
    list-style: unset;
}

.pdd-60 > .el-input input {
    padding-right: 60px !important;
}

.import-text {
    color: crimson;
}

@media (max-width: 992px) {
    .page-head {
        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .page-head {
        font-size: 16px;
    }
}

.aging-report-tab-inner.active {
    background-color: #b5ceff !important;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.aging-report-tab-inner {
    line-height: 20px;
}

.border-box1 {
    border: 1px solid #dcdfe6;
    padding-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.mt-10 {
    margin-top: 10px;
}

.side-nav .ps {
    height: calc(100% - 80px);
}

.side-nav .logo-large {
    width: 0;
    opacity: 0;
}

.side-nav.width .logo-large,
.side-nav.width-menu .logo-large {
    width: 170px;
    opacity: 1;
}

.side-nav.width .logo-small,
.side-nav.width-menu .logo-small {
    width: 0;
    opacity: 0;
}

.logo img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.side-nav {
    position: fixed;
    left: 0;
    padding: 0;
    z-index: 6;
    top: 0;
    bottom: 0;
    background: #061838;
    height: 100%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.filter-div .el-checkbox__input.is-checked + .el-checkbox__label{
    color: #fff
}

/*** Dashboard ***/

.dashboard-col .inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.dashboard-col.target .el-input__inner {
    border-width: 0 0 1px;
    padding: 0;
    border-radius: 0;
}

.dashboard-col.target .el-input__suffix {
    right: 0
}

.dashboard-col.target .el-select {
    float: right;
    width: 140px;
    margin-top: -6px;
}

.dashboard-col h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.dashboard-col.target .section-div {
    padding: 15px 0;
    margin-bottom: 10px;
}

.dashboard-col.target .section-div span {
    font-size: 13px;
}

.dashboard-col.target .section-div h3 {
    margin: 0;
    color: #8EA9D8
}

.dashboard-col.target .section-div.total span {
    color: #81B214
}

.dashboard-col.target .section-div.achieved span {
    color: #00BCD4
}

.dashboard-col .title-head {
    margin-bottom: 15px;
}

.dashboard-col .order-left i,
.dashboard-col.collection .icon-expense2,
.customer-left .icon-dealer1 {
    width: 62px;
    height: 62px;
    line-height: 68px;
    color: #fff;
    border-radius: 6px;
    background: #ffab32;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    margin: 36px 0;
}

.dashboard-col .order-left span,
.dashboard-col .customer-left span {
    display: block
}

.dashboard-col .order-left h3,
.dashboard-col .customer-left h3 {
    margin: 3px 0 0;
    color: #000
}

.dashboard-col .smalltext {
    color: #8EA9D8;
    font-size: 13px
}

.order-right h3,
.customer-right h3 {
    color: #8EA9D8;
    margin: 5px 0 20px;
}


.dashboard-col .current-month {
    color: #B240CC
}

.dashboard-col .prev-month {
    color: #81B214
}

.dashboard-col .last-month {
    color: #00BCD4
}

.dashboard-col.collection .icon-expense2 {
    background: #7e76e1;
}

.dashboard-col.customer .icon-dealer1 {
    background: #3caf45;
}

.dashboard-col.collection .today {
    width: calc(100% - 62px);
    padding-left: 20px;
    margin-top: 46px;
}

.dashboard-col.collection .today h3 {
    margin: 3px 0 0
}

.dashboard-col.collection .bottom {
    display: flex;
}

.dashboard-col.collection .bottom .col {
    padding: 0 15px;
}

.dashboard-col.collection .bottom .col h4 {
    margin: 3px 0 0;
    color: #8EA9D8;
}

.dashboard-col.collection .bottom .col span {
    font-size: 12px;
}

.dashboard-col.collection .bottom .col {
    flex: 1
}

.dashboard-col.mrn .count {
    display: flex;
    padding: 10px 15px;
    background: #ebf2ff;
    border-radius: 6px;
}

.dashboard-col .mrn-right {
    margin-top: -26px;
}

.dashboard-col .mrn-right h5 {
    margin: 0 0 5px
}

.dashboard-col .mrn-right .section {
    margin-bottom: 5px;
}

.dashboard-col.mrn .count h3 {
    color: #8EA9D8;
    margin: 5px 0 0;
}

.dashboard-col .mrn-left {
    padding-top: 26px;
}

.dashboard-col .mrn-left h3 {
    margin: 3px 0 30px;
    color: #000
}

.dashboard-col .mrn-right .section .pull-left h5 {
    font-size: 13px;
}

.dashboard-col .mrn-right .section .left {
    height: 64px;
    display: flex;
    align-items: center;
}
.update-collection-popup .el-form-item__label{ text-align: left;} 

@media(min-width:768px) {
    .dashboard-col .inner {
        height: 256px;
    }
}

@media(max-width:767px) {
    .dashboard-col .mrn-right .section .left {
        padding: 0;
        height: 40px;
        margin-top: 14px;
    }

    .dashboard-col .inner {
        margin-bottom: 15px;
    }
}
