/********************
* Margins
********************/

.icon-nav-margin {
    margin-left: 56px;
}

.nav-margin {
    margin-left: 295px !important;
}

.nav-margin-no-menu {
    margin-left: 15px !important;
}

.nav-margin,
.icon-nav-margin:has(.wizard-container) {
    height: calc(100vh - 59px);
}

/********************
* Top Nav
********************/

.navbar-custom {
    border-color: #D9D9D9;
    height: 60px;
    margin-bottom: 0;
    background-color: white;
}

.navbar-nav {
    margin-top: 5px;
}

.nav-profile {
    padding-right: 15px;
}

#main-nav {
    padding-top: 5px;
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--swoogo-gray-600);
    padding: 10px 15px 19px 15px;
}

.navbar-inverse .navbar-nav > li.admin > a {
    padding-bottom: 17px;
}

.navbar-brand {
    padding: 15px 10px;
}

.navbar-brand img {
    height: 32px;
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: var(--swoogo-lavender-100);
}

.navbar-inverse .navbar-nav > .open > a {
    color: var(--swoogo-lavender-100);
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a:focus {
    color: var(--swoogo-gray-600);
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover {
    color: var(--swoogo-lavender-100);
    background-color: transparent;
    border-color: transparent;
}

.navbar-form.navbar-right {
    margin: 12px 0;
    border: none;

    & .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.nav > li > div {
    padding: 5px 15px;
}

#profile-tab {
    margin-right: 5px;
}

#profile-tab > a {
    padding: 6px 15px 48px;
}

.profile-image {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.admin.active {
    color: var(--swoogo-lavender-300);
}

.admin ul {
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    max-height: 85vh;
    overflow-y: auto;
    padding: 10px;
    text-align: center;
    transition: visibility 0.4s ease;
    visibility: hidden;
}

.admin:hover ul {
    display: grid;
    visibility: visible;
}

.admin ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px;
}

.admin ul li:not(.heading, .build-id):hover {
    background-color: var(--swoogo-gray-100);

    & a {
        background-color: var(--swoogo-gray-100);
    }
}

.admin ul li a {
    background-color: transparent !important;
    color: var(--swoogo-gray-800) !important;
}

.admin ul li i {
    display: block;
    color: var(--swoogo-lavender-300);
}

.admin .heading {
    text-align: left;
    border-bottom: 1px solid var(--swoogo-gray-300);
    justify-content: left;
    grid-column: span 3;
    color: var(--swoogo-gray-900);
    font-weight: 500;
    border-radius: 0;
}

.admin .build-id {
    grid-column: span 3;
    color: var(--swoogo-gray-600);
    padding-top: 20px;
    border-top: 1px solid var(--swoogo-gray-300);
}

/********************
* Icon/Primary Nav
********************/

#icon-nav {
    text-wrap: nowrap;
    text-decoration: none;
    height: 100vh;
    overflow-x: hidden;
    width: auto;
    position: fixed;
    border-right: 1px solid #D9D9D9;
    top: 60px;
    left: 0;
    z-index: 1000;
    background: white;
}

#icon-nav .panel {
    box-shadow: none;
    border: transparent;
}

#icon-nav li.bottom, #secondary-nav li.bottom {
    position: fixed;
    bottom: 10px;
}

#icon-nav li.bottom.pin {
    bottom: 55px !important;
}

#icon-nav li.bottom a {
    position: relative;
    overflow-x: hidden;
}

#icon-nav .nav-pills > li > a {
    background-color: white;
    color: var(--swoogo-lavender-100);
    font-weight: 600;
    padding: 12px 15px 12px 0;
    max-width: 55px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

#icon-nav .kv-sidenav li a {
    border: transparent !important;
}

#icon-nav .nav-pills > li .event-icon {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 28px 13px 28px;
}

#icon-nav li.active a {
    color: white;
    background-color: var(--swoogo-lavender-100);
}

#icon-nav:not(.pinned):hover {
    pointer-events: auto;
    border-right: transparent;
    box-shadow: 1px 0 5px #EEE;
}

#icon-nav:not(.pinned):hover .nav-pills > li > a {
    @media only screen and (min-width: 768px) {
        max-width: 253px;
        width: 254px;
    }
}

#icon-nav .nav-pills > li:not(.active, .divider) > a:hover, .support-dropdown ul.support-list > li a:hover {
    background-color: var(--swoogo-prelude-000);
}

.event-icon.home {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Primary Nav Icons - Swoogo Platform'%3E%3Cpath id='Vector' d='M14.25 20.6668H8.74998V16.192C8.72569 14.853 9.64546 13.6812 10.9519 13.3868C12.4432 13.0865 13.8955 14.052 14.1958 15.5433C14.2316 15.7211 14.2497 15.9021 14.25 16.0834V20.6668Z' fill='%23D8D8FF'/%3E%3Cpath id='Vector_2' d='M17.9165 9.6665H5.08317H5.08211C4.57616 9.66679 4.16622 10.0772 4.1665 10.5832V19.7498V19.7509C4.16679 20.2568 4.57723 20.6668 5.08317 20.6665H8.74984V16.1917C8.72555 14.8527 9.6453 13.681 10.9518 13.3865C12.443 13.0862 13.8954 14.0518 14.1957 15.543C14.2314 15.7209 14.2496 15.9018 14.2498 16.0832V20.6665H17.9165H17.9176C18.4235 20.6662 18.8335 20.2558 18.8332 19.7498V10.5832V10.5821C18.8329 10.0762 18.4225 9.66622 17.9165 9.6665Z' fill='%23B2B1FF'/%3E%3Cpath id='Vector_3' d='M19.75 11.5001H3.24997C2.74386 11.5002 2.33354 11.0899 2.3335 10.5838C2.33348 10.3219 2.44549 10.0726 2.64125 9.89864L10.8912 2.56531C11.238 2.25557 11.762 2.25557 12.1087 2.56531L20.3587 9.89864C20.7371 10.2348 20.7713 10.814 20.4351 11.1924C20.2612 11.3881 20.0118 11.5001 19.75 11.5001Z' fill='%236563FF'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.active .event-icon.home {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Primary Nav Icons - Swoogo Platform'%3E%3Cpath id='Vector' d='M13.75 20.6668H8.24998V16.192C8.22569 14.853 9.14546 13.6812 10.4519 13.3868C11.9432 13.0865 13.3955 14.052 13.6958 15.5433C13.7316 15.7211 13.7497 15.9021 13.75 16.0834V20.6668Z' fill='%23F4F4F4'/%3E%3Cpath id='Vector_2' d='M17.4165 9.6665H4.58317H4.58211C4.07616 9.66679 3.66622 10.0772 3.6665 10.5832V19.7498V19.7509C3.66679 20.2568 4.07723 20.6668 4.58317 20.6665H8.24984V16.1917C8.22555 14.8527 9.1453 13.681 10.4518 13.3865C11.943 13.0862 13.3954 14.0518 13.6957 15.543C13.7314 15.7209 13.7496 15.9018 13.7498 16.0832V20.6665H17.4165H17.4176C17.9235 20.6662 18.3335 20.2558 18.3332 19.7498V10.5832V10.5821C18.3329 10.0762 17.9225 9.66622 17.4165 9.6665Z' fill='%23B2B1FF'/%3E%3Cpath id='Vector_3' d='M19.25 11.5001H2.74997C2.24386 11.5002 1.83354 11.0899 1.8335 10.5838C1.83348 10.3219 1.94549 10.0726 2.14125 9.89864L10.3912 2.56531C10.738 2.25557 11.262 2.25557 11.6087 2.56531L19.8587 9.89864C20.2371 10.2348 20.2713 10.814 19.9351 11.1924C19.7612 11.3881 19.5118 11.5001 19.25 11.5001Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.event-icon.setup {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 22.0002H5C4.20462 21.9994 3.44206 21.683 2.87964 21.1206C2.31722 20.5582 2.00087 19.7956 2 19.0002V5.00024C2.00087 4.20486 2.31722 3.4423 2.87964 2.87988C3.44206 2.31746 4.20462 2.00111 5 2.00024H11C11.2652 2.00024 11.5196 2.1056 11.7071 2.29314C11.8946 2.48067 12 2.73503 12 3.00024C12 3.26546 11.8946 3.51981 11.7071 3.70735C11.5196 3.89489 11.2652 4.00024 11 4.00024H5C4.73484 4.00042 4.48059 4.10584 4.29309 4.29333C4.10559 4.48083 4.00018 4.73508 4 5.00024V19.0002C4.00018 19.2654 4.10559 19.5197 4.29309 19.7072C4.48059 19.8947 4.73484 20.0001 5 20.0002H19C19.2652 20.0001 19.5194 19.8947 19.7069 19.7072C19.8944 19.5197 19.9998 19.2654 20 19.0002V13.0002C20 12.735 20.1054 12.4807 20.2929 12.2931C20.4804 12.1056 20.7348 12.0002 21 12.0002C21.2652 12.0002 21.5196 12.1056 21.7071 12.2931C21.8946 12.4807 22 12.735 22 13.0002V19.0002C21.9991 19.7956 21.6828 20.5582 21.1204 21.1206C20.5579 21.683 19.7954 21.9994 19 22.0002Z' fill='%236563FF'/%3E%3Cpath d='M11.2427 18.0003H7C6.86867 18.0004 6.73862 17.9745 6.61728 17.9243C6.49594 17.8741 6.38568 17.8004 6.29282 17.7075C6.19995 17.6147 6.12629 17.5044 6.07605 17.3831C6.02581 17.2617 5.99997 17.1317 6 17.0003V12.7572C5.99999 12.6259 6.02586 12.4958 6.07614 12.3745C6.12641 12.2532 6.2001 12.143 6.293 12.0502L16.0528 2.29333C16.1456 2.20045 16.2558 2.12678 16.3771 2.07651C16.4984 2.02624 16.6285 2.00037 16.7598 2.00037C16.8911 2.00037 17.0211 2.02624 17.1425 2.07651C17.2638 2.12678 17.374 2.20045 17.4668 2.29333L21.707 6.53256C21.7999 6.62539 21.8736 6.73561 21.9238 6.85693C21.9741 6.97824 22 7.10827 22 7.23959C22 7.37091 21.9741 7.50094 21.9238 7.62226C21.8736 7.74357 21.7999 7.85379 21.707 7.94662L11.9497 17.7074C11.7622 17.8949 11.5079 18.0003 11.2427 18.0003Z' fill='%23B2B1FF'/%3E%3Cpath d='M17.4668 2.29321C17.374 2.20033 17.2637 2.12665 17.1424 2.07639C17.0211 2.02612 16.8911 2.00024 16.7598 2.00024C16.6285 2.00024 16.4984 2.02612 16.3771 2.07639C16.2558 2.12665 16.1456 2.20033 16.0527 2.29321L12.5132 5.83167L18.1671 11.4855L18.1733 11.4815L21.707 7.94653C21.7999 7.8537 21.8736 7.74348 21.9238 7.62216C21.9741 7.50085 22 7.37082 22 7.2395C22 7.10818 21.9741 6.97815 21.9238 6.85684C21.8736 6.73552 21.7999 6.6253 21.707 6.53247L17.4668 2.29321Z' fill='%236563FF'/%3E%3C/svg%3E");
}

