:root {
  --blue: #0d4793;
  --primary: #0d4793;
  --red: #c9202c;
  --danger: #c9202c;
}

body {
    font-family:
        system-ui,
        -apple-system,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        'Noto Sans',
        'Liberation Sans',
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
    min-width: 240px;
    height: 100%;
    color: #2c363a;
    overflow-x: hidden;
    overflow-y: auto;
}

.x-home-logo {
    max-width: 350px;
}

.container-fluid {
    padding-left: calc(1.5rem * 0.5);
    padding-right: calc(1.5rem * 0.5);
    padding-top: calc(1.5rem * 0.5);
}

@media screen and (min-width: 1400px) {
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-height: 400px) {
    .x-full-height {
        min-height: 125vh;
    }
}

footer.fixed-bottom {
    position: absolute;
}

.x-bottom-nav a {
    color: #0d4793;
    padding: 0.5rem 1.5rem;
}

.x-login-btns {
    padding-right: 0;
    padding-left: 0;
}

a.btn-user-login {
    border-radius: 10rem;
    padding: 0.75rem 1rem;
}

i.x-password-toggle {
    cursor: pointer;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.bg-meetright-primary {
    background-color: #0d4793;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.nav-pills .nav-link.active {
    background-color: #1a68be;
    background-image: none;
}

.btn-outline-primary {
    color: #1a68be;
    background-color: #fff;
    border-color: #1a68be;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10em;
    padding: 0.75em 1em;
}

.bg-white {
    background-image: none;
    background-color: white;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active {
    border-color: #1a68be;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: #0d4793;
    background-image: none;
    border-color: #0d4793;
}

.btn-primary.btn-icon-split .icon {
    background: rgba(255, 255, 255, 0.15);
}

.btn-warning,
.alert-warning {
    background-color: RGB(255, 193, 7);
    border-color: RGB(255, 193, 7);
}

.btn-warning {
    color: #0d4793;
}

.alert-warning {
    color: black;
}

.alert-warning a.alert-link {
    color: #664d03;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    color: #0d4793;
}

.text-primary {
    color: #0d4793 !important;
}

.sidebar-dark li.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 1rem 1rem;
}

img.profile-avatar {
    max-width: 100%;
}

.x-hidden {
    display: none;
}

div.x-toast-wrapper {
    position: fixed;
    top: 75px;
    right: 10px;
    min-height: 125px;
    min-width: 315px;
}
div.x-toast-wrapper div.toast {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-menu[aria-labelledby='userDropdown'] {
    margin-top: -10px;
}

#meetings-tabs {
    width: 100%;
}

#meetings-tabs button {
    min-width: 210px;
}
.sidebar-brand-icon {
    background-color: white;
    padding: 4px;
}

.input-group-append .btn {
    z-index: 0;
}

.x-login-buttons .btn-outline-primary.btn-lg {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 10em;
}

#logo {
    display: inline-block;
    position: relative;
    max-width: 350px;
}

#login-container-wrapper {
    background-color: white;
}

#layout {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    height: 100%;
    width: 100%;
}
#layout-content {
    display: flex;
    flex: 6;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* .x-android {
    content: "\f17b";
    color: green;
    vertical-align: middle;
} */

.x-topnav {
    background-color: #0d4793;
    padding: 0.25rem 0;
}

.x-topnav .container-fluid {
    padding-top: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.x-topnav .navbar-brand {
    color: white;
    font-weight: 600;
}

.x-topnav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.9);
}

.x-topnav .nav-link {
    color: white !important;
    padding: 0.75rem 0.5rem;
}

.x-topnav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.x-topnav .navbar-toggler {
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.x-topnav .navbar-toggler .fa-bars {
    color: white;
}

.x-topnav .x-nav-icon {
    height: 25px;
    margin-right: 0.25rem;
}

.x-topnav .x-avatar-img {
    height: 28px;
    width: 28px;
    object-fit: cover;
}

.x-topnav .dropdown-toggle.no-caret::after {
    display: none;
}

.x-topnav .x-notif-badge {
    position: absolute;
    top: 2px;
    right: -2px;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
}

.x-topnav .x-notif-dropdown {
    min-width: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.x-topnav .dropdown-menu {
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.x-topnav .dropdown-header {
    background-color: transparent;
    color: #6c757d;
    font-weight: 600;
    text-transform: none !important;
    font-size: 0.875rem;
}

.x-topnav .dropdown-item {
    padding: 0.25rem 1rem;
    font-size: 1rem;
    color: #212529;
}

.x-topnav .dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}

.x-topnav .dropdown-item:active {
    background-color: #0d4793;
    color: white;
}

.x-topnav .dropdown-item i {
    color: #6c757d;
}

.x-topnav .dropdown-divider {
    border-top-color: #dee2e6;
}

.x-search-form {
    display: flex;
    align-items: center;
}

.x-search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    background: transparent;
    transition: all 0.15s ease;
    overflow: hidden;
}

.x-search-wrapper:focus-within {
    background: white;
    border-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.x-search-input {
    background: none;
    border: none;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    width: 150px;
    outline: none;
    transition: all 0.15s ease;
}

.x-search-input::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.x-search-wrapper:focus-within .x-search-input {
    width: 250px;
    color: #333;
}

.x-search-wrapper:focus-within .x-search-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.x-search-btn {
    background: none;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    transition: all 0.15s ease;
}

.x-search-wrapper:focus-within .x-search-btn {
    color: #333;
}

.x-search-btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ms-1 {
    margin-left: 0rem !important;
}

.mt-4,
.my-4 {
    margin-top: 0.7rem !important;
}

#wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh;
    overflow: hidden;
}

#main-body {
    flex: 1;
    display: flex;
    flex-direction: row;
    min-height: 0;
}

