input[type="radio"] {
    cursor: pointer !important;
}
input[type="text"]:focus {
    border: none !important; /*1px solid #ff00ff !important; */
    box-shadow: none !important; /* 0 0 0 0.25rem #ffff00 !important; */
}
.input-group {
    padding: 4px;
    border-radius: var(--phoenix-border-radius);
}
.input-group:hover, .input-group:focus {
    background: linear-gradient(to top, #ff00ff, #ffff00) padding-box,
    linear-gradient(to top, #ff00ff, #ffff00) border-box;

}
.input-group:hover input {
    border: none !important;
}

.pointer {
    cursor: pointer !important;
}

.handle {
    cursor: grab !important;
}
.sortable-item {
    cursor: default !important;
    border-radius: var(--phoenix-border-radius);
    background-color: white;
}

.img-flag,
.img-combobox {
    height: 1em;
    margin-right: 0.5em;
}

.img-flag {
    border: 1px solid black;
}

/* Used by models .html_default to render
logo to stretch to the height of the text,
working fine so far, but no CSS expert */
.img-1em {
    height: 1em;
    width: 1em;
}

.img-player-profile {
    border: 3px solid #0b5394ff;
    -webkit-mask-image: radial-gradient(circle, white 90%, transparent 100%);
    mask-image: radial-gradient(circle, white 90%, transparent 100%);
}

.img-with-text {
    height: 1em;
    width: 1em;
}

.player-tabs a {
    font-size: 1.4em !important;
}

/* CHOICES.JS */
.choices__list .choices__item {
    background-color: white !important;
}

.choices__list--multiple .choices__item {
    border: 1px solid black !important;
    line-height: 2 !important;
}

.choices__list--multiple .choices__item .choices__button {
    border: 0 !important;
    color: black !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJibGFjayI+PHBhdGggZD0iTTE4LjMgNS43MWExIDEgMCAwIDAtMS40MiAwTDEyIDEwLjU5IDcuMTEgNS43MWExIDEgMCAwIDAtMS40MiAxLjQyTDEwLjU5IDEybC00LjkgNC44OWExIDEgMCAxIDAgMS40MiAxLjQyTDEyIDEzLjQxbDQuODkgNC45YTEgMSAwIDAgMCAxLjQyLTEuNDJMMTMuNDEgMTJsNC45LTQuODlhMSAxIDAgMCAwIDAtMS40MnoiLz48L3N2Zz4=') !important;
}

.choices__item--selectable {
    color: black !important;
}

.pastel-green {
    color: #77dd77;
    /* Soft pastel green */
}

.pastel-gray {
    color: #a8a8a8;
    /* Light pastel gray */
}

.pastel-red {
    color: #ff6961;
    /* Soft pastel red */
}

.badge-light {
    border: 1px solid #ccc;
    color: inherit;
    font-weight: normal;
    text-transform: none;
}


.align-icon-text {
    display: inline !important;
    /* Let it flow with text layout */
}

.align-icon-text img {
    vertical-align: middle !important;
    /* Align with first line of text */
    height: 1em !important;
    width: auto !important;
}

.text-fade {
    width: 300px;
    /* or any fixed width */
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
}

.text-ellipsis {
    width: 300px;
    /* or any fixed width */
    white-space: nowrap;
    /* prevent line breaks */
    overflow: hidden;
    /* hide overflowed text */
    text-overflow: ellipsis;
    /* show "..." at end */
}

#navbarVerticalNav {
        padding-left: 1.5rem !important;
}

#navbarVerticalNav .nav-item {
    padding: 0 !important;
    border-radius: 0.5rem;
    border: 4px solid transparent;
    transition: background 0.3s ease-in-out;
}
#navbarVerticalNav .nav-link {
    margin: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-color: white !important;
}
#navbarVerticalNav .nav-item.active .nav-link {
    color: black !important;
    cursor: default !important;
    border: 3px solid black !important;
}

#navbarVerticalNav .nav-item.inactive:hover {
    background: linear-gradient(to top, #ff00ff, #ffff00) padding-box,
                linear-gradient(to top, #ff00ff, #ffff00) border-box;
}

.link-no-decoration:hover, .link-no-decoration:visited {
    text-decoration: none !important;
}


.circled-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.45em;
    background-color: black;
    color: white;
    font-size: 1em;
    font-weight: bold;
    border-radius: 50%;
  }

.sortable-icon {
    opacity: 0.2;
}

.sortable-icon:hover {
    opacity: 1;
}