/* Auth Page Css Start */

.btn-secondary {
    color: black !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
    gap: 8px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    padding: 16px 0px !important;
    display: inline-flex !important;
}

.btn-primary {
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 16px;
    gap: 8px;
    background: #C2102B;
    color: white;
    border: none;
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center
}

.btn-primary:hover {
    background: #ba0c15 !important;
}

.btn-primary:active {
    background: #ba0c15 !important;
}

.btn-primary:disabled {
    background: #ba0c15 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: black !important;
    font-family: "Hanken Grotesk", sans-serif !important;
}

.dp__input {
    border: 1px solid rgba(30, 30, 28, 0.16) !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.dp__input::placeholder {
    color: black !important;
    opacity: 100% !important;
}

.dp__input_icon {
    color: black !important;
}

.border-right {
    border-right: 1px solid #e9e9e9;
}

.matchay-companies-card.card {
    --vz-card-border-radius: 10px !important;
    --vz-card-border-color: none !important;
}

.matchay-selected-companies-card {
    background: #F6F8FA !important;
    border-radius: 12px !important;
    margin-bottom: 0px !important;
}

.ag-root-wrapper {
    border: 0px !important;
    background: none !important;
}

.box-shadow {
    box-shadow: 0px 16px 96px 0px #2A2E3114;
}

.ag-header {
    color: #2A2E31 !important;
    opacity: 40% !important;
    background: none !important;
}

.ag-row {
    background: none !important;
}

.ag-body-vertical-scroll-viewport {
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: auto;
    cursor: pointer;
}

.form-check-danger .form-check-input:checked {
    background-color: #C2102B !important;
    border: none !important;
}

.form-check-input:focus {
    border-color: black !important;
}

.form-check-input {
    border: 1px solid black !important;
    border-radius: 6px !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("/assets/svg/checkbox-checked.svg") !important;
    padding: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px !important;
    background-color: #C2102B !important;
    border: none !important;
}

.form-check-input[type=checkbox] {
    background-image: url("/assets/svg/checkbox-unchecked.svg");
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px !important;
}

.form-switch .form-check-input:focus {
    background-image: url("/assets/svg/checkbox-unchecked.svg");
}

.multiselect {
    border-radius: 8px !important;
}

.multiselect.is-active {
    box-shadow: none !important;
}

.multiselect-placeholder {
    color: black !important;
}

.login-title {
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -2%;
    color: rgba(2, 2, 2, 1);
}

.login-subtitle {
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 0.8;
    color: rgba(0, 0, 0, 1);
}

.form-label {
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #2A2E31;
    opacity: 0.8;
}

.label-placeholder {
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 0.5;
    color: rgba(0, 0, 0, 1);
}

.login-button {
    background: rgba(194, 16, 43, 1);
    border-radius: 40px;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(228, 248, 246, 1);
    padding: 16px;
    border: none !important;
}

.forgot-password a {
    color: rgba(0, 0, 0, 1);
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-underline-offset: 10px;
}

.login-button:hover {
    background: rgba(194, 16, 43, 1) !important;
    color: rgba(228, 248, 246, 1);
}

button.btn.login-button,
button.btn.login-button:active,
button.btn.login-button:focus {
    background: rgba(194, 16, 43, 1) !important;
    color: rgba(228, 248, 246, 1) !important;
}

.user-login-title {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    font-style: normal;
}

.user-login-subtext {
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.8;
    color: rgba(0, 0, 0, 1);
}

.form-control {
    border: 1px solid rgba(30, 30, 28, 0.16) !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    opacity: 100% !important;
}

.form-control:focus {
    font-weight: 700 !important;
}

.form-control::placeholder {
    color: black !important;
    opacity: 100% !important;
    font-weight: 700 !important;
}

a:hover {
    color: none !important;
}


/* Auth Page Css End */

/* Navbar Css Start */
.topbar-user {
    background-color: transparent !important;
}

[data-layout="horizontal"] .navbar-menu {
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
}

.dropdown-menu {
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--vz-dropdown-link-hover-color) !important;
    background-color: var(--vz-dropdown-link-hover-bg);
}

.dropdown-item.active {
    color: var(--vz-dropdown-link-active-color) !important;
}

.nav-item:hover {
    color: white !important;
}

.page-topbar {
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
    border-bottom: none !important;
    padding: 10px 50px 0px 50px !important;
}


#navbar-nav {
    color: white;
}

.ms-10 {
    margin-left: 10px;
}

.super-admin {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1) !important;
}

.vertical-line-left {
    height: 25px;
    opacity: 16%;
    margin: 0 15px 0 0;
    border: 1px solid rgba(255, 255, 255, 1);
}

.vertical-line-right {
    height: 25px;
    opacity: 16%;
    margin: 0 0px 0 15px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.nav-link.menu-link.active {
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    vertical-align: bottom;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    padding-bottom: 21px;
    padding-top: 24px;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.global-padding {
    padding: 0px 50px 0px 50px !important;
}

.nav-link.menu-link {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
    vertical-align: bottom;
}

.nav-link.menu-link:hover {
    color: white !important;
}

.custom-header {
    align-items: center;
}

#navbar-nav {
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* Mobile open state */
#navbar-nav.open {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
    padding: 1rem;
    z-index: 1000;
}

.custom-bg {
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
}

.navbar-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 0px !important;
}

