.timely-calendar-iframe {
display: block;
position: relative;
width: 100%;
border: none;
margin: 0px auto;
transition: none;
}
.timely-embedded-fes-btn {
color: #8089a7;
background-color: transparent;
padding:5px;
font-size: 14px;
border-radius: 5px;
border: 1px solid #8089a7;
display: inline-block;
font-family: Sans-serif;
width: fit-content;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.timely-frame {
display: block;
position: relative;
width: 100%;
border: none;
margin: 0 auto;
transition: none;
}
.timely-button-focus-init:focus {
background-color: transparent !important;
text-decoration: none !important;
outline: none !important;
color: transparent !important;
opacity: 0 !important;
}
.timely-frame:not(.timely-slider) {
height: 400px;
}
.timely-custom-display {
opacity: 0;
transition: opacity 0.2s ease-out;
}
.timely-custom-display.timely-custom-display-visible {
opacity: 1 !important;
}
.timely-details-loading-container-wrapper {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
color: #fff;
z-index: 100001;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.9);
}
.timely-calendar-loading {
display: block;
width: 100px;
height: 100px;
border: 10px solid transparent;
border-right-color: #73c047;
border-bottom-color: #73c047;
border-radius: 50%;
margin-bottom: 20px;
animation: loading 1s linear infinite;
}
@keyframes loading {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.timely-event-new-tab {
background-color: #fff !important;
}
.timely-iframe-popup-container {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100vw;
z-index: 100000;
text-align: center;
overflow-y: auto;
-webkit-overflow-y: auto;
-webkit-overflow-scrolling: touch;
background: rgba(0, 0, 0, 0.5);
scrollbar-width: none; }
.timely-iframe-popup-container::-webkit-scrollbar {
display: none; }
.timely-iframe-popup {
width: 100vw !important;
height: 100vh;
margin: 0 auto;
padding: 0;
border: none;
overflow-y: hidden;
}
@media screen and (max-width: 768px) {
.timely-iframe-popup-container {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 100000;
text-align: center;
overflow-y: auto;
-webkit-overflow-y: auto;
-webkit-overflow-scrolling: touch;
background: rgba(0, 0, 0, 0.5);
scrollbar-width: none;
}
}