﻿
.text-center1 {
    width: 100%;
    position: relative;
    height: 100%;
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: #006c88;
}

#backdrop {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgb(0,0,0,0.2);
}

.action-button {
    height: 40px !Important;
    line-height: 40px !Important;
}

    .action-button:disabled {
        background: #A8A8A8 !Important;
        color: #006C88 !Important;
    }

.button--timeslot--selected {
    background: #fff !Important;
    color: #006C88 !Important;
}


.datepicker {
    direction: ltr;
    padding: 0;
    width: 100% !important;
}

    .datepicker.datepicker-inline {
        /*border: 1px solid #eee;*/
        display: inline-block;
        position: relative;
        height: 340px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker.days div.datepicker-days,
    .datepicker.months div.datepicker-months,
    .datepicker.years div.datepicker-years {
        display: block;
    }

    .datepicker div.datepicker-months td,
    .datepicker div.datepicker-years td {
        width: 210px !important;
    }

    .datepicker table {
        margin: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        height: 340px
    }

    .datepicker td {
        line-height: 32px;
        padding: 0 !important;
        text-align: center;
        width: 30px;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
/*.datepicker table tr td {
                  border-bottom: 1px solid #eee;
                  border-right: 1px solid #eee;
                }*/
.datepicker table tr td:last-child {
    border-right: none;
}

.datepicker table tr td.day:hover {
    background: #f3f3f3;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #bbb;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: darkgrey;
    cursor: default;
    border-radius: 25px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: #f3f3f3;
    font-weight: 700 !important;
    border-radius: 25px;
}

    .datepicker table tr td.today:hover:hover {
        color: #555555;
    }

    .datepicker table tr td.today.active:hover {
        color: #fff;
    }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #f3f3f3;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background: #f3f3f3;
        font-weight: 700;
    }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff !important;
    border-radius: 25px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff !important;
    background-color: #006C88;
    background-image: linear-gradient(to bottom,#006C88,#006C88);
    border-radius: 25px;
}

.datepicker table tr td span {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 54px;
    margin: 1%;
    width: 23%;
}

    .datepicker table tr td span:hover {
        background: #eee;
        border-radius: 25px;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #eee;
        cursor: default;
        border-radius: 25px;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-radius: 25px;
    }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #eee;
    }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker th,
.datepicker td,
.datepicker tr {
    border-top: none !important;
    text-align: center !important;
}

.datepicker thead th,
.datepicker tfoot th {
    font-weight: 600;
    padding: 0 !important;
}

.datepicker tfoot th {
    color: #fff;
}

.datepicker thead th {
    border-bottom: none !important;
    font-weight: 600;
    line-height: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: center;
}

.datepicker thead tr:first-child th:hover {
    background: rgba(255, 255, 255, 0.2);
}

.datepicker thead tr:last-child {
    border-bottom: none !important;
}

.datepicker tfoot th:hover {
    background: #eee;
    color: #006C88;
}

.datepicker tbody td,
.datepicker tfoot th {
    line-height: 32px !important;
}

.datepicker > .datepicker-days tbody .cw {
    background: #f8f8f8 !important;
    color: #aaa;
    font-size: 8px;
    font-weight: 600;
}

.datepicker > .datepicker-days thead tr:first-child th.cw {
    background-color: transparent;
    cursor: default;
}

    .datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
        left: 30px;
        border-left: 1px solid;
    }

.datepicker > .datepicker-days thead tr:last-child th.cw + th {
    border-left: 1px solid;
}

.datepicker table tr td.new {
    display: none;
}

.datepicker table tr td.old {
    visibility: hidden;
}

.datepicker table tbody tr {
    height: 45px;
}

.today {
    border-radius: 20px !Important;
    background-color: #006C88;
}

#rescheduleModel .modal-dialog {
    width: 1200px;
    max-width: 100%;
}

.swal2-html-container .text-white {
    color: unset !important;
}

.slot-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

.slot-inner-item {
    width: 33.33%;
    box-sizing: border-box;
}

.button--timeslot {
    margin-bottom: 5px !important;
    width: 80px;
    margin-right: 5px !important;
}

.ui-widget {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif !important;
}

.ui-dialog {
    width: 400px !important;
}

.radio-group .form-check {
    display: inline-block;
    margin: 20px; /* Optional: Add spacing between radio buttons */
}

.rounded-panel {
    border-radius: 12px;
    margin: 6px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding-left: 20px !important;
}

.rounded-panel:hover {
    border: 1px solid #C8C8C8;
}

.rounded-panel-with-label .panel__label {
    position: absolute;
    top: -8px;
    left: 20px;
    display: flex;
    padding: 1px 4px;
    background: #fff;
    border-radius: 5px;
    color: #A8A8A8;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    z-index: 10;
}

.rounded-panel-with-label {
    position: relative;
    border-radius: 12px;
    margin: 6px 6px 10px 6px;
    border: 1px solid #f3f3f3;
    padding: 12px;
}

.rounded-panel-with-label:hover {
    border: 1px solid #006C88;
}

.rounded-panel-with-label .panel__label {
    position: absolute;
    top: -8px;
    left: 20px;
    display: flex;
    padding: 1px 4px;
    background: #fff;
    border-radius: 5px;
    color: #A8A8A8;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    z-index: 10;
}

.form-check-input:checked {
    background-color: #006C88 !important;
    border-color: #006C88 !important;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
