<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.time-availability {
    position: absolute;
    height: 100%;
}

.time-bar-drawing {
    border: 1px solid #48AAE6;
    height: 20px;
    width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.time-bar-top-layer {
    border: 1px solid #48AAE6;
    height: 20px;
    width: 100%;
    margin-top: -20px;
    position: relative;
    margin-left: 6px;
    opacity: 0;
}

.time-bar-drawing-availability {
    float: left;
    height: 20px;
}

.time-bar-draw {
    float: left;
    height: 1px;
    font-size: 10px;
}

.time-bar {
    height: 100%;
    min-height: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto !important;
}

.arrow {
    float: right;
}

.inner-border {
    background-color: #FFFFFF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 0 solid #FFFFFF;
}

.close-card-desktop {
    position: absolute;
    right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.calendar-title-container {
    margin-bottom: 20px;
    font-size: 15px;
    margin-left: 5px;
}

.card-info-icon {
    margin-bottom: 10px;
}

.not-available-color {
    background-color: #DD4B39;
}

.booking-in-system-color {
    background-color: #999999;
}

.not-available {
    text-align: center;
    margin-top: 10px;
    color: #0a0a0a;
}

.this-booking-color {
    background-color: #123432;
}

.description-left-section {
    margin-left: 5px;
    float: left;
}

.description-left-margin-section {
    margin-left: 10px;
    float: left;
}

.description-time {
    color: #9C0000;
    font-size: 12px;
}

.clear-both {
    clear: both;
}

.description-postion {
    height: 12px;
    width: 12px;
    float: left;
    margin-top: 2px;
}

.table-width {
    width: 100%;
}

.float-right {
    float: right;
}

.margin-left-4 {
    margin-left: 4px;
}

.time-cell {
    text-align: left;
    float: left;
    width: auto;
}

.float-left {
    float: left;
}

.tooltip {
    width: fit-content;
}

.global-card {
    z-index: 999;
}


.availability-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.availability-modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.availability-modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.availability-modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.time-bar-manipulatable {
    cursor: pointer;
}

@media (max-width: 480px) {
    .new-availablity-model {
        margin: 10px 22px 10px 10px;
    }

    .new-availablity-model .modal-dialog {
        margin: 0 !important;
    }
}
</pre></body></html>