/* Global */
.jw-txt {
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .5) !important;
}

strong {
    font-weight: 800 !important;
}

.jw-badge-blue {
    background: rgba(3, 132, 252, .35);
    color: rgb(3, 223, 252) !important;
}

.jw-badge-green {
    background: rgba(38, 189, 11, .35);
    color: rgb(100, 212, 80) !important;
}

.op-7 {
    opacity: .6 !important;
}

/* Mapa dos Leiloeiros */

.mob_only {
    display: none;
}

@media (max-width: 767px) {
    #mapa_leiloeiros {
        display: block !important;
    }

    #leiloeiros_lista .col_title small {
        display: block;
        margin-bottom: 3px;
    }

    #sotreq-select {
        text-align: center !important;
    }

    #mapa-svg-sotreq {
        max-width: 100% !important;
    }

    #map_stitle {
        display: none !important;
    }

    #leiloeiros_lista {
        padding: 1rem !important;
        padding-top: 5rem !important;
    }

    .mob_hide {
        display: none !important;
    }

    .mob_only {
        display: block !important;
    }

    .col_title {
        width: 100% !important;
    }
}

#leiloeiros_lista {
    margin: 0;
    padding: 10rem;
    padding-top: 5rem;
}

#mapa_leiloeiros {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapa-svg-estados {
    fill: #373737;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -ms-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    stroke: transparent;
    stroke-dasharray: 180%;
    stroke-dashoffset: -120%;
    stroke-width: 2px;
}

.mapa-svg-estados:hover {
    /*opacity: 0.6;*/
    cursor: pointer;
    stroke: #0098ff;
    fill: #525252;
    stroke-dashoffset: 0%;
}

.mapa-svg-estados-active {
    cursor: pointer;
    stroke: #0098ff;
    fill: #525252;
    stroke-dashoffset: 0%;
}

.pointer-svg-map {
    fill: #0098ff;
    /*opacity: 0;*/
    /*animation: pointer 2s infinite linear;*/
    animation-direction: normal;
    /*transform:translateY(-550px);*/
    animation-delay: .2s;
}

.inactive-map-svg {
    opacity: .5;
    stroke: none !important;
}

.inactive-map-svg:hover {
    stroke-dashoffset: -120%;
    cursor: inherit;
    fill: #525252;
}

@keyframes pointer {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.class-select {
    height: 40px;
    width: 250px;
    padding: 10px 18px;
    border-radius: 32px;
    color: #3c3c3c;
}