.active .event-icon.setup {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 22.0002H5C4.20462 21.9994 3.44206 21.683 2.87964 21.1206C2.31722 20.5582 2.00087 19.7956 2 19.0002V5.00024C2.00087 4.20486 2.31722 3.4423 2.87964 2.87988C3.44206 2.31746 4.20462 2.00111 5 2.00024H11C11.2652 2.00024 11.5196 2.1056 11.7071 2.29314C11.8946 2.48067 12 2.73503 12 3.00024C12 3.26546 11.8946 3.51981 11.7071 3.70735C11.5196 3.89489 11.2652 4.00024 11 4.00024H5C4.73484 4.00042 4.48059 4.10584 4.29309 4.29333C4.10559 4.48083 4.00018 4.73508 4 5.00024V19.0002C4.00018 19.2654 4.10559 19.5197 4.29309 19.7072C4.48059 19.8947 4.73484 20.0001 5 20.0002H19C19.2652 20.0001 19.5194 19.8947 19.7069 19.7072C19.8944 19.5197 19.9998 19.2654 20 19.0002V13.0002C20 12.735 20.1054 12.4807 20.2929 12.2931C20.4804 12.1056 20.7348 12.0002 21 12.0002C21.2652 12.0002 21.5196 12.1056 21.7071 12.2931C21.8946 12.4807 22 12.735 22 13.0002V19.0002C21.9991 19.7956 21.6828 20.5582 21.1204 21.1206C20.5579 21.683 19.7954 21.9994 19 22.0002Z' fill='white'/%3E%3Cpath d='M11.2427 18.0003H7C6.86867 18.0004 6.73862 17.9745 6.61728 17.9243C6.49594 17.8741 6.38568 17.8004 6.29282 17.7075C6.19995 17.6147 6.12629 17.5044 6.07605 17.3831C6.02581 17.2617 5.99997 17.1317 6 17.0003V12.7572C5.99999 12.6259 6.02586 12.4958 6.07614 12.3745C6.12641 12.2532 6.2001 12.143 6.293 12.0502L16.0528 2.29333C16.1456 2.20045 16.2558 2.12678 16.3771 2.07651C16.4984 2.02624 16.6285 2.00037 16.7598 2.00037C16.8911 2.00037 17.0211 2.02624 17.1425 2.07651C17.2638 2.12678 17.374 2.20045 17.4668 2.29333L21.707 6.53256C21.7999 6.62539 21.8736 6.73561 21.9238 6.85693C21.9741 6.97824 22 7.10827 22 7.23959C22 7.37091 21.9741 7.50094 21.9238 7.62226C21.8736 7.74357 21.7999 7.85379 21.707 7.94662L11.9497 17.7074C11.7622 17.8949 11.5079 18.0003 11.2427 18.0003Z' fill='%23B2B1FF'/%3E%3Cpath d='M17.4668 2.29321C17.374 2.20033 17.2637 2.12665 17.1424 2.07639C17.0211 2.02612 16.8911 2.00024 16.7598 2.00024C16.6285 2.00024 16.4984 2.02612 16.3771 2.07639C16.2558 2.12665 16.1456 2.20033 16.0527 2.29321L12.5132 5.83167L18.1671 11.4855L18.1733 11.4815L21.707 7.94653C21.7999 7.8537 21.8736 7.74348 21.9238 7.62216C21.9741 7.50085 22 7.37082 22 7.2395C22 7.10818 21.9741 6.97815 21.9238 6.85684C21.8736 6.73552 21.7999 6.6253 21.707 6.53247L17.4668 2.29321Z' fill='white'/%3E%3C/svg%3E");
}

.event-icon.website {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 22H14C13.8687 22 13.7386 21.9742 13.6173 21.9239C13.4959 21.8737 13.3857 21.8 13.2928 21.7072C13.2 21.6143 13.1263 21.5041 13.0761 21.3827C13.0258 21.2614 13 21.1313 13 21V14C13 13.8687 13.0258 13.7386 13.0761 13.6173C13.1263 13.4959 13.2 13.3857 13.2928 13.2928C13.3857 13.2 13.4959 13.1263 13.6173 13.0761C13.7386 13.0258 13.8687 13 14 13H21C21.1313 13 21.2614 13.0258 21.3827 13.0761C21.5041 13.1263 21.6143 13.2 21.7072 13.2928C21.8 13.3857 21.8737 13.4959 21.9239 13.6173C21.9742 13.7386 22 13.8687 22 14V21C22 21.1313 21.9742 21.2614 21.9239 21.3827C21.8737 21.5041 21.8 21.6143 21.7072 21.7072C21.6143 21.8 21.5041 21.8737 21.3827 21.9239C21.2614 21.9742 21.1313 22 21 22Z' fill='%23B2B1FF'/%3E%3Cpath d='M7.91407 17.5L10.7071 14.707C10.8926 14.5191 10.9963 14.2654 10.9955 14.0013C10.9946 13.7372 10.8893 13.4841 10.7026 13.2974C10.5159 13.1107 10.2628 13.0054 9.99871 13.0046C9.73462 13.0037 9.48092 13.1074 9.29301 13.293L6.50001 16.0859L3.70701 13.293C3.51892 13.1083 3.2655 13.0053 3.00188 13.0065C2.73827 13.0077 2.48579 13.113 2.29938 13.2994C2.11298 13.4858 2.00772 13.7383 2.00653 14.0019C2.00534 14.2655 2.1083 14.5189 2.29301 14.707L5.08601 17.5L2.29301 20.293C2.19878 20.3855 2.12381 20.4958 2.07245 20.6175C2.02108 20.7392 1.99432 20.8698 1.99372 21.0019C1.99313 21.1339 2.0187 21.2648 2.06896 21.387C2.11923 21.5091 2.19319 21.62 2.28657 21.7134C2.37996 21.8068 2.49092 21.8808 2.61305 21.931C2.73519 21.9813 2.86606 22.0069 2.99813 22.0063C3.1302 22.0057 3.26084 21.9789 3.38251 21.9276C3.50418 21.8762 3.61447 21.8012 3.70701 21.707L6.50001 18.914L9.29301 21.707C9.48109 21.8917 9.73451 21.9947 9.99813 21.9935C10.2617 21.9923 10.5142 21.887 10.7006 21.7006C10.887 21.5142 10.9923 21.2617 10.9935 20.9981C10.9947 20.7345 10.8917 20.4811 10.707 20.293L7.91407 17.5ZM21 11H14C13.8295 11 13.6619 10.9564 13.513 10.8734C13.3641 10.7904 13.2389 10.6707 13.1493 10.5257C13.0597 10.3807 13.0086 10.2152 13.0009 10.0449C12.9933 9.87463 13.0293 9.7052 13.1055 9.55273L16.6055 2.55273C16.6978 2.39779 16.8288 2.26949 16.9856 2.18038C17.1424 2.09128 17.3197 2.04443 17.5 2.04443C17.6804 2.04443 17.8576 2.09128 18.0144 2.18038C18.1712 2.26949 18.3022 2.39779 18.3945 2.55273L21.8945 9.55273C21.9708 9.7052 22.0067 9.87463 21.9991 10.0449C21.9914 10.2152 21.9403 10.3807 21.8507 10.5257C21.7611 10.6707 21.6359 10.7904 21.487 10.8734C21.3381 10.9564 21.1705 11 21 11Z' fill='%236563FF'/%3E%3Cpath d='M6.5 11C5.60999 11 4.73996 10.7361 3.99994 10.2416C3.25991 9.74715 2.68314 9.04434 2.34254 8.22208C2.00195 7.39981 1.91283 6.49501 2.08647 5.6221C2.2601 4.74918 2.68868 3.94736 3.31802 3.31802C3.94736 2.68868 4.74918 2.2601 5.6221 2.08647C6.49501 1.91283 7.39981 2.00195 8.22208 2.34254C9.04434 2.68314 9.74715 3.25991 10.2416 3.99994C10.7361 4.73996 11 5.60999 11 6.5C10.9987 7.69308 10.5242 8.83691 9.68055 9.68055C8.83691 10.5242 7.69308 10.9987 6.5 11Z' fill='%23B2B1FF'/%3E%3C/svg%3E");
}

