﻿.trow:is(:last-of-type){
    margin-bottom: 0px;
}

#map {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.field-validation-error {
    color: red;
    margin: 5px 0px;
}

body.focus-mode #kt_aside {
    display:none;
}

body.focus-mode #kt_wrapper {
    padding-left: 0;
}

body.focus-mode #kt_activities_toggle {
    display: none;
}

.toastr.toastr-success {
    background-color: var(--kt-primary) !important;
}

#toastr-container > div {
    opacity: 1 !important;
}


[data-dependent] {
    display: none;
}

.show[data-dependent] {
    display: flex;
}