html, body {
    background-color: #f8f8fb;
}
p, span, div, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
}
.z-60 {
    z-index: 60;
}
select {
    background: transparent;
}
.antialiased {
    -webkit-font-smoothing: auto;
}
button:focus {
    outline: none;
}
.text-sm {
    font-size: 14px;
}
.text-md {
    font-size: 16px;
}
.text-lg {
    font-size: 18px;
}
.text-xxl {
    font-size: 24px;
}
.material-icons-outlined.text-xxl {
    font-size: 24px;
}
.align-sub {
    vertical-align: sub;
}
.text-dark {
    color: #2a3042;
}
.dark-blue, .btn-dark-blue {
    background-color: #12213a;
    border-color: #12213a;
}
.btn-light-blue {
    background-color: #4762b1;
    border-color: #4762b1;
}
.hover\:btn-light-blue:hover {
    background-color: #1d43b4;
    border-color: #1d43b4;
}
.btn-light-blue:disabled {
    background-color: #4762b1;
    border-color: #4762b1;
}
.btn-red {
    background-color: #fc4040;
}
.bg-headline {
    background-color: #f1f4fb;
}
.bg-page-title {
    background: #e3e4ea;
}
.border-field-color {
    border-color: #d2d6dc;
}
.border-field-color:hover {
    border-color: #c2c5c9;
}
.border-field-color:focus {
    border-color: #a4cdfd;
    box-shadow: none;
}
.border-lines-color {
    border-color: #d0dbf2;
}
.hover\:border-lines-color:hover {
    background-color: #d0dbf2;
}
.hover\:table-active-row:hover, .table-active-row {
    background-color: #f1f4fb !important;
}
.bg-tab-active {
    background-color: #007bff;
}
.sidebar-nav-link {
    display: flex;
    font-size: 14px;
    padding: 1em;
    padding-right: 18px;
    color: #ced4da;
    height: 45px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
.card-shadow {
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 12%);
}
.rounded {
    border-radius: 5px;
}
.material-icons-outlined {
    font-size: 18px;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #d2d6dc;
}
.notifications {
    position: relative;
    direction: ltr;
    color: #444;
    float: left;
    font-size: 16px;
    margin-right: 15px;
}
.notifications.yellow:after {
    background-color: #ffc107;
}
.notifications.blue:after {
    background-color: #007bff;
}
.notifications.link.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.tooltip {
    display: block !important;
    z-index: 10000;
    max-width: 600px;
}

.tooltip .tooltip-inner {
    background: #d0dbf2;
    color: #2a3042;
    border-radius: 5px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #d0dbf2;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

@media (max-width: 1045px) {
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
}
@media (min-width: 1045px) {
    .mobile-show {
        display: none;
    }
    .mobile-hide {
        display: block;
    }
}

/* custom css 31.01.2021 */
.vue-daterange-picker .reportrange-text {
    padding: .5rem 1em .5rem 1em;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 0.25rem;
    border-color: #d2d6dc;
}
.mx-input {
    padding: 8px;
    height: 35.5px;
    font-size: 14px;
    border-color: #d2d6dc;
    box-shadow: none;
}
.mx-input:hover {
    border-color: #c2c5c9;
}
.mx-input:focus {
    border-color: #a4cdfd;
}
.mx-time-content {
    direction: ltr;
}
.mx-datepicker {
    width: 100%;
    max-width: 100%;
}
.mx-icon-calendar, .mx-icon-clear {
    display: none;
}
.mx-icon-calendar, .mx-icon-clear {
    left: 8px;
    right: auto;
}

.ui.dropdown {
    text-align: right;
}
.ui.selection.dropdown {
    color: #000;
    line-height: 1.25;
    font-size: 14px;
    padding: .5rem 2.1em .5rem 1em;
    background-color: #FFF;
    border-color: #d2d6dc;
}
.ui.selection.dropdown:hover {
    border-color: #c2c5c9;
}
.ui.selection.dropdown:focus {
    border-color: #a4cdfd;
}
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
    background-color: #FFF;
    border-color: #d2d6dc;
    box-shadow: none;
}
.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
    border-color: #d2d6dc;
}
.ui.selection.dropdown:focus {
    border-color: #d2d6dc;
}
.ui.fluid.dropdown>.dropdown.icon {
    float: left;
}
.ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon {
    left: 8px;
    right: auto;
}
.ui.search.dropdown>.text {
    right: -21px;
    left: auto;
}
.ui.dropdown .menu>.item {
    text-align: right;
}
.ui.search.selection.dropdown>input.search, .ui.search.selection.dropdown>span.sizer {
    padding: .67857143em .5rem .67857143em 2.1em;
    height: 29px;
}
.ui.search.dropdown>input.search {
    top: 4px;
}
.ui.dropdown, .ui.dropdown input {
    font-size: 1rem;
}
.ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon {
    top: .5rem;
}

