﻿[v-cloak] {
    display: none !important;
}

html, body {
    padding: 0;
    margin: 0;
    background-color: white;
    height: 100vh;
    color: #323233;
}

.row {
    display: flex;
    flex-direction: row;
}


.switchStyle .el-switch__label {
    position: absolute;
    display: none;
    color: #fff !important;
}

.switchStyle .el-switch__label--left {
    z-index: 9;
    left: 19px;
}

.switchStyle .el-switch__label--right {
    z-index: 9;
    left: -4px;
}

.switchStyle .el-switch__label.is-active {
    display: block;
}

.switchStyle.el-switch .el-switch__core,
.el-switch .el-switch__label {
    width: 55px !important;
}
