.manaly{
    height: calc(100vh - 70px); background-image: linear-gradient(to bottom, #00181e, rgba(0, 24, 30, 0.5));
    padding: 0px; display: flex; justify-content: space-between; align-items: flex-start; color: #FFFFFF;
}
.manaly-matchs{
    width: 25vw; height: 100%; background: rgba(0, 24, 30, 0.2); padding-left: 3vw; overflow-y: auto;
}
.manaly-matchs::-webkit-scrollbar {
    width: 2px;height: 1px;
}
.manaly-matchs::-webkit-scrollbar-thumb {
    border-radius: 0px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background: #535353;
}
.manaly-matchs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);border-radius: 0px;background: #EDEDED;
}
.manaly-matchs-view{
    width: 100%; height: 100%; border-right: rgba(255,255,255,0.1) solid 1px; border-left: rgba(255,255,255,0.1) solid 1px;
}
.manaly-matchs-title{
    height: 50px; padding: 0px 10px; display: flex; justify-content: flex-start; align-items: center;
    border-bottom: rgba(255,255,255,0.1) solid 1px; font-weight: bold; font-size: 14px;
}
.manaly-matchs-item{
    padding: 8px 10px; border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.manaly-matchs-item:hover{
    background: #ff0147;
}
.manaly-cont{
    display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; width: 72vw; margin-right: 3vw; padding: 20px;
    color: #FFFFFF;
}
.manaly-cont-item{
    padding: 20px; background: rgba(0, 24, 30, 0.2); border: rgba(255,255,255,0.2) solid 1px; border-radius: 8px; display: flex;
    justify-content: flex-start; align-items: flex-start; min-height: 180px; cursor: pointer;
}
.manaly-cont-item:hover{
    border-color: rgba(255,255,255,0.5);
}
.manaly-cont-item-icon{
    width: 50px; height: 50px; background: #f2f2f2; border-radius: 50%; flex-shrink: 0; margin-right: 15px;
}
.manaly-cont-item-info{
    min-height: 140px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column;
}
.manaly-cont-item-info-title{
    font-weight: bold; margin-bottom: 5px;
}
.manaly-cont-item-info-desc{
    color: #999999;
}
.manaly-cont-item-info-btns{
    display: flex; justify-content: flex-end; align-items: center; margin-top: auto; width: 100%;
}
.manaly-cont-item-info-btns-item{
    margin-left: 20px; border: rgba(255,255,255,0.3) solid 1px; padding: 4px 15px; border-radius: 20px; cursor: pointer;
    transition: all 0.2s ease-in-out; color: rgba(255,255,255,0.5);
}
.manaly-cont-item-info-btns-item:hover{
    background: #ff0147; color: #FFFFFF; border-color: #ff0147;
}