.active .event-icon.website {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 22H14C13.8687 22 13.7386 21.9742 13.6173 21.9239C13.4959 21.8737 13.3857 21.8 13.2928 21.7072C13.2 21.6143 13.1263 21.5041 13.0761 21.3827C13.0258 21.2614 13 21.1313 13 21V14C13 13.8687 13.0258 13.7386 13.0761 13.6173C13.1263 13.4959 13.2 13.3857 13.2928 13.2928C13.3857 13.2 13.4959 13.1263 13.6173 13.0761C13.7386 13.0258 13.8687 13 14 13H21C21.1313 13 21.2614 13.0258 21.3827 13.0761C21.5041 13.1263 21.6143 13.2 21.7072 13.2928C21.8 13.3857 21.8737 13.4959 21.9239 13.6173C21.9742 13.7386 22 13.8687 22 14V21C22 21.1313 21.9742 21.2614 21.9239 21.3827C21.8737 21.5041 21.8 21.6143 21.7072 21.7072C21.6143 21.8 21.5041 21.8737 21.3827 21.9239C21.2614 21.9742 21.1313 22 21 22Z' fill='%23B2B1FF'/%3E%3Cpath d='M7.91407 17.5L10.7071 14.707C10.8926 14.5191 10.9963 14.2654 10.9955 14.0013C10.9946 13.7372 10.8893 13.4841 10.7026 13.2974C10.5159 13.1107 10.2628 13.0054 9.99871 13.0046C9.73462 13.0037 9.48092 13.1074 9.29301 13.293L6.50001 16.0859L3.70701 13.293C3.51892 13.1083 3.2655 13.0053 3.00188 13.0065C2.73827 13.0077 2.48579 13.113 2.29938 13.2994C2.11298 13.4858 2.00772 13.7383 2.00653 14.0019C2.00534 14.2655 2.1083 14.5189 2.29301 14.707L5.08601 17.5L2.29301 20.293C2.19878 20.3855 2.12381 20.4958 2.07245 20.6175C2.02108 20.7392 1.99432 20.8698 1.99372 21.0019C1.99313 21.1339 2.0187 21.2648 2.06896 21.387C2.11923 21.5091 2.19319 21.62 2.28657 21.7134C2.37996 21.8068 2.49092 21.8808 2.61305 21.931C2.73519 21.9813 2.86606 22.0069 2.99813 22.0063C3.1302 22.0057 3.26084 21.9789 3.38251 21.9276C3.50418 21.8762 3.61447 21.8012 3.70701 21.707L6.50001 18.914L9.29301 21.707C9.48109 21.8917 9.73451 21.9947 9.99813 21.9935C10.2617 21.9923 10.5142 21.887 10.7006 21.7006C10.887 21.5142 10.9923 21.2617 10.9935 20.9981C10.9947 20.7345 10.8917 20.4811 10.707 20.293L7.91407 17.5ZM21 11H14C13.8295 11 13.6619 10.9564 13.513 10.8734C13.3641 10.7904 13.2389 10.6707 13.1493 10.5257C13.0597 10.3807 13.0086 10.2152 13.0009 10.0449C12.9933 9.87463 13.0293 9.7052 13.1055 9.55273L16.6055 2.55273C16.6978 2.39779 16.8288 2.26949 16.9856 2.18038C17.1424 2.09128 17.3197 2.04443 17.5 2.04443C17.6804 2.04443 17.8576 2.09128 18.0144 2.18038C18.1712 2.26949 18.3022 2.39779 18.3945 2.55273L21.8945 9.55273C21.9708 9.7052 22.0067 9.87463 21.9991 10.0449C21.9914 10.2152 21.9403 10.3807 21.8507 10.5257C21.7611 10.6707 21.6359 10.7904 21.487 10.8734C21.3381 10.9564 21.1705 11 21 11Z' fill='white'/%3E%3Cpath d='M6.5 11C5.60999 11 4.73996 10.7361 3.99994 10.2416C3.25991 9.74715 2.68314 9.04434 2.34254 8.22208C2.00195 7.39981 1.91283 6.49501 2.08647 5.6221C2.2601 4.74918 2.68868 3.94736 3.31802 3.31802C3.94736 2.68868 4.74918 2.2601 5.6221 2.08647C6.49501 1.91283 7.39981 2.00195 8.22208 2.34254C9.04434 2.68314 9.74715 3.25991 10.2416 3.99994C10.7361 4.73996 11 5.60999 11 6.5C10.9987 7.69308 10.5242 8.83691 9.68055 9.68055C8.83691 10.5242 7.69308 10.9987 6.5 11Z' fill='%23B2B1FF'/%3E%3C/svg%3E");
}

.event-icon.communicate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0003 18.0007C20.9997 18.5531 20.5514 19.0005 19.9989 19C19.6847 18.9996 19.3889 18.8517 19.2002 18.6006C17.4961 16.3394 14.8314 15.0069 12 15H8C7.44803 15.0003 7.00031 14.5531 7 14.0011V14V7.99997C6.99969 7.448 7.44689 7.00028 7.99886 6.99997H8H12C14.8314 6.99307 17.4961 5.66052 19.2002 3.39938C19.532 2.95765 20.159 2.86852 20.6007 3.20029C20.8514 3.38855 20.9993 3.68342 21.0003 3.9969C21.0011 4.20707 21.0006 17.7913 21.0003 18.0007Z' fill='%23B2B1FF'/%3E%3Cpath d='M9 15H6C4.34315 15 3 13.6568 3 12V10C3 8.34315 4.34315 7 6 7H9V15ZM20 20C19.448 20.0003 19.0003 19.5531 19 19.0011V19V3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3V19C21.0003 19.552 20.5531 19.9997 20.0011 20H20Z' fill='%236563FF'/%3E%3Cpath d='M9 15H8H6.48383L4.08106 20.6064C4.02747 20.7312 3.99994 20.8656 4 21.0013C4.00037 21.5533 4.44812 22.0004 5 22H9C9.40021 22.0002 9.76184 21.7616 9.91901 21.3936L12.6424 15.0391C12.4286 15.0232 12.216 15.0005 12 15H9Z' fill='%23D8D8FF'/%3E%3C/svg%3E");
}

.active .event-icon.communicate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0003 18.0007C20.9997 18.5531 20.5514 19.0005 19.9989 19C19.6847 18.9996 19.3889 18.8517 19.2002 18.6006C17.4961 16.3394 14.8314 15.0069 12 15H8C7.44803 15.0003 7.00031 14.5531 7 14.0011V14V7.99997C6.99969 7.448 7.44689 7.00028 7.99886 6.99997H8H12C14.8314 6.99307 17.4961 5.66052 19.2002 3.39938C19.532 2.95765 20.159 2.86852 20.6007 3.20029C20.8514 3.38855 20.9993 3.68342 21.0003 3.9969C21.0011 4.20707 21.0006 17.7913 21.0003 18.0007Z' fill='%23B2B1FF'/%3E%3Cpath d='M9 15H6C4.34315 15 3 13.6568 3 12V10C3 8.34315 4.34315 7 6 7H9V15ZM20 20C19.448 20.0003 19.0003 19.5531 19 19.0011V19V3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3V19C21.0003 19.552 20.5531 19.9997 20.0011 20H20Z' fill='white'/%3E%3Cpath d='M9 15H8H6.48383L4.08106 20.6064C4.02747 20.7312 3.99994 20.8656 4 21.0013C4.00037 21.5533 4.44812 22.0004 5 22H9C9.40021 22.0002 9.76184 21.7616 9.91901 21.3936L12.6424 15.0391C12.4286 15.0232 12.216 15.0005 12 15H9Z' fill='%23D8D8FF'/%3E%3C/svg%3E");
}

