#calendar-wrapper {
    width: 100%;
    display: grid;
    grid-template-rows: 2.5em 1fr;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-size: inherit;
}

#calendar-wrapper header {
    grid-row: 1/2;
    font-size: 2em;
    box-sizing: inherit;
}

#calendar-wrapper header h4 {
    padding: 0;
    margin: 0;
}

#calendar {
    display: grid;
    grid-template-columns: 1fr 4em;
    grid-template-rows: 3em 1fr;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

#calendar #calendar-days,
#calendar #calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    padding: 0 1em;
    box-sizing: inherit;
    margin: 0;
}

#calendar #calendar-days {
    justify-items: center;
    grid-row: 1/2;
    grid-column: 1/2;
}

#calendar #calendar-grid {
    grid-template-rows: repeat(6, 1fr);
    justify-items: flex-start;
    grid-row: 2/-1;
    grid-column: 1/2;
    width: 100%;
}

#calendar #calendar-grid>time {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0.4em;
    padding: 1em 0.2em;
    width: 90%;
    background-color: rgba(108, 108, 108, 0.02);
    border-radius: 3px;
    border: 2px solid transparent;
    transition: box-shadow 200ms, border 100ms;
    box-shadow: 1px 1px rgba(0, 0, 0, 0);
    box-sizing: inherit;
    height: 30px;
    font-weight: 600;
}

#calendar #calendar-grid time.selected,
#calendar #calendar-grid time.selected:focus {
    outline: none;
    border: 2px solid #c64949;
    box-sizing: inherit;
}

#calendar #calendar-grid time.disabled,
#calendar #calendar-grid time.disabled:focus {
    outline: none;
    border: 2px solid transparent;
    box-sizing: inherit;
    cursor: not-allowed;
    background-color: #fd650073;
    box-shadow: 1px 1px rgba(0, 0, 0, 0);

}

#calendar #calendar-grid>*:hover {
    border: 2px solid rgba(72, 72, 72, 0.5);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: inherit;
}

#calendar #navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    grid-row: 2/-1;
    grid-column: 2/-1;
    box-sizing: inherit;
    padding: 1em 0 3.5em;
    margin: 0;
}

#calendar #navigation-wrapper button {
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 3em;
    width: 48px;
    box-sizing: inherit;
    padding: 0.1em;
    margin: 0px 0px 18px 0;
}

#calendar #navigation-wrapper button:hover {
    opacity: 0.75;
}


#calendar #navigation-wrapper button svg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.6em;
    display: block;
    box-sizing: inherit;
}

#calendar #navigation-wrapper button:first-of-type {
    transform: rotate(180deg);
}

.showcase-wrapper {
    font-weight: 600;
}

/* #myCalendarWrapper {
    width: 40em;
    border: 2px solid #fd6500;
    padding: 1em 1em;
    position: relative;
    font-size: 1rem;
    margin: 2rem auto 5rem;
} */

#myCalendarWrapper:before {
    position: absolute;
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2.4rem);
    font-size: 1.2rem;
    background-color: rgba(93, 93, 93, 0.2);
    padding: 0.5rem 1rem 0.4rem;
    color: rgb(233, 72, 99);
}

#defultCalender {
    width: 40em;
    border: 2px solid #fd6500;
    padding: 1em 1em;
    position: relative;
    font-size: 1rem;
    margin: 2rem auto 5rem;
    display: none;
}

#defultCalender:before {
    position: absolute;
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2.4rem);
    font-size: 1.2rem;
    background-color: rgba(93, 93, 93, 0.2);
    padding: 0.5rem 1rem 0.4rem;
    color: rgb(233, 72, 99);
}

.pink {
    color: rgb(233, 72, 99);
}

.show_slots {
    /* padding: 0 109px 0 145px; */
    text-align: center;
}

.slot-section button {
    margin: 0px 4px 4px 0;
    padding: 3px 5px 3px 5px;
}

.slot-section a {
    color: #cdc5c5;
    /* width: 139px; */
    /* height: 37px; */
    /* padding-top: 6px; */
    float: left;
    background-color: #242222d1 !important;
        margin: 2px;
    text-align: center;
    padding: 3px 4px 3px 4px;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    }
    
    .profile-wrap {
        border: none;
}

.user-information {
    padding: 0px 0px 0px 12px;
    border-right: 1px solid #cfcfcf;
}
hr {
    border-top: 1px solid #fd6500;
}

#date {
    font-size: 21px;
    font-weight: 700;
}

.img-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #f39c12;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: none;
}

#calendar-grid time.disabled {
    background-color: #9e9e9e3b !important;
    font-weight: 400;

}

.appointment {
    font-size: 19px;
    font-weight: 600;
}