.tsm-carga-salud {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
}
.tsm-mensajes-v2.tsm-carga-salud .tsm-logos-companias {
    max-width: 500px;
    width: 100%;
    padding: 0;
    min-height: 70px;
}
.tsm-form-mensajes {
    margin-bottom: 20px;
    max-width: 500px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}
.tsm-form-mensajes > div {
    font-size: 25px;
    color: #000;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}
.tsm-mensajes-v2.tsm-carga-salud .tsm-logos-companias img {
    width: 20%;
    max-width: none!important;
}
.tsm-logo-compania-wrapper {
    display: flex;
    align-items: center;
}
.tsm-logo-compania-loading-bar {
    background: #f0f0f0;
    border-radius: 50px;
    width: 80%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.tsm-logo-compania-loading-bar .tsm-logo-compania-inner-loading-bar {
    color: #fff;
    font-weight: bold;
    border-radius: 50px 0px 0px 50px;
    width: 0;
    height: 100%;
    background: #0ec3c3;
    transition: all 0.2s cubic-bezier(0.42, 0, 0, 0.97) 0s;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}
.tsm-loading-svg {
    animation: tsm-gear 3s infinite linear;
    width: 60px;
    height: 60px;
    fill: #061363;
}
@media (max-width: 767px) {
    .tsm-form-mensajes {
        min-height: 140px;
    }
    .tsm-form-mensajes > div {
        font-size: 18px;
        color: #000;
        line-height: 21px;
    }
    .tsm-mensajes-v2.tsm-carga-salud h3.tsm-text-primary {
        font-size: 20px;
        margin-bottom: 0;
    }
    .tsm-mensajes-v2.tsm-carga-salud .tsm-logos-companias {
        min-height: 130px;
    }
    .tsm-mensajes-v2.tsm-carga-salud .tsm-logos-companias img {
        width: 37%;
    }
    .tsm-logo-compania-wrapper {
        flex-direction: column;
    }
    .tsm-logo-compania-loading-bar .tsm-logo-compania-inner-loading-bar {
        font-size: 14px;
    }
}