.player-hands h3,
.player-hands h4,
.severity-input {
    font-weight: 600;
}
.cell-center,
.severity-input,
td,
th {
    text-align: center;
}
:root {
    --alert-col: #eb1f27;
    --warning-col: #ffb822;
    --notif-col: #747474;
    --accept-col: #9c3;
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}
.navbar-light a.sidebar-link {
    color: #121212;
    transition: 0.3s;
}
.navbar-light a.sidebar-link:hover {
    color: #6c6c6c;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
td.nowrap {
    text-wrap: nowrap;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.alert-informative {
    background-color: #7a7a7a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 12px;
}
.alert-informative .alert-message {
    padding: 0;
}
.alert-informative svg {
    fill: #fff;
    height: 25px;
}
div:has(.select2.highlight) .select2-selection--single {
    outline: green solid;
    border: none;
}
.severity-input:focus-visible {
    outline: auto;
    background-color: #1817174a;
}

body.modal-open {
    overflow: hidden;
}

.severity-input {
    color: #fff;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: none;
    font-size: 16px;
}
#casino-tables_wrapper .row:has(.dataTables_length) {
    padding-bottom: 10px;
    row-gap: 8px;
}
#casino-tables_wrapper .row:has(.dataTables_length) select {
    margin-left: 2px;
    margin-right: 2px;
}
.dataTables_paginate ul {
    flex-wrap: wrap;
    row-gap: 5px;
}
#alertPageContainer .left {
    left: 0;
}
#alertPageContainer .right {
    right: 0;
}
#alertPageContainer .wrapper {
    width: 100%;
}
#alertPageContainer .false_alert_button,
.positive_alert_button {
    width: 100%;
    display: inline-block;
    justify-content: center;
}
#alertPageContainer input[disabled] {
    background-color: grey;
    color: #fff;
}
#alertPageContainer .center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    background-color: #fff;
    padding-top: 20%;
    opacity: 0.75;
    font-size: large;
    color: #00f;
    font-style: italic;
    font-weight: 400;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.LockOn.hidden,
.player-hands hr:last-of-type {
    display: none;
}

.wheel-speed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.wheel-speed.left {
    justify-content: start!important;
}

.wheel-speed svg {
    width: 20px;
}

.wheel-speed svg.flip {
    transform: scaleX(-1);
}
.show_high_priority {
    top: 30px;
    right: 0;
}
#showOnlyHighPriority {
    transform: translateY(2px);
    margin-right: 2px;
}
#sdate .input-group-append,
#sdatetime .input-group-append,
#sdatetime2 .input-group-append,
.index-graph-card,
.select,
td[data-href],
tr {
    cursor: pointer;
}
#sdate .input-group-text,
#sdatetime .input-group-text,
#sdatetime2 .input-group-text,
#sdate .input-group-text svg,
#sdatetime .input-group-text svg,
#sdatetime2 .input-group-text svg {
    height: 100%;
    transition: 0.5s linear;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#sdate .input-group-text:hover, #sdatetime .input-group-text:hover, #sdatetime2 .input-group-text:hover {
    background-color: #ffe4e3;
}
#sdate .input-group-text:hover svg, #sdatetime .input-group-text:hover svg, #sdatetime2 .input-group-text:hover svg {
    color: #202634 !important;
}
#casinoSettings form .row div,
#setupFormContainer form div {
    margin-bottom: 10px;
}
#deleteBtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.toggle-input {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
input#toggle {
    max-height: 0;
    max-width: 0;
    opacity: 0;
}
input#toggle + label {
    position: relative;
    display: block;
    border-radius: 15px;
    width: 40px;
    height: 20px;
    background: #d5d5d5;
    text-indent: -5000px;
    cursor: pointer;
}
input#toggle + label .after,
input#toggle + label .before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 15px;
    height: 20px;
    width: 20px;
    transition: 0.2s ease-in-out;
}
input#toggle + label .before {
    background: rgba(231, 81, 47, 0);
}
input#toggle + label .after {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
}
input#toggle:checked + label .before {
    width: 40px;
    background: #000;
    box-shadow: inset 0 0 5px 1px #000;
}
input#toggle:checked + label .after {
    left: 20px;
}
.fixed-table-container {
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}
.fixed-table-container table {
    border-collapse: collapse;
    width: 100%;
}

table.left td, table.left th {
    text-align: start;
}

td.severity-1 {
    background-color: rgb(253, 172, 59);
    color: black;
}