.daterangepicker.show-calendar[data-v-00277188] {
    top: 30px;
}
.daterangepicker td.start-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.end-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-width: 2px 0 0 2px;
}
.daterangepicker .ranges {
    text-align: right;
    float: right;
    margin: 0;
    padding: 6px;
    width: 90px !important;
}
.daterangepicker .drp-selected {
    float: right;
}
.daterangepicker .drp-buttons {
    text-align: left;
}
.daterangepicker .drp-buttons .btn {
    color: #fff;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: normal;
}
.daterangepicker .drp-buttons .btn.applyBtn {
    background-color: #3E83F8;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
    background-color: #f05252;
}
.vue-daterange-picker {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .daterangepicker.show-ranges.show-weeknumbers[data-v-4391f606], .daterangepicker.show-ranges[data-v-4391f606] {
        min-width: 694px;
    }
}
@media screen and (min-width: 540px) {
    .daterangepicker.show-weeknumbers[data-v-2359713c], .daterangepicker[data-v-2359713c] {
        min-width: 270px;
    }
}
@media screen and (max-width: 768px){
    .vue-daterange-picker .dropdown-menu[data-v-2359713c] {
        width: 270px;
    }
    .daterangepicker.show-ranges .ranges[data-v-2359713c] {
        display: block;
        float: right;
        width: 270px;
    }
    .daterangepicker .calendars-container {
        display: block;
        float: right;
        width: 270px;
        padding: 5px;
    }
    .daterangepicker .drp-calendar.left {
        padding: 0;
    }
    .daterangepicker .drp-calendar.right {
        padding: 0;
        max-width: 100%;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding: 0;
    }
    .daterangepicker.show-ranges .drp-calendar.left[data-v-2359713c] {
        max-width: 100%;
    }
}
.reportrange-text[data-v-00277188] {
    display: block;
    float: right;
    background-color: #F4F5F7;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 4px;
    line-height: 1.25;
    font-size: 16px;
    height: 30px;
}
.daterangepicker .calendar-time {
    direction: ltr;
}
input[type="text"]:disabled, textarea:disabled {
    position: relative;
    background: #ffbfc9;
}
@media (min-width: 564px) {
    .daterangepicker.ltr {
        direction: rtl;
        text-align: right;
    }
}
.vc-swatches {
    box-shadow: none !important;
}
.ghost {
    opacity: 0;
}