.page-title-box {
    background: linear-gradient(102.81deg,
            #2a2e31 19.55%,
            #c2102b 436.6%) !important;
    border-bottom: none !important;
}


.page-content {
    padding: 0px !important;
}

.breadcrumb-item>a {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.breadcrumb-item.active>a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: rgba(255, 255, 255, 1) !important;
    opacity: 0.7 !important;


}

.btn-new {
    border-radius: 10px;
    background: rgba(194, 16, 43, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-new:hover {
    background: rgba(194, 16, 43, 1);
    color: rgba(255, 255, 255, 1);
}

.input-group-text {
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
    border-radius: 10px;
}

.search-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
    color: rgba(255, 255, 255, 1);
}

input.bg-color {
    color: rgba(255, 255, 255, 1) !important;
    caret-color: rgba(255, 255, 255, 1) !important;
    border-radius: 0px !important;
}

.search-input-company {
    color: black !important;
    border-radius: 0px !important;
    border-right: 0px !important;

}

.search-input-right {
    border: 1px solid rgba(30, 30, 28, 0.16) !important;
    border-left: none !important;
}

.search-input-left {
    border: 1px solid rgba(30, 30, 28, 0.16) !important;
    border-right: 0px !important;
}

.input-group .form-control+.input-group-text,
.input-group-text+.form-control {
    margin-left: 0 !important;
    border-left: none !important;
}

.input-group .form-control {
    border-radius: 0;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 0.6;
    font-size: 15px;
    font-weight: 400;
}

.white-caret {
    caret-color: rgba(255, 255, 255, 1);
}

thead tr:first-child {
    border-bottom-color: white !important;
}

th {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    opacity: 0.4;
}

tr {
    border-bottom: 1px solid rgba(42, 46, 49, 0.1) !important;
}

td {
    font-weight: 500;
    font-size: 16px;
    color: rgba(42, 46, 49, 1);
}

.badge {
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    background: rgba(255, 255, 255, 1);
}

li.page-item {
    margin: 0 5px;
}

.active>.page-link,
.page-link.active {
    background: rgba(194, 16, 43, 1) !important;
    border-color: rgba(194, 16, 43, 1) !important;
    border-radius: 12px;
    color: white !important;

}

.page-link {
    color: rgba(0, 0, 0, 1) !important;
    border: none !important;
    border-radius: 12px !important;
}

.page-link:has(svg) {
    background: rgba(246, 248, 250, 1);
}

.footer {
    background-color: #fff !important;
}



.footer-border {
    border-top: 1px solid rgba(42, 46, 49, 0.1);
    margin: 0 50px;
    /* Only the border has spacing */
}

.footer-text {
    font-weight: 500;
    font-size: 14px !important;
    color: rgba(42, 46, 49, 1);
    opacity: 0.4;
    padding-top: 10px;
}


/* Navbar Css End */



.right-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
}

.right-modal {
    width: 500px;
    max-width: 100%;
    background: white;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Matchday Table and Seats Show View */

.layout {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seat-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.seats-row {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 8px;
}

.seat-table {
    width: 200px;
    height: 55px;
    border-radius: 8px;
    color: #c2102b;
    font-weight: bold;
    background: url('/assets/images/table.png') no-repeat center center / cover;
}

.seat-table.highlighted {
    background: url('/assets/images/highlighted-table.png') no-repeat center center / cover;
}

.seat {
    width: 30px;
    height: 30px;
    border: 3px solid #eeeeec;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    cursor: pointer;
}

.seat.assigned {
    background-color: #c2102b;
}

.white-dropdown {
    background: #fff !important;
    width: 220px !important;
}

.seat-v2 {
    width: 25px;
    height: 25px;
    background: #c2102b;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wh-80 {
    width: 80px;
    height: 80px;
}

.wh-50 {
    width: 50px;
    height: 50px;
}

.overflow-x-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    background: rgba(42, 46, 49, 5%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.overflow-x-scroll:active {
    cursor: grabbing;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    width: max-content;
}

.grid-item {
    min-width: 150px;
    padding: 2px;
    background: transparent;
    border-radius: 10px;
}

.grid-item .card {
    width: 100%;
    height: 150px;
}

.grid-item .card-table {
    border: none;
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px #00000014;
}

.form-multiselect {
    background: rgba(255, 255, 255, 0.08) !important;
    border: none !important;
}

.form-multiselect .multiselect-placeholder {
    color: white !important;
}

.form-multiselect .multiselect-single-label-text {
    color: white !important;
}

.multiselect-option.is-selected {
    background: #C71631 !important;
}

.multiselect-dropdown {
    scrollbar-width: none !important;
}

.nav-pills {
    border: none !important;
    border-radius: 10px !important;
}

.step-arrow-nav .nav .nav-link.active {
    background-color: white;
    color: #C71631;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #C71631;
    border-radius: 10px !important;
}

.step-arrow-nav .nav .nav-link.active::before {
    border-left-color: #C71631;
}

.step-arrow-nav .nav .nav-link.done {
    background-color: #C71631;
    color: white !important;
    border: 2px solid #C71631;
    border-radius: 10px !important;

}
