html::-webkit-scrollbar {
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f6f9 !important;
}

.login-page,
.register-page {
    height: calc(100vh - 60px) !important;

    .brand-image {
        display: none;
    }

    .login-box-msg-2 {
        display: none;
    }
}

td,
th {
    text-align: center !important;
    vertical-align: middle !important;
}

.dataTables_processing {
    display: none !important;
    visibility: hidden !important;
}

.spinner-border {
    width: 1rem !important;
    height: 1rem !important;
    font-size: 10px !important;
}

.sidebar-exchange-rates {
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: 10px;
}

.btn-min-w {
    min-width: 140px;
    margin-top: 5px;
}

.logo {
    margin-top: 0 !important;
    max-height: 32px !important;
}

.navbar .nav-link {
    padding: 0.5rem !important;
    min-width: 40px !important;
    text-align: center !important;
}

.bar-icon {
    margin-right: 1rem !important;
}

.nav-link {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
}

.language-switcher {
    position: relative;
}

.language-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.language-menu ul {
    list-style: none;
    padding: 8px 0px;
    margin: 0;
}

.language-menu-item {
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    min-height: auto;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 6px 16px;
    box-sizing: border-box;
    white-space: nowrap;
}

.language-menu-item:hover {
    background-color: #F5F5F5;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.select2-selection--multiple .select2-search__field {
    width: 100% !important;
}

.form-control::placeholder {
    color: #757575;
    opacity: 1;
}

.btn-secondary {
    color: #ffffff !important;
    font-weight: 500 !important;
}

.dtr-title {
    vertical-align: middle;
}

.dtr-data {
    vertical-align: middle;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection>.select2-selection__rendered {
    margin-top: 0.6rem;
}

.form-floating label {
    z-index: 1;
}

.pagination {
    font-weight: 500 !important;
}

.page-link {
    color: #f73636;
    box-shadow: none !important;
}

.page-item.active .page-link {
    background-color: #f73636;
    border-color: #f73636;
    box-shadow: none !important;
}

.page-link:hover {
    color: #f73636;
    box-shadow: none !important;
}

.upload-button {
    font-weight: 400 !important;
    min-width: 85px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.nav-sidebar .nav-item>.nav-link {
    font-size: 18px !important;
}

.nav-sidebar .nav-item a {
    display: flex;
    align-items: center;
    gap: 10px;

    i {
        flex: none;
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #343a40 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #343a40 !important;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom {
    margin-top: 8px;
}

.dataTables_length,
.dt-buttons {
    float: left;
}

.dataTables_filter,
.dataTables_paginate {
    float: right;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, .1);
}

.card-title {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.dt-buttons {
    margin-bottom: .5em !important;
}

.checkbox-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    padding: 0px !important;
    margin-left: 20px !important;
    margin-top: -1px !important;
}

.checkbox-lg input {
    scale: 1.6;
}

.icon-link {
    color: rgba(0, 0, 0, 0.5);
}

.icon-link:hover,
.icon-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.form-group-border:not(:last-child) {
    margin-right: 11px;
    border-right: 1px solid #d1d1d1;
}
