#custom-caledar-header{width:100%;display:flex;flex-direction:row;justify-content:center;padding:.6rem}#custom-caledar-weekTitles{display:grid;grid-template-columns:repeat(7,1fr);justify-content:space-between;width:100%;text-align:center;font-size:13px;margin:10px 0}#custom-calender-ordinary{position:relative;min-height:4rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:.1rem;border:1px solid #d3d3d3;padding:.4rem .2rem;border-radius:.5rem;overflow:hidden;cursor:pointer}#custom-calender-ordinary p{position:relative;z-index:2}#custom-calender-ordinary .discount-price{text-decoration:line-through;color:#a9a9a9;font-size:9px}#custom-calender-ordinary .price{font-size:10px}#custom-calender-ordinary .background-icon{position:absolute;top:0;scale:1.3;height:100%;width:100%;z-index:0}#custom-calender-ordinary .reserved-text{font-size:.8rem;color:dimgray}#custom-calender-hidden,#custom-calender-past-day{margin:.1rem;padding:.4rem .3rem}#custom-calender-past-day{min-height:4rem;display:flex;flex-direction:column;justify-content:start;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#e5e7eb}#custom-calender-past-day p{color:gray}#custom-calender-reserved-day{min-height:4.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:.1rem;border:1px solid #d3d3d3;padding:.4rem .3rem;border-radius:.5rem}#custom-calender-reserved-day .reserved-day{font-size:11px}#custom-calender-holiday{min-height:4.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:.1rem;border:1px solid #d3d3d3;padding:.4rem .2rem;border-radius:.5rem;color:#ec6e6e}#custom-calender-holiday .discount-price{text-decoration:line-through;font-size:9px}#custom-calender-holiday .price{font-size:10px}#custom-calender-arrows-section{width:100%;display:flex;justify-content:space-between}#custom-calendar-container{display:flex;flex-direction:column;justify-content:center;align-items:start;position:relative}#custom-calendar-container .arrow-section-wrapper{padding:0 1rem;position:absolute;top:.8rem;width:100%;display:flex;z-index:9}#custom-calendar-container .custom-calendar-main{width:50%}#custom-calendar-container .custom-calendar-main .header-wrapper{display:flex;justify-content:space-around;align-items:center;gap:3rem;position:relative}#custom-calendar-container .custom-calendar-main .content-wrapper{display:grid;grid-template-columns:repeat(7,1fr);justify-content:space-between;width:100%;text-align:center}#custom-calendar-container .single-calender-main{width:100%!important}#custom-calendar-container .short-calender-main #custom-calender-holiday,#custom-calendar-container .short-calender-main #custom-calender-ordinary,#custom-calendar-container .short-calender-main #custom-calender-past-day,#custom-calendar-container .short-calender-main #custom-calender-reserved-day{height:4rem!important}#custom-calendar-container .long-calender-main #custom-calender-holiday,#custom-calendar-container .long-calender-main #custom-calender-ordinary,#custom-calendar-container .long-calender-main #custom-calender-past-day,#custom-calendar-container .long-calender-main #custom-calender-reserved-day{min-height:4rem!important}