.action-cell {
    display: flex;
    justify-content: left;
    align-items: center;
}

.action-cell .btn {
    margin-right: 5px;
}

#input-mode-toggle {
    z-index: 10;
    position: fixed;
    top: 70px;
    right: 10px;
}

#notification-container {
    position: fixed;
    top: 65px;
    left: 10px;
    min-width: 250px;
    max-width: 350px;
    z-index: 2000;
}

.nav-username {
    font-size: 15px;
}

.fs-4 {
    font-size: 26px;
}

.table-beautify .tb-center {
    vertical-align: middle;
    text-align: center;
}
.table-beautify .tb-middle {
    vertical-align: middle;
}
#input-mode-toggle {
    z-index: 10;
    position: fixed;
    top: 70px;
    right: 10px;
}

#notification-container {
    position: fixed;
    top: 65px;
    left: 10px;
    min-width: 250px;
    max-width: 350px;
    z-index: 2000;
}

.fs-4 {
    font-size: 26px;
}

.table-beautify .tb-center {
    vertical-align: middle;
    text-align: center;
}
.table-beautify .tb-middle {
    vertical-align: middle;
}

.lang-arrow {
    height: 18px;
    margin: 0 2px;
}
.flag {
    width: 24px;
}

.upload-form.hidden {
    display: none;
}

.upload-form {
    display: flex;
}

.custom-file-label, .custom-file-input, .custom-file, .custom-file-label::after  {
    height: 30px;
    padding: 4px 5px;
}

.btn-app-wizard {
    height: 130px;
    width: 240px;
    font-size: 20px;
    margin: 0;
}
.btn-app-wizard:first-child {
    margin-right: 10px;
}
.btn-app-wizard .bi {
    font-size: 50px;
}

.flat-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}