.ofs-header {
background-color: var(--offside-black);
color: var(--base-white);
font-family: var(--ofs-font);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ofs-nav a:hover {
color: #D94646;
}
.ofs-nav-active {
color: var(--primary-color) !important;
}
.ofs-nav ul {
list-style: none;
display: flex;
gap: 32px;
margin: 0;
padding: 0;
}
.ofs-nav li a {
color: var(--base-white);
text-decoration: none;
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 20px;
}
.ofs-logo img {
height: 30px;
}
#offside-nav-bar li a:hover {
color: #D94646;
}
#offside-nav-bar li a {
color: var(--base-white);
text-decoration: none;
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
line-height: 1.2;
}
.ofs-match-filter-btn {
background: var(--secondary-line) 0% 0% no-repeat padding-box;
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 5px !important;
opacity: 1;
color: var(--true-black);
text-align: left;
font: normal normal 600 clamp(0.75rem, 2vw, 0.8125rem) Barlow;
letter-spacing: 0px;
color: #000000;
transition: background-color 0.3s ease;
}
.ofs-match-filter-btn:hover {
background-color: var(--passive-tab);
}
.bet-box {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 54px;
height: 48px;
border-radius: 3px;
background: var(--base-white);
border: 1px solid var(--passive-tab);
cursor: pointer;
font-family: "Barlow", sans-serif;
transition: background 0.2s ease;
overflow: hidden;
}
.bet-name {
flex: 1;
display: flex;
justify-content: center;
font: normal normal 600 12px/17px Open Sans;
color: #8C8C8C;
margin-top: 3px;
}
.bet-odd {
position: absolute;
height: 50%;
width: 100%;
bottom: 0;
left: 0;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
font: normal normal bold 14px/19px Open Sans;
color: #2B2630;
background: var(--passive-gray);
border-radius: 2px;
}
.bet-count {
position: absolute;
height: 50%;
width: 100%;
bottom: 0;
left: 0;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
font: normal normal bold 14px/19px Open Sans;
color: #FFFFFF;
background: #2AA059;
border-radius: 2px;
}
.live-match-score {
color: var(--primary-color) !important;
}
.ofs-match-team-logo {
max-height: 18px;
max-width: 18px;
}
.btn-group-toggle input[type="radio"] {
display: none;
}
.ofs-navbar-logo {
width: 0.8rem;
}
.ofs-display-time {
font-weight: 400 !important;
min-width: 20px !important;
}
.ofs-display-time:hover {
text-decoration: underline;
}
.red-card {
position: relative;
width: 0.7rem;
height: 0.8rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
.red-card-img {
width: 10px;
}
.red-card-number {
position: absolute;
color: white;
font-size: 12px;
font-family: Open Sans;
font-weight: 500;
line-height: 1;
text-align: center;
left: 0.16rem;
top: 0rem;
}
.left-time {
flex: 0 0 40px;
max-width: 40px;
min-width: 40px;
text-align: center;
}
.ofs-sportbar {
background-color: var(--offside-black);
min-height: 3rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ofs-sportbar-sport-type {
display: flex;
align-items: center;
gap: 28px;
list-style: none;
justify-content: flex-start;
margin: 0;
}
.ofs-sportbar-sport-type li {
display: flex;
align-items: center;
gap: 8px;
color: var(--reading-gray);
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.75rem, 2vw, 0.875rem);
cursor: pointer;
position: relative;
transition: color 0.2s ease;
}
.ofs-sportbar-sport-type li img,
.ofs-sportbar-sport-type li i {
width: 18px;
height: 18px;
color: #D94646;
}
.ofs-sportbar-sport-type li .ofs-count {
background-color: #000;
color: #fff;
border-radius: 50%;
font-size: 0.85rem;
font-weight: 500;
padding: 2px 6px;
line-height: 1;
}
.ofs-sportbar-sport-type li.active-sport {
color: #fff;
}
.ofs-sportbar-sport-type li.active-sport::after {
content: "";
position: absolute;
bottom: -0.85rem;
left: 0;
right: 0;
width: 95%;
height: 3px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-sportbar-sport-type li:hover {
color: #fff;
}
.ofs-sportbar-sport-type::-webkit-scrollbar {
display: none;
}
.ofs-sportbar-sport-type::-webkit-scrollbar-thumb {
display: none;
}
.ofs-sportbar-tab {
background-color: var(--sof-dark);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
min-height: 51px;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s ease;
margin-top: 10px;
}
.ofs-sportbar-tab.show {
display: flex;
opacity: 1;
transform: translateY(0);
}
.ofs-sportbar-tab-list {
display: flex;
align-items: center;
gap: 28px;
margin: 0;
}
.ofs-sportbar-tab li {
display: flex;
align-items: center;
gap: 8px;
color: var(--reading-gray);
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.75rem, 2vw, 0.875rem);
cursor: pointer;
position: relative;
transition: color 0.2s ease;
}
.ofs-sportbar-tab li a {
text-decoration: none;
color: var(--reading-gray);
transition: color 0.2s ease;
}
.ofs-sportbar-tab li.active-tab a {
color: var(--base-white);
}
.ofs-sportbar-tab-list li.active-tab::after {
content: "";
position: absolute;
bottom: -1rem;
left: 0;
right: 0;
width: 100%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-sportbar-tab-list li a:hover {
color: #fff;
}
.ofs-new-badge {
display: inline-flex;
align-items: center;
background-color: #D94646;
color: #fff;
font-family: 'Barlow', sans-serif;
font-weight: 700;
font-size: 9px;
letter-spacing: .02em;
line-height: 1;
padding: 3px 5px;
border-radius: 4px;
flex-shrink: 0;
}
.ofs-new-badge-mobile {
position: absolute;
top: 0;
right: calc(50% - 22px);
padding: 2px 4px;
}
.ofs-matches {
align-items: center;
display: flex;
margin-top: 0.5rem;
flex-direction: column;
gap: 0.7rem;
}
.ofs-matches-filter {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
color: var(--true-black);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
background: var(--base-white);
display: flex;
flex: none;
min-height: 40px;
width: 100%;
max-width: 964px;
}
.ofs-matches-filter-left {
display: flex;
align-items: center;
flex: 1;
margin-left: 8px;
}
.ofs-matches-filter-right {
display: flex;
align-items: center;
gap: 8px;
margin-right: 8px;
}
.ofs-matches-filter-list {
display: flex;
align-items: center;
gap: 8px;
list-style: none;
margin: 0;
padding: 0 !important;
}
.ofs-matches-filter-list li {
padding: 10px;
background: var(--secondary-line);
border-radius: 6px;
opacity: 1;
max-height: 40px;
align-items: center;
display: flex;
cursor: pointer;
}
.ofs-matches-filter-list li:hover {
border: 1px solid #D94646;
}
.active-filter {
background-color: #D94646 !important;
color: #FFFFFF !important;
border-radius: 4px;
}
.ofs-matches-settings {
display: flex;
gap: 15px;
padding: 10px;
background: var(--secondary-line);
border-radius: 5px;
transition: background-color 0.3s ease;
}
.ofs-matches-settings:hover {
background-color: var(--passive-tab);
}
.ofs-matches-settings.active {
background: var(--primary-color) !important;
}
.ofs-matches-date-filter {
display: flex;
gap: 15px;
padding: 10px;
background: var(--secondary-line);
border-radius: 5px;
position: relative;
justify-content: center;
}
.comp-match-item-status-text {
font: normal normal 500 13px Barlow;
color: #959297;
white-space: nowrap;
}
.ofs-matches-comp {
font-family: "Barlow", sans-serif;
font-size: 14px;
font-weight: 500;
font-style: normal;
color: var(--true-black);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
background: var(--base-white);
display: flex;
flex: 1;
flex-direction: column;
width: 100%;
max-width: 964px;
}
.ofs-matches-comp-title {
margin: 0.5rem;
display: flex;
flex: 1;
}
.ofs-comp-match-count {
display: none;
align-items: center;
justify-content: center;
border-radius: 25%;
background: var(--secondary-line);
margin-left: 6px;
width: 1.8rem;
height: 1rem;
color: #686868;
}
.ofs-comp-match-count.show-count {
display: flex !important;
}
.ofs-matches-comp-title-left {
display: flex;
align-items: center;
flex: 1;
}
.comp-name {
color: #686868;
margin-left: 5px;
text-decoration: none;
}
.comp-name:hover,
.comp-name:focus,
.comp-name:active {
color: inherit !important;
text-decoration: none;
}
.ofs-matches-comp-title-right {
display: flex;
align-items: center;
gap: 15px;
margin-left: 15px;
}
.ofs-matches-comp-list {
list-style: none;
margin-bottom: 5px;
padding: 0;
overflow: hidden;
max-height: 9999px;
transition: max-height 200ms ease, opacity 150ms ease;
opacity: 1;
}
.ofs-matches-comp-list.ofs-collapsed,
.ofs-popular-sport-divider.ofs-collapsed {
max-height: 0 !important;
opacity: 0;
}
.ofs-popular-sport-divider {
overflow: hidden;
max-height: 9999px;
transition: max-height 200ms ease, opacity 150ms ease;
opacity: 1;
}
.comp-logo {
width: 1.2rem;
}
.team-left,
.team-right {
display: flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
.team-left {
justify-content: flex-end;
}
.team-right {
justify-content: flex-start;
}
.match-score-wrapper {
position: relative;
max-height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.match-time-primary {
text-align: center;
font-weight: 600;
color: var(--true-black);
min-width: 20px;
line-height: 1;
font-family: Open Sans;
}
.match-time-primary:hover {
text-decoration: underline;
}
.match-halftime-score {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.6rem, 2.2vw, 0.6875rem);
color: #242129;
position: absolute;
bottom: -10px;
line-height: 1;
white-space: nowrap;
}
.match-time-secondary {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.52rem, 2.2vw, 0.6875rem);
color: #2DCD32;
}
.voleyball-secondary {
position: absolute;
bottom: -10px;
line-height: 1;
white-space: nowrap;
}
.fav-icon {
justify-self: end;
width: clamp(1.0625rem, 2.2vw, 1.265625rem);
cursor: pointer;
vertical-align: initial;
}
.team-left img,
.team-right img {
height: 20px;
width: 20px;
object-fit: contain;
}
.dropdown {
position: relative;
}
.dropdown-arrow {
width: 12px;
height: 12px;
transition: transform 0.2s ease;
}
.dropdown-panel {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #C04A44;
border-radius: 0 0 6px 6px;
margin-top: 2px;
overflow: hidden;
display: none;
flex-direction: column;
z-index: 20;
align-items: center;
}
.dropdown-clear {
background: #7B2D29;
color: #fff;
text-align: center;
font-weight: 600;
padding: 8px;
cursor: pointer;
transition: background 0.2s ease;
}
.dropdown-clear:hover {
background: #912f2b;
}
.dropdown.open > .dropdown-panel {
display: flex;
}
.dropdown.open > .dropdown-toggle {
border-radius: 6px 6px 0 0;
}
.dropdown.open .dropdown-arrow {
transform: rotate(180deg);
}
.ofs-matches-container {
gap: 0.7rem;
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
padding: 0;
}
#ofsTabContent {
position: relative;
overflow: hidden;
width: 100%;
min-height: 400px;
}
.barlow-medium-black-14px {
font-family: "Barlow", sans-serif;
font-weight: 500 !important;
font-style: normal;
font-size: clamp(0.7rem, 2vw, 0.9375rem);
color: var(--true-black);
}
.barlow-medium-gray-14px {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.7rem, 2vw, 0.9375rem);
color: var(--reading-gray);
}
.barlow-medium-black-16px {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.8125rem, 2vw, 1.0625rem);
color: var(--true-black);
}
.barlow-medium-black-18px {
font-family: "Barlow", sans-serif;
font-weight: 500 !important;
font-style: normal;
font-size: clamp(0.9375rem, 2vw, 1.1875rem);
color: var(--true-black);
}
.barlow-medium-gray-16px {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: var(--reading-gray);
}
.barlow-medium-darkgray-16px {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #686868;
}
.barlow-medium-white-16px {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #fff;
}
.barlow-semibold-black-16px {
font-family: "Barlow", sans-serif !important;
font-weight: 600 !important;
font-style: normal !important;
font-size: clamp(0.8rem, 2vw, 1rem) !important;
color: var(--true-black) !important;
}
.barlow-bold-black-16px {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.875rem, 2vw, 1.0625rem);
color: var(--true-black) !important;
}
.barlow-bold-red-16px {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.875rem, 2vw, 1.0625rem);
color: var(--primary-color) !important;
}
.open-sans-semibold-gray-14px {
font: normal normal 600 clamp(0.65rem, 2vw, 0.875rem)/19px Open Sans;
color: var(--reading-gray);
}
.open-sans-semibold-black-16px {
font: normal normal 600 clamp(0.75rem, 2vw, 1rem) / 22px Open Sans;
color: var(--true-black);
}
.open-sans-semibold-gray-12px {
font: normal normal 600 clamp(0.5rem, 2vw, 0.75rem)/17px Open Sans;
color: #8C8C8C;
}
.open-sans-bold-black-14px {
font: normal normal bold clamp(0.65rem, 2vw, 0.8rem) / 19px Open Sans;
color: #2B2630;
}
.open-sans-black-10px {
font: normal normal clamp(0.6875rem, 2.5cqw, 0.75rem) / 1.42 Open Sans;
color: #2B2630 !important;
}
.home-team, .away-team {
min-width: 0 !important;
}
.home-team a, .away-team a {
min-width: 0;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100px;
}
.double-row-team a {
overflow: visible !important;
max-width: 100% !important;
}
.match-team-hover {
display: inline;
white-space: nowrap;
}
.performance-container {
position: absolute;
right: 25%;
}
@media (max-width: 450px) {
.ofs-sportbar-tab-list li.active-tab::after {
content: "";
position: absolute;
bottom: -0.56rem;
left: 0;
right: 0;
width: 95%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-sportbar-sport-type li.active-sport::after {
content: "";
position: absolute;
bottom: -0.90rem;
left: 0;
right: 0;
width: 95%;
height: 3px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.match-team-hover {
display: block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.home-team,
.away-team {
flex: 1 1 0;
min-width: 0;
}
.performance-container {
right: 12%;
}
}
.match-team-hover:hover {
text-decoration: underline;
}
.match-item:hover {
cursor: pointer;
background-color: var(--base-gray, #f5f5f5);
border-radius: 6px;
transition: background-color 0.15s ease;
}
.bet-box-wrapper {
border: 1px solid #E3E3E3;
border-radius: 3px;
}
.bet-name2 {
background-color: transparent;
}
.bet-odd2 {
background-color: #D9D9D9;
border-radius: 2px;
}
.bet-count2 {
background-color: #2AA059;
border-radius: 2px;
color: white;
}
.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.max-w-1440 {
max-width: 1440px;
}
.max-w-1280 {
max-width: 1280px;
}
.ofs-popular-matches-card-header {
text-align: left;
font: normal normal bold clamp(0.8125rem, 2.5vw, 0.875rem) Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
line-height: 1.21;
}
.ofs-popular-matches-card-go-to-detail {
text-align: center;
font: normal normal bold clamp(0.6875rem, 2.5vw, 0.75rem) Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
line-height: 1.17;
}
.ofs-go-to-detail-container {
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
width: 125px;
height: 28px;
}
.ofs-popular-matches-team {
font: normal normal clamp(0.9375rem, 2.5vw, 1rem) Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
line-height: 1.19;
font-weight: 500;
}
.ofs-popular-matches-manager {
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem) Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
line-height: 1.17;
}
.ofs-popular-matches-team-logo {
width: 36px !important;
height: 36px !important;
min-width: 36px;
min-height: 36px;
object-fit: contain;
display: block;
}
#left-arrow,
#right-arrow, #left-detail-arrow, #right-detail-arrow {
cursor: pointer;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
}
.popular-matches .slick-dots,
.h2h-comp .slick-dots,
.h2h-match-detail-comp .slick-dots,
.h2h-basket-match-detail-comp .slick-dots {
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
display: flex !important;
justify-content: center;
gap: 6px;
position: relative !important;
top: -15px !important
}
.popular-matches .slick-dots li,
.h2h-comp .slick-dots li,
.h2h-match-detail-comp .slick-dots li,
.h2h-basket-match-detail-comp .slick-dots li {
width: 8px !important;
height: 8px !important;
margin: 0 !important;
padding: 0 !important;
}
.popular-matches .slick-dots li button,
.h2h-comp .slick-dots li button,
.h2h-match-detail-comp .slick-dots li button,
.h2h-basket-match-detail-comp .slick-dots li button {
width: 8px !important;
height: 8px !important;
padding: 0 !important;
background-color: #FFFFFF !important;
border: 1px solid #D94646 !important;
border-radius: 50% !important;
display: block !important;
font-size: 0 !important;
line-height: 0 !important;
cursor: pointer;
transition: all 0.3s ease;
}
.popular-matches .slick-dots li.slick-active button,
.h2h-comp .slick-dots li.slick-active button,
.h2h-match-detail-comp .slick-dots li.slick-active button,
.h2h-basket-match-detail-comp .slick-dots li.slick-active button {
background-color: #D94646 !important;
}
.popular-matches .slick-dots li button:before,
.h2h-comp .slick-dots li button:before,
.h2h-match-detail-comp .slick-dots li button:before,
.h2h-basket-match-detail-comp .slick-dots li button:before {
display: none !important;
}
.slick-dotted.slick-slider {
margin-bottom: 5px !important;
}
.ofs-detail-view {
background: #D94646 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
height: clamp(1.25rem, 2.5cqw, 1.5rem);
max-width: 96px;
}
.ofs-detail-view-span {
text-align: center;
font: normal normal bold clamp(0.5625rem, 2.5cqw, 0.625rem)/1.2 Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-team {
text-align: center;
font: normal normal clamp(0.8125rem, 2.5cqw, 0.875rem)/1.21 Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 400;
}
.ofs-match-detail-team-logo {
width: clamp(1.5rem, 7cqw, 3rem) !important;
height: clamp(1.5rem, 7cqw, 3rem) !important;
max-width: clamp(1.5rem, 7cqw, 3rem);
max-height: clamp(1.5rem, 7cqw, 3rem);
object-fit: contain;
display: block;
}
.ofs-match-detail-manager {
text-align: center;
font: normal normal clamp(0.6875rem, 2.5cqw, 0.875rem)/1.17 Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.grid-left-arrows {
grid-column: 1;
grid-row: 2 / 4;
display: flex;
justify-content: center;
justify-self: start;
}
.grid-right-arrows {
grid-column: 9;
grid-row: 2 / 4;
display: flex;
justify-content: center;
justify-self: end;
}
.grid-score {
grid-column: 5;
grid-row: 2 / 4;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.grid-home {
grid-column: 3 / 5;
grid-row: 2 / 4;
}
.grid-away {
grid-column: 6 / 8;
grid-row: 2 / 4;
}
.tab-scroll-container {
position: relative;
display: flex;
align-items: center;
width: 100%;
background: #fff;
overflow: hidden;
}
#match-detail-tabs, #match-detail-odd-tabs, #team-detail-tabs, #team-detail-matches-tabs,
#mini-team-detail-tabs, #mini-team-sort-tabs, #mini-basket-team-detail-tabs, #mini-basket-sort-tabs, #mini-comp-detail-tabs,
#player-detail-tabs, #competition-detail-tabs, #mini-volley-sort-tabs {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
border-bottom: none !important;
gap: 3px;
scrollbar-width: none;
-ms-overflow-style: none;
cursor: grab;
user-select: none;
}
#match-detail-tabs:active, #team-detail-tabs:active, #team-detail-matches-tabs:active,
#mini-team-detail-tabs:active, #mini-team-sort-tabs:active, #mini-basket-team-detail-tabs:active, #mini-basket-sort-tabs:active,
#mini-comp-detail-tabs:active, #player-detail-tabs:active, #competition-detail-tabs:active {
cursor: grabbing;
}
#match-detail-odd-tabs:active {
cursor: grabbing;
}
#match-detail-tabs::-webkit-scrollbar, #team-detail-tabs::-webkit-scrollbar, #team-detail-matches-tabs::-webkit-scrollbar,
#mini-team-detail-tabs::-webkit-scrollbar, #mini-team-sort-tabs::-webkit-scrollbar, #mini-basket-team-detail-tabs::-webkit-scrollbar, #mini-basket-sort-tabs::-webkit-scrollbar,
#mini-comp-detail-tabs::-webkit-scrollbar, #player-detail-tabs::-webkit-scrollbar, #competition-detail-tabs::-webkit-scrollbar {
display: none;
}
#match-detail-odd-tabs::-webkit-scrollbar {
display: none;
}
#match-detail-tabs .nav-item, #team-detail-tabs .nav-item, #team-detail-matches-tabs .nav-item,
#mini-team-detail-tabs .nav-item, #mini-team-sort-tabs .nav-item, #mini-basket-team-detail-tabs .nav-item, #mini-basket-sort-tabs .nav-item,
#mini-comp-detail-tabs .nav-item, #player-detail-tabs .nav-item, #competition-detail-tabs .nav-item {
flex: 0 0 auto;
}
#match-detail-odd-tabs .nav-item {
flex: 0 0 auto;
}
#match-detail-tabs .nav-link, #team-detail-tabs .nav-link, #team-detail-matches-tabs .nav-link,
#mini-team-detail-tabs .nav-link, #mini-team-sort-tabs .nav-link, #mini-basket-team-detail-tabs .nav-link, #mini-basket-sort-tabs .nav-link,
#mini-comp-detail-tabs .nav-link, #player-detail-tabs .nav-link, #competition-detail-tabs .nav-link,
#volley-detail-tabs .nav-link,
#vt-matches-tabs .nav-link, #mini-volley-team-detail-tabs .nav-link, #mini-volley-sort-tabs .nav-link{
white-space: nowrap;
text-align: left;
font: normal normal clamp(0.6875rem, 2.5cqw, 0.9125rem)/1.23 Barlow;
letter-spacing: 0px;
color: #959297;
font-weight: 500;
position: relative;
background: transparent;
border: none !important;
transition: color 0.3s ease;
}
#match-detail-odd-tabs .nav-link {
white-space: nowrap;
text-align: left;
font: normal normal clamp(0.6875rem, 2.5cqw, 0.8125rem)/1.23 Barlow;
letter-spacing: 0px;
color: #959297;
font-weight: 500;
position: relative;
background: transparent;
border: none !important;
transition: color 0.3s ease;
}
#match-detail-tabs .nav-link:hover, #team-detail-tabs .nav-link:hover, #team-detail-matches-tabs .nav-link:hover,
#mini-team-detail-tabs .nav-link:hover, #mini-team-sort-tabs .nav-link:hover, #mini-basket-team-detail-tabs .nav-link:hover, #mini-basket-sort-tabs .nav-link:hover,
#mini-comp-detail-tabs .nav-link:hover, #player-detail-tabs .nav-link:hover, #competition-detail-tabs .nav-link:hover,
#volley-detail-tabs .nav-link:hover,
#vt-matches-tabs .nav-link:hover {
color: #242129;
}
#match-detail-odd-tabs .nav-link:hover {
color: #242129;
}
#match-detail-tabs .nav-link.active, #team-detail-tabs .nav-link.active, #team-detail-matches-tabs .nav-link.active,
#mini-team-detail-tabs .nav-link.active, #mini-team-sort-tabs .nav-link.active, #mini-basket-team-detail-tabs .nav-link.active, #mini-basket-sort-tabs .nav-link.active,
#mini-comp-detail-tabs .nav-link.active, #player-detail-tabs .nav-link.active, #competition-detail-tabs .nav-link.active,
#volley-detail-tabs .nav-link.active,
#vt-matches-tabs .nav-link.active, #mini-volley-team-detail-tabs .nav-link.active, #mini-volley-sort-tabs .nav-link.active {
color: #242129;
font-weight: 600;
}
#match-detail-odd-tabs .nav-link.active {
color: #242129;
font-weight: 600;
}
#match-detail-tabs .nav-link.active::after, #team-detail-matches-tabs .nav-link.active::after,
#mini-team-detail-tabs .nav-link.active::after, #mini-team-sort-tabs .nav-link.active::after,
#mini-basket-team-detail-tabs .nav-link.active::after, #mini-basket-sort-tabs .nav-link.active::after,
#mini-comp-detail-tabs .nav-link.active::after, #vt-matches-tabs .nav-link.active::after, #mini-volley-team-detail-tabs .nav-link.active::after,
#mini-volley-sort-tabs .nav-link.active::after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 3px;
background-color: var(--primary-color);
border-radius: 2px 2px 0 0;
z-index: 1;
}
#team-detail-tabs .nav-link.active::after,
#player-detail-tabs .nav-link.active::after,
#competition-detail-tabs .nav-link.active::after,
#volley-detail-tabs .nav-link.active::after {
content: "";
position: absolute;
bottom: 1px;
left: 15px;
right: 15px;
height: 3px;
background-color: var(--primary-color);
border-radius: 2px 2px 0 0;
z-index: 1;
}
#match-detail-odd-tabs .nav-link.active::after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 3px;
background-color: #ff0000;
border-radius: 2px 2px 0 0;
z-index: 1;
}
#odds-tab-left-arrow {
display: none;
}
#odds-tab-right-arrow {
display: none;
}
.tab-arrow {
position: absolute;
top: 0;
bottom: 0;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
cursor: pointer;
background: #fff;
}
.left-arrow {
left: 0;
background: linear-gradient(to right, white 80%, rgba(255, 255, 255, 0));
}
.right-arrow {
right: 0;
background: linear-gradient(to left, white 80%, rgba(255, 255, 255, 0));
}
.tab-arrow img {
width: 60px;
height: 40px;
opacity: 1;
background: transparent;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.ofs-match-detail-info {
font: normal normal normal 13px/17px Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
font-weight: 400;
}
.ofs-match-detail-info-flow {
font: normal normal normal 14px/20px Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
font-weight: 400;
}
.ofs-match-detail-info.fw-semibold {
font-weight: 600 !important;
}
.ofs-match-detail-info-logo {
width: 20px;
height: 20px;
object-fit: contain;
display: block;
}
.ofs-match-detail-odd-header {
font: normal normal 500 13px/17px Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-bg-passive {
background: #E3E3E3 0% 0% no-repeat padding-box !important;
box-shadow: 0px 2px 2px #00000012 !important;
border-radius: 10px;
opacity: 1 !important;
}
.ofs-match-detail-odd-box {
background: transparent 0% 0% no-repeat padding-box;
border-radius: 2px;
opacity: 1;
background-color: #D94646;
width: clamp(0.5rem, 5cqw, 0.925rem);
height: clamp(0.5rem, 5cqw, 0.925rem);
}
.ofs-match-detail-odd-mbs {
text-align: center;
font: normal normal bold clamp(0.5rem, 2vw, 0.625rem)/1.17 Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-odd-id {
font: normal normal clamp(0.625rem, 1.9cqw, 0.875rem)/1.4 Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
font-weight: 400;
}
.ofs-match-detail-odd-value {
font: normal normal 600 clamp(8px, 2.5vw, 10px)/1.4 Open Sans;
letter-spacing: 0px;
color: #8C8C8C;
opacity: 1;
font-size-adjust: 0.5;
}
.odd-square {
width: 50px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #ddd;
border-radius: 3px;
overflow: hidden;
}
.odd-square-wrapper {
display: flex;
flex-direction: column;
}
.ofs-match-detail-form-date {
font: normal normal 600 clamp(0.625rem, 2.5vw, 0.75rem)/1.42 Open Sans;
letter-spacing: 0px;
color: #959297;
opacity: 1;
}
.logo-container {
flex-shrink: 0;
}
.ofs-match-detail-minute {
font: normal normal clamp(1.375rem, 2.5vw, 1.5rem)/1.21 Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-filter-btn {
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 6px !important;
opacity: 1;
color: var(--true-black);
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem)/1.17 Barlow;
letter-spacing: 0px;
color: #000000;
font-weight: 500;
}
.ofs-match-detail-squad-team-logo {
width: 24px !important;
height: 24px !important;
min-width: 24px;
min-height: 24px;
object-fit: contain;
display: block;
}
.ofs-mini-match-detail-field {
position: relative;
display: flex;
flex-direction: column;
}
.ofs-mini-match-detail-player-container {
width: 2rem;
}
.ofs-match-detail-field .ofs-mini-match-detail-field-player-photo {
border-radius: 50%;
background: transparent 0% 0% no-repeat padding-box;
opacity: 1;
background-color: #499B5F;
width: 3rem;
height: 3rem;
overflow: hidden;
object-fit: contain;
}
.ofs-mini-match-detail-field-player-photo {
border-radius: 50%;
background: transparent 0% 0% no-repeat padding-box;
opacity: 1;
background-color: #499B5F;
width: 2rem;
height: 2rem;
overflow: hidden;
object-fit: contain;
}
.ofs-mini-match-squad-player-name {
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem)/1.17 Barlow;
letter-spacing: 0px;
color: #fff;
opacity: 1;
font-weight: 400;
}
.ofs-mini-match-detail-field-player-market-value {
background-color: #000000;
border-radius: 3px;
text-align: center;
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem) / 1.17 Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
width: auto;
height: clamp(1rem, 2.5vw, 1.15rem);
}
.ofs-mini-match-detail-field-player-age {
background: transparent url('/img/black_age.svg') 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
text-align: center;
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem) / 1.17 Barlow;
letter-spacing: 0px;
color: #FFFFFF;
font-weight: 700;
width: clamp(1rem, 2.5vw, 1.15rem);
height: clamp(1rem, 2.5vw, 1.15rem);
}
.ofs-mini-match-detail-squad-player-logo {
width: 3rem;
height: 3rem;
max-width: 3rem;
max-height: 3rem;
object-fit: contain;
display: block;
}
.ofs-mini-match-detail-squad-manager-title {
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem)/1.17 Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.ofs-mini-match-detail-field-rating {
text-align: center;
font: normal normal bold clamp(0.6875rem, 2.5vw, 0.75rem)/1.1875rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
vertical-align: middle;
}
.ofs-mini-match-detail-field-subs-out-div {
position: absolute;
top: 0;
left: 11%;
width: 55px;
text-align: center;
z-index: 10;
}
.ofs-mini-match-detail-field-subs-out {
width: clamp(0.8rem, 3vw, 1.25rem);
height: clamp(1rem, 2.5vw, 1rem);
}
.ofs-mini-match-detail-field-card {
width: clamp(0.8rem, 3vw, 1.25rem);
height: clamp(1rem, 2.5vw, 1rem);
}
.ofs-mini-match-detail-squad-player-card {
position: absolute;
left: 25%;
}
.ofs-mini-match-detail-field-goal-div {
background: var(--primary-color) 0% 0% no-repeat padding-box;
background: #D94646 0% 0% no-repeat padding-box;
opacity: 1;
width: clamp(0.5rem, 2vw, 0.6rem);
height: clamp(0.5rem, 2vw, 0.6rem);
border-radius: 50%;
}
.ofs-mini-match-detail-field-goal-score {
color: var(--base-white);
text-align: center;
font: normal normal bold clamp(0.4375rem, 2vw, 0.625rem)/1.1875rem "Open Sans", sans-serif;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
}
.ofs-mini-match-detail-field-assist-div {
position: absolute;
bottom: 15%;
left: 23%;
text-align: center;
z-index: 10;
}
.field-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
#football-field-vertical {
width: 100%;
height: auto;
display: block;
}
#ofs-match-detail-field {
position: absolute;
inset: 0;
}
.ofs-mini-match-detail-missing-player-div {
background: #F6F6F6 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
height: clamp(2rem, 10cqw, 2.6rem);
}
.ofs-mini-match-detail-player-rating-div {
background: 0% 0% no-repeat padding-box;
border-radius: 5px 5px 5px 5px;
opacity: 1;
justify-content: center;
height: clamp(1rem, 3vw, 1.5rem);
text-align: center;
vertical-align: middle;
align-items: center;
width: clamp(1.4rem, 3vw, 1.5rem);
}
.ofs-mini-match-detail-player-rating {
text-align: center;
font: normal normal clamp(0.7375rem, 2.5cqw, 0.875rem) / 1.4375rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
}
.ofs-mini-match-squad-sub-out {
object-fit: contain;
display: block;
aspect-ratio: 11/9;
width: 1rem;
}
.container-query {
container-type: inline-size;
}
.ofs-match-detail-card .ofs-mini-match-detail-event-img {
opacity: 1;
object-fit: contain;
display: block;
}
.ofs-mini-match-detail-event-img {
opacity: 1;
width: clamp(0.715rem, 2cqw, 1rem);
object-fit: contain;
display: block;
}
.ofs-mini-match-detail-missing-player-reason {
font: normal normal clamp(0.6875rem, 2.5cqw, 0.875rem)/1.17 Barlow;
letter-spacing: 0px;
color: #E47676;
opacity: 1;
font-weight: 500;
}
.ofs-max-width-1440 {
max-width: 1440px;
width: 100vw;
}
.content-container {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.ofs-mini-match-detail-sub-filter {
font: normal normal clamp(0.6875rem, 2.5vw, 0.75rem)/1.17 Barlow;
letter-spacing: 0px;
font-weight: 500;
opacity: 1;
}
.ofs-mini-match-detail-sub-filter a {
color: unset !important;
}
.ofs-mini-match-detail-statistics-team-bar {
background: var(--secondary-line);
opacity: 1;
}
@media (min-width: 992px) {
.ofs-main-container {
max-width: calc(100% - 312px);
width: calc(100% - 312px);
}
}
.ofs-match-detail-statistics-season-background .active {
background-color: #D94646 !important;
color: #FFFFFF !important;
border-radius: 4px;
padding: .25rem !important;
}
.ofs-match-detail-statistics-season-background .active2 {
background-color: #554F60 !important;
color: #FFFFFF !important;
border-radius: 4px;
padding: .25rem !important;
}
.match-tabs-container {
border-radius: 12px 12px 0 0;
overflow: hidden;
}
.nav-tabs .nav-link {
border-radius: 0;
}
.nav-tabs .nav-link.active {
color: #212529 !important;
background-color: #ffffff !important;
border-radius: 12px 12px 0 0 !important;
}
.nav-tabs .nav-link:hover:not(.active) {
background-color: #dee2e6;
}
.dt-scroll-body {
cursor: grab !important;
}
.dt-scroll-body:active {
cursor: grabbing !important;
}
.dt-scroll-body td,
.dt-scroll-body th {
user-select: none;
-webkit-user-select: none;
}
.dt-column-order::before,
.dt-column-order::after {
display: none !important;
}
.dataTable thead th {
position: relative;
padding-right: 30px !important;
cursor: pointer;
}
.dataTable thead th::after {
display: inline-block !important;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-family: "bootstrap-icons";
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.dataTable thead th:not(.dt-ordering-asc):not(.dt-ordering-desc)::after {
border-top: 5px solid #ccc;
}
.dataTable thead th.dt-ordering-asc::after {
content: "";
border-bottom: 5px solid #000;
border-top: 0;
}
.dataTable thead th.dt-ordering-desc::after {
content: "";
border-top: 5px solid #000;
border-bottom: 0;
}
.dtfc-fixed-left::after {
display: inline-block !important;
position: absolute;
right: 10px !important;
top: 50% !important;
transform: translateY(-50%) !important;
font-family: "bootstrap-icons";
content: "";
border-left: 5px solid transparent;
border-right: 5px solid transparent;
bottom: unset !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 0px
}
.ofs-mini-match-detail-comp-item-row {
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
}
.collapse-btn {
transform: rotate(180deg);
transition: transform 0.2s ease;
}
.collapse-btn.collapsed {
transform: rotate(0deg);
}
.ofs-matches-date-filter {
position: relative;
display: flex;
justify-content: center;
}
#liveScoreDateInput {
position: absolute;
opacity: 0;
width: 0;
height: 0;
padding: 0;
margin: 0;
border: none;
}
.flatpickr-calendar.static {
position: absolute;
top: 100% !important;
left: 50% !important;
transform: translateX(-50%);
z-index: 999;
}
.flatpickr-calendar {
margin-top: 14px;
margin-right: 30px;
}
.flatpickr-wrapper {
display: contents;
}
@keyframes live-blink {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0;
}
}
.forum-container-wrapper {
max-height: 820px;
overflow-y: auto;
position: relative;
}
.forum-container-wrapper::-webkit-scrollbar {
display: none;
}
#sportMatchesList {
position: relative;
min-height: 200px;
}
.ui-blocker {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.6);
z-index: 1050;
display: flex;
align-items: center;
justify-content: center;
cursor: wait;
}
.custom-spinner {
width: 50px;
height: 50px;
border: 5px solid #f3f3f3;
border-top: 5px solid #3498db;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#ofs-match-detail-widget,
#ofs-team-detail-widget,
#ofs-comp-detail-widget {
position: relative;
min-height: 80px;
}
.img-spinner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1050;
pointer-events: none;
display: flex;
align-items: flex-start;
justify-content: center;
}
.img-spinner-inner {
position: sticky;
top: calc(50vh - 32px);
width: 64px;
height: 64px;
flex-shrink: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
filter: hue-rotate(80deg) saturate(1.4);
animation: loader-frames 1s step-start infinite;
}
.img-spinner-blocking {
pointer-events: auto;
background: rgba(255, 255, 255, 0.6);
cursor: wait;
}
@keyframes loader-frames {
0% { background-image: url('/img/loader/loader-1.png'); }
2.941% { background-image: url('/img/loader/loader-2.png'); }
5.882% { background-image: url('/img/loader/loader-3.png'); }
8.824% { background-image: url('/img/loader/loader-4.png'); }
11.765% { background-image: url('/img/loader/loader-5.png'); }
14.706% { background-image: url('/img/loader/loader-6.png'); }
17.647% { background-image: url('/img/loader/loader-7.png'); }
20.588% { background-image: url('/img/loader/loader-8.png'); }
23.529% { background-image: url('/img/loader/loader-9.png'); }
26.471% { background-image: url('/img/loader/loader-10.png'); }
29.412% { background-image: url('/img/loader/loader-11.png'); }
32.353% { background-image: url('/img/loader/loader-12.png'); }
35.294% { background-image: url('/img/loader/loader-13.png'); }
38.235% { background-image: url('/img/loader/loader-14.png'); }
41.176% { background-image: url('/img/loader/loader-15.png'); }
44.118% { background-image: url('/img/loader/loader-16.png'); }
47.059% { background-image: url('/img/loader/loader-17.png'); }
50% { background-image: url('/img/loader/loader-18.png'); }
52.941% { background-image: url('/img/loader/loader-19.png'); }
55.882% { background-image: url('/img/loader/loader-20.png'); }
58.824% { background-image: url('/img/loader/loader-21.png'); }
61.765% { background-image: url('/img/loader/loader-22.png'); }
64.706% { background-image: url('/img/loader/loader-23.png'); }
67.647% { background-image: url('/img/loader/loader-24.png'); }
70.588% { background-image: url('/img/loader/loader-25.png'); }
73.529% { background-image: url('/img/loader/loader-26.png'); }
76.471% { background-image: url('/img/loader/loader-27.png'); }
79.412% { background-image: url('/img/loader/loader-28.png'); }
82.353% { background-image: url('/img/loader/loader-29.png'); }
85.294% { background-image: url('/img/loader/loader-30.png'); }
88.235% { background-image: url('/img/loader/loader-31.png'); }
91.176% { background-image: url('/img/loader/loader-32.png'); }
94.118% { background-image: url('/img/loader/loader-33.png'); }
97.059% { background-image: url('/img/loader/loader-34.png'); }
}
.ofs-bg-gray {
background: #F6F6F6 0% 0% no-repeat padding-box;
border-radius: 5px;
opacity: 1;
}
.live-toggle-wrapper {
display: inline-flex;
}
.live-switch {
position: relative;
width: 80px;
height: 26px;
background: #999;
border-radius: 6px;
border: none;
cursor: pointer;
padding: 0;
overflow: hidden;
font-size: 11px;
font-weight: 600;
color: #fff;
}
.live-text {
position: absolute;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
opacity: 0;
transition: opacity 0.15s ease;
}
.live-text.left {
left: 10px;
}
.live-text.right {
right: 10px;
}
.knob {
position: absolute;
top: 2px;
left: 2px;
width: 30px;
height: 22px;
background: #fff;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: #d94646;
transition: transform 0.2s ease;
z-index: 2;
font-size: 11px;
}
.live-count {
font-size: 13px;
font-weight: 700;
}
.live-toggle-wrapper.is-live-switch .live-switch {
background: #d94646;
}
.live-toggle-wrapper.is-live-switch .knob {
transform: translateX(46px);
}
.live-toggle-wrapper.is-live-switch .live-text.left {
opacity: 1;
}
.live-toggle-wrapper:not(.is-live-switch) .live-text.right {
opacity: 1;
}
.live-toggle-wrapper:not(.is-live-switch) .knob {
transform: translateX(0);
}
.cur-year {
font-family: "Barlow", sans-serif !important;
font-weight: 600 !important;
font-style: normal !important;
font-size: clamp(0.875rem, 1vw, 0.9375rem) !important;
line-height: 1.2 !important;
color: var(--true-black) !important;
}
.numInputWrapper {
font-family: "Barlow", sans-serif !important;
font-weight: 600 !important;
font-style: normal !important;
font-size: clamp(0.875rem, 1vw, 0.9375rem) !important;
line-height: 1.2 !important;
color: var(--true-black) !important;
}
.flow-container-wrapper {
max-height: 1420px;
position: relative;
}
.flow-container-wrapper::-webkit-scrollbar {
display: none;
}
#flow-category-filter {
flex-wrap: wrap;
}
.flow-cat-btn {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-size: 0.8125rem;
line-height: 1;
color: var(--true-black);
background: transparent;
border: 1.5px solid #e0e0e0;
border-radius: 5px;
padding: 6px 5px;
cursor: pointer;
transition: background 0.15s, color 0.15s, border-color 0.15s;
white-space: nowrap;
}
.flow-cat-btn:hover {
border-color: #D94646;
color: #D94646;
}
.flow-cat-btn.active {
background: #D94646;
border-color: #D94646;
color: #fff;
}
.mfp-bg {
z-index: 9600 !important;
}
.mfp-wrap {
z-index: 9700 !important;
}
.ofs-mobile-bottom-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1050;
background-color: var(--offside-black);
border-top: 1px solid rgba(255, 255, 255, 0.15);
height: calc(60px + constant(safe-area-inset-bottom));
height: calc(60px + env(safe-area-inset-bottom));
padding: 0 0 constant(safe-area-inset-bottom) 0;
padding: 0 0 env(safe-area-inset-bottom) 0;
box-sizing: border-box;
justify-content: space-around;
align-items: stretch;
margin: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ofs-mobile-bottom-nav::after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 50px;
background-color: var(--offside-black);
pointer-events: none;
}
.ofs-mobile-nav-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
color: var(--reading-gray);
text-decoration: none;
font-family: 'Barlow', sans-serif;
font-size: clamp(9px, 2.8vw, 11px);
font-weight: 600;
transition: color 0.2s ease;
position: relative;
padding: 0 2px;
margin: 0;
overflow: hidden;
}
.ofs-mobile-nav-item span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
text-align: center;
}
.ofs-mobile-nav-item i {
width: 20px;
height: 20px;
font-size: 21px;
line-height: 20px;
display: flex;
align-items: center;
justify-content: center;
color: var(--reading-gray);
flex-shrink: 0;
}
.ofs-mobile-nav-item.active-tab i {
color: #fff;
}
.ofs-bottom-nav-svg {
width: 20px;
height: 20px;
flex-shrink: 0;
filter: brightness(0) invert(0.5);
}
.ofs-mobile-nav-item.active-tab .ofs-bottom-nav-svg {
filter: brightness(0) invert(1);
}
.ofs-mobile-nav-item.active-tab {
color: #fff;
}
.ofs-mobile-nav-item.active-tab::after {
content: "";
position: absolute;
top: 0;
left: 10%;
right: 10%;
height: 3px;
background-color: #D94646;
border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
.ofs-search {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1300;
background-color: var(--offside-black);
padding: 10px 12px;
gap: 8px;
align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ofs-search.mobile-active {
display: flex;
}
.ofs-search input {
flex: 1;
padding-right: 16px;
}
.ofs-search #ofs-search-btn {
position: static;
transform: none;
flex-shrink: 0;
}
.ofs-search .ofs-search-panel {
left: 0 !important;
right: 0 !important;
width: 100% !important;
max-width: 100% !important;
min-width: unset !important;
border-radius: 0 0 12px 12px;
max-height: 70vh;
}
}
.ofs-mobile-sport-dropdown {
position: relative;
}
.ofs-mobile-sport-btn {
background: none;
border: none;
display: flex;
align-items: center;
gap: 4px;
cursor: pointer;
padding: 6px;
}
.ofs-mobile-sport-active-icon {
width: 18px;
height: 18px;
}
.ofs-sport-arrow {
width: 10px;
height: 10px;
filter: brightness(0) invert(1);
transition: transform 0.2s ease;
}
.ofs-sport-arrow.rotated {
transform: rotate(180deg);
}
.ofs-mobile-sport-menu {
display: none;
position: absolute;
top: calc(100% + 6px);
right: 0;
background-color: var(--offside-black);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 10px;
padding: 8px 6px;
flex-direction: column;
align-items: center;
gap: 10px;
z-index: 1200;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
min-width: 48px;
}
.ofs-mobile-sport-menu.show {
display: flex;
}
.ofs-mobile-sport-item {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 8px;
transition: background-color 0.15s ease;
}
.ofs-mobile-sport-item img {
width: 18px;
height: 18px;
}
.ofs-mobile-sport-item.active-sport-item {
background-color: rgba(217, 70, 70, 0.2);
}
.ofs-mobile-sport-item:hover {
background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
body.has-bottom-nav {
padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
}
.ofs-footer-nav { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 8px; }
.ofs-footer-nav a { font-size: 0.75rem; color: var(--true-black); text-decoration: none; opacity: 0.7; }
.ofs-footer-nav a:hover { opacity: 1; }
a.ofs-crawl-nav { cursor: pointer; }
abbr[title] { text-decoration: none; cursor: help; }
.flow-page-wrapper {
max-width: 1440px;
margin: 0 auto;
padding: 8px 0;
}
.flow-center-col {
display: flex;
flex-direction: column;
}
#flow-middle-widget {
position: sticky;
top: 0;
height: 100vh;
overflow-y: auto;
align-self: flex-start;
scrollbar-width: none;
scrollbar-color: #d0d0d0 transparent;
z-index: 1;
}
#flow-middle-widget::-webkit-scrollbar {
width: 3px;
}
#flow-middle-widget::-webkit-scrollbar-track {
background: transparent;
}
#flow-middle-widget::-webkit-scrollbar-thumb {
background-color: #d0d0d0;
border-radius: 99px;
}
#flow-middle-widget::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
.flow-container-wrapper {
min-height: 200px;
}
#flow-page-container {
scrollbar-width: thin;
}
.flow-ads-col {
position: sticky;
top: 80px;
display: flex;
flex-direction: column;
gap: 8px;
z-index: 0;
}
.flow-ads-col img {
border-radius: 10px;
display: block;
width: 100%;
object-fit: cover;
}
.flow-user-cat-all-label {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-size: 0.8125rem;
}
.flow-user-cat-menu {
display: none;
position: absolute;
left: 0;
right: 0;
top: calc(100% + 4px);
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
z-index: 200;
overflow: hidden;
}
.flow-user-cat-item,
.live-user-cat-item {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
cursor: pointer;
font: normal normal normal 12px/14px Barlow, sans-serif;
color: #242129;
}
.flow-user-cat-item:hover,
.live-user-cat-item:hover {
background: #f5f5f5;
}
.flow-user-cat-item.active,
.live-user-cat-item.active {
font-weight: bold;
background: #f0f0f0;
}
#ofs-flow-page-posts > div {
box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
#flow-user-suggestions {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 4px);
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.10);
z-index: 9999;
max-height: 240px;
overflow-y: auto;
}
#flow-search-input:focus {
border-color: #D94646;
box-shadow: none;
}
@media (max-width: 991.98px) {
.flow-page-wrapper {
padding: 4px 0;
}
}
.ofs-post-detail-link {
display: flex;
align-items: center;
opacity: 0.5;
transition: opacity 0.15s ease;
text-decoration: none;
}
.ofs-post-detail-link:hover {
opacity: 1;
}
.ofs-poll-wrap {
border: 1px solid var(--d-color);
border-radius: 12px;
padding: 10px 12px;
background: var(--base-white);
width: 100%;
}
.ofs-poll-row {
position: relative;
border-radius: 999px;
overflow: hidden;
background: var(--d-color);
height: 40px;
display: flex;
align-items: center;
width: 100%;
}
.ofs-poll-fill {
position: absolute;
left: 0;
top: 0;
bottom: 0;
background: var(--secondary-menu-passive-gray);
border-radius: 999px;
transition: width 0.4s ease;
}
.ofs-poll-fill--winner {
background: #34C759;
}
.ofs-poll-pct {
position: relative;
z-index: 1;
min-width: 62px;
padding-left: 14px;
font: normal normal 700 13px/1 Barlow, sans-serif;
color: var(--true-black);
white-space: nowrap;
}
.ofs-poll-text {
position: relative;
z-index: 1;
flex: 1;
min-width: 0;
font: normal normal 600 13px/1 Barlow, sans-serif;
color: var(--true-black);
padding-left: 4px;
padding-right: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ofs-poll-text--winner {
font-weight: 700;
}
.ofs-poll-meta {
font: normal normal 600 12px/14px Barlow, sans-serif;
color: #dc3545;
}
.ofs-match-detail-squad-team-logo {
height: clamp(2.5rem, 5vw, 3rem);
}
.ofs-match-detail-squad-expected-text {
text-align: center;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font: normal normal bold clamp(0.8125rem, 2.5vw, 1rem) / 1.2rem Barlow;
}
.ofs-match-detail-squad-team-name{
letter-spacing: 0px;
color: #000000;
opacity: 1;
font: normal normal clamp(0.8125rem, 2.5cqw, 0.875rem) / 1.21 Barlow,sans-serif;
}
.ofs-match-detail-squad-team-detail{
font: normal normal clamp(0.6875rem, 2.5cqw, 0.75rem) / 1.17 Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-match-detail-field{
position: relative;
display: flex;
flex-direction: column;
}
.ofs-match-detail-field-player-photo{
border-radius: 50%;
background: transparent 0% 0% no-repeat padding-box;
opacity: 1;
background-color: #499B5F;
width: clamp(2rem, 5vw, 3.375rem);
height: clamp(2rem, 5vw, 3.375rem);
overflow: hidden;
}
.ofs-match-detail-field-player-photo img{
height: 100%;
object-fit: cover;
}
.ofs-match-detail-field-player-number{
text-align: center;
font: normal normal clamp(0.65rem, 1.8vw, 0.875rem)/1.0625rem Barlow;
letter-spacing: 0px;
color: #959297;
}
.ofs-match-detail-field-player-name{
text-align: center;
font: normal normal clamp(0.65rem, 1.8vw, 0.875rem)/1.0625rem Barlow;
letter-spacing: 0px;
color: #FFFFFF;
}
.ofs-match-detail-manager-photo{
opacity: 1;
background-color: #E3E3E3;
border-radius: 50%;
height: clamp(2rem, 5vw, 2.625rem);
}
.ofs-match-detail-managers-span{
color: var(--true-black);
text-align: center;
font: normal normal 14px/17px Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-match-detail-manager-name{
color: var(--offside-black);
text-align: left;
font: normal normal 14px/17px Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-match-detail-missing-players-number{
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #959297;
font-weight: 500;
}
.ofs-match-detail-missing-player-div{
background: #F6F6F6 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
height: clamp(3rem, 6vw, 4rem);
}
.ofs-match-detail-missing-player-reason{
text-align: left;
font: normal normal clamp(0.8125rem, 1.6vw, 0.875rem) / 1.0625rem Barlow;
letter-spacing: 0px;
color: #E47676;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-sub-player-minute{
text-align: right;
font: normal normal bold clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Open Sans;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight:700 ;
}
.ofs-match-detail-event-img{
opacity: 1;
width: clamp(1.125rem, 2vw, 1.3125rem);
}
.ofs-match-detail-sub-out-player{
text-align: left;
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-player-rating{
text-align: center;
font: normal normal clamp(0.9375rem, 2vw, 1.0625rem) / 1.4375rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
}
.ofs-match-detail-player-rating-div{
background: 0% 0% no-repeat padding-box;
border-radius: 5px 5px 5px 5px;
opacity: 1;
justify-content: center;
position: absolute;
margin-right: clamp(4rem, 12vw, 6.5625rem);
height: clamp(1.5rem, 3vw, 2rem);
text-align: center;
vertical-align: middle;
align-items: center;
width: clamp(1.5rem, 3vw, 2rem);
}
.ofs-match-detail-field-player-age{
background: transparent url('/img/black_age.svg') 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
text-align: center;
font: normal normal clamp(0.8125rem, 1.6vw, 0.875rem)/1.0625rem Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
width: clamp(1.25rem, 3vw, 1.5rem);
height: clamp(1rem, 2.5vw, 1.25rem);
}
.ofs-match-detail-field-card{
width: clamp(0.7rem, 3vw, 1.25rem);
height: clamp(1.25rem, 3.5vw, 1.5625rem);
}
.ofs-match-detail-field-subs-out{
width: clamp(0.8rem, 3vw, 1.5rem);
height: clamp(1rem, 2.5vw, 1.25rem);
}
.ofs-match-detail-field-goal-div{
background: var(--primary-color) 0% 0% no-repeat padding-box;
background: #D94646 0% 0% no-repeat padding-box;
opacity: 1;
width: clamp(0.75rem, 2vw, 0.875rem);
height: clamp(0.75rem, 2vw, 0.875rem);
border-radius: 50%;
}
.ofs-match-detail-field-goal-score{
color: var(--base-white);
text-align: center;
font: normal normal clamp(0.516rem, 2.2vw, 0.859rem)/0.9375rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
}
.ofs-match-detail-field-player-market-value{
background-color: #000000;
border-radius: 3px;
opacity: 1;
text-align: center;
font: normal normal clamp(0.8125rem, 1.6vw, 0.875rem)/1.0625rem Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 700;
width: auto;
height: clamp(1rem, 2.5vw, 1.25rem);
}
.ofs-match-detail-field-rating{
text-align: center;
font: normal normal bold clamp(0.5rem, 1.4vw, 0.875rem)/1.1875rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
vertical-align: middle;
}
.ofs-match-detail-field-subs-out-div{
position: absolute;
top: 0;
left: 0;
width: 55px;
text-align: center;
z-index: 10;
}
.ofs-match-detail-sub-filter{
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
font-weight: 600;;
opacity: 1;
}
.ofs-match-detail-sub-filter a{
color:unset !important;
}
.ofs-competition-standing {
background: var(--base-white);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
}
.ofs-match-detail-statistics-tabs {
background: var(--base-white);
border-radius: 10px 10px 0 0;
}
.ofs-match-detail-statistics-tab.active {
color: var(--offside-black);
}
.ofs-match-detail-statistics-tab {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.875rem, 2.2vw, 1.1875rem);
color: var(--reading-gray);
position: relative;
cursor: pointer;
}
.ofs-match-detail-statistics-team-logo{
height: clamp(1.25rem, 3vw, 1.5rem);
}
.ofs-match-detail-statistics-season-background{
background: var(--base-gray) 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
height: fit-content;
}
.ofs-match-detail-statistics-stat-layer{
background: transparent 0% 0% no-repeat padding-box;
border-radius: 10px;
background-color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-statistics-stat-title{
text-align: center;
font: normal normal bold clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-match-detail-statistics-stat-span{
text-align: center;
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 400;
}
.ofs-match-detail-statistics-stat-key{
text-align: left;
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-statistics-stat-key.fw-bold {
font-weight: 700 !important;
}
.ofs-match-detail-statistics-stat-value{
text-align: center;
font: normal normal bold clamp(0.75rem, 2vw, 1rem) / 1.375rem "Open Sans";
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-match-detail-statistics-stat-odd-div{
background-color: #D94646;
border-radius: 2px;
opacity: 1;
}
.ofs-match-detail-statistics-stat-odd{
text-align: center;
font: normal normal bold clamp(0.75rem, 2vw, 1rem) / 1.375rem "Open Sans";
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-statistics-team-bar{
background: #F6F6F6 0% 0% no-repeat padding-box;
opacity: 1;
}
.ofs-match-detail-statistics-team-header{
text-align: center;
font: normal normal bold clamp(0.84375rem, 2vw, 1.125rem) / 1.375rem Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-match-detail-statistics-team-item-header{
text-align: center;
font: normal normal clamp(0.75rem, 2vw, 1rem) / 1.375rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-statistics-team-progress-bar{
background-color: #D94646;
border-radius: 100px 0px 0px 100px;
text-align: left;
font: normal normal bold clamp(0.65625rem, 2vw, 0.875rem) / 1.1875rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-statistics-team-progress{
background-color: #554F60;
border-radius: 100px 100px 100px 100px;
}
.ofs-match-detail-statistics-team-progress-right{
text-align: left;
font: normal normal bold clamp(0.65625rem, 2vw, 0.875rem) / 1.1875rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.ofs-match-detail-statistics-team-item-value{
text-align: right;
font: normal normal bold clamp(0.75rem, 2vw, 1rem) / 1.375rem Open Sans;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
#team-detail-tabs>li{
cursor: pointer;
}
.ofs-ts-card {
background: var(--base-white);
border-radius: 10px;
overflow: hidden;
border: 1px solid var(--secondary-line);
}
table.ofs-ts-card { display: block; }
table.ofs-ts-card > caption { display: block; text-align: left; }
table.ofs-ts-card > thead,
table.ofs-ts-card > tbody { display: block; }
table.ofs-ts-card td.ofs-ts-val,
table.ofs-ts-card td.ofs-ts-bars { padding: 0; }
.ofs-ts-card-header {
padding: 10px 16px;
border-bottom: 1px solid var(--secondary-line);
}
.ofs-ts-card-title {
font: normal normal 700 clamp(0.625rem, 1.2vw, 0.6875rem) / 1rem Barlow;
color: var(--reading-gray);
text-transform: uppercase;
letter-spacing: 0.08em;
}
.ofs-ts-row {
display: flex;
align-items: center;
padding: 9px 16px;
gap: 10px;
}
.ofs-ts-row + .ofs-ts-row {
border-top: 1px solid var(--secondary-line);
}
.ofs-ts-val {
font: normal normal 700 clamp(0.75rem, 1.5vw, 0.875rem) / 1rem "Open Sans", sans-serif;
min-width: 2.25rem;
flex-shrink: 0;
}
.ofs-ts-val-home {
text-align: right;
color: var(--primary-color);
}
.ofs-ts-val-away {
text-align: left;
color: var(--dark-gray);
}
.ofs-ts-bars {
flex: 1;
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.ofs-ts-half {
flex: 1;
height: 8px;
display: flex;
min-width: 0;
background: var(--secondary-line);
}
.ofs-ts-half-left {
justify-content: flex-end;
border-radius: 3px 0 0 3px;
}
.ofs-ts-half-right {
justify-content: flex-start;
border-radius: 0 3px 3px 0;
}
.ofs-ts-fill {
height: 100%;
}
.ofs-ts-fill-home {
background: var(--primary-color);
border-radius: 3px 0 0 3px;
}
.ofs-ts-fill-away {
background: var(--dark-gray);
border-radius: 0 3px 3px 0;
}
.ofs-ts-label {
font: normal normal 500 clamp(0.625rem, 1.2vw, 0.75rem) / 1.2rem Barlow;
color: var(--true-black);
flex-shrink: 0;
flex-grow: 0;
text-align: center;
width: clamp(100px, 28vw, 155px);
}
.ofs-ts-fill-dim {
opacity: 0.35;
}
@media (max-width: 576px) {
.ofs-ts-val {
font-size: 0.75rem;
min-width: 1.75rem;
}
.ofs-ts-label {
font-size: 0.6875rem;
width: clamp(85px, 26vw, 120px);
}
.ofs-ts-row {
padding: 7px 10px;
gap: 6px;
}
.ofs-ts-bars {
gap: 5px;
}
}
.ofs-match-detail-statistics-player-team-logo{
height: clamp(0.75rem, 2vw, 1rem);
}
.ofs-match-detail-statistics-player-name{
text-align: left;
font: normal normal clamp(0.875rem, 1.5vw, 0.9375rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-statistics-player-team-name{
text-align: left;
font: normal normal clamp(0.8125rem, 1.6vw, 0.875rem) / 1.0625rem Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-statistics-player-value{
text-align: center;
font: normal normal clamp(0.75rem, 2vw, 1rem) / 1.375rem "Open Sans";
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 700;
}
.ofs-match-detail-statistics-tabs .active::after {
content: "";
position: absolute;
bottom: -1rem;
left: 0;
right: 0;
width: 95%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-match-detail-squad-player-card{
position: absolute;
bottom: 25%;
left: 15%;
}
.ofs-match-detail-comp-team-logo {
height: clamp(1rem, 2vw, 2rem);
}
.ofs-match-detail-comp-team-detail-card{
background: transparent 0% 0% no-repeat padding-box;
border-radius: 5px;
opacity: 1;
background-color: white;
}
.ofs-match-detail-comp-team-detail-card-win{
background: transparent 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
background-color: #D94646;
}
.ofs-match-detail-comp-team-detail-card-draw{
background: transparent 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
background-color: #F6F6F6;
}
.ofs-match-detail-comp-team-detail-card-away-win {
background: transparent 0% 0% no-repeat padding-box;
border-radius: 3px;
opacity: 1;
background-color: #554F60;
}
.ofs-match-detail-comp-team-detail-card-count{
text-align: center;
font: normal normal clamp(0.625rem, 2vw, 0.75rem) / 1.0625rem Open Sans;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 600;
width: clamp(1.125rem, 2.5vw, 1.375rem);
}
.ofs-match-detail-comp-team-detail-card-text{
text-align: left;
font: normal normal clamp(0.5625rem, 1.5vw, 0.625rem) / 0.75rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
}
.ofs-match-detail-comp-left-arrow{
background: transparent url('/img/left_car_arrow.svg') 0% 0% no-repeat padding-box;
}
.ofs-match-detail-comp-right-arrow{
background: transparent url('/img/right_car_arrow.svg') 0% 0% no-repeat padding-box;
}
.ofs-match-detail-comp-left-arrow-big {
background: transparent url('/img/left_arrow_big.svg') 0% 0% no-repeat padding-box;
}
.ofs-match-detail-comp-right-arrow-big {
background: transparent url('/img/right_arrow_big.svg') 0% 0% no-repeat padding-box;
}
.ofs-match-detail-comp-score{
color: var(--offside-black);
text-align: center;
font: normal normal 600 clamp(0.75rem, 2vw, 0.9375rem) / 1.25rem Open Sans;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-match-detail-comp-date{
text-align: left;
font: normal normal 600 clamp(0.75rem, 2vw, 0.9375rem) / 1.25rem Open Sans;
letter-spacing: 0px;
color: #959297;
opacity: 1;
}
.carousel-indicators > button{
background: var(--base-gray) 0% 0% no-repeat padding-box !important;
width: 8px !important;
height: 8px !important;
border-radius: 100%;
border: 1px solid #E3E3E3 !important;
opacity: 1;
}
.carousel-indicators .active{
background: #D94646 0% 0% no-repeat padding-box !important;
}
.ofs-match-detail-comp-item-row{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
opacity: 1;
}
.team-name:hover {
text-decoration: underline !important;
}
.team-coach:hover {
text-decoration: underline !important;
}
.text-decoration-none:hover {
text-decoration: underline !important;
}
.ofs-match-detail-statistics-player-name:hover {
text-decoration: underline !important;
}
.ofs-forum-user-avatar{
width: clamp(2.25rem, 3vw, 2.625rem);
height: clamp(2.25rem, 3vw, 2.625rem);
}
.ofs-forum-time{
font: normal normal clamp(0.75rem, 1.5vw, 0.8125rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.ofs-forum-message{
text-align: left;
font: normal normal normal clamp(0.9375rem, 2vw, 1.0625rem) / 1.375rem Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-forum-icon{
opacity: 1;
width: clamp(0.875rem, 2vw, 1.125rem);
height: clamp(0.75rem, 2vw, 1rem);
}
.ofs-forum-social{
text-align: left;
font: normal normal clamp(0.8125rem, 1.5vw, 0.875rem) / 1.0625rem Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
font-weight: 500;
}
.ofs-forum-dote{
background: #959297 0% 0% no-repeat padding-box;
opacity: 1;
width: clamp(0.125rem, 0.5vw, 0.1875rem);
height: clamp(0.125rem, 0.5vw, 0.1875rem);
}
:root {
--ofs-avatar-size: 44px;
--ofs-line-color: #DBDBDB;
--ofs-line-width: 2px;
--ofs-bg-color: #ffffff;
}
.ofs-forum-thread-container {
position: relative;
}
.ofs-avatar-column {
display: flex;
flex-direction: column;
align-items: center;
width: var(--ofs-avatar-size);
padding: 0 !important;
}
.ofs-forum-user-avatar {
width: var(--ofs-avatar-size);
height: var(--ofs-avatar-size);
object-fit: cover;
z-index: 5;
position: relative;
background-color: var(--ofs-bg-color);
border-radius: 50%;
}
.ofs-vertical-line-auto {
flex-grow: 1;
width: var(--ofs-line-width);
background-color: var(--ofs-line-color);
position: relative;
z-index: 1;
}
.ofs-forum-replies-wrapper {
position: relative;
margin-left: calc((var(--ofs-avatar-size) / 2) * -1);
padding-top: 10px;
}
.ofs-reply-item {
position: relative;
padding-left: calc(var(--ofs-avatar-size) / 2 + 10px);
margin-bottom: 15px;
}
.ofs-reply-item::before {
content: "";
position: absolute;
left: calc(var(--ofs-line-width) * -4);
top: calc(var(--ofs-avatar-size) / 2);
width: calc(var(--ofs-avatar-size) / 2 + 10px);
height: var(--ofs-line-width);
background-color: var(--ofs-line-color);
z-index: 2;
}
.ofs-reply-item:last-child::after {
content: "";
position: absolute;
left: -10px;
top: calc(var(--ofs-avatar-size) / 2 + var(--ofs-line-width));
width: 20px;
bottom: -30px;
background-color: var(--ofs-bg-color);
z-index: 3;
}
.ofs-forum-send-button{
text-align: center;
font: normal normal clamp(0.75rem, 1.5vw, 0.8125rem) / 0.9375rem Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 600;
border-radius: 8px;
opacity: 1;
background-color:#D94646;
height: clamp(1.75rem, 3vw, 2rem);
}
.ofs-forum-input-wrapper {
max-width: 828px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 12px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 12px 12px #0000001A;
border: 2px solid #EFEFEF;
border-radius: 10px;
opacity: 1;
}
.ofs-forum-comment-input {
border: none;
background: transparent;
box-shadow: none !important;
flex-grow: 1;
text-align: left;
font: normal normal 400 clamp(0.8125rem, 1.5vw, 0.9375rem) / 1.125rem Barlow;
letter-spacing: 0px;
color: #959297;
opacity: 1;
}
.ofs-forum-fixed-bottom-container {
position: sticky;
bottom: 34px;
left: 0;
right: 0;
padding: 15px 0;
z-index: 1050;
background-color: white;
width: 100%;
}
.ofs-forum-btn-upload-img{
background-color: #D94646;
border-radius: 8px;
opacity: 1;
width: clamp(2rem, 3vw, 2rem);
height: clamp(1.75rem, 3vw, 2rem);
}
.ofs-forum-send-button:focus{
box-shadow: none !important;
}
.ofs-forum-upload-icon{
width: clamp(1rem, 2vw, 1.125rem);
height: clamp(1rem, 2vw, 1.125rem);
opacity: 1;
}
.cursor-pointer{
cursor: pointer;
}
.ofs-match-squad-player-profile-team-logo{
height: clamp(1.25rem, 2.5vw, 1.5rem);
position: absolute;
left: 10%;
top: 50px;
opacity: 1;
}
.ofs-match-squad-player-profile-logo{
opacity: 1;
background: transparent 0% 0% no-repeat padding-box;
height: clamp(3.25rem, 5vw, 4rem);
}
.ofs-match-squad-player-field-rating {
text-align: center;
font: normal normal clamp(0.9375rem, 2.5vw, 1.125rem) Open Sans;
line-height: 1.333;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
vertical-align: middle;
font-weight: 600;
}
.ofs-match-squad-player-share{
height: 32px;
border: 1px solid #E3E3E3;
border-radius: 3px;
opacity: 1;
width: 32px;
}
.ofs-match-squad-player-stat-key{
font: normal normal clamp(0.9375rem, 2.5vw, 1.125rem) Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
font-weight: 500;
line-height: 1.22;
}
.ofs-match-squad-player-stat-div{
background: #F6F6F6 0% 0% no-repeat padding-box;
border-radius: 10px;
opacity: 1;
}
.ofs-match-squad-player-action-button{
background: transparent 0% 0% no-repeat padding-box;
border-radius: 100px;
opacity: 1;
background-color: #242129;
text-align: center;
font: normal normal bold clamp(0.8125rem, 2.5cqw, 1rem) / 1.23 Barlow;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
width: 199px;
height: 32px;
}
.ofs-possible-squad{
color: var(--offside-black);
text-align: left;
font: normal normal bold 14px/17px Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-match-detail-header-score{
color: var(--reading-gray);
text-align: center;
font: normal normal clamp(0.75rem, 2.5vw, 0.875rem)/1.21 Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-match-detail-team-name{
color: var(--offside-black);
text-align: right;
font: normal normal clamp(0.9rem, 2.5vw, 1rem)/1.19 Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-match-detail-team-coach{
color: var(--reading-gray);
font: normal normal clamp(0.75rem, 2.5vw, 0.875rem)/1.21 Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-match-detail-score-number{
color: var(--offside-black);
text-align: center;
font: normal normal clamp(1.375rem, 2.5vw, 1.5rem)/1.21 Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-match-detail-header-team-logo{
object-fit: contain;
display: block;
width: clamp(2rem, 5vw, 2.5rem);
height: clamp(2rem, 5vw, 2.5rem);
max-width: clamp(2rem, 5vw, 2.5rem);
max-height: clamp(2rem, 5vw, 2.5rem);
}
.ofs-match-detail-tab{
color: var(--reading-gray);
text-align: left;
font: normal normal 600 clamp(0.75rem, 2.5vw, 0.875rem)/1.21 Barlow !important;
letter-spacing: 0px;
opacity: 1;
}
.ofs-match-detail-tab.active{
color: var(--offside-black);
}
.ofs-match-detail-info-header{
color: var(--reading-gray);
text-align: left;
font: normal normal 12px/14px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-featured-player-team-logo{
max-height: clamp(1.25rem, 2.5vw, 1.5rem);
max-width: clamp(1.25rem, 2.5vw, 1.5rem);
object-fit: contain;
display: block;
}
#featured-players .active{
background-color: #46D981;
width: 20px !important;
height: 20px !important;
}
#featured-players .ofs-match-detail-odd-header.active {
color: var(--base-white);
}
@media (max-width: 768px) {
.ofs-forum-replies-wrapper {
margin-left: -28px;
}
.ofs-reply-item {
padding-left: 28px;
}
.ofs-reply-item::before{
left:calc(var(--ofs-line-width) * 1)
}
}
@media (max-width: 575.98px) {
.ofs-bsk-event-dot {
left: var(--m-left) !important;
top: var(--m-top) !important;
bottom: unset !important;
}
.ofs-bsk-home-player-card {
left: var(--m-left) !important;
top: var(--m-y) !important;
bottom: unset !important;
transform: scale(0.85);
transform-origin: top left;
}
.ofs-bsk-away-player-card {
left: var(--m-left) !important;
right: unset !important;
bottom: var(--m-y) !important;
padding: 0.5rem !important;
transform: scale(0.85);
transform-origin: bottom left;
}
}
@media (max-width: 767.98px) {
.vr {
width: 100% !important;
min-height: unset !important;
height: 1px;
}
.ofs-match-detail-field-subs-out-div {
width: 70px;
}
.ofs-match-detail-squad-player-card{
bottom: 20%;
left: 28%;
}
}
img.lozad:not([src]) {
visibility: hidden;
}
@keyframes scoreFlash {
0% { background-color: rgba(255, 193, 7, 0.55); border-radius: 3px; }
100% { background-color: transparent; }
}
.score-updated {
animation: scoreFlash 1.8s ease-out forwards;
}
.ofs-competition-header {
border-radius: 20px;
background: transparent;
box-shadow: 0px 2px 2px #00000012;
}
.ofs-competition-info {
background: var(--base-white) 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px 10px 0 0;
border-bottom: 1px solid #F4F4F4;
}
.ofs-league-logo {
max-width: 64px;
max-height: 64px;
object-fit: contain;
}
.ofs-flag {
max-width: clamp(1rem, 2.2vw, 1.25rem);
max-height: clamp(1rem, 2.2vw, 1.25rem);
}
.ofs-league-name {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(1.2rem, 2.2vw, 1.5625rem);
color: var(--base-white);
}
.ofs-country-name {
font: normal normal 500 12px/14px Barlow;
color: var(--reading-gray);
}
.ofs-competition-tabs {
background: var(--base-white) 0% 0% no-repeat padding-box;
border-radius: 0 0 10px 10px;
}
.ofs-tab {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.875rem, 1vw, 0.9375rem);
color: var(--reading-gray);
position: relative;
cursor: pointer;
}
.ofs-tab.active {
color: var(--offside-black);
}
.ofs-tab.active::after {
content: "";
position: absolute;
bottom: -8px;
left: -5px;
right: 0;
width: 110%;
height: 3px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-week-select,
.ofs-season-select {
background: var(--secondary-line);
color: var(--offside-black);
font: normal normal 500 clamp(0.75rem, 2.5vw, 0.875rem)/1.2 Barlow;
border-radius: 6px;
cursor: pointer;
position: relative;
z-index: 20;
}
.calendar-icon {
width: 15px;
height: 15px;
}
.ofs-competition-standing {
}
.ofs-competition-standing-tabs {
background: var(--base-white);
border-radius: 10px 10px 0 0;
}
.ofs-competition-statistics-tabs {
background: var(--base-white);
border-radius: 10px 10px 0 0;
}
.ofs-competition-history-tabs {
background: var(--base-white);
border-radius: 10px 10px 0 0;
}
.ofs-standing-tab, .ofs-stat-tab {
font: normal normal 600 13px/17px Barlow;
color: var(--reading-gray);
background: var(--base-gray);
border-radius: 20px;
padding: 5px 14px;
cursor: pointer;
white-space: nowrap;
user-select: none;
transition: background 0.15s, color 0.15s;
}
.ofs-standing-tab.active, .ofs-stat-tab.active {
background: var(--primary-color);
color: #fff;
}
.ofs-standing-tab.active::after, .ofs-stat-tab.active::after {
display: none;
}
.ofs-statistics-tab,
.ofs-history-tab {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.875rem, 2.2vw, 1.1875rem);
color: var(--reading-gray);
position: relative;
cursor: pointer;
}
.ofs-statistics-tab.active {
color: var(--offside-black);
}
.ofs-statistics-tab.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-statistics-tab-item.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.ofs-history-tab.active {
color: var(--offside-black);
}
.ofs-history-tab.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.standing-live-btn {
background: #EFEFEF;
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
color: #000000;
font-size: 17px;
border-radius: 6px;
max-height: 40px;
}
.ofs-standing-header {
}
.ofs-standing-table-wrapper {
-webkit-overflow-scrolling: touch;
}
.ofs-table-title {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #000000;
background: var(--base-white);
}
.table-wrapper {
background: var(--base-gray);
border-radius: 10px;
}
.ofs-standing-table {
width: 100%;
border-collapse: collapse;
}
.ofs-standing-table-team-logo {
max-height: 18px;
max-width: 18px
}
.ofs-standing-matches-table th,
.ofs-standing-matches-table td,
.ofs-standing-table th,
.ofs-standing-table td {
padding: 3px;
text-align: center;
vertical-align: middle;
font-family: "Barlow", sans-serif;
}
.ofs-standing-table thead tr th,
.ofs-standing-matches-table thead tr th {
font: normal normal 600 14px/19px Barlow;
color: var(--reading-gray);
}
.ofs-standing-table th:nth-child(1) {
}
.ofs-standing-table th:nth-child(2) {
text-align: left;
padding-left: 11px;
}
.ofs-standing-table th:nth-child(10) {
}
.ofs-standing-table td:nth-child(2) {
align-items: center;
text-align: left;
}
.ofs-standing-table td:last-child div {
display: flex;
justify-content: center;
gap: 1px;
}
.ofs-standing-table td:last-child img {
width: 22px;
height: 22px;
}
.ofs-standing-table tbody tr,
.ofs-standing-matches-table tbody tr {
font: normal normal 500 13px/17px Barlow;
color: var(--true-black);
}
.ofs-standing-table tr {
border-bottom: 2px solid #EFEFEF;
}
.ofs-standing-table tr td:first-child {
position: relative;
}
.ofs-standing-table tr td:first-child::before {
content: "";
position: absolute;
left: 0;
top: 15%;
width: 4px;
height: 70%;
border-radius: 0 4px 4px 0;
background-color: var(--leftbar-color, transparent);
}
.ofs-competition-outcomes-wrapper {
background: var(--base-white);
}
.outcome-item {
position: relative;
font: normal normal 500 12px/15px Barlow;
color: #000;
padding-left: 16px;
}
.outcome-item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: clamp(1.313rem, 2vw, 1.688rem);
border-radius: 0 4px 4px 0;
}
.outcome-item::before {
background: var(--color, #000);
}
.ofs-competition-point-deductions {
background: var(--base-white);
border-radius: 10px;
}
.deduction-list {
width: 90%;
}
.deduction-title,
.current-week-title {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
color: #000000;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
}
.deduction-team {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
color: #000000;
font-size: 17px;
}
.deduction-value {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
color: #D94646;
font-size: 17px;
}
.ofs-competition-current-week {
background: var(--base-white);
border-radius: 10px;
}
.week-match-item {
background: var(--base-gray);
border-radius: 10px;
}
.match-date {
font: normal normal 600 12px/17px Open Sans;
color: var(--reading-gray);
}
.match-info span {
font-size: clamp(0.8rem, 2vw, 1rem) !important;
white-space: nowrap;
font-family: "Barlow", sans-serif !important;
font-weight: 500 !important;
font-style: normal !important;
}
.match-score span {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--true-black);
font-size: 17px;
}
.ofs-competition-statistics {
background: var(--base-white);
border-radius: 10px 10px 0 0;
}
.ofs-statistics-table-team,
.ofs-history-table-winners,
.ofs-history-table-total-winners,
.ofs-history-table-top-scorers {
border-top: 1px solid var(--secondary-line);
display: none;
}
.ofs-statistics-table-team thead tr {
border-bottom: 1px solid var(--secondary-line);
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--offside-black);
font-size: clamp(0.7rem, 2vw, 0.9375rem);
}
.ofs-statistics-table-player thead tr {
border-bottom: 1px solid var(--secondary-line);
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--offside-black);
font-size: 15px;
}
.ofs-statistics-table-team tbody tr {
border-bottom: 1px solid var(--secondary-line);
}
.statistics-team {
font-family: "Barlow";
font-weight: 700;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #000000;
}
.ofs-statistics-table-team tbody tr td {
border-right: 1px solid var(--secondary-line);
}
.ofs-statistics-table-team thead tr th {
border-right: 1px solid var(--secondary-line);
}
.statistics-value {
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #000000;
font-family: "Barlow";
font-weight: 600;
font-style: normal;
}
.statistics-player-table-tab {
border-top: 1px solid var(--secondary-line);
border-bottom: 1px solid var(--secondary-line);
}
.statistics-player-table-tab span {
background: var(--secondary-line);
border-radius: 6px;
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 15px/17px;
cursor: pointer;
}
.statistics-player-table-tab span.active {
background: #D94646;
color: #fff;
}
.ofs-statistics-table-player {
display: none;
}
.statistics-table-player-name {
font: normal normal normal 13px/16px Barlow;
font-weight: 500;
}
a.statistics-table-player-name {
text-decoration: none;
color: inherit;
}
a.statistics-table-player-name:hover {
text-decoration: underline;
}
.statistics-table-player-header {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.8125rem, 2vw, 0.95rem);
color: var(--true-black);
}
.ofs-statistics-table-player thead tr {
font: normal normal medium 14px/17px Barlow;
color: #242129;
}
.ofs-statistics-table-player thead tr th {
border-right: 1px solid var(--secondary-line);
}
.ofs-statistics-table-player tbody tr td {
border-right: 1px solid var(--secondary-line);
}
.ofs-statistics-table-player tbody tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-statistics-table-player thead tr {
border-bottom: 1px solid var(--secondary-line);
}
.player-statistics-rating {
border: 1px solid #00FF00;
background: #046400;
color: #fff;
border-radius: 3px;
padding: 1px;
}
.player-statistics-item {
font: normal normal 600 16px/22px Open Sans;
}
.statistics-player-table-header-item {
font-family: "Barlow", sans-serif !important;
font-weight: 500 !important;
font-style: normal !important;
}
.table-item {
display: none;
}
.table-item.active {
display: block;
}
.ofs-competition-transfers {
border-radius: 10px;
}
.player-img-wrapper {
min-width:40px;
}
.ofs-competition-transfers table thead {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.7rem, 2vw, 0.9375rem);
color: var(--offside-black);
}
.ofs-competition-transfers table thead tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-competition-transfers table thead tr th {
border-right: 1px solid var(--secondary-line);
}
.ofs-competition-transfers table tbody tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-competition-transfers table tbody tr td {
border-right: 1px solid var(--secondary-line);
}
.col-wide {
width: 22%;
}
.col-narrow {
width: 11%;
}
.ofs-competition-transfers th>div {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.ofs-competition-transfers th>div span {
text-align: left;
padding-left: 4px;
}
.ofs-competition-transfers th>div img {
padding-right: 4px;
}
.team-logo-wrapper {
display: flex;
align-items: center;
justify-content: start;
flex-shrink: 0;
}
.team-logo-wrapper img {
max-height: clamp(1rem, 2vw, 1.5rem);
max-width: clamp(1rem, 2vw, 1.5rem);
object-fit: contain;
}
.fixture-team-name {
font: normal normal normal 13px/17px Barlow;
white-space: nowrap;
font-weight: 500 !important;
}
.fixture-team-name.fw-bold {
font-weight: 700 !important;
}
.match-score-text {
font: normal normal 600 13px/17px Barlow;
}
.ofs-competition-history {
background: var(--base-white);
}
.ofs-competition-history table thead tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-competition-history table tbody tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-competition-history table thead tr th {
border-right: 1px solid var(--secondary-line);
}
.ofs-competition-history table tbody tr td {
border-right: 1px solid var(--secondary-line);
}
.fixture-close-btn {
background: var(--base-white);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
cursor: pointer;
}
.fixture-week-select {
background: var(--base-white);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
}
.fixture-week-select span {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.9rem, 2vw, 1.0625rem);
letter-spacing: 0px;
color: #000000;
}
.standing-group-select {
background: #EFEFEF;
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
}
.group-select-text {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.9rem, 2vw, 1.0625rem);
letter-spacing: 0px;
color: #000000;
}
.ofs-competition-fixture-matches {
background: var(--base-white);
border-radius: 10px;
}
.custom-calendar-popup {
position: absolute;
top: 100%;
right: 0;
z-index: 999;
display: none;
background: transparent;
min-width: 377px;
width: max-content;
display: block;
margin-top: 5px;
}
.ofs-week-select-wrapper {
position: relative;
}
.ofs-week-select {
background: var(--sof-dark);
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
color: var(--base-white);
font-size: clamp(0.85rem, 2vw, 1.0625rem);
border-radius: 6px;
}
.ofs-week-dropdown {
border: 1px solid var(--secondary-line);
max-height: 200px;
overflow-y: auto;
z-index: 10;
}
.ofs-season-dropdown {
background: var(--secondary-line);
border-radius: 6px;
max-height: 200px;
overflow-y: auto;
z-index: 2001;
color: var(--true-black);
font: normal normal 500 clamp(0.75rem, 2.5vw, 0.875rem)/1.2 Barlow;
}
.ofs-week-option,
.ofs-season-option {
cursor: pointer;
transition: background 0.2s;
}
.ofs-week-option:hover {
background: #f2f2f2;
}
.ofs-week-option.active {
font-weight: 700;
color: var(--primary-color) !important;
}
.ofs-season-option:hover {
background: #f2f2f2;
}
.ofs-season-option.active {
font-weight: 700;
color: var(--primary-color);
}
.form-home {
background: url('/img/noun-home-1560549.png') 0% 0% no-repeat padding-box;
background-position: center;
height: 18px;
width: 18px;
}
.form-away {
background: url('/img/noun-plane-6304856.png') 0% 0% no-repeat padding-box;
background-position: center;
height: 18px;
width: 18px;
}
.form-bus {
background: url('/img/noun-bus-2979599.png') 0% 0% no-repeat padding-box;
background-position: center;
height: 18px;
width: 18px;
}
.form-win {
height: 18px;
width: 18px;
background: #27AE60;
font: 700 10px/1 Barlow, sans-serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
.form-match-link:last-child .form-win {
position: relative;
z-index: 1;
}
.form-match-link:last-child .form-win::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 2px;
background: #27AE60;
border-radius: 1px;
}
.form-lose {
height: 18px;
width: 18px;
background: #D94646;
font: 700 10px/1 Barlow, sans-serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
.form-match-link:last-child .form-lose {
position: relative;
z-index: 1;
}
.form-match-link:last-child .form-lose::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 2px;
background: #D94646;
border-radius: 1px;
}
.form-draw {
height: 18px;
width: 18px;
background: #9E9E9E;
font: 700 10px/1 Barlow, sans-serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
}
.form-match-link:last-child .form-draw {
position: relative;
z-index: 1;
}
.form-match-link:last-child .form-draw::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
right: 0;
height: 2px;
background: #9E9E9E;
border-radius: 1px;
}
.ofs-season-select-wrapper {
position: relative;
display: inline-block;
}
@media (max-width: 550px) {
.ofs-standing-table tr td:first-child::before {
top: 22%;
height: 55%;
}
.ofs-standing-table th:nth-child(2),
.ofs-standing-table td:nth-child(2) {
min-width: 0;
width: 120px;
max-width: 120px;
text-align: left;
padding-left: 2px;
}
.ofs-week-select-wrapper {
width: 82px;
position: relative;
}
.ofs-standing-matches-table th,
.ofs-standing-matches-table td,
.ofs-standing-table th,
.ofs-standing-table td {
padding: 5px 0px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.ofs-statistics-table-team tbody tr {
border-bottom: none;
}
.ofs-statistics-table-team tbody tr td {
border-right: none;
}
.ofs-statistics-table-team thead tr th {
border-right: none;
}
.ofs-statistics-table-player thead tr th {
border-right: none;
}
.ofs-statistics-table-player tbody tr td {
border-right: none;
}
.ofs-statistics-table-player tbody tr {
border-bottom: none;
}
.ofs-competition-history table thead tr {
border-bottom: 1px solid var(--secondary-line);
}
.ofs-competition-history table tbody tr {
border-bottom: none;
}
.ofs-competition-history table thead tr th {
border-right: none;
}
.ofs-competition-history table tbody tr td {
border-right: none;
}
}
@media (max-width: 767px) {
.ofs-standing-tab,
.ofs-stat-tab {
font-size: 12px;
}
}
.st-team {
display: flex;
gap: clamp(0.3rem, 1.5vw, 0.625rem);
}
.st-logo-box {
display: flex;
justify-content: center;
align-items: center;
min-width: 24px;
}
.st-lnk {
text-decoration: none;
color: inherit;
}
.detail-header {
border-radius: 20px;
background: transparent;
}
.detail-header-info {
background: var(--offside-black);
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px 10px 0 0;
}
.header-info-logo-wrapper {
max-width: 64px;
max-height: 64px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.header-info-logo {
width: 100%;
height: 100%;
object-fit: cover;
}
.profile-team-logo {
max-height: clamp(5rem, 2vw, 5rem);
max-width: clamp(5rem, 2vw, 5rem);
}
.header-info-name {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(1.2rem, 2.2vw, 1.5625rem);
color: var(--base-white);
}
.header-info-flag {
max-width: clamp(1rem, 2.2vw, 1.25rem);
max-height: clamp(1rem, 2.2vw, 1.25rem);
}
.header-info-country-name {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.85rem, 2.2vw, 1.1875rem);
color: var(--reading-gray);
}
.card {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 2px #00000012;
border-radius: 10px;
border: none;
}
.card-gray {
background: #F6F6F6 0% 0% no-repeat padding-box;
border-radius: 10px;
border: none;
}
.card-font {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.5625rem);
letter-spacing: 0px;
color: #242129;
white-space: nowrap;
}
.card-font-semibold {
font: normal normal medium 24px/24px Barlow;
}
.card-secondary-font {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.8125rem, 2vw, 1.1625rem);
letter-spacing: 0px;
color: #7F7E81;
}
.referee-statistics {
background: var(--base-white);
border-radius: 10px;
}
.stat-table-tab {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.875rem, 2.2vw, 1.1875rem);
color: var(--reading-gray);
position: relative;
cursor: pointer;
}
.stat-table-tab.active {
color: var(--offside-black);
}
.stat-table-tab.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.standing-table-tab {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.875rem, 2.2vw, 1.1875rem);
color: var(--reading-gray);
position: relative;
cursor: pointer;
}
.standing-table-tab.active {
color: var(--offside-black);
}
.standing-table-tab.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.stat-table-content {
border-top: 1px solid var(--secondary-line);
}
.stat-table {
background: var(--base-gray);
border-radius: 10px;
width: 100%;
}
.team-logo {
max-width: clamp(1.4rem, 2vw, 2rem);
max-height: clamp(1.4rem, 2vw, 2rem);
}
.stat-table thead tr {
font-family: "Barlow";
font-weight: 500;
font-style: normal;
font-size: clamp(0.7rem, 2vw, 0.875rem);
color: var(--offside-black);
text-align: center;
border-bottom: 1px solid #E5E2E2;
}
.stat-table tbody tr {
font-family: "Barlow";
font-weight: 600;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
color: #242129;
border-bottom: 1px solid #E5E2E2;
}
.stat-table thead tr th {
border-right: 1px solid #E5E2E2;
}
.stat-table tbody tr td {
border-right: 1px solid #E5E2E2;
}
.stat-table tbody tr td:last-child,
.stat-table thead tr th:last-child {
border-right: none !important;
}
.stat-table tbody tr:last-child {
border-bottom: none !important;
}
.stat-table th:first-child,
.stat-table td:first-child {
width: 310px;
}
.stat-table td,
.stat-table th {
padding: 14px 16px;
height: 56px;
vertical-align: middle;
}
.stat-table .card-set {
display: flex;
align-items: center;
gap: 4px;
justify-content: center;
}
.stat-table .card-set img {
width: 16px;
height: 22px;
}
.team-name {
font-size: clamp(0.75rem, 2vw, 1.0625rem);
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
}
.transfer-table-header {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.75rem, 0.85vw, 0.8125rem);
line-height: 1.2;
color: var(--offside-black);
}
.transfer-icon {
max-height: clamp(1rem, 2vw, 1.25rem) !important;
max-width: clamp(1.2rem, 2vw, 1.5rem) !important;
}
.team-detail-logo {
max-width: clamp(5rem, 8vw, 6.5rem);
max-height: clamp(5rem, 8vw, 6.5rem);
}
.row-hover-active {
background: var(--l-color) !important;
--bs-table-accent-bg: var(--l-color) !important;
--bs-table-striped-bg: var(--l-color) !important;
}
@media (max-width: 550px) {
.stat-table-tab.active::after {
content: "";
position: absolute;
bottom: -17px;
left: -3px;
right: 0;
width: 110%;
height: 4px;
background-color: #D94646;
border-radius: 10px 10px 0px 0px;
}
.header-info-logo {
width: 54%;
height: 98%;
object-fit: cover;
}
.stat-table td,
.stat-table th {
padding: 0px 3px;
height: 38px;
vertical-align: middle;
}
.stat-table thead tr th {
border-bottom: 0px solid #E5E2E2;
}
.stat-table tbody tr {
border-bottom: 0px solid #E5E2E2;
}
.stat-table thead tr th {
border-right: 0px solid #E5E2E2;
}
.stat-table tbody tr td {
border-right: 0px solid #E5E2E2;
}
.stat-table tbody tr td:last-child,
.stat-table thead tr th:last-child {
border-right: none !important;
}
.stat-table tbody tr:last-child {
border-bottom: none !important;
}
.stat-table th:first-child,
.stat-table td:first-child {
width: 50px;
}
}
.team-squad {
background: var(--base-white);
border-radius: 10px;
}
.next-match-team-logo {
max-height: clamp(0.938rem, 8vw, 1.25rem);
max-width: clamp(0.938rem, 8vw, 1.25rem);
}
.match-win {
background-color: #DBFFE3;
}
.match-draw {
background-color: #EFEFEF;
}
.match-lose {
background-color: #FFDBDB;
}
.team-detail-info-logo {
max-width: clamp(1.2rem, 2vw, 1.813rem);
max-height: clamp(1.2rem, 2vw, 1.813rem);
}
.team-detail-stat-table {
table-layout: fixed;
width: 100%;
}
.team-detail-matches-tab-div,
.team-detail-standing-tab-div {
background: var(--base-gray);
border-radius: 10px;
}
.team-detail-stat-table td,
.team-detail-stat-table th {
padding: 15px 20px;
vertical-align: middle;
}
.team-detail-stat-table table tbody tr td:not(:first-child) {
text-align: center;
}
.team-detail-stat-table table tbody tr td:first-child {
text-align: start;
}
.team-detail-stat-table table tbody tr:last-child {
border-bottom: 1px solid #E5E2E2;
}
.team-detail-matches-table {
background: var(--base-gray) !important;
border-radius: 10px !important;
width: 100% !important;
}
.team-detail-matches-table thead tr {
text-align: center !important;
border-bottom: 1px solid #E5E2E2 !important;
}
.team-detail-matches-table tbody tr {
border-bottom: 1px solid #E5E2E2 !important;
}
.team-detail-matches-table thead tr th {
border-right: 1px solid #E5E2E2 !important;
}
.team-detail-matches-table tbody tr td {
border-right: 1px solid #E5E2E2 !important;
}
.team-detail-matches-table tbody tr td:last-child,
.team-detail-matches-table thead tr th:last-child {
border-right: none !important;
}
.team-detail-matches-table tbody tr:last-child {
border-bottom: none !important;
}
.team-detail-matches-table td,
.team-detail-matches-table th {
vertical-align: middle !important;
}
.team-detail-matches-table thead tr {
border-bottom: 1px solid #E5E2E2 !important;
}
.team-detail-stat-table th {
border: none !important;
}
.team-detail-stat-table thead tr th:first-child {
border-top-left-radius: 10px;
}
.team-detail-stat-table thead tr th:last-child {
border-top-right-radius: 10px;
}
.team-detail-stat-table thead tr th {
overflow: hidden;
}
.team-squad-tab {
border-top: 1px solid var(--secondary-line);
border-bottom: 1px solid var(--secondary-line);
}
.team-squad-tab span {
background: var(--secondary-line);
border-radius: 6px;
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
font-size: clamp(0.85rem, 2vw, 1.0625rem);
cursor: pointer;
}
.team-squad-tab span.active {
background: var(--primary-color);
color: white;
}
.team-detail-squad-table {
table-layout: fixed;
width: 100%;
}
.team-detail-squad-table thead tr th,
.team-detail-squad-table tbody tr td {
padding: 10px 10px;
}
.team-detail-squad-table thead tr th {
border-right: 1px solid #E5E2E2 !important;
}
.team-detail-squad-table tbody tr td {
border-right: 1px solid #E5E2E2 !important;
}
.team-detail-squad-table tbody tr td:last-child,
.team-detail-squad-table thead tr th:last-child {
border-right: none !important;
}
.team-detail-squad-table thead tr {
border-bottom: 1px solid #E5E2E2 !important;
}
.team-detail-squad-table tbody tr {
border-bottom: 1px solid #E5E2E2 !important;
}
.team-detail-squad-table thead tr th:first-child,
.team-detail-squad-table tbody tr td:first-child {
padding-left: 50px;
}
.matches-collapse {
border: 1.5px solid #E5E2E2;
width: clamp(2rem, 2vw, 2.625rem);
height: clamp(2rem, 2vw, 2.625rem);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.matches-collapse img {
transition: transform 0.2s ease;
}
.matches-collapse.collapsed img {
transform: rotate(-90deg);
}
.sortable {
position: relative;
cursor: pointer;
user-select: none;
}
.sort-icon {
width: 14px;
height: 14px;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 4px;
opacity: 0.8;
transition: transform 0.2s ease;
}
.sortable.active .sort-icon {
display: inline-block !important;
}
.sortable.asc .sort-icon {
transform: translateX(-50%) rotate(180deg);
}
.sortable.desc .sort-icon {
transform: translateX(-50%) rotate(0deg);
}
.ofs-mini-standing-title {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
color: #000000;
font-size: 14px;
}
.ofs-mini-standing-table tr td:first-child {
position: relative;
}
.ofs-mini-standing-table tr td:first-child::before {
content: "";
position: absolute;
left: 0;
top: 22%;
width: 4px;
height: 55%;
border-radius: 0 4px 4px 0;
background-color: var(--leftbar-color, transparent);
}
.ofs-mini-standing-table {
width: 100%;
border-collapse: collapse;
}
.ofs-mini-standing-table th,
.ofs-mini-standing-table td {
padding: 5px;
text-align: end;
vertical-align: middle;
}
.ofs-mini-standing-table thead tr th {
font-family: "Barlow", sans-serif;
font-weight: 500 !important;
font-style: normal;
color: var(--reading-gray);
font-size: 14px;
}
.ofs-mini-standing-table th:nth-child(1) {
width: 4%;
}
.ofs-mini-standing-table td:nth-child(2) {
display: flex;
align-items: center;
gap: 10px;
text-align: left;
}
.ofs-mini-standing-table td:nth-child(2) {
text-align: left;
padding-left: 10px;
}
.ofs-mini-standing-table tbody tr {
font-family: "Barlow", sans-serif;
font-style: normal;
color: #000000;
font-size: 13px;
}
.ofs-mini-standing-table th:nth-child(2) {
width: 35%;
text-align: left;
padding-left: 2px;
}
.ofs-mini-standing-table th,
.ofs-mini-standing-table td {
padding: 3px 3px;
text-align: center;
vertical-align: middle;
}
.mini-outcome-item {
position: relative;
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
color: #000;
font-size: 13px;
}
.mini-outcome-item::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: clamp(1.313rem, 2vw, 1.688rem);
border-radius: 0 4px 4px 0;
}
.mini-outcome-item::before {
background: var(--color, #000);
}
.flag-img {
width: 20px;
height: 20px;
object-fit: contain;
}
.ofs-match-detail-card {
background: var(--base-white);
border-radius: 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.ofs-match-detail-title {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
color: #000000;
font-size: clamp(11px, 0.7vw, 15px);
}
.basket-match-result-header,
.basket-match-result-row {
display: grid;
grid-template-columns: 2.2fr repeat(4, 1fr) 1fr;
align-items: center;
}
.basket-match-result-card.has-ot .basket-match-result-header,
.basket-match-result-card.has-ot .basket-match-result-row {
grid-template-columns: 2.2fr repeat(5, 1fr)
1fr;
}
.basket-match-result-header {
font-size: 14px;
color: #999;
padding-bottom: 10px;
text-align: center;
}
.basket-match-result-row {
padding: 14px 0;
border-top: 1px solid #eee;
}
.basket-match-result-team {
display: flex;
align-items: center;
gap: 4px;
font-weight: bold;
font-size: clamp(0.75rem, 2vw, 15px);
}
.basket-match-result-logo {
width: 20px;
height: 20px;
border-radius: 50%;
background: #ddd;
overflow: hidden;
flex-shrink: 0;
}
.basket-match-result-logo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.basket-match-result-cell {
text-align: center;
font-size: clamp(0.75rem, 2vw, 15px);
}
.basket-match-result-cum {
color: #c44;
font-size: clamp(0.75rem, 2vw, 15px);
margin-left: 4px;
}
.basket-match-result-total {
font-weight: bold;
font-size: clamp(0.75rem, 2vw, 15px);
}
@media (max-width: 550px) {
.sort-icon {
width: 10px;
height: 10px;
left: 80%
}
.team-detail-stat-table td,
.team-detail-stat-table th {
padding: 5px 0px;
vertical-align: middle;
}
.team-detail-stat-table table tbody tr td:first-child {
text-align: center;
}
.team-detail-matches-table td,
.team-detail-matches-table th {
padding: 5px 5px !important;
vertical-align: middle !important;
}
.team-detail-squad-table thead tr th:first-child,
.team-detail-squad-table tbody tr td:first-child {
padding-left: 0px;
}
.team-detail-squad-table thead tr th,
.team-detail-squad-table tbody tr td {
padding: 5px 10px;
}
.team-detail-squad-table thead tr th {
border-right: none !important;
}
.team-detail-squad-table tbody tr td {
border-right: none !important;
}
.team-detail-squad-table tbody tr td:last-child,
.team-detail-squad-table thead tr th:last-child {
border-right: none !important;
}
.team-detail-squad-table thead tr {
border-bottom: none !important;
}
.team-detail-squad-table tbody tr {
border-bottom: none !important;
}
}
.ofs-team-matches-comp-name {
color: var(--true-black);
text-align: left;
font: normal normal clamp(0.625rem, 3cqw, 0.75rem)/1.42 Open Sans;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-team-matches-comp-logo {
width: 1rem;
height: 1rem;
object-fit: contain;
display: block;
}
.ofs-team-matches-table-header {
color: var(--offside-black);
text-align: left;
font: normal normal clamp(0.8125rem, 2.5cqw, 1rem)/1.2 Barlow;
letter-spacing: 0px;
color: #242129;
opacity: 1;
}
.ofs-plus-icon,
.ofs-minus-icon {
width: 14px;
height: 14px;
display: inline-block;
object-fit: contain;
}
.ofs-team-matches-team-name {
color: var(--true-black);
text-align: right;
font: normal normal 13px / 17px Barlow;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.ofs-team-matches-team-logo {
width: 14px;
height: 14px;
display: block;
object-fit: contain;
}
.header-info-logo {
max-width: 64px;
max-height: 64px;
object-fit: contain;
display: inline-block;
}
.competition-filter {
padding: 6px 12px;
cursor: pointer;
}
.ofs-team-matches-table-value {
color: var(--true-black);
text-align: center;
font: normal normal 12px/17px Open Sans;
letter-spacing: 0px;
opacity: 1;
}
.ofs-matches-scrollable-table {
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
scrollbar-width: thin;
}
.match-filter {
padding: 6px 12px;
cursor: pointer;
}
.ofs-team-match-red-card-number{
position: absolute;
color: white;
font-size: 0.5625rem;
font-weight: 700;
line-height: 1;
text-align: center;
}
.ofs-team-overview-info-logo{
display: inline-block;
object-fit: contain;
max-width: 20px;
max-height: 20px;
}
.ofs-like-value{
text-align: right;
font: normal normal bold 18px/22px Barlow;
letter-spacing: 0px;
color:#46D981;
opacity: 1;
}
.ofs-dislike-value{
color: var(--primary-color);
text-align: right;
font: normal normal bold 18px/22px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-like-icon{
display: inline-block;
object-fit: contain;
width: 16px;
height: 14px;
}
.ofs-like-container{
width: 32px;
height: 32px;
}
.ofs-bg-green{
background-color: #46D981;
}
.ofs-team-squad-card-icon{
display: inline-block;
object-fit: contain;
width: 10px;
height: 14px;
}
.ofs-team-squad-header{
color: var(--offside-black);
text-align: center;
font: normal normal 11px/13px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-team-squad-table-value{
color: var(--offside-black);
font: normal normal 12px/17px Open Sans;
letter-spacing: 0px;
}
.ofs-team-squad-table-player-photo{
width: 2rem;
height: 2rem;
object-fit: contain;
display: inline-block;
}
.ofs-team-squad-table-player-name{
text-align: left;
font: normal normal 13px/16px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.squad-loan-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
flex-shrink: 0;
border-radius: 4px;
background: #FDF1E2;
border: 1px solid #F0C98A;
color: #C2680C;
font-family: "Barlow", sans-serif;
font-size: 10px;
font-weight: 700;
line-height: 1;
cursor: default;
margin-left: 4px;
}
.ofs-team-squad-table-country-flag{
width: 12px;
height: 12px;
object-fit: contain;
display: inline-block;
}
.ofs-team-squad-age-icon{
width: 11px;
height: 12px;
object-fit: contain;
display: inline-block;
}
.squad-position-badge{
font-size: 10px !important;
line-height: 1 !important;
height: 15px !important;
padding: 0 5px !important;
}
.ofs-team-squad-table-country-name{
text-align: left;
font: normal normal 12px/14px Barlow;
letter-spacing: 0px;
color: #8C8C8C;
opacity: 1;
}
.ofs-team-transfers-table-header{
color: var(--offside-black);
text-align: left;
font: normal normal 11px/13px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.ofs-team-against-score{
color: var(--offside-black);
text-align: center;
font: normal normal 14px/19px Open Sans;
letter-spacing: 0px;
opacity: 1;
}
.ofs-team-against-status-logo{
width: 18px;
height: 18px;
object-fit: contain;
display: inline-block;
}
.ofs-team-against-dropdown-item{
color: var(--true-black);
text-align: left;
font: normal normal 12px/14px Barlow;
letter-spacing: 0px;
opacity: 1;
}
.header-primary-logo {
max-width: 64px;
max-height: 64px;
object-fit: contain;
display: inline-block;
}
.header-secondary-logo {
max-width: clamp(1rem, 2.2vw, 1.25rem);
max-height: clamp(1rem, 2.2vw, 1.25rem);
}
.header-primary-name {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
line-height: 1.2;
color: var(--offside-black);
}
.header-secondary-name {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(0.75rem, 0.85vw, 0.8125rem);
line-height: 1.2;
color: var(--reading-gray);
}