.ant-layout-sider {
    min-height: 100vh
}

.v-spinner {
    width: 100%;
    height: 100vh;
    position: fixed;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 100vh;
    z-index: 99999999999;
    background-color: rgba(237, 237, 237, 0.4);
}

.v-pulse {
    background-color: #0070c0 !important;
}

.modalConfirmWrapper {
    height: 160px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    z-index: 999;
    padding: 15px;
    box-sizing: border-box;
}

.modalConfirm {
    padding-top:10px;
    float: right;
}

.error-text {
    width: 274px; border: none
}

.dummy-space {
    margin-right: 20px
}

#user-table {
    max-height: 430px;
}


#autosuggest {
    display: inline-block;
}

.autosuggest__results-container{
    overflow-y: scroll;
    max-height: 200px;
    position: absolute;
    width: 140px;
    background-color: white;
    padding-left: 5px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .tb-sp-group {
        margin-right: 2% !important;
    }
}


