/* Styles moved from inline <style> in hebrew_calender.php */
:root {
    /* Holiday */
    --holiday-bg: #f7dfda5e                 ;
    --holiday-border: #F0603C;
    --holiday-dark-bg: #F7DFDA;

    /* Candle Lighting */
    --candle-bg: #ffe5f85c;
    --candle-border: #FF7BDA;
    --candle-dark-bg: #FFE5F8;

    /* Havdala */
    --havdala-bg: #ffe5f85c;
    --havdala-border:#FF7BDA;
    --havdala-dark-bg: #FFE5F8;

    /* Major Holiday */
    --major-holiday-bg: #f7dfda5e;
    --major-holiday-border: #F0603C;
    --major-holiday-dark-bg: #F7DFDA;

    /* Minor Holiday */
    --minor-holiday-bg: #f7dfda5c;
    --minor-holiday-border: #811749;
    --minor-holiday-dark-bg: #F7DFDA;

    /* Modern Holidays */
    --modern-bg: #e7ebef80;
    --modern-border: #B9C6D0;

    /* Fast Days */
    --fast-bg: #f7dfda5e;
    --fast-border: #F0603C;
    --fast-dark-bg: #F7DFDA;

    /* Parasha */
    --parasha-bg: #f4ebd978;
    --parasha-border: #B68A2B;
    --parasha-dark-bg: #F4EBD9;

    /* My Study */
    --my_study-bg: #e9f4fb75;
    --my_study-border: #0091FA;
    --my_study-dark-bg: #E9F4FB;

    /* Rosh Chodesh */
    --rosh-chodesh-bg: #e1f1d178;
    --rosh-chodesh-border: #4D7910;
    --rosh-chodesh-dark-bg: #E1F1D1;

    /* defualt */
    --defualt-bg: #e7ebef80;
    --defualt-border: #B9C6D0;
    --defualt-dark-bg: #E7EBEF;
}

.floating-sidebar .dashboard_menu{
        position: fixed;
    top: 0;
    right: auto;
    left: 0;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 9999;
    padding: 50px 30px;
    padding-bottom: 40px;
}

html[lang="he-IL"]  .floating-sidebar .dashboard_menu{
    right: 0;
    left: auto;

}
/* Loader */
.f-loader{
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFFd4;
    backdrop-filter: blur(2px);
    position: fixed;
    z-index: 1080;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
}

body.page-template-hebrew_calender {
        background-color: #F3F5F7;
        color: #00243D;

}
.page-template-hebrew_calender  .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
        background-color: #F3F5F7;
        padding-left: 330px;
            padding-right: 40px;

}

html[lang="he-IL"] .page-template-hebrew_calender  .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
        padding-right: 330px;
            padding-left: 40px;

}

.page_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
}

/* .calendar_container{
 padding: 30px 0px;
    width: 100%;
    margin-right: 300px;
} */

html[lang="he-IL"] .calendar_container{
 padding: 30px 0px;
    width: 100%;
    margin-right: 300px;
    margin-left: 0;
}

.calendar_container{
 padding: 30px 0px;
    width: 100%;
    margin-left: 300px;
     margin-right:0;
}
.column_1{
    width: 75%;
}


 .column_2{
    padding-left: 0px;
    width: 350px;
  
}

 html[lang="he-IL"] .column_2{
    padding-right: 25px;
    padding-left: 0;
 }

.column_2 .event_calendar_inner::-webkit-scrollbar {
    width: 5px;
}

.column_2 .event_calendar_inner::-webkit-scrollbar {
    width: 5px;
}

.column_2 .event_calendar_inner::-webkit-scrollbar-track {
    background: #E5E5E5; 
}

.column_2 .event_calendar_inner::-webkit-scrollbar-thumb {
    background: #00243D; 
    border-radius: 10px;
}

.column_2 .event_calendar_inner{
    
      height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
         padding-right: 15px;
    padding-left: 0;

}

 html[lang="he-IL"] .event_calendar_inner{
     padding-left: 15px;
        padding-right: 0;

 }
 .calendar_events_wrap{
        display: flex;
        flex-direction: row;
        gap: 30px;
        
    }
/* Calendar basics */

/* event list*/
.event_list h3{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #00243d;
}

.event_list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 20px;
}

.event_location{
    color: #00243D;
    font-family: "Simona";
    font-size: 15px;
    font-weight: 400;
        display: flex;
    gap: 5px;
    align-items: center;
}
.event_location i{
    display: flex;
}

.event_location, .my_study_title i{
    display: flex;
}

.weekly_row .plus:after{
    content: '';
    background-image: url("/wp-content/uploads/2025/12/Plus1.svg");
        width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.weekly_row .plus{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;  
    cursor: pointer;

}

.event_list{
   
    max-height: 50%;
}

.weekly_line{
font-family: "Simona";
    font-size: 17px;
    font-weight: 400;
        display: flex;
    flex-direction: column;
    gap: 7px;
}
.weekly_event_dates{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my_study_title{
       display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 9px;
    background:  #E9F4FB;
    padding: 13px 13px;
    font-weight: 500;
    border-left-style: solid;
     border-left-color: var(--my_study-border);
     border-right: none;
}



html[lang="he-IL"] .my_study_title{

    border-right-width: 2px;
    border-right-style: solid;
     border-right-color:  var(--my_study-border);
     border-left: none;
}

.my_study_title a{
    text-decoration:underline;
    font-weight: 400;
}
.my_study_title a:hover{
    color:#0091FA
}

.my_study_title a::after{
    content: '';
    background-image: url("/wp-content/uploads/2025/12/link.svg");
         width: 11px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        margin-top: 3px;
        margin-right: 3px;
}
.weekly_row hr{
    color: #B9C6D0;
    margin: 15px 0;
}

.weekly_event_title{
      border-radius: 9px;
    background: var(--defualt-dark-bg);
    padding: 8px 12px;
    font-weight: 500;
     border-left-width: 2px;
    border-left-style: solid;
     border-left-color: var(--defualt-border);
     border-right: none;
}



html[lang="he-IL"] .weekly_event_title{

    border-right-width: 2px;
    border-right-style: solid;
     border-right-color:  var(--defualt-border);
     border-left: none;
}


.weekly_event_title.no-events{
    background: unset ;
    border-right: none;
    padding: 0;
}

.mini_calendar_inner .weekly_event_title.candles, .mini_calendar_inner .weekly_event_title.havdalah{
    border-radius: 9px;
    background: var(--candle-dark-bg);
    padding: 8px 12px;
    border-color: var(--candle-border);
    font-weight: 500;
}

.weekly_event_title.candles .text:before, .weekly_event_title.havdalah .text:before{
    content: '';
    background-image: url("/wp-content/uploads/2025/12/shabbat.svg");
        width: 19px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        margin-top: 3px;
}

.weekly_event_title .text{
    display: flex;
    align-items: center;
    gap: 7px;
}



.mini_calendar_inner .weekly_event_title.holiday.minor{
    border-radius: 9px;
    background: var(--minor-holiday-dark-bg);
    padding: 8px 12px;
    border-color: var(--minor-holiday-border);
    font-weight: 500;
}

.mini_calendar_inner  .weekly_event_title.roshchodesh{
    border-radius: 9px;
    background: var(--rosh-chodesh-dark-bg);
    padding: 8px 12px;
    border-color: var(--rosh-chodesh-border);
    font-weight: 500;
}

.mini_calendar_inner  .weekly_event_title.holiday.modern{
    border-radius: 9px;
    background: var(--defualt-dark-bg);
    padding: 8px 12px;

}
.mini_calendar_inner  .weekly_event_title.parashat{
    border-radius: 9px;
    background: var(--parasha-dark-bg);
    padding: 8px 12px;
    border-color: var(--parasha-border);
    font-weight: 600;
}


.mini_calendar_inner  .weekly_event_title.holiday.major,
.mini_calendar_inner  .weekly_event_title.holiday.fast, .mini_calendar_inner .weekly_event_title.zmanim.fast{

    border-radius: 9px;
    background: var(--major-holiday-dark-bg);
    padding: 8px 12px;
    border-color: var(--major-holiday-border);
    font-weight: 500;
     border-left-width: 2px;
    border-left-style: solid;
     border-left-color: var(--major-holiday-border);
     border-right: none;
}


html[lang="he-IL"] .weekly_event_title.holiday.major, html[lang="he-IL"] .weekly_event_title.holiday.fast,
html[lang="he-IL"] .weekly_event_title.zmanim.fast{

    border-right-width: 2px;
    border-right-style: solid;
     border-right-color: var(--major-holiday-border);
     border-left: none;
}


.weekly_event_title.holiday.major .text:before{
    content: '';
    background-image: url("/wp-content/uploads/2025/12/holiday.svg");
        width: 19px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        margin-top: 3px;
}


.weekly_events_group{
    display: flex;
    flex-direction: column;
    gap: 7px;
}



.weekly_event_title {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jfb-loader .icon{
    display: flex;
    z-index: 33;
    position: relative;
    width: 26px;
    height: 26px;
    border: 3px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: jfbSpin 0.7s 
linear infinite;
    margin: 10px auto;

}
.jfb-loader  span{
    margin-top: -10px;
    width: 100%;
    display: flex;
    justify-content: center;
     
    font-size: 14px;
    font-family: 'Simona';
}

.title_section_wrapper{
    width: 100%;
    display: flex;
    gap: 25px;
    align-items: baseline;
}

@keyframes jfbSpin {
    to { transform: rotate(360deg); }
}

.title_section{
    display: flex;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
}

.view_setting{
        display: flex;
    align-items: center;
    gap: 5px;
    border: 0;
    padding: 0;
    color: #00243d;
    font-family: 'Simona';
    flex-direction: row-reverse;
}

.view_setting:hover, button:focus{
 background: transparent;
    text-decoration: underline;
    color: #00243d;
}
.view_setting:after{
    content: '';
    display: flex;
    width:19px;
    height:19px;
    background-image: url("/wp-content/uploads/2025/12/settings.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border:none;
    cursor: pointer;
}
.view_info i:after{
    content: '';
    display: flex;
   width: 35px;
    height: 35px;
    background-image: url("/wp-content/uploads/2026/02/questionMark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border:none;
    cursor: pointer;
}

.view_info{
        display: flex;
    align-items: center;
    border: 0;
    padding: 0;

}
.view_info:hover, button:focus{
 background: transparent;
   
}

.view_info:hover  i:after{
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.45));
}
#zmanim-mini-popup{
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  padding: 12px;
  min-width: 220px;
}

#zmanim-mini-popup ul{
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

#zmanim-mini-popup li{
  font-size: 13px;
  line-height: 1.6;
}

.jewit-day-cell .zmanim-icon:after{

     content: '';
    display: flex;
    width:15px;
    height:15px;
    background-image: url("/wp-content/uploads/2025/12/watch.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border:none;
    cursor: pointer;
}

/* mini cal css */
.mini_cal .fc-event, 
.mini_cal .fc-event.parashat .fc-event-title, 
.mini_cal .fc-event.holiday .fc-event-title {
    font-size: 0px !important;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

.mini_cal .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
    min-height: 0;
 
    flex-basis: 60%;
    flex-grow: 1;
}

.mini_cal td.fc-day {
    height: 50px !important;
}
.mini_cal .fc .fc-scrollgrid-section table{
    height: auto !important;
}
.mini_cal .fc .fc-view-harness{
    min-height: auto;
    height: auto !important;
}
.mini_cal .fc .fc-scroller-liquid-absolute, 
.mini_cal .fc .fc-view-harness-active > .fc-view{
    position: relative !important;
}
.mini_cal .fc-view thead th {
    background-color: transparent;
    text-align: center;
    border: none !important;
    font-size: 12px;
}
.mini_cal .fc-scrollgrid-sync-table tr td{
    padding: 0;
    background-color: #f3f5f7;
    border-radius: 0;
}

.mini_cal .fc-day .fc-daygrid-day-top {
    font-size: 14px;
    justify-content: center;
    color: #00243d;
    flex-basis: 40%;
}

.mini_cal .fc-day.fc-day-today .fc-daygrid-day-top {
        background-color: #DCDBD8;
    border-radius: 100%;
    padding: 3px 0px;
}
.mini_cal #calendar {
    padding: 24px 16px 0;
    margin: 0;
}

.mini_cal .fc .fc-daygrid-event-harness{
    padding-top: 3px;
}
.mini_cal .fc-daygrid-day-events{
    flex-direction: row;
    justify-content: center;
    gap: 2px;
}
.mini_cal .fc .fc-daygrid-day-bottom {
    margin: 0;
}
.mini_cal .fc-theme-standard td, 
.mini_cal .fc-theme-standard th, 
.mini_cal .fc-theme-standard .fc-scrollgrid {
    border: none;
    margin-bottom: 0;
}

.mini_cal  .fc-daygrid-event-dot{
    display: block;
}
.mini_cal .fc .fc-daygrid-dot-event{
    background-color: var(--defualt-borderg);
        border: 0;
        font-size: 0px ;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 ;
    padding: 0 ;
}


.mini_cal .fc .fc-event{
    background-color: var(--defualt-border);
    border:unset;
}


.mini_cal  a.fc-event.holiday.minor{
    background: var(--minor-holiday-border);
}

.mini_cal .fc-event.parashat  {
    background:var(--parasha-border);
}

.mini_cal a.fc-event.holiday.major,.mini_cal a.fc-event.holiday.fast ,.mini_cal a.fc-event.zmanim.fast {
    background:var(--major-holiday-border);
}


.mini_cal .fc-event.roshchodesh {
    background-color: var(--rosh-chodesh-border);
}

.mini_cal .fc-event.candles, .mini_cal .fc-event.havdalah {
    background-color: var(--candle-border);
}

.mini_cal .fc-event.private-jet-event {
    background-color: var(--my_study-border);
}


.mini_cal .months_links{
    order: 1;
}
.mini_cal .fc .fc-toolbar-title {
    font-size: 20px;
  

}

.column_1 .fc .fc-toolbar{
    flex-wrap: wrap;
}
.mini_cal  .fc-toolbar-chunk:last-child{
    width: 63px;
    flex-wrap: wrap;
    justify-content: flex-end;
        gap: 8px;
}

.mini_cal .fc .fc-toolbar .fc-today-button{
    width: 100%;
    border-radius: 150px;
    border: 1px solid #00243D;
    color: #00243D;
    background: #FFF;
    padding: 4px 6px 5px 6px;

}

.mini_cal .fc .fc-daygrid-day.fc-day-today, 
.mini_cal .fc .fc-daygrid-day.fc-day-today:hover{
       background-color: #f3f5f7;

}
.mini_cal .fc .fc-daygrid-day-number{
    border-radius: 10px;
   width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}
.mini_cal .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events
{
   min-height: 0;
   flex: 1;
   flex-direction: row;
   gap: 1px;
   justify-content: center;
   flex-wrap: wrap;
}

.mini_cal .fc .fc-daygrid-day-number{
       font-size: 12px;
    line-height: 1;
    font-weight: 400;
}

.mini_day_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mini_cal .fc .fc-daygrid-day.fc-day-slct .fc-daygrid-day-top{
        border-radius: 100%;
    border: 1px solid #B9C6D0;
    background: #fff;
    color: #00243D;
    padding: 3px 5px;
    aspect-ratio: 1;
}
.mini_cal .fc-Previousbutton-button:before {
    content: '';
    background-image: url("/wp-content/uploads/2023/09/calender_arrow_left.svg");
    border: 1px solid #CED3DE;
    height: 34px;
    width: 34px;
    background-position: center;
    border-radius: 10px;
}
.mini_cal .fc-Nextbutton-button:after{
    content: '';
    background-image: url("/wp-content/uploads/2023/09/calender_arrow_right.svg");
    border: 1px solid #CED3DE;
    height: 34px;
    width: 34px;
    background-position: center;
    border-radius: 10px;
}
.mini_calendar_inner .title_inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse ;
    margin-bottom: 25px;
        justify-content: space-between;
}

.mini_cal .fc .fc-daygrid-more-link {
       font-size: 9px;
       padding: 0;
    margin: 0;
}


/* main cal css */
button.calender_edit{
    padding:0px;
}

a.fc-event{
    pointer-events: none;
    text-decoration: none;
      display: flex;
    align-items: center;
}

a.fc-event.clickable-event{
    pointer-events: auto;
    cursor: pointer;
}

a.fc-event.clickable-event:hover {
    filter: brightness(0.98);
}

td.fc-day{
    height:175px !important;
}

.fc .fc-daygrid-day-frame{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.fc .fc-daygrid-day-frame:before,
.fc .fc-daygrid-day-frame .fc-daygrid-day-bg,
.fc .fc-daygrid-day-frame:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-events:after{
    display:none;
}

a.fc-event.fc-event-start{
    display: flex;
    flex-direction: row-reverse;
}

body .fc .fc-button.fc-Previousbutton-button,
body .fc .fc-button.fc-Previousbutton-button:hover,
body .fc .fc-button.fc-Previousbutton-button:focus,
body .fc .fc-button.fc-Nextbutton-button,
body .fc .fc-button.fc-Nextbutton-button:hover,
body .fc .fc-button.fc-Nextbutton-button:focus,
body .fc .fc-button.fc-Nextbutton-button:focus-visible,
body .fc .fc-button.fc-Previousbutton-button:focus-visible{
    display: flex;
    background: transparent;
    border: none !important;
    color: #737373;
    align-items: center;
    box-shadow :none !important;
}

.page-link:focus{
    box-shadow :none !important;
    color: #FF6502;
    background:#fafafa;
}



.active_month a{
    font-weight:700;
    background:#fafafa;
}

.pac-container{
    z-index: 9999999999999999;
}

.fc-toolbar-chunk{
    display: flex;
    align-items: center;
    gap: 5px;
}

html[dir="rtl"] .page-item:last-child .page-link {
    border-radius: 50px 0px 0px 50px;
}
html[dir="rtl"] .page-item:first-child .page-link {
    border-radius: 0px 50px 50px 0px;
}
html[dir="rtl"] .months_links img{
    transform:rotate(180deg);
}



.fc-view thead th{
    font-weight: 500;
    text-transform: uppercase;
}

.fc-scrollgrid{
    font-family:inter;
}

/* toolbar buttons */


.fc .fc-button-primary.fc-download-button{
    border:none;
    background: transparent;
    padding:0px;
    margin-top: 6px;
}
 .fc-button.fc-download-button:after {
    content: '';
       width: 36px;
    height: 24px;
    display: block;
    background-image: url(/wp-content/uploads/2025/12/download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}

.fc .fc-button-primary.fc-download-button:hover{
    background: transparent;
}
.fc-download-button:hover:after{
    filter: opacity(0.8);
}
.fc-setting-button .fc-button .fc-button-primary{
    display:flex!important;
}



.prev_year .page-item:last-child .page-link {
    border-radius: 50px 0px 0px 50px;
}

.fc-header-toolbar .fc-toolbar-chunk:first-child{
        align-items: baseline;
            gap: 12px;
}

.calender_edit{
    border:none;
    display:flex;
    align-items:center;
}

.mnth_lnk {
    border-radius:12px;
}

.mnth_lnk li a{
    display:flex;
    align-items:center;
}

.prev_year li a, .next_year li a{
    border:none;
    display: flex;
    align-items: center;
    color: #D6D6D6!important;
    padding: 15px;
}

.fc .fc-scrollgrid-section table{
    margin:0px;
}

.fc .fc-col-header-cell-cushion{
    padding: 12px;
}

.fc-event.holiday .fc-event-title{
    background-color: transparent !important;

    font-size: 13px;
    font-weight: 500;
}



.fc-daygrid-event-dot{
    display: none;
    background-color: transparent !important;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}



a.fc-event.candles, a.fc-event.havdalah {
        border-color: var(--candle-border);
        background: var(--candle-bg)

}

a.fc-event.parashat {
        border-color:  var(--parasha-border);
         background: var(--parasha-bg);
}

a.fc-event.holiday.major, a.fc-event.zmanim.fast {
        background: var(--major-holiday-bg);
        border-color: var(--major-holiday-border);

}


a.fc-event.private-jet-event {
        background: var(--my_study-bg);
        border-right: 5px solid var(--my_study-border);
        border-left: none;
}

html[lang="en-US"] a.fc-event.private-jet-event {
    border-left: 5px solid var(--my_study-border);
    border-right:none;
}

a.fc-event.roshchodesh {
        background: var(--rosh-chodesh-bg);
        border-color: var(--rosh-chodesh-border);
}

a.fc-event.holiday.minor {
        background: var(--minor-holiday-bg);
        border-color: var(--minor-holiday-border);
}


a.fc-event.holiday.modern, a.fc-event.mevarchim {
        background: var(--modern-bg);
        border-color: var(--modern-border);
}

a.fc-event.holiday.fast {
        background: var(--fast-bg);
        border-color: var(--fast-border);
}


a.fc-event.private-jet-event.clickable-event .fc-event-title::after {
    content: '';
    background-image: url("/wp-content/uploads/2025/12/link.svg");
         width: 10px;
    height: 9px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
        margin-top: 3px;
        margin-right: 5px;

}
a.fc-event.private-jet-event.clickable-event .fc-event-title{
    text-decoration: underline;
}


.fc .fc-day .fc-daygrid-day-events{
    display:flex;
    flex-direction:column;
    gap:6px;
    justify-content: flex-end;
    margin-bottom: 0.5em;
}

.fc .fc-scrollgrid-liquid{
    border-radius:8px;
}

.fc .fc-daygrid-day.fc-day-today, .fc .fc-daygrid-day.fc-day-today:hover{
    background-color:#fafafa;
    border-radius:0px;
}

.fc .fc-daygrid-day.fc-day-today .jewit-day-hebrew{
    color:#fff;
    background-color: #00243D;
    border-radius: 100%;
    aspect-ratio: 1;
    padding: 1px 7px;
    margin-right: -4px;
}

.fc .fc-daygrid-day .jewit-day-greg{
    color:#B9C6D0;
}
.fc .fc-daygrid-day .jewit-day-hebrew{
    color:#00243D;
}
.fc-v-event .fc-event-main-frame {
    color: #00243d;
}

.fc-daygrid-day-frame .fc-scrollgrid-sync-inner:hover{
    background-color:#F0F1FF;
}

.fc-daygrid-event-harness{
    width: fit-content;
}



table tbody>tr:nth-child(odd)>td , table tbody>tr:nth-child(even)>td {
    background-color:#fff;
}

.fc .fc-view-harness{
    min-height:1140px;
}

.months_links{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.months_links nav{
    display:flex;
    gap:20px;
}

.months_links li a{
    font-size:16px;
    color: #FF6502;
    padding:15px;
}

table .presentation tr{
    background-color:#fff!important;
}

.title_inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.title_inner .cat-title {
    font-size: 25px;
    font-weight: bold;
    color: #00243D;
        margin: 0;
}

.title_inner i{
    display: flex;
}

.calendar_city{
    display: flex;
    justify-content: center;
    gap:5px;
}

.calendar_city h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--grey-light);
    font-family: 'Helvetica Now Text';
    margin: 0;
}

.calendar_city img{
    display:inline;
}

.fc .fc-scroller-liquid-absolute{
    inset:auto;
}

.fc .fc-toolbar    .fc-toolbar-title{
    font-size: 22px;
      display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    margin-right: 0;
        color: #00243d;
}

 .fc .fc-toolbar-title  div{
    color: #B9C6D0;
    font-weight: 400;
        font-size: 18px;
}





.fc .fc-button-primary{
    color: #B9C6D0;
    font-family: "Simona";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
    background: transparent;
    border: none;
    padding: 7px 18px;
    border-radius: 150px;
    }
.fc .fc-button-primary:not(:disabled).fc-button-active{
    border-radius: 150px;
    background: #00243D;
        font-weight: 500;

}

.fc .fc-button-group {
    
    gap: 5px;
}

.fc .fc-button-group > .fc-button:hover {
    background: #00243D;

}


.fc .fc-toolbar  .fc-today-button {
    padding: 7px 14px;
        color: #00243D;
        background: #B9C6D0;

}

.fc .fc-toolbar .fc-today-button:hover {
    background-color: #00243D;
    color: #fff;
}

.fc .fc-button-primary:disabled{
    border: 0;
    color: #00243D;
}

.fc .fc-button-group > .fc-button:not(:last-child),
.fc .fc-button-group > .fc-button:not(:first-child) {
    border-radius: 150px;
    margin: 0;

}
.fc  .fc-toolbar  .fc-prevSvg-button,
.fc  .fc-toolbar  .fc-nextSvg-button {
    content: '' ;
  width: 14px;
    height: 10px;
    display: block;
    background-image: url('/wp-content/uploads/2025/12/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
        padding: 7px;
    margin: 0;
     
   
}

.fc  .fc-toolbar  .fc-prevSvg-button{
    transform: rotate(180deg); 
}
.fc  .fc-toolbar  .fc-prevSvg-button:hover,
.fc  .fc-toolbar  .fc-nextSvg-button:hover {
    background-color: transparent ;
    
}

html[lang="he-IL"] .fc  .fc-toolbar  .fc-nextSvg-button  {
   transform: rotate(180deg); 
}

html[lang="he-IL"] .fc  .fc-toolbar  .fc-prevSvg-button  {
   transform: rotate(360deg); 
}


.fc-view thead th {
   background-color: #fff;
    color: #00243D;
   
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.fc table {
    border-spacing: 0px;
    border-color: #B9C6D0;

}
.fc-theme-standard .fc-scrollgrid{
    border:0;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #B9C6D0;
}
.fc-theme-standard .fc-scrollgrid-section td[role="presentation"]{
    border-radius: 0 0 8px 8px;
        overflow: hidden;

}

.fc-theme-standard td{
    border: 1px solid #B9C6D0;
}

#calendar .fc-col-header-cell:last-child{
    border-radius: 8px 0 0 0;
}

.fc .fc-daygrid-day-number{
    color:  #00243D;
    font-size: 18px;
    font-weight: 400; 
    line-height: 1.1;
    width: 100%;
   
}

.jewit-day-cell-date{
    display: flex;
    gap: 5px;
}

.jewit-day-cell {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



@keyframes jewitSpin{
  to{ transform: rotate(360deg); }
}


#calendar .fc-col-header-cell::after{
    display:none;
}

.fc-view thead th:first-child{
    border-radius:8px 8px 0px 0px;
    border-top:none;
}


.fc-view thead th:last-child{
    border-radius:8px 8px 0px 0px;
    border-left-width: 1px;
}

table colgroup+thead tr:first-child th.fc-day-sat,
table tbody>tr:nth-child(odd)>td.fc-day-sat,
table tbody>tr:nth-child(even)>td.fc-day-sat{
    background-color:#F3F5F7;
}

.fc-day .fc-daygrid-day-top{
    font-weight:500;
    font-size:21px;
    color:#969696;
}

.fc .fc-daygrid-day-top{
    flex-direction:row;
}

.fc-scrollgrid-sync-table tr td{
    padding:6px;
    cursor: pointer;
}
.fc .fc-scrollgrid-section{
        border-left-width: 1px;

}

.fc .fc-scrollgrid-section > * {
    border-left-width: 1px;
}

#calendar {
    max-width: 1390px;
    margin: 40px auto;
}

a:hover .fc-event-title {
    text-decoration: underline;
}


.fc .fc-event {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #00243D;
   background: var(--defualt-bg);
    border:0; 
    background-color: transparent;
    margin: 1px 2px 0; 
     padding: 3px 4px;

     border-radius: 5px;
     border-right: 5px solid var(--defualt-border);
     border-color: var(--defualt-border);
        border-left: none;

}

html[lang="en-US"] .fc .fc-event {
border-left-width: 5px;
    border-left-style: solid;
    border-right: none;
}


.fc-h-event .fc-event-main{
    color: #00243d;
}

.fc-time {
    font-weight: bold;
}

.fc-event a {
    color: #fff;
}

.fc-event a:hover,
.fc-event a:focus {
    color: #fff;
}

.fc-event.hebdate, .fc-event.hebdate .fc-event-title,
.fc-event.omer, .fc-event.omer .fc-event-title {
    background-color:#FFF;
    border: 1px solid #FFF;
    color:#999;
}

.fc-event.dafyomi,
.fc-event.dafyomi a,
.fc-event.dafyomi .fc-event-title {
    background-color:#FFF;
    border: 1px solid #FFF;
    color:#08c;
}

.fc-event.dafyomi a:hover,
.fc-event.dafyomi a:focus {
    color: #005580;
}

.fc-event.mishnayomi,
.fc-event.mishnayomi a,
.fc-event.mishnayomi .fc-event-title {
    background-color:#FFF;
    border: 1px solid #FFF;
    color:#257e4a;
}

.fc-event.mishnayomi a:hover,
.fc-event.mishnayomi a:focus {
    color: #15713b;
}

.fc-event.hebrew .fc-title {
    font-family:'SBL Hebrew',David;
    font-size:115%;
    font-weight:normal;
    direction:rtl;
}

.fc-event.hebrew .fc-time {
    direction:ltr;
    unicode-bidi: bidi-override;
}

.fc-event-time, .fc  .fc-event-title {
    padding: 0 1px;
    white-space: normal;
    font-weight: 500;
  
}

.fc .fc-event-time{
    font-weight: 400;

}



#offcanvasExample {
    font-family: 'Simona';
    font-weight: 400;
}

.form-select{
    border-radius:12px;
    text-align:left;
}


.page-item:first-child .page-link{
    border-radius:50px 0px 0px 50px;
}

.page-item:last-child .page-link {
    border-radius: 0px 50px 50px 0px;
}

.f_time{
    border-color:#D6D6D6!important;
    border-radius:12px!important;
}

.lng_event{
    gap:18px;
}


.offcanvas-header h5{
    font-size:30px;
    font-weight:500;
    line-height:45px;
}

.offcanvas-header, .offcanvas-body{
    padding: 0 30px;
}

.offcanvas-body h5.section_title{
    font-size:25px;
    font-weight:700;
    line-height:30px;
    font-family: 'Simona';
        margin: 0;
      margin-bottom: 12px;
}

.offcanvas-body   .section_subtitle{
    font-size:16px;
    font-weight:400;
    line-height:16px;
    margin-bottom: 20px;
}

.offcanvas-body  label{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    margin-bottom:8px;
}

.offcanvas-body  label{
    margin-right: 5px;
}

.offcanvas-body fieldset{
    border:none;
    padding: 90px 40px 20px 40px;

    margin:0;
    border-bottom: 1px solid #B9C6D0;
}   

.offcanvas-body fieldset:first-child{
    padding-top: 40px;
}


.offcanvas-body .settings_wrapper{
    display:flex;
    flex-direction: column;
    gap: 13px;
    max-width: 500px;
  
}
.form-check-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
        width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    cursor: pointer;
    position: relative;
}

/* ריחוף */
.form-check-input[type="checkbox"] :hover {
    background-color: #e6e6e6;
}

/* מצב מסומן */
.form-check-input[type="checkbox"]:checked {
   background-color: #00243d;
    border: 0;
}

/* סימן ה-✓ */
.form-check-input[type="checkbox"]:checked::after {
 content: "✓";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.offcanvas-body .settings_wrapper .form-check{
    width: 100%;
      justify-content: space-between  ;
    align-items: center ;
    display: flex;
     border-bottom: 1px solid #B9C6D0;
    padding: 10px 0 8px;

}

.offcanvas-body .settings_wrapper .form-check:last-child{
    border:0;
    padding-bottom: 0;
}

.elementor-popup-modal .dialog-message {
   
    overflow: hidden;
}
.offcanvas-body input[type="text"], .offcanvas-body input[type="search"]:not(#year){
    border-radius: 9px;
    border: 1px solid var(--b-9-c-6-d-0, #B9C6D0);
    padding: 12px 20px;
    width: auto;
     color: #00243D;
}

.submit_wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#my-jewish-cal-form .calender_wrapper{
height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

#my-jewish-cal-form  .create_calendar_btn,  #my-jewish-cal-form  .create_calendar_btn:focus{
    background-color: transparent;
    color: #00243D;
    padding: 10px 20px;
    text-decoration:none;
    border-radius: 150px;
    border: 1px solid  #00243D;
    margin-top: 30px;
}

#my-jewish-cal-form  .create_calendar_btn:hover{
    background: #00243D;
    color: #FFf;
}

 .candle_wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}

 .inner_section{
display: flex;
    align-items: center;
    gap: 10px;
}

.offcanvas_body{
    gap:62px;
    --bs-gutter-x:0px;
}

.mnth_lnk .page-link:hover{
    background-color:#fafafa;
    color: #FF6502;
}

#my-jewish-cal-form .year-control{
   display: flex;
    background-color: #E7EBEF;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 150px;
}


 #my-jewish-cal-form button {
    border: 0;
    padding: 0;

}


 #my-jewish-cal-form button:hover {
    background: transparent;
 }

.offcanvas-body input#year{
    border: 0;
    text-align: center;
    background: transparent;
        padding: 7px 15px;
       
}
#my-jewish-cal-form .year-down::before{
     content: '' ;
  width: 14px;
    height: 10px;
    display: block;
    background-image: url('/wp-content/uploads/2025/12/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
        padding: 7px;
    margin: 0;
    transform:rotate(-180deg);
}

html[lang="he-IL"] #my-jewish-cal-form  .year-down::before{
    transform:rotate(0deg);
}
#my-jewish-cal-form  .year-up::before{
    content: '' ;
  width: 14px;
    height: 10px;
    display: block;
    background-image: url('/wp-content/uploads/2025/12/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
        padding: 7px;
    margin: 0;
      
}

html[lang="he-IL"] #my-jewish-cal-form  .year-up::before{
    transform:rotate(-180deg);
}
.sundown_wrapper{
        display: flex;
    align-items: center;
    gap: 10px;
}

.sundown_wrapper .sundown_input input, .candle_wrapper input{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
/* .fc-daygrid-day-bottom{
    display: none;
} */

label[for="year"]{
    left: 7px;
}

.calendar-view-switch {
  display: inline-flex;
  gap: 4px;
  border-radius: 999px;
  padding: 2px;
  background: #f4f4f6;
}

.calendar-view-switch button {
  border: none;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
}

.calendar-view-switch button.is-active {
  background: #e63b3c;
  color: #fff;
}

#calendar .fc-timegrid-col {
  position: relative;
}
#calendar .fc-timegrid-col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: 1px;
  background: #e6e6ea;
  pointer-events: none;
  z-index: 5;
}
#calendar .fc-timegrid-col:last-child::after {
  display: none;
}

#calendar .fc-col-header-cell {
  position: relative;
}
#calendar .fc-col-header-cell::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0;
  height: 24px;
  width: 1px;
  background: #e6e6ea;
  pointer-events: none;
  z-index: 5;
}
#calendar .fc-col-header-cell:last-child::after {
  display: none;
}

#calendar .fc-timegrid-slot {
  border-bottom: 1px solid #e6e6ea;
}


.scrollTopBtn {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: #00243d;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

    .scrollTopBtn.show {
        opacity: 1;
        pointer-events: auto;
    }

    .scrollTopBtn:hover {
         transform: translateX(-50%) scale(1.1);
    }

.buttons_group {
    display: flex;
    gap: 13px;
}

.buttons_group a{
    background: #E7EBEF;
    padding: 10px 20px 12px;
    border-radius: 7px;
        display: flex;
    gap: 10px;
    align-items: end;
}

.buttons_group a.avelut_calc_link {
    background-color: #D8DADB;
}

.buttons_group a::before{
     content: "";
  background-image: url(/wp-content/uploads/2026/01/calculator.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height:20px;
  display: flex;
}

.buttons_group a:hover{
    text-decoration: underline;
}
/* Responsive */

@media (max-width:1300px){
.fc .fc-event {
    display: block;
    font-size: 11px;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.fc-event.holiday .fc-event-title {
    font-size: 11px;
}

td.fc-day {
    height: 168px !important;
}

.calendar_container {
    padding: 0;
}

.calendar_events_wrap {
   
    gap: 10px;
}

.floating-sidebar .dashboard_menu{
        padding: 30px 10px;
        width: 240px;
    }

    .page-template-hebrew_calender .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
            padding-left: 260px;
        padding-right: 30px;
    }

    html[lang="he-IL"] .page-template-hebrew_calender  .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
        padding-right: 260px;
            padding-left: 30px;

}

    .calendar_container {
        
        margin-left: 240px;
    }
    
    html[lang="he-IL"] .calendar_container {
        
        margin-right: 240px;
    }

}

@media (max-width: 1200px) {
    td.fc-day {
        height: 152px !important;
    }

    .weekly_line {
    font-size: 12px;
    }

    .title_inner .cat-title {
    font-size: 19px;
    }

    .mini_calendar_inner .title_inner .cat-title{
        font-size: 15px;
    }

    .column_2 {
    padding-left: 0px;
    width: 290px;
    }

    html[lang="he-IL"] .column_2 {
        padding-right: 10px;

    }
    .my_study_title {
    font-size: 12px;
    }

.floating-sidebar .dashboard_menu{
        width: 200px;
    }

    .page-template-hebrew_calender .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
            padding-left: 220px;
    }
        html[lang="he-IL"] .page-template-hebrew_calender  .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
        padding-right: 220px;

}

    .calendar_container {
        
        margin-left: 210px;
    }

      html[lang="he-IL"]  .calendar_container {
        
        margin-right: 210px;
    }

    .fc .fc-daygrid-day-number {
    font-size: 15px;
    }

    .jewit-day-cell-date {
        gap: 2px;
    }
  
    .fc .fc-daygrid-day-number {
    padding: 2px;
    }
}


@media (max-width:1023px){
   
        .calendar_container {
            margin-left: 160px;
            width: calc(100% - 160px);
        }
       html[lang="he-IL"] .calendar_container {
        margin-right: 160px;
        width: calc(100% - 160px);
    }
    .lng_event{
        gap:12px;
    }
    .offcanvas_body{
        gap:20px;
    }
    /* #offcanvasExample{
        width:768px;
    } */

    .fc-event, .fc-event.parashat .fc-event-title, .fc-event.holiday .fc-event-title{
        font-size: 10px !important;
    }

    td.fc-day {
        height: 120px !important;
    }
    .mini_cal .fc .fc-daygrid-day-number {
    font-size: 10px;

    }

    .column_1 {
  
    overflow-x: auto;
    overflow-y: hidden;
    }

    /* #calendar { */
    .column_1 .fc-theme-standard .fc-scrollgrid{
        max-width: 100%;
        min-width: 800px;
    }

    .column_1  .fc .fc-view-harness {
    min-height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    }

    .fc .fc-toolbar-title {
    font-size: 17px;
    }

    .mini_cal .fc .fc-toolbar-title {
    font-size: 18px;
    }
    /* .fc .fc-toolbar .fc-today-button {
    padding: 7px 3px;
    margin: 0;
    }     */
    
      .fc .fc-toolbar .fc-today-button {
        padding: 7px 8px;
    } 
    /* .fc .fc-button-primary {
        font-size: 12px;
        padding: 4px 6px;
    } */

     .fc .fc-button-primary {
        padding: 4px 9px;
    }

    .page-template-hebrew_calender .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
            padding-left: 180px;
    }
        html[lang="he-IL"] .page-template-hebrew_calender  .elementor-location-header>.elementor-element:not(.elementor-motion-effects-element-type-background){
        padding-right: 180px;

}

    .mini_cal .fc .fc-toolbar .fc-today-button {
    width: 90%;
        padding: 1px 6px 3px 6px;
    }
    
    .mini_cal .fc-day.fc-day-today .fc-daygrid-day-top {

        padding: 0;
    }
    .view_setting {
   
    font-size: 13px;
    }

    .view_setting:after {
       
        width: 16px;
        height: 16px;
    }
    .title_inner i img{
        width: 80%;
    }

    .title_inner {
   
    gap: 4px;
    }

.floating-sidebar .dashboard_menu{
        width: 160px;
    }

    .fc .fc-toolbar-title div {
    font-size: 13px;    
}
    

}


@media (max-width:767px){
    .calendar_events_wrap {
       flex-wrap: wrap;
       padding: 30px;
    }

        .column_1 , .sidebar_menu, .mini_calendar_inner .title_inner {
            display: none;
        }


        .column_2 , .calendar_container,  html[lang="he-IL"]  .calendar_container{
            width: 100%;
        }
        .column_2{
            padding: 0;
        }

        .column_2 .mini_calendar_inner{
            height: 100%;
            overflow-y: hidden;
            overflow-x: hidden;
            padding-left: 0;
        }

        .calendar_container,   html[lang="he-IL"]  .calendar_container{
            padding: 0;
            margin: 0;
        }

      .page_container {
     
        padding: 0;
     }

     

    .mini_cal .fc .fc-scrollgrid-section table, .fc .fc-daygrid-body{
    width: 100% !important;
    }

    .mini_cal .fc .fc-daygrid-day-number {
        font-size: 14px;
    }
    .mini_cal .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        align-items: flex-start;
        gap: 3px;
    }

    

    .mini_cal td.fc-day {
            height: 63px !important;
}

    .weekly_line,  .my_study_title {
        font-size: 20px;
    }

   

    .event_list{
        margin-top: 30px;
        height: 400px;
        overflow-y: auto;
    }

    .fc .fc-daygrid-day-frame {
 
    gap: 3px;
}
   .event_list h3 {
    font-size: 20px;
    }

    .mini_cal .fc .fc-toolbar-title {
        font-size: 22px;
    }

    .title_section {

     margin-bottom: 0;
        position: sticky;
        top: 0;
        background: #fcfaf7;
        width: 100%;
        z-index: 999;
        padding: 18px 30px;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        justify-content: space-between;
    }


    .offcanvas-header h5 {
    font-size: 24px;
    }

    .offcanvas-header, .offcanvas-body {
    padding: 0;
    }

    .candle_wrapper{
        align-items: baseline;
    }
    .inner_section{
    flex-wrap: wrap; 
    }
    .offcanvas-body fieldset {
        padding: 60px 0px 20px 0px;
    }

    .mini_cal .fc-day.fc-day-today .fc-daygrid-day-top {
    padding: 5px 0px;
    width: 43px;
    height: 43px;
    margin: 0 auto;
}

    .buttons_group a{
        font-size: 13px;
        padding: 7px 13px 9px;
    }
}


@media (max-width:480px){

  
    .mini_cal td.fc-day {
            height: 56px !important;
    }

    .event_list h3 {
        font-size: 16px;
    }

    .weekly_line,  .my_study_title {
        font-size: 17px;
    }


    .candle_wrapper{
        gap: 5px;
}


.offcanvas-body fieldset:first-child {
    padding-top: 26px;
}

.offcanvas-body h5.section_title {
    font-size: 21px;
}

.offcanvas-body label {
    margin-right: 0px;
    line-height: 1;
}

.offcanvas-body input[type="text"], .offcanvas-body input[type="search"]:not(#year) {
    padding: 8px 13px;
    
}

.elementor-element#settingsContainer{
    padding: 0px 30px;
}

    .fc .fc-daygrid-day-frame {
        gap: 0;
    }

    .mini_cal .fc-day.fc-day-today .fc-daygrid-day-top {
        padding: 4px 0px;
        width: 38px;
        height: 31px;
    }

        .calendar_events_wrap {
        flex-wrap: wrap;
        padding: 30px 23px;
    }

      .buttons_group a{
        font-size: 12px;
        padding: 7px 10px 9px;
    }

}

@media (max-width:380px){

    .elementor-element#settingsContainer{
    padding: 0px 20px;
}

.page_container {
 
    padding: 0 8px;
}

}