html, body, #root {
    height: 100% !important;
}

#root > div, #root > div > div, #root > div > div > div {
    height: 100%;
}

.show-form {
    display: block !important;
}

.hide-form {
    display: none !important;
}

.card.card-custom > .card-header {
    min-height: 50px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px;
}

.btn.btn-sm i, .btn-group-sm > .btn i {
    font-size: 0.9rem;
    padding-right: 0.1rem;
}

.rdt_TableHeader {
    display: none !important;
}

.modalMaxHeight {
    max-height: 600px;
    overflow: auto;
}

.react-date-picker__wrapper {
    border: none !important;
}

.react-date-picker__button {
    padding: 0px 2px !important;
}

.swal2-icon, .swal2-popup .swal2-icon {
    margin: 2.5em auto .6em;
}

.custom-map-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.custom-map-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.login-form.login-signin{
    border: 1px solid #146536;
    padding: 20px;
    border-radius: 10px ;
}

.header {
    background-color: #146536;
}

.header-mobile {
    background-color: #146536;
}

.header-mobile .btn {
    color: #ffffff;
}

.header-mobile .burger-icon span {
    background-color: #ffffff;
}

.header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
    background-color: #ffffff;
}

.brand {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    font-size: 1.075rem;
}