:root {
    --grad-blue: linear-gradient(235.81deg, #00D1FF 20.53%, #001AFF 86.31%);
    --grad-darkBackg: linear-gradient(180deg, rgba(0, 0, 0, 0) -13.21%, #000000 100%), url('../Assets/bg.png');
    --c-backg: #010108;
    --c-main-Blue: #354FE5;
    --c-main-Blue-rgb: 53, 79, 229;
    --c-main-orange: #ECBC5B;
    --c-main-Grey: #C6C6C6;
    --c-default-Grey: #4B5563;
    --c-secBtn-Blue: #CFE5FC;
    --ff-Inter: Inter, sans-serif;
    --ff-SourceCodePro: SourceCodePro, monospace;
    --side-width: 350px;
    --header-height: 60px;
    --manageSide-width: 300px;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.otf") format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.otf") format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.otf") format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraBold.otf") format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Black.otf") format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: "SourceCodePro";
    src: url("../fonts/SourceCodePro-Regular.ttf") format('truetype');
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--ff-Inter) !important;
    font-weight: 300;
    background: var(--c-backg);
    color: #fff;
    /*overflow-y: overlay;*/
}

body {
    min-height: 100vh;
}

.lock {
    overflow: hidden;
}

.back-drop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.3;
    display: none;
}

.back-drop-active {
    z-index: 9998;
    display: block;
}

.gap-4 {
    gap: 1rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label, p {
    margin: 0;
}

h1 {
    text-align: center;
}

h2 {
    margin: 0;
}

.font-12 * {
    font-size: 12px;
}

.font-14 * {
    font-size: 14px !important;
}

.font-16 * {
    font-size: 16px !important;
}

input[type="checkbox"] {
    accent-color: var(--c-main-Blue) !important;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer !important;
}

    a:hover {
        color: #fff;
        text-decoration: none !important;
    }

/*.scroll-snap {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}*/

.container {
    width: 1191px;
    margin: auto;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-xl {
    font-weight: 900;
}

.colored-grad-blue {
    background: var(--grad-blue);
}

.grad-blue-shadow {
    box-shadow: 0px 0px 30px #0075FF, inset 0px 0px 4px rgba(255, 255, 255, 0.22);
}

.grad-backg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -13.21%, #000000 100%), url(../Assets/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.grad-backg-top {
    background-position: top center !important;
}

.text-grad-blue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.down-grad-blue {
    background: linear-gradient(180deg, #005DF9 0%, #A7DAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 20px;
    padding: 0 26px;
    font-size: 14px;
    width: fit-content;
}

    .btn:hover {
    }

.btn-primary {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: var(--c-main-Blue);
}

    .btn-primary:hover {
        background-color: rgba(var(--c-main-Blue-rgb),0.8)
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #1a33c8;
    }

.btn-secondary:hover {
    background-color: rgba(255,255,255,0.1 );
}

.btn-secondary {
    color: white;
    background-color: transparent;
}

.btn-edit {
    padding: 0.5rem;
}

.group-svg {
    width: 22.5px;
}

#mainPage, #infoPage, #contactPage {
    position: relative;
    min-height: 100vh;
}

/*#region -------SPA-------*/

/*#region -------MAINPAGE----------*/

.btn-help svg {
    display: none;
}

#mainPage {
    padding-top: 35px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.main-header {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.header-logo {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main-body > * {
    margin-top: 50px;
}

    .main-body > *:last-child {
        margin-bottom: 50px;
    }

.main-body button {
    margin: auto;
    margin-bottom: 50px;
}

.main-body .card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    row-gap: 20px;
}

.card-group .card-item {
    width: 330px;
}

.card-item .item-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.card-group .item-box {
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #111E67 0%, rgba(17, 30, 103, 0) 100%);
    /*-webkit-filter: drop-shadow(0px -21px 30px rgba(0, 117, 255, 0.6));
    filter: drop-shadow(0px -21px 30px rgba(0, 117, 255, 0.6));*/
    box-shadow: 0px -45px 60px rgba(0, 117, 255, 0.3);
    -webkit-box-shadow: 0px -45px 60px rgba(0, 117, 255, 0.3);
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

    .card-group .item-box a {
        border-radius: 15px;
    }

.item-box:hover {
    transform: scale(1.05);
}

.item-box img {
    margin-left: 10px;
}

.main-footer {
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
    color: var(--c-main-Grey);
}

    .main-footer img {
        margin-top: 5px;
        transform: rotate(90deg);
    }

@media screen and (max-width:576px) {
    .main-header .group-btn {
        width: 100%;
        justify-content: space-between;
    }

    .btn-help {
        position: absolute;
        right: -26px;
        top: 0;
    }

        .btn-help svg {
            display: block;
            transform: scale(1.5)
        }

        .btn-help span {
            display: none;
        }
}
/*#endregion -------MAINPAGE----------*/
/*#region -------INFOPAGE----------*/
#infoPage, #contactPage {
    padding: 20px 0;
}

.page-header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

    .page-header .header-name {
        color: var(--c-main-Blue);
        padding-right: 3rem;
        font-weight: 400;
    }

        .page-header .header-name span {
            color: var(--c-main-Grey);
        }

    .page-header .header-line {
        height: 0.12em;
        background: linear-gradient(to right, var(--c-main-Grey), var(--c-backg));
        opacity: 0.5;
    }

.info-body {
    max-width: 1024px;
    margin: auto;
}

    .info-body > * {
        margin-top: 50px !important;
    }

.circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    left: 0;
}

.info-body p {
    color: var(--c-main-Grey);
}

    .info-body p:first-child {
        margin-bottom: 10px;
    }

.table-outter {
    overflow: auto;
}

.d-grid {
    display: grid;
}

.table-grid {
    max-width: 800px;
    margin: 0 auto;
}

    .table-grid p {
        color: #fff;
        font-weight: 400;
        margin: 0 !important;
    }

    .table-grid .table-header p {
        font-weight: 700;
    }

.table-row {
    gap: 40px;
    grid-template-columns: 20px 1fr 60px;
    font-size: 20px;
    margin-bottom: 10px;
}

    .table-row a {
        cursor: pointer;
    }


/*#endregion -------INFOPAGE----------*/

/*#region -------CONTACTPAGE----------*/
#contactPage {
    position: static;
}

    #contactPage .page-header {
        grid-template-columns: 1fr auto !important;
    }

    #contactPage .header-line {
        transform: rotate(180deg);
    }

    #contactPage .header-name {
        padding-left: 3rem;
        padding-right: 0;
    }

