@font-face {
    font-family: 'BigYoungBGB2';
    src: url('../fonts/font.TTF');
}

* {
    font-family: 'BigYoungBGB2';
    -webkit-transform: translateZ(1);
    -moz-transform: translateZ(1);
    -ms-transform: translateZ(1);
    -o-transform: translateZ(1);
    transform: translateZ(1);
}

#map {
    height: 450px;
    width: 100%;
}

#warning-log {
    position: relative;
}

#warning-log ul,
#warning-log .empty {
    height: 450px;
}

.main-content {
    /* margin-top: 64px !important; */
}

@media (min-width: 992px) {
    .app-content {
        margin-inline-start: 0 !important;
    }

    .modal-xxl {
        min-width: 992px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        min-width: 1080px;
        max-width: 90% !important;
    }
}

.modal-xxl {
    max-width: 100% !important;
}

.modal-xxl .modal-content {
    max-width: 100% !important;
}

.modal-xxl .modal-body {
    overflow-y: auto;
}

.badge {
    font-size: 100%;
    vertical-align: middle;
    line-height: 1.rem;
}

#project-stats {
    height: 556px;
    position: relative;
}

#Pending,
#Active {
    height: 381px;
    position: relative;
}

#count-logs {
    height: 354px;
    position: relative;
}

.empty {
    color: var(--primary-bg-color);
    width: 100%;
    height: 100%;
}

.underline {
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 2px;
}

.progress-custom {
    transition: width 0.6s ease-in-out !important;
}

#assets {
    height: 256px;
    position: relative;
    overflow: hidden;
}

#cameras {
    height: 307px;
    position: relative;
}

#project_events {
    height: 307px;
    position: relative;
}

.leaflet-pulsing-icon {
    border-radius: 100%;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
}

.leaflet-pulsing-icon:after {
    content: "";
    border-radius: 100%;
    height: 300%;
    width: 300%;
    position: absolute;
    margin: -100% 0 0 -100%;

}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

.progress-bar-custom .progress-custom {
    transition: width 1s ease-in-out !important;
}

.leaflet-container a.leaflet-popup-close-button {
    inset-block-start: 0;
    inset-inline-end: 4px;
    padding-block-start: 5px;
    padding-inline-start: 0px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.vz-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    /* background: -webkit-gradient(radial, center center, 0, center center, 460, from(#396362), to(#000000));
    background: -webkit-radial-gradient(circle, #396362, #000000);
    background: -moz-radial-gradient(circle, #396362, #000000);
    background: -ms-radial-gradient(circle, #396362, #000000); */
    /* box-shadow: inset 0 0 160px 0 #000; */
    cursor: pointer;
}

.vz-wrapper.-canvas {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: initial;
    width: initial;
    background: transparent;
}
