
.btn-login-alt {
    background: #263238 !important;
    border-color: #2e3840 !important;
}

.desktop-logo {
    height: 5rem !important;
}

.new-user-result {
    display: none;
}

iframe {
    width: 100%;
    height: 100vh;
    border: 2px solid rgb(132,91,223);
}

.team-member-card .teammember-cover-image:before,
.main-profile-cover:before {
    background: rgb(47 66 133) !important;
}

/*
.app-sidebar .main-sidebar-header,
.app-sidebar {
    background: #1b2a5f !important;
}
*/

.team-member-card .teammember-cover-image {
    height: 87px !important;
}

.page-item.active .page-link,
.fc .fc-button-primary,
.btn-primary,
.tab-style-6 .nav-item .nav-link.active {
    background: rgb(47 66 133) !important;
    border: 0;
}

.btn-primary:hover {
    background: rgb(91, 110, 179) !important;
}

.tab-style-6 .nav-item .nav-link {
    color: rgb(47 66 133) !important;
}

.tab-style-6 .nav-item .nav-link.active {
    color: #FFF !important;
}

.toggle-logo {
    background-color: #FFF !important;
}

.main-profile-cover {
    background-image: none !important;
}

.x-success{
    color: #2ecd63 !important;
    font-size: 20px;
}

.x-error {
    color: #ff0000 !important;
    font-size: 20px;
}

.file-format-icon svg {
    width: 4.2rem;
    height: 4.2rem;
}

.incident-comments .timeline .timeline-body {
    margin-inline-end: 0 !important;
}

.ml-2 {
    margin-left: 0.25rem !important;
}

.header-logo {
    width: 40px !important;
    height: 40px !important;
    background-color: #FFF !important;
    border-radius: 50% !important;
    padding: 5px !important;
}

.header-logo img {
    width: 28px !important;
    height: 28px !important;
}

.header-logo-title {
    font-size: 1rem !important;
    color: #FFF !important;
    margin-left: 10px !important;
}