ngb-datepicker {
    border: 0 !important
}

.ngb-dp-header, .ngb-dp-month-name, .ngb-dp-weekdays {
    background-color: #fff !important
}

.ngb-dp-weekday {
    font-style: normal !important
}

.ngb-dp-weekday {
    color: #6c757d !important
}

.ngb-dp-header {
    padding: 0 0 16px !important
}

.ngb-dp-arrow .btn-link {
    color: #919191 !important
}

.custom-datepicker, .ngb-dp-month {
    width: 100%
}

.ngb-dp-day {
    text-align: center
}

.ngb-dp-day:focus {
    outline: 0
}

.ngb-dp-day .custom-day {
    position: relative;
    padding: 4px;
    margin: auto;
    border-radius: 40px;
    width: 30px;
    color: #146e3b
}

.ngb-dp-day .custom-day.selected {
    border-radius: 4px
}

.custom-day.today:after {
    content: "";
    position: absolute;
    background-color: currentColor;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    width: 4px;
    height: 4px
}

.ngb-dp-day .custom-day.closed {
    background-color: #fff;
    color: #a8a4a4;
    text-decoration: line-through
}

.ngb-dp-day .custom-day.closed.selected {
    background-color: #c1c1c1 !important;
    color: #fff
}

.ngb-dp-day .custom-day.serviceIsBlocked {
    color: #fa5757 !important;
    cursor: default
}

.ngb-dp-day .custom-day.serviceIsBlocked.selected {
    border-radius: 4px;
    background-color: #f8d7da !important
}

.ngb-dp-day .custom-day.noFreeTimeslots {
    color: #fa5757;
    cursor: default
}

.ngb-dp-day .custom-day.noFreeTimeslots.selected {
    border-radius: 4px;
    background-color: #fa5757;
    color: #fff
}

.ngb-dp-day .custom-day.moreFreeTimeslots {
    color: #146e3b
}

.ngb-dp-day .custom-day.moreFreeTimeslots.selected {
    border-radius: 4px;
    color: #fff;
    background-color: #146e3b
}

.ngb-dp-day .custom-day.coronaDay {
    color: #d400b9
}

.ngb-dp-day .custom-day.coronaDay.selected {
    border-radius: 4px;
    background-color: #b191af59
}

.ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
    width: 14.28% !important;
    margin: 2px
}

.checkout body {
    color: #434e58 !important
}

.checkout h4 {
    font-size: 18px
}

.checkout .alert.alert-corona {
    color: #820071;
    background-color: #f1a5e369;
    border-color: #f1a5e369
}

.checkout .l-box, .checkout .r-box {
    box-shadow: 0 0 16px #0000001a;
    border-radius: 8px;
    padding: 24px 16px
}

.checkout .box h4 {
    margin-bottom: 0
}

.checkout .total-time {
    border-radius: 2px;
    background-color: #f0f2f4;
    color: #818181;
    margin-top: 15px;
    padding: 4px
}

.checkout .btn-secondary.active {
    background-color: #434e58 !important
}

.checkout .ngb-dp-week {
    border: 0
}

.checkout .ngb-dp-month-name {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px
}

.checkout .custom-day, .checkout .ngb-dp-weekday {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px
}

.checkout .custom-day.text-muted {
    color: #c1c1c1 !important
}

.checkout .custom-day.bg-secondary {
    background-color: #6dbab5 !important;
    color: #fff !important;
    border-radius: 4px
}

.checkout .time {
    width: 25%;
    padding: 5px 0
}

.checkout .time .btn {
    width: 80%
}

.checkout .spinner-border.center {
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    color: #f9a975
}

.checkout .custom-day {
    position: relative
}

.checkout .bi-clock-fill {
    position: absolute;
    stroke: #fff;
    top: -20%;
    right: -30%;
    stroke-width: .094rem;
    fill: #e88565;
    width: 18px;
    height: 18px
}

.checkout .text-info-container {
    margin-top: 30px;
    margin-bottom: 10px
}

.checkout .text-info.highlighter {
    font-size: 1.2rem;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.checkout .wl-modal-default {
    position: relative
}

.checkout .wl-modal-default > svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    transform: scale(1.5) translate(10px, -10px);
    cursor: pointer
}

.checkout .custom-day .selected {
    background: #146e3b;
    color: #fff
}

.checkout .btn-timeslots {
    background: #d2e9d4;
    color: #146e3b;
    border-radius: 4px !important;
    font-weight: 500 !important
}

.checkout .btn-timeslots.active {
    background: #146e3b;
    color: #fff
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }
    to {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }
    to {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }
    to {
        stroke-dashoffset: 960px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }
    to {
        stroke-dashoffset: 960px
    }
}

@-webkit-keyframes colored-circle {
    0% {
        opacity: 0
    }
    to {
        opacity: 100
    }
}

