.text-theme {
    color: #145BC7 !important;
}

.bg-theme {
    background-color: #145BC7 !important;
}

.border-theme {
    border-color: #145BC7 !important;
}

.rotate_icon {
    transform: rotate(90deg);
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.infos_info {
    color: #145BC7 !important;
    font-size: 13px !important;
}

.infos_labels {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}