td.severity-2 {
    background-color: rgb(144, 23, 23);
    color: white;
}
.fixed-table-container td,
.fixed-table-container th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap !important;
}
.fixed-table-container th {
    background: #eee;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.playing-cards svg,
select {
    background-color: transparent;
}
.fixed-table-container td:first-child {
    background: #eee;
}
.fixed-table-container tr:last-child td {
    border-bottom: 0;
}
.fixed-table-container td:last-child,
.fixed-table-container th:last-child {
    border-right: 0;
}
#datePickerField {
    transition: 0.5s linear;
    position: relative;
    padding: 5px 10px;
    background-color: #181717;
    border: 0;
    border-radius: 0.2rem;
    color: #fff;
    cursor: pointer;
}
#datePickerField:hover {
    background-color: #3b3a3a;
    border-color: #2f2e2e;
}
#datePickerField:after {
    content: "\25BC";
    position: absolute;
    line-height: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    padding: 0 8px 0 0;
    transition: 0.5s linear;
    pointer-events: none;
}
#datePickerField:hover:after {
    color: #fff;
}
#datePickerField::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: 0 0;
    cursor: pointer;
}
#datePickerField::-webkit-inner-spin-button {
    z-index: 1;
}
#datePickerField::-webkit-clear-button {
    z-index: 1;
}
.navigation-game-log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 20px;
}
.avatar,
.nav-flag img {
    height: 30px;
    width: 30px;
    transition: 0.3s;
}
#notificationDropdown:hover,
.checkbox-wrapper .toggle:hover,
.dropdown-toggle:hover .avatar,
.nav-flag:hover img,
.playing-cards svg:hover {
    transform: scale(1.1);
}
.nav-flag {
    padding-right: 5px;
    display: flex;
}
.nav-flag-container .dropdown-menu-end[data-bs-popper] {
    right: -100%;
}
.notification-dropdown .dropdown-menu-end[data-bs-popper] {
    left: -100%;
}
.dropdown-menu[data-bs-popper] {
    top: 120%;
}
#lostPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.playing-cards svg {
    width: 90px;
    height: auto;
    transition: 0.35s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin: 0 -20px;
}
.notification-item:last-of-type,
.version a {
    margin-bottom: 0;
}
.playing-cards {
    gap: 0;
}
.player-hands {
    border-radius: 16px;
    max-width: 400px;
    min-width: 300px;
    box-shadow: rgba(86, 86, 86, 0.35) 0 5px 15px;
    position: relative;
}
.blackjack-icon img,
.bust-icon {
    position: absolute;
    top: -35px;
    left: -35px;
    width: 125px;
    height: auto;
    animation: 2.5s infinite wave-animation;
}
.result-text {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.75rem;
}
.bj-text,
.bust-text {
    font-size: 1.4rem;
    color: #121212;
    text-shadow: 2px 2px red;
}
.push-text {
    font-size: 1.2rem;
    color: #121212;
}
.win-text {
    font-size: 1.4rem;
    color: #121212;
    text-shadow: 2px 2px 2px #fff;
}
.bj-text {
    color: red;
    text-shadow: 2px 2px #121212;
}
.player-hands.winner,
.player-hands.winner.push {
    background-color: #a6f1a6;
    color: #121212;
}
.player-hands.push h3,
.player-hands.push h4,
.player-hands.winner h3,
.player-hands.winner h4 {
    color: #121212 !important;
}
.player-hands.loser h3,
.player-hands.loser h4 {
    color: #fcfcfc;
}
.player-hands.loser {
    background-color: #6f6f6f;
}
.player-hands.push {
    background-color: #ffc379;
}
.fas.fa-undo {
    margin-right: 5px;
}
.btn-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
td,
th {
    vertical-align: middle;
}
.card-body::-webkit-scrollbar,
.simplebar-offset::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none;
}
#notificationContainer::-webkit-scrollbar,
#select2-inputTimeZone-results::-webkit-scrollbar,
.index-alerts-wrapper::-webkit-scrollbar {
    display: none;
}
.card-body,
.simplebar-offset,
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.main {
    align-items: center;
}
.content,
.footer,
.navbar {
    max-width: 1200px;
    width: 100%;
}
.toast {
    opacity: 1;
    transition: 1s;
}
#notificationContainer {
    right: -150%;
    left: auto;
    max-height: 25rem;
    overflow: scroll;
    max-width: 20rem;
    width: max-content;
    padding: 8px;
}
#notificationContainer li.alert {
    background-color: var(--alert-col);
    color: #fff;
}
#notificationContainer .notification-item span {
    white-space: pre-wrap;
}
#notificationContainer a {
    text-decoration: none !important;
}
#notificationDropdown.new-notification svg {
    animation: 1.5s 2s infinite stronger-wave-animation;
}
#notificationDropdown {
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
.notification-item {
    border-radius: 10px;
    position: relative;
    margin-bottom: 8px;
    background-color: rgba(150, 150, 150, 0.087);
    transition: 0.5s;
    padding: 0;
}
.notification-item:hover .notif-icon {
    transform: scale(1.2);
}
.notification-item:hover .notification-title,
tr:hover {
    opacity: 0.8;
}
.notification-item .notif-wrapper {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
}
.notification-time {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 12px;
    color: #c4c4c4;
}
.notification-item .notif-wrapper .notif-icon {
    display: block;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    flex-shrink: 0;
    margin-bottom: 0;
    transition: 0.5s;
}
.notification-item .notif-wrapper .notif-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.notif-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.notif-details .notification-message {
    padding-right: 30px;
}
.notif-details .notification-title {
    margin-bottom: 4px;
    font-size: 16px;
    transition: 0.5s;
}
.content {
    padding: 1.5rem;
}
#changelog h1 {
    font-size: 2.5rem;
}
#changelog h2 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.173);
    text-decoration: underline;
    margin-top: -1rem;
}
.checkbox-wrapper input[type="checkbox"] {
    visibility: hidden;
    display: none;
}
.checkbox-wrapper .toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    transition: 0.3s;
}
.checkbox-wrapper .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9a9999;
    border-radius: 8px;
    transition: background 0.2s;
}
.checkbox-wrapper .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: #b1b1b1;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: 0.2s;
}
.gametype-card,
.index-alerts-wrapper a:not(.no-new-alerts) {
    transition: 0.3s linear;
}
.checkbox-wrapper .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(46, 220, 98, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}
.checkbox-wrapper .tgl:checked + .toggle:before {
    background: #7ada84;
}
.checkbox-wrapper .tgl:checked + .toggle span {
    background: #03b500;
    transform: translateX(20px);
    transition: 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.checkbox-wrapper .tgl:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: 0.4s;
}
*,
::after,
::before {
    box-sizing: border-box;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: 0;
}
select::-ms-expand {
    display: none;
}
.select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    font-size: 1.25rem;
    line-height: 1.1;
}
.select select,
.select::after {
    grid-area: select;
}
.select:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid var(--select-focus);
    border-radius: inherit;
}
label {
    font-size: 0.85rem;
}
.gametype-card {
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.481) 0 5px 15px;
    min-width: 300px;
    text-decoration: none;
    background-color: #434656;
    color: #fff;
    font-weight: 700;
}
#mainDashboard,
.top-five-alerts-wrapper a {
    animation: 3s fade-in;
}
#mainDashboard .gametype-card {
    border-right: 6px solid #fff;
}
[data-theme="dark"] .gametype-card {
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}
.gametype-card.active,
.gametype-card:hover {
    box-shadow: rgba(131, 187, 255, 0.75) 3px 2px 15px;
    background-color: #bfc1ce;
    text-decoration: none;
    color: #2c7dff;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    margin: 0;
}
.simplebar-wrapper {
    margin: 0;
}
.version {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.version a {
    color: rgba(233, 236, 239, 0.5);
    transition: 0.5s linear;
    text-decoration: none;
}
.simplebar-offset {
    right: 0;
    bottom: 0;
    margin-bottom: 3.5rem;
    overflow: scroll;
}
#mostRecentAlertsWrapper,
.simplebar-content-wrapper {
    overflow: hidden;
    position: relative;
}
.simplebar-content-wrapper {
    height: auto;
    padding-bottom: 3.5rem;
}
.simplebar-content {
    padding-left: 0.625rem;
}
.sidebar-item .active {
    background-color: grey;
    color: #fff !important;
}
.simplebar-placeholder {
    width: auto;
    height: 1254px;
}
.simplebar-track.simplebar-horizontal {
    visibility: hidden;
}
.simplebar-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.notification-dropdown .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    right: -4px;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    padding: 0;
}

