custom.css 715 Bytes
.custom-input-align .v-label {
    text-align: center !important;
    width: 100% !important;
}

.custom-input-align input {
    text-align: center !important;
}

.fixcolor {
    background: linear-gradient(90deg, #f58753 30%, #f15e5f 110%)
}

.fixcolors {
    background: #39b982 !important;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.loader>div {
    position: relative;
    top: calc(50% - 16px);
}

@media screen and (max-width: 600px) {
    img {
        /* position: absolute; */
        top: 13px;
        left: 10px;
        height: 34px;
        width: 120px;
    }
}