#content-wrapper {
    flex: 1 !important;
    min-width: 0;
    overflow-y: auto;
}

.x-sidebar {
    width: 89px !important;
    min-width: 89px !important;
    max-width: 89px;
    background: #0d4793;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
}

.x-sidebar nav {
    flex: 1;
}

.x-sidebar nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.x-sidebar nav > ul > li {
    padding: 0;
}

.x-sidebar nav > ul > li > a {
    padding: 0.75rem 0.25rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.25rem;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.x-sidebar nav > ul > li > a span {
    font-size: 0.65rem;
    line-height: 1.2;
    white-space: nowrap;
}

.x-sidebar nav > ul > li > a:hover {
    background: #fff;
    color: #0d4793;
    text-decoration: none;
}

.x-sidebar nav > ul > li > a:hover i {
    color: #0d4793;
}

.x-sidebar nav > ul > li.active > a {
    background: #fff;
    color: #0d4793;
}

.x-sidebar nav > ul > li.active > a i {
    color: #0d4793;
}

.x-sidebar nav > ul > li > a i {
    font-size: 1.25rem;
    color: #fff;
    transition: color 0.2s ease;
}

.x-dropdown-arrow {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 0.6rem !important;
    transition: transform 0.2s ease;
}

.x-dropdown-arrow.rotated {
    transform: rotate(-90deg);
}

.x-dropdown-menu {
    padding: 0 !important;
    background: transparent !important;
    cursor: default !important;
}

.x-dropdown-menu:hover {
    background: transparent !important;
}

.x-submenu {
    background: #fff;
    margin: 2px;
    border-radius: 4px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.x-submenu li {
    display: block;
    margin: 0;
}

.x-submenu li a {
    display: block;
    padding: 0.5rem 0.25rem;
    font-size: 0.65rem;
    cursor: pointer;
    color: #0d4793;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease;
}

.x-submenu li a:hover {
    background: #e8f0fe;
    text-decoration: none;
}

.x-submenu li.x-submenu-active a {
    background: #d2e3fc;
    font-weight: 600;
}

.x-submenu-hidden {
    display: none;
}

@media (max-width: 1024px) {
    .x-sidebar {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
    }

    .x-sidebar nav > ul > li > a span {
        display: none;
    }

    .x-sidebar nav > ul > li > a i {
        font-size: 1.5rem;
    }

    .x-dropdown-arrow {
        display: none;
    }

    .x-submenu li a {
        font-size: 0.55rem;
        padding: 0.4rem 0.15rem;
    }
}

@media (max-width: 767px) {
    #main-body {
        flex-direction: column;
    }

    .x-sidebar {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .x-sidebar nav {
        width: 100%;
    }

    .x-sidebar nav > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .x-sidebar nav > ul > li > a {
        padding: 0.5rem 0.75rem;
        flex-direction: row;
        gap: 0.5rem;
    }

    .x-sidebar nav > ul > li > a span {
        display: inline;
        font-size: 0.8rem;
    }

    .x-sidebar nav > ul > li > a i {
        font-size: 1rem;
    }

    .x-dropdown-arrow {
        position: static;
        font-size: 0.7rem !important;
    }

    .x-dropdown-menu {
        width: 100%;
    }

    .x-submenu {
        display: flex;
        flex-direction: row;
        margin: 0.25rem;
    }

    .x-submenu li a {
        font-size: 0.7rem;
        padding: 0.5rem 0.75rem;
    }
}

.x-topnav .navbar-brand img {
    background-color: white;
    padding: 2px;
}

.sticky-footer .nav-link {
    color: #0d4793;
}

.x-feedback-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.x-feedback-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.x-feedback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.x-feedback-btn svg {
    width: 16px;
    height: 16px;
}

.x-feature-btn {
    background-color: white;
    color: #0D4793;
    border: 2px solid #0D4793;
}

.x-feature-btn:hover {
    background-color: #0D4793;
    color: white;
}

.x-bug-btn {
    background-color: white;
    color: #C9202C;
    border: 2px solid #C9202C;
}

.x-bug-btn:hover {
    background-color: #C9202C;
    color: white;
}

@media (max-width: 768px) {
    .x-feedback-buttons {
        bottom: 10px;
        right: 10px;
        left: 10px;
        justify-content: center;
    }

    .x-feedback-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
}

@media (max-width: 400px) {
    .x-feedback-buttons {
        flex-direction: column;
        align-items: center;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    .x-feedback-btn {
        width: 150px;
        justify-content: center;
    }
}
