/* _content/FantasyMMA/Components/Components/ContractDisplay.razor.rz.scp.css */
.contract-display[b-2ud965ywb4] {
    border: 1px rgb(149 37 37) solid;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0px 2px rgb(149 37 37);
    margin-bottom: 10px;
    background-color: #250a0a;
}

p b[b-2ud965ywb4] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}
/* _content/FantasyMMA/Components/Components/EventDisplay.razor.rz.scp.css */
.event-card[b-v1m2ha0niq]{
    background-color: rgb(149 37 37);
    padding: 20px;
    box-shadow: 0 2px white;
    transition: 0.3s;
    min-width: 0px;
    width:100%;
    margin-bottom:10px;
    border-radius: 2px;
}

@media (min-width: 1281px){
    .event-card[b-v1m2ha0niq]{
    background-color: rgb(149 37 37);
    padding: 20px;
    box-shadow: 0 2px white;
    transition: 0.3s;
    min-width: 295px;
    margin-bottom:10px;
    border-radius: 2px;
    }
}

.event-card p[b-v1m2ha0niq] {
    margin-bottom: 0;
}

.event-card:hover[b-v1m2ha0niq]{
    background-color: rgb(179, 45, 45);
    transform: translateY(-2px);
}
/* _content/FantasyMMA/Components/Components/EventFightDisplay.razor.rz.scp.css */
.event-fight-info[b-5lbb9byalx] {
    text-align: center;
    margin-bottom: -10px;
    
    .event-fight-info-title {
        font-size: 1em;
    }
    
    .event-fight-info-victory[b-5lbb9byalx] {
        font-size: 1.5em;
    }
    
    p[b-5lbb9byalx] {
        margin: 0;
    }
}

.event-fight-display[b-5lbb9byalx] {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgb(13, 13, 13)
}

.event-fight-fighters[b-5lbb9byalx] {
    width: 100%;
    height: 100px;
    display: flex;
    padding: 10px;
}

.event-fight-info-title[b-5lbb9byalx]{
    background-color: rgb(149 37 37);
    font-family: 'Iceland', sans-serif;
    font-size: 1.25em;
}

.event-fight-info-details[b-5lbb9byalx]{
    color: rgb(180, 45, 45);
    font-family: 'Iceland', sans-serif;
    font-size: 1.25em;
}

.fight-matchup-area[b-5lbb9byalx]{
    width: 10%;
}

.fighter-info-name[b-5lbb9byalx]{
    margin-bottom: 0;
}

.fighter-info-name a[b-5lbb9byalx]{
    color: white;
}

.fighter-info-name a:hover[b-5lbb9byalx]{
    color:#d48001;
}

.event-fight-fighter[b-5lbb9byalx] {
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    img {
        height: 100%;
        margin: auto;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 4px;
    }
    
    .fighter-info[b-5lbb9byalx] {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80%;
        
        flex-grow: 8;
        border-radius: 4px;
    }
}

