@font-face {
    font-family: 'Product Sans';
    src: url('../../assets/fonts/ProductSans-Regular.woff2') format('woff2'), url('../../assets/fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../assets/fonts/ProductSans-Medium.woff2') format('woff2'), url('../../assets/fonts/ProductSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../assets/fonts/ProductSans-Bold.woff2') format('woff2'), url('../../assets/fonts/ProductSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../../assets/fonts/AeonikPro-Regular.woff2') format('woff2'), url('../../assets/fonts/AeonikPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../../assets/fonts/AeonikPro-Medium.woff2') format('woff2'), url('../../assets/fonts/AeonikPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('../../assets/fonts/AeonikPro-Bold.woff2') format('woff2'), url('../../assets/fonts/AeonikPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #F1F1F1;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

html {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.navbar {
    background-color: #F1F1F1!important;
    box-shadow: none!important;
}

html::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

#login-content {
    background: url("../../assets/img/social-background.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
}

#login-content img {
    height: 132px;
}

.login-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#login-content .card {
    padding: 20px;
    border-radius: 30px;
    width: 415px;
}

#login-content h2 {
    text-align: center;
    font-family: 'Product Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

#login-content p {
    text-align: center;
    font-family: 'Product Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}

.logo {
    height: 26px;
}

.btn {
    padding: 14px 24px;
    border-radius: 30px;
    font-family: 'Product Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.nav-group-label {
    padding: 0.4rem 2rem;
    text-transform: uppercase;
    font-family: 'Product Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #000000;
    pointer-events: none;
    user-select: none;
}

.btn-primary {
    background-color: #5D3EF4;
    border-color: #5D3EF4;
}

.btn-primary:hover {
    background-color: #7255fa;
    border-color: #7255fa;
}

.form-group label {
    font-weight: 400;
    font-family: 'Product Sans', sans-serif;
    font-size: 13px;
}

.form-control {
    margin-top: 5px;
    border-radius: 30px;
    padding: 12px 24px;
    font-family: 'Product Sans', sans-serif;
    font-size: 15px;
    background-color: #F4F2FC;
    border-color: #F4F2FC;
}

/* ===== PARSLEY - MATCH FORM DESIGN ===== */

.parsley-style-1 .parsley-input {
    position: relative;
    margin-bottom: 20px;
}

/* Keep same input shape */
.parsley-style-1 .form-control {
    border-radius: 30px;
    transition: .2s ease;
}

/* Error */
.parsley-style-1 .parsley-input.parsley-error .form-control,
.parsley-style-1 .parsley-input.parsley-error .form-control:focus {
    background-color: #FDF4F5;
    border: 1px solid #dc3545;
    box-shadow: none;
    border-radius: 30px;
}

/* Success */
.parsley-style-1 .parsley-input.parsley-success .form-control,
.parsley-style-1 .parsley-input.parsley-success .form-control:focus {
    background-color: #F4FDF7;
    border: 1px solid #10b759;
    box-shadow: none;
    border-radius: 30px;
}

/* Error message */
.parsley-style-1 .parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
}

.parsley-style-1 .parsley-errors-list.filled {
    background: transparent; /* remove red box */
    color: #dc3545;
    font-family: 'Product Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-left: 14px;
}

/* Remove default spacing */
.parsley-style-1 .parsley-errors-list li {
    margin: 0;
}

/* Focus state */
.form-control:focus {
    background-color: #F4F2FC;
    border-color: #5D3EF4;
    box-shadow: 0 0 0 3px rgba(93, 62, 244, 0.12);
}

.form-select {
    border-radius: 30px;
    padding: 12px 24px;
    font-family: 'Product Sans', sans-serif;
    font-size: 15px;
    background-color: #F4F2FC;
    border-color: #F4F2FC;
    color: #000;
}

.form-select:focus {
    background-color: #F4F2FC;
    border-color: #5D3EF4;
    box-shadow: 0 0 0 3px rgba(93, 62, 244, 0.12);
}

/* Match parsley error state */
.parsley-style-1 .parsley-input.parsley-error .form-select {
    background-color: #FDF4F5;
    border: 1px solid #dc3545;
    box-shadow: none;
}

/* Match parsley success state */
.parsley-style-1 .parsley-input.parsley-success .form-select {
    background-color: #F4FDF7;
    border: 1px solid #10b759;
    box-shadow: none;
}

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

hr {
    border-top-color: #b3b1fb;
}

.wrapper {
    display: flex;
}

.main {
    margin-left: 70px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #f1f1f1;
    min-width: 0;
}

#sidebar {
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
}

#sidebar.expand ~ .wrapper .main,
.wrapper:has(#sidebar.expand) .main {
    margin-left: 260px; /* expanded sidebar width */
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #FFF;
}