.badge-sidebar-primary {
    width: auto;
    padding: 4px 6px;
    font-size: 14px;
}

.badge-sidebar-primary.severity-1 {
    background-color: rgb(253, 172, 59)!important;
}

.badge-sidebar-primary.severity-2 {
    background-color: rgb(144, 23, 23)!important;
}

.warning-card {
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgb(253, 172, 59);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.warning-card:hover {
    text-decoration: none;
    opacity: 0.75;
}

.warning-card b {
    color: black;
    font-weight: 800;
}

.warning-card p {
    margin-bottom: 0;
}

.warning-card.severity-2 {
    background-color: rgb(144, 23, 23);
    color: white;
}

.warning-card.severity-2 b {
    color: white;
}

#notificationContainerIndex {
    font-size: 10px;
    line-height: 6px;
}
.dataTables_wrapper {
    overflow-x: scroll;
}
.download-form-wrapper .download-form-item,
.report-form-wrapper .report-form-item {
    flex-basis: 200px;
    flex-grow: 1;
    flex-wrap: wrap;
}
#tableButtons {
    gap: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    justify-items: stretch;
}
.game-log-navigation-buttons {
    display: flex;
    align-items: stretch;
    gap: 4px;
}
.game-log-filter-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gameLogPage h1 {
    display: inline-block;
}
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 5px;
    align-items: center;
}
.form-wrapper .form-item {
    flex-grow: 1;
    flex-basis: 200px;
    max-width: 400px;
}
#mostRecentAlertsWrapper .line {
    width: 100%;
    height: 1px;
}
#mostRecentAlertsWrapper .top-five-alerts-wrapper {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #656565;
    animation: 3s fade-in;
}
.gametype-card {
    margin: 0;
    display: inline-block;
    width: 80px;
    flex-grow: 0;
}
.index-alerts-container {
    transition: 1s;
    position: relative;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}
