

    div.team {
        margin-bottom: 0px !important;
    }
    .info-row{
        margin-bottom: 0px !important;
    }
    i.material-icons {
        display: inline-flex;
        vertical-align: middle;
        padding-right: 0.3rem !important;
    }
    .tournament-info{
        padding-bottom: 0.5rem;
    }
    .table-div{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    li.team {
        padding-bottom: 0px !important;
    }
    .registration-division{
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        vertical-align: middle;
    }
    .tournament-info {
        margin: 0px !important;
    }
    #info-text{

    }
    #more{
        color: blue !important;
        cursor: pointer !important;
        font-weight: bold;
    }
    .current-set-result{
        font-size: 20px;
        font-weight: bold;
    }
    .winner-team{
        border: green dotted 3px;
    }
    .team-name{
        padding: 4px;
    }
    .rg-logo{
        margin-left: 3px !important;
        margin-right: 0px !important;
        margin-top: 2px !important;
        height: auto !important;
        width: 25px !important;
    }
    .chip_profile{
        width:auto !important;
    }
    .sm-logo{
        display: inline-flex;
        vertical-align: middle;
    }
    .search-item{
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
    .tournament-details{
        box-shadow: none !important;
        webkit-box-shadow: none !important;
    }
    .info-text-title, .info-text-link{
        font-size: 19px;
    }
    .tournament-info-item{
        margin-bottom: 5px;
    }
    .tournament-info-item::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}
    .info-navbar{
border-bottom: 2px solid #be3d3d;
width: fit-content;
margin-bottom: 10px;
position: sticky;
top:75px;
background-color: white;
    }
    .info-text-content{
padding-left: 10px;
border-left: 5px solid rgba(190, 61, 61, 0.75);

    }
    .registration-type{
        border-radius: 12px;
        padding: 3px 8px;
        color: white;
    }
    .missing-info{
			border: 1px solid;
			margin: 10px 0px;
			padding: 15px 10px 15px 15px;
			color: #000;
			background-color: #FFBABA;
			width: fit-content;
}