html {
    height: 100%;
}

/* material-icons-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/material-icons-v143-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#main-wrapper {
    height: 100%;
}

#main-wrapper .feature-box .wallet-box {
    margin: 0.47rem 0.25rem;
}

#main-wrapper > .content-body {
    min-height: 0 !important;
}

@media only screen and (max-width: 100rem) {
    #main-wrapper .feature-box .wallet-box {
        margin: 0.55rem 0.25rem;
    }
}

@media only screen and (max-width: 87.5rem) {
    #main-wrapper .feature-box .wallet-box {
        margin: 0.525rem 0.25rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    #main-wrapper .page-titles {
        padding: 0;
        margin-top: 4.5rem !important;
    }

    #main-wrapper.menu-toggle .dlabnav {
        z-index: 2;
    }
}

#main-wrapper > .dlabnav .copyright {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-left: 10px;
}

#kline_container {
    position: relative;
    background: #fff;
    padding: 10px;
    height: 100%;
}

#action_bar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;background: #eee;padding: 10px;
}

.dropdown-item.ai-icon {
    display: flex;
    align-items: center;
}

[data-theme-version="dark"] #kline_container {
    background: #000;
}

[data-theme-version="dark"] #action_bar {
    background: var(--sidebar-bg);
}

.nav-item .nav-link.mso-link {
    padding: 13px;
}

.nav-item .mso {
    color: white;
}

#nav_toggle_restore {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #212091;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

#main-wrapper > .content-body {
    transition: all 0.3s ease-in-out;
}

body.content-fullscreen #main-wrapper > .content-body {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9;
    background-color: var(--body-bg);
}

body.content-fullscreen #main-wrapper > .header {
    position: absolute;
}

body.content-fullscreen #nav_toggle_restore {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10;
    display: inline-flex;
    opacity: 0.5;
}

.form-check-label {
    font-weight: normal;
}

.required-field .form-label:after {
    content: "*";
    color: red;
    line-height: 1rem;
    padding-top: 2px;
}

#toast-container .toast-title {
    white-space: nowrap;
}

#toast-container .toast-message {
    min-width: 80px;
}

@media (max-width: 1600px) {
    .form-check-label {
        margin-top: 3px;
    }
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    display: inline-block;
    margin-right: 45px;
    height: 33px;
    font-size: 18px;
    font-weight: 100;
    color: #666;
}

.form-check-label {
    cursor: pointer;
}

.list-styled > li {
    list-style-position: inside;
    list-style-type: disc;
}
