
.app-container {
    margin-top: 60px;
    margin-left: 189px;
    min-height: calc(100vh - 60px);
}

.app-google {
    width: 100vw;
    background-color: white;
    height: 100vh;
    text-align: center;
}

.app-container-c {
    margin-top: 60px;
    margin-left: 50px;
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
}

.ch-container {
    position: fixed;
    z-index: 10;
    width: 100vw;
    min-width: 1336px;
    background: linear-gradient(to right, #1278ff, #00b4aa);
    color: white;
    left: 0;
    height: 60px;
    display: flex;
    top: 0;
    align-items: center;
}

.ch-menus {
    height: 60px;
    display: flex;
    margin-left: 30px;
    flex: 1;
}


.ch-menu {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    height: 60px;
    margin-right: 20px;
    flex-direction: column;
}

.ch-menu-n {
    color: #D0EAE9;
}

.ch-menu-s {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.ch-menu-line {
    height: 4px;
    width: 100%;
    background-color: white;
}

.ch-menu-line-n {
    height: 4px;
    width: 100%;
    background-color: transparent;
}

.cs-container {
    background-color: #FBFBFB;
    margin-top: 60px;
    left: 0;
    top: 0;
    position: fixed;
    height: 100vh;
    z-index: 1;
    font-size: 12px;
    border-right: 1px solid #E1E3E4;
}

.cs-container-n {
    width: 189px;
}

.cs-container-c {
    width: 50px;
}

.cs-nav {
    background-color: #F2F3F4;
    display: flex;
    border-bottom: 1px solid #E1E3E4;
    align-items: center;
    justify-content: center;
    height: 39px;
    cursor: pointer;
}

.cs-nav-t {
    flex: 1;
}

.cs-nav-t-t {
    margin-left: 44px;
    color: #787A7D;
}

.cs-nav-img {
    width: 16px;
    height: 16px;
}

.cs-nav-img-r {
    margin-right: 18px;
}

.cs-menu {
}

.cs-menu-item {
    display: flex;
    flex: 1;
    align-items: center;
    height: 40px;
    cursor: pointer;
    color: #787a7d;
}

.cs-menu-item:hover {
    background-color: #f3f4f4;
    color: #323437;
}

.cs-menu-item-c {
    justify-content: center;
    position: relative;
}

.cs-menu-item-c:hover {
    background-color: #f3f4f4;
}

.cs-menu-item-icon {
    width: 16px;
    height: 16px;
}

.cs-menu-item-icon-c {
    margin-left: 20px;
}

.cs-menu-item-icon-s {
    color: #1276e5 !important;
}

.cs-menu-item-icon-s:hover {
    color: #1276e5 !important;
}

.cs-menu-item-text {
    font-size: 12px;
    margin-left: 8px;
    flex: 1;
}

.cs-menu-item-text-child {
    font-size: 12px;
    margin-left: 44px;
    flex: 1;
}

.cs-drop {
    position: absolute;
    left: 49px;
    background-color: white;
    z-index: 999;
    width: 150px;
    top: -1px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}

.cs-drop-item {
    height: 40px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    color: #787a7d;
}

.cs-drop-item:hover {
    background-color: #f3f4f4;
    color: #323437;
}

.cs-drop-item-s {
    margin-left: -1px;
    padding-left: 1px;
    background-color: #f3f4f4;
}

.header-item:hover {
    background-color: #4da7fd;
    color: white !important;
}


.loading-center {
    align-items: center;
}

.empty-container {
    position: absolute;
    z-index: 222;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #323437;
}

.loading-contain {
    position: absolute;
    z-index: 222;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.loading-contain-table {
    top: 40px;
    align-self: flex-start;
    padding-top: 50px;
}

.loadEffect {
    width: 50px;
    height: 50px;
    position: relative;
}

.loadEffect span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4da7fd;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 7px;
    top: 7px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -4px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 7px;
    right: 7px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 7px;
    bottom: 7px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 7px;
    left: 7px;
    -webkit-animation-delay: 1.04s;
}

.app-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.app-dialog-content {
    display: flex;
    margin-top: 150px;
    width: 360px;
    height: 194px;
    background-color: white;
    flex-direction: column;
    border-radius: 2px;
}

.app-dialog-title-container {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 20px;
    justify-content: space-between;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #E1E3E4;
}

.app-dialog-title {
    font-size: 14px;
    color: #323437;
}

.app-dialog-close {
    width: 15px;
    height: 15px;
}

.app-dialog-hint {
    font-size: 12px;
    color: #323437;
    flex: 1;
    display: flex;
    align-items: center;
}

.app-dialog-options {
    display: flex;
    border-top: 1px solid #E1E3E4;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    width: 360px;
}

.app-dialog-option {
    height: 30px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 20px;
}

.app-dialog-option-submit {
    background-color: #4da7fd;
    color: white;
}

.app-dialog-option-delete {
    background-color: #f13f40;
    color: white;
}

.app-dialog-option-cancel {
    border: 1px solid #D9DBdc;
    color: #323437;
}

.app-toast {
    position: fixed;
    top: 76px;
    min-width: 232px;
    height: 40px;
    left: 50%;
    margin-left: -116px;
    z-index: 99999;
    display: flex;
    align-items: center;
    border-radius: 4px;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.app-taost-image {
    margin-left: 24px;
    width: 16px;
    height: 16px;
}

.app-taost-close {
    width: 14px;
    height: 14px;
    margin-right: 24px;
}

.app-taost-text {
    font-size: 12px;
    color: #323437;
    flex: 1;
    margin-right: 24px;
    margin-left: 16px;
}

.modal-dialog {
    display: flex;
    flex-direction: column;
}

.modal-content {
    border: none;
    display: flex;
    flex-direction: column;
}

.modal-header {
    background-color: #f8f8f8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.modal-body {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

button:focus {
    outline: none;
}