@keyframes colored-circle {
    0% {
        opacity: 0
    }
    to {
        opacity: 100
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg polyline {
    -webkit-animation: checkmark .25s ease-in-out .7s backwards;
    animation: checkmark .25s ease-in-out .7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle .6s ease-in-out backwards;
    animation: checkmark-circle .6s ease-in-out backwards
}

.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle .6s ease-in-out .7s backwards;
    animation: colored-circle .6s ease-in-out .7s backwards
}

.select-employee-button[appointment-c148] {
    color: #e88565
}

.service-employee[appointment-c148] .row[appointment-c148] {
    padding: 5px 0;
    align-items: center;
    border-radius: 8px
}

.service-card[appointment-c148], .bundle-card[appointment-c148] {
    box-shadow: 0 0 16px #0000001a
}

.edit-employee-button[appointment-c148] {
    border: 0;
    box-shadow: 0 6px 6px #0000001a;
    border-radius: 50%;
    color: #919191;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.service[appointment-c148] h6[appointment-c148] {
    line-height: 18px
}

.service-employee[appointment-c148] .row[appointment-c148]:not(:first-child) {
    margin-top: 10px
}

.service-employee[appointment-c148] .row[appointment-c148] .fas.fa-times[appointment-c148] {
    transition: ease-in .2s
}

.service-employee[appointment-c148] .row[appointment-c148] .fas.fa-times[appointment-c148]:hover {
    color: #434e58;
    transform: scale(1.2)
}

.employee-selection-price[appointment-c148] {
    white-space: nowrap
}

.overflow-scroll[appointment-c148] {
    overflow: auto
}

.service-name-text[appointment-c148] {
    margin-bottom: 0;
    width: 80%;
    word-break: break-word;
    padding-right: 30px
}

.circle[appointment-c148] {
    border-radius: 50%;
    width: 42px;
    aspect-ratio: 1/1;
    z-index: 2;
    background-color: #d9d9d9;
    cursor: pointer
}

.employee-label[appointment-c148] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.first-available-professional[appointment-c148] {
    width: 24px
}

.no-border-right[appointment-c148] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.no-border-left[appointment-c148] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.no-bg[appointment-c148] {
    background: #fff !important
}

.border-indicator[appointment-c148] {
    border-left: 4px solid #f0f2f4;
    border-radius: 8px;
    padding-left: 5px
}

.included-subscription[appointment-c148] {
    color: #146e3b
}

.delete-btn[appointment-c148] {
    color: #fa5757
}

.left-padding[appointment-c148] {
    padding-left: 12px
}

@media only screen and (max-width: 575px) {
    .left-padding[appointment-c148] {
        padding-left: 20px
    }
}

ngb-datepicker-navigation {
    display: flex;
    align-items: center
}

.ngb-dp-navigation-chevron {
    border-style: solid;
    border-width: .2em .2em 0 0;
    display: inline-block;
    width: .75em;
    height: .75em;
    margin-left: .25em;
    margin-right: .15em;
    transform: rotate(-135deg)
}

.ngb-dp-arrow {
    display: flex;
    flex: 1 1 auto;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    width: 2rem;
    height: 2rem
}

.ngb-dp-arrow.right {
    justify-content: flex-end
}

.ngb-dp-arrow.right .ngb-dp-navigation-chevron {
    transform: rotate(45deg);
    margin-left: .15em;
    margin-right: .25em
}

.ngb-dp-arrow-btn {
    padding: 0 .25rem;
    margin: 0 .5rem;
    border: none;
    background-color: transparent;
    z-index: 1
}

.ngb-dp-arrow-btn:focus {
    outline-width: 1px;
    outline-style: auto
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .ngb-dp-arrow-btn:focus {
        outline-style: solid
    }
}

.ngb-dp-month-name {
    font-size: larger;
    height: 2rem;
    line-height: 2rem;
    text-align: center
}

.ngb-dp-navigation-select {
    display: flex;
    flex: 1 1 9rem
}

ngb-datepicker-month {
    display: block
}

.ngb-dp-weekday, .ngb-dp-week-number {
    line-height: 2rem;
    text-align: center;
    font-style: italic
}

.ngb-dp-weekday {
    color: #5bc0de;
    color: var(--info)
}

.ngb-dp-week {
    border-radius: .25rem;
    display: flex
}

.ngb-dp-weekdays {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    background-color: #f8f9fa;
    background-color: var(--light)
}

.ngb-dp-day, .ngb-dp-weekday, .ngb-dp-week-number {
    width: 2rem;
    height: 2rem
}

.ngb-dp-day {
    cursor: pointer
}

.ngb-dp-day.disabled, .ngb-dp-day.hidden {
    cursor: default;
    pointer-events: none
}

.ngb-dp-day[tabindex="0"] {
    z-index: 1
}

@media (max-width: 767px) {
    body.fc-unselectable {
        /* fc-unselectable sinifini mobil cihazlarda silirik */
        pointer-events: none;
    }
}
