/*Layouts css goes here*/
.wp-block-column.bg-profile {
    background: url('https://www.xn--q3cds1eb7b.com/wp-content/uploads/2021/10/bg-profile-01.jpg');
    background-size: auto;
    background-position-x: left;
}
.bg-player-name {
    background: url('https://www.xn--q3cds1eb7b.com/wp-content/uploads/2021/10/bg-pyn.png');
    background-size: auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #458226;
}
@media (min-width: 767px) {
.mgt-25 {
	margin-top: 25px;
}
  .hide-d {
  display: none;
}
}
@media (max-width: 767px) {
.hide-m {
  display: none;
}
.wp-block-column.bg-profile {
    background-size: cover;
}
  .box-profile-m {
    margin-left: -20px;
    margin-right: -20px;
}
}