.pattern-backg {
    background: url(../Assets/Patterns.png);
    position: absolute;
    width: 100%;
    height: 376px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    transform: translateY(-11px);
}

.dashboard {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;*/
    row-gap: 50px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .dashboard .item-card:first-child {
        border: none;
    }

    .dashboard .item-card {
        width: 250px;
        display: flex;
        flex-direction: column;
        border-left: 0.01em solid rgba(255,255,255,0.4);
        height: 96px;
        justify-content: center;
        padding: 0 .5rem;
    }

        .dashboard .item-card span {
            font-weight: 800;
            font-size: 40px;
        }

        .dashboard .item-card label {
            font-weight: 400;
        }

.contact {
    margin-top: 150px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

    .contact .form-group {
        width: 550px;
    }

.input-box {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

    .input-box img {
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .input-box input {
        height: 80px;
    }

    .input-box input, .input-box textarea {
        width: 100%;
        border-radius: 10px;
        padding: 1rem 4rem;
        border: none;
    }

        .input-box input:focus-visible, .input-box textarea:focus-visible {
            outline: none;
            border: none;
        }

    .input-box textarea {
        height: 200PX;
    }

.btn-send {
    background: rgba(53, 79, 229, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .btn-send:hover {
        background: rgba(53, 79, 229, 0.5);
    }

.contact-info {
    padding-bottom: 68px;
}

    .contact-info a {
        color: var(--c-main-Grey);
        font-weight: 300;
    }

    .contact-info > * {
        margin-top: 1rem;
    }

.contact-body {
    margin-bottom: 100px;
}

.contact-footer {
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 0.01em solid rgba(255,255,255,0.2);
}

    .contact-footer span::after {
        content: '\00a9  2022 Powered by E-Mongolia Academy';
        color: var(--c-main-Grey);
        font-size: 12px;
    }
/*#endregion -------CONTACTPAGE----------*/

/*#region -------MediaSPA-------*/

@media screen and (max-width: 1200px) {
    .info-body section:first-child {
        position: relative;
    }

    .circle-icon {
        left: -6px;
        transform: scale(.75);
        top: -45px;
    }
}

@media screen and (max-width: 992px) {
    #contactPage .contact {
        flex-direction: column;
    }

    .contact .form-group {
        width: 100%
    }

    .contact .contact-info {
        width: 100%;
        padding-bottom: 0;
    }
}


@media screen and (max-width: 576px) {
    h1 {
        font-size: calc(3.5vw + .5rem);
        text-align: center;
    }

    h2 {
        font-size: calc(3vw + .5rem);
    }

    .container {
        max-width: 90%;
        min-width: 250px;
    }

    .main-header > div:last-child {
        width: 100%;
        justify-content: space-between;
    }

    .card-group .card-item {
        width: 100%;
        display: grid;
        grid-template-columns: 70px 1fr;
        align-items: center;
    }

    .card-item .item-circle {
        margin: auto;
        margin-left: 0;
        width: 50px;
        height: 50px;
    }

    .item-circle img {
        width: 25px !important
    }

    .card-group .item-box {
        height: 75px;
        font-size: 14px
    }

    .item-box a {
        display: grid !important;
        grid-template-columns: 1fr 40px;
    }

    .table-row {
        font-size: 14px;
        gap: 5px;
    }

        .table-row img {
            width: 25px;
        }

    .dashboard .item-card {
        width: 150px;
        display: grid;
        grid-template-rows: 1fr 1fr;
    }

        .dashboard .item-card span {
            font-size: 20px;
            align-self: self-end;
        }

        .dashboard .item-card label {
            font-size: 15px;
        }

    .modal-dialog {
        padding-top: 20%;
    }
}

@media(min-width: 333px) and (max-width: 499px) {
    .item-card:nth-child(2n + 1) {
        border: none;
    }
}

@media screen and (max-width: 333px) {
    .item-card {
        border: none !important;
    }

    .dashboard {
        padding-top: 0;
        gap: 0
    }

        .dashboard .item-card {
            width: 100%;
        }
}

/*#endregion -------MediaSPA-------*/
/*#endregion -------SPA-------*/

/*#region -------LOGINPAGE----------*/
#loginPage {
    display: grid;
    place-content: center;
    gap: 30px;
    transition: all 0.3 ease-in-out;
}

.login-box {
    background-color: #fff;
    border-radius: 20px;
    width: 400px;
    height: 300px;
    padding: 50px;
    transition: all 0.3 ease-in-out;
}

#loginPage .login-box:has(.alert) {
    height: 350px;
}

.alert {
    margin-top: 1rem;
}

#loginPage input {
    max-width: none !important;
    height: 60px;
}

#loginPage .input-box {
    width: 100%;
    margin-bottom: 20px;
}

    #loginPage .input-box img {
        left: 15px;
        top: 15px;
    }

