﻿.ls-search {
    min-height: 7em;
}

.ls-search__card {
    background-color: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
}

    .ls-search__card:hover {
        background-color: #dcffff;
    }

.ls-search__card--selected {
    background-color: #dcffff;
}

.ls-search__card--red {
    background-color: #ffcbd1;
}

.ls-search__card__text {
    /*text-wrap: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu {
    overflow: auto !important;
    overflow-x: hidden !important;
}

    .dropdown-menu > li :hover {
        background-color: #1B5592;
        color: #fff;
    }

    .dropdown-menu > li > span {
        display: inline-block;
        width: 100%;
        padding-inline: 4px;
        padding-bottom: 2px;
    }

.ls-col-lg-2 {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.ls-overflow-auto {
    overflow: auto !important;
    overflow-x: hidden !important;
    -ms-overflow-x: hidden !important;
}

.cli-bairro-chart {
    width: 100%;
    height: 300px;
}

.chart-scroll-box-body {
    max-height: 300px;
    overflow: auto;
}

.ls-input-currency, .ls-input-percentage {
    text-align: right !important;
}

.gif-container {
    width: 400px;
    overflow: hidden;
}

    .gif-container img {
        width: 100%;
        height: auto;
    }

#liveAlertPlaceholder {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    z-index: 2000 !important
}

@media (max-width: 640.98px) {
    #liveAlertPlaceholder {
        left: 5px;
        right: 5px;
        width: 90vw;
    }
}

.dropdown-grouped {
    width: calc(100% - 20px);
}

.ls-alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.ls-alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.ls-alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.ls-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.ls-alert-success {
    color: #ffffff;
    background-color: #31b075;
    border-color: #31b075;
}