.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

#sidebar.expand .sidebar-logo,
#sidebar.expand a.sidebar-link span {
    animation: fadeIn .25s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #000000;
    display: block;
    font-family: 'Product Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i,
.dropdown-item i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.navbar {
    background-color: #f5f5f5;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .1);
}

.navbar-expand .navbar-collapse {
    min-width: 200px;
}

.avatar {
    height: 40px;
    width: 40px;
}

.sidebar-link i,
.sidebar-link svg {
    font-size: 1.1rem;
    margin-right: .75rem;
    flex-shrink: 0;
}

a.sidebar-link.active {
    background-color: #ffffff;
    border-left: 3px solid #5D3EF4;
    color: #5D3EF4;
    border-radius: 0 8px 8px 0;
}

a.sidebar-link.active svg path {
    fill: #5D3EF4;
}

a.sidebar-link {
    display: flex;
    align-items: center;
}

.content-body {
    padding: 16px;
}

.content-body h2 {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.content-body h4 {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.content-body h5 {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}

.btn-create {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.card-view {
    border-radius: 24px;
    border-color: white;
}

.content-body h6 {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #8079A4;
}

.content-body h1 {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: black;
}

.content-body span {
    font-family: 'Aeonik Pro', sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #9893AE;
}

.tx-primary {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.tx-secondary {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 30px;
    color: white!important;
    background: #5D3EF4!important;
    border-color: #5D3EF4!important;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 30px;
    color: black!important;
    background: #DFDBF1!important;
    border-color: #DFDBF1!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 30px;
    color: white!important;
    background: #5D3EF4!important;
    border-color: #5D3EF4!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #9893AE;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #9893AE !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #9893AE !important;
    background: #EAE6FB !important;
    box-shadow: none;
    border-color: #EAE6FB!important;
}

.dataTables_info {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 16px;
}

.dataTables_wrapper .dataTables_paginate {
    color: #333333;
    padding: 16px;
}

.table>thead {
    background-color: #F7F5FF;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9893AE;
}

.table.dataTable thead th {
    border-bottom-color: white;
}

.table>:not(caption)>*>* {
    border-bottom-color: #EAE9F3;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.table.dataTable thead th {
    padding: 10px 10px;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-item {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-menu.show {
    display: block;
    border-color: #EAE9F3;
    border-radius: 16px;
}

.dropdown-item:hover {
    background-color: white;
}

.data-message {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: black!important;
    text-align: center;
}

.data-message-warning {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9893AE!important;
    text-align: center;
}

.btn-danger {
    background-color: #ED1414;
    border-color: #ED1414;
}

.btn-danger:hover {
    background-color: #ff3c3c;
    border-color: #FF3C3CFF;
}

.btn-outline-secondary {
    border-color: black;
    color: black;
}

.btn-outline-secondary:hover {
    background-color: black;
    color: white;
}

.modal-footer {
    padding-top: 0;
    border-top-color: white;
}

.modal-content {
    border-radius: 24px;
}

.dropdown-menu {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

table.dataTable tbody td {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 16px;
    font-weight: 400
}

.text-default {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 16px!important;
    font-weight: 400!important;
    color: black!important;
}

.modal-backdrop {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop.show {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.dropdown-divider {
    border-top: 1px solid rgb(176 176 176 / 18%);
}

.modal-title {
    font-family: 'Aeonik Pro', sans-serif!important;
    font-size: 18px!important;
    font-weight: 700!important;
    color: black!important;
}

.role-radio-group {
    display: flex;
    flex-direction: column;
    background-color: #F4F2FC;
    border-radius: 14px;
}

.role-radio-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-radius: 14px;
    padding: 16px;
    cursor: pointer;
    margin: 0;
    transition: background-color 0.2s ease;
}

.role-radio-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    border: 2px solid #aaa;
    margin-top: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #fff;
}

.role-radio-card input[type="radio"]:checked {
    background-color: #5D3EF4;
    border-color: #5D3EF4;
    box-shadow: inset 0 0 0 4px #fff;
}

.role-radio-card:has(input:checked) {
    background-color: #ebe8fd;
}

.role-radio-title {
    font-family: 'Product Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.role-radio-desc {
    font-family: 'Product Sans', sans-serif;
    font-size: 13px;
    color: #9893AE;
    line-height: 1.4;
}

.btn-outline-success {
    font-family: 'Product Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #7C9500;
    padding: 10px 16px;
    border-color: #7C9500;
}

.btn-outline-success:hover {
    background-color: #7C9500;
    border-color: #7C9500;
    color: white;
}

.tx-name {
    font-family: 'Aeonik Pro', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: black!important;
}

.badge {
    font-family: 'Aeonik Pro', sans-serif!important;
    font-weight: 500!important;
    border-radius: 24px!important;
    margin-left: 8px;
    /*background-color: #5D3EF4!important;*/
}

.bg-purpose {
    background-color: #5D3EF4!important;
}

.bg-green {
    background-color: #E0EDA0!important;
}

.tx-email {
    font-family: 'Aeonik Pro', sans-serif!important;
    font-weight: 500!important;
    font-size: 14px!important;
}

#engagement h5 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: black;
}

#engagement h6 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #8079A4;
}

#social-account h5 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

#social-account h6 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #8079A4;
}

#social-account img {
    margin-right: 10px;
}

#social-account h3 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0;
}

#assignment-detail h3 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #9893AE;
    margin: 0 0 10px;
}

#assignment-detail p {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.bg-warning {
    background-color: #B6DB00!important;
}