.event-icon.reports {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 9L13 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9Z' fill='%23B2B1FF'/%3E%3Cpath d='M20 9H15C14.4696 9 13.9609 8.78929 13.5858 8.41421C13.2107 8.03914 13 7.53043 13 7V2L20 9ZM9.00003 10H10C10.2652 10 10.5196 9.89464 10.7071 9.70711C10.8947 9.51957 11 9.26522 11 9C11 8.73478 10.8947 8.48043 10.7071 8.29289C10.5196 8.10536 10.2652 8 10 8H9.00003C8.73481 8 8.48046 8.10536 8.29292 8.29289C8.10539 8.48043 8.00003 8.73478 8.00003 9C8.00003 9.26522 8.10539 9.51957 8.29292 9.70711C8.48046 9.89464 8.73481 10 9.00003 10ZM14.2105 12.3862L12.5371 14.5381L11.669 13.7568C11.5678 13.6657 11.449 13.5962 11.3199 13.5526C11.1909 13.5091 11.0543 13.4923 10.9185 13.5034C10.7828 13.5145 10.6507 13.5533 10.5305 13.6172C10.4102 13.6812 10.3043 13.7691 10.2193 13.8755L8.21927 16.3755C8.13669 16.478 8.07515 16.5957 8.03818 16.722C8.00121 16.8483 7.98954 16.9807 8.00385 17.1115C8.01815 17.2424 8.05814 17.3691 8.12153 17.4844C8.18491 17.5997 8.27045 17.7014 8.37322 17.7836C8.47599 17.8658 8.59399 17.9269 8.72043 17.9634C8.84687 17.9999 8.97928 18.0111 9.11005 17.9963C9.24082 17.9816 9.36739 17.9411 9.48249 17.8773C9.59759 17.8135 9.69896 17.7276 9.78079 17.6245L11.1187 15.9521L11.9976 16.7431C12.0997 16.8351 12.2196 16.905 12.35 16.9485C12.4803 16.992 12.6182 17.0082 12.755 16.9961C12.8919 16.9839 13.0247 16.9437 13.1454 16.8779C13.266 16.8121 13.3718 16.7222 13.4561 16.6137L15.7896 13.6137C15.9524 13.4043 16.0253 13.1388 15.9923 12.8757C15.9594 12.6125 15.8232 12.3732 15.6138 12.2104C15.5101 12.1298 15.3916 12.0704 15.2649 12.0356C15.1383 12.0009 15.006 11.9914 14.8757 12.0077C14.6126 12.0406 14.3733 12.1768 14.2105 12.3862Z' fill='%236563FF'/%3E%3C/svg%3E");
}

.active .event-icon.reports {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 9L13 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9Z' fill='%23B2B1FF'/%3E%3Cpath d='M20 9H15C14.4696 9 13.9609 8.78929 13.5858 8.41421C13.2107 8.03914 13 7.53043 13 7V2L20 9ZM9.00003 10H10C10.2652 10 10.5196 9.89464 10.7071 9.70711C10.8947 9.51957 11 9.26522 11 9C11 8.73478 10.8947 8.48043 10.7071 8.29289C10.5196 8.10536 10.2652 8 10 8H9.00003C8.73481 8 8.48046 8.10536 8.29292 8.29289C8.10539 8.48043 8.00003 8.73478 8.00003 9C8.00003 9.26522 8.10539 9.51957 8.29292 9.70711C8.48046 9.89464 8.73481 10 9.00003 10ZM14.2105 12.3862L12.5371 14.5381L11.669 13.7568C11.5678 13.6657 11.449 13.5962 11.3199 13.5526C11.1909 13.5091 11.0543 13.4923 10.9185 13.5034C10.7828 13.5145 10.6507 13.5533 10.5305 13.6172C10.4102 13.6812 10.3043 13.7691 10.2193 13.8755L8.21927 16.3755C8.13669 16.478 8.07515 16.5957 8.03818 16.722C8.00121 16.8483 7.98954 16.9807 8.00385 17.1115C8.01815 17.2424 8.05814 17.3691 8.12153 17.4844C8.18491 17.5997 8.27045 17.7014 8.37322 17.7836C8.47599 17.8658 8.59399 17.9269 8.72043 17.9634C8.84687 17.9999 8.97928 18.0111 9.11005 17.9963C9.24082 17.9816 9.36739 17.9411 9.48249 17.8773C9.59759 17.8135 9.69896 17.7276 9.78079 17.6245L11.1187 15.9521L11.9976 16.7431C12.0997 16.8351 12.2196 16.905 12.35 16.9485C12.4803 16.992 12.6182 17.0082 12.755 16.9961C12.8919 16.9839 13.0247 16.9437 13.1454 16.8779C13.266 16.8121 13.3718 16.7222 13.4561 16.6137L15.7896 13.6137C15.9524 13.4043 16.0253 13.1388 15.9923 12.8757C15.9594 12.6125 15.8232 12.3732 15.6138 12.2104C15.5101 12.1298 15.3916 12.0704 15.2649 12.0356C15.1383 12.0009 15.006 11.9914 14.8757 12.0077C14.6126 12.0406 14.3733 12.1768 14.2105 12.3862Z' fill='white'/%3E%3C/svg%3E");
}