.index-alerts-container.inactive {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}
.apexcharts-toolbar {
    margin-bottom: 30px !important;
}
#mostRecentAlertsWrapper .index-alerts-wrapper {
    flex-grow: 1;
    overflow-x: scroll;
    display: flex;
    gap: 10px;
    padding: 15px;
}
#mostRecentAlertsWrapper .no-new-alerts {
    text-decoration: none;
    opacity: 0;
    transition: 3s;
    height: 0;
    pointer-events: none;
}
#updateAlert,
.graph-table-error,
.graph-wrapper,
.index-card,
.index-graph-card,
.report-pill {
    transition: 0.5s;
}
#mostRecentAlertsWrapper .no-new-alerts.active {
    height: max-content;
    opacity: 1;
    pointer-events: all;
}
#mostRecentAlertsWrapper .alert,
.report-pill {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
    flex-shrink: 0;
    width: max-content;
    padding: 9px 22px;
    border-radius: 20px;
    display: inline-block;
    margin: 0;
    animation: 3s fade-in;
    transition: 0.5s;
}
.report-pill.graph-invisible {
    opacity: 0 !important;
    position: absolute;
    pointer-events: none;
}
#mostRecentAlertsWrapper .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.index-chart-wrapper .chart {
    position: absolute;
    top: 0;
    transition: 1s;
    opacity: 0;
    pointer-events: none;
}
.index-chart-wrapper .chart:first-child {
    position: relative;
}
.index-chart-wrapper .chart.active {
    opacity: 1;
    pointer-events: all;
    z-index: 1000;
}
.index-chart-wrapper .chart.hovered:not(.active) {
    opacity: 0.5;
}
.index-chart-wrapper .chart:not(.active) .apexcharts-bar-series path {
    filter: invert();
    stroke: #000;
    stroke-width: 2px;
}
.index-chart-wrapper:has(.chart.hovered:not(.active)) .chart.active .apexcharts-series {
    opacity: 0.5;
}
.index-chart-wrapper .chart .apexcharts-bar-series path,
.index-chart-wrapper .chart .apexcharts-series {
    transition: 1s;
}
.report-pill {
    border: none;
    opacity: 0.5;
}
.report-pill:not(.active):hover {
    transform: scale(1.05);
    background-color: #2c7dff;
    filter: invert();
}
.report-pill.active {
    background-color: #2c7dff;
    color: #fff;
    opacity: 1;
}
.report-pill:has(+ .report-pill:hover) {
    opacity: 0.5;
}
.index-alerts-wrapper a:not(.no-new-alerts):hover {
    transform: scale(1.03);
    color: #181717 !important;
}
.index-alerts-wrapper a:not(.no-new-alerts).medium {
    background-color: #ffa915;
    border: 1px solid #ffa915 !important;
    box-shadow: rgba(255, 216, 59, 0.3) 0 5px 5px !important;
}
.index-alerts-wrapper a:not(.no-new-alerts).medium:hover {
    background-color: #ffda8a;
}
.index-alerts-wrapper a:not(.no-new-alerts).high {
    background-color: #eb1f27;
    border: 1px solid #eb1f27 !important;
    box-shadow: rgba(255, 72, 72, 0.3) 0 5px 5px !important;
}
.index-alerts-wrapper a:not(.no-new-alerts).high:hover {
    background-color: #ffa1a5;
}
.index-alerts-wrapper {
    padding-right: 15% !important;
}
.index-alerts-wrapper a:not(.no-new-alerts).seen {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px !important;
}
.index-alerts-wrapper a:not(.no-new-alerts).seen:hover {
    background-color: #f5f5f5;
    color: #181717;
}
.index-graph-card {
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 25px;
    border-radius: 20px;
    padding: 14px;
    border: 2px solid #434656;
    max-width: 1280px;
}
.index-graph-card:hover {
    box-shadow: rgba(0, 0, 0, 0.7) 0 5px 50px;
}

