.modal-dialog {
    max-width: 600px !important;
}

.modal-dialog-xl {
    max-width: 1140px !important;
}

.box-shadow-card-rounds {
    box-shadow: none !important;
}

.with-20 {
    width: 20px;
    height: auto;
}

.with-30 {
    width: 30px;
    height: auto;
}

.image-centralized {
    text-align: center;
    vertical-align: middle;
}

.score {
    font-size: 25px;
    font-weight: 500;
}

.score-against {
    font-size: 15px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    display: flex;
}

.game-align-row {
    justify-content: center;
    align-items: center;
    display: flex;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-right-5px {
    margin-right: 5px;
}

.round-arrow {
    color: #5000CC;
    cursor: pointer;
}

.disabled-arrow {
    color: gray
}

.clickable-row {
    cursor: pointer;
}

.linkDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.text-pre-wrap {
    white-space: pre-wrap;
    white-space: pre-line;
}

.dropdown-toggle-league:after {
    float: right!important;
    top: 50%!important;
    position: relative!important;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.img-1-1 {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.img-1-1-30 {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.img-128x128 {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 10%;
}

.img-rounded-light {
    object-fit: cover;
    border-radius: 10%;
}

.img-responsive-height {
    display: block;
    width: auto;
    max-height: 100%
}

.modal-custom-dialog {
    max-width: calc(100vh + 250px) !important;

}

.info-box-small {
    min-height: 40px !important;
}

.info-box-icon-small {
    font-size: 1.5rem!important;
    width: 55px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.min-width-200 {
    min-width: 200px;
}

.font-size-smaller {
    font-size: smaller;
}

.card-transparent {
    box-shadow: none !important;
}

.font-size-x-small {
    font-size: x-small;
}


.overflow-x-scroll {
    overflow-x: scroll;
}

.img-thumbnail-no-border {
    border: none; !important;
}

.font-size-large {
    font-size: large;
}

.font-size-60px {
    font-size: 60px !important;
}

.text-gold {
    color: #ffad00 !important;
}

.bg-gold {
    background-color: #ffad00 !important;
}

.text-silver {
    color: #808080 !important;
}

.bg-silver {
    background-color: #808080 !important;
}


.justify-content-space-between {
    justify-content: space-between;
}

.width-initial {
    width: initial;
}

.close-modal {
    padding: 0px; !important;
    margin: auto !important;
}


.horizontal-logo-svg {
    width: 9em;
}

.vertical-logo-svg-mini {
    width: 3em;
}

.vertical-logo-svg {
    width: 15em;
}

.callout.callout-primary {
    border-left-color: #5000CC;
}

.btn {
 width: initial;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

.cursor-pointer {
    cursor: pointer;
}

.table-all-responsive {
    overflow-x: scroll;
    min-width: max-content;
}

.img-logo {
    width: 200px;
}

.border-radius-15 {
    border-radius: 15px;
}

.small-box > .inner-30 {
    padding: 30px;
}


.image-modal {
    max-width: 60%;
    height: auto;
}

.image-modal-card {
    width: 90%;
    height: auto;
}

.icheck-primary-500 > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary-500 > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #5000CC;
}

.icheck-primary-500 > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-primary-500 > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
    border-color: #5000CC;
}

.icheck-primary-500 > input:first-child:checked + label::before,
.icheck-primary-500 > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5000CC;
    border-color: #5000CC;
}


.info-box-content-quick-access {
    overflow-x: hidden !important;
}

.info-box-quick-access {
    min-height: 150px;
}

.info-box-text-quick-access {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-content-quick-access {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal!important;
    font-size: xx-large !important;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.flex-direction-column {
    flex-direction: column;
}