.event-icon.manage {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1113_7381)'%3E%3Cpath d='M10.6281 12.3439C7.77173 12.3439 5.45618 10.0283 5.45618 7.17195C5.45618 4.31556 7.77173 2 10.6281 2C13.4845 2 15.8001 4.31556 15.8001 7.17195C15.7969 10.027 13.4832 12.3408 10.6281 12.3439Z' fill='%23D8D8FF'/%3E%3Cpath d='M13.818 11.2348C12.9389 11.9262 11.8331 12.3425 10.6281 12.3438C9.42149 12.3438 8.31402 11.9272 7.43419 11.2345C4.57864 12.3773 2.42813 15.0137 2.06463 18.2843C2.01318 18.7576 2.35494 19.1829 2.82813 19.2347L18.3339 19.2397C18.3654 19.2397 18.3968 19.238 18.4282 19.2347C18.9013 19.1829 19.2431 18.7576 19.1917 18.2843C18.8336 15.0628 16.7164 12.3901 13.818 11.2348Z' fill='%23B2B1FF'/%3E%3Ccircle cx='17.598' cy='16.8141' r='2.39533' fill='white'/%3E%3Cpath d='M17.598 19.2094C17.1243 19.2094 16.6611 19.069 16.2672 18.8058C15.8733 18.5426 15.5663 18.1685 15.385 17.7308C15.2037 17.2931 15.1563 16.8115 15.2487 16.3468C15.3411 15.8822 15.5693 15.4554 15.9043 15.1204C16.2393 14.7854 16.6661 14.5573 17.1307 14.4648C17.5953 14.3724 18.077 14.4199 18.5146 14.6012C18.9523 14.7825 19.3264 15.0895 19.5896 15.4834C19.8528 15.8773 19.9933 16.3404 19.9933 16.8141C19.9926 17.4492 19.74 18.058 19.2909 18.5071C18.8419 18.9561 18.2331 19.2087 17.598 19.2094ZM17.598 15.6165C17.3611 15.6165 17.1296 15.6867 16.9326 15.8183C16.7357 15.9499 16.5822 16.137 16.4915 16.3558C16.4009 16.5746 16.3772 16.8155 16.4234 17.0478C16.4696 17.2801 16.5836 17.4935 16.7511 17.661C16.9186 17.8285 17.132 17.9426 17.3644 17.9888C17.5967 18.035 17.8375 18.0113 18.0563 17.9206C18.2752 17.83 18.4622 17.6765 18.5938 17.4795C18.7254 17.2826 18.7957 17.051 18.7957 16.8141C18.7953 16.4966 18.6691 16.1921 18.4445 15.9676C18.22 15.7431 17.9155 15.6168 17.598 15.6165Z' fill='%23B2B1FF'/%3E%3Cpath d='M22.5468 17.2116C22.4497 17.1019 22.3962 16.9606 22.3962 16.8142C22.3962 16.6678 22.4497 16.5264 22.5468 16.4168L23.312 15.554C23.3954 15.4599 23.4471 15.342 23.4598 15.217C23.4725 15.0919 23.4455 14.9661 23.3828 14.8572L22.1851 12.7829C22.1221 12.6743 22.0266 12.5882 21.912 12.5366C21.7975 12.485 21.6697 12.4707 21.5465 12.4955L20.4164 12.7268C20.273 12.7561 20.1239 12.7319 19.9971 12.6587C19.8704 12.5855 19.7748 12.4685 19.7284 12.3297L19.3638 11.2356C19.3241 11.1163 19.2479 11.0125 19.1459 10.939C19.0439 10.8655 18.9214 10.8259 18.7957 10.8259H16.4004C16.2747 10.826 16.1522 10.8655 16.0503 10.939C15.9483 11.0124 15.872 11.1161 15.8322 11.2353L15.4673 12.3297C15.4206 12.4684 15.3249 12.5852 15.1982 12.6583C15.0715 12.7314 14.9224 12.7558 14.779 12.7268L13.6492 12.4955C13.5261 12.4709 13.3984 12.4854 13.2839 12.537C13.1694 12.5885 13.0739 12.6745 13.0106 12.7829L11.813 14.8572C11.7502 14.9661 11.7233 15.092 11.736 15.217C11.7487 15.342 11.8004 15.4599 11.8837 15.554L12.6489 16.4168C12.746 16.5264 12.7996 16.6678 12.7996 16.8142C12.7996 16.9606 12.746 17.102 12.6489 17.2116L11.8837 18.0744C11.8004 18.1685 11.7487 18.2863 11.736 18.4114C11.7233 18.5364 11.7502 18.6623 11.813 18.7712L13.0106 20.8454C13.0734 20.9544 13.1689 21.0408 13.2836 21.0923C13.3983 21.1439 13.5264 21.158 13.6495 21.1326L14.779 20.9016C14.9225 20.8719 15.0719 20.896 15.1988 20.9693C15.3257 21.0425 15.4213 21.1599 15.4673 21.299L15.8322 22.3931C15.872 22.5123 15.9483 22.616 16.0503 22.6894C16.1522 22.7629 16.2747 22.8024 16.4004 22.8024H18.7957C18.9214 22.8025 19.0439 22.7629 19.1459 22.6894C19.2479 22.6158 19.3241 22.5121 19.3638 22.3928L19.7284 21.2987C19.7751 21.16 19.8707 21.0432 19.9974 20.97C20.124 20.8969 20.273 20.8724 20.4164 20.9013L21.5462 21.1326C21.6694 21.1582 21.7975 21.1442 21.9123 21.0927C22.027 21.0411 22.1225 20.9546 22.1851 20.8454L23.3828 18.7712C23.4455 18.6623 23.4725 18.5364 23.4598 18.4114C23.4471 18.2863 23.3954 18.1685 23.312 18.0744L22.5468 17.2116ZM17.598 19.2095C17.1243 19.2095 16.6612 19.069 16.2673 18.8058C15.8734 18.5426 15.5663 18.1685 15.385 17.7308C15.2038 17.2931 15.1563 16.8115 15.2487 16.3469C15.3412 15.8822 15.5693 15.4554 15.9043 15.1205C16.2393 14.7855 16.6661 14.5573 17.1307 14.4649C17.5954 14.3725 18.077 14.4199 18.5147 14.6012C18.9523 14.7825 19.3264 15.0895 19.5896 15.4834C19.8528 15.8773 19.9933 16.3404 19.9933 16.8142C19.9926 17.4492 19.74 18.0581 19.291 18.5071C18.8419 18.9562 18.2331 19.2088 17.598 19.2095Z' fill='%236563FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1113_7381'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.active .event-icon.manage {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1116_7059)'%3E%3Cpath d='M10.6281 12.3439C7.77173 12.3439 5.45618 10.0283 5.45618 7.17195C5.45618 4.31556 7.77173 2 10.6281 2C13.4845 2 15.8001 4.31556 15.8001 7.17195C15.7969 10.027 13.4832 12.3408 10.6281 12.3439Z' fill='%23D8D8FF'/%3E%3Cpath d='M13.818 11.2348C12.9389 11.9262 11.8331 12.3425 10.6281 12.3438C9.42149 12.3438 8.31402 11.9272 7.43419 11.2345C4.57864 12.3773 2.42813 15.0137 2.06463 18.2843C2.01318 18.7576 2.35494 19.1829 2.82813 19.2347L18.3339 19.2397C18.3654 19.2397 18.3968 19.238 18.4282 19.2347C18.9013 19.1829 19.2431 18.7576 19.1917 18.2843C18.8336 15.0628 16.7164 12.3901 13.818 11.2348Z' fill='%23B2B1FF'/%3E%3Ccircle cx='17.598' cy='16.8141' r='2.39533' fill='%23726BEA'/%3E%3Cpath d='M17.598 19.2094C17.1243 19.2094 16.6611 19.069 16.2672 18.8058C15.8733 18.5426 15.5663 18.1685 15.385 17.7308C15.2037 17.2931 15.1563 16.8115 15.2487 16.3468C15.3411 15.8822 15.5693 15.4554 15.9043 15.1204C16.2393 14.7854 16.6661 14.5573 17.1307 14.4648C17.5953 14.3724 18.077 14.4199 18.5146 14.6012C18.9523 14.7825 19.3264 15.0895 19.5896 15.4834C19.8528 15.8773 19.9933 16.3404 19.9933 16.8141C19.9926 17.4492 19.74 18.058 19.2909 18.5071C18.8419 18.9561 18.2331 19.2087 17.598 19.2094ZM17.598 15.6165C17.3611 15.6165 17.1296 15.6867 16.9326 15.8183C16.7357 15.9499 16.5822 16.137 16.4915 16.3558C16.4009 16.5746 16.3772 16.8155 16.4234 17.0478C16.4696 17.2801 16.5836 17.4935 16.7511 17.661C16.9186 17.8285 17.132 17.9426 17.3644 17.9888C17.5967 18.035 17.8375 18.0113 18.0563 17.9206C18.2752 17.83 18.4622 17.6765 18.5938 17.4795C18.7254 17.2826 18.7957 17.051 18.7957 16.8141C18.7953 16.4966 18.6691 16.1921 18.4445 15.9676C18.22 15.7431 17.9155 15.6168 17.598 15.6165Z' fill='%23B2B1FF'/%3E%3Cpath d='M22.5468 17.2116C22.4497 17.1019 22.3962 16.9606 22.3962 16.8142C22.3962 16.6678 22.4497 16.5264 22.5468 16.4168L23.312 15.554C23.3954 15.4599 23.4471 15.342 23.4598 15.217C23.4725 15.0919 23.4455 14.9661 23.3828 14.8572L22.1851 12.7829C22.1221 12.6743 22.0266 12.5882 21.912 12.5366C21.7975 12.485 21.6697 12.4707 21.5465 12.4955L20.4164 12.7268C20.273 12.7561 20.1239 12.7319 19.9971 12.6587C19.8704 12.5855 19.7748 12.4685 19.7284 12.3297L19.3638 11.2356C19.3241 11.1163 19.2479 11.0125 19.1459 10.939C19.0439 10.8655 18.9214 10.8259 18.7957 10.8259H16.4004C16.2747 10.826 16.1522 10.8655 16.0503 10.939C15.9483 11.0124 15.872 11.1161 15.8322 11.2353L15.4673 12.3297C15.4206 12.4684 15.3249 12.5852 15.1982 12.6583C15.0715 12.7314 14.9224 12.7558 14.779 12.7268L13.6492 12.4955C13.5261 12.4709 13.3984 12.4854 13.2839 12.537C13.1694 12.5885 13.0739 12.6745 13.0106 12.7829L11.813 14.8572C11.7502 14.9661 11.7233 15.092 11.736 15.217C11.7487 15.342 11.8004 15.4599 11.8837 15.554L12.6489 16.4168C12.746 16.5264 12.7996 16.6678 12.7996 16.8142C12.7996 16.9606 12.746 17.102 12.6489 17.2116L11.8837 18.0744C11.8004 18.1685 11.7487 18.2863 11.736 18.4114C11.7233 18.5364 11.7502 18.6623 11.813 18.7712L13.0106 20.8454C13.0734 20.9544 13.1689 21.0408 13.2836 21.0923C13.3983 21.1439 13.5264 21.158 13.6495 21.1326L14.779 20.9016C14.9225 20.8719 15.0719 20.896 15.1988 20.9693C15.3257 21.0425 15.4213 21.1599 15.4673 21.299L15.8322 22.3931C15.872 22.5123 15.9483 22.616 16.0503 22.6894C16.1522 22.7629 16.2747 22.8024 16.4004 22.8024H18.7957C18.9214 22.8025 19.0439 22.7629 19.1459 22.6894C19.2479 22.6158 19.3241 22.5121 19.3638 22.3928L19.7284 21.2987C19.7751 21.16 19.8707 21.0432 19.9974 20.97C20.124 20.8969 20.273 20.8724 20.4164 20.9013L21.5462 21.1326C21.6694 21.1582 21.7975 21.1442 21.9123 21.0927C22.027 21.0411 22.1225 20.9546 22.1851 20.8454L23.3828 18.7712C23.4455 18.6623 23.4725 18.5364 23.4598 18.4114C23.4471 18.2863 23.3954 18.1685 23.312 18.0744L22.5468 17.2116ZM17.598 19.2095C17.1243 19.2095 16.6612 19.069 16.2673 18.8058C15.8734 18.5426 15.5663 18.1685 15.385 17.7308C15.2038 17.2931 15.1563 16.8115 15.2487 16.3469C15.3412 15.8822 15.5693 15.4554 15.9043 15.1205C16.2393 14.7855 16.6661 14.5573 17.1307 14.4649C17.5954 14.3725 18.077 14.4199 18.5147 14.6012C18.9523 14.7825 19.3264 15.0895 19.5896 15.4834C19.8528 15.8773 19.9933 16.3404 19.9933 16.8142C19.9926 17.4492 19.74 18.0581 19.291 18.5071C18.8419 18.9562 18.2331 19.2088 17.598 19.2095Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1116_7059'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.event-icon.mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 22H8C7.20462 21.9991 6.44206 21.6828 5.87964 21.1204C5.31722 20.5579 5.00087 19.7954 5 19V5C5.00087 4.20462 5.31722 3.44206 5.87964 2.87964C6.44206 2.31722 7.20462 2.00087 8 2H16C16.7954 2.00087 17.5579 2.31722 18.1204 2.87964C18.6828 3.44206 18.9991 4.20462 19 5V19C18.9991 19.7954 18.6828 20.5579 18.1204 21.1204C17.5579 21.6828 16.7954 21.9991 16 22Z' fill='%23B2B1FF'/%3E%3Cpath d='M16 22H8C7.20435 22 6.44129 21.6839 5.87868 21.1213C5.31607 20.5587 5 19.7956 5 19V16H19V19C19 19.7956 18.6839 20.5587 18.1213 21.1213C17.5587 21.6839 16.7956 22 16 22Z' fill='%236563FF'/%3E%3C/svg%3E");
}

