.tournament-img {
    width: 50px;
    height: auto;
    object-fit: contain;
}
.doctor-profile-tabs a {
    border: none;
    background-color: #fff;
    color: var(--dark)!important;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
    text-align: center;
}
.doctor-profile-tabs a.active {
    color: #212529!important;
    border-bottom: 3px solid;
    font-weight: 500;
    background: #f5f5f5;
    border-top: 3px solid #f5f5f5;
}
.mb1{
    margin-bottom: 1px;
}
.f15{
    font-size: 15px;
    font-weight: 600;
}

a:hover {
    text-decoration: none !important;
}

.btn-schedule-filter {
    background-color: #00882A !important;
    padding: .375rem .75rem !important;
    border-color: #d8d8d8 !important;
}

.btn-schedule-filter-reset {
    background-color: grey !important;padding: .375rem .75rem !important;
    border-color: #d8d8d8 !important;
}

.fix-osahan-footer{
    z-index: 99;
}

#UpdateMatchForm .modal-body .form-group label{
    margin-bottom: 0;
}

#UpdateMatchForm .modal-body .form-group, #ShowMatchModal .modal-body .form-group{
    margin-bottom: 6px;
}

#pills-bracket-tab .BracketMatchGracket{
    width: 100%;
    overflow: scroll;
}
#pills-bracket-tab ::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
div#installBanner {
    padding: 15px 15px 10px;
    position: fixed;
    bottom: 0;
    background: black;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 999;
}
.intaller_block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.intaller_block>div {
    flex: auto;
}
.intaller_block>div:first-child {
    max-width: 35px;
}
.installer_text h6 {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
.installer_text span {
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.installer_bt a.install_bt {
    background-color: #00882A !important;
    padding: 5px 15px;
    color: #FFF !important;
    border-radius: 16px;
}
.close-banner{
    border-radius: 16px;
    padding: 5px 15px;
}
.installer_bt {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.pop_img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.pop_img img {
    max-width: 150px;
    flex: 1;
    width: 100%;
}
.login_top {
    width: 100%;
    display: block;
}
.nsid_login_page_logo {
    text-align: center;
    margin: 15px 0;
}
.installer_bt span:before {
    color: grey;
    cursor: pointer;
    font-size: 25px;
}
.pop_img>div {
    position: relative;
}
.pop_img .arrow_line_image {
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: -105px;
    max-width: 50px;
}
.bracket-img{
    width: 26px;
    height: 30px;
    object-fit: cover;
}

a {
    color: #00882A !important;
}

.btn-secondary {
    color: #fff !important;
}

.text-primary {
    color: #00882A !important;
}

.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #00882A !important;
    border-color: #00882A !important;
    color: #fff !important;
}

.btn-outline-primary {
    background-color: #fff !important;
    border-color: #00882A !important;
    color: #00882A !important;
}

.league-filter-btn {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.league-filter-btn.active {
    pointer-events: none;
}

.league-filter-btn.btn-primary.active {
    background-color: #00882A !important;
    border-color: #00882A !important;
    color: #fff !important;
}

.league-filter-btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.makeLeagueFavorite .icon span {
    transition: color 0.2s ease;
}

.text-mint-green {
    color: #00882A !important;
}

.league-filter-btn.btn-outline-secondary {
    background-color: #fff !important;
    border-color: #00882A !important;
    color: #00882A !important;
}

.league-filter-btn.btn-outline-secondary:hover,
.league-filter-btn.btn-outline-secondary:focus {
    background-color: #FFF !important;
    border-color: #00882A !important;
    color: #00882A !important;
}