@import "fontawesome.min.css";
 
@import "datepicker.min.css";
@import "bootstrap.min.css";

@font-face {
  @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

}

@font-face {
    font-family: "Fredoka", sans-serif;

}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}


@keyframes rotateLoader {
    0% , 10%{ transform: rotate(-153deg); }
    90%, 100% { transform: rotate(0deg); }
}
@keyframes ballMoveX {
    0% , 10%{  transform: translateX(0) }
    90%, 100% { transform: translateX(32px) }
}


@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}



.bgtheme {
  background-color: #faa719;
}

.bgtheme:hover,
.bgtheme:active,
.bgtheme:focus {
  background-color: #faa719;
}




:root {
    --color1: #FAA719;
    --color2: #333333;
    --color3: #ffc466;
}

* {
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
}

div.my-container {
    width: 80%;
    margin: 0 auto;
}

.my-table tr {
    background-color: white;
}

.my-table tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.color-1 {
    color: var(--color1);
}


.bg-1 {
    background-color: var(--color1);
}

.color-2 {
    color: var(--color2);
}


.bg-2 {
    background-color: var(--color2) !important;
}

.top-header {
    height: 40px;
}

.menu_item:is(:link, :visited) {
    transition: all 300ms;
}

.menu_item:is(:link, :visited):hover {
    background-color: white;
    color: var(--color1) !important;
}

.menu_item_li:has(.sub_menu:hover) .menu_item:is(:link, :visited) {
    background-color: white;
    color: var(--color1) !important;
}

.sub_menu {
    box-shadow: 0 0 20px -14px black;
    display: none;
}

.menu_item_li:hover .sub_menu {
    display: block;
}

.list-style-type-none {
    list-style-type: none;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-13px {
    font-size: 13px;
}

.font-size-12px {
    font-size: 12px;
}

.sub_menu li a:is(:link, :visited) {
    height: 40px;
}

main aside {
    flex-basis: 25.5%;
}

main div.content {
    flex-basis: 74.5%;
}

.number-box {
    height: 40px;
    font-size: 20px;
}

.hr {
    height: 1px;
}

.level_list li i {
    display: none;
}

.level_list li[active=true] i {
    display: inline-block;
}

#map {
    height: 800px;
}

.z-1000 {
    z-index: 1000;
}

.leaflet-top.leaflet-right {
    display: none;
}

.w-option-btn {
    width: 70px;
}

.overlay {
    display: none;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.28);
    transition: all 250ms linear;
}

.option-page {
    display: none;
    width: 40%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 100000;
    transition: all 250ms linear;
}

.my_label {
    width: 100px;
    display: inline-block;
}


.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}

.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}


.menu {
    --s: 25px; /* control the size */
    --c: black; /* the color */

    height: var(--s);
    aspect-ratio: 1;
    border: none;
    padding: 0;
    border-inline: calc(var(--s) / 2) solid #0000;
    box-sizing: content-box;
    --_g1: linear-gradient(var(--c) 20%, #0000 0 80%, var(--c) 0) no-repeat content-box border-box;
    --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, #0000) repeat-y content-box border-box;
    background: var(--_g2) left var(--_p, 0px) top,
    var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top,
    var(--_g2) right var(--_p, 0px) top,
    var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
    background-size: 20% 80%,
    40% 100%;
    position: relative;
    clip-path: inset(0 25%);
    -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
    cursor: pointer;
    transition: background-position .3s var(--_s, .3s),
    clip-path 0s var(--_s, .6s);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.menu:before,
.menu:after {
    content: "";
    position: absolute;
    border-radius: var(--s);
    inset: 40% 0;
    background: var(--c);
    transition: transform .3s calc(.3s - var(--_s, .3s));
}

.menu:checked {
    clip-path: inset(0);
    --_p: calc(-1 * var(--s));
    --_s: 0s;
}

.menu:checked:before {
    transform: rotate(45deg);
}

.menu:checked:after {
    transform: rotate(-45deg);
}

.menu:focus-visible {
    clip-path: none;
    -webkit-mask: none;
    border: none;
    outline: 2px solid var(--c);
    outline-offset: 5px;
}

.mobile_menu {
    display: none;
}

.mobile_menu > ul > li > a:is(:link, :visited) {
    min-height: 20px;
    background-color: var(--color3);
}

.mobile_menu > ul > li > a:is(:link, :visited):active {
    background-color: #ffd99a;
    user-select: none;
}

.mobile_menu > ul > li > a:is(:link, :visited) + ul {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.loading {
    display: flex;
    z-index: 1000000000;
    transition: all 300ms;
}

.alert{
    position: fixed;
    top: 10px;
    right: -150%;
    width: 357px;
    height: 92px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2000000;
    cursor: pointer;
    border: 0;
    transition: all 500ms;
}
.alert-success{
    border-top: 9px solid #2ec800;
}
.alert-fail{
    border-top: 9px solid red;
}
.loader {
    position: relative;
    width: 100px;
    height: 16px;
}

.loader:before, .loader:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 32px 0 #000000;
    left: 0;
    top: 0;
    animation: ballMoveX 0.5s linear infinite;
}

.loader:after {
    box-shadow: none;
    transform-origin: 40px 0;
    transform: rotate(-153deg);
    animation: rotateLoader 0.5s linear infinite;
}

#stopLocation{
    display: none;
}

.form-container{
    transition: all 300ms;
    overflow: hidden;
}

div:where(.swal2-container) .swal2-html-container {
    white-space: break-spaces !important;
}