/** fullcalendar START **/
.fc-toolbar-chunk {
    direction: ltr;
}
.fc-toolbar-chunk:first-child .fc-button-group {
    direction: ltr;
}
.fc .fc-button-primary.fc-next-button {
    border-bottom-right-radius: .25em;
    border-top-right-radius: .25em;
}
.fc .fc-button-primary.fc-prev-button {
    border-bottom-left-radius: .25em;
    border-top-left-radius: .25em;
}
.fc .fc-toolbar-title {
    font-size: 22px;
}
.fc-direction-rtl .fc-button-group > .fc-button.fc-prev-button:not(:first-child) {
    background-color: #4762b1;
    border: #4762b1;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: .25em;
    border-top-right-radius: .25em;
}
.fc-direction-rtl .fc-button-group > .fc-button.fc-prev-button:not(:first-child):hover {
    background-color: #6580cf;
    border: #6580cf;
    color: #fff;
}
.fc-direction-rtl .fc-button-group > .fc-button.fc-next-button:not(:last-child) {
    background-color: #4762b1;
    border: #4762b1;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .25em;
    border-top-left-radius: .25em;
}
.fc-direction-rtl .fc-button-group > .fc-button.fc-next-button:not(:last-child):hover {
    background-color: #6580cf;
    border: #6580cf;
    color: #fff;
}
.fc .fc-button {
    font-size: 14px;
    padding: 4px 12px;
}
.fc .fc-button-primary {
    padding: 4px 12px;
    background-color: #e3e4ea;
    border: #f1f4fb;
    color: #000;
}
.fc .fc-button-primary.fc-today-button, .fc .fc-button-primary.fc-addEventButton-button {
    background-color: #4762b1;
    border: #4762b1;
    color: #fff;
}
.fc .fc-button-primary.fc-today-button:hover, .fc .fc-button-primary.fc-addEventButton-button:hover {
    background-color: #6580cf;
    border: #6580cf;
}
.fc .fc-timegrid-slot {
    line-height: 25px;
}
.fc-button-group {
    direction: rtl;
}
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em;
    margin-right: 0;
}
.fc-event.forward {
    color: #000 !important;
    background-color: rgba(220, 220, 220, 1) !important;
    border-color: rgba(220, 220, 220, 1) !important;
    padding-right: 5px;
}
.fc-event.forward.event,.fc-event.forward.event .fc-v-event .fc-event-main {
    color: #fff !important;
    background-color: #4762b1 !important;
    border-color: #4762b1 !important;
    padding-right: 5px !important;
}
.fc-event-main {
    display: flex;
}
.fc-event-main .fc-daygrid-event-dot {
    margin-top: 6px;
}
.fc-timegrid-event.fc-v-event .fc-event-main {
    line-height: 21px;
}
.event-content-wrapper {
    width: 100%;
}
.fc-event-resizer.fc-event-resizer-end {
    display: none !important;
}
.fc-theme-standard .fc-scrollgrid {
    border-right: transparent;
    border-left: transparent;
}
.fc th {
    padding: 4px 6px;
    text-align: right;
    font-size: 10px;
    white-space: nowrap;
}
.fc .fc-button-primary {
    background-color: #f1f4fb;
    border: #f1f4fb;
    color: #2a3042;
}
.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #4762b1;
    border: #4762b1;
    color: #fff;
}
.fc .fc-button-primary:hover {
    background-color: #4762b1;
    border: #4762b1;
    color: #fff;
}
.fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none;
}
.fc .fc-daygrid-day-top {
    flex-direction: column-reverse;
}
.fc .fc-col-header-cell.fc-day {
    background-color: #FFF;
}
.fc-daygrid-event, .fc-daygrid-dot-event .fc-event-title {
    font-size: 14px;
    font-weight: normal;
}
.fc table, .fc-timegrid-event .fc-event-time, .fc-timegrid-event, .fc-timegrid-more-link {
    font-size: 14px;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #d2d6dc;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
    background-color: #f9ff54;
}
.fc-timegrid-event-short .fc-event-title {
    font-size: 14px;
}
@media (max-width: 580px) {
    .fc .fc-list-table, .fc table {
        font-size: 10px;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 8px;
        padding: 0;
    }
    .fc .fc-toolbar-title {
        font-size: 10px;
    }
    .fc .fc-button {
        font-size: 10px;
        padding: 0 5px;
    }
    .fc .fc-header-toolbar {
        font-size: 8px;
    }
    .fc .fc-button .fc-icon {
        font-size: 10px;
    }
    .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
        margin-left: 3px;
    }
    .fc-daygrid-event, .fc-daygrid-dot-event .fc-event-title {
        font-size: 6px;
        line-height: 1.7;
    }
    .fc-direction-rtl .fc-daygrid-event .fc-event-time {
        margin-left: 1px;
        font-size: 6px;
        line-height: 1.7;
    }
    .fc .fc-daygrid-day-number {
        font-size: 8px;
        padding: 0px 3px
    }
    .fc-daygrid-event-dot {
        margin: 0;
        margin-left: 2px;
        border-width: 3px;
    }
    .fc-daygrid-dot-event {
        padding: 0;
    }
    .fc-event.forward {
        padding-right: 2px;
    }
}
.fc-timegrid-event:not(.event) .fc-event-main {
    color: #000 !important;
}
a.isAlert:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    transform: rotate(-135deg);
    clear: both;
    right: -2px;
    top: 0;
}
.tooltip.event-type .tooltip-inner {
    background-color: #4762b1;
    color: #fff;
}
.tooltip.event-type .tooltip-arrow {
    border-color: #4762b1;
}
.tooltip.appointment-type .tooltip-inner {
    background-color: rgba(220, 220, 220, 1);
}
.tooltip.appointment-type .tooltip-arrow {
    border-color: rgba(220, 220, 220, 1);
}
/** fullcalendar END **/