.unfinished[b-5lbb9byalx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.win[b-5lbb9byalx] {
    background-color: #4a9777;
    
}

.loss[b-5lbb9byalx] {
    background-image: repeating-linear-gradient(215deg, #0e0e0e 0, #58585875 1px, #0e0e0e 0, #0e0e0e 10px);
}
/* _content/FantasyMMA/Components/Components/FighterDisplay.razor.rz.scp.css */
.fighter-display[b-ujufqt4qsh] {
    height: 200px;
    max-width: 300px;
    border: 1px solid #2f0b0b;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    background-color: #252525;
}

.fighter-display:hover[b-ujufqt4qsh]{
    background-color:#742020;
    transform: translateY(-2px);
}

.fighter-title-container[b-ujufqt4qsh] {
    height: 30%;
    width: 100%;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fighter-title[b-ujufqt4qsh] {
    margin: 0;
}

.fighter-funds[b-ujufqt4qsh] {
    margin: 0;
}

.light[b-ujufqt4qsh] {
    color: #f9f9f9 !important;
}

.fighter-image-container[b-ujufqt4qsh] {
    height: 70%;
    width: 100%;
}

.fighter-image[b-ujufqt4qsh] {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* _content/FantasyMMA/Components/Components/ImageUrlForm.razor.rz.scp.css */
.preview-image[b-8qbnhgcpsb] {
    width: 100%;
}
/* _content/FantasyMMA/Components/Components/ListFighters.razor.rz.scp.css */
.fighters[b-eftoea0cbc] {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 5%;
}

.fighters > div[b-eftoea0cbc] {
    margin: 5px;
}
/* _content/FantasyMMA/Components/Components/ListOrganizations.razor.rz.scp.css */
.organizations[b-fxjfjdmz4u] {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 5%;
}

.organizations > div[b-fxjfjdmz4u] {
    margin: 5px;
}
/* _content/FantasyMMA/Components/Components/ListVenues.razor.rz.scp.css */
.venues[b-q425zexll7] {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    grid-row-gap: 5%;
}

.venues > div[b-q425zexll7] {
    margin: 5px;
}
/* _content/FantasyMMA/Components/Components/LocationDisplay.razor.rz.scp.css */
.location-display[b-dwbqks83fq] {
    height: 150px;
    max-width: 300px;
    border: 1px solid #2f0b0b;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    background-color: #252525
}

.location-display:hover[b-dwbqks83fq]{
    background-color:#742020;
    transform: translateY(-2px);
}

.location-image-container[b-dwbqks83fq] {
    height: 70%;
    width: 100%;
}

.location-title-container[b-dwbqks83fq] {
    height: 30%;
    width: 100%;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-title[b-dwbqks83fq] {
    margin: 0;
}

.location-image[b-dwbqks83fq] {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* _content/FantasyMMA/Components/Components/Modals/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal[b-jctk5b4m4f]{
    
}

.modal-content[b-jctk5b4m4f]{
    background-color: #3a3a3a;
}

.modal-header[b-jctk5b4m4f]{
    background-image: repeating-linear-gradient(215deg, #0e0e0e 0, #58585875 1px, #0e0e0e 0, #0e0e0e 10px);
    box-shadow: 0px 2px rgb(149 37 37);
}

.modal-footer[b-jctk5b4m4f]{
    border: none;
}
/* _content/FantasyMMA/Components/Components/Modals/ConfirmationModalInputField.razor.rz.scp.css */
.confirmation-modal[b-3o2nld68j2]{
    
}

.modal-content[b-3o2nld68j2]{
    background-color: #3a3a3a;
}

.modal-header[b-3o2nld68j2]{
    background-image: repeating-linear-gradient(215deg, #0e0e0e 0, #58585875 1px, #0e0e0e 0, #0e0e0e 10px);
    box-shadow: 0px 2px rgb(149 37 37);
}

.modal-footer[b-3o2nld68j2]{
    border: none;
}
/* _content/FantasyMMA/Components/Components/OrganizationDisplay.razor.rz.scp.css */
.organization-display[b-kiveyvdd0o] {
    height: 150px;
    max-width: 300px;
    border: 1px solid #2f0b0b;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    background-color: #252525;
}

.organization-display:hover[b-kiveyvdd0o]{
    background-color:#742020;
    transform: translateY(-2px);
}

.organization-title-container[b-kiveyvdd0o] {
    height: 30%;
    width: 100%;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.organization-title[b-kiveyvdd0o] {
    margin: 0;
    text-align: center;
}

.organization-funds[b-kiveyvdd0o] {
    margin: 0;
}

.light[b-kiveyvdd0o] {
    color: #f9f9f9 !important;
}

.organization-image-container[b-kiveyvdd0o] {
    height: 70%;
    width: 100%;
}

.organization-image[b-kiveyvdd0o] {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* _content/FantasyMMA/Components/Components/SearchableDropdown/SearchableDropdown.razor.rz.scp.css */
.click-closer[b-vf06btdxm0] {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.dropdown-item[b-vf06btdxm0] {
    cursor: pointer;
}
/* _content/FantasyMMA/Components/Components/SortableTable/SortableTable.razor.rz.scp.css */
.clickable[b-vj9k6aen9o] {
    cursor: pointer;
}

label[b-vj9k6aen9o] {
    color: white !important;
}


table[b-vj9k6aen9o]{
    border: 1px rgb(149 37 37) solid;
    border-radius: 2px;
    box-shadow: 0px 2px rgb(149 37 37);
    margin-top: 10px;
}

th[b-vj9k6aen9o]{
    background-image: linear-gradient(180deg, rgb(30 30 30) 40%, #2f0b0b 100%);
    box-shadow: 0px 2px rgb(149 37 37);
    font-family: "Iceland", sans-serif;
    font-weight: 400;
    border: none;
}

tr[b-vj9k6aen9o] {
    color: white;
    background-color: rgb(255 61 61 / 31%);
}

td[b-vj9k6aen9o] {
    border: none;
}

tbody tr:nth-of-type(odd)[b-vj9k6aen9o]{
    color: white;
    background-color: rgba(255, 33, 33, 0.151);
}

tbody tr:hover[b-vj9k6aen9o] {
    background-color: rgb(149 37 37);
    color: white;
}

.table-hover>tbody>tr:hover[b-vj9k6aen9o] {
    color: white;
}
/* _content/FantasyMMA/Components/Components/VenueDisplay.razor.rz.scp.css */
.venue-display[b-4zzx0mmteg] {
    height: 150px;
    max-width: 300px;
    border: 1px solid #2f0b0b;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
    color: white;
    background-color: #252525
}

.venue-display:hover[b-4zzx0mmteg]{
    background-color:#742020;
    transform: translateY(-2px);
}

.venue-image-container[b-4zzx0mmteg] {
    height: 70%;
    width: 100%;
}

.venue-title-container[b-4zzx0mmteg] {
    height: 30%;
    width: 100%;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.venue-title[b-4zzx0mmteg] {
    margin: 0;
}

.venue-image[b-4zzx0mmteg] {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* _content/FantasyMMA/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ponhhamouu] {
    position: relative;
    display: flex;
    flex-direction: column;

}

main[b-ponhhamouu] {
    flex: 1;
}

.bg-fill[b-ponhhamouu]{
    position: fixed;
    z-index:-1;
    height: 100vh;
    width: 100vw;
    background-color: #131313;
}

.bg-texture[b-ponhhamouu]{
    position: fixed;
    z-index:-1;
    height: 100vh;
    width: 100vw;
    background-size: 30px 30px;
    background-image: repeating-linear-gradient(225deg, rgb(14 14 14) 0, rgb(14 14 14) 3px, rgb(5 5 5) 0, rgb(62 0 0) 50%);
    -webkit-mask-image: linear-gradient(black, transparent);
    mask-image: linear-gradient(transparent 70%, black);
}

.login-bg[b-ponhhamouu]{
    background-color: #151515;
    z-index: -2;
    height:100vh;
    width: 100vw;
    position:fixed
}

.sidebar[b-ponhhamouu] {
    background-image: linear-gradient(180deg, rgb(30 30 30) 40%, #2f0b0b 100%);
}

.top-row[b-ponhhamouu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ponhhamouu]  a, .top-row[b-ponhhamouu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ponhhamouu]  a:hover, .top-row[b-ponhhamouu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ponhhamouu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ponhhamouu] {
        justify-content: space-between;
    }

    .top-row[b-ponhhamouu]  a, .top-row[b-ponhhamouu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ponhhamouu] {
        flex-direction: row;
    }

    .sidebar[b-ponhhamouu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ponhhamouu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ponhhamouu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ponhhamouu], article[b-ponhhamouu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ponhhamouu] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ponhhamouu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FantasyMMA/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g858bnen0j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-g858bnen0j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g858bnen0j] {
    height: 3.5rem;
    background-image: repeating-linear-gradient(215deg, #0e0e0e 0, #58585875 1px, #0e0e0e 0, #0e0e0e 10px);
    box-shadow: 0px 2px rgb(149 37 37);
}

.navbar-brand[b-g858bnen0j] {
    font-size: 1.3rem;
    font-family: "Iceland", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.bi[b-g858bnen0j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-image[b-g858bnen0j] {
    margin-right: 0.75rem;
}

.bi-house-door-fill-nav-menu[b-g858bnen0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g858bnen0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g858bnen0j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-g858bnen0j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g858bnen0j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g858bnen0j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g858bnen0j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g858bnen0j]  a.active {
    background-color: rgb(255 33 33 / 38%);
    color: white;
}

.nav-item[b-g858bnen0j]  .nav-link:hover {
    background-color: rgba(255, 33, 33, 0.151);
    color: white;
}

.nav-scrollable[b-g858bnen0j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g858bnen0j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g858bnen0j] {
        display: none;
    }

    .nav-scrollable[b-g858bnen0j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FantasyMMA/Components/Pages/AdminPanel.razor.rz.scp.css */
.modal-title[b-nxxdpffivd] {
    margin: 5px;
}

.modal-content[b-nxxdpffivd] {
    margin-bottom: 10px;
    background-color: #161616;
    border-color: rgb(149 37 37);
}

.modal-body[b-nxxdpffivd]{
}

.modal-title[b-nxxdpffivd]{
    padding-top: 1rem;
    padding-left: 1rem;
}

.alert-secondary[b-nxxdpffivd]{
    background-color: #3a3a3a;
}

.alert-secondary p[b-nxxdpffivd]{
    margin: 0;
}
/* _content/FantasyMMA/Components/Pages/Contracts/CreateContract.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Contracts/ReviewOrganizationContracts.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Contracts/ReviewPendingContracts.razor.rz.scp.css */
.modal-content[b-kpnylhpjju] {
    margin-bottom: 10px;
    background-color: #161616;
    border-color: rgb(149 37 37);
}

.card[b-kpnylhpjju]{
    border:none;
    background-color: transparent;
}

.card-footer[b-kpnylhpjju]{
    padding:0;
    background-color: transparent;
    border: none;
}

.modal-title[b-kpnylhpjju] {
    padding-top: 1rem;
    padding-left: 1rem;
}

.modal-title h3[b-kpnylhpjju]{
    margin: none;
}

.contract-display[b-kpnylhpjju] {
    margin: none;
}
/* _content/FantasyMMA/Components/Pages/Events/CreateEvent.razor.rz.scp.css */
.fight-card-fight[b-xgj27vix5j] {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
    margin: 5px 0;
}

.fighter-area[b-xgj27vix5j] {
    @media (min-width: 1281px) {
        display: flex;

        .fighter[b-xgj27vix5j] {
            width: 50%;
        }
    }
}
/* _content/FantasyMMA/Components/Pages/Events/ResolveEvent.razor.rz.scp.css */

p b[b-01hkuvnivw] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}

.event-info[b-01hkuvnivw] {
    @media (min-width: 1281px)  {
        border-radius: 2px;
        border: 1px rgb(149 37 37) solid;
        background: #151515;
        position: fixed;
        width: 300px;
        right: 20px;
        top: 20px;
        padding: 20px;
        box-shadow: 0px 2px rgb(149 37 37);[b-01hkuvnivw]
    }
}

.content[b-01hkuvnivw] {
    @media (min-width: 1281px)  {
        margin: 0 320px 0 0;
        max-width: unset;[b-01hkuvnivw]
    }
}

.fight-resolution-suspension[b-01hkuvnivw] {
    display: flex;
    
    input {
        margin-right: 5px;
    }
    
    p[b-01hkuvnivw] {
        margin: 0;
    }
}

.fight-resolution-item[b-01hkuvnivw] {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
}
/* _content/FantasyMMA/Components/Pages/Events/ViewEvent.razor.rz.scp.css */

p b[b-05pb3231ov] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}

.event-info[b-05pb3231ov] {
    @media (min-width: 1281px)  {
        border-radius: 2px;
        border: 1px rgb(149 37 37) solid;
        background: #151515;
        position: fixed;
        width: 300px;
        right: 20px;
        top: 20px;
        padding: 20px;
        box-shadow: 0px 2px rgb(149 37 37);[b-05pb3231ov]
    }
}

.content[b-05pb3231ov] {
    @media (min-width: 1281px)  {
        margin: 0 320px 0 0;
        max-width: unset;[b-05pb3231ov]
    }
}
/* _content/FantasyMMA/Components/Pages/Fighters/CreateFighter.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Fighters/EditFighter.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Fighters/ViewFighter.razor.rz.scp.css */
.fighter-image[b-04cy3oooyc] {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    margin-bottom:20px
}

.fighter-image > img[b-04cy3oooyc] {
    height: 100%;
    display: block;
    margin: auto;
}

.fighter-description[b-04cy3oooyc] {
    width: 100%;
}

p b[b-04cy3oooyc] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}

.fighter-info[b-04cy3oooyc] {
    @media (min-width: 1281px)  {
        border-radius: 2px;
        border: 1px rgb(149 37 37) solid;
        background: #151515;
        position: fixed;
        width: 300px;
        right: 20px;
        top: 20px;
        padding: 20px;
        box-shadow: 0px 2px rgb(149 37 37);[b-04cy3oooyc]
    }
}

.content[b-04cy3oooyc] {
    @media (min-width: 1281px)  {
        margin: 0 320px 0 0;
        max-width: unset;[b-04cy3oooyc]
    }
}
/* _content/FantasyMMA/Components/Pages/Locations/BrowseLocations.razor.rz.scp.css */
.locations[b-de8kqyigto] {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.location > div[b-de8kqyigto] {
    margin: 5px;
}
/* _content/FantasyMMA/Components/Pages/Locations/CreateLocation.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Locations/EditLocation.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Locations/ViewLocation.razor.rz.scp.css */
.location-image[b-fyx08pb89b] {
    width: 100%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
}

.location-image > img[b-fyx08pb89b] {
    height: 100%;
    display: block;
    margin: auto;
}

.location-description[b-fyx08pb89b] {
    width: 100%;
}

p b[b-fyx08pb89b] {
    background-color: rgba(149, 37, 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}
/* _content/FantasyMMA/Components/Pages/Organizations/BrowseOrganizations.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Organizations/CreateOrganization.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Organizations/EditOrganization.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Organizations/EditOrganizationRankings.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Organizations/ViewOrganization.razor.rz.scp.css */
.organization-image[b-9geoz8rojk] {
    width: 100%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
}

.organization-image > img[b-9geoz8rojk] {
    height: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}

.organization-description[b-9geoz8rojk] {
    width: 100%;
}

p b[b-9geoz8rojk] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}

.event-card-container[b-9geoz8rojk]{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 1281px){
    .event-card-container[b-9geoz8rojk]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    }
}
/* _content/FantasyMMA/Components/Pages/Venues/BrowseVenues.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Venues/CreateVenue.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Venues/EditVenue.razor.rz.scp.css */
/* _content/FantasyMMA/Components/Pages/Venues/ViewVenue.razor.rz.scp.css */
.venue-image[b-og4xa70m46] {
    width: 100%;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
}

.venue-image > img[b-og4xa70m46] {
    height: 100%;
    display: block;
    margin: auto;
}

.venue-description[b-og4xa70m46] {
    width: 100%;
}

p b[b-og4xa70m46] {
    background-color: rgb(149 37 37 / 50%);
    padding:5px;
    font-family:"Iceland", sans-serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.1rem;
}
