header .container-fluid .navbar-nav a.btn[type='button']{
	display:none;
}
.flex-row.navbar-nav.order-md-last{
	width:100%
}
.d-none.d-md-flex.me-2:not(:nth-child(6)):not(:nth-child(5)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)){
  width:100%
}

.select2-selection__rendered{
    color: #94a0b2 !important;
    font-family: Inter;
  	font-size: 14px;
}
.select2-container--default .select2-selection--single {
    padding-inline: 32px;
}
.toast-success {
    background-color: #4CAF50; /* Green */
    color: white; /* Text color */
}

.toast-warning {
    background-color: #FFC107; /* Yellow */
    color: white; /* Text color */
}

.toast-error {
    background-color: #dc3545; /* Red */
    color: white; /* Text color */
}

.toast-info {
    background-color: #17a2b8 !important; /* Light blue */
    color: #ffffff; /* White text */
}

.toast-error {
    background-color: #dc3545 !important; /* Red */
    color: #ffffff; /* White text */
}

.toast {
    transition: all 0.5s ease;
}

.toast:hover {
    transform: translateY(-5px); /* Lift on hover */
}

.toast-close-button {
    color: #fff; /* Change close button color */
    opacity: 0.8; /* Slightly transparent */
}

.toast-close-button:hover {
    opacity: 1; /* Fully opaque on hover */
}

.add-favourite-active
{
    fill: #FFD700 !important;
    stroke: #FFD700;
}

/* activat svg when link active */

li.nav-item {
    &.active{
        & a.nav-link{
            & svg{
                stroke: #fff;
                stroke-width: 1px;;
            }
        }
    }
}
.dropdown-menu {
    & a.active{
        svg{
            stroke: #fff;
        }
    }
}
/* important */
#app {
    & .page-wrapper:first-of-type {
        overflow: hidden;
    }
}

.text-secondary.text-truncate.mt-n1.mb-0{
    color: rgb(108, 122, 145) !important;
}
.bg-purple{
    background-color: #944EB7;
}
.bg-widget-season-color{
    background-color: #4EACB7;
}
.bg-widget-event-color{
    background-color: #CD4869;
}
.bg-widget-subscription-color{
    background-color: #E0A500;
}
.bg-widget-matches-color{
    background-color: #B7634E;
}