.v-autocomplete-input-group input {
    font-size: 1.2rem;
    border-color: #00d1b2;
}


.switch[type="checkbox"].is-thin + label::before {
    top: 0;
    height: 1.38rem;
}

.switch[type="checkbox"] + label::before {
    height: 1.5rem;
    border: .1rem solid #b5b5b5;
    border-radius: 2px;
    background: #fff;
}

.light-blue .switch[type="checkbox"].is-thin:checked + label::before {
    background: #fff !important;
}

.switch[type="checkbox"]:checked + label::after {
    background: #39c !important;
}

.switch[type="checkbox"] + label::after {
    top: .2rem;
    width: 1.2rem;
    border-radius: 2px;
    background: #b5b5b5;
}

.switch[type="checkbox"].is-thin + label::after {
    box-shadow: none;
}

/* */

.title-direction {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.zu-input-container{
    position: relative;
}

.zu-input-container .v-autocomplete-list{
    position: absolute;
    margin: 5px 0px;
    background-color: white;
    border: 1px solid #66afe9;
    border-radius: 4px;
    width: 100%;
    max-height: 185px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1;
    display: none;
}

.zu-input-container .v-autocomplete-list .v-autocomplete-list-item{
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    cursor: pointer;
}

.zu-input-container .v-autocomplete-list .v-autocomplete-list-item span{
    font-size: 15px;
    color:gray;
}

.zu-input-container .v-autocomplete-list .v-autocomplete-list-item:hover{
    
    background-color: #f9f9f9;
}

.xdsoft_calendar table{
    display: table;
}