
.skeleton__wrapper{
  width: 100%;
  height: 100%;
  padding:1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton__title{
  width: 50%;
  height: 1rem;
  margin-bottom: .25rem;
}
.skeleton__content{
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}


.home-match__win-lose[data-v-89b64928]{
        background-color: green;
        border-radius: 50%;
        padding: .3rem;
        color: white;
        width: .75rem;
        border: .1rem solid white;
        height: .75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: .5rem;
}
.home-match__win-lose.W[data-v-89b64928]{
        background-color: #5CD66C;
}
.home-match__win-lose.L[data-v-89b64928]{
        background-color: #CF283E;
}
.home-match__win-lose.D[data-v-89b64928]{
        background-color:   #ED9C5A;
}
.match-wrapper[data-v-89b64928]{
        margin-bottom: 1.2rem;
}
.match-container[data-v-89b64928]{
        display: flex;
        align-items: center;
        background-color: #212B30;
        color: #CFD9DE;
        margin-bottom: .5rem;
        padding: .6rem .63rem;
        border-radius: .5rem;
        font-size: .88rem;
        text-align: left;
        width: auto !important;
}
.match-container[data-v-89b64928]:hover{
        background-color: var(--bg-hover);
}
.match-status__live[data-v-89b64928]{
		background-color: #CF283E;
		padding: .2rem;
    	border-radius: .3rem;
		font-size:.65rem
}
.match-detail[data-v-89b64928]{
        display:flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: var(--color-grey-light);
}
.match-detail__score[data-v-89b64928]{
        width: 1rem;
        text-align: center;
}
.match-detail__name[data-v-89b64928]{
        width: 8rem;
        overflow: hidden;
        text-align: right;
}
.match-middle[data-v-89b64928]{
        flex: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
        color:white;
}
.match-middle__seperator[data-v-89b64928]{
        margin: 0 .5rem;
        font-family: var(--weight-700);
        font-family: var(--weight-700);
}
.h2h-title__wrapper[data-v-89b64928]{
        display: flex;
        align-items: center;
        padding-bottom: 1.6rem;
}
.h2h-match__title[data-v-89b64928]:hover{
        color:white !important;
}
.h2h-title__text[data-v-89b64928]{
        margin-right: .4rem;
}
.h2h-alert__wrapper[data-v-89b64928]{
        width: 1.2rem;
        height: 1.2rem;
        position: relative;
}
.h2h-match__card[data-v-89b64928]{
       display: block;
       padding: .5rem 0.8rem .5rem .5rem;
}
.h2h-match__card[data-v-89b64928]:hover{
        background-color: var(--color-grey-40);
        border-color: var(--color-grey-40);
}
.h2h-match__time[data-v-89b64928]{
        width: auto;
}
.tooltips-wrapper[data-v-89b64928]{
        position: absolute;
        width: 16rem;
        left: 1.5rem;
        top: -.5rem;
        display: flex;
}
.tooltips-triangle[data-v-89b64928]{
        position: relative;
        top: .5rem;
        width: 2.7rem;
        height: 1rem;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBrZLRDYAgDERbJ2AERugGuoFs4oiupBPUw1RNMCKgL7ncD1eaA6ZGVNXBBBqhwJXhAdZDg+mEC24NFo7uns5yZl1Jb83BCHsLBgs7aqAzX6GFPnDryAo9ehEq5K1sT9cLxcGe/gCDBZqgWROq/lEy1Nmmew0bjnw70UXFlG0AAAAASUVORK5CYII=) center/cover no-repeat;
}
.tooltips-content[data-v-89b64928]{
        background-color: white;
        padding: .5rem;
        color: black;
        line-height: 1rem;
        font-size: .7rem;
        border-radius: .5rem;
}

