.calendar{background-color:#ecedff}.calendar header{text-align:center;background-color:transparent;background-image:linear-gradient(90deg,rgb(135 139 247) 20%,#fb5084 90%);padding:10px 5px;display:flex;justify-content:center;align-items:center}.calendar header .month{display:flex;justify-content:center;align-items:center;text-transform:capitalize;color:#fff;font-size:30px;margin:0 15px}.calendar header .month .year{margin-left:10px}.calendar header .btn-prev{border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #fff}.calendar header .btn-next{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #fff}.calendar .table-wrap{display:flex;padding:10px;overflow-x:auto}.calendar table{margin:0px!important;border-spacing:5px;border-collapse:separate!important}.calendar table thead{text-align:center;text-transform:uppercase;color:#303393;font-size:16px;font-weight:600;line-height:30px}.calendar table thead td{background-color:#fff}.calendar table tbody tr.no-event{display:none}.calendar table tbody tr td{padding:0!important;width:calc(100% / 7);min-width:135px;height:135px}.calendar table tbody tr td .day{height:100%;background-color:#fff}.calendar table tbody tr td:nth-child(6) .day,.calendar table tbody tr td:nth-child(7) .day{background-color:#d3d8fe}.calendar table tbody tr td .day.wrong-month{background-color:#f5f5ff}.calendar table tbody tr td .day .cal-event-day{color:#303393;font-size:16px;font-weight:600;padding:5px 0 0 10px}.calendar table tbody tr td .day.wrong-month .cal-event-day{color:#a7a8ae}.calendar table tbody tr td .day.today .cal-event-day{display:inline-block;width:40px;height:40px;border:1px solid #303393;color:#303393;border-radius:100%}.cal-event-wrap{height:calc(100% - 34px);padding-bottom:10px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end}.cal-event-item{display:flex;background-color:transparent;position:relative;min-height:35px;align-items:center;margin-bottom:10px}.cal-event-wrap .cal-event-item:nth-child(odd){background-color:#7d8cff;padding-left:55px;justify-content:flex-start}.cal-event-wrap .cal-event-item:nth-child(even){background-color:#ff4f80;padding-right:55px;justify-content:flex-end}.cal-event-wrap .cal-event-item:last-child{margin-bottom:0}.cal-event-inst{background-color:transparent;border-radius:100%;padding:2px;position:absolute;overflow:hidden;top:50%;transform:translateY(-50%)}.cal-event-wrap .cal-event-item:nth-child(odd) .cal-event-inst{background-image:linear-gradient(90deg,rgb(135 139 247) 20%,#fb5084 90%);left:5px}.cal-event-wrap .cal-event-item:nth-child(even) .cal-event-inst{background-image:linear-gradient(90deg,rgb(135 139 247) 20%,#fb5084 90%);right:5px}.cal-event-inst-photo{width:40px!important;height:40px!important;border-radius:100%!important}.cal-event-about{color:#fff;font-size:10px;line-height:12px}.cal-event-wrap .cal-event-item:nth-child(odd) .cal-event-about{text-align:left;padding-right:5px}.cal-event-wrap .cal-event-item:nth-child(even) .cal-event-about{text-align:right;padding-left:5px}.cal-event-inst-name{text-transform:capitalize}@media (max-width:767px){.calendar header .month{font-size:26px}}@media (max-width:575px){.calendar header .month{font-size:22px}}@media (max-width:375px){.calendar header .month{font-size:22px}.calendar header .btn-prev,.calendar header .btn-next{border-width:10px}}