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: hidden;
}

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


.container-fluid {
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
    padding-top: calc(1.5rem * .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: .5rem 1.5rem;
}

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

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

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

.bg-meetright-primary, .btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .nav-pills .nav-link.active {
background-color: #0D4793;
}

.btn-outline-primary {
    color: #0d4793;
    background-color: #fff;
    border-color: #0d4793;
    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: #0D4793;
}

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

.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, a {
    color: #1267a2;
}

.text-primary {
    color: #1267a2 !important;
}

.sidebar-dark li.sidebar-divider {
    border-top: 1px solid rgba(255,255,255,.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: hidden;
    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-top: calc(1.5rem * .3);
    padding-bottom: 0;
    
}

.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-header {
    background-color: #0D4793;
    color: white;
    font-weight: 600;
}

.x-topnav .dropdown-item {
    padding: 0.5rem 1rem;
}

.x-topnav .dropdown-item:hover {
    background-color: #f8f9fa;
}

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

.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;
}