body:before {
    background: -webkit-linear-gradient(top left, #156196, #33c4f2);
    background: -o-linear-gradient(top left, #156196, #33c4f2);
    background: linear-gradient(to bottom right, #156196, #33c4f2);
}

.all-wrapper.with-pattern {
    background-image: none;
}

.all-wrapper {
    max-width: 1700px;
}

.auth-box-w {
    margin: 50px auto;
}

.auth-box-w .logo-w img {
    width: 100%;
}

.disabled {
    filter: grayscale(0.8);
    cursor: not-allowed;
}

.softwise-copyright {
    margin: 20px 0 0 0;
    padding: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 0.92em;
}

.softwise-copyright a {
    text-decoration: none;
    transition: 0.2s all;
    color: rgba(0, 0, 0, 0.4);
}

.softwise-copyright a:hover {
    color: #f10234;
}

@media only screen and (max-width: 1024px) {
    .softwise-copyright {
        display: none;
    }
}

.menu-w .logo-w .logo {
    padding: 20px;
}

.menu-w .logo-w img {
    width: 100%;
}

.mm-logo img {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .mm-logo img {
        width: 70%;
    }
}

.element-wrapper .btn + .btn {
    margin-left: .5px;
}

button.dropdown-item {
    cursor: pointer;
}

.form-part-label {
    font-size: .9em;
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

hr {
    margin: 35px 0;
}

span.additional-label {
    color: rgba(0, 0, 0, .3);
}

span.asterisk {
    color: #e65252;
}

input#short_name {
    text-transform: uppercase;
}

body .rangepicker {
    min-width: initial;
}

.detail-info:hover .title {
    color: #1b55e2;
}

.detail-info .title {
    text-transform: uppercase;
    color: rgba(90, 99, 126, 0.3);
    font-size: 0.9em;
    font-weight: 600;
    transition: 0.2s;
}

.detail-info .value {
    margin: 4px 0 0 0;
}

.detail-info .value .hours {
    text-transform: uppercase;
    color: rgba(90, 99, 126, 0.6);
    font-weight: 500;
}

.empty-info {
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.copy-address {
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.form-control.marker-control {
    padding: 0;
}

.marker-sample {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 6px;
}

.btn.btn-nice {
    background: #fff;
    border-radius: 8px;
    color: #1b55e2b5;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .1);
    padding: 15px 25px;
    letter-spacing: 1.2px;
    transition: .2s all;
}

.btn.btn-nice:hover{
    transform: translateY(-3px);
}

.select2-container .select2-selection--single {
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    font-size: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.no-employees {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .3);
    font-size: .9em;
}

.remove-button {
    background: #e65252;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.soon-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.soon-page .info {
    text-align: center;
}

.soon-page .heading {
    font-weight: 600;
    opacity: .6;
}

.soon-page .sub {
    opacity: .6;
}

.soon-page .watch {
    margin: 0 15px 0 0;
    opacity: .7;
}

.calendar-top {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-top .today-timer .hour {
    font-size: 2.5em;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.calendar-top .today-timer .date {
    margin: 0 0 0 5px;
    color: rgba(0, 0, 0, 0.4);
}

.calendar-top .top-actions {
    display: flex;
    align-items: center;
}

.calendar-top .top-actions .action {
    padding: 10px;
    background: #fff;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 6px;
}

.calendar-top .top-actions .action:hover {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: #fff;
    background: #1b55e2;
}

.calendar-top .top-actions .action:last-child {
    margin: 0;
}

.calendar .top {
    display: flex;
    justify-content: center;
}

.calendar .top .controls {
    display: flex;
    align-items: center;
}

.calendar .top .controls .week-number {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 20px;
    transform: translateY(-3px);
    cursor: pointer;
}

.calendar .top .controls .chevron {
    color: rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    cursor: pointer;
}

.calendar .top .controls .chevron:hover {
    color: rgba(0, 0, 0, 0.5);
}

.week-days {
    width: 100%;
    margin: 25px 0 0 0;
}

.week-days .col {
    padding: 5px 10px;
}

.week-days .col:nth-child(even) {
    background: rgba(0, 0, 0, 0.01);
}

.week-days .week-day {
    display: flex;
    align-items: center;
}

.week-days .week-day__number {
    font-weight: 700;
    font-size: 2.5em;
    margin: 0 15px 0 0;
}

.week-days .week-day__rest {
    font-weight: 400;
}

.week-days .week-day__rest .week_day__date {
    color: rgba(0, 0, 0, 0.5);
}

.week-days .employee {
    margin: 20px 0;
}

.week-days .employee__name {
    color: #1b55e2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.week-days .employee__cleanings {
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.week-days .employee__cleanings .employee__cleaning {
    cursor: pointer;
    padding: 5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 10px 10px 0;
    transition: 0.2s;
    border-radius: 4px;
}

.week-days .employee__cleanings .employee__cleaning:hover {
    transform: translateY(-3px);
    color: #fff;
    background: #1b55e2;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.week-days .employee__cleanings .employee__holidays {
    cursor: not-allowed;
    padding: 5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 10px 10px 0;
    transition: 0.2s;
    border-radius: 4px;
    color: rgba(0, 0, 0, .5);
}

.week-days .employee__cleanings .employee__holidays:hover {
    color: #fff;
    background: rgba(27, 85, 226, .5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.week-days .employee__cleanings .employee__cleaning:last-child {
    margin: 0;
}

.notes__heading .heading {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.notes__heading .week-numbers {
    display: flex;
    margin: 20px 0 0 0;
}

.notes__heading .week-numbers__number {
    cursor: pointer;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: 0.2s;
}

.notes__heading .week-numbers__number:hover {
    transform: translateY(-3px);
}

.notes__heading .week-numbers__number--active {
    color: #fff;
    background: #1b55e2;
    border-radius: 6px;
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.notes__body {
    margin: 30px 0;
    color: rgba(0, 0, 0, 0.7);
}

.notes__actions {
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.notes__actions .action {
    margin: 0 15px 0 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.notes__actions .action:hover {
    color: #1b55e2;
}

.notes__actions .action:last-child {
    margin: 0;
}

.calendar-bar {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1b55e2;
    color: #fff;
    z-index: 999;
}

.calendar-bar__item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    font-size: 0.9em;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: border-box;
}

/* .calendar-bar__item self:hover:not(&--search) {
    color: rgba(255, 255, 255, 0.9);
} */

.calendar-bar__item svg {
    margin: 0 10px 0 0;
}

.calendar-bar__item--search {
    padding: 10px;
    border: none;
    cursor: inherit;
}

.calendar-bar__item--search input {
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    border-radius: 0;
    color: #fff;
    transition: 0.2s;
}

.calendar-bar__item--search input:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.calendar-bar__item--search input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.cleaning {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    padding: 25px;
    z-index: 999;
    width: 520px;
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
}

.cleaning .tabs .controls {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}

.cleaning .tabs .controls .control {
    margin: 0 15px 0 0;
    font-size: 1.1em;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
}

.cleaning .tabs .controls .control:hover {
    background: #1b55e2;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.cleaning .tabs .controls .control.active {
    background: #1b55e2;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.cleaning .tabs .controls .control.active:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

.cleaning .tabs .controls .control:last-child {
    margin: 0;
}

.cleaning-location {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    overflow: hidden;
}

.remove-employee {
    cursor: pointer;
    transition: 0.2s;
}

.remove-employee:hover {
    color: #dc3545;
}

.close-cleaning {
    margin: 0 0 15px 0;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: 0.2s all;
}

.close-cleaning:hover {
    opacity: 0.8;
}

.moved-cleaning {
    color: red;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.original-date {
    opacity: 0.8;
}

.canceled {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

.cleaning-with-no-employees {
    background: yellow !important;
}

.cws-loader {
    height: 25px;
}

.backend-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e65252;
}

.ph-item {
  border: none !important;
}

.form-control-select .vs__search::placeholder,
.form-control-select .vs__dropdown-toggle,
.form-control-select .vs__dropdown-menu {
  width: 100%;
  padding: 0.25em 0.35rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  overflow-x: hidden;
}

.form-control-select .vs__clear {
    display: none;
}

.form-control-select .vs__selected-options {
    flex-wrap: nowrap;
}

.vue__time-picker input.my-timepicker {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: #8c9195 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 2px solid #dde2ec !important;
    border-radius: 4px !important;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
    position: relative;
    z-index: 900;
}

.vue__time-picker input.display-time {
    height: initial !important;
}

.vue__time-picker .dropdown ul li:not([disabled]).active,
.vue__time-picker .dropdown ul li:not([disabled]).active:focus,
.vue__time-picker .dropdown ul li:not([disabled]).active:hover {
    background: #1b55e2 !important;
}

.vue__time-picker .dropdown {
    z-index: 999 !important;
}

.btn.btn-nice-blue {
    background: #1b55e2;
    color: #fff;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.btn.btn-nice-blue:hover {
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.popover-origin.direction-bottom.align-left {
    z-index: 999;
}

.cleaning a {
    color: inherit;
}

.icon-feather-info[data-toggle="tooltip"] {
    opacity: .5;
    transition: .2s;
}

.icon-feather-info[data-toggle="tooltip"]:hover {
    opacity: 1;
}

body .daterangepicker {
    min-width: initial;
}

.sticky-controls {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    display: none;
}

.additional-fields {
    display: none;
}

.additional-fields-periodicity,
.additional-fields-regular-cleaning-hours,
.additional-fields-employees,
.additional-fields-cleaning-days {
    display: none;
}

.week-days .employee {
    height: 200px;
    overflow-y: auto;
}

.suggestions {
    margin: 30px 0 0 0;
    display: none;
}

.suggestions .suggestion {
    cursor: pointer;
    background: #0073ff;
    color: #fff;
    font-size: .9em;
    padding: 10px 15px;
    margin: 0 15px 0 0;
    display: inline-block;
    transition: .2s;
}

.suggestions .label {
    margin: 0 0 10px 0;
}

.suggestions .suggestion:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, .1);
}

.menu-w ul.main-menu {
    padding: 1rem 1rem;
}

.all-wrapper.no-padding-content .content-box {
    padding: 2rem;
}

.logged-user-w .avatar-w {
    display: flex;
    align-items: center;
    justify-content: center;
    width:  40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #107a8b;
    border-color: #107a8b;
}

.menu-w .logged-user-menu {
    left: 20px;
}

.menu-mobile.color-scheme-dark .logged-user-w {
    display: flex;
    align-items: center;
}

.job-details-weekdays .element-box .weekday {
    text-align: center;
}

.job-details-weekdays .element-box.active .weekday .weekday-short {
    color: #047BF8;
}

.job-details-weekdays .element-box.active .weekday .cleaning-time {
    color: rgba(0, 0, 0, .8);
    text-align: center;
}

.job-details-weekdays .element-box .weekday .cleaning-time .time-placeholder {
    margin: 0 auto 10px auto;
    width: 40px;
    height: 10px;
    background: rgba(0, 0, 0, .05);
}

.job-details-weekdays .element-box .weekday .weekday-short {
    color: rgba(0, 0, 0, .2);
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.job-details-weekdays .element-box .weekday .cleaning-time {
    color: rgba(0, 0, 0, .2);
}

.job-details-employees .element-box {
    transition: .3s all;
    cursor: pointer;
}

.job-details-employees .element-box:hover {
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.2);
    transform: translateY(-5px);
}

.job-details-employees .element-box .employee {
    text-align: center;
}

.job-details-employees .element-box .employee .avatar {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    border: 1px solid;
    margin: 0 auto 15px auto;
    text-align: center;
}

.job-details-employees a {
    color: inherit;
    text-decoration: none;
}

.add-another-employee .employee {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    background: none;
    border: 3px dashed rgba(0, 0, 0, .1);
    text-align: center;
    transition: .3s all;
}

.add-another-employee .employee .icon {
    font-size: 2rem;
    color: rgba(0, 0, 0, .1);
    transition: .3s all;
}

.add-another-employee .employee .employee-name {
    color: rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8em;
    transition: .3s all;
}

.add-another-employee .employee:hover {
    border-color: rgba(0, 0, 0, .15);
}

.add-another-employee .employee:hover .icon, .add-another-employee .employee:hover .employee-name {
    color: rgba(0, 0, 0, .15);
}

.min-input {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    transition: .3s all;
    display: none;
}

.min-input.number {
    width: 38%;
}

.min-input.date {
    width: 100%;
}

.min-input:focus {
    border-bottom-color: #047BF8;
    outline: none;
}

.row-actions.icons {
    display: flex;
    justify-content: center;
}

.row-actions .saveRate, .row-actions .cancel {
    display: none;
}

.row-actions a {
    text-decoration: none;
}

ul.table-nav {
    list-style-type: none;
    padding: 0;
}

ul.table-nav li {
    display: inline-block;
}

ul.table-nav li.active {
    font-weight: 500;
}

ul.table-nav li:first-child {
    padding: 0 10px 0 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

ul.table-nav li:last-child {
    padding: 0 0 0 10px;
}

ul.table-nav li a {
    color: inherit;
}

a.s-link {
    color: inherit;
}

@media only screen and (max-width: 471px) {
    .auth-box-w {
        max-width: 90%;
    }
}

.first-cleaning {
    border-bottom: 2px solid red;
}

.employee-list-box {
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.employee-list-box::-webkit-scrollbar { width: 0 !important }

.employee-list .employee .identify {
    display: flex;
    align-items: center;
}

.employee-list .employee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s all;
    border-radius: 6px;
}

.employee-list .employee.picked, .employee-list .employee:hover {
    background: rgba(0, 0, 0, .05);
}

.employee-list .employee .identify .marker-color {
    min-width: 15px;
    min-height: 15px;
    border-radius: 5px;
    background-color: darkgreen;
    margin: 0 15px 0 0;
}

.employee-list .employee .statuses .accepted-cleanings {
    opacity: .4;
}

.employee-list .employee .statuses .accepted-cleanings.accepted {
    opacity: 1;
    color: green;
}

.employee-fast-details {
    text-align: center;
}

.employee-fast-details .avatar {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}

.employee-fast-details .avatar .name {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #17b978;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employee-fast-details .avatar .name a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: .8rem;
}

.employee-fast-details .contact-info a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    text-decoration: none;
    font-size: 1.1rem;
}

.employee-fast-details .contact-info a i {
    margin: 0 5px 0 0;
    color: rgba(0, 0, 0, .2);
    position: relative;
}

.employee-fast-details .contact-info a i::after {
    font-size: .8rem;
    color: #65A8F1;
    position: absolute;
    right: -5px;
    bottom: -5px;
    font-weight: 500;
    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.employee-fast-details .contact-info a i.first-phone, .employee-fast-details .contact-info a i.second-phone {
    margin: 0 10px 0 0;
}

.employee-fast-details .contact-info a i.first-phone::after {
    content: '1';
}

.employee-fast-details .contact-info a i.second-phone::after {
    content: '2';
}

.employee-fast-details .contact-info a:last-child {
    margin: 0;
}

#employeesMap {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    width: 100%;
    height: 300px;
    animation-name: fadeUp;
    animation-duration: 1s;
}

.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.day-header .today-name {
    color: #ff304f;
    letter-spacing: 1px;
    position: relative;
}

.day-header .today-date {
    color: #ff304f;
    letter-spacing: 1px;
    position: relative;
}

.day-header .line {
    width: 50%;
    height: 1px;
    background: rgba(0, 0, 0, .05);
}
.day-header .tomorrow-date {
    font-size: .9rem;
    color: rgba(0, 0, 0, .6);
}

.employee-cleanings .employee-cleaning {
    padding: 15px 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .01);
    margin: 0 0 15px 0;
    cursor: pointer;
    transition: .3s all;
}

.employee-cleanings .employee-cleaning:hover {
    background: rgba(0, 0, 0, .02);
}

.employee-cleanings .employee-cleaning:last-child {
    margin: 0;
}

.employee-cleanings .no-cleanings {
    display: flex;
    justify-content: center;
    font-weight: 500;
    color: rgba(0, 0, 0, .2);
    letter-spacing: 1px;
}

.change-order-status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.change-order-status .status {
    font-size: .8rem;
    display: none;
}

.change-order-status .status.loading {
    color: rgba(0, 0, 0, .4);
}

.change-order-status .status.success {
    color: #24b314;
}

.change-order-status .status.error {
    color: #e65252;
}

.employee__name.trashed {
    color: rgba(0, 0, 0, .1);
}

.not-started-yet {
    color: rgba(0, 0, 0, .1) !important;
}