.graph-table-error.error-invisible,
.graph-wrapper.graph-invisible {
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    height: 0;
}
tr {
    transition: 0.3s;
}
.index-card {
    border-radius: 20px !important;
    padding: 15px;
}
#dataTable_wrapper .row,
#dataTable_wrapper .row .dataTables_length {
    margin-bottom: 5px;
}
.watermark {
    font-size: 24px;
}
.apexcharts-legend-text,
.apexcharts-tooltip-text-y-label {
    text-transform: capitalize;
    cursor: pointer;
}
.chi-squared-warning-0 {
    background-color: #a3ffbd !important;
    color: #0e0e0e !important;
    font-weight: 600;
}
.chi-squared-warning-1 {
    background-color: #ffd883 !important;
    color: #0e0e0e !important;
    font-weight: 600;
}
.chi-squared-warning-2 {
    background-color: #b35c00 !important;
    color: #efefef !important;
    font-weight: 600;
}
.chi-squared-warning-3 {
    background-color: #9c0008 !important;
    color: #efefef !important;
    font-weight: 600;
}
@keyframes wave-animation {
    0%,
    100%,
    60% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(6deg);
    }
    20% {
        transform: rotate(-4.5deg);
    }
    30% {
        transform: rotate(3deg);
    }
    40% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(1.5deg);
    }
}
@keyframes fade-in {
    0%,
    15% {
        opacity: 0;
        transform: translateY(25px);
    }
    55% {
        transform: translateY(0);
    }
    100% {
        opacity: 1;
    }
}
@keyframes stronger-wave-animation {
    0%,
    100%,
    60% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(8deg);
    }
    20% {
        transform: rotate(-6deg);
    }
    30% {
        transform: rotate(4deg);
    }
    40% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(2deg);
    }
}
@media only screen and (max-width: 1200px) {
    .gametype-card {
        min-width: 200px;
    }
}
@media only screen and (max-width: 900px) {
    .content {
        padding: 1.5rem;
    }
}
@media only screen and (max-width: 624px) {
    .navigation-game-log {
        justify-content: space-evenly;
    }
    .content {
        padding: 1rem;
    }
    .gametype-card {
        min-width: 150px;
    }
}
#hashCodeWrapper,
#updateAlert {
    flex-direction: column;
    display: flex;
}
#hashCodeWrapper {
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.shareLink .permalink {
    position: relative;
    border-radius: 30px;
}
.shareLink .permalink .textLink {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 60px 12px 30px;
    height: 45px;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #494949;
    border-radius: 25px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    outline: 0;
    appearance: none;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .shareLink .permalink .textLink {
        width: 100%;
    }
}
.shareLink .permalink .textLink:focus {
    border-color: #d8d8d8;
}
.shareLink .permalink .textLink::selection {
    color: #fff;
    background-color: #ff0a4b;
}
.copyLink {
    position: absolute;
    top: 50%;
    right: 25px;
    cursor: pointer;
    transform: translateY(-50%);
}
.shareLink .permalink .copyLink:hover::after {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}
.shareLink .permalink .copyLink::after {
    content: attr(tooltip);
    width: 140px;
    bottom: -40px;
    left: 50%;
    padding: 5px;
    border-radius: 4px;
    font-size: 0.8rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    transform: translateY(-10px) translateX(-50%);
    transition: 0.3s;
    text-align: center;
}
.shareLink .permalink .copyLink svg {
    font-size: 20px;
    color: #ff0a4b;
    cursor: pointer;
}
#alertList li.clickable {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 900;
    border-radius: 5px;
    color: #adadff;
    transition-duration: 0.5s;
    max-width: max-content;
}
#alertList li.clickable:hover {
    color: #ffa7b0;
}
#updateAlert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
    padding: 18px;
    color: #fff;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
#updateAlert h2 {
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
}
#updateAlert h2,
#updateAlert p {
    margin-bottom: 0;
    margin-top: 4px;
}
#updateAlert p {
    font-size: 19px;
}
#updateAlert .response-code {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin-top: 20px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}
.loadingspinner {
    --square: 26px;
    --offset: 30px;
    --duration: 2.4s;
    --delay: 0.2s;
    --timing-function: ease-in-out;
    --in-duration: 0.4s;
    --in-delay: 0.1s;
    --in-timing-function: ease-out;
    width: calc(3 * var(--offset) + var(--square));
    height: calc(2 * var(--offset) + var(--square));
    padding: 0;
    margin: 10px auto 30px;
    position: relative;
}
.loadingspinner div {
    display: inline-block;
    background: #434655;
    border: none;
    border-radius: 2px;
    width: var(--square);
    height: var(--square);
    position: absolute;
    padding: 0;
    margin: 10px 0 0;
    font-size: 6pt;
    color: #000;
}
.loadingspinner #square1 {
    left: calc(0 * var(--offset));
    top: calc(0 * var(--offset));
    animation: square1 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}
.loadingspinner #square2 {
    left: calc(0 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square2 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(1 * var(--in-delay)) var(--in-timing-function) both;
}
.loadingspinner #square3 {
    left: calc(1 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square3 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(2 * var(--in-delay)) var(--in-timing-function) both;
}
.loadingspinner #square4 {
    left: calc(2 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square4 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(3 * var(--in-delay)) var(--in-timing-function) both;
}
.loadingspinner #square5 {
    left: calc(3 * var(--offset));
    top: calc(1 * var(--offset));
    animation: square5 var(--duration) var(--delay) var(--timing-function) infinite, squarefadein var(--in-duration) calc(4 * var(--in-delay)) var(--in-timing-function) both;
}

