.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.pointer {
    cursor: pointer !important;
}

.noallow {
    cursor: not-allowed !important;
}

.none {
    display: none !important
}

.vcenter {
    vertical-align: middle !important
}

.vtop {
    vertical-align: top !important
}

.vbottom {
    vertical-align: bottom !important
}

.red {
    color: red !important
}

.strong {
    font-weight: bold !important
}

.oyauto {
    overflow-y: auto !important;
}

.wd100 {
    width: 100% !important
}

.tmp:hover {
    /* border: 4px solid #abe0f9; */
    box-shadow: 0px 0px 6px 3px rgb(39 100 130 / 30%);
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    background: #16497f;
}