#loginPage button {
    font-size: 1rem !important;
}

#loginPage .contact-footer {
    position: static;
    border: none;
    text-align: center;
    height: fit-content
}

#loginPage .btn-help {
    position: absolute;
    right: 2rem;
    top: 2rem
}
/*#endregion -------LOGINPAGE----------*/

/*#region -------_APILAYOUT-------*/

/*#region -------SIDEBAR----------*/
.side-bar {
    width: var(--side-width);
    height: 100vh;
    position: fixed;
    left: 0;
    background-color: var(--c-backg);
    color: var(--c-main-Grey) !important;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
}

.side-bar-active {
    transform: translateX(0) !important;
}

.side-bar > * {
    padding: 2rem;
}

.bar-body {
    padding-top: 0;
    flex: 1;
}

.side-bar ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
}

    .side-bar ul, .side-bar ul li a, .side-bar p, .content ul, .content o {
        color: var(--c-main-Grey) !important;
    }

        .side-bar ul li {
            padding-left: 1.5rem;
        }

        .side-bar ul li {
            margin-top: 12px;
        }

.side-bar .doc-link b {
    font-weight: 700;
    color: var(--c-main-Blue);
}

.side-bar .bar-footer {
    padding-bottom: 10px;
}

.side-bar .contact-footer {
    all: unset;
}

.side-bar .doc-link, .side-bar .doc-sub-link {
    position: relative;
}

.doc-link-active:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--c-main-orange);
    left: -15px;
    top: 3.5px;
}

.side-bar::-webkit-scrollbar {
    width: 0.5em;
}

    .side-bar::-webkit-scrollbar:horizontal {
        height: 0.5em;
    }

.side-bar::-webkit-scrollbar-track {
    background-color: var(--backgGrey);
    border-radius: 5px;
}

.side-bar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

    .side-bar::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255,255,255,0.8);
    }

    .side-bar::-webkit-scrollbar-thumb:hover {
        width: 0.7em;
    }
