
.mud-list-subheader {
    font-weight: 800;
}

.mud-container {
    padding-top: 10px;
}

.mud_avatar {
    height: 40px;
    width: 40px;
}

.generatePdfButton {
    background-color: yellow !important;
}

.demo_simulate_button, .demo_simulate_button:hover {
    background-color: yellow !important;
    color: green !important;
}

#blazor-error-ui {
    z-index: 99999 !important;
    background-color: lightsteelblue !important;
}

.mud-dialog {
    max-height: calc(100vh - var(--mud-appbar-height));
    overflow: scroll;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

    .isDisabled a {
        cursor: not-allowed;
    }

.buttonlink {
    border: 1px solid lightgrey;
    border-radius: 10px;
    height: 70px;
    padding: 10px;
    margin: 10px;
    font-weight: 100;
    text-transform: none;
}

/*    .buttonlink:hover, .cSelect:hover .button {
        background-color: green;
        color: white;
        border: 1px solid black;
    }*/

.tabPanel {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mud-button {
    text-transform: none;
}

.mud-tab {
    padding: 6px 18px;
    text-transform: none;
}

.maincontainer {
    width: 100%;
    padding-left: 0px;
}

.mainlayout-badge > .mud-badge-wrapper > .mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 16px) calc(100% - 16px);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.userIcon {
    width: 50px;
    height: 50px;
}

.mud-drawer-open-responsive-md-left .mud-appbar {
    box-shadow: var(--mud-elevation-25);
    width: calc(100% - 200px);
    left: unset !important;
}

.mud-drawer-close-responsive-md-left .mud-appbar {
    width: 100%;
}

.headerIcon {
    width: 30px;
}

@media screen and (max-width:1600px) {
    .mud-appbar {
        width: calc(100% - 200px);
    }
}

.bgAlert {
    background-image: linear-gradient(to top, rgba(255,99,71,0.3),rgba(0,0,0,0));
    border-radius: 10px;
    background-color: unset !important;
}

.buttonLoading {
    margin-left: 10px;
}

.mud-typography-body1 {
    font-size: .875rem;
}

.templateHelper {
}

.transactionDocPanel {
    position: relative;
}

.transactionDocPanelDelete {
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}


.show-change {
    background-color: red;
}

.backgroundJob {
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 9999999999;
}

/* Styling for the loading icon */
#loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contingentBox {
    box-shadow: var(--mud-elevation-25);
}

.optionYearHighlight {
    background-color: lightgrey;
}

.draftWording {
    background-color: #F0F0F0;
    margin: 5px;
    padding: 10px;
    margin-bottom:10px;
}

.mud-breadcrumbs {
    padding: 0px;
    padding-right: 5px;
}

.dashboardCard {
    /* height: 210px; */
    padding: 10px 15px 0px 20px !important;
}

.playerdashboardCard {
    max-height: 250px;
    min-height: 250px;
    overflow-y: auto;
}


.summarybg {
    background: linear-gradient(to top, rgba(0,0,0,0.1),rgba(0,0,0,0));
    border-radius: 10px;
}


.contingent-icon {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contingent-badge {
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    background-image: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,0.3));
    margin: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: white;
}

.contingent-badge-2 {
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    background-image: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,0.3));
    margin: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: black;
}

.alert-badge > .mud-badge-wrapper > .mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 19px) calc(100% - 14px);
}


.contingent-base-icon {
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    right: 5px;
    margin-left: 5px;
}


/*RESULTS*/

.results-container {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;*/
}

.results-label {
    display: flex;
    flex-direction: column;
}

.club-detail {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.clubDetailText {
    font-weight: bold;
    margin-right: 5px;
}

.results-label {
    display: flex;
    flex-direction: column;
}

.club-detail, .club-value {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.clubDetailText {
    font-weight: bold;
    margin-right: 5px;
}

.results-outcomes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.results-outcomes-title {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.outcome-container {
    display: flex;
}

.outcome {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 6px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 0.8em;
}

.win {
    background-color: green;
}

.loss {
    background-color: red;
}

.draw {
    background-color: gray;
}

.mud-align-right input {
    text-align: right;
}

.bold {
    font-weight: bold;
}
