/*!
 * These are customizations on top of landkit.
 */

.img-svg>svg g path .primary {
    fill: #ffc000 !important;
}

.img-svg .primary ellipse {
    fill: #ffc000 !important;
}

.icon>svg path.primary {
    fill: #ffc000 !important;
}

.icon>svg ellipse.primary {
    stroke: #ffc000 !important;
}

.icon-grey>svg path.primary {
    fill: #d4d4d4 !important;
}

.icon-sm  > svg {
    height: 1rem;
    width: 1rem;
}

.img-big>svg {
    width: 20rem;
    height: 22rem;
}

.wide-container {
    max-width: 1386px;
}

.badge-success-soft {
    background-color: rgba(189, 14, 14, 0.1);
    color: #bd0e0e;
}

.badge-primary-soft {
    background-color: rgba(255, 192, 0, 0.1);
    color: #ffc000;
}

.badge-white {
    background-color: #FFF;
    color: #000;
}


.badge-pill {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-radius: 10rem;
}

.badge-primary-desat-soft {
    background-color: rgba(108, 138, 236, 0.1);
    color: #6C8AEC;
}

.bg-dark {
    color: white;
}

.bg-dark .nav-link {
    color: white;
}

.bg-dark .svg-grey path {
    fill: white;
}

.minvh-50 {
    min-height: 50vh;
}

.minvh-75 {
    min-height: 75vh;
}

.minvh-100 {
    min-height: 100vh;
}

.marker-destination svg {
    width: 27px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

.marker-destination svg g {
    fill: #1da1f2;
}

.marker-via-dot {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #1da1f2;
    content: '';
    height: 14px;
    width: 14px;
    box-sizing: border-box;
    cursor: pointer;
} 

.client-logos img {
    max-height: 80px;
    max-width: 250px;
    margin: .75rem !important;
}

.client-logos-small img {
    max-height: 60px;
    max-width: 150px;
    margin: .75rem !important;
}
.icon-circle-xs {
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
}


.container-md,
.container {
    z-index: unset;
}

.layer-toggle-icon>svg {
    width: 15px;
    height: 15px;
}

.mode-icon>svg {
    width: 40px;
    height: 40px;
}

.svg-icon-ty>svg {
    width: 10px;
    height: 10px;
}

.svg-icon-sm>svg {
    width: 20px;
    height: 20px;
}

.svg-icon-grey>svg path,
.svg-icon-grey>svg rect,
.svg-icon-grey>svg circle {
    fill: gray;
    color: gray;
}

.badge-color-picker {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    height: calc(1em + .5rem);
    width: calc(1em + .5rem);
    background: transparent;
}

.badge-color-picker::-moz-color-swatch {
    border: none;
    border-radius: 100%;
}

.modal .btn-save {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1000
}

.btn-close-lg {
    background-size: 1em;
}

.toolbox-icon {
    margin-left: 10px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
}

.toolbox-icon path {
    fill: #fff;
}

.toolbox-icon circle {
    fill: #fff;
}

.text-sm {
    font-size: 0.9rem;
}

.border-tool {
    border-color: #f1f4f8 !important;
}

.fs-tool {
    font-size: .95rem !important;
}


.form-select-tool {
    line-height: unset;
    background-position: right 0.625rem center;
    background-size: 0.75em;
    height: unset;
    padding: 0;
    width: 110px;
}

.map-control {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
}

.map-control-button {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 29px;
    outline: none;
    width: 29px;
    padding: 0;
    color: #000000 !important
}
.map-control-button > svg {
    margin: 3px;
    height: 24px;
    width: 24px;
}
.map-control-button>svg path.primary {
    fill: currentColor !important;
}

.map-control-button>svg ellipse.primary {
    stroke: currentColor !important;
}

.map-alert {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.map-alert-content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.map-busy-alert {
    background: #ffffff6c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-busy-alert-content {
    background: #ffffff;
    box-shadow: 0 0 5px 5px #ffffff;
    border-radius: 4px;
    padding: 5px;
}

.color-picker .wrapper {
    border: none;
    padding: 0;
    --picker-width: 230px;
}