#rouletteAlertWrapper {
    padding: 0.5rem 1.25rem;
    background-color: rgb(255, 157, 157);
    color: #000;
    display: none;
    align-items: center;
    gap: 0.75rem;
}

#rouletteAlertWrapper svg {
    height: 3.5rem;
}

#rouletteAlertWrapper p {
    margin-bottom: 0px;
}

#rouletteAlertWrapper.active {
    display: flex;
}

/* Wheel Changes */
#wheelChangesPage {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#wheelSectionControls {
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

#wheelSectionControls a {
    padding: 0.33rem 0.9rem;
    background-color: #0e0e0e;
    color: white;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

#wheelSectionControls .control-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#wheelSectionControls a svg {
    fill: #f2f2f2;
    height: 16px;
}

#wheelSectionControls a svg.rotate {
    transform: rotate(180);
}

#wheelSectionControls a:hover {
    background-color: #434343;
}

#wheelSectionControls a.disabled {
    background-color: #717171;
    cursor: not-allowed;
}

.card-heading {
    background-color: #ecf3ff;
    padding: 0.75rem;
}

.card-heading p {
    font-weight: 500;
    color: #f2f2f2;
}

.table-card-footer .card-footer p:hover {
    transform: scale(1.05);
}

#wheelChangesPage #tableLayout, #wheelChangesPage #orphanedWheels {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.table-layout-card.table.inactive, .wheel.inactive {
    display: none;
}

.table-layout-wrapper {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
}

.table-inner-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.table-inner-blocks a {
    background-color: #1f1f1f;
    padding: 0.5rem 0.75rem;
    color: white;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 5px 15px;
}

.table-inner-blocks a:hover {
    text-decoration: none;
    color: rgb(191, 191, 250);
    background-color: #251616;
}

#noTablesMessage.inactive {
    display: none;
}

#noWheelsMessage.inactive {
    display: none;
}

section.help-prompt {
    padding: 1rem 2rem;
    background-color: #daffda;
    color: #000;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 1rem;
}

section.help-prompt svg {
    fill: rgb(252, 63, 63);
    height: 2rem;
    flex-shrink: 0;
}

.table-layout-card {
    border-radius: 6px;
    background-color: rgb(21, 29, 45);
    flex-basis: min(20rem, 100%);
    box-shadow: rgba(175, 175, 175, 0.158) 0px 5px 15px;
    overflow: hidden;
    display: flex;
    transition: all 0.5s;
    flex-direction: column;
}

.table-layout-card .card-body {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.table-layout-card .card-body .table-wheel-section.hidden, .table-layout-card .card-body .wheel-select-dropdown.hidden {
    display: none;
}

.table-layout-card.disabled {
    background-color: #1e1e1e;
    opacity: 0.5;
    filter: saturate(0);
    cursor: not-allowed;
}

.table-layout-card h3 {
    text-align: center;
}

.table-layout-card.add:hover, .wheel-layout-card.add:hover {
    opacity: 0.5;
    transform: scale(0.95);
}

#addNewTable, #wheelPage {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 1.5rem;
}

#addNewTable svg {
    fill: white;
    height: 5rem;
}

#wheelPage svg {
    fill: black;
    height: 5rem;
}

#addNewTable h3 {
    color: white;
}

#wheelPage h3 {
    color: black;
}

#tableWheelSearch {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#tableWheelSearch .search-wrapper {
    display: flex;
    gap: 4px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all 0.5s;
}

#tableWheelSearch .search-wrapper svg:not(#removeFilters) {
    height: 16px;
    padding-left: 10px;
    transition: all 0.5s;
}

#tableWheelSearch .search-wrapper #removeFilters {
    height: 20px;
    opacity: 0;
    padding-right: 5px;
    transition: all 0.5s;
    cursor: pointer;
}

#tableWheelSearch .search-wrapper #removeFilters.active {
    opacity: 1;
}

#tableWheelSearch .search-wrapper #removeFilters:hover {
    transform: scale(1.1);
}

#tableWheelSearch .search-wrapper input {
    border: none;
    padding: 4px 0px;
}

#tableWheelSearch .search-wrapper input:focus-visible {
    outline: none;
}

#tableWheelSearch .search-wrapper:focus-within, #tableWheelSearch .search-wrapper:hover {
    border: 2px solid #2c7dff;
}

#tableWheelSearch .search-wrapper:focus-within svg:not(#removeFilters), #tableWheelSearch .search-wrapper:hover svg:not(#removeFilters) {
    transform: rotate(10deg) scale(1.1) translateY(-1px);
}

.divider {
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #4d4d4d;
    margin-bottom: 1rem;
}

