/* hide scrollbar but allow scrolling */
html,body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}
*{
    /* font-size: 0.9rem !important; */
}
.alertify-notifier{
    font-size: 12px !important;
}
.noti-icon .noti-dot{
    min-width: 15px !important;
    min-height: 15px !important;
}
.noti-dot:empty{
    display: none;
}
span.error{
    color: rgb(238, 126, 126);
}

html::-webkit-scrollbar,body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 20px !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 45px !important;
    height: 45px !important;
}
input.gridjs-input{
    border-radius: 20px !important;
}
td.gridjs-td, th.gridjs-th {
    border: 0 solid #eff0f2 !important;
    border-bottom-width: 1px !important;
    padding: 0.75rem 0.75rem !important;
}
.table-responsive{
    min-height: 300px;
    /* overflow-y: hidden !important; */
}
.overflow-y{
    overflow-y: auto;
    max-height: 200px;
}
.modal-title{
    font-size: 15px;
}
.leaflet-popup-content{
    margin: 0 !important;
}
.leaflet-popup-content-wrapper{
    border-radius: 50% !important;
    padding: 5px !important;
}
.leaflet-marker-icon{
    width: auto !important;
    height: auto !important;
    position: relative;
}
.leaflet-marker-icon .marker-pin::after{
    position: absolute;
    bottom: -22px;
    left: 30%;
    content: " ";
    border-bottom: solid 12px transparent;
    border-top: solid 12px white;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}
.loading_container{
    top: 0;
    left: 0;
    background: rgba(13, 13, 13, 0.15);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 10000;
}
.loading_box{
    background: rgb(255, 255, 255);
    width: 200px;
    height: 100px;
    margin: auto;
    border-radius: 15px;
    display: flex;
}
.loading_box i{
    margin: auto;
}

#map {
    margin-top: 30px;
    height: 250px;
}
#map_edit {
    margin-top: 30px;
    height: 250px;
}
