#content-wraper {
    background-color: #eff3fc;
}

#multistepform-example-container {
    /* background-color:white; */
    z-index: 2;
}

.chat-bottom {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 15px;
    z-index: 3;
    background-color: white;
    border: solid 1px black;
    margin-right: 20px;
    margin-bottom: 10px;

}

.sidebar,
.btn-primary {
    background: #2a3d76;
}

.card-category {
    min-height: 190px !important;
}

.border-titulo {
    border-bottom: solid 1px black !important;
}

#temporizador {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 11px;
    border: double 2px black;
    border-radius: 25px;
    background: black;
}

#temp-time {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}