#builders_list td a,
#builders_list td {
    color: #2c3e50;
}

.match-item {
    width: 100% !important;
    margin-bottom: 8px;
}

#builders_list .match-item:first-child {
    border-radius: 8px 0 0 8px;
}

#builders_list .match-item:last-child {
    border-radius: 0 8px 8px 0;
}

#builders_list .match-item:last-child a {
    flex-direction: row-reverse;
}

#builders_list .match-item a {
    align-items: center;
    height: 100%;
}

.match-item h3 {
    opacity: 0.7;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c3e4f;
    text-transform: uppercase;
    margin: 0;
}

.match-item h2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c3e4f;
    padding: 0;
}

.mobile .match-item h2 {
    font-size: 14px;
}

.match-item p {
    opacity: 0.8;
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4f5969;
    margin: 0;
}

#builders_list #DataTables_Table_0_length {
    padding: 0.7rem 0;
}

#builders_list #DataTables_Table_0_length {
    display: none;
}

#builders_list .dataTables_filter {
    padding: 16px 0;
    background-color: #fff;
}

#builders_list .dataTables_filter input {
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #9b9b9b;
    padding: 13.5px 15px;
    border-radius: 8px;
    border: solid 1px #ccc;
    background-color: #fff;
    margin: 0;
    height: auto;
}

#builders_list table tr .match-item:hover {
    cursor: pointer;
}

.match-item .home_team_logo {
    margin-left: 16px;
    max-height: 80px;
}

.mobile .match-item .home_team_logo {
    margin-left: 0;
    max-height: 50px;
}

.match-item .away_team_logo {
    margin-right: 16px;
    max-height: 80px;
}

.mobile .match-item .away_team_logo {
    margin-right: 0;
    max-height: 50px;
}

#builders_list .zztable tbody tr {
    display: flex;
    height: auto !important;
}

#builders_list .zztable tbody tr td {
    padding: 0 !important;
}

#builders_list td a {
    padding: 20px 18px 18px 18px;
}

#builders_list .zztable tbody tr .vs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    width: 100px;
    font-size: 36px !important;
    font-weight: bold;
    padding: 0 !important;
}

#builders_list .mobile .zztable tbody tr .vs {
    font-size: 24px !important;
    width: 60px;
}

#builders_list tr {
    position: relative;
}

#builders_list tr h3 {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: max-content;
}

#builders_list table tr:hover {
    background-color: inherit !important;
}

#builders_list {
    box-shadow: none !important;
}

#builders_list .home_team_info {
    margin-left: auto;
}

#builders_list .away_team_info {
    text-align: left;
    margin-right: auto;
}