/*#endregion -------SIDEBAR----------*/

/*#region -------Header----------*/
header {
    width: calc(100% - var(--side-width));
    margin-left: var(--side-width);
    position: fixed;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 3rem;
    background: #fff;
    z-index: 999;
}

#header.active {
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

header .btn-secondary:active, header .btn-secondary:hover {
    background-color: rgba(0,0,0,0.1);
}

header .group-btn {
    float: right;
}

.content-block {
    padding-top: var(--header-height);
    margin-left: var(--side-width);
    background: white;
    min-height: 100vh;
}


.burger {
    position: fixed;
    left: calc(1rem - 15px);
    padding: 15px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}

    .burger .line {
        width: 25px;
        height: 2px;
        background-color: var(--c-main-Blue);
        margin-block: 6px;
        border-radius: 4px;
        transition: transform 0.5s, opacity 0.2s;
    }

    .burger.toggle .line {
        background-color: #fff;
    }

        .burger.toggle .line:nth-child(1) {
            -webkit-transform: translateY(8px) rotate(45deg);
            -moz-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
            -o-animation: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
        }

        .burger.toggle .line:nth-child(2) {
            opacity: 0;
        }

        .burger.toggle .line:nth-child(3) {
            -webkit-transform: translateY(-8px) rotate(-45deg);
            -moz-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
            -o-animation: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
        }

.user-btn span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion -------Header----------*/

/*#region -------RenderBodyIndex----------*/
.py-4rem {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#apiKey {
    color: #000;
}

#renderBody {
    color: var(--c-default-Grey) !important;
}

.render-container {
    padding: 1rem 3rem;
}

.color-blue {
    color: var(--c-main-Blue) !important;
}

#renderBody .dashboard {
    display: flex;
}

    #renderBody .dashboard span {
        color: var(--c-main-Blue);
    }

    #renderBody .dashboard label {
        color: var(--c-default-Grey);
    }

    #renderBody .dashboard .item-card {
        border-color: var(--c-main-Grey);
        justify-content: space-around;
    }

.table-striped tr {
    background: #F9FAFB;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(206, 206, 206, 0.5);
}

.table-striped thead th {
    border-bottom: none;
}

.table-striped td, .table-striped th {
    border-top: none;
    border-right: 0.15em solid #fff;
}

.table-borderless {
    width: 75%;
    max-width: 100%;
    font-size: 14px !important;
    font-weight: 400;
    min-width: 500px;
}

    .table-borderless tbody {
        color: var(--c-default-Grey);
    }

.table td, .table th {
    padding: 0.5rem;
}

.table-borderless thead, .table-borderless tbody tr:last-child {
    border-bottom: 0.01em solid var(--c-main-Grey);
}

#renderBody iframe {
    display: block;
    height: calc(100vh - var(--header-height)) !important;
}

.render-container h3, .render-container p, .render-container label, .render-container h6 {
    color: var(--c-default-Grey);
}

.render-container p, .render-container label, .render-container a {
    font-weight: 400;
    font-size: 14px;
}

.code-panel {
    background: var(--c-default-Grey);
    position: relative;
}

    .code-panel code {
        font-family: var(--ff-SourceCodePro) !important;
    }

    .code-panel .hljs-string {
        color: #6fecad;
    }

    .code-panel .hljs-literal {
        color: #5cc7dd;
    }

    .code-panel .btn-copy {
        position: absolute;
        right: 0;
        top: 0;
        margin: 1rem;
        background-color: rgba(255,255,255,0.1);
        border-radius: 0;
        height: 40px;
        transition: all 0.2s ease-in-out;
    }

.btn-copy:active {
    transform: scale(0.9);
}

.pagination a {
    color: var(--c-default-Grey);
    font-weight: 400 !important;
    font-size: 1rem;
}

    .pagination a:hover {
        color: var(--c-default-Grey);
        filter: brightness(0.8) !important;
    }

    .pagination a svg path {
        stroke: var(--c-default-Grey);
    }

.pagination .active, .pagination .active:hover {
    color: var(--c-main-Blue);
}

    .pagination .active svg path {
        stroke: var(--c-main-Blue);
    }

#partialView {
    height: calc(100vh - var(--header-height));
}

body {
    height: 100vh;
}

#systemList_filter, #example_length, #example_filter, #OrgList_length, #OrgList_filter {
    padding: 10px 0;
}

    #systemList_filter label, #example_length label, #example_filter label, #OrgList_length label, #OrgList_filter label {
        display: flex;
        gap: 20px;
        align-items: center;
    }

