/* compiled by scssphp 1.10.2 on Thu, 28 May 2026 23:58:05 +0000 (0.0411s) */

@charset "UTF-8";
/* Products SCSS Document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Grids responsive */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Navigation responsive */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Standard mixins */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  height: 0;
}
/* Clearfix: @extend %clearfix; */
/* Dynamic block variables generated on 29 May 2026 10:02:26 */
/* All from mobile up (responsive all) */
@media all {
  /* Disable event indicators */
  /* Disable event header (date) */
  .evo-calendar {
    background: none;
    display: flex;
    gap: 20px;
    align-items: start;
    flex-direction: column;
  }
  .evo-calendar .icon-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .evo-calendar .icon-button {
    cursor: pointer;
  }
  .evo-calendar .icon-button:hover i {
    color: #CF181F;
    transition: all 0.3s ease-in-out 0s;
  }
  .evo-calendar .icon-button i {
    transition: all 0.1s ease-in-out 0s;
  }
  .calendar-inner {
    background-color: #F2F4F7;
    width: 100%;
    box-sizing: border-box;
  }
  .calendar-inner {
    padding: 20px 20px;
  }
  tr.calendar-body .calendar-day .day {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 50%;
    cursor: pointer;
  }
  .calendar-today {
    background-color: #d7d9db;
  }
  tr.calendar-body .calendar-day .day.calendar-active, tr.calendar-body .calendar-day .day.calendar-active:hover {
    background-color: #CF181F;
    color: #ffffff;
  }
  .calendar-table {
    width: 100%;
  }
  .calendar-table th i {
    font-size: 18px;
    color: #133C7B;
  }
  .calendar-table th:nth-child(3) {
    text-align: right;
  }
  .calendar-header-day {
    text-align: center;
  }
  .month-title {
    text-align: center;
    font-weight: 800;
    color: #133C7B;
    font-size: 25px;
  }
  tr.calendar-body .calendar-day {
    padding: 4px 0;
    position: relative;
  }
  tr.calendar-body .calendar-day .event-indicator {
    width: 7px;
    height: 7px;
    display: flex;
    background-color: #CF181F;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    pointer-events: none;
  }
  tr.calendar-header .calendar-header-day {
    font-weight: 800;
    color: #133C7B;
    font-size: 16px;
    padding-top: 20px;
  }
  .event-indicator {
    display: none;
  }
  .event-header {
    display: none;
  }
  .calendar-events {
    position: static;
    width: auto;
    background-color: #ffffff;
    padding: 0;
    width: 100%;
  }
  .calendar-sidebar {
    display: none;
  }
  .event-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .event-container:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .event-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .event-title {
    margin: 0;
  }
  .event-time {
    margin: 0;
    font-size: 13px;
    background-color: #CF181F;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 12px;
    flex-shrink: 0;
  }
  .event-desc {
    margin: 30px 0;
  }
  .daily-notices-login-area {
    margin-top: 30px;
  }
  .login-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .user-info-card {
    width: 100%;
    max-width: 460px;
    margin-top: 30px;
  }
  .user-info-card .user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .user-info-card .user-info .uk-button {
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 300;
  }
  .user-info-card .user-info .uk-button:hover {
    color: #ffffff !important;
  }
  #add-daily-notice-model .uk-modal-footer {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #add-daily-notice-model #add-daily-notice-error {
    padding: 12px 30px;
    background-color: #CF181F;
    color: #ffffff;
  }
  #add-daily-notice-model .red {
    color: #CF181F;
  }
  #login-daily-notice-model .uk-modal-body {
    position: relative;
    z-index: 1;
  }
  #login-daily-notice-model h1 {
    font-size: 32px;
  }
  #login-daily-notice-model .uk-close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #login-daily-notice-model .uk-close svg {
    display: none;
  }
  #login-daily-notice-model .uk-close::after {
    content: unset;
  }
  #login-daily-notice-model .uk-close::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 36px;
    line-height: 1em;
    color: #000000;
    transition: all 0.3s ease-in-out 0s;
  }
  #login-daily-notice-model .uk-close:hover::before {
    color: #133C7B;
    transition: all 0.1s ease-in-out 0s;
  }
}
@media (min-width: 380px) {
  tr.calendar-body .calendar-day .day {
    width: 40px;
    height: 40px;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  .calendar-inner {
    padding: 30px 40px;
  }
  tr.calendar-body .calendar-day .day {
    width: 50px;
    height: 50px;
  }
  .event-heading {
    flex-direction: row;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  .sidebar-hide .calendar-inner {
    max-width: 450px;
  }
  .evo-calendar {
    flex-direction: row;
    gap: 50px;
  }
  .calendar-inner {
    position: sticky;
    top: 191px;
  }
}
/* Larger than laptop (responsive large) */
@media (min-width: 1200px) {
  .sidebar-hide .calendar-inner {
    max-width: 460px;
  }
  .evo-calendar {
    gap: 50px;
  }
  .calendar-inner {
    top: 221px;
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  .evo-calendar {
    gap: 50px;
  }
  .calendar-inner {
    top: 221px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fcalendar%2Fcalendar.scss%22%2C%22edit%2Fmodules%2Fcalendar%2F..%2F..%2Fcore%2Fassets%2Fcss%2Fmixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1QJ%3BAAiRA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA1RJ%3BAAgSA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzSJ%3BAAgTA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAxTJ%3BAA8TA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */