
button.apcal-btn-reset{
    color: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
    border-radius: 0;
    border:0;
    font-variant: inherit;
    font-stretch: inherit;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    box-shadow: none; 
}





/* admin */

#schedule-container-week .calendar-wrapper-compact,
#schedule-container-month{
    display: none!important;
}

#schedule-container-table{
    display: none;
}
#schedule-settings-wrap{
    padding: 0 20px 20px 20px;
    border: 1px #e7e7e7 solid;
    margin-bottom: 15px;
}

.day-time-slot-title{
    white-space: nowrap;
}
.schedule-times-table{
    border: 1px solid #c3c4c7;
}
.schedule-data{
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.schedule-action-btn2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}
.schedule-days-field{
    display: none;
}
.schedule-days-container .container{
    display: inline-block;
    background: #eee;
    padding: 10px;
}
.schedule-day-time-slot-container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.schedule-day-time-slot{
    background: #eee;
    padding: 7px;
    border: 1px solid #e4e4e4;
}
.day-time-slot-sort{
    cursor: move;
}
.schedule-day-time-slot-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* tag */
.schedule-tag-holder{
    background: #eee;
    padding: 7px;
    border: 1px solid #e4e4e4;
    margin-bottom: 7px;
    display: none;
}
.schedule-tag-holder:has(.schedule-tag-item) {
  display: block;
}
.schedule-tag-item{
    margin-bottom: 3px;
}
.schedule-tag-remove{
    margin-left: 3px;
}

/* media  */
.schedule-info-media-preview{
    max-width: 300px;
}
.schedule-info-media-preview img{
    width: 100%;
    display: block;
}
.schedule-info-media-preview iframe{
    width: 100%;
    display: block;
}

.schedule-content-wrap{
    display: flex;
    flex-direction: column;
}
.ap-validate-schedule{
    color: red!important;
    border: 1px solid red!important;
}
.ap-table-schedule-btn{
    margin-right: 5px;
}

.schedule-content-item-delete{
    margin: 0 5px;
}
.schedule-content-item-add{
    position: absolute;
    display: none;
    cursor: pointer;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.schedule-shortcode{
    display: flex;
    margin-left: 10px;
    align-items: center;
}
#ap-schedule-shortcode{
    min-width: 400px;
    margin: 0 10px;
}
.schedule-shortcode p{
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.schedule-content-item-actions{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 5px;
}
.schedule-content-item-actions button{
    cursor: pointer;
}
#schedule-content-item-delete{
    margin-left: 10px;
}


/* modal all schedule */
#compare-schedule-data-table{
    border-collapse: collapse;
    width: 100%;
}
#compare-schedule-data-tbody td{
    
}
#compare-schedule-warning{
    color: red;
    text-align: center;
}
#compare-schedule-ok{
    display: none;
    text-align: center;
    color: green;
}
.schedule-row-valid{
   background-color: #dafdda;
}
.schedule-row-invalid{
   background-color: #ffe1de;
}
.schedule-row-new{
   background-color: #b7dfff;
}
.schedule-data-row{
    border-bottom: 8px solid white;
}
.schedule-data-row-orig{
    display: none;
}
.schedule-checkbox-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-schedule-data{
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.compare-schedule-data .schedule-days-container .container{
    padding: 5px;
    background-color: transparent;
}
.schedule-delete{
    margin-right: 5px;
}
.schedule-action-btns2{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
}
.schedule-action-btns-inner{
    display: flex;
    flex-direction: row;    
    gap: 5px;
}










/* week calendar */

:root {
  --week-table-border-color: #e7e7e7;
}

.apcw.calendar-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin: 1em auto;
    opacity: 0;
    transition: opacity 0.5s;
}
.calendar-wrapper-visible {
    opacity: 1!important;
}
.apcw .calendar-btn{
    padding: 15px;
    cursor: pointer;
    white-space: nowrap;
    background: #3e4f51;
    color: #fff;
    transition: opacity 0.3s;
}
@media (hover: hover) {
    .apcw .calendar-btn:hover{
        background: #fff;
        color: #3e4f51;
    }
}
.apcw .calendar-header-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
    align-items: center;
}
.apcw .calendar-header-title {
    text-align: center;
    grid-area: title;
    font-size: 2em;
    flex:1;
}
.apcw .calendar-btn-previous-wrap{
    order:1;
}
.apcw .calendar-header-title{
    order:2;
}
.apcw .calendar-btn-next-wrap{
    order:3;
}
@media (max-width: 900px){
    .apcw .calendar-header-title {
        font-size: 1.3em;
    }
}
/*  make 2 column */
@media (max-width: 600px) {
  .apcw .calendar-header-wrapper{
    flex-wrap:wrap;
  }
  .apcw .calendar-header-title {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }
  .apcw .calendar-btn-previous-wrap{
    width: 50%;
  }
  .apcw .calendar-btn-next-wrap{
    display: flex;
    width:50%;
    order:2;
  }
  .apcw .calendar-btn-next{
    margin-left: auto;
  }
}

/* search */
.apcw .calendar-search-wrap{
    padding: 8px;
    margin-left: auto;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.apcw .calendar-search-date-field{
    color: #fff;
    background: #00bcd4;
    color-scheme: dark;
    margin-left: 10px;
}
.apcw .calendar-search-btn{
    color: #bbb;
    cursor: pointer;
    margin-right: 10px;
    transition: all .3s;
}
.apcw .calendar-search-btn svg{
    height: auto;
    display: block;
    width: 20px;
    fill: currentColor;
}
@media (hover: hover) {
    .apcw .calendar-search-btn:hover{
        transform: scale(1.3);
    }
}

.apcw .calendar-week-header {
    padding: 5px 0;
    position: relative;
}
.apcw .calendar-week-days {
    text-align: center;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(8, 1fr);
}
.apcw .calendar-times{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(8, 1fr);
    min-height: 50px;
}
.apcw .calendar-time{
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px var(--week-table-border-color) solid;
    border-right: 1px var(--week-table-border-color) solid;
    border-bottom: 1px var(--week-table-border-color) solid;
}
.apcw .calendar-time-content{
    border-right: 1px var(--week-table-border-color) solid;
    border-bottom: 1px var(--week-table-border-color) solid;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.apcw .calendar-time-content:not(.calendar-time-active):not(.calendar-time-active-first):not(.calendar-time-active-last):hover .schedule-content-item-add{
    display: block;
}
.apcw .calendar-week-wrap{
    display: flex;
    flex-direction: column;
    border-top: 1px var(--week-table-border-color) solid;
    border-right: 1px var(--week-table-border-color) solid;
    border-bottom: 1px var(--week-table-border-color) solid;
}
.calendar-week-wrap-empty{
    border-left: 1px var(--week-table-border-color) solid;
}
.apcw .calendar-content-item{
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    word-break:break-all;
}
.apcw .calendar-content-title{
    color: #3070d1;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.apcw .calendar-content-time{
    
}
.apcw .calendar-schedule-url{
    color: inherit;
    text-decoration: underline;
}
.apcw .calendar-content-thumb{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.apcw .calendar-today{
    color: #fff;
    background: #00BCD4;
}
.apcw .calendar-schedule-encore{
    color: #ff2222;
}
.apcw .calendar-time-active-first{
    border-bottom-color: transparent;
}
.apcw .calendar-time-active{
    border-bottom-color: transparent;
}
.apcw .calendar-time-active-last{
    
}
.apcw .calendar-advance-btn-disabled{
    opacity: 0.3;
    pointer-events: none;
}

/* compact */

.apcw .calendar-wrapper-compact{
    display: flex;
    flex-direction: column;
}
.calendar-wrapper-hidden{
    display: none!important;
}
.apcw .calendar-header-compact{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.apcw .calendar-content-compact{
    margin-top: 10px;
}
.apcw .calendar-day-wrap-compact{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #d7d7da;
    padding: 2vw 0;
    border-radius: 0.375em;
    color: inherit;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.apcw .calendar-day-compact{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.apcw .calendar-date-compact{
    font-size: 1.8em;
}
@media (hover: hover) {
    .apcw .calendar-day-wrap-compact:hover{
        background-color: #3e4f51;
        color: #ffffff;
    }
}
.apcw .calendar-selected-compact{
    background-color: #3e4f51;
    color: #ffffff;
}
.apcw .calendar-content-items-compact{
    list-style: none;
    margin: 0;
    padding: 0;
}
.apcw .calendar-content-item-compact{
    padding: 10px;
    background: #FFC107;
    border-radius: 0.375em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 10px 0;
}
.apcw .calendar-content-title-compact{
    color: #eee;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
}
.apcw .calendar-content-thumb-compact{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.apcw .calendar-content-inner-compact{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.apcw .calendar-content-time-compact{
    
}
.apcw .calendar-content-no-events-compact{
    font-size: 1.5em;
    text-align: center;
}





/* month calender */

:root {
  --month-table-border-color: #d8d8d8;
}

.apcm.calendar-wrapper {
    display: flex;
    flex-direction: column;
    margin: 1em auto;
}
.apcm .calendar-btn{
    padding: 15px;
    cursor: pointer;
    white-space: nowrap;
    background: #3e4f51;
    color: #fff;
    transition: opacity 0.3s;
}
@media (hover: hover) {
    .apcm .calendar-btn:hover{
        background: #fff;
        color: #3e4f51;
    }
}
.apcm .calendar-header-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
    align-items: center;
}
.apcm .calendar-header-title {
    text-align: center;
    grid-area: title;
    font-size: 2em;
    flex:1;
}
.apcm .calendar-btn-previous-wrap{
    order:1;
}
.apcm .calendar-header-title{
    order:2;
}
.apcm .calendar-btn-next-wrap{
    order:3;
}
/*  make 2 column */
@media (max-width: 600px) {
  .apcm .calendar-header-wrapper{
    flex-wrap:wrap;
  }
  .apcm .calendar-header-title {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }
  .apcm .calendar-btn-previous-wrap{
    width: 50%;
  }
  .apcm .calendar-btn-next-wrap{
    display: flex;
    width:50%;
    order:2;
  }
  .apcm .calendar-btn-next{
    margin-left: auto;
  }
}

/* search */
.apcm .calendar-search-wrap{
    padding: 8px;
    margin-left: auto;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.apcm .calendar-search-date-field{
    color: #fff;
    background: #00bcd4;
    color-scheme: dark;
    margin-left: 10px;
}
.apcm .calendar-search-btn{
    color: #bbb;
    cursor: pointer;
    margin-right: 10px;
    transition: all .3s;
}
.apcm .calendar-search-btn svg{
    height: auto;
    display: block;
    width: 20px;
    fill: currentColor;
}
@media (hover: hover) {
    .apcm .calendar-search-btn:hover{
        transform: scale(1.3);
    }
}

.apcm .calendar-week-days {
    text-align: center;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(7, 1fr);
    padding-bottom: 1em;
}
.apcm .calendar-week {
    font-size: inherit;
}
.apcm .calendar-week-short{
    display: none;
}
.apcm .calendar-days-field {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.apcm .calendar-day-wrap {
    margin: 0;
    padding: 1em;
    border-right: 1px var(--month-table-border-color) solid;
    border-bottom: 1px var(--month-table-border-color) solid;
    cursor: pointer;
    background-color: rgba(235,235,235,0.3);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 600px) {
    .apcm .calendar-day-wrap {
        padding: 1em 0;
        font-size: 14px;
    }   
    .apcm .calendar-week-long {
        display: none;
    }
    .apcm .calendar-week-short {
        display: block;
    }       
}
@media (hover: hover) {
    .apcm .calendar-day-wrap:hover{
        background:rgb(215, 224, 233);
    }
}
.apcm .calendar-today{
    background:rgb(255 236 235);
}
.apcm .calendar-day-num{
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    padding: 3px;
}
.apcm .calendar-day-content-show{
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.apcm .calendar-day-content-show-count{
    display: inline-block;
    line-height: 1.8em;
    width: 1.8em;
    background-color: rgba(255,255,235,0.5);
    border: 1px solid #999;
    border-radius: 1em;
    font-weight: bold;
}
.apcm .calendar-day-content-show-label{
    margin-left: 5px;
}   
.apcm .calendar-content-day-main{
    border-bottom-color: transparent;
    background-color: rgba(255,255,235,0.5);
}
.apcm .calendar-top-border{
    border-top: 1px var(--month-table-border-color) solid;
}
.apcm .calendar-left-border{
    border-left: 1px var(--month-table-border-color) solid;
}

/* daily content slider */

.apcm .calendar-daily-content{
    grid-column: 1 / -1;
    background-color: rgba(255,255,235,0.5);
    border-radius: 20px;
    border: 1px solid #9e9e9e;
    position: relative;
    overflow: hidden;
}
.apcm .calendar-daily-content-slider{
    position: relative;
    width: calc(100% - 80px);
    left: 40px;
    overflow: hidden;
    padding: 30px 0;
}
.apcm .calendar-daily-content-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    top:0;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}
.apcm .calendar-daily-content-backward,
.apcm .calendar-daily-content-forward{
    position: absolute;
    width: 40px;
    height: 100%;
    background: transparent;
    top:0;
    color: #888;
    cursor: pointer;
    transition: color .5s, background-color .5s;
    display: none;
}
@media (hover: hover) {
    .apcm .calendar-daily-content-backward:hover,
    .apcm .calendar-daily-content-forward:hover{
        background: #525252;
        color: #eee;
    }
}
.apcm .calendar-daily-content-backward{
    left: 0;
}
.apcm .calendar-daily-content-forward{
    right: 0;
}
.apcm .calendar-daily-content-backward svg,
.apcm .calendar-daily-content-forward svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    display: block;
    width: 20px;
    fill: currentColor;
}
.apcm .calendar-content-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 200px;
    flex-shrink: 0;
    padding-top: 5px;
    word-break:break-all;
}
@media (max-width: 700px) {
    .apcm .calendar-content-item {
        width: 150px;
    }
}
.apcm .calendar-content-item-active {
    border: 1px solid red;
}
.apcm .calendar-content-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}
.apcm .calendar-content-title {
    color: #3070d1;
    padding: 0;
    margin: 5px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}   
.apcm .calendar-schedule-url{
    color: inherit;
    text-decoration: underline;
}               
.apcm .calendar-schedule-encore {
    color: #ff2222;
}   




/* popup info */

.apcal-dialog-wrap{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483646!important;
    opacity:0;
    display: none;
    transition: opacity .3s ease-out;
    direction: ltr!important;
    line-height: normal;
}
 .apcal-lightbox{
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll; 
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.8);
}
 .apcal-dialog-inner{
    position: relative;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
 .apcal-info-dialog .apcal-dialog-inner{
    max-width: 620px;
}
 .apcal-search-dialog .apcal-dialog-inner{
    max-width: 1220px;
}
 .apcal-dialog-content{
    position: relative;
    background-color: rgb(255, 255, 255);
}
button.apcal-dialog-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease all;
    color: #666;
}
button.apcal-dialog-close svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    display: block;
    fill: currentColor;
}

.apcal-dialog-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.apcal-dialog-event-title{
    font-size: 24px;
    font-weight: bold;
}
.apcal-dialog-event-btn-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.apcal-dialog-event-btn{
    border-color: rgb(255, 255, 255);
    background-color: rgb(233, 32, 46);
    font-size: 13px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
}
.apcal-dialog-event-btn-caption{
    font-size: 14px;
    color: #111;
    padding: 4px 0 0 0;
}


.apcal-dialog-event-description{
    font-size: 18px;
    margin-top: 0;
}
.apcal-dialog-event-media{
    display: flex;
    align-items: center;
    justify-content: center;
}
.apcal-dialog-event-media img{
    display: block;
    width: 100%;
}
.apcal-dialog-event-bottom{
    padding: 50px;
}

.apcal-dialog-event-tags{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.apcal-dialog-event-tag{
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
}
.apcal-dialog-event-attachment{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    line-height: 20px;
    color: rgb(28, 145, 255);
    font-size: 15px;
}
.apcal-dialog-event-attachment svg{
    height: 15px;
    display: block;
    fill: currentColor;
}
@media (hover: hover) {
    .apcal-dialog-event-attachment:hover{
        text-decoration: underline;
    }
}
.apcal-dialog-event-when-wrap{
    margin-bottom: 20px;
    margin-top: 40px;
}
.apcal-dialog-event-when{
    font-size: 15px;
    color: #111;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase;
}

.apcal-dialog-divider{
    width: 100%;
    background-color: rgba(17, 17, 17, 0.1);
    height: 1px;
}
.apcal-dialog-event-when-header{
    margin-left: 10px;
}
.apcal-dialog-event-when-date{
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 30px;
}
.apcal-dialog-event-share-header{
    font-size: 15px;
    color: #111;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase;
    margin-top: 40px;
}
.apcal-dialog-event-share-header svg{
    height: 15px;
    display: block;
    fill: currentColor;
}
.apcal-dialog-event-share-title{
    margin-left: 10px;
    
}
.apcal-dialog-event-share-content{
    font-size: 15px;
    color: #111;
    margin: 12px -10px 0;
    display: flex;
}
.apcal-dialog-event-share-link-button{
    width: 50%;
    display: inline-flex;
    margin: 0 10px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    top: 0;
    transition: .3s ease all;
    position: relative;
}
@media (hover: hover) {
    .apcal-dialog-event-share-link-button:hover{
        background-color: #ccc;
    }
}
.apcal-dialog-event-share-link-button svg{
    height: 15px;
    display: block;
    fill: currentColor;
}
.apcal-dialog-event-share-link-text{
    margin-left: 8px;
    font-size: 13px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
}
.apcal-dialog-event-share-email-button{
    width: 50%;
    display: inline-flex;
    margin: 0 10px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: .3s ease all;
    text-decoration: none;
}
.apcal-dialog-event-share-email-button svg{
   height: 15px;
    display: block;
    fill: currentColor; 
}
.apcal-dialog-event-share-email-text{
    margin-left: 8px;
    font-size: 13px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    
}

.apcal-dialog-event-elem-hidden{
    display: none!important;
}


/* search dialog  */
.apcal-search-dialog .apcal-dialog-content{
    padding: 50px 60px 30px 50px;
}
.apcal-search-event-tag-container{
    display: grid;
    grid-template-columns: auto auto auto;
}
.apcal-search-event-tag-header{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}
input.apcal-search-event-input{
    background: rgba(0,0,0,0);
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 0;
    width: 100%;
    height: 35px;
    padding: 0 0 0 5px;
    margin: 0;
    box-shadow: none;
    line-height: 1;
    box-sizing: border-box;
}

.apcal-search-tag-item{
   font-size: 16px;
   cursor: pointer;
   padding: 3px;
   transition: color 0.2s;
}
@media (hover: hover) {
    .apcal-search-tag-item:hover{
       background-color: #ccc;
    }
}
.apcal-search-tag-item-selected{
    background-color: #ccc;
}
.apcal-search-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}
button.apcal-search-do{
    background-color: #2196f3;
    font-size: 13px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
button.apcal-search-clear{
    background-color: #9E9E9E;
    font-size: 13px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.apcal-search-event-results{
    margin-top: 40px;
    max-height: 900px;
    overflow-y: auto;
}
.apcal-search-event-include-past-events-label{
    font-size: 16px;
}
.apcal-search-event-noresults{
    display: none;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #2196f3;
}
.calendar-search-event-item-compact{
    padding: 10px;
    background: #FFC107;
    border-radius: 0.375em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 10px 0;
}
.calendar-search-event-title-compact{
    color: #eee;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5em;
}
.calendar-search-event-inner-compact{
    display: flex;
    flex-direction: row;
    gap:20px;
}
.calendar-search-event-inner-compact-date{
    background: rgb(32, 32, 32);
    color: #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}
.calendar-search-event-inner-compact-time-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}



.apcal-body-noscroll-info,
.apcal-body-noscroll-search{
    overflow: hidden;
}







