body {
    font-family: "Kanit", sans-serif;
}
::-webkit-scrollbar {
    width: 0;
}
.grad {
    background: #5e4e0d;
    background: linear-gradient(90deg,#000000,#060501);
}
.visible-fadeInDown {
    visibility: visible;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.imi-text-warning {
    color: red;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.form-regis {
    background-color: #131313;
    border-radius: 9px;
    padding: 1% 3%;
}
.menu-bar {
    align-items: center;
}
.full-width {
    width: -webkit-fill-available;
}
.shadow-inset {
    box-shadow: inset 0 0 10px #fdff9a;
}
.imi-table {
    border: 1px solid #adadad;
    min-height: 500px;
}
button:active,
button:focus,
button:hover {
    letter-spacing: 0.125rem;
}
.btn-primary {
    background: linear-gradient(180deg, #223b7a 87%, #212529);
}
.bank-card {
    background-color: #614b29;
    color: #fff;
    font-size: 30px;
}
.font-xlg {
    font-size: 50px;
}
.font-lg {
    font-size: 33px;
}
.font-primary {
    color: #fdbf05;
}
.border-black {
    border: 0 solid #131313;
    border-radius: 10px;
}
.content-center {
    display: grid;
    justify-content: center;
}
@media only screen and (max-width: 920px) {
    body {
        font-size: small;
    }
    #user-detail {
        text-align: center;
    }
}
@media only screen and (max-width: 769px) {
    #topbar {
        display: none;
    }
}
.navbar-account {
    max-width: none !important;
}
.hover14 figure {
    position: relative;
}
.hover14 figure:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.3));
    transform: skewX(-25deg);
}
.hover14 figure:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    to {
        left: 125%;
    }
}
@keyframes shine {
    to {
        left: 125%;
    }
}
.shrink img,
.shrink img:hover {
    transition: 1s ease;
}
.shrink img:hover {
    transform: scale(0.8);
}
.grow img {
    transition: 1s ease;
}
.grow img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}
.nav-2 {
    border: 2px solid;
}
.nav-2 > .ul-center {
    text-align-last: center;
}
.nav-2 > .ul-center > .li-border-left {
    border-right: double;
}
.img-rtl {
    direction: rtl;
}
.img-hidden-center,
.img-rtl {
    height: 212px;
    width: 212px;
    overflow: hidden;
    border: 2px solid #495057;
    border-radius: 10px;
}
input,
select,
textarea {
    font-size: 16px !important;
}
#topbar {
    position: fixed;
    width: 150px;
    right: 10px;
    top: 210px;
    padding: 10px 0 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1200;
}
.tt_img_fixed {
    float: left;
}
.tt_btn_close,
.tt_btn_open {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 0 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.tt_tx_line {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background-color: #57c42e;
}
.mt-10 {
    margin-top: 10px;
}
.img-bank {
    height: 100px;
    width: auto;
    border-radius: 10px;
}
.card {
    background-color: #495057;
}
.initechNode {
    border: 3px solid #ba8b02;
    border-radius: 3px;
    padding: 5px;
    width: 150px;
    display: inline-block;
}
#initechOrgChart .orgNodeChildGroup .nodeGroupLineVerticalMiddle {
    border-right: 3px solid #ba8b02;
}
#initechOrgChart .nodeLineBorderTop {
    border-top: 3px solid #ba8b02;
}
.reactOrgChart .orgNodeChildGroup .nodeGroupLineVerticalMiddle {
    border-right: 3px solid #ba8b02 !important;
}
.text-color-black {
    color: #131313;
}
/*# sourceMappingURL=main.ec9c23e6.chunk.css.map */