.active .event-icon.mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 22H8C7.20462 21.9991 6.44206 21.6828 5.87964 21.1204C5.31722 20.5579 5.00087 19.7954 5 19V5C5.00087 4.20462 5.31722 3.44206 5.87964 2.87964C6.44206 2.31722 7.20462 2.00087 8 2H16C16.7954 2.00087 17.5579 2.31722 18.1204 2.87964C18.6828 3.44206 18.9991 4.20462 19 5V19C18.9991 19.7954 18.6828 20.5579 18.1204 21.1204C17.5579 21.6828 16.7954 21.9991 16 22Z' fill='%23B2B1FF'/%3E%3Cpath d='M16 22H8C7.20435 22 6.44129 21.6839 5.87868 21.1213C5.31607 20.5587 5 19.7956 5 19V16H19V19C19 19.7956 18.6839 20.5587 18.1213 21.1213C17.5587 21.6839 16.7956 22 16 22Z' fill='white'/%3E%3C/svg%3E");
}

.event-icon.account {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.6392 16C10.848 16 10.0747 15.7654 9.41688 15.3259C8.75908 14.8864 8.24639 14.2616 7.94364 13.5307C7.64089 12.7998 7.56168 11.9956 7.71602 11.2196C7.87036 10.4437 8.25132 9.73098 8.81073 9.17157C9.37015 8.61216 10.0829 8.2312 10.8588 8.07686C11.6347 7.92252 12.439 8.00173 13.1699 8.30448C13.9008 8.60723 14.5255 9.11993 14.965 9.77772C15.4046 10.4355 15.6392 11.2089 15.6392 12C15.6379 13.0605 15.2161 14.0772 14.4663 14.8271C13.7164 15.577 12.6997 15.9988 11.6392 16ZM11.6392 10C11.2436 10 10.8569 10.1173 10.528 10.3371C10.1991 10.5568 9.94278 10.8692 9.7914 11.2346C9.64003 11.6001 9.60042 12.0022 9.67759 12.3902C9.75476 12.7781 9.94524 13.1345 10.2249 13.4142C10.5047 13.6939 10.861 13.8844 11.249 13.9616C11.6369 14.0387 12.0391 13.9991 12.4045 13.8478C12.77 13.6964 13.0823 13.44 13.3021 13.1111C13.5219 12.7822 13.6392 12.3956 13.6392 12C13.6386 11.4697 13.4277 10.9613 13.0528 10.5864C12.6778 10.2114 12.1694 10.0005 11.6392 10Z' fill='%236563FF'/%3E%3Cpath d='M19.9033 12.6636C19.7412 12.4805 19.6517 12.2445 19.6517 12C19.6517 11.7555 19.7412 11.5195 19.9033 11.3364L21.1811 9.89551C21.3203 9.73845 21.4067 9.54159 21.4279 9.33278C21.4491 9.12397 21.4041 8.91377 21.2993 8.73193L19.2993 5.26807C19.194 5.08666 19.0345 4.94281 18.8432 4.85671C18.6519 4.77062 18.4385 4.74661 18.2329 4.78807L16.3457 5.1743C16.1062 5.22321 15.8572 5.18277 15.6455 5.06061C15.4338 4.93844 15.2742 4.74301 15.1968 4.51121L14.5879 2.68406C14.5216 2.48487 14.3943 2.3116 14.224 2.18882C14.0537 2.06604 13.8491 1.99998 13.6391 2H9.63913C9.42928 2.00004 9.22475 2.06607 9.05449 2.18875C8.88424 2.31143 8.75686 2.48454 8.6904 2.68359L8.08102 4.51123C8.00302 4.74275 7.84322 4.93786 7.6316 5.05994C7.41998 5.18203 7.17109 5.2227 6.93161 5.17432L5.04489 4.78809C4.83929 4.74706 4.62601 4.77126 4.43482 4.85731C4.24364 4.94337 4.08411 5.08698 3.97849 5.26809L1.97849 8.73195C1.87369 8.91379 1.8287 9.12399 1.84991 9.3328C1.87111 9.54161 1.95743 9.73847 2.09665 9.89553L3.37448 11.3364C3.53658 11.5195 3.62607 11.7555 3.62607 12C3.62607 12.2445 3.53658 12.4806 3.37448 12.6636L2.09665 14.1045C1.95743 14.2616 1.87111 14.4584 1.84991 14.6672C1.8287 14.876 1.87369 15.0862 1.97849 15.2681L3.97849 18.7319C4.08334 18.9139 4.24287 19.0581 4.4344 19.1442C4.62593 19.2303 4.83972 19.2538 5.04538 19.2114L6.93161 18.8257C7.17124 18.7761 7.42071 18.8164 7.63262 18.9387C7.84453 19.061 8.00411 19.257 8.08102 19.4893L8.6904 21.3164C8.75686 21.5155 8.88424 21.6886 9.05449 21.8112C9.22475 21.9339 9.42928 22 9.63913 22H13.6391C13.8491 22 14.0537 21.934 14.224 21.8112C14.3943 21.6884 14.5216 21.5151 14.5879 21.3159L15.1968 19.4888C15.2747 19.2573 15.4344 19.0621 15.6459 18.94C15.8574 18.8178 16.1062 18.777 16.3457 18.8252L18.2324 19.2114C18.4381 19.2542 18.652 19.2309 18.8436 19.1448C19.0352 19.0586 19.1947 18.9141 19.2993 18.7319L21.2993 15.2681C21.4041 15.0862 21.4491 14.876 21.4279 14.6672C21.4067 14.4584 21.3203 14.2616 21.1811 14.1045L19.9033 12.6636ZM11.6391 16C10.848 16 10.0746 15.7654 9.41685 15.3259C8.75905 14.8864 8.24636 14.2616 7.94361 13.5307C7.64086 12.7998 7.56165 11.9956 7.71599 11.2196C7.87033 10.4437 8.2513 9.73098 8.81071 9.17157C9.37012 8.61216 10.0828 8.2312 10.8588 8.07686C11.6347 7.92252 12.439 8.00173 13.1699 8.30448C13.9008 8.60723 14.5255 9.11992 14.965 9.77772C15.4045 10.4355 15.6391 11.2089 15.6391 12C15.6379 13.0605 15.2161 14.0772 14.4662 14.8271C13.7163 15.577 12.6996 15.9988 11.6391 16Z' fill='%23B2B1FF'/%3E%3C/svg%3E");
}

