/* MEMData Manager Style Sheet */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .tooltip {
        display: none !important;
    }
}


/* Body */

html {
    min-width: fit-content !important;
}

html, body {
    margin: 0 !important;
    height: 100% !important;
    /* Set Global Font */
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    /* Bootstrap Config */
    --bs-primary: #4e73df !important;
    --bs-success: #1cc88a !important;
    --bs-danger: #e74a3b !important;
    --bs-secondary: #858796 !important;
    --bs-info: #36b9cc !important;
    --bs-warning: #f6c23e !important;
}

#pagebody {
    margin-top: 0 !important;
}

body {
    background-color: #ecf0f6;
}


/* Top Header Menu */

header {
    position: sticky;
    top: 0;
    z-index: 900;
    box-shadow: 0px 0px 15px 0px #0000001a;
    background-color: white;
    border-bottom: 0 !important;
}

#search-results {
    max-width: 500px; 
    width: 100%; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
}

#search-results li {
    padding: 8px;
    cursor: pointer;
    text-align: center;
}

#search-results li:hover {
    background-color: #f0f0f0;
}

.breadcrumb {
    background-color: #00000017 !important;
    opacity: 0.8;
}

#accounticon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

#searchbutton {
    background-color: #c6c6c6;
    border: lightgrey;
}


/* Various */

.card {
    border: 1px solid #55555521 !important;
    padding: 0;
    border-radius: 0.45em;
    box-shadow: 0px 0px 15px 0px #0000001e;
    min-width: min-content;
}

.card-header {
    padding: 0.9em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-weight: bold;
    background-color: rgba(185, 185, 185, 0.13);
}

.card-body hr {
    color: #696969;
}

.card-title {
    font-weight: 700;
}

.text-muted {
    font-size: 0.9rem;
    color: #6c757d !important;
}

#editor-container-doc {
    margin-top: 0px;
    background-color: #f2f4f6;
    border: 1px solid #e1e1e1;
    box-shadow: inset 0 0 0.5em rgb(0 0 0 / 7%), 0 0 0 2px white !important;
}

.ql-toolbar {
    margin-top: 0;
    border: 0px solid #ccc !important;
}

.ql-formats {
    opacity: 0.5;
}

#display-token-id {
    margin-left: 5px;
}

#display-token-type {
    margin-left: 5px;
}

hr {
    color: white;
}

.row.content {
    height: 550px;
}

th {
    color: #a9a9a9 !important;
    font-weight: normal;
}

tr {
    vertical-align: middle;
}

.text-bg-success {
    background-color: #19b97f !important;
}

td p {
    margin-top: auto;
    margin-bottom: auto;
}

.bg-primary {
    background-color: #4e73df !important;
}


/* Fonts */

.outfit-light {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.outfit-regular {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.outfit-semibold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.outfit-bold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.outfit-extrabold {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.outfit-black {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}


/* Buttons */

.btn:hover {
    box-shadow: 0px 0px 10px 0px #0000002c;
}

#button-icon {
    fill: var(--bs-btn-color);
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.button-text {
    vertical-align: center;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #19b97f;
    --bs-btn-border-color: #19b97f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #098f5e;
    --bs-btn-hover-border-color: #098f5e;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #098f5e;
    --bs-btn-active-border-color: #098f5e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.text-success {
    color: #19b97f !important;
}

.btn-con-split .con {
    background: rgba(0, 0, 0, .15);
    padding-right: .5em;
}

.btn .bi {
    vertical-align: -.25em;
}

.btn span {
    vertical-align: -.2em;
}


/* Sidebar Navigation Menu */

.sidenav {
    background-attachment: fixed;
    background-color: var(--bs-primary);
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
    height: auto;
    box-shadow: 0px 0px 15px 0px #0000004a;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar-icon {
    color: rgba(255, 255, 255, 0.829);
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.navbar-icon-active {
    color: white;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.navbar-category {
    color: #ffffff54;
    font-size: small;
    margin-bottom: 0.7em;
}

.nav-link i {
    vertical-align: middle;
    font-size: 1.3rem;
    padding-right: .4em;
}

.sidenav-text {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbutton {
    border: 1px solid #ffffff00 !important;
}

.navbutton:hover {
    border: 1px solid #ffffffc7 !important;
}

.navbuttonselected {
    box-shadow: inset 0 0 2em rgb(255 255 255 / 70%), 0 0 0 2px white !important;
}

.card-btn:hover {
    border: 1px solid #ffffffc7 !important;
    box-shadow: inset 0 0 2em rgb(255 255 255 / 70%), 0 0 0 2px white !important;
}

.card-btn {
    border: 1px solid #ffffff00 !important;
}

.navbarCollapse {
    color: white;
    font-size: 2.5em;
}

.navbarLogo {
    width: 25%;
    height: 25%;
}

.navbarName {
    width: 50%;
    height: 50%;
}



/* Modals */

.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.356);
    backdrop-filter: blur(6px);
    z-index: 1000;
}

.modal-header {
    background-color: rgb(152 170 187 / 13%);
}

.modal-footer {
    background-color: rgb(152 170 187 / 13%);
}
  
.modal-title {
    padding-left: .5em;
    font-weight: bold;
}

.modal-header .btn-close {
    margin-right: .1em;
}

.modal-body .form-label {
    opacity: 0.45;
    font-weight: 900;
    margin-bottom: .2rem;
    margin-top: .75em;
}

.modal-body {
    margin-bottom: 1.5em;
}

#site-fields hr {
    color: #696969;
}

.form-label {
    opacity: 0.45;
    font-weight: 900;
    margin-bottom: .2rem;
}

.info-form-chunk .input-group-text {
    width: -webkit-fill-available;
}

.info-form-row {
    margin-bottom: 1em;
}

.info-sub-label {
    align-self: center;
}





/* Admin-Only Stuff */
.admin-only {
    display: none !important;
}

body.admin .admin-only {
    display: block !important;
}