.main-section {
    width: 300px;
}
@media (max-width: 500px) {
    .main-section {
        width: 95%;
    }
}
.mx-calendar-content .cell.active {
    background-color: #4762b1 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #00a210 !important;
}
#locations .pretty .state label:before, #locations .pretty .state label:after {
    top: 8px;
}

/** animation START **/
.slide-fade-enter-active {
    transition: all .2s ease;
}
.slide-fade-leave-active {
    transition: all .2s ease;
}
.slide-fade-enter, .slide-fade-leave-to {
    transform: translateX(-100px);
    opacity: 0;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .2s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
/** animation END **/
.active-cell {
    opacity: 0.5;
}

.loading-field:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: rgb(255, 255, 255); display: block; shape-rendering: auto;" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <circle cx="50" cy="50" fill="none" stroke="#c6c6c6" stroke-width="12" r="35" stroke-dasharray="164.93361431346415 56.97787143782138"> <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg>');
}

.loader {
    background-color: #ededed;
    height: 18px;
    border-radius: 7px;
    width: 100%;
}

td .loader {
    background-color: #ededed;
    background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}
@keyframes loading {
    to {
        background-position-x: -30%;
    }
}

/* Rating START */
.rating-field legend {
    float: right;
}

.rating-field {
    border: none;
    float: right;
}

.rating-field > input {
    display: none;
    float: right;
}

.rating-field > label {
    color: #ddd;
    float: left;
    margin-top: -7px;
    position: relative;
}

/*.rating-field > label span {*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 21px;*/
/*    right: 16px;*/
/*    font-size: 11px*/
/*}*/

.rating-field > label:before {
    font-family: "fontello", sans-serif;
    margin: 5px;
    font-size: 2em;
    display: inline-block;
    content: "\E800";
}

#add_review .error {
    display: block;
    width: 100%;
    color: red;
    margin-top: -16px;
    font-size: 15px;
    margin-right: 3px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating-field:not(:checked) > label:hover,
.rating-field:not(:checked) > label:hover ~ label {
    color: #f1c40f !important;
    cursor: pointer;
}

/* hover previous stars in list */
.rating-field label:hover ~ input:checked + label,
.rating-field > input:checked + label:hover,
.rating-field > input:checked + label {
    color: #f1c40f !important;
}

.rating-field label:hover ~ input:checked ~ label,
.rating-field > input:checked ~ label {
    color: #f1c40f !important;
}

@media (max-width: 768px) {
    .rating-container .rating-text {
        font-size: 14px;
        margin-top: 3px;
    }
}

.rating-container .stars {
    display: inline;
    float: right;
    margin: 1px 8px 0 0;
}

@media (max-width: 768px) {
    .rating-container .stars {
        margin-top: 5px;
    }
}

.rating-container .star {
    display: block;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin: 0 3px;
    float: right;
}

@media (max-width: 768px) {
    .rating-container .star {
        width: 14px;
        height: 14px;
    }
}

.big-stars .rating-container .star {
    width: 25px;
    height: 25px;
}

@media (max-width: 1200px) {
    .big-stars .rating-container .star {
        width: 20px;
        height: 20px;
    }
}

.rating-container .empty-star {
    background: url("/images/empty-star.svg") center center no-repeat;
}

.rating-container .half-star {
    background: url("/images/half-star.svg") center center no-repeat;
}

.rating-container .full-star {
    background: url("/images/full-star.svg") center center no-repeat;
}
/* Rating END */