.active .event-icon.account {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.6392 16C10.848 16 10.0747 15.7654 9.41688 15.3259C8.75908 14.8864 8.24639 14.2616 7.94364 13.5307C7.64089 12.7998 7.56168 11.9956 7.71602 11.2196C7.87036 10.4437 8.25132 9.73098 8.81073 9.17157C9.37015 8.61216 10.0829 8.2312 10.8588 8.07686C11.6347 7.92252 12.439 8.00173 13.1699 8.30448C13.9008 8.60723 14.5255 9.11993 14.965 9.77772C15.4046 10.4355 15.6392 11.2089 15.6392 12C15.6379 13.0605 15.2161 14.0772 14.4663 14.8271C13.7164 15.577 12.6997 15.9988 11.6392 16ZM11.6392 10C11.2436 10 10.8569 10.1173 10.528 10.3371C10.1991 10.5568 9.94278 10.8692 9.7914 11.2346C9.64003 11.6001 9.60042 12.0022 9.67759 12.3902C9.75476 12.7781 9.94524 13.1345 10.2249 13.4142C10.5047 13.6939 10.861 13.8844 11.249 13.9616C11.6369 14.0387 12.0391 13.9991 12.4045 13.8478C12.77 13.6964 13.0823 13.44 13.3021 13.1111C13.5219 12.7822 13.6392 12.3956 13.6392 12C13.6386 11.4697 13.4277 10.9613 13.0528 10.5864C12.6778 10.2114 12.1694 10.0005 11.6392 10Z' fill='%23B2B1FF'/%3E%3Cpath d='M19.9033 12.6636C19.7412 12.4805 19.6517 12.2445 19.6517 12C19.6517 11.7555 19.7412 11.5195 19.9033 11.3364L21.1811 9.89551C21.3203 9.73845 21.4067 9.54159 21.4279 9.33278C21.4491 9.12397 21.4041 8.91377 21.2993 8.73193L19.2993 5.26807C19.194 5.08666 19.0345 4.94281 18.8432 4.85671C18.6519 4.77062 18.4385 4.74661 18.2329 4.78807L16.3457 5.1743C16.1062 5.22321 15.8572 5.18277 15.6455 5.06061C15.4338 4.93844 15.2742 4.74301 15.1968 4.51121L14.5879 2.68406C14.5216 2.48487 14.3943 2.3116 14.224 2.18882C14.0537 2.06604 13.8491 1.99998 13.6391 2H9.63913C9.42928 2.00004 9.22475 2.06607 9.05449 2.18875C8.88424 2.31143 8.75686 2.48454 8.6904 2.68359L8.08102 4.51123C8.00302 4.74275 7.84322 4.93786 7.6316 5.05994C7.41998 5.18203 7.17109 5.2227 6.93161 5.17432L5.04489 4.78809C4.83929 4.74706 4.62601 4.77126 4.43482 4.85731C4.24364 4.94337 4.08411 5.08698 3.97849 5.26809L1.97849 8.73195C1.87369 8.91379 1.8287 9.12399 1.84991 9.3328C1.87111 9.54161 1.95743 9.73847 2.09665 9.89553L3.37448 11.3364C3.53658 11.5195 3.62607 11.7555 3.62607 12C3.62607 12.2445 3.53658 12.4806 3.37448 12.6636L2.09665 14.1045C1.95743 14.2616 1.87111 14.4584 1.84991 14.6672C1.8287 14.876 1.87369 15.0862 1.97849 15.2681L3.97849 18.7319C4.08334 18.9139 4.24287 19.0581 4.4344 19.1442C4.62593 19.2303 4.83972 19.2538 5.04538 19.2114L6.93161 18.8257C7.17124 18.7761 7.42071 18.8164 7.63262 18.9387C7.84453 19.061 8.00411 19.257 8.08102 19.4893L8.6904 21.3164C8.75686 21.5155 8.88424 21.6886 9.05449 21.8112C9.22475 21.9339 9.42928 22 9.63913 22H13.6391C13.8491 22 14.0537 21.934 14.224 21.8112C14.3943 21.6884 14.5216 21.5151 14.5879 21.3159L15.1968 19.4888C15.2747 19.2573 15.4344 19.0621 15.6459 18.94C15.8574 18.8178 16.1062 18.777 16.3457 18.8252L18.2324 19.2114C18.4381 19.2542 18.652 19.2309 18.8436 19.1448C19.0352 19.0586 19.1947 18.9141 19.2993 18.7319L21.2993 15.2681C21.4041 15.0862 21.4491 14.876 21.4279 14.6672C21.4067 14.4584 21.3203 14.2616 21.1811 14.1045L19.9033 12.6636ZM11.6391 16C10.848 16 10.0746 15.7654 9.41685 15.3259C8.75905 14.8864 8.24636 14.2616 7.94361 13.5307C7.64086 12.7998 7.56165 11.9956 7.71599 11.2196C7.87033 10.4437 8.2513 9.73098 8.81071 9.17157C9.37012 8.61216 10.0828 8.2312 10.8588 8.07686C11.6347 7.92252 12.439 8.00173 13.1699 8.30448C13.9008 8.60723 14.5255 9.11992 14.965 9.77772C15.4045 10.4355 15.6391 11.2089 15.6391 12C15.6379 13.0605 15.2161 14.0772 14.4662 14.8271C13.7163 15.577 12.6996 15.9988 11.6391 16Z' fill='white'/%3E%3C/svg%3E");
}

.event-icon.cfs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 4.94995C16 2.74081 14.2091 0.949951 12 0.949951C9.79086 0.949951 8 2.74081 8 4.94995V11.05C8 13.2591 9.79086 15.05 12 15.05C14.2091 15.05 16 13.2591 16 11.05V4.94995Z' fill='%23B2B1FF'/%3E%3Cpath d='M20 11C20 10.7348 19.8946 10.4804 19.7071 10.2929C19.5196 10.1054 19.2652 10 19 10C18.7348 10 18.4804 10.1054 18.2929 10.2929C18.1054 10.4804 18 10.7348 18 11C18 12.5913 17.3679 14.1174 16.2426 15.2426C15.1174 16.3679 13.5913 17 12 17C10.4087 17 8.88258 16.3679 7.75736 15.2426C6.63214 14.1174 6 12.5913 6 11C6 10.7348 5.89464 10.4804 5.70711 10.2929C5.51957 10.1054 5.26522 10 5 10C4.73478 10 4.48043 10.1054 4.29289 10.2929C4.10536 10.4804 4 10.7348 4 11C4.00313 12.947 4.71555 14.8261 6.00396 16.2858C7.29237 17.7455 9.06849 18.6857 11 18.9305V21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22C8 22.2652 8.10536 22.5196 8.29289 22.7071C8.48043 22.8946 8.73478 23 9 23H15C15.2652 23 15.5196 22.8946 15.7071 22.7071C15.8946 22.5196 16 22.2652 16 22C16 21.7348 15.8946 21.4804 15.7071 21.2929C15.5196 21.1054 15.2652 21 15 21H13V18.9305C14.9315 18.6857 16.7076 17.7455 17.996 16.2858C19.2844 14.8261 19.9969 12.947 20 11Z' fill='%236563FF'/%3E%3C/svg%3E");
}

.active .event-icon.cfs {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 4.94995C16 2.74081 14.2091 0.949951 12 0.949951C9.79086 0.949951 8 2.74081 8 4.94995V11.05C8 13.2591 9.79086 15.05 12 15.05C14.2091 15.05 16 13.2591 16 11.05V4.94995Z' fill='%23D8D8FF'/%3E%3Cpath d='M20 11C20 10.7348 19.8946 10.4804 19.7071 10.2929C19.5196 10.1054 19.2652 10 19 10C18.7348 10 18.4804 10.1054 18.2929 10.2929C18.1054 10.4804 18 10.7348 18 11C18 12.5913 17.3679 14.1174 16.2426 15.2426C15.1174 16.3679 13.5913 17 12 17C10.4087 17 8.88258 16.3679 7.75736 15.2426C6.63214 14.1174 6 12.5913 6 11C6 10.7348 5.89464 10.4804 5.70711 10.2929C5.51957 10.1054 5.26522 10 5 10C4.73478 10 4.48043 10.1054 4.29289 10.2929C4.10536 10.4804 4 10.7348 4 11C4.00313 12.947 4.71555 14.8261 6.00396 16.2858C7.29237 17.7455 9.06849 18.6857 11 18.9305V21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22C8 22.2652 8.10536 22.5196 8.29289 22.7071C8.48043 22.8946 8.73478 23 9 23H15C15.2652 23 15.5196 22.8946 15.7071 22.7071C15.8946 22.5196 16 22.2652 16 22C16 21.7348 15.8946 21.4804 15.7071 21.2929C15.5196 21.1054 15.2652 21 15 21H13V18.9305C14.9315 18.6857 16.7076 17.7455 17.996 16.2858C19.2844 14.8261 19.9969 12.947 20 11Z' fill='white'/%3E%3C/svg%3E");
}

