/* .text-dark-blue {
    color: #053072 !important;
} */

.text-light-blue {
    color: #DFE8FE !important;
}

.text-soft-blue {
    color: #A3AED0 !important;
}

.col-th {
    background-color: #DFE8FE !important;
    /* color: #053072 !important; */
}

.border-primary-blue {
    width: 150px;
    border: 1px solid #053072 !important;
    border-radius: 8px;
    padding: 10px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 100px;
    /* ou qualquer altura desejada */
}

.overlay-map {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgba(3, 44, 64, 0.8);
    color: white;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
}

.btn-outline-ai {
    border: 1px solid transparent;
    background: linear-gradient(#F5F6FA, #F5F6FA) padding-box,
    linear-gradient(90deg, #50c7e3 0%, #053072 100%) border-box;
    border-radius: 5px;
}

.btn-ai {
    background: linear-gradient(90deg, #50c7e3 0%, #053072 100%) padding-box,
    linear-gradient(90deg, #50c7e3 0%, #053072 100%) border-box;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.text-ai {
    background: linear-gradient(90deg, #50c7e3 0%, #053072 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-ai {
    background: linear-gradient(90deg, #50c7e3 0%, #053072 100%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 300px;
    height: 200px;
}

.card-inner-ai {
    position: relative;
    z-index: 1000;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
}

.card-ai p {
    color: #FFFFFF;
    margin: 0;
    top: 150px;
    left: 170px;
    position: absolute;
    font-weight: normal;
}

.card-ai .icon {
    font-size: 150px;
    color: #053072;
    opacity: 0.3;
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translate(-100%, -50%);
}

.menu-link-ai {
    background: linear-gradient(90deg, #21D4FD 0%, #053072 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #cfd0d1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cfd0d1;
}

::-webkit-scrollbar-thumb:active {
    background: #cfd0d1;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px none #cfd0d1;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #ffffff;
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
