/* Custom CSS for PopUp */ .hover-style { position: absolute; z-index: 999; padding: 13px; display: inline-block !important; left: 10%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 20px; background-color: white; font-family: var(--e-global-typography-primary-font-family); max-width: 410px; right: 0; } .bottom { bottom: 0; } .top { top: 0; } .popup-conatiner { position: relative; } .custom-modal-body { margin: 0; color: var(--e-global-color-text); overflow-y: unset; // max-width: 350px; max-width: 400px; } .custom-modal-body img { width: 390px; max-width: 100%; height: 150px !important; } .custom-modal-body p { white-space: nowrap; } .descript { font-weight: 700; } a:hover { color: var(--e-global-color-primary); } .fc .fc-toolbar.fc-header-toolbar { justify-content: unset !important; } .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) { flex: 1 !important } .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) { flex: auto !important; } button.fc-timeGridDay-button.fc-button.fc-button-primary { display: none !important; } button.fc-listMonth-button.fc-button.fc-button-primary { display: none !important; } button.fc-timeGridWeek-button.fc-button.fc-button-primary { display: none !important; } button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active { display: none !important; } .d-none { display: none; }