.p-12 {
    padding-top: 12px;
}
.p-7 {
    padding-top: 7px;
}
@media (min-width: 992px) {
    [data-nav-layout="horizontal"] .app-content {
        margin-block-start: 4rem;
    }
    .global_search_group {
        min-width: 400px;
    }
}

.autoComplete_wrapper {
    display: block;
}

.autoComplete_wrapper > input {
    width: 100%;
    height: 38px;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.375rem 0.75rem;
    border-radius: 0.35rem;
}
.autoComplete_wrapper > #global_search {
    width: 330px;
    max-width: 360px;
}
.input-group > #global_search_addon {
    margin-left: -6px;
}

.text-tooltip {
    font-weight: 400;
    font-size: 0.7rem;
}

.autocomplete-suggestions {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0.35rem 0.35rem;
    max-height: 500px;
    padding-bottom: 5px;
}

.autocomplete-suggestion {
    display: block;
    width: 100%;
}
.autocomplete-suggestion .bg-utility {
    background-color: #ff8c61;
}
.autocomplete-suggestion .bg-ahj {
    background-color: #2171b5;
}
.autocomplete-suggestion .bg-state {
    background-color: #4b7f52;
}
.autocomplete-suggestion .list-group-item {
    border: none;
}

.autocomplete-selected li {
    background: #eeeeee;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.noty_theme__metroui.noty_bar {
    margin: 4px 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 0 2px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
    background-color: #fff;
    color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
    background-color: #f58646;
    color: #fff;
}

.noty_theme__metroui.noty_type__error {
    background-color: #ef4444;
    color: #fff;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
    background-color: #0c83ff;
    color: #fff;
}

.noty_theme__metroui.noty_type__success {
    background-color: #059669;
    color: #fff;
}
.app-header {
    min-height: 4rem;
}

#header-carousel {
    max-width: 400px;
}
#header-carousel .owl-carousel .item {
    height: 3rem;
}

body:after {
    content: "beta";
    position: fixed;
    width: 80px;
    height: 25px;
    background: #ee8e4a;
    top: 7px;
    left: -20px;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    z-index: 1000;
    transform: rotate(-45deg);
}

.ribbons-wrapper {
    width: 200px;
}
.env_badge {
    z-index:99999;
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
    background-color: red;
    color: white;
    padding: 30px 20px 5px 20px;
    font-weight: bold;
    text-transform:uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/** For Home Page **/
.main-content {
    padding: 0;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.leaflet-reset-icon {
    background-image: url('{{ URL::asset('assets/images/icons/reset-state.png') }}');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    font-size: 12px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.leaflet-minimum-icon>svg>g>circle:hover {
    stroke-width: 5;
}

#offcanvasRight {
    width: 450px
}

#offcanvasRight .offcanvas-header.state {
    background-color: #4B7F52
}

#offcanvasRight .offcanvas-header.ahj {
    background-color: #08306b
}

#offcanvasRight .offcanvas-header.utility {
    background-color: #985277
}

.leaflet-control-zoomhome a {
    font: bold 18px "Lucida Console", Monaco, monospace;
}

.leaflet-control-container .leaflet-bottom.leaflet-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}

a.leaflet-control-zoomhome-in,
a.leaflet-control-zoomhome-out {
    font-size: 1.5em;
    line-height: 26px;
}

#map-search {
    min-width: 300px;
}

.sidebar-content {
    overflow-y: auto;
}

.tabs,
.tabs2 {
    display: flex;
    position: relative;
    border: 1px solid #d5d5d5;
    background-color: #ecf0f1;
    box-shadow:
        0 0 1px 0 rgba(152, 152, 152, 0.35),
        0 6px 12px 0 rgba(145, 145, 145, 0.35);
    padding: 0.15rem;
    border-radius: 99px;
}

.tabs * {
    z-index: 2;
}

input[type="radio"] {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    letter-spacing: .5px;
    width: 125px;
    font-size: .85rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.tab.tab2 {
    width: 90px;
}


input[type="radio"]:checked+label {
    color: #fff;
}

input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}

input[id="radio-2"]:checked~.glider {
    transform: translateX(100%);
}

input[id="radio-3"]:checked~.glider {
    transform: translateX(100%);
}

.glider {
    position: absolute;
    display: flex;
    height: 34px;
    width: 125px;
    background-color: #2c3e50;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

.noty-white {
    background-color: white !important;
    /* Set background to white */
    color: black;
    /* Optional: Set text color to black for contrast */
    border: 1px solid #ccc;
    /* Optional: Add a border */
}

.tabs2>.glider {
    width: 90px;
}

@media (max-width: 700px) {
    .tabs {
        transform: scale(0.6);
    }
}
/*** End Home Page ***/
