.loading {
    z-index: 999999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    text-align: center;
    display: none;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading img {
    width: 30%;
}

.center-div {
    margin-left: auto;
    margin-right: auto;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.switch label {
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
}

.table-striped-new tbody tr:nth-of-type(odd) {
    background-color: #fbfcfd;
}