html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}



.modal + .modal {
    z-index: 1065;
}


.modal-backdrop + .modal-backdrop {
    z-index: 1060;
}

.icon {
    background-size: 20px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.icon-stethoscope {
    background-image: url('../imgs/icon-stethoscope.png');
}

.icon-tel {
    background-image: url('../imgs/icon-phone.png');
}

.icon-pin {
    background-image: url('../imgs/icon-navigation.png');
}

.icon-info {
    background-image: url('../imgs/icon-info-circle.png');
}

.icon-contact {
    background-image: url('../imgs/icon-note.png');
}


.icon-calendar {
    background-image: url('../imgs/icon-cal.png');
}

.icon-calendar-event {
    background-image: url('../imgs/icon-calendar-event.png');
}

.icon-map {
    background-image: url('../imgs/icon-map.png');
}

.icon-note {
    background-image: url('../imgs/icon-pencil-line.png');
}

.icon-flag-turkiye {
    background-image: url('../imgs/flag-Turkey.png');
}


.icon-warning {
    background-image: url('../imgs/icon-warning.png');
}

.icon-success {
    background-image: url('../imgs/icon-info-circle-success.png');
}

.icon-danger {
    background-image: url('../imgs/icon-info-circle-danger.png');
}

.icon-money {
    background-image: url('../imgs/icon-cash-banknote.png');
}


.icon-3dsecure {
    background-image: url('../imgs/icon-3dsecure.png');
}


.icon-no-time {
    background: url('../imgs/no-time.png') no-repeat 0 0;
    background-size: 144px auto;
    width: 144px;
    height: 144px;
}

.bi-btn {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #E1E4EA;
    font-weight: 500;
    color: rgba(82, 88, 102, 1);
    text-decoration: none;
    display: inline-block;
}

    .bi-btn:hover {
        background-color: #E1E4EA;
    }

.btn-primary {
    background-color: #35B9E9;
    border-color: #35B9E9;
}

.invoice {
    border: solid 1px #E1E4EA;
    border-radius: 10px;
    padding: 10px 14px;
}

    .invoice .invoice-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

        .invoice .invoice-header span::after {
            content: "+";
            font-size: 16px;
        }


    .invoice .invoice-body {
        display: none;
    }

    .invoice.opened {
        background-color: #F5F7FA;
    }

        .invoice.opened .invoice-header span:after {
            content: "-";
            font-size: 16px;
        }

        .invoice.opened .invoice-body {
            display: block;
        }

.modal-header h1 {
    font-size: 24px;
}



.modal-body-footer {
    border-top: solid 1px #E1E4EA;
    padding: 26px 20px;
    color: #051317;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.form-check-input:checked {
    background-color: #35B9E9;
    border-color: #35B9E9;
}

.account-page-header {
    padding: 24px 44px;
    border-bottom: 1px solid #E1E4EA;
    display: flex;
    justify-content: space-between;
}

    .account-page-header .app-name {
        align-items: center;
        display: flex;
        max-width: 160px;
        text-decoration: none;
    }

        .account-page-header .app-name .header-logo {
            background: url('../imgs/BiKlinik.png') no-repeat;
            background-size: 40px auto;
            width: 40px;
            height: 40px;
            margin-right: 12px;
        }

        .account-page-header .app-name .name {
            color: #0E121B;
            font-size: 24px;
            font-weight: 500;
        }

    .account-page-header .app-contact {
        display: flex;
        align-items: center;
    }

        .account-page-header .app-contact a {
            color: #525866;
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
            margin-left: 10px;
            text-decoration: none;
        }

.clinic-info {
    padding: 20px 0;
    border-bottom: 1px solid #E1E4EA;
    margin-bottom: 16px;
}

    .clinic-info .clinic {
        display: flex;
    }

        .clinic-info .clinic .clinic-icon {
            border-radius: 100%;
            border: solid 1px rgba(53, 185, 233, 1);
            overflow: hidden;
            margin-right: 15px;
            width: 48px;
            height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .clinic-info .clinic .clinic-icon img {
                object-fit: cover;
                max-width: 48px;
                max-height: 48px;
            }


        .clinic-info .clinic .clinic-name h2 {
            color: rgba(14, 18, 27, 1);
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            margin-bottom: 5px;
        }


        .clinic-info .clinic .clinic-name .location {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: rgba(82, 88, 102, 1);
        }

.bi-box {
    border: solid 1px rgba(225, 228, 234, 1);
    padding: 8px 16px 16px;
    border-radius: 16px;
}


    .bi-box .bi-box_header {
        padding: 8px 0;
        color: rgba(14, 18, 27, 1);
        font-size: 16px;
        font-weight: 500;
        border-bottom: solid 1px rgba(225, 228, 234, 1);
    }

    .bi-box .bi-box_body {
        color: rgba(82, 88, 102, 1);
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }

        .bi-box .bi-box_body dl {
            margin-bottom: 16px;
        }

            .bi-box .bi-box_body dl dt {
                color: rgba(153, 160, 174, 1);
                font-size: 12px;
                font-weight: 500;
                line-height: 16px;
                margin-bottom: 4px;
            }

            .bi-box .bi-box_body dl dd {
                color: rgba(82, 88, 102, 1);
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
            }

.bi-calendar-detail {
    position: relative
}

.bi-calendar .days {
    height: 56px;
    margin-bottom: 5px;
}


.bi-calendar .times-list {
    width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
}

    .bi-calendar .times-list .item {
        width: 72px !important;
        display: inline-block;
    }

.bi-calendar .owl-nav {
    position: absolute;
    top: 24px;
    width: 100%;
}

    .bi-calendar .owl-nav button {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: solid 1px #E1E4EA;
        border-radius: 6px;
        font-size: 24px;
        line-height: 100%;
        position: absolute;
    }

        .bi-calendar .owl-nav button span {
            margin-top: -4px;
            display: block;
        }

    .bi-calendar .owl-nav .owl-prev {
        left: -30px;
    }

    .bi-calendar .owl-nav .owl-next {
        right: -30px;
    }

.bi-calendar .days {
    display: inline-block;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(14, 18, 27, 1);
    line-height: 24px;
    width: 72px;
    height: 56px;
    cursor: pointer;
}

    .bi-calendar .days:hover, .bi-calendar .days.selected {
        background-color: rgba(53, 185, 233, 1);
        color: #fff;
    }

        .bi-calendar .days:hover span, .bi-calendar .days.selected span {
            color: #fff;
        }

    .bi-calendar .days span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(82, 88, 102, 1);
        display: block;
        border: solid 1px transparent
    }

.bi-calendar .times span.busy {
    background-color: transparent;
    text-decoration: line-through;
    color: rgba(153, 160, 174, 1);
    border-color: #fff;
    cursor: default;
}

.bi-calendar .times span {
    display: inline-block;
    background-color: rgba(235, 248, 253, 1);
    border: solid 1px rgba(235, 248, 253, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(42, 148, 186, 1);
    padding: 8px 12px;
    margin: 8px 3px;
    cursor: pointer;
}

    .bi-calendar .times span:hover,
    .bi-calendar .times span.selected {
        border-color: rgba(42, 148, 186, 1);
    }

    .bi-calendar .times span.busy:hover {
        border-color: transparent;
    }

.divider {
    width: 100%;
    height: 1px;
    margin: 18px 0;
    position: relative;
    border: solid 1px rgba(225, 228, 234, 1);
    text-align: center;
}

    .divider span {
        background-color: #fff;
        color: rgba(153, 160, 174, 1);
        font-size: 11px;
        padding: 2px 10px;
        display: block;
        width: 120px;
        margin: -13px auto 0;
    }

.clinic-contact {
    display: flex;
    justify-content: end;
}

.times.no-time {
    padding-top: 100px;
    color: #99A0AE;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.res-info .form-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0E121B;
}

    .res-info .form-label span {
        color: #35B9E9;
    }

.res-info .form-text {
    color: #525866;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 25px;
}

    .res-info .form-text .icon {
        margin-left: -25px;
    }


.res-info .form-control {
    border: solid 1px #E1E4EA;
    border-radius: 10px;
    font-size: 14px;
    color: #0E121B;
    padding: 9px 10px;
    resize: none;
}

.res-info .input-group-tel .form-control {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: calc(100% - 81px);
}

.res-info .form-control::placeholder {
    color: #99A0AE;
    font-size: 14px;
}

.res-info .input-group .input-group-text {
    background-color: #fff;
}

.form-check .form-check-label a {
    color: #0E121B;
    text-decoration: underline;
}

.res-info .customer {
    background-color: #F5F7FA;
    padding: 4px;
    border-radius: 10px;
}

    .res-info .customer label {
        display: inline-block;
        padding: 4px;
        width: 47%;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #99A0AE;
        text-align: center;
        cursor: pointer;
    }

    .res-info .customer input {
        visibility: hidden;
        width: 0;
    }

    .res-info .customer label.selected {
        background-color: #fff;
        color: #0E121B;
        border-radius: 6px;
        box-shadow: 2px 3px 3px 0px rgba(0,0,0, .1);
    }


.res-detail {
    border: solid 1px #E1E4EA;
    border-radius: 16px;
    padding: 16px;
}

    .res-detail dl {
        margin-bottom: 14px;
    }

        .res-detail dl dt {
            color: #525866;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            margin-bottom: 6px;
        }

        .res-detail dl dd {
            color: #0E121B;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding-left: 28px;
        }

            .res-detail dl dd .icon-com {
                width: 20px;
                height: 20px;
                overflow: hidden;
                margin-right: 5px;
                border: solid 1px #35B9E9;
                border-radius: 100%;
                display: inline-block;
                vertical-align: middle;
                background-size: 20px 20px;
            }

            .res-detail dl dd i {
                margin-left: -28px;
            }

        .res-detail dl .total {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: #0E121B;
        }

.steps li {
    display: inline-block;
    color: #525866;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

    .steps li:after {
        content: " > ";
        display: inline-block;
        margin: 0 16px;
    }

    .steps li:last-child::after {
        display: none;
    }

    .steps li .no {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        border: solid 1px #E1E4EA;
        border-radius: 100%;
        text-align: center;
        color: #525866;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        margin-right: 8px;
    }

    .steps li.active .no {
        color: #fff;
        background-color: #35B9E9;
    }

    .steps li.completed .no {
        color: #fff;
        font-size: 0;
        background-color: #1FC16B;
    }

        .steps li.completed .no:after {
            content: "✓";
            font-size: 12px;
        }

.modal-header.with-content {
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 540px) {
    .account-page-header {
        padding: 20px;
    }

        .account-page-header .app-name .name {
            font-size: 18px;
        }

        .account-page-header .app-contact a {
            font-size: 12px;
        }

    .clinic-detail {
        flex-direction: column-reverse;
    }

    .bi-box {
        margin-bottom: 20px;
    }

    .clinic {
        margin-bottom: 10px;
    }

    .clinic-contact {
        justify-content: center;
    }
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    border-radius: 7px;
    vertical-align: middle;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        -webkit-animation: shimmer 5s infinite;
        animation: shimmer 5s infinite;
        content: "";
    }

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.more-project #toast-container > div {
    opacity: 1;
    padding: 10px 15px 10px 50px;
    border-radius: 8px;
}

.modal-loading {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .modal-loading:after {
        content: "";
        background: url(/assets/imgs/loading.gif) no-repeat;
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        display: block;
    }
