@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.navbar-light .navbar-toggler {
    color: transparent;
}

.menu, .menu ul {
    list-style: none;
    padding-left: 0;
}

    .menu li {
        position: relative;
        padding: 5px;
    }

    .menu ul {
        margin-left: 20px;
    }

.htmlBox {
    height: 400px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #f0f0f0;
    overflow: scroll;
    font-size: 14px;
}

.tox-statusbar__branding, .tox-promotion {
    display: none;
}

.if, .ac {
    font-size:13px;
}

.if {
    float: left;
}

.ac {
    text-align:right
}

.dboh {
    display: block;
    overflow: hidden
}

.fl {
    float:left
}

.rx {
    text-align:right
}

.cx {
    text-align: center
}

.nw {
    white-space:nowrap;
}
.w120 {
    width:120px;
}

.table td > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (min-width: 768px) {
    .btn:not(.btn-outline-primary):not(.btn-outline-danger):not(.btn-outline-success) {
        min-width: 120px;
    }
}

.bodyDetail {
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

img {
    max-width: 100%;
}

.site-header-navbar {
    position: relative;
    margin-bottom: 1rem;
    z-index: 1030;
}

.site-header-container {
    position: relative;
    min-height: 72px;
}

.site-header-brand img {
    max-height: 48px;
    width: auto;
}

.site-header-links {
    gap: 1rem;
}

.site-header-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

    .site-header-link:hover {
        color: rgba(255,255,255,.8);
    }

.site-header-collapse {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: auto;
    width: min(360px, calc(100vw - 24px));
    background: #212529;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    padding: .75rem 1rem;
    z-index: 1040;
}

    .site-header-collapse:not(.show) {
        display: none;
    }

    .site-header-collapse.show {
        display: block;
    }

.site-header-menu-list {
    gap: .25rem;
}

    .site-header-menu-list > li {
        padding: 0;
    }

    .site-header-menu-list a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: .65rem .25rem;
    }

        .site-header-menu-list a:hover {
            color: rgba(255,255,255,.8);
        }

@media (max-width: 991.98px) {
    .site-header-container {
        min-height: 64px;
    }
}

@media (max-width: 575.98px) {
    .site-header-collapse {
        right: 0;
        width: 100%;
    }
}
