#calendar {
    padding: 15px 35px 35px 35px;
    margin-bottom: 35px;
}

.calendar-container {
    /* margin-top: 55px; */
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid #efefef;
}

.cal-headers-row,
.cal-week-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cal-week-row .cal-col:last-child {
    border-right: none;
}

.cal-col {
    display: flex;
    flex: 1 1;
    width: 100%;
    padding: 2px;
    height: 95px;
    flex-direction: column;
    overflow-y: hidden;
    justify-content: flex-start;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
}

.cal-col:hover {
    border: 1px solid #6daacf !important;
    cursor: pointer;
}

.cal-week-row:last-child .cal-col {
    border-bottom: none;
}

.cal-headers-row,
.cal-week-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cal-headers-row .cal-col {
    font-weight: 700;
    height: 40px;
    background-color: #f2f2f2;
}

.cal-week-row .cal-col.day-sun,
.cal-week-row .cal-col.day-sat {
    color: orange;
    font-weight: 700;
}

.cal-week-row .cal-col.day-fri {
    color: #65adcd;
    font-weight: 700;
}

.cal-week-row .cal-col:last-child {
    border-right: 1px solid #efefef;
}

.cal-week-row .cal-col:first-child {
    border-left: 1px solid #efefef;
}

.btn-wrapper {
    display: flex;
    padding-left: 125px;
    height: 44px;
    vertical-align: middle;
    /* border: 1px solid red; */
    padding: 5px;
}

.icon-left {
    width: 35px;
    height: 35px;
    font-size: 22px;
    margin: 0px 5px;
    color: #413c3c;
    line-height: 35px;
}

.icon-right {
    width: 35px;
    margin: 0px 5px;
    font-size: 22px;
    color: #413c3c;
    line-height: 35px;
}

.cal-toolbar {
    padding: 25px;
    display: flex;
    flex-direction: row;
}

.cal-month-long {
    font-size: 22px;
    flex: 5;
    color: #5993ab;
}

.pre-month {
    display: inline-block;
    width: 35px;
    margin: 0px;
}

.next-month {
    display: inline-block;
    width: 35px;
    margin: 0px 5px;
}

.cal-week-row .cal-col.today-col {
    background-color: #65adcd;
    color: #fff;
}

.link-icon-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    cursor: pointer;
    float: right;
    padding-right: 5px;
}

.link-icon-btn .link-icon-btn-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 44px;
    width: 44px;
    color: orange;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.link-icon-btn .link-icon-btn-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    color: #527c9c;
}

.link-icon-btn:hover .link-icon-btn-icon-wrapper {
    font-size: 14px;
    font-weight: 900;
    color: #ffb124;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.link-icon-btn:hover .link-icon-btn-label {
    font-size: 14px;
    font-weight: 900;
    color: #345065;
}

.link-icon-btn:active .link-icon-btn-icon-wrapper {
    font-size: 14px;
    font-weight: 900;
    color: orange;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.event-day-container {
    display: block;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 2px;
    margin-bottom: 1px;
}

.event-day-label {
    font-size: 10px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.day-val-label {
    padding: 2px 4px;
    z-index: 1;
}

.event-day-container {
    display: block;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 2px;
    margin-bottom: 1px;
}

.event-day-label {
    font-size: 10px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.header-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 2px 4px 2px 0px;
}

.day-val-label {
    padding: 2px 4px;
}

.event-day-container.event-cat-1 {
    border-color: orange;
}
.event-day-container.event-cat-2 {
    border-color: blue;
}
.event-day-container.event-cat-3 {
    border-color: red;
}
.event-day-container.event-cat-4 {
    border-color: green;
}
.event-day-container.event-cat-5 {
    border-color: purple;
}
.event-day-container.event-cat-6 {
    border-color: yellow;
}

.event-day-container.event-attendance {
    border: none;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.today-col .event-day-container.event-attendance {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

[data-has-event='true'].today-col .day-val-label {
    color: #3f6778;
    font-size: 14px;
    font-weight: 800;
}

.event-day-container.event-attendance.event-day-type-1 {
    background-color: #bdf3ff;
}
.event-day-container.event-attendance.event-day-type-2 {
    background-color: #feffbd;
}
.event-day-container.event-attendance.event-day-type-3 {
    background-color: #d7f9d7;
}
.event-day-container.event-attendance.event-day-type-4 {
    background-color: #d7e3f9;
}

.event-day-container.event-attendance .event-day-label {
    margin-top: 22px;
    text-wrap: auto;
}

.modal-calendar .cal-toolbar {
    padding: 0px 0px 20px 0px;
}

.modal-calendar .cal-month-long {
    font-size: 16px;
}

.modal-calendar .cal-col {
    height: 45px;
    font-size: 10px;
}

.modal-calendar .cal-headers-row .cal-col {
    height: 25px;
}

.modal-calendar .cal-col .event-day-container.event-attendance {
    display: none;
}

.modal-calendar .event-day-container.event-preview {
    border: none;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-calendar .today-col .event-day-container.event-preview {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.modal-calendar .event-day-container.event-preview {
    background-color: #bdffd8;
}

.modal-calendar .event-day-container.event-preview .event-day-label {
    display: none;
}

.reminders .event-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #88b7bc;
}

.reminders .event-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #88b7bc;
}

.reminders .event-wrapper h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.reminders h6 {
    font-size: 16px;
    font-weight: 800;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #71cbdf;
    margin-bottom: 20px;
}
