body {
	background-color: var(--nx-custom-form-color); !important;
	padding: 20px 20px 0px 20px !important;
}
.wrapper {
	overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.logo-lg img {
    height: 40px !important;
    width: 40px !important;
}
.logo-sm img {
    height: 30px !important;
    width: 30px !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    cursor: pointer !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin-right: 8px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin-left: 8px;
}
.fc-event .fc-event-main {
    font-size: 14px;
    margin: -4px;
    display: flex !important;
    margin-left: 1px;
}
.fc-event {
    color: #000 !important;
}
.fc-day-sat .fc-daygrid-day-number,
.fc-day-sun .fc-daygrid-day-number {
    background-color: #ff0000;
    color: #fff !important
}
.fc-daygrid-day-number {
    font-size: 12px !important;
}
.fc .fc-list-sticky .fc-list-day>* {
    background: transparent !important;
}
.fc .fc-scrollgrid-section-sticky>* {
    background: transparent !important;
}
.leaflet-control-custom {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}
.lg-sub-html {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 5px !important;
}
.lg-sub-html p {
    font-size: 16px !important;
}
@media (min-width: 600px) {
    .lg-sub-html {
        width: 80vw !important;
    }
}
@media (max-width: 600px) {
    .lg-sub-html {
        width: 100vw !important;
    }
}
.exif-container {
    margin-top: 10px;
    display: flex;
    justify-content: center !important;
}
.exif-data {
    width: 50% !important;
    font-size: 16px !important;
}
.exif-data p {
    margin: 0 !important;
    font-size: 14px !important;
}
.exif-data a {
    text-decoration: none;
    color: #007bff !important;
}
.exif-data a svg {
    width: 20px !important;
    height: 20px !important;
}
.exif-data a svg:hover {
    fill: hsl(5, 70%, 57%) !important;
}
@media only screen and (max-width: 768px) {
    .exif-data {
        width: 80% !important;
    }
}
@media only screen and (max-width: 576px) {
    .exif-data {}
}
@media only screen and (max-width: 480px) {
    .exif-data {
        width: 90% !important;
    }
}