.bg-progress {
    background-color: #F5C700!important;
}

.bg-blue {
    background-color: #00DBD4;
}

.bg-purple {
    background-color: #8465fb;
}

.offcanvas.offcanvas-end {
    border-radius: 30px;
    margin: 12px;
}

.offcanvas-backdrop {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
}

.offcanvas-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background: #E4E2F4;
    border-color: #E4E2F4;
    color: #000000;
}

.btn-secondary:hover {
    background: #8465fb;
    border-color: #E4E2F4;
    color: #FFFFFF;
}

/* Hide native select; Select2 builds its own UI */
.team-select2 {
    display: none;
}

/* Container always matches input width */
.select2-container {
    width: 100% !important;
}

/* ===== Multi-select pill field ===== */
.select2-container--default .select2-selection--multiple {
    border-radius: 30px;
    background-color: #F4F2FC;
    border-color: #F4F2FC;
    min-height: 50px;
    padding: 6px 14px;
}

/* This is a <ul> with floated <li> items by default — don't force flex, just style it */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    width: 100%;
}

/* Each pill is an <li class="select2-selection__choice"> */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5D3EF4;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 13px;
    padding: 4px 10px 4px 22px;
    margin: 4px 6px 4px 0;
    float: left; /* matches Select2's native layout model */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    opacity: 1;
}

/* Inline search field (the typing cursor inside the pill box) */
.select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    margin-top: 9px;
    color: #000;
    float: left;
}

/* Focus ring */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #5D3EF4;
    box-shadow: 0 0 0 3px rgba(93, 62, 244, 0.12);
}

/* ===== Dropdown panel ===== */
.select2-dropdown {
    border-color: #EAE9F3;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 6px;
    z-index: 1060; /* above Bootstrap modal's 1055 */
}

.select2-results__option {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    padding: 10px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F4F2FC;
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
    color: #9893AE;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 30px;
    border-color: #EAE9F3;
    padding: 8px 14px;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 13px;
    outline: none;
}

/* ===== Bootstrap modal z-index stacking fix ===== */
/* Select2 dropdown gets appended to dropdownParent (the modal), so it must outrank modal-backdrop */
.modal-backdrop {
    z-index: 1050;
}

.modal {
    z-index: 1055;
}

.select2-container--open {
    z-index: 1060;
}

/* Vertically center the rendered list and clear spacing issues */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 36px;
}

/* Pill itself — switch from float to flex child since parent is now flex */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5D3EF4;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 13px;
    padding: 6px 12px 6px 12px;
    margin: 0 6px 0 0;
    display: flex;
    align-items: center;
    float: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    opacity: 1;
}

/* The stray × on the far right is allowClear's "clear all" button — style or hide it */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin: 0 8px 0 auto; /* pushes it to the far right cleanly */
    color: #9893AE;
    font-weight: 400;
    font-size: 18px;
    order: 99;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
    color: #5D3EF4;
}

/* Inline search field stays in flow with flex now */
.select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'Aeonik Pro', sans-serif;
    font-size: 14px;
    margin: 0;
    color: #000;
    float: none;
    padding-left: 10px;
}

#team-select2 span {
    font-family: 'Aeonik Pro', sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #9893AE;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white!important;
    opacity: 0.8;
    margin-right: 6px;
    float: none;
    display: flex;
    align-items: center;
    order: -1;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin: 0 8px 0 auto;
    color: #9893AE;
    font-weight: 400;
    font-size: 24px!important;
    order: 99;
}

.dropdown-card button {
    font-family: 'Product Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3E3E3E;
    padding: 10px 16px!important;
}

.dropdown-card .dropdown-menu li a {
    font-family: 'Product Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3E3E3E;
}

#page-error {
    background: #EAE9F3;
}

#page-error h1 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 700;
    font-size: 54px;
}

#page-error h3 {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

#page-error p {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#page-error span {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media (min-width: 768px) {}