.wheel-layout-card {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    color: black;
    flex-basis: min(10rem, 100%);
    box-shadow: rgba(58, 58, 58, 0.467) 0px 5px 15px;
    transition: all 0.5s;
}

.wheel-layout-card:not(.add) {
    padding: 1rem 2rem;
    order: -1;
}

.table-wheel-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
}

svg.wheel-remove-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 1.5rem;
    fill: rgb(255, 148, 148);
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.5s;
}

.table-wheel-section p {
    margin: 0;
}

.table-wheel-section img {
    height: 6rem;
}

.wheel-select-dropdown select {
    padding: 0.25rem 0.75rem;
    background-color: #ffffff;
    border-radius: 10px;
}

.wheel-select-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wheel-select-dropdown p {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#changeListForm {
    display: flex;
    position: fixed;
    width: 100%;
    opacity: 0;
    transform: scaleY(0.8) translateY(100%);
    pointer-events: none;
    transition: all 0.5s;
    min-height: 5vh;
    bottom: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#changeListForm.active {
    opacity: 1;
    transform: scaleY(1) translateY(0);
    pointer-events: all;
}

.table-wheel-info p.serial {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5rem;
}

button.remove-wheel, button.more-details, button.submit-wheel-changes, .btn {
    padding: 0.4rem 0.8rem;
    background-color: #1e55ad;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button-set, .daterangepicker.show-calendar .drp-buttons {
    display: flex!important;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.button-set.center-buttons {
    justify-content: center;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: max-content;
}

button:not(.btn-sm, .btn-primary, .btn-warning, .btn-success, .btn-danger), .btn:not(.btn-sm, .btn-primary, .btn-warning, .btn-success, .btn-danger) {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 4px;
}

button:not(.btn-sm, .btn-primary, .btn-warning, .btn-success, .btn-danger):hover, svg.remove-wheel:hover, .btn:not(.btn-sm, .btn-primary, .btn-warning, .btn-success, .btn-danger):hover {
    opacity: 0.75;
    transform: scale(1.05);
}

button.submit-wheel-changes, #clearChangesButton {
    background-color: #0042ac;
    font-size: 18px;
    padding: 0.4rem 1.6rem;
    color: white;
}

#clearChangesButton {
    background-color: rgb(145, 59, 59);
}

button.submit-wheel-changes:hover, #clearChangesButton:hover {
    background-color: #2c3351;
}

#wheelChangeFormSubmitWrapper {
    padding: 1rem 3.5rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(75, 75, 75);
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#wheelChangeFormSubmitWrapper h3 {
    color: white;
}

#wheelChangeFormSubmit {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

#clearChangesButton {
    color: white;
}

#newWheelModal {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100svh;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

#newWheelModal.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

#newWheelModal .backdrop {
    position: fixed;
    background-color: #51515158;
    height: 100svh;
    width: 100vw;
    z-index: 0;
    transition: all 0.5s;
}

#newWheelModal .new-wheel-wrapper {
    z-index: 10;
    padding: 2rem;
    border-radius: 20px;
    background-color: #202633;
    min-width: clamp(10rem, 30rem, 90vw);
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    transform: scale(0.7);
}

#newWheelModal.active .new-wheel-wrapper {
    transform: scale(1);
}

#newWheelModal .new-wheel-wrapper .close-modal.close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

#newWheelModal .new-wheel-wrapper .close-modal.close svg {
    fill: white;
}

#newWheelModal .new-wheel-wrapper .close-modal:hover {
    transform: scale(1.1);
}

.form-field {
    width: 100%;
    margin-bottom: 0.75rem;
}

.form-field input, .form-field select {
    width: 100%;
    border-radius: 10px;
    border: 0px;
    padding: 0.25rem 0.5rem;
    background-color: white;
}

.form-confirmation {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-confirmation .btn {
    color: white;
}

.form-confirmation .btn.cancel {
    background-color: #b35c00;
}

/* Tables.php commission style logic */
.btn.commissioned {
    background-color: rgb(149, 0, 0);
}

.btn.commissioned.active {
    background-color: #03b500;
}

.decommission-wrapper {
    max-height: 0px;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.decommission-wrapper.active {
    max-height: 20rem;
    opacity: 1;
    pointer-events: all;
}

.hidden {
    display: none;
}

/* Styling for the "at a glance" dashboard area */
#casinoOverview {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

#casinoOverview .card {
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#casinoOverview p {
    margin: 0;
}

#casinoOverview .card-header h4 {
    font-weight: 500;
    color: #f2f2f2;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

#casinoOverview .card-header {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0;
}

#casinoOverview .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

#casinoOverview .card-body p:not(.main-metric) {
    margin-top: 1rem;
}

#casinoOverview .card-header {
    align-items: start;
}

#casinoOverview .card-pill {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #1e1e1e;
}

