.winner-tag {
    max-width: 250px;
    display: block;
    white-space: normal;
}

.text-red-800 {
    color: rgb(255 69 81) !important
}

.text-sm {
    font-size: 12px;
}

.swal2-container {
    z-index: 1090
}

.table {
    word-break: break-all;
}

table th {
    white-space: nowrap;
}

.text-gold {
    color: goldenrod !important;
}

.bg-gold {
    background: goldenrod !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

i.fa {
    font-size: 12px;
}

.main-menu-content i.fa {
    font-size: 1.5rem;
}

.active-nav-success {
    color: #28c76f !important;
}

.nav-tabs .nav-link.active-nav-success::after {
    background: linear-gradient(30deg, #28c76f, rgb(40 119 89)) !important;
    background: -webkit-linear-gradient(30deg, #28c76f, rgb(40 119 89)) !important;
}

.active-nav-danger {
    color: #ea5455 !important;
}

.nav-tabs .nav-link.active-nav-danger::after {
    background: linear-gradient(30deg, #ea5455, rgb(96 58 74)) !important;
    background: -webkit-linear-gradient(30deg, #ea5455, rgb(96 58 74)) !important;
}

.power-grid-table .td-filter input {
    min-width: 100px;
}

.power-grid-table .td-filter select {
    min-width: 150px;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 14rem;
}
