
.font-13 {
    font-size: 13px;
}
.borderRadius {
    border-radius: 5px;
}
.buttonCustom {
    width: 220px;
}
.label-grey {
    background: #7A9496;
}
.button-green {
    background: #63B60F;
    color: #fff;
}
.button-light {
    background: #C4C4C4;
    color: #fff;
}
.button-grey {
    background: #7A9496;
    color: #fff;
}

.height_auto {
    height: auto;
}

@media screen and (max-width: 767px) {
    .label-grey {
        margin: 0 4px;
        height: 40px;
    }
}

[v-cloak]{
    display: none;
}