#casinoOverview .overview-card.active .card-pill {
    background-color: #818791;
}

#casinoOverview .overview-card.active .card-pill.metric-decrease {
    background-color: #ff0000;
}

#casinoOverview .overview-card.active .card-pill.metric-increase {
    background-color: #00ff00;
    color: #000;
}

#casinoOverview .main-metric {
    font-size: 2rem;
    font-weight: 700;
    color: #f2f2f2;
}

#casinoOverview .card-pill p {
    font-size: 0.75rem;
}

#casinoOverview .main-metric.metric-increase {
    color: #00ff00;
}

#casinoOverview .main-metric.metric-decrease {
    color: #ff0000;
}

.horizontal-scroll {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    justify-content: stretch;
}

/* Demo styles */
body {
    display: flex;
    flex-direction: column;
}
.demo-watermark {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #000000;
    color: #ffffff;
    border-top-left-radius: 10px;
    z-index: 1000;
    width: 100vw;
    padding: 0.3rem 4vw;
    font-size: 20px;
    font-weight: 600;
}

.demo-watermark .wrapper {
    display: flex;
    position: relative;
    justify-content: center;
}

.demo-watermark .demo-watermark__back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.demo-watermark .demo-watermark__back i {
    padding: 8px;
    color: #7d88a2;
    transition: all 0.5s;
}

.demo-watermark .demo-watermark__back:hover i {
    color: #ffffff;
}

.demo.wrapper {
    flex-grow: 1;
    overflow: hidden;
    height: 10px;
}

body[data-sidebar-behavior=sticky] .sidebar-content[data-simplebar] {
    height: 100%;
}

.demo .main {
    overflow: scroll;
    min-height: 100%!important;
}

.feedback-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: end;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.feedback-container.wider #feedback-button {
    width: 230px;
}

.feedback-button {
    background-color: #229174;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.fa-comment-alt {
    font-size: 1rem;
    transition: all 0.3s ease;
}

.feedback-button:hover, .feedback-container.open .feedback-button {
    width: 160px;
    border-radius: 50px;
}

.feedback-button:hover .fa-comment-alt, .feedback-container.open .feedback-button .fa-comment-alt {
    margin-right: 75%;
}

.feedback-buttons button {
    background-color: #229174;
}

.feedback-buttons button.close-feedback {
    background-color: #cb2c2c;
}

.feedback-text {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 10px;
}

.feedback-button:hover .feedback-text, .feedback-container.open .feedback-text {
    opacity: 1;
}

.feedback-form {
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.feedback-form.hidden {
    display: none;
}

.feedback-form h3 {
    color: #343434;
    margin-top: 0;
}

.user-status {
    height: 10px;
    width: 10px;
    background-color: #3bf85e;
    border-radius: 100%;
}

textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: none;
}

.feedback-buttons {
    display: flex;
    justify-content: space-between;
}

.send-feedback, .close-feedback {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.send-feedback:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.send-feedback:hover:not(:disabled), .close-feedback:hover {
    background-color: #0056b3;
}

.feedback-thankyou {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feedback-thankyou.hidden {
    display: none;
}


@keyframes square1 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }
    100%,
    8.333% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
}
@keyframes square2 {
    0% {
        left: calc(0 * var(--offset));
        top: calc(1 * var(--offset));
    }
    8.333% {
        left: calc(0 * var(--offset));
        top: calc(2 * var(--offset));
    }
    16.67% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }
    25.00%,
    83.33% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    91.67% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }
    100% {
        left: calc(0 * var(--offset));
        top: calc(0 * var(--offset));
    }
}
@keyframes square3 {
    0%,
    100%,
    16.67%,
    91.67% {
        left: calc(1 * var(--offset));
        top: calc(1 * var(--offset));
    }
    25.00% {
        left: calc(1 * var(--offset));
        top: calc(0 * var(--offset));
    }
    33.33% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }
    41.67%,
    66.67% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    75.00% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }
    83.33% {
        left: calc(1 * var(--offset));
        top: calc(2 * var(--offset));
    }
}
@keyframes square4 {
    0%,
    33.33% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
    41.67% {
        left: calc(2 * var(--offset));
        top: calc(2 * var(--offset));
    }
    50.00% {
        left: calc(3 * var(--offset));
        top: calc(2 * var(--offset));
    }
    100%,
    58.33% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
}
@keyframes square5 {
    0%,
    50.00% {
        left: calc(3 * var(--offset));
        top: calc(1 * var(--offset));
    }
    58.33% {
        left: calc(3 * var(--offset));
        top: calc(0 * var(--offset));
    }
    66.67% {
        left: calc(2 * var(--offset));
        top: calc(0 * var(--offset));
    }
    100%,
    75.00% {
        left: calc(2 * var(--offset));
        top: calc(1 * var(--offset));
    }
}
@keyframes squarefadein {
    0% {
        transform: scale(0.75);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
