.label_vstore,
.txt_vstore {
    display: block;
    margin-bottom: 2px !important;
}

.txt_vstore_n {
    width: 100% !important;
}

.txt_vstore,
.txt_vstore_n {
    margin-bottom: 12px;
    width: 95%;
    padding: 0.2em;
    height: 30px;
}

.txt_vstore_select {
    margin-bottom: 8px;
    width: 98%;
    height: 30px;
    /*padding: 0.4em;*/
    font-size: 0.8em;
}

.vstore-fieldset {
    padding: 0;
    border: 0;
    margin-top: 5px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.card {
    color: #000;
    padding: 0.1rem;
    height: auto;
}

.cards {
    max-width: 1200px;
    margin: 0.5rem 0;
    padding: 1rem;
    display: grid;
    grid-gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    overflow: hidden;
}

.field_requerido {
    color: tomato;
    vertical-align: top;
}

.txt_vstore_select_tipo {
    margin-bottom: 8px;
    width: 98%;
    height: 34px;
    padding: 0.4em;
}

.cards_1 {
    max-width: 1200px;
    margin: 0.5rem 0;
    padding: 1rem;
    display: grid;
    grid-gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    overflow: hidden;
}

.register-loader {
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
}
