.pull-right {
    float: right;
}

.mh-250px {
    max-height: 250px !important;
}

.mw-150px {
    max-width: 150px !important;
}

.mw-100px {
    max-width: 100px !important;
}

.admin-link-helper {
    position: fixed;
    top: 0;
    right: 130px;
    padding: 5px;
    color: white;
    background: black;
    z-index: 1031;
}

.result-text {
    font-weight: 600 !important;
}

.admin-link-helper:visited {
    color: white;
}

.admin-link-helper:hover {
    color: white;
}

.w-150px {
    width: 150px !important;
}

.mw-100 {
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.w-mc {
    width: max-content !important;
}

.text-bold {
    text-shadow: 0 1px 1px #000;
}

.text-yellow {
    color: var(--bs-yellow) !important;
}

.object-fit-contain {
    object-fit: contain;
}

.thick-line {
    display: block;
    width: 100%;
    height: 5px;
    background: black;
    margin-top: 1rem;
}

.thin-line {
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.match-event__icon {
    width: 20px;
    user-select: none;
}

.captain-star__icon {
    width: 30px;
    user-select: none;
}

img {
    user-select: none;
}

form .disabled {
    user-select: none;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

form.loading {
    user-select: none;
    pointer-events: none;
    cursor: wait;
    opacity: 0.5;
}

.btn:not(.loading) .spinner-border {
    display: none;
}

.btn.loading {
    user-select: none;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

.btn.loading .spinner-border {
    display: inline-block;
}