#example_wrapper .col-md-5, #OrgList_wrapper .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-responsive, #OrgList_wrapper {
    width: 100%;
    overflow: hidden;
}

    .table-responsive label input, .table-responsive label select, #OrgList_filter label input, #OrgList_length label select {
        border-radius: 20px;
    }

.table-striped td, .table-striped th {
    border-left: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.table-bordered {
    border: 0 !important;
}

#example_length {
}

.table-responsive {
    font-size: 14px;
}

/*#region -------MODAL-------*/
.modal-dialog .close:focus, .modal-dialog .close:focus-within {
    border: none !important;
    outline: none !important;
}

.modal-dialog input, .modal-dialog select {
    border-radius: 5rem !important;
}

.modal-content {
    border-radius: 1rem;
    border: none;
}

.modal-header {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.grid-col-2 {
    display: grid;
    align-items: center;
    grid-template-columns: 150px 1fr;
}

.table .btn-copy {
    color: var(--c-default-Grey);
    border-radius: 0;
    font-size: 12px;
}

    .table .btn-copy:after {
        content: '*******';
    }

    .table .btn-copy:hover:after {
        content: attr(attr);
    }

    .table .btn-copy:hover {
        background: #fff;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

/*#endregion -------MODAL-------*/
/*#endregion -------RenderBodyIndex----------*/

/*#region -------MEDIA_APYLAYOUT*/

@media screen and (max-width: 864px) {
    .side-bar {
        transform: translateX(-100vw);
        z-index: 9999;
        --side-width: 320px;
    }

        .side-bar .bar-header {
            padding-top: 4rem;
        }

        .side-bar > * {
            padding-left: 3rem;
        }

    header {
        z-index: 999;
        padding: 0 1rem;
        width: 100%;
    }

    .render-container {
        padding: 1rem;
    }

    header, .content-block {
        margin-left: 0;
    }

    .burger {
        display: block;
    }

    h3 {
        font-size: calc(2vw + .5rem);
    }

    .table-borderless {
        min-width: 700px;
    }

    .user-btn span {
        max-width: 100px;
    }
}

@media screen and (max-width: 425px) {
    #loginPage .login-box, #loginPage .header-logo {
        width: 90%;
        margin: auto;
    }

    #loginPage .login-box {
        padding: 2rem;
    }

    .user-btn span {
        max-width: 50px;
    }
}

@media screen and (max-width: 320px) {
    .side-bar {
        --side-width: 100%;
    }
}

/*#endregion -------MEDIA_APYLAYOUT*/

/*#endregion -------_APILAYOUT-------*/



/*#region -------ORGMANAGE-------*/

/*#region -------JSTREE-------*/
.search-input {
    width: 100%;
    border-radius: 0.5rem;
    border: none;
    height: 30px;
    padding: 0.5rem;
}

    .search-input:focus {
        background-color: var(--white);
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
        transition: all 0.2s ease-out
    }

.jstree-anchor {
    white-space: nowrap;
    width: fit-content;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jstree-default a.jstree-search {
    color: var(--c-default-Grey);
}

.jstree-default .jstree-wholerow-hovered {
    background: none !important;
}

.jstree-default .jstree-hovered {
    background: var(--c-secBtn-Blue) !important;
    box-shadow: none !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: none !important;
}

.jstree-default .jstree-clicked {
    background: var(--c-secBtn-Blue) !important;
    box-shadow: none !important;
}

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
    transition: none !important;
}

.jstree-default .jstree-wholerow, .jstree-default > .jstree-striped {
    background: none !important;
}

.jstree-container-ul {
    width: 100%;
}
/*#endregion -------JSTREE-------*/
.org-manage {
    display: flex;
}

    .org-manage .manage-side {
        position: fixed;
        height: calc(100vh - var(--header-height));
        overflow: auto;
        background-color: #fafafa;
        padding: 1rem;
        width: var(--manageSide-width);
    }

    .org-manage .manage-body {
        margin-left: calc( var(--manageSide-width) + 1rem)
    }

@media screen and (max-width: 768px) {
    .org-manage {
        flex-direction: column;
    }

        .org-manage .manage-side {
            position: static;
            height: 250px;
            width: 100%;
        }

        .org-manage .manage-body {
            margin: 1rem;
        }
}
/*#endregion -------ORGMANAGE-------*/