.event-icon.pin {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M16.25 16C16.1186 16.0001 15.9886 15.9743 15.8672 15.924C15.7459 15.8738 15.6357 15.8 15.543 15.707L12.543 12.707C12.4501 12.6142 12.3764 12.5039 12.3261 12.3826C12.2759 12.2613 12.25 12.1313 12.25 12C12.25 11.8686 12.2759 11.7386 12.3261 11.6173C12.3764 11.496 12.4501 11.3858 12.543 11.2929L15.543 8.29293C15.7309 8.10737 15.9846 8.00369 16.2487 8.00452C16.5128 8.00536 16.7658 8.11064 16.9526 8.29739C17.1393 8.48414 17.2446 8.73719 17.2454 9.00128C17.2462 9.26538 17.1425 9.51908 16.957 9.70699L14.664 12L16.957 14.293C17.0968 14.4328 17.1921 14.611 17.2306 14.805C17.2692 14.9989 17.2494 15.2 17.1737 15.3827C17.098 15.5654 16.9699 15.7215 16.8055 15.8314C16.641 15.9413 16.4477 16 16.25 16ZM10.75 16C10.6186 16.0001 10.4886 15.9743 10.3672 15.924C10.2459 15.8738 10.1357 15.8 10.043 15.707L7.04297 12.707C6.95009 12.6142 6.87641 12.5039 6.82614 12.3826C6.77587 12.2613 6.75 12.1313 6.75 12C6.75 11.8686 6.77587 11.7386 6.82614 11.6173C6.87641 11.496 6.95009 11.3858 7.04297 11.2929L10.043 8.29293C10.2309 8.10737 10.4846 8.00369 10.7487 8.00452C11.0128 8.00536 11.2658 8.11064 11.4526 8.29739C11.6393 8.48414 11.7446 8.73719 11.7454 9.00128C11.7462 9.26538 11.6425 9.51908 11.457 9.70699L9.16403 12L11.457 14.293C11.5968 14.4328 11.6921 14.611 11.7306 14.805C11.7692 14.9989 11.7494 15.2 11.6737 15.3827C11.598 15.5654 11.4699 15.7215 11.3055 15.8314C11.141 15.9413 10.9477 16 10.75 16Z\" fill=\"%236563FF\"/></svg>")
}

.active .event-icon.pin {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M7.75003 16C7.55228 16 7.35898 15.9413 7.19457 15.8314C7.03016 15.7215 6.90202 15.5654 6.82635 15.3827C6.75068 15.2 6.73088 14.9989 6.76945 14.805C6.80802 14.611 6.90322 14.4329 7.04303 14.293L9.33597 12L7.04303 9.70702C6.85832 9.51893 6.75536 9.26551 6.75656 9.00189C6.75775 8.73828 6.863 8.4858 7.04941 8.29939C7.23581 8.11299 7.48829 8.00773 7.75191 8.00654C8.01552 8.00535 8.26894 8.10831 8.45703 8.29302L11.457 11.293C11.5499 11.3858 11.6236 11.4961 11.6739 11.6174C11.7241 11.7387 11.75 11.8687 11.75 12C11.75 12.1314 11.7241 12.2614 11.6739 12.3827C11.6236 12.504 11.5499 12.6142 11.457 12.7071L8.45703 15.7071C8.3643 15.8001 8.2541 15.8738 8.13277 15.9241C8.01143 15.9744 7.88136 16.0002 7.75003 16ZM13.25 16C13.0523 16 12.859 15.9413 12.6946 15.8314C12.5302 15.7215 12.402 15.5654 12.3264 15.3827C12.2507 15.2 12.2309 14.9989 12.2694 14.805C12.308 14.611 12.4032 14.4329 12.543 14.293L14.836 12L12.543 9.70702C12.3583 9.51893 12.2554 9.26551 12.2566 9.00189C12.2577 8.73828 12.363 8.4858 12.5494 8.29939C12.7358 8.11299 12.9883 8.00773 13.2519 8.00654C13.5155 8.00535 13.7689 8.10831 13.957 8.29302L16.957 11.293C17.0499 11.3858 17.1236 11.4961 17.1739 11.6174C17.2241 11.7387 17.25 11.8687 17.25 12C17.25 12.1314 17.2241 12.2614 17.1739 12.3827C17.1236 12.504 17.0499 12.6142 16.957 12.7071L13.957 15.7071C13.8643 15.8001 13.7541 15.8738 13.6328 15.9241C13.5114 15.9744 13.3814 16.0002 13.25 16Z\" fill=\"%236563FF\"/></svg>")
}

#icon-nav li.active.pin a {
    background-color: transparent;
}

/********************
* Secondary Nav
********************/

#secondary-nav {
    width: 249px;
    padding: 16px 12px;
    position: fixed;
    left: 48px;
    top: 47px;
    z-index: 998;
    overflow-y: auto;
    height: calc(100vh - 48px);
    color: #131214;
    background-color: white;
    transition: width 0.3s;
}

#secondary-nav .panel {
    box-shadow: none;
    border: 0;
}

#secondary-nav .panel-heading {
    text-transform: uppercase;
    border-bottom: 0;
    color: var(--swoogo-gray-600);
    font-size: 14px;
}

#secondary-nav .panel-title {
    font-weight: 500;
    font-size: 14px;
}

#secondary-nav .kv-sidenav .active > ul, .nav-pills > li.active > a {
    background-color: white;
}

#secondary-nav li a, #secondary-nav .kv-sidenav .active > a > span > .indicator, #secondary-nav .kv-sidenav .indicator {
    color: #131214;
    border: transparent;
}

#secondary-nav .kv-sidenav .nav a {
    padding-left: 39px;
}

#secondary-nav #report-menu-pjax li div {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 8px; /* optional spacing between elements */
}

#icon-nav .divider, #secondary-nav .divider {
    border-bottom: 1px solid #E6E9EB;
    width: 100%;
}

#secondary-nav ul li.active > a:not(.kv-toggle) {
    color: var(--swoogo-lavender-100);
}

#secondary-nav ul li.active > a {
    background-color: transparent;
}

#secondary-nav .nav > li > a:focus, #secondary-nav .nav > li > a:hover, #secondary-nav ul li.active.bg > a.kv-toggle {
    background-color: #E6E9EB;
}

#secondary-nav ul li a:focus {
    outline-color: transparent !important;
}

@media (max-width: 767px) {
    /********************
    * Hamburger Menu
    ********************/
    .navbar-toggle {
        margin-top: 12px;
    }

    .navbar-toggle[aria-expanded="true"] span.icon-bar {
        transform: rotate(45deg);
    }

    .navbar-toggle[aria-expanded="true"] span.icon-bar:nth-of-type(2) {
        display: none;
    }

    .navbar-toggle[aria-expanded="true"] span.icon-bar:last-of-type {
        transform: translateY(-6px) rotate(-45deg);
    }

    .navbar-toggle > span {
        transition: all 200ms ease-in-out;
    }

    .page-body {
        background-color: white;
    }

    .navbar-collapse.collapsing, .navbar-collapse.in {
        background-color: white;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-weight: bold;
        text-align: center;
    }

    .navbar-brand {
        padding: 12px 10px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 90vh;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: var(--swoogo-prelude-000);
        text-align: center;
    }

    .btn-container .center-xs {
        text-align: right !important;
    }

    #sidebar.open {
        width: 100% !important;
    }

    #icon-nav {
        -ms-overflow-style: none; /* IE and Edge */
        border-radius: 8px;
        height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        position: fixed;
        scrollbar-width: none; /* Firefox */
        top: 80px;
        width: 100vw;
    }

    body.dashboard #icon-nav {
        background: var(--swoogo-gray-100);

        & .panel {
            background: var(--swoogo-gray-100);
        }
    }

    #icon-nav ul {
        display: flex;
    }

    #icon-nav::-webkit-scrollbar {
        display: none;
    }

    #icon-nav .nav-stacked > li {
        float: left;
        margin: 0 8px;
    }

    #icon-nav .nav-pills > li > a {
        border-radius: 8px;
        border: 1px solid var(--swoogo-lavender-100) !important;
        max-width: unset;
        padding: 8px 16px;
    }

    #icon-nav:hover .nav-pills > li > a {
        width: 100%;
        max-width: unset;
    }

    #icon-nav .event-icon {
        display: none;
    }

    #secondary-nav {
        border-radius: 8px;
        border: 1px solid var(--swoogo-lavender-100) !important;
        height: 0;
        left: calc(6vw / 2);
        padding-top: 13px;
        top: 142px;
        width: 94vw !important;
    }

    #secondary-nav.account-nav {
        left: calc(6vw / 2) !important;
        top: 72px;
    }

    #secondary-nav.open {
        height: unset;
        max-height: 75vh;
        padding-top: 29px;
    }

    #secondary-nav-btn {
        border: 1px solid var(--swoogo-lavender-100) !important;
        left: calc(6vw / 2);
        position: fixed;
        top: 142px;
        width: 94vw;
        z-index: 1001;
    }

    #secondary-nav-btn.account {
        top: 72px
    }

    .submenu-responsive {
        display: none;
    }
}

@media (max-width: 1200px) {
    #profile-tab .dropdown-toggle {
        background: none !important;
    }

    li.admin {
        display: none;
    }

    .dropdown li.admin {
        display: block;
    }
}