a.squad_builder_match_pub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(90deg, #2F0085 0%, #00CCAA 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 36px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}

a.squad_builder_team_pub {
    display: flex;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(90deg, #2F0085 0%, #00CCAA 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}

a.squad_builder_free_pub {
    margin: 0px 10px 10px 0px !important;
}

a.squad_builder_birthday_pub {
    margin: 0px 0px 10px 0px !important;
}

a.squad_builder_admin_pub,
a.squad_builder_free_pub,
a.squad_builder_birthday_pub {
    display: flex;
    width: 100%;
    background-image: linear-gradient(90deg, #2F0085 0%, #00CCAA 100%);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.squad_builder_admin_pub {
    margin-bottom: 10px;
}

.squad_builder_birthday_pub.mobile {
    margin-left: 0 !important;
}

.squad_builder_admin_pub.mobile,
.squad_builder_free_pub.mobile,
.squad_builder_birthday_pub.mobile,
.squad_builder_match_pub.mobile,
.squad_builder_team_pub.mobile {
    padding: 16px;
}

.squad_builder_match_pub .squad-logo {
    width: 120px;
    padding: 10px;
}

.squad_builder_admin_pub .squad-logo,
.squad_builder_free_pub .squad-logo,
.squad_builder_birthday_pub .squad-logo,
.squad_builder_team_pub .squad-logo {
    width: 150px;
    padding: 10px;
}

.squad_builder_admin_pub.mobile .squad-logo,
.squad_builder_free_pub.mobile .squad-logo,
.squad_builder_birthday_pub.mobile .squad-logo,
.squad_builder_match_pub.mobile .squad-logo,
.squad_builder_team_pub.mobile .squad-logo {
    width: 100px;
    padding: 8px;
}

.squad_builder_admin_pub .squad-txt,
.squad_builder_free_pub .squad-txt,
.squad_builder_birthday_pub .squad-txt,
.squad_builder_match_pub .squad-txt,
.squad_builder_team_pub .squad-txt {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.14px;
    margin-left: 16px;
}

.squad_builder_admin_pub .squad-txt,
.squad_builder_free_pub .squad-txt,
.squad_builder_birthday_pub .squad-txt {
    margin-left:8px !important;
}

.squad_builder_admin_pub.mobile .squad-txt,
.squad_builder_free_pub.mobile .squad-txt,
.squad_builder_birthday_pub.mobile .squad-txt,
.squad_builder_match_pub.mobile .squad-txt,
.squad_builder_team_pub.mobile .squad-txt {
    font-size: 16px;
}

.squad_builder_free_pub .squad-txt p,
.squad_builder_birthday_pub .squad-txt p,
.squad_builder_match_pub .squad-txt p,
.squad_builder_team_pub .squad-txt p {
    margin: 0;
    font-size: 14px;
    line-height: 100%;
}

.squad_builder_match_pub .team-logo {
    width: 80px;
    opacity: 0.8;
    overflow: hidden;
    object-fit: cover;
    transition: .5s;
}

.box-team-logos {
    display: flex;
    align-items: center;
}

.squad_builder_team_pub .team-logo {
    width: 200px;
    opacity: 0.5;
    overflow: hidden;
    object-fit: cover;
    height: 110px;
    position: absolute;
    right: 0px;
    bottom: 0;
    object-position: top;
    transition: .5s;
}

.squad_builder_team_pub .player-img {
    max-width: 100px;
    overflow: hidden;
    object-fit: cover;
    height: 110px;
    position: absolute;
    right: 0px;
    bottom: 0;
    object-position: top;
    transition: .5s;
    max-height: 90%;
}

.box-team-logos p {
    margin: 0;
    font-size: 24px;
    color: #FFF;
    font-family: Inter;
}

.mobile.squad_builder_match_pub .team-logo {
    width: 80px;
    opacity: 0.8;
}

.mobile.squad_builder_team_pub .team-logo {
    width: 120px;
    opacity: 0.2;
    height: 76px;
}

.squad_builder_team_pub:hover .team-logo {
    width: 180px;
}

.rbbox .squad_builder_match_pub,
.rbbox .squad_builder_team_pub {
    flex-direction: column;
    align-items: flex-start;
}

.rbbox .squad_builder_match_pub .team-logo,
.rbbox .squad_builder_team_pub .team-logo {
    width: 150px;
    height: 91px;
}

.rbbox .squad_builder_team_pub:hover .team-logo {
    width: 90px;
}

.rbbox .squad_builder_match_pub .squad-txt,
.rbbox .squad_builder_team_pub .squad-txt {
    margin: 0;
}

.squad_builder_free_pub .squad-logo,
.squad_builder_birthday_pub .squad-logo,
.rbbox .squad_builder_match_pub .squad-logo,
.rbbox .squad_builder_team_pub .squad-logo {
    padding: 8px 0;
}

a.squad_builder_admin_pub .free_mode,
.squad_builder_birthday_pub .free_mode,
.squad_builder_free_pub .free_mode {
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -0.14px;
    align-items: center;
    margin-left: auto;
    color: #fff;
}



.ghost-canvas{
    position: relative;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -5px;
}

.ghost-body{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: white;
    left: 0;
    top: 0;
    animation-name: floating;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.ghost-body-copy{
    position: absolute;
    height: 28%;
    width: 22%;
    background-color: white;
    left: 40%;
    top:  33%;
    z-index: 1;
}

.ghost-head{
    position: absolute;
    height: 120%;
    width: 120%;
    top: -60%;
    left: -10%;
    background-color: white;
    border-radius: 90px;
    
}
.eye-right{
    position: absolute;
    height: 22%;
    width: 20%;
    right: 22%;
    top: 40%;
    background-color: black;
    border-radius: 50%;
}
.eye-left{
    position: absolute;
    height: 22%;
    width: 20%;
    left: 22%;
    top: 40%;
    background-color: black;
    border-radius: 50%;
}
.mouth{
    position: absolute;
    height: 26%;
    width: 24%;
    left: 38%;
    top: 70%;
    background-color: black;
    border-radius: 50%;
    z-index: 2
}
.down-bubble{
    position: absolute;
    height: 55%;
    width: 100%;
    top:70%;
}

.bubble-1{
    position: absolute;
    height: 100%;
    width:20%;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  /*ANIMATION START*/
    animation-name: bubble;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in-out;
  /*ANIMATION END*/
}
.bubble-2{
    position: absolute;
    height: 100%;
    width:20%;
    left: 25%;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  /*ANIMATION START*/
    animation-name: bubble;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in-out;
  /*ANIMATION END*/
}
.bubble-3{
    position: absolute;
    height: 100%;
    width:20%;
    right: 25%;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  /*ANIMATION START*/
    animation-name: bubble;
    animation-duration: 3.4s;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in-out;
  /*ANIMATION END*/
}
.bubble-4{
    position: absolute;
    height: 100%;
    width:20%;
    right: 0;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  /*ANIMATION START*/
    animation-name: bubble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function:ease-in-out;
  /*ANIMATION END*/
}

/*ANIMATION START*/
@keyframes bubble{
    0%{
        top: 0;
    }
    50%{
        top:20%;
    }
     100%{
        top: 0;
    }
}
@keyframes floating{
    0%{top: 33%;}
    30%{top: 40%;}
    50%{top:33%;}
    70%{top:25%;}
    100%{top:33%;}
}
/*ANIMATION END*/

.ghost {
    width: 100px;
}

.ghost .ghost-canvas {
    top: 30px;
}

.examplePosters {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.examplePoster {
    position: relative;
}

.examplePosters .examplePoster img.exampleUserPoster {
    height: 180px;
    width: auto;
    border-radius: 6px;
    margin-left: 16px;
    margin-right: 16px;
}

.examplePoster img.exampleUserPoster {
    width: 100%;
    border-radius: 6px;
}

.examplePoster img.avatar {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
    right: 0px;
    object-fit: cover;
    object-position: top;
}

.examplePoster .time {
    text-align: center;
    padding: 8px;
    font-size: 12px;
}