.btn-disabled{
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}

.single-search-box, .countdown-timer{
    color: #787878;
}

.text-c-blue{
    color: #161d4f;
}

.text-c-red{
    color: #ec1c24;
}

.b-c-red{
    border: 1px solid #ec1c24;
}

.es-invalido {
    border-color: #ec1c24 !important;
    padding-right: calc(1.5em + 1.25rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.error {
    color: #ec1c24;
    font: menu;
}

input[type=checkbox]{
    accent-color: #2e3191;
}