@charset "UTF-8";
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.anwp-b-wrap table {
table-layout: auto;
border-collapse: collapse;
}
.anwp-b-wrap .align-top {
vertical-align: top !important;
}
.anwp-b-wrap .align-middle {
vertical-align: middle !important;
}
.anwp-b-wrap .align-bottom {
vertical-align: bottom !important;
}
.anwp-b-wrap .align-text-bottom {
vertical-align: text-bottom !important;
}
.anwp-b-wrap .align-text-top {
vertical-align: text-top !important;
}
@media (max-width: 575.98px) {
.anwp-b-wrap .table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.anwp-b-wrap .table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.anwp-b-wrap .table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.anwp-b-wrap .table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive-xl > .table-bordered {
border: 0;
}
}
.anwp-b-wrap .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive > .table-bordered {
border: 0;
}
.anwp-b-wrap .table-striped tbody tr:nth-of-type(odd) {
background-color: #f8f9fa;
}
.anwp-b-wrap .table-sm th,
.anwp-b-wrap .table-sm td {
padding: 5px;
}
.anwp-b-wrap .table-bordered {
border: 1px solid #ced4da;
}
.anwp-b-wrap .table-bordered th,
.anwp-b-wrap .table-bordered td {
border: 1px solid #ced4da;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-left: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-right: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-left: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-right: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-left: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-right: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-left: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-right: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-left: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-right: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-left: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-right: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-left: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-right: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-left: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-right: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-left: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-right: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-left: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-right: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
} .anwp-fl-btn {
-webkit-appearance: none;
appearance: none;
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 6px;
box-sizing: border-box;
cursor: pointer;
font-size: 0.9em;
display: inline-block;
list-style: none;
padding: 4px 16px;
position: relative;
transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
-webkit-user-select: none;
user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
word-wrap: break-word;
}
.anwp-fl-btn:hover {
background-color: rgba(164, 164, 164, 0.2);
text-decoration: none;
transition-duration: 0.1s;
}
.anwp-fl-btn:disabled {
background-color: rgba(164, 164, 164, 0.4);
border-color: rgba(27, 31, 35, 0.15);
color: #959DA5;
cursor: default;
}
.anwp-fl-btn:active {
box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
transition: none 0s;
}
.anwp-fl-btn:focus {
outline: 1px transparent;
}
.anwp-fl-btn:before {
display: none;
}
.anwp-fl-btn:-webkit-details-marker {
display: none;
}
.anwp-fl-spinner {
display: none;
}
.anwp-fl-btn__load-more--active .anwp-fl-spinner {
display: inline-block;
}
.squad .club-subteams__squad-item--hidden {
display: none !important;
}
.club-subteams__item {
background-color: rgba(164, 164, 164, 0.2);
}
.club-subteams__item--active {
background-color: #fff;
}
.club-subteams__item--active:hover {
background-color: #fff;
text-decoration: none;
}
body {
direction: rtl;
unicode-bidi: embed;
}
.anwp-btn-group {
border-radius: 3px;
font-size: 12px;
}
.anwp-btn-group__btn {
border-radius: 3px;
}
.anwp-btn-group__btn:not(.anwp-is-active) {
cursor: pointer;
}
.anwp-btn-group > .anwp-btn-group__btn:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.anwp-btn-group > .anwp-btn-group__btn + .anwp-btn-group__btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: -1px;
}
.fl-flag--rounded {
border-radius: 50px;
}
.fl-flag--rounded + .fl-flag--rounded {
margin-right: 4px;
}
.options__flag.f16 {
position: relative;
top: 2px;
}
.anwp-fl-season-dropdown {
width: auto;
}
.anwp-grid-table {
display: grid;
}
.anwp-border-light {
border-color: #ced4da;
}
.anwp-fl-border {
border-width: 1px;
border-style: solid;
}
.anwp-fl-border-top {
border-top-width: 1px;
border-top-style: solid;
}
.anwp-fl-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.anwp-fl-border-right {
border-left-width: 1px;
border-left-style: solid;
}
.anwp-fl-border-left {
border-right-width: 1px;
border-right-style: solid;
}
.anwp-fl-block-header {
border-bottom: 2px solid #ced4da;
text-transform: uppercase;
word-spacing: 1px;
line-height: 1.2;
margin-bottom: 10px;
}
.anwp-fl-season-selector {
margin-top: 25px;
margin-bottom: 20px;
}
.anwp-fl-builder-block .anwp-fl-season-selector {
margin-bottom: 0;
}
.anwp-break-word {
word-break: break-word;
}
.anwp-section + .anwp-fl-tabs {
margin-top: 40px;
}
.anwp-section + .anwp-fl-tabs-content {
margin-top: 40px;
}
.anwp-fl-tabs__item {
outline: none;
padding: 8px 12px;
margin: 0 0 2px 2px;
cursor: pointer;
}
.anwp-fl-tabs__item a {
outline: none;
}
.anwp-fl-tabs__item span {
opacity: 0.8;
}
.anwp-fl-tabs__item.anwp-active {
background: #fff;
}
.anwp-fl-tabs__item.anwp-active span {
opacity: 1;
}
.anwp-fl-btn-outline {
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
user-select: none;
border: 1px solid #ced4da;
padding: 4px 8px;
line-height: 1.4;
border-radius: 3px;
}
.anwp-fl-btn-outline:hover, .anwp-fl-btn-outline:focus, .anwp-fl-btn-outline:active {
filter: brightness(0.8);
background-color: rgba(248, 249, 250, 0.05);
}
body.anwp-hide-titles.single-anwp_competition h1.entry-title,
body.anwp-hide-titles.single-anwp_match h1.entry-title {
display: none !important;
}
.anwp-hidden {
visibility: hidden;
}
.anwp-section-header {
font-size: 1.2rem;
background-color: #eaeaea;
text-transform: uppercase;
word-spacing: 1px;
line-height: 1.2;
margin-bottom: 0.75rem;
margin-top: 1rem;
padding: 0.25rem 0.5rem;
}
.anwp-group-header {
font-size: 1.2rem;
text-transform: uppercase;
word-spacing: 1px;
line-height: 1.2;
margin-bottom: 0.75rem;
margin-top: 1rem;
}
.anwp-section + .anwp-section {
margin-top: 40px;
}
.anwp-bg-light {
background-color: #f8f9fa;
}
.anwp-bg-gray-light {
background-color: #e9ecef;
}
.anwp-bg-gray {
background-color: #dee2e6;
}
.anwp-bg-white {
background-color: #fff;
}
.anwp-bg-secondary {
background-color: #6c757d;
}
.anwp-bg-secondary-light {
background-color: #d6d8db;
}
.anwp-bg-primary {
background-color: #0085ba;
}
.anwp-bg-primary-light {
background-color: #b8daff;
}
.anwp-bg-success {
background-color: #388E3C;
}
.anwp-bg-success-light {
background-color: #c3e6cb;
}
.anwp-bg-success-lightest {
background-color: #e6f7ea;
}
.anwp-bg-info {
background-color: #17a2b8;
}
.anwp-bg-info-light {
background-color: #bee5eb;
}
.anwp-bg-warning {
background-color: #FBC02D;
}
.anwp-bg-warning-light {
background-color: #ffeeba;
}
.anwp-bg-danger {
background-color: #dc3545;
}
.anwp-bg-danger-light {
background-color: #f5c6cb;
}
.anwp-bg-dark {
background-color: #343a40;
}
.anwp-bg-transparent {
background-color: transparent;
}
.anwp-text-white {
color: #fff;
}
.anwpfl-not-ready {
opacity: 0;
transition: opacity 0.5s ease;
visibility: hidden;
}
.anwpfl-ready .anwpfl-not-ready {
opacity: 1;
visibility: visible;
}
body:not(.anwpfl-ready) .anwpfl-not-ready-0 {
display: none !important;
}
.anwp-video-player {
display: none;
}
.plyr__video-wrapper .anwp-video-player {
display: block;
}
.anwp-link-without-effects, .anwp-link-without-effects:hover, .anwp-link-without-effects:focus, .anwp-link-without-effects:active {
text-decoration: none !important;
box-shadow: none !important;
border-bottom: none !important;
}
.anwp-fl-game-countdown__value {
font-size: 42px;
line-height: 1;
padding: 0 15px;
}
.anwp-fl-game-countdown__label {
font-size: 13px;
line-height: 1;
}
.anwp-fl-game-countdown__separator {
border: 1px solid #e5e5e5;
}
.anwp-fl-game-countdown--widget .anwp-fl-game-countdown__value {
font-size: 32px;
padding: 0 10px;
}
.anwp-fl-game-countdown--widget .anwp-fl-game-countdown__label {
font-size: 11px;
}
.anwp-b-wrap .form-control, .anwp-b-wrap input[type=email], .anwp-b-wrap input[type=number], .anwp-b-wrap input[type=password], .anwp-b-wrap input[type=search], .anwp-b-wrap input[type=tel], .anwp-b-wrap input[type=text], .anwp-b-wrap input[type=url], .anwp-b-wrap select, .anwp-b-wrap textarea {
width: auto;
}
.anwp-b-wrap img {
margin-bottom: 0;
}
.fl-so-css-mode-switcher {
position: fixed;
top: 2px;
left: 2px;
}
.fl-so-css-mode-switcher span {
background-color: #046d0f;
color: #ffffff;
padding: 2px 5px;
display: inline-block;
}
.fl-so-css-mode-switcher a {
border: 2px solid #bbb;
padding: 0 5px 2px;
display: block;
border-radius: 4px;
margin-top: 10px;
}
.socss-active .anwp-position-cover, .socss-active .anwp-link-cover {
display: none !important;
}
.entry-content .anwp-b-wrap {
word-break: initial;
}
.featherlight .featherlight-next span, .featherlight .featherlight-previous span, .featherlight .featherlight-next:hover span, .featherlight .featherlight-previous:hover span {
display: none;
}
.featherlight .featherlight-previous, .featherlight .featherlight-next {
position: fixed;
}
.featherlight.featherlight-swipe-aware .featherlight-previous, .featherlight.featherlight-swipe-aware .featherlight-next {
display: block;
}
.featherlight .featherlight-previous {
right: 0;
left: auto;
top: auto;
bottom: 0;
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hcnJvdy1sZWZ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRjb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPiAgICA8cGF0aCBkPSJNMTAgNiBMMiAxNiAxMCAyNiBNMiAxNiBMMzAgMTYiIC8+PC9zdmc+);
background-repeat: no-repeat;
background-position: center center;
}
.featherlight .featherlight-previous:hover {
background-color: rgba(255, 255, 255, 0.7);
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hcnJvdy1sZWZ0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRjb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiPiAgICA8cGF0aCBkPSJNMTAgNiBMMiAxNiAxMCAyNiBNMiAxNiBMMzAgMTYiIC8+PC9zdmc+);
background-repeat: no-repeat;
background-position: center center;
}
.featherlight .featherlight-next {
right: auto;
left: 0;
top: auto;
bottom: 0;
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.5);
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hcnJvdy1yaWdodCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Y29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj4gICAgPHBhdGggZD0iTTIyIDYgTDMwIDE2IDIyIDI2IE0zMCAxNiBMMiAxNiIgLz48L3N2Zz4=);
background-repeat: no-repeat;
background-position: center center;
}
.featherlight .featherlight-next:hover {
background-color: rgba(255, 255, 255, 0.7);
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaS1hcnJvdy1yaWdodCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Y29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj4gICAgPHBhdGggZD0iTTIyIDYgTDMwIDE2IDIyIDI2IE0zMCAxNiBMMiAxNiIgLz48L3N2Zz4=);
background-repeat: no-repeat;
background-position: center center;
}
body .featherlight .featherlight-content {
padding: 0;
border-bottom: 0;
}
body .featherlight .featherlight-close-icon {
background: rgba(255, 255, 255, 0.5);
border-radius: 0;
position: fixed;
line-height: 50px;
width: 50px;
}
body .featherlight .featherlight-close-icon:hover {
background: rgba(255, 255, 255, 0.7);
}
.anwp-fl-modal-full__container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 100600;
}
.anwp-fl-modal__container--full .anwp-fl-modal__close {
background-color: #f1f1f1;
}
.anwp-fl-modal__container--full .anwp-fl-modal__close:hover, .anwp-fl-modal__container--full .anwp-fl-modal__close:focus, .anwp-fl-modal__container--full .anwp-fl-modal__close:active {
background-color: #f1f1f1 !important;
}
.anwp-fl-modal__container--full .anwp-fl-modal-full-open {
display: none !important;
}
.anwp-fl-modal {
position: relative;
display: none;
}
.anwp-fl-modal.anwp-fl-modal__is-open {
display: block;
}
.anwp-fl-modal__overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 100600;
}
.anwp-fl-modal__container {
box-sizing: border-box;
max-height: 90%;
max-width: 700px;
width: 100%;
background: #fff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
padding: 30px;
}
.anwp-fl-modal__close {
border: 0;
border-radius: 50%;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
position: fixed;
left: 30px;
top: 30px;
width: 50px;
height: 50px;
z-index: 100650;
display: flex;
align-items: center;
justify-content: center;
}
.anwp-fl-modal__close:hover, .anwp-fl-modal__close:focus, .anwp-fl-modal__close:active {
background-color: #f5f5f5 !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
}
.anwp-fl-modal__close svg {
flex: none;
}
.anwp-fl-v-modal {
position: relative;
display: none;
}
.anwp-fl-v-modal.anwp-fl-v-is-open {
display: block;
}
.anwp-fl-v-modal #anwp-fl-v-spinner {
display: inline-block;
width: 64px;
height: 64px;
border: 6px solid #eee;
border-radius: 50%;
border-top-color: transparent;
animation: anwp-fl-v-spin 1s ease-in-out infinite;
position: absolute;
top: 50%;
right: 50%;
margin-top: -32px;
margin-right: -32px;
}
@keyframes anwp-fl-v-spin {
to {
transform: rotate(-360deg);
}
}
.anwp-fl-v-modal__overlay {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 100600;
}
.anwp-fl-v-modal__container {
box-sizing: border-box;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
background: #000;
position: relative;
max-height: 90%;
max-width: 1300px;
width: 90%;
}
@media (min-aspect-ratio: 9/5) {
.anwp-fl-v-modal__container {
width: 80%;
}
}
@media (min-aspect-ratio: 2/1) {
.anwp-fl-v-modal__container {
width: 70%;
}
}
@media (min-aspect-ratio: 9/4) {
.anwp-fl-v-modal__container {
width: 60%;
}
}
@media (min-aspect-ratio: 13/5) {
.anwp-fl-v-modal__container {
width: 50%;
}
}
.anwp-fl-v-modal__container figure {
position: relative;
height: 0;
padding-bottom: 56.25%;
margin: 0;
}
.anwp-fl-v-modal__container iframe,
.anwp-fl-v-modal__container object,
.anwp-fl-v-modal__container embed {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
}
.anwp-fl-v-modal__close {
position: absolute;
background-color: #000;
background-repeat: no-repeat;
background-position: center;
border: 0;
fill: #ddd !important;
border-radius: 50%;
width: 40px;
height: 40px;
z-index: 100650;
left: -20px;
top: -20px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==");
display: flex;
align-items: center;
justify-content: center;
}
.anwp-fl-v-modal__close:hover, .anwp-fl-v-modal__close:focus, .anwp-fl-v-modal__close:active {
background-color: #000 !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
} .anwp-fl-v-playbtn {
display: block;
width: 68px;
height: 48px;
position: absolute;
cursor: pointer;
transform: translate3d(50%, -50%, 0);
top: 50%;
right: 50%;
z-index: 1;
background-color: transparent;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
filter: grayscale(100%);
transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
border: none;
opacity: 0.8;
}
.anwp-fl-v-video__item-big:hover .anwp-fl-v-playbtn,
.anwp-fl-v-video__item:hover .anwp-fl-v-playbtn {
filter: none;
}
.anwp-fl-v-playbtn__visually-hidden {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.anwp-icon {
display: inline-block;
width: 16px;
height: 16px;
stroke-width: 4px;
stroke: #495057;
fill: #fff;
transition: stroke 0.15s ease-in-out;
}
.anwp-icon--octi {
stroke: none;
fill: #495057;
stroke-width: 2px;
}
.anwp-icon--feather {
stroke: currentColor !important;
fill: none;
stroke-width: 2px;
}
.anwp-icon--em-1-2 {
width: 1.2em;
height: 1.2em;
}
.anwp-icon--octi-red {
fill: #dc3545;
}
.anwp-icon--octi-white {
fill: #fff;
}
.anwp-icon--trans {
fill: transparent;
}
.anwp-icon--s36 {
width: 36px;
height: 36px;
}
.anwp-icon--s30 {
width: 30px;
height: 30px;
}
.anwp-icon--s24 {
width: 24px;
height: 24px;
}
.anwp-icon--s20 {
width: 20px;
height: 20px;
}
.anwp-icon--s18 {
width: 18px;
height: 18px;
}
.anwp-icon--s16 {
width: 16px;
height: 16px;
}
.anwp-icon--s14 {
width: 14px;
height: 14px;
}
.anwp-icon--s12 {
width: 12px;
height: 12px;
}
.anwp-icon--s10 {
width: 10px;
height: 10px;
}
.anwp-icon--s8 {
width: 8px;
height: 8px;
}
.anwp-icon--danger {
stroke: #dc3545;
stroke-width: 2px;
}
.anwp-icon--success {
stroke: #388E3C;
stroke-width: 2px;
}
.anwp-icon--gray-300 {
fill: #dee2e6;
}
.anwp-icon--gray-500 {
fill: #adb5bd;
}
.anwp-icon--gray-700 {
fill: #495057;
}
.anwp-icon--gray-900 {
fill: #212529;
}
.anwp-icon.text-secondary {
stroke: #6c757d;
opacity: 0.5;
}
.icon__ball {
display: inline-block;
width: 20px;
height: 20px;
}
.icon__ball--own {
fill: #9c3030;
}
.icon__ball--conceded {
fill: #c77c1c;
}
.icon__substitute {
max-width: 20px;
max-height: 20px;
}
.icon__card {
display: inline-block;
width: 20px;
height: 20px;
stroke-width: 0.5px;
stroke: #bbb;
}
.card-list--players .icon__card, .card-list--clubs .icon__card {
width: 16px;
height: 16px;
}
.match__event-icon .icon__card {
margin-top: 3px;
margin-bottom: -3px;
}
.icon__subs-in {
display: inline-block;
width: 16px;
height: 16px;
fill: #439328;
stroke: #439328;
stroke-width: 4px;
}
.icon__subs-out {
display: inline-block;
width: 16px;
height: 16px;
fill: #F44336;
stroke: #F44336;
stroke-width: 4px;
}
.match__event-icon--subs-wrapper .match__event-icon {
line-height: 18px;
}
.icon--lineups {
width: 14px;
height: 14px;
margin: 0 3px -3px;
}
.btn:hover .anwp-icon--hover-white,
.btn:hover .anwp-icon--danger,
.btn:hover .anwp-icon--success {
stroke: #fff;
}
.match-list__item.match--simple .anwp-icon {
stroke: #adb5bd;
stroke-width: 2px;
}
.match-list__item.match--simple .anwp-icon--calendar {
margin-top: -2px;
}
.anwp-grid-table--bordered {
border-width: 1px;
border-right-style: solid;
border-top-style: solid;
}
.anwp-grid-table--bordered > div {
border-width: 1px;
border-left-style: solid;
border-bottom-style: solid;
border-color: inherit;
}
.anwp-grid-table__th {
font-weight: 700;
font-size: 0.8em;
}
.anwp-grid-table--aligned .anwp-grid-table__th, .anwp-grid-table--aligned .anwp-grid-table__td {
display: flex;
align-items: center;
}
.anwp-grid-table__th, .anwp-grid-table__td {
padding: 4px 8px;
}
.anwp-grid-table__col-1 {
grid-template-columns: repeat(1, auto);
}
.anwp-grid-table__col-2 {
grid-template-columns: repeat(2, auto);
}
.anwp-grid-table__col-3 {
grid-template-columns: repeat(3, auto);
}
.anwp-grid-table__col-4 {
grid-template-columns: repeat(4, auto);
}
.anwp-grid-table__col-5 {
grid-template-columns: repeat(5, auto);
}
.anwp-grid-table__col-6 {
grid-template-columns: repeat(6, auto);
}
.anwp-grid-table__col-7 {
grid-template-columns: repeat(7, auto);
}
.anwp-grid-table__col-8 {
grid-template-columns: repeat(8, auto);
}
.anwp-grid-table__col-9 {
grid-template-columns: repeat(9, auto);
}
.anwp-grid-table__col-10 {
grid-template-columns: repeat(10, auto);
}
.anwp-grid-table__col-11 {
grid-template-columns: repeat(11, auto);
}
.anwp-grid-table__col-12 {
grid-template-columns: repeat(12, auto);
}
.anwp-responsive-table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.tippy-box[data-theme~=light-border] {
background-color: white;
background-clip: padding-box;
border: 1px solid rgba(0, 8, 16, 0.15);
color: #333;
box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box[data-theme~=light-border] > .tippy-backdrop {
background-color: white;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow::after,
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow::after {
content: "";
position: absolute;
z-index: -1;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow::after {
border-color: transparent;
border-style: solid;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow::before {
border-top-color: white;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow::after {
border-top-color: rgba(0, 8, 16, 0.2);
border-width: 7px 7px 0;
top: 17px;
right: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
top: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow::after {
top: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow::before {
border-bottom-color: white;
bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow::after {
border-bottom-color: rgba(0, 8, 16, 0.2);
border-width: 0 7px 7px;
bottom: 17px;
right: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow::after {
bottom: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow::before {
border-right-color: white;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow::after {
border-right-color: rgba(0, 8, 16, 0.2);
border-width: 7px 7px 7px 0;
right: 17px;
top: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
right: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow::after {
right: 12px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow::before {
border-left-color: white;
left: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow::after {
border-width: 7px 0 7px 7px;
left: 17px;
top: 1px;
border-left-color: rgba(0, 8, 16, 0.2);
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
left: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow::after {
left: 12px;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
fill: white;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow::after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiIC8+PC9zdmc+);
background-size: 16px 6px;
width: 16px;
height: 6px;
}
.anwp-fl-justified-gallery-item .img {
height: 220px;
}
.anwp-fl-justified-gallery {
position: relative;
overflow: hidden;
}
.anwp-fl-justified-gallery::after {
content: "";
display: block;
clear: both;
}
.anwp-fl-justified-gallery .anwp-fl-justified-gallery-item {
float: right;
top: 0;
right: 0;
}
.anwp-fl-justified-gallery .anwp-fl-justified-gallery-item > img {
display: block;
width: 100%;
height: auto;
}
#baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: #222;
background-color: rgba(0, 0, 0, 0.8);
transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
opacity: 1;
}
#baguetteBox-overlay .full-image {
display: inline-block;
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
#baguetteBox-overlay .full-image figure {
display: inline;
margin: 0;
height: 100%;
}
#baguetteBox-overlay .full-image img {
display: inline-block;
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
display: block;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
line-height: 1.8;
white-space: normal;
color: #ccc;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-left: -1px;
}
#baguetteBox-slider {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
white-space: nowrap;
transition: right 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
0% {
margin-right: 0;
}
50% {
margin-right: -30px;
}
100% {
margin-right: 0;
}
}
@keyframes bounceFromLeft {
0% {
margin-right: 0;
}
50% {
margin-right: 30px;
}
100% {
margin-right: 0;
}
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
top: 50%;
top: calc(50% - 30px);
width: 44px;
height: 60px;
}
.baguetteBox-button {
position: absolute;
cursor: pointer;
outline: none;
padding: 0;
margin: 0;
border: 0;
border-radius: 15%;
background-color: #323232;
background-color: rgba(50, 50, 50, 0.5);
color: #ddd;
font: 1.6em sans-serif;
transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
left: 2%;
}
.baguetteBox-button#previous-button {
right: 2%;
}
.baguetteBox-button#close-button {
top: 20px;
left: 2%;
left: calc(2% + 6px);
width: 30px;
height: 30px;
}
.baguetteBox-button svg {
position: absolute;
right: 0;
top: 0;
}
.baguetteBox-spinner {
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
top: 50%;
right: 50%;
margin-top: -20px;
margin-right: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
right: 0;
animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
animation-delay: -1s;
}
@keyframes bounce {
0%, 100% {
transform: scale(0);
}
50% {
transform: scale(1);
}
} .anwp-container,
.anwp-container-fluid,
.anwp-container-xl,
.anwp-container-lg,
.anwp-container-md,
.anwp-container-sm {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.anwp-container-sm, .anwp-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.anwp-container-md, .anwp-container-sm, .anwp-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.anwp-container-xl, .anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container {
max-width: 1140px;
}
}
.anwp-row {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.anwp-no-gutters {
margin-left: 0;
margin-right: 0;
}
.anwp-no-gutters > .anwp-col,
.anwp-no-gutters > [class*=anwp-col-] {
padding-left: 0;
padding-right: 0;
}
.anwp-col-xl,
.anwp-col-xl-auto, .anwp-col-xl-12, .anwp-col-xl-11, .anwp-col-xl-10, .anwp-col-xl-9, .anwp-col-xl-8, .anwp-col-xl-7, .anwp-col-xl-6, .anwp-col-xl-5, .anwp-col-xl-4, .anwp-col-xl-3, .anwp-col-xl-2, .anwp-col-xl-1, .anwp-col-lg,
.anwp-col-lg-auto, .anwp-col-lg-12, .anwp-col-lg-11, .anwp-col-lg-10, .anwp-col-lg-9, .anwp-col-lg-8, .anwp-col-lg-7, .anwp-col-lg-6, .anwp-col-lg-5, .anwp-col-lg-4, .anwp-col-lg-3, .anwp-col-lg-2, .anwp-col-lg-1, .anwp-col-md,
.anwp-col-md-auto, .anwp-col-md-12, .anwp-col-md-11, .anwp-col-md-10, .anwp-col-md-9, .anwp-col-md-8, .anwp-col-md-7, .anwp-col-md-6, .anwp-col-md-5, .anwp-col-md-4, .anwp-col-md-3, .anwp-col-md-2, .anwp-col-md-1, .anwp-col-sm,
.anwp-col-sm-auto, .anwp-col-sm-12, .anwp-col-sm-11, .anwp-col-sm-10, .anwp-col-sm-9, .anwp-col-sm-8, .anwp-col-sm-7, .anwp-col-sm-6, .anwp-col-sm-5, .anwp-col-sm-4, .anwp-col-sm-3, .anwp-col-sm-2, .anwp-col-sm-1, .anwp-col,
.anwp-col-auto, .anwp-col-12, .anwp-col-11, .anwp-col-10, .anwp-col-9, .anwp-col-8, .anwp-col-7, .anwp-col-6, .anwp-col-5, .anwp-col-4, .anwp-col-3, .anwp-col-2, .anwp-col-1 {
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.anwp-col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.anwp-row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-row-cols-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.anwp-row-cols-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.anwp-col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.anwp-col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.anwp-col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.anwp-col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.anwp-col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.anwp-col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.anwp-col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.anwp-col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-order-first {
order: -1;
}
.anwp-order-last {
order: 13;
}
.anwp-order-0 {
order: 0;
}
.anwp-order-1 {
order: 1;
}
.anwp-order-2 {
order: 2;
}
.anwp-order-3 {
order: 3;
}
.anwp-order-4 {
order: 4;
}
.anwp-order-5 {
order: 5;
}
.anwp-order-6 {
order: 6;
}
.anwp-order-7 {
order: 7;
}
.anwp-order-8 {
order: 8;
}
.anwp-order-9 {
order: 9;
}
.anwp-order-10 {
order: 10;
}
.anwp-order-11 {
order: 11;
}
.anwp-order-12 {
order: 12;
}
.anwp-offset-1 {
margin-right: 8.3333333333%;
}
.anwp-offset-2 {
margin-right: 16.6666666667%;
}
.anwp-offset-3 {
margin-right: 25%;
}
.anwp-offset-4 {
margin-right: 33.3333333333%;
}
.anwp-offset-5 {
margin-right: 41.6666666667%;
}
.anwp-offset-6 {
margin-right: 50%;
}
.anwp-offset-7 {
margin-right: 58.3333333333%;
}
.anwp-offset-8 {
margin-right: 66.6666666667%;
}
.anwp-offset-9 {
margin-right: 75%;
}
.anwp-offset-10 {
margin-right: 83.3333333333%;
}
.anwp-offset-11 {
margin-right: 91.6666666667%;
}
@media (min-width: 576px) {
.anwp-col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.anwp-row-cols-sm-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-row-cols-sm-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-row-cols-sm-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-row-cols-sm-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-row-cols-sm-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.anwp-row-cols-sm-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.anwp-col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.anwp-col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.anwp-col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.anwp-col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.anwp-col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.anwp-col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.anwp-col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.anwp-col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-order-sm-first {
order: -1;
}
.anwp-order-sm-last {
order: 13;
}
.anwp-order-sm-0 {
order: 0;
}
.anwp-order-sm-1 {
order: 1;
}
.anwp-order-sm-2 {
order: 2;
}
.anwp-order-sm-3 {
order: 3;
}
.anwp-order-sm-4 {
order: 4;
}
.anwp-order-sm-5 {
order: 5;
}
.anwp-order-sm-6 {
order: 6;
}
.anwp-order-sm-7 {
order: 7;
}
.anwp-order-sm-8 {
order: 8;
}
.anwp-order-sm-9 {
order: 9;
}
.anwp-order-sm-10 {
order: 10;
}
.anwp-order-sm-11 {
order: 11;
}
.anwp-order-sm-12 {
order: 12;
}
.anwp-offset-sm-0 {
margin-right: 0;
}
.anwp-offset-sm-1 {
margin-right: 8.3333333333%;
}
.anwp-offset-sm-2 {
margin-right: 16.6666666667%;
}
.anwp-offset-sm-3 {
margin-right: 25%;
}
.anwp-offset-sm-4 {
margin-right: 33.3333333333%;
}
.anwp-offset-sm-5 {
margin-right: 41.6666666667%;
}
.anwp-offset-sm-6 {
margin-right: 50%;
}
.anwp-offset-sm-7 {
margin-right: 58.3333333333%;
}
.anwp-offset-sm-8 {
margin-right: 66.6666666667%;
}
.anwp-offset-sm-9 {
margin-right: 75%;
}
.anwp-offset-sm-10 {
margin-right: 83.3333333333%;
}
.anwp-offset-sm-11 {
margin-right: 91.6666666667%;
}
}
@media (min-width: 768px) {
.anwp-col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.anwp-row-cols-md-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-row-cols-md-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-row-cols-md-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-row-cols-md-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-row-cols-md-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.anwp-row-cols-md-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.anwp-col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.anwp-col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.anwp-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.anwp-col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.anwp-col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.anwp-col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.anwp-col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.anwp-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-order-md-first {
order: -1;
}
.anwp-order-md-last {
order: 13;
}
.anwp-order-md-0 {
order: 0;
}
.anwp-order-md-1 {
order: 1;
}
.anwp-order-md-2 {
order: 2;
}
.anwp-order-md-3 {
order: 3;
}
.anwp-order-md-4 {
order: 4;
}
.anwp-order-md-5 {
order: 5;
}
.anwp-order-md-6 {
order: 6;
}
.anwp-order-md-7 {
order: 7;
}
.anwp-order-md-8 {
order: 8;
}
.anwp-order-md-9 {
order: 9;
}
.anwp-order-md-10 {
order: 10;
}
.anwp-order-md-11 {
order: 11;
}
.anwp-order-md-12 {
order: 12;
}
.anwp-offset-md-0 {
margin-right: 0;
}
.anwp-offset-md-1 {
margin-right: 8.3333333333%;
}
.anwp-offset-md-2 {
margin-right: 16.6666666667%;
}
.anwp-offset-md-3 {
margin-right: 25%;
}
.anwp-offset-md-4 {
margin-right: 33.3333333333%;
}
.anwp-offset-md-5 {
margin-right: 41.6666666667%;
}
.anwp-offset-md-6 {
margin-right: 50%;
}
.anwp-offset-md-7 {
margin-right: 58.3333333333%;
}
.anwp-offset-md-8 {
margin-right: 66.6666666667%;
}
.anwp-offset-md-9 {
margin-right: 75%;
}
.anwp-offset-md-10 {
margin-right: 83.3333333333%;
}
.anwp-offset-md-11 {
margin-right: 91.6666666667%;
}
}
@media (min-width: 992px) {
.anwp-col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.anwp-row-cols-lg-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-row-cols-lg-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-row-cols-lg-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-row-cols-lg-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-row-cols-lg-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.anwp-row-cols-lg-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.anwp-col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.anwp-col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.anwp-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.anwp-col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.anwp-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.anwp-col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.anwp-col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.anwp-col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-order-lg-first {
order: -1;
}
.anwp-order-lg-last {
order: 13;
}
.anwp-order-lg-0 {
order: 0;
}
.anwp-order-lg-1 {
order: 1;
}
.anwp-order-lg-2 {
order: 2;
}
.anwp-order-lg-3 {
order: 3;
}
.anwp-order-lg-4 {
order: 4;
}
.anwp-order-lg-5 {
order: 5;
}
.anwp-order-lg-6 {
order: 6;
}
.anwp-order-lg-7 {
order: 7;
}
.anwp-order-lg-8 {
order: 8;
}
.anwp-order-lg-9 {
order: 9;
}
.anwp-order-lg-10 {
order: 10;
}
.anwp-order-lg-11 {
order: 11;
}
.anwp-order-lg-12 {
order: 12;
}
.anwp-offset-lg-0 {
margin-right: 0;
}
.anwp-offset-lg-1 {
margin-right: 8.3333333333%;
}
.anwp-offset-lg-2 {
margin-right: 16.6666666667%;
}
.anwp-offset-lg-3 {
margin-right: 25%;
}
.anwp-offset-lg-4 {
margin-right: 33.3333333333%;
}
.anwp-offset-lg-5 {
margin-right: 41.6666666667%;
}
.anwp-offset-lg-6 {
margin-right: 50%;
}
.anwp-offset-lg-7 {
margin-right: 58.3333333333%;
}
.anwp-offset-lg-8 {
margin-right: 66.6666666667%;
}
.anwp-offset-lg-9 {
margin-right: 75%;
}
.anwp-offset-lg-10 {
margin-right: 83.3333333333%;
}
.anwp-offset-lg-11 {
margin-right: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.anwp-col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.anwp-row-cols-xl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-row-cols-xl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-row-cols-xl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-row-cols-xl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-row-cols-xl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.anwp-row-cols-xl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.anwp-col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.anwp-col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.anwp-col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.anwp-col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.anwp-col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.anwp-col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.anwp-col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.anwp-col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.anwp-col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.anwp-col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.anwp-col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.anwp-col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.anwp-order-xl-first {
order: -1;
}
.anwp-order-xl-last {
order: 13;
}
.anwp-order-xl-0 {
order: 0;
}
.anwp-order-xl-1 {
order: 1;
}
.anwp-order-xl-2 {
order: 2;
}
.anwp-order-xl-3 {
order: 3;
}
.anwp-order-xl-4 {
order: 4;
}
.anwp-order-xl-5 {
order: 5;
}
.anwp-order-xl-6 {
order: 6;
}
.anwp-order-xl-7 {
order: 7;
}
.anwp-order-xl-8 {
order: 8;
}
.anwp-order-xl-9 {
order: 9;
}
.anwp-order-xl-10 {
order: 10;
}
.anwp-order-xl-11 {
order: 11;
}
.anwp-order-xl-12 {
order: 12;
}
.anwp-offset-xl-0 {
margin-right: 0;
}
.anwp-offset-xl-1 {
margin-right: 8.3333333333%;
}
.anwp-offset-xl-2 {
margin-right: 16.6666666667%;
}
.anwp-offset-xl-3 {
margin-right: 25%;
}
.anwp-offset-xl-4 {
margin-right: 33.3333333333%;
}
.anwp-offset-xl-5 {
margin-right: 41.6666666667%;
}
.anwp-offset-xl-6 {
margin-right: 50%;
}
.anwp-offset-xl-7 {
margin-right: 58.3333333333%;
}
.anwp-offset-xl-8 {
margin-right: 66.6666666667%;
}
.anwp-offset-xl-9 {
margin-right: 75%;
}
.anwp-offset-xl-10 {
margin-right: 83.3333333333%;
}
.anwp-offset-xl-11 {
margin-right: 91.6666666667%;
}
}
.anwp-border {
border-width: 1px;
border-style: solid;
}
.anwp-border-top {
border-top-width: 1px;
border-top-style: solid;
}
.anwp-border-right {
border-left-width: 1px;
border-left-style: solid;
}
.anwp-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.anwp-border-left {
border-right-width: 1px;
border-right-style: solid;
}
.anwp-border-0 {
border: 0 !important;
}
.anwp-border-top-0 {
border-top: 0 !important;
}
.anwp-border-right-0 {
border-left: 0 !important;
}
.anwp-border-bottom-0 {
border-bottom: 0 !important;
}
.anwp-border-left-0 {
border-right: 0 !important;
}
.anwp-border-collapse {
border-collapse: collapse;
}
.anwp-border-separate {
border-collapse: separate;
}
.anwp-box-border {
box-sizing: border-box;
}
.anwp-box-content {
box-sizing: content-box;
}
.anwp-position-cover, .anwp-link-cover {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.anwp-cursor-auto {
cursor: auto;
}
.anwp-cursor-default {
cursor: default;
}
.anwp-cursor-pointer {
cursor: pointer;
}
.anwp-cursor-wait {
cursor: wait;
}
.anwp-cursor-text {
cursor: text;
}
.anwp-cursor-move {
cursor: move;
}
.anwp-cursor-not-allowed {
cursor: not-allowed;
}
.anwp-flex-1 {
flex: 1 1 0%;
}
.anwp-flex-auto {
flex: 1 1 auto;
}
.anwp-flex-initial {
flex: 0 1 auto;
}
.anwp-flex-none {
flex: none;
}
@media (min-width: 576px) {
.anwp-flex-sm-1 {
flex: 1 1 0%;
}
.anwp-flex-sm-auto {
flex: 1 1 auto;
}
.anwp-flex-sm-initial {
flex: 0 1 auto;
}
.anwp-flex-sm-none {
flex: none;
}
}
@media (min-width: 768px) {
.anwp-flex-md-1 {
flex: 1 1 0%;
}
.anwp-flex-md-auto {
flex: 1 1 auto;
}
.anwp-flex-md-initial {
flex: 0 1 auto;
}
.anwp-flex-md-none {
flex: none;
}
}
@media (min-width: 992px) {
.anwp-flex-lg-1 {
flex: 1 1 0%;
}
.anwp-flex-lg-auto {
flex: 1 1 auto;
}
.anwp-flex-lg-initial {
flex: 0 1 auto;
}
.anwp-flex-lg-none {
flex: none;
}
}
@media (min-width: 1200px) {
.anwp-flex-xl-1 {
flex: 1 1 0%;
}
.anwp-flex-xl-auto {
flex: 1 1 auto;
}
.anwp-flex-xl-initial {
flex: 0 1 auto;
}
.anwp-flex-xl-none {
flex: none;
}
}
.anwp-image-background-cover,
.anwp-image-background-contain {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.anwp-image-background-cover {
background-size: cover;
}
.anwp-image-background-contain {
background-size: contain;
}
.anwp-user-select-all {
-webkit-user-select: all !important;
user-select: all !important;
}
.anwp-user-select-auto {
-webkit-user-select: auto !important;
user-select: auto !important;
}
.anwp-user-select-none {
-webkit-user-select: none !important;
user-select: none !important;
}
.anwp-object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.anwp-object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.anwp-object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.anwp-object-none {
-o-object-fit: none;
object-fit: none;
}
.anwp-object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.anwp-opacity-0 {
opacity: 0;
}
.anwp-opacity-10 {
opacity: 0.1;
}
.anwp-opacity-20 {
opacity: 0.2;
}
.anwp-opacity-30 {
opacity: 0.3;
}
.anwp-opacity-40 {
opacity: 0.4;
}
.anwp-opacity-50 {
opacity: 0.5;
}
.anwp-opacity-60 {
opacity: 0.6;
}
.anwp-opacity-70 {
opacity: 0.7;
}
.anwp-opacity-80 {
opacity: 0.8;
}
.anwp-opacity-90 {
opacity: 0.9;
}
.anwp-opacity-100 {
opacity: 1;
}
.anwp-overflow-auto {
overflow: auto;
}
.anwp-overflow-hidden {
overflow: hidden;
}
.anwp-overflow-visible {
overflow: visible;
}
.anwp-overflow-scroll {
overflow: scroll;
}
.anwp-overflow-x-auto {
overflow-x: auto;
}
.anwp-overflow-y-auto {
overflow-y: auto;
}
.anwp-overflow-x-hidden {
overflow-x: hidden;
}
.anwp-overflow-y-hidden {
overflow-y: hidden;
}
.anwp-overflow-x-visible {
overflow-x: visible;
}
.anwp-overflow-y-visible {
overflow-y: visible;
}
.anwp-overflow-x-scroll {
overflow-x: scroll;
}
.anwp-overflow-y-scroll {
overflow-y: scroll;
} .anwp-rounded-none {
border-radius: 0 !important;
}
.anwp-rounded-sm {
border-radius: 0.125rem !important;
}
.anwp-rounded {
border-radius: 0.25rem !important;
}
.anwp-rounded-md {
border-radius: 0.375rem !important;
}
.anwp-rounded-lg {
border-radius: 0.5rem !important;
}
.anwp-w-10 {
width: 10px;
}
.anwp-h-10 {
height: 10px;
}
.anwp-h-min-10 {
min-height: 10px;
}
.anwp-h-max-10 {
max-height: 10px;
}
.anwp-w-20 {
width: 20px;
}
.anwp-h-20 {
height: 20px;
}
.anwp-h-min-20 {
min-height: 20px;
}
.anwp-h-max-20 {
max-height: 20px;
}
.anwp-w-30 {
width: 30px;
}
.anwp-h-30 {
height: 30px;
}
.anwp-h-min-30 {
min-height: 30px;
}
.anwp-h-max-30 {
max-height: 30px;
}
.anwp-w-40 {
width: 40px;
}
.anwp-h-40 {
height: 40px;
}
.anwp-h-min-40 {
min-height: 40px;
}
.anwp-h-max-40 {
max-height: 40px;
}
.anwp-w-50 {
width: 50px;
}
.anwp-h-50 {
height: 50px;
}
.anwp-h-min-50 {
min-height: 50px;
}
.anwp-h-max-50 {
max-height: 50px;
}
.anwp-w-60 {
width: 60px;
}
.anwp-h-60 {
height: 60px;
}
.anwp-h-min-60 {
min-height: 60px;
}
.anwp-h-max-60 {
max-height: 60px;
}
.anwp-w-70 {
width: 70px;
}
.anwp-h-70 {
height: 70px;
}
.anwp-h-min-70 {
min-height: 70px;
}
.anwp-h-max-70 {
max-height: 70px;
}
.anwp-w-80 {
width: 80px;
}
.anwp-h-80 {
height: 80px;
}
.anwp-h-min-80 {
min-height: 80px;
}
.anwp-h-max-80 {
max-height: 80px;
}
.anwp-w-90 {
width: 90px;
}
.anwp-h-90 {
height: 90px;
}
.anwp-h-min-90 {
min-height: 90px;
}
.anwp-h-max-90 {
max-height: 90px;
}
.anwp-w-100 {
width: 100px;
}
.anwp-h-100 {
height: 100px;
}
.anwp-h-min-100 {
min-height: 100px;
}
.anwp-h-max-100 {
max-height: 100px;
}
.anwp-w-150 {
width: 150px;
}
.anwp-w-200 {
width: 200px;
}
.anwp-w-250 {
width: 250px;
}
.anwp-w-300 {
width: 300px;
}
.anwp-w-350 {
width: 350px;
}
.anwp-w-400 {
width: 400px;
}
.anwp-w-min-100 {
min-width: 100px;
}
.anwp-w-min-150 {
min-width: 150px;
}
.anwp-w-min-200 {
min-width: 200px;
}
.anwp-w-min-250 {
min-width: 250px;
}
.anwp-w-min-300 {
min-width: 300px;
}
.anwp-w-min-350 {
min-width: 350px;
}
.anwp-w-min-400 {
min-width: 400px;
}
.anwp-w-15 {
width: 15px;
}
.anwp-h-15 {
height: 15px;
}
.anwp-h-min-15 {
min-height: 15px;
}
.anwp-h-max-15 {
max-height: 15px;
}
.anwp-w-25 {
width: 25px;
}
.anwp-h-25 {
height: 25px;
}
.anwp-h-min-25 {
min-height: 25px;
}
.anwp-h-max-25 {
max-height: 25px;
}
.anwp-w-35 {
width: 35px;
}
.anwp-h-35 {
height: 35px;
}
.anwp-h-min-35 {
min-height: 35px;
}
.anwp-h-max-35 {
max-height: 35px;
}
.anwp-w-45 {
width: 45px;
}
.anwp-h-45 {
height: 45px;
}
.anwp-h-min-45 {
min-height: 45px;
}
.anwp-h-max-45 {
max-height: 45px;
}
.anwp-w-55 {
width: 55px;
}
.anwp-h-55 {
height: 55px;
}
.anwp-h-min-55 {
min-height: 55px;
}
.anwp-h-max-55 {
max-height: 55px;
}
.anwp-w-max-100 {
max-width: 100px;
}
.anwp-w-max-200 {
max-width: 200px;
}
.anwp-w-max-300 {
max-width: 300px;
}
.anwp-w-max-400 {
max-width: 400px;
}
.anwp-w-max-500 {
max-width: 500px;
}
.anwp-w-max-600 {
max-width: 600px;
}
.anwp-w-max-700 {
max-width: 700px;
}
.anwp-w-max-800 {
max-width: 800px;
}
.anwp-h-min-200 {
min-height: 200px;
}
.anwp-h-min-300 {
min-height: 300px;
}
.anwp-h-min-400 {
min-height: 400px;
}
.anwp-h-min-500 {
min-height: 500px;
}
.anwp-w-120 {
width: 120px;
}
.anwp-w-130 {
width: 130px;
}
.anwp-w-140 {
width: 140px;
}
.anwp-max-width-1 {
max-width: 1px;
}
.anwp-max-width-100 {
max-width: 100%;
}
.anwp-min-width-0 {
min-width: 0;
}
@media (min-width: 576px) {
.anwp-w-sm-15 {
width: 15px;
}
.anwp-h-sm-15 {
height: 15px;
}
.anwp-w-sm-25 {
width: 25px;
}
.anwp-h-sm-25 {
height: 25px;
}
.anwp-w-sm-35 {
width: 35px;
}
.anwp-h-sm-35 {
height: 35px;
}
.anwp-w-sm-45 {
width: 45px;
}
.anwp-h-sm-45 {
height: 45px;
}
.anwp-w-sm-55 {
width: 55px;
}
.anwp-h-sm-55 {
height: 55px;
}
.anwp-w-sm-10 {
width: 10px;
}
.anwp-h-sm-10 {
height: 10px;
}
.anwp-w-sm-20 {
width: 20px;
}
.anwp-h-sm-20 {
height: 20px;
}
.anwp-w-sm-30 {
width: 30px;
}
.anwp-h-sm-30 {
height: 30px;
}
.anwp-w-sm-40 {
width: 40px;
}
.anwp-h-sm-40 {
height: 40px;
}
.anwp-w-sm-50 {
width: 50px;
}
.anwp-h-sm-50 {
height: 50px;
}
.anwp-w-sm-60 {
width: 60px;
}
.anwp-h-sm-60 {
height: 60px;
}
.anwp-w-sm-70 {
width: 70px;
}
.anwp-h-sm-70 {
height: 70px;
}
.anwp-w-sm-80 {
width: 80px;
}
.anwp-h-sm-80 {
height: 80px;
}
.anwp-w-sm-90 {
width: 90px;
}
.anwp-h-sm-90 {
height: 90px;
}
.anwp-w-sm-100 {
width: 100px;
}
.anwp-h-sm-100 {
height: 100px;
}
}
.anwp-fill-current {
fill: currentColor !important;
}
.anwp-stroke-current {
stroke: currentColor !important;
}
.anwp-stroke-0 {
stroke-width: 0;
}
.anwp-stroke-1 {
stroke-width: 1;
}
.anwp-stroke-2 {
stroke-width: 2;
}
.anwp-font-thin {
font-weight: 100;
}
.anwp-font-extralight {
font-weight: 200;
}
.anwp-font-light {
font-weight: 300;
}
.anwp-font-normal {
font-weight: 400;
}
.anwp-font-medium {
font-weight: 500;
}
.anwp-font-semibold {
font-weight: 600;
}
.anwp-font-bold {
font-weight: 700;
}
.anwp-font-extrabold {
font-weight: 800;
}
.anwp-font-black {
font-weight: 900;
}
.anwp-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.anwp-text-truncate-multiline {
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: normal;
word-break: normal;
}
.anwp-text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.anwp-text-justify {
text-align: justify !important;
}
.anwp-text-wrap {
white-space: normal !important;
}
.anwp-text-nowrap {
white-space: nowrap !important;
}
.anwp-text-left {
text-align: right !important;
}
.anwp-text-right {
text-align: left !important;
}
.anwp-text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.anwp-text-sm-left {
text-align: right !important;
}
.anwp-text-sm-right {
text-align: left !important;
}
.anwp-text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.anwp-text-md-left {
text-align: right !important;
}
.anwp-text-md-right {
text-align: left !important;
}
.anwp-text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.anwp-text-lg-left {
text-align: right !important;
}
.anwp-text-lg-right {
text-align: left !important;
}
.anwp-text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.anwp-text-xl-left {
text-align: right !important;
}
.anwp-text-xl-right {
text-align: left !important;
}
.anwp-text-xl-center {
text-align: center !important;
}
}
.anwp-text-lowercase {
text-transform: lowercase !important;
}
.anwp-text-uppercase {
text-transform: uppercase !important;
}
.anwp-text-capitalize {
text-transform: capitalize !important;
}
.anwp-text-xxs {
font-size: 10px;
line-height: 13px;
}
.anwp-text-xs {
font-size: 12px;
line-height: 16px;
}
.anwp-text-sm {
font-size: 14px;
line-height: 19px;
}
.anwp-text-base {
font-size: 16px;
line-height: 22px;
}
.anwp-text-lg {
font-size: 18px;
line-height: 24px;
}
.anwp-text-xl {
font-size: 20px;
line-height: 26px;
}
.anwp-text-2xl {
font-size: 24px;
line-height: 30px;
}
.anwp-text-3xl {
font-size: 30px;
line-height: 36px;
}
.anwp-text-4xl {
font-size: 36px;
line-height: 42px;
}
.anwp-leading-1 {
line-height: 1;
}
.anwp-leading-1-25 {
line-height: 1.25;
}
.anwp-leading-1-5 {
line-height: 1.5;
}
.anwp-leading-2 {
line-height: 2;
}
.anwp-break-normal {
overflow-wrap: normal;
word-break: normal;
}
.anwp-break-words {
overflow-wrap: break-word;
word-break: break-word;
}
.anwp-break-all {
word-break: break-all;
}
.anwp-z-0 {
z-index: 0 !important;
}
.anwp-z-1 {
z-index: 1 !important;
}
.anwp-z-2 {
z-index: 2 !important;
} .stadium-header__photo {
max-width: 800px;
}
.stadium-header__options {
grid-template-columns: minmax(120px, auto) 1fr minmax(120px, auto) 1fr;
}
.stadium-header__options > div:nth-child(4n+2) {
margin-left: 15px;
}
.stadium-header__options > div:nth-child(4n+3) {
margin-right: 15px;
}
.stadium-header__options.stadium-header__options--mini {
grid-template-columns: minmax(120px, auto) 1fr;
}
.stadium-header__options.stadium-header__options--mini > div:nth-child(4n+2) {
margin-left: 0;
}
.stadium-header__options.stadium-header__options--mini > div:nth-child(4n+3) {
margin-right: 0;
}
.stadium-header__option-title, .stadium-header__option-value {
padding: 4px 0 4px 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
display: flex;
align-items: center;
}
.stadium-header__option-title {
opacity: 0.8;
}
@media (max-width: 580px) {
.stadium-header__options:not(.stadium-header__options--mini) {
grid-template-columns: minmax(120px, auto) 1fr;
}
.stadium-header__options:not(.stadium-header__options--mini) > div:nth-child(4n+2) {
margin-left: 0;
}
.stadium-header__options:not(.stadium-header__options--mini) > div:nth-child(4n+3) {
margin-right: 0;
}
}
.map--stadium {
height: 300px;
width: 100%;
margin: 5px 0;
border: solid 1px #DDD;
box-sizing: border-box;
}
.map a img {
box-shadow: none !important;
}
.player-header__options, .staff-header__options, .referee-header__options {
grid-template-columns: minmax(120px, auto) 1fr;
}
.player-header__option-title, .player-header__option-value, .staff-header__option-title, .staff-header__option-value, .referee-header__option-title, .referee-header__option-value {
padding: 4px 0 4px 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
display: flex;
align-items: center;
}
.player-header__option-title, .staff-header__option-title, .referee-header__option-title {
opacity: 0.8;
}
.staff-history__wrapper {
grid-template-columns: repeat(4, auto);
}
.staff-history__wrapper.staff-history__wrapper--max600 {
grid-template-columns: auto 1fr 1fr;
}
.staff-history__wrapper.staff-history__wrapper--max600 .staff-history__club {
grid-row: span 2;
}
.staff-history__wrapper.staff-history__wrapper--max600 .staff-history__job {
grid-column: span 2;
}
.staff-history__wrapper.staff-history__wrapper--max600 .staff-history__club {
flex-direction: column;
}
@media (max-width: 630px) {
.staff-history__wrapper:not(.staff-history__wrapper--max600) {
grid-template-columns: auto 1fr 1fr;
}
.staff-history__wrapper:not(.staff-history__wrapper--max600) .staff-history__club {
grid-row: span 2;
}
.staff-history__wrapper:not(.staff-history__wrapper--max600) .staff-history__job {
grid-column: span 2;
}
.staff-history__wrapper:not(.staff-history__wrapper--max600) .staff-history__club {
flex-direction: column;
}
}
.player-matches__wrapper {
line-height: 1.25;
grid-template-columns: max-content max-content repeat(var(--player-matches-cols), auto);
}
.player-matches__wrapper .player-matches__home-away {
justify-content: center;
}
.player-matches__wrapper .player-matches__competition div {
max-width: calc(100% - 70px);
line-height: 1.2;
}
.player-matches__wrapper .anwp-grid-table__th {
position: sticky;
top: 0;
z-index: 2;
}
.admin-bar .player-matches__wrapper .anwp-grid-table__th {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .player-matches__wrapper .anwp-grid-table__th {
top: 32px;
}
}
.player-matches__wrapper.player-matches__wrapper--max500 {
grid-template-columns: repeat(var(--player-matches-sm-cols), auto);
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__competition div {
margin-top: 10px;
margin-bottom: 10px;
}
.player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__td, .player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__th {
justify-content: center;
padding: 4px;
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__competition, .player-matches__wrapper.player-matches__wrapper--max500 .player-matches__date {
justify-content: start;
}
.player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__sm-block {
display: block !important;
}
.player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__sm-none {
display: none !important;
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__minutes,
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__goals,
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__assists,
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__goals_conceded {
font-size: 18px;
}
.player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__td.player-matches__date {
display: flex;
flex-direction: column;
}
.player-matches__wrapper.player-matches__wrapper--max500 .anwp-grid-table__td.player-matches__date .player-matches__date-teams {
display: flex !important;
margin-top: 5px;
margin-bottom: 5px;
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__result {
display: flex;
flex-direction: column;
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__result span:first-child {
margin-left: 0 !important;
}
.player-matches__wrapper.player-matches__wrapper--max500 .player-matches__result span:last-child {
margin-top: 10px;
font-size: 20px;
font-weight: 600;
letter-spacing: 3px;
}
.player-matches__wrapper.player-matches__wrapper--max600 .player-matches__opponent-title {
display: none;
}
.player-matches__wrapper.player-matches__wrapper--max600 .player-matches__opponent {
justify-content: center;
}
.player-matches__date {
grid-column: 1;
}
.player-matches__competition {
grid-column: 1/-1;
}
@media (max-width: 630px) {
.player-matches__wrapper:not(.player-matches__wrapper--max600) .player-matches__opponent-title {
display: none;
}
.player-matches__wrapper:not(.player-matches__wrapper--max600) .player-matches__opponent {
justify-content: center;
}
}
@media (max-width: 550px) {
.player-matches__wrapper:not(.player-matches__wrapper--max500) {
grid-template-columns: repeat(var(--player-matches-sm-cols), auto);
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__competition div {
margin-top: 10px;
margin-bottom: 10px;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__td, .player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__th {
justify-content: center;
padding: 4px;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__competition, .player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__date {
justify-content: start;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__sm-block {
display: block !important;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__sm-none {
display: none !important;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__minutes,
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__goals,
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__assists,
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__goals_conceded {
font-size: 18px;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__td.player-matches__date {
display: flex;
flex-direction: column;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .anwp-grid-table__td.player-matches__date .player-matches__date-teams {
display: flex !important;
margin-top: 5px;
margin-bottom: 5px;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__result {
display: flex;
flex-direction: column;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__result span:first-child {
margin-left: 0 !important;
}
.player-matches__wrapper:not(.player-matches__wrapper--max500) .player-matches__result span:last-child {
margin-top: 10px;
font-size: 20px;
font-weight: 600;
letter-spacing: 3px;
}
}
.player-stats__wrapper {
line-height: 1.25;
grid-template-columns: repeat(var(--player-stats-cols), auto);
}
.player-stats .anwp-grid-table__td, .player-stats .anwp-grid-table__th {
justify-content: center;
padding: 4px 2px;
}
.player-stats__played {
grid-column: 1;
}
.player-stats__competition {
grid-column: 1/-1;
justify-content: start !important;
padding-right: 10px !important;
}
.player-stats__competition span {
max-width: calc(100% - 70px);
line-height: 1.2;
}
.player-stats__competition_totals {
grid-column: 1/-1;
justify-content: start !important;
padding-right: 10px !important;
line-height: 1.2;
font-weight: 700;
border-bottom-width: 2px !important;
}
.player-stats__totals {
font-weight: 700;
border-bottom-width: 2px !important;
}
.player-stats__season {
justify-content: left !important;
padding-right: 10px !important;
}
.player-stats__subtotals {
font-weight: 700;
border-top-width: 2px !important;
border-top-style: solid;
}
.player-missed__wrapper {
line-height: 1.25;
grid-template-columns: max-content max-content auto auto;
}
.player-missed__competition {
grid-column: 1/-1;
justify-content: start !important;
padding-right: 10px !important;
}
.player-missed__competition div {
max-width: calc(100% - 70px);
line-height: 1.2;
}
.player-missed__date {
grid-column: 1;
}
.player-missed__wrapper.player-missed__wrapper--max500 {
grid-template-columns: max-content auto;
}
.player-missed__wrapper.player-missed__wrapper--max500 .player-missed__competition div {
padding-top: 10px;
padding-bottom: 10px;
}
.player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__td, .player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__th {
justify-content: center;
padding: 4px;
}
.player-missed__wrapper.player-missed__wrapper--max500 .player-matches__competition, .player-missed__wrapper.player-missed__wrapper--max500 .player-matches__date {
justify-content: start;
}
.player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__sm-block {
display: block !important;
}
.player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__sm-none {
display: none !important;
}
.player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__td.player-missed__date {
display: flex;
flex-direction: column;
padding-right: 20px;
padding-left: 20px;
}
.player-missed__wrapper.player-missed__wrapper--max500 .anwp-grid-table__td.player-missed__date .player-missed__date-teams {
display: flex !important;
margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 550px) {
.player-missed__wrapper:not(.player-missed__wrapper--max500) {
grid-template-columns: max-content auto;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .player-missed__competition div {
padding-top: 10px;
padding-bottom: 10px;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__td, .player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__th {
justify-content: center;
padding: 4px;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .player-matches__competition, .player-missed__wrapper:not(.player-missed__wrapper--max500) .player-matches__date {
justify-content: start;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__sm-block {
display: block !important;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__sm-none {
display: none !important;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__td.player-missed__date {
display: flex;
flex-direction: column;
padding-right: 20px;
padding-left: 20px;
}
.player-missed__wrapper:not(.player-missed__wrapper--max500) .anwp-grid-table__td.player-missed__date .player-missed__date-teams {
display: flex !important;
margin-top: 5px;
margin-bottom: 5px;
}
}
.cards-shortcode {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--cards-shortcode-cols), auto);
}
.cards-shortcode .anwp-grid-table__th {
position: sticky;
top: 0;
z-index: 2;
}
.admin-bar .cards-shortcode .anwp-grid-table__th {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .cards-shortcode .anwp-grid-table__th {
top: 32px;
}
}
.cards-shortcode-mini {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--cards-shortcode-cols), auto);
}
.cards-shortcode-mini .anwp-grid-table__th, .cards-shortcode-mini .anwp-grid-table__td {
padding: 4px;
}
.players-shortcode {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) minmax(0, 1fr) repeat(var(--players-shortcode-cols), auto);
}
.players-shortcode.layout-compact--1 {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--players-shortcode-cols), auto);
}
.players-shortcode.players-shortcode--max600 {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--players-shortcode-sm-cols), auto);
}
.players-shortcode.players-shortcode--max600 .anwp-grid-table__sm-none {
display: none !important;
}
.players-shortcode.players-shortcode--max600 .anwp-grid-table__sm-block {
display: block !important;
}
@media (max-width: 630px) {
.players-shortcode:not(.players-shortcode--max600) {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--players-shortcode-sm-cols), auto);
}
.players-shortcode:not(.players-shortcode--max600) .anwp-grid-table__sm-none {
display: none !important;
}
.players-shortcode:not(.players-shortcode--max600) .anwp-grid-table__sm-block {
display: block !important;
}
}
.players-shortcode-mini {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--players-shortcode-cols), auto);
}
.match-widget__scores-number {
border-width: 1px;
padding: 4px;
line-height: 1.2;
border-style: solid;
min-width: 25px;
text-align: center;
white-space: nowrap;
}
.match-widget__club-title {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.3;
}
.player-block {
max-width: 400px;
}
.player-block__header.player-block__header--max260 {
display: block !important;
text-align: center;
}
.player-block__header.player-block__header--max260 .player-block__name {
margin-top: 10px;
}
.player-block__header.player-block__header--max260 .player-block__extra {
justify-content: center;
padding-right: 0 !important;
}
.player-block__option-value {
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
width: 40px;
}
.player-block__option-value--wide {
width: auto;
white-space: nowrap;
}
.player-block__option-label {
padding-right: 10px;
}
.standing + .anwp-section,
.competition__group-title + .standing {
margin-top: 20px;
}
.standing-table-mini {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols), auto);
}
.standing-table-mini.standing-text-mono .standing-table__cell-number {
font-family: monospace;
}
.standing-table-mini.standing-table-mini--max500 {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-sm), auto);
}
.standing-table-mini.standing-table-mini--max500 .anwp-grid-table__sm-block {
display: block !important;
}
.standing-table-mini.standing-table-mini--max500 .anwp-grid-table__sm-flex {
display: flex !important;
}
.standing-table-mini.standing-table-mini--max500 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 550px) {
.standing-table-mini:not(.standing-table-mini--max500) {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-sm), auto);
}
.standing-table-mini:not(.standing-table-mini--max500) .anwp-grid-table__sm-block {
display: block !important;
}
.standing-table-mini:not(.standing-table-mini--max500) .anwp-grid-table__sm-flex {
display: flex !important;
}
.standing-table-mini:not(.standing-table-mini--max500) .anwp-grid-table__sm-none {
display: none !important;
}
}
.standing-table {
line-height: 1.25;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols), auto);
}
.standing-table.standing-text-mono .standing-table__cell-number {
font-family: monospace;
}
.standing-table__cell-form {
min-width: 16px;
margin-right: 1px;
margin-left: 1px;
}
.standing-table__mini-cell-form {
height: 3px;
margin-left: 3px;
}
.standing-table.standing-table--max600 {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-sm), auto);
}
.standing-table.standing-table--max600 .anwp-grid-table__sm-block {
display: block !important;
}
.standing-table.standing-table--max600 .anwp-grid-table__sm-flex {
display: flex !important;
}
.standing-table.standing-table--max600 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 630px) {
.standing-table:not(.standing-table--max600) {
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-sm), auto);
}
.standing-table:not(.standing-table--max600) .anwp-grid-table__sm-block {
display: block !important;
}
.standing-table:not(.standing-table--max600) .anwp-grid-table__sm-flex {
display: flex !important;
}
.standing-table:not(.standing-table--max600) .anwp-grid-table__sm-none {
display: none !important;
}
}
.competition__group-wrapper + .competition__group-wrapper {
margin-top: 10px;
}
.competition__group-wrapper + .competition__group-wrapper > .competition__group-title {
margin-top: 40px;
}
.competition__group-wrapper + .anwp-section {
margin-top: 40px;
}
.competition__round-title {
margin-bottom: 10px;
}
.competition__tabs-item {
border: 1px solid #eee;
}
.competition-header + .competition__group-wrapper {
margin-top: 40px;
}
.match-list__item + .anwp-section {
margin-top: 40px;
}
.competition-list__competition.d-none {
display: none !important;
}
.competition-list__country-collapsed-icon {
transition: transform 300ms;
}
.list__country_collapsed--active .competition-list__country-collapsed-icon {
transform: rotate(180deg);
}
.anwp-fl-outcome-label {
width: 25px;
text-align: center;
line-height: 24px;
color: #fff;
text-transform: uppercase;
opacity: 0.9;
font-weight: 600;
display: inline-block;
}
@media (min-width: 576px) {
.match-list__live-block {
min-width: 70px;
}
}
.match-modern {
border-style: solid;
border-width: 1px;
position: relative;
}
.match-modern + .match-modern {
border-top-width: 0;
}
.match-modern__kickoff {
position: relative;
}
.match-modern__kickoff:after {
content: "";
position: absolute;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #ced4da;
right: 50%;
width: 50px;
margin-right: -25px;
bottom: -4px;
}
.match-modern__scores-number {
border-width: 1px;
padding: 2px;
line-height: 1.2;
border-style: solid;
min-width: 25px;
text-align: center;
white-space: nowrap;
}
.match-modern__team {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.3;
}
.match-modern:not(.fl-match-is-live) .match-modern__scores-number-status-0 {
border-color: transparent;
}
.match-modern__separated + .match-modern__separated {
padding-right: 5px;
margin-right: 5px;
}
.match-modern__separated + .match-modern__separated:before {
content: "|";
font-size: 8px;
opacity: 0.5;
position: relative;
right: -5px;
top: -2px;
}
.match-simple {
border-style: solid;
border-width: 1px;
position: relative;
}
.match-simple + .match-simple {
border-top-width: 0;
}
.match-simple__scores-number {
border-width: 1px;
padding: 2px;
line-height: 1.2;
border-style: solid;
min-width: 25px;
text-align: center;
white-space: nowrap;
}
.match-simple__team {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.15;
word-wrap: normal;
}
.match-simple:not(.fl-match-is-live) .match-simple__scores-number-status-0 {
border-color: transparent;
}
.match-simple__separated + .match-simple__separated {
padding-right: 5px;
margin-right: 5px;
}
.match-simple__separated + .match-simple__separated:before {
content: "|";
font-size: 8px;
opacity: 0.5;
position: relative;
right: -5px;
top: -2px;
}
.match-slim {
border-style: solid;
border-width: 1px;
position: relative;
}
.match-slim + .match-slim {
border-top-width: 0;
}
.match-slim__date-wrapper {
text-align: left;
}
@media (min-width: 576px) {
.match-slim__main-meta {
border-left-style: solid;
border-left-width: 1px;
}
.match-slim__date-wrapper {
min-width: 70px;
}
}
.match-slim__competition-logo {
margin-left: 6px;
}
.match-slim__scores-number {
border-width: 1px;
padding: 2px;
line-height: 1.1;
border-style: solid;
min-width: 25px;
text-align: center;
white-space: nowrap;
}
@media (max-width: 575.98px) {
.match-slim__scores-number {
min-width: 32px;
font-size: 20px;
}
.match-slim__team-away-title, .match-slim__team-home-title {
font-size: 12px;
margin-top: 2px;
}
}
.match-slim:not(.fl-match-is-live) .match-slim__scores-number-status-0 {
border-color: transparent;
}
.match-slim__separated + .match-slim__separated {
padding-right: 5px;
margin-right: 5px;
}
.match-slim__separated + .match-slim__separated:before {
content: "|";
font-size: 8px;
opacity: 0.5;
position: relative;
right: -5px;
top: -2px;
}
.match-slim__separated-inner {
opacity: 0.8;
}
.match-slim__stadium-referee > div {
margin: 0 10px;
}
.match-small {
border-style: solid;
border-width: 1px;
position: relative;
}
.match-small + .match-small {
border-top-width: 0;
}
.match-small__competition-logo {
margin-left: 6px;
}
.match-small__scores-number {
border-width: 1px;
padding: 5px 2px;
line-height: 1;
border-style: solid;
min-width: 25px;
text-align: center;
white-space: nowrap;
}
.match-small:not(.fl-match-is-live) .match-small__scores-number-status-0 {
border-color: transparent;
}
.match-small__separated + .match-small__separated {
padding-right: 5px;
margin-right: 5px;
}
.match-small__separated + .match-small__separated:before {
content: "|";
font-size: 8px;
opacity: 0.5;
position: relative;
right: -5px;
top: -2px;
}
.match-small__separated-inner {
opacity: 0.8;
}
.match-small__stadium-referee > div {
margin: 0 10px;
}
.match-card__footer {
padding-top: 2px;
padding-bottom: 2px;
}
.match-card__club-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.3;
}
.club-header__options {
grid-template-columns: minmax(120px, auto) 1fr;
}
.club-header__option-title, .club-header__option-value {
padding: 4px 0 4px 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
display: flex;
align-items: center;
}
.club-header__option-title {
opacity: 0.8;
}
.squad-blocks {
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 15px;
}
.squad-blocks__header {
grid-column: 1/-1;
margin-bottom: -5px;
}
.squad-blocks__block {
border-width: 1px;
border-style: solid;
}
.squad-blocks__photo-wrapper {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.squad-blocks__status-badge {
padding: 2px 5px;
left: 10px;
right: 10px;
top: -20px;
}
.squad-blocks__name {
margin-top: 25px;
}
.squad-blocks__name + .squad-blocks__player-param {
margin-top: 15px;
}
.squad-blocks__player-param {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 2px;
padding-bottom: 2px;
}
.squad-blocks__player-param:last-child {
border-bottom: none;
}
.squad-rows {
grid-template-columns: minmax(50px, auto) minmax(53px, auto) minmax(0, 1fr) minmax(50px, auto) minmax(50px, auto);
}
.squad-rows__staff {
grid-template-columns: minmax(53px, auto) minmax(0, 1fr) minmax(50px, auto) minmax(50px, auto);
}
.squad-rows__staff .squad-rows__header-title {
grid-column: 1/3;
}
.squad-rows__header-title {
grid-column: 1/4;
position: sticky;
top: 0;
z-index: 2;
text-transform: uppercase;
}
.admin-bar .squad-rows__header-title {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .squad-rows__header-title {
top: 32px;
}
}
.squad-rows .squad-rows__name-2 {
display: block;
}
.squad-rows__header-param {
position: sticky;
top: 0;
}
.admin-bar .squad-rows__header-param {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .squad-rows__header-param {
top: 32px;
}
}
.squad-rows__number, .squad-rows__photo-wrapper, .squad-rows__name, .squad-rows__nationality, .squad-rows__age {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
.squad-rows__status-badge {
bottom: 2px;
right: 10px;
left: 10px;
padding: 2px 4px;
}
.squad-rows.squad-rows--mini {
grid-template-columns: minmax(50px, auto) minmax(53px, auto) minmax(0, 1fr);
}
.squad-rows.squad-rows--mini .squad-rows__name {
flex-direction: column;
align-items: flex-start !important;
}
.squad-rows.squad-rows--mini .squad-rows__name a {
padding-top: 10px;
padding-bottom: 3px;
}
.squad-rows.squad-rows--mini.squad-rows__staff {
grid-template-columns: minmax(53px, auto) minmax(0, 1fr);
}
.squad-rows.squad-rows--mini .anwp-grid-table__sm-none {
display: none !important;
}
.squad-rows.squad-rows--mini .anwp-grid-table__sm-flex {
display: flex !important;
}
.squad-rows.squad-rows--mini .squad-rows__name-2 {
display: inline-block;
}
.squad-rows.squad-rows--mini .squad-rows__name-1 {
margin-left: 5px;
}
@media (max-width: 550px) {
.squad-rows:not(.squad-rows--mini) {
grid-template-columns: minmax(50px, auto) minmax(53px, auto) minmax(0, 1fr);
}
.squad-rows:not(.squad-rows--mini) .squad-rows__name {
flex-direction: column;
align-items: flex-start !important;
}
.squad-rows:not(.squad-rows--mini) .squad-rows__name a {
padding-top: 10px;
padding-bottom: 3px;
}
.squad-rows:not(.squad-rows--mini).squad-rows__staff {
grid-template-columns: minmax(53px, auto) minmax(0, 1fr);
}
.squad-rows:not(.squad-rows--mini) .anwp-grid-table__sm-none {
display: none !important;
}
.squad-rows:not(.squad-rows--mini) .anwp-grid-table__sm-flex {
display: flex !important;
}
.squad-rows:not(.squad-rows--mini) .squad-rows__name-2 {
display: inline-block;
}
.squad-rows:not(.squad-rows--mini) .squad-rows__name-1 {
margin-left: 5px;
}
}
.match-header__main {
margin-top: 15px;
margin-bottom: 15px;
}
.match-header__scores-wrapper {
font-size: 60px;
}
.match-header__outcome-text {
border-style: solid;
border-width: 2px;
padding: 2px 5px;
text-transform: uppercase;
}
.match__event-minute {
min-width: 35px;
padding-right: 5px;
padding-left: 5px;
white-space: nowrap;
}
.match__player-number {
min-width: 30px;
padding: 2px 5px;
text-align: left;
box-sizing: border-box;
}
.match__player-position {
min-width: 25px;
text-align: center;
text-transform: uppercase;
}
.match-lineups__players {
display: grid;
grid-template-columns: 1fr;
column-gap: 30px;
row-gap: 20px;
}
@media (min-width: 576px) {
.match-lineups__players {
grid-template-columns: 1fr 1fr;
grid-template-areas: "home-club  away-club" "home-start away-start" "home-subs  away-subs" "home-coach away-coach";
}
.match-lineups__players .match-lineups__home-club {
grid-area: home-club;
}
.match-lineups__players .match-lineups__home-starting {
grid-area: home-start;
}
.match-lineups__players .match-lineups__home-subs {
grid-area: home-subs;
}
.match-lineups__players .match-lineups__home-coach {
grid-area: home-coach;
}
.match-lineups__players .match-lineups__away-club {
grid-area: away-club;
}
.match-lineups__players .match-lineups__away-starting {
grid-area: away-start;
}
.match-lineups__players .match-lineups__away-subs {
grid-area: away-subs;
}
.match-lineups__players .match-lineups__away-coach {
grid-area: away-coach;
}
}
.club-form__item {
font-size: 12px;
width: 20px;
height: 20px;
text-align: center;
opacity: 0.9;
}
.player-birthday-card + .player-birthday-card {
border-top: none;
}
.player-birthday-card__position, .player-birthday-card__club-wrapper, .player-birthday-card__date-wrapper {
opacity: 0.8;
}
.player-birthday-card__date-subtitle {
margin-top: 20px;
margin-bottom: 10px;
}
.player-birthday-card__date-subtitle:first-child {
margin-top: 0;
}
.anwp-video-grid__item-info {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 2.2rem;
font-size: 0.9rem;
font-weight: 600;
line-height: 1.1rem;
}
.anwp-fl-yt-video {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.anwp-fl-yt-video:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(35, 35, 35, 0.35);
background-repeat: no-repeat;
background-position: center center;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ3Ljg3NzkgMjQuOTg2OEM0Ny44OTUxIDI4LjAwNDUgNDcuMzE0MSAzMC45OTU3IDQ2LjE2OCAzMy43ODg2QzQ1LjAyMiAzNi41ODE1IDQzLjMzMzYgMzkuMTIwOCA0MS4yIDQxLjI2MDdDMzkuMDY2NCA0My40MDA2IDM2LjUyOTcgNDUuMDk4OCAzMy43MzU3IDQ2LjI1NzZDMzAuOTQxNyA0Ny40MTYzIDI3Ljk0NTUgNDguMDEyOSAyNC45MTk1IDQ4LjAxMjlDMjEuODkzNSA0OC4wMTI5IDE4Ljg5NzQgNDcuNDE2MyAxNi4xMDM0IDQ2LjI1NzZDMTMuMzA5NCA0NS4wOTg4IDEwLjc3MjYgNDMuNDAwNiA4LjYzOTAxIDQxLjI2MDdDNi41MDU0MiAzOS4xMjA4IDQuODE3MDcgMzYuNTgxNSAzLjY3MTA0IDMzLjc4ODZDMi41MjUwMSAzMC45OTU3IDEuOTQzOTIgMjguMDA0NSAxLjk2MTE5IDI0Ljk4NjhDMS45NDM5MiAyMS45NjkyIDIuNTI1MDEgMTguOTc4IDMuNjcxMDQgMTYuMTg1MUM0LjgxNzA3IDEzLjM5MjIgNi41MDU0MiAxMC44NTI5IDguNjM5MDEgOC43MTI5N0MxMC43NzI2IDYuNTczMDggMTMuMzA5NCA0Ljg3NDkyIDE2LjEwMzQgMy43MTYxM0MxOC44OTc0IDIuNTU3MzUgMjEuODkzNSAxLjk2MDc4IDI0LjkxOTUgMS45NjA3OEMyNy45NDU1IDEuOTYwNzggMzAuOTQxNyAyLjU1NzM1IDMzLjczNTcgMy43MTYxM0MzNi41Mjk3IDQuODc0OTIgMzkuMDY2NCA2LjU3MzA4IDQxLjIgOC43MTI5N0M0My4zMzM2IDEwLjg1MjkgNDUuMDIyIDEzLjM5MjIgNDYuMTY4IDE2LjE4NTFDNDcuMzE0MSAxOC45NzggNDcuODk1MSAyMS45NjkyIDQ3Ljg3NzkgMjQuOTg2OFYyNC45ODY4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjg3NDA0Ii8+CjxwYXRoIGQ9Ik0xOC4wOTg4IDE1LjY0MjdWMzQuOTM0N0wzNy4wMTk2IDI1LjI3MzdMMTguMDk4OCAxNS42NDI3IiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.anwp-fl-yt-video:after:hover {
background-color: rgba(35, 35, 35, 0);
}
@media screen and (max-height: 900px) {
.modaal-video-container {
max-height: 507px;
}
}
.anwp-v-videos-yt-modal {
z-index: 1000005 !important;
}
   .swiper-wrapper {
display: flex;
} .swiper-button-next, .swiper-button-prev {
z-index: 1 !important;
}
.anwp-fl-matches-scoreboard .swiper-button-next, .anwp-fl-matchweek-nav-slides .swiper-button-next, .anwp-fl-matches-scoreboard .swiper-button-prev, .anwp-fl-matchweek-nav-slides .swiper-button-prev {
background-image: none !important;
}
.anwp-fl-calendar-slider__swiper-container-outer {
position: relative;
}
.anwp-fl-calendar-slider__swiper-container {
margin-right: 24px;
margin-left: 24px;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.anwp-fl-calendar-slider__swiper-container .swiper-notification {
position: absolute;
right: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.anwp-fl-calendar-slider__swiper-slide {
flex-shrink: 0;
width: 100%;
position: relative;
transition-property: transform;
text-align: center;
margin-bottom: 0;
background-color: rgb(246, 247, 248);
cursor: pointer;
border-left: 1px solid #ddd;
}
.anwp-fl-calendar-slider__swiper-slide.swiper-slide-active {
background-color: #dcecdf;
}
.anwp-fl-calendar-slider__swiper-slide .icon__ball {
position: absolute;
bottom: 2px;
left: 2px;
width: 12px;
height: 12px;
opacity: 0.7;
}
.anwp-fl-calendar-slider__swiper-button-prev, .anwp-fl-calendar-slider__swiper-button-next {
position: absolute;
bottom: 0;
top: 0;
font-weight: 800;
background-color: #b5b5b5;
cursor: pointer;
color: #fff;
outline: none;
}
.anwp-fl-calendar-slider__swiper-button-prev.swiper-button-disabled, .anwp-fl-calendar-slider__swiper-button-next.swiper-button-disabled {
color: #cbcbcb;
}
.anwp-fl-calendar-slider__swiper-button-prev {
right: 0;
width: 24px;
}
.anwp-fl-calendar-slider__swiper-button-next {
left: 0;
width: 24px;
}
.anwp-fl-calendar-slider__day {
line-height: 1.3;
}
.anwp-fl-calendar-slider__day-text {
opacity: 0.9;
position: absolute;
top: 0;
left: 3px;
}
.anwp-fl-calendar-slider__month-text {
line-height: 1.3;
}
.anwp-fl-calendar-slider .anwp-fl-loader {
position: static;
margin: 30px auto;
display: block;
}
.anwp-fl-matches-scoreboard {
position: relative;
}
.anwp-fl-matches-scoreboard__swiper-container {
margin-right: 24px;
margin-left: 24px;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.anwp-fl-matches-scoreboard__swiper-container .swiper-notification {
position: absolute;
right: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.anwp-fl-matches-scoreboard .match-card {
border-left: 1px solid #ddd;
}
.anwp-fl-matches-scoreboard__swiper-button-prev, .anwp-fl-matches-scoreboard__swiper-button-next {
position: absolute;
bottom: 0;
top: 0;
font-weight: 800;
background-color: #b5b5b5;
cursor: pointer;
color: #fff;
outline: none;
}
.anwp-fl-matches-scoreboard__swiper-button-prev.swiper-button-disabled, .anwp-fl-matches-scoreboard__swiper-button-next.swiper-button-disabled {
color: #cbcbcb;
}
.anwp-fl-matches-scoreboard__swiper-button-prev {
right: 0;
width: 24px;
}
.anwp-fl-matches-scoreboard__swiper-button-next {
left: 0;
width: 24px;
}
.anwp-fl-matchweek-slides__swiper-container {
overflow: hidden;
width: 100%;
margin-top: 12px;
}
.anwp-fl-matchweek-slides__swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.anwp-fl-matchweek-nav-slides__swiper-container {
width: 100%;
position: relative;
overflow: hidden;
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container {
margin: 0 25px;
position: relative;
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next, .anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev {
top: 0;
width: 22px;
height: 22px;
color: #fff;
background-color: #ccc;
margin-top: 0;
outline: none;
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next:after, .anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev:after {
font-size: 18px;
line-height: 1;
content: "";
min-width: 8px;
min-height: 16px;
background-repeat: no-repeat;
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2016%22%20width%3D%228%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%208l-5%205L1%2011.5%204.75%208%201%204.5%202.5%203l5%205z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2016%22%20width%3D%228%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%203L7%204.5%203.25%208%207%2011.5%205.5%2013l-5-5%205-5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.anwp-fl-matchweek-nav-slides__prev {
right: -25px !important;
}
.anwp-fl-matchweek-nav-slides__next {
left: -25px !important;
}
.anwp-fl-matchweek-nav-slides__swiper-slide {
flex-shrink: 0;
width: 100%;
height: 22px;
line-height: 22px;
position: relative;
transition-property: transform;
text-align: center;
margin-bottom: 0;
background-color: rgb(246, 247, 248);
cursor: pointer;
}
.anwp-fl-matchweek-nav-slides__swiper-slide.swiper-slide-active {
background-color: #dcecdf;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-container-outer {
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-button-next, .anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-button-prev {
font-weight: 600;
line-height: 1;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-button-prev {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-button-next {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__day-text {
font-size: 10px;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__month-text {
font-size: 12px;
line-height: 1.4;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__swiper-slide {
padding-top: 4px !important;
padding-bottom: 2px !important;
}
.anwp-fl-calendar-slider__size-small .anwp-fl-calendar-slider__day {
font-size: 20px;
line-height: 1.2;
}
body.ie span.flatpickr-weekday {
display: inline-block;
width: 14.2857143%;
max-width: 14.2857143%;
min-width: 14.2857143%;
}
body.ie span.flatpickr-day {
width: 14.2857143%;
max-width: 14.2857143%;
min-width: 14.2857143%;
margin: 0 !important;
}
@media screen and (min-width: 0\0 ) {
body.ie div.flatpickr-current-month {
padding-top: 0 !important;
}
}
body.ie .flatpickr-rContainer {
min-width: 100%;
}
.anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar:before, .anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar:after {
margin: 0;
border-width: 0;
}
.anwp-fl-calendar-widget-wrap-outer .dayContainer {
max-width: 100%;
min-width: 100%;
}
.anwp-fl-calendar-widget-wrap-outer .flatpickr-days, .anwp-fl-calendar-widget-wrap-outer .flatpickr-rContainer, .anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar {
max-width: 100%;
}
.anwp-fl-calendar-widget-wrap-outer .flatpickr-current-month .cur-month {
font-size: 0.9rem;
}
.anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar {
border-radius: 0;
box-shadow: none;
border: 1px solid #dee2e6;
}
.anwp-fl-calendar-widget-wrap-outer .flatpickr-current-month {
padding-top: 3px;
}
.anwp-fl-calendar-widget-wrap-outer svg.icon__ball {
width: 10px;
height: 10px;
position: absolute;
top: 1px;
left: 0;
fill: #444;
}
.anwp-fl-calendar-widget-wrap-outer .anwp-calendar-day-has-matches {
background-color: rgba(108, 169, 122, 0.1);
}
.anwp-b-wrap .flatpickr-current-month > select, .anwp-b-wrap .flatpickr-current-month > input {
display: inline-block;
}
.anwp-b-wrap .flatpickr-current-month input.cur-year {
padding: 0 0.5ch 0 0;
}
.anwp-fl-calendar-matches-wrapper .anwp-block-header:first-child {
margin-top: 5px !important;
}
.anwp-b-wrap .flatpickr-calendar {
width: auto;
}
.anwp-b-wrap .flatpickr-calendar .dayContainer {
width: auto;
min-width: 100%;
max-width: 100%;
}
.anwp-b-wrap .flatpickr-calendar .flatpickr-days {
width: auto;
}
.anwp-b-wrap .flatpickr-calendar .flatpickr-day {
max-width: initial;
height: 39px;
line-height: 39px;
}
.anwp-b-wrap .anwp-icon.anwpfl-icon--shirt {
width: 50px;
height: 40px;
stroke-width: 0;
position: absolute;
margin-right: -25px;
right: 50%;
}
.modaal-wrapper.modaal-fullscreen {
z-index: 100050;
}
.modaal-fullscreen .anwp-hide-full-modaal {
display: none;
}
.modaal-fullscreen .modaal-close {
z-index: 2;
border-radius: 100%;
}
.anwp-fl-builder-block {
margin-bottom: 30px;
}
.anwp-block-content > p:last-child {
margin-bottom: 0;
}
.anwp-fl-builder__tabs .anwp-navbar__item:last-child {
margin-left: 0 !important;
}
.anwp-navbar__content.anwp-fl-builder__tab.row > .anwp-fl-builder-block:first-child > .anwp-block-header:first-child {
margin-top: 0;
}
.anwp-fl-builder .anwp-block-header {
margin-bottom: 0.5rem;
}
.anwp-stats-table thead th {
vertical-align: middle;
}
.anwp-fl-data-tables table, .anwp-fl-data-tables th, .anwp-fl-data-tables td {
border: none;
}
.anwp-b-wrap table.dataTable thead > tr > th.sorting:before, .anwp-b-wrap table.dataTable thead > tr > th.sorting:after, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc:before, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc:after, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc:before, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc:after, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc_disabled:before, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc_disabled:after, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc_disabled:before, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc_disabled:after, .anwp-b-wrap table.dataTable thead > tr > td.sorting:before, .anwp-b-wrap table.dataTable thead > tr > td.sorting:after, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc:before, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc:after, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc:before, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc:after, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc_disabled:before, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc_disabled:after, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc_disabled:before, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc_disabled:after {
left: 0;
font-size: 1.3em;
}
.anwp-b-wrap table.dataTable.compact thead th, .anwp-b-wrap table.dataTable.compact thead td {
padding: 4px 8px;
}
.anwp-b-wrap table.dataTable thead > tr > th.sorting, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc, .anwp-b-wrap table.dataTable thead > tr > th.sorting_asc_disabled, .anwp-b-wrap table.dataTable thead > tr > th.sorting_desc_disabled, .anwp-b-wrap table.dataTable thead > tr > td.sorting, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc, .anwp-b-wrap table.dataTable thead > tr > td.sorting_asc_disabled, .anwp-b-wrap table.dataTable thead > tr > td.sorting_desc_disabled {
padding-left: 13px !important;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-footer {
background-color: #f1f1f1;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-footer .tabulator-page.active {
background-color: #fff;
font-weight: 700;
color: #555;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-footer .tabulator-page-size {
padding-left: 25px;
font-size: 1em;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header {
font-weight: 600;
background-color: #f1f1f1;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col {
background-color: #f1f1f1;
font-size: 0.9em;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col input, .anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col select {
font-size: 1em;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
margin-top: auto;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
left: 2px;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
border-right-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
background-color: #ddd;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
padding-left: 16px;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-paginator button {
color: #555;
}
.anwp-fl-tabulator-stats .tabulator .tabulator-paginator label {
font-weight: normal;
}   .multiselect__input {
border: none !important;
box-shadow: none !important;
}
.anwp-players-selector .multiselect__placeholder {
line-height: 1.2;
}
.anwp-fl-admin-metabox .multiselect__tags {
min-height: 32px;
padding: 4px 8px 0 40px;
border: 1px solid #ced4da;
border-radius: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
line-height: 1;
}
.anwp-fl-admin-metabox .multiselect__tags .multiselect__tag {
margin-bottom: 1px;
margin-left: 3px;
background: #cfd8dc;
color: #606e76;
}
.anwp-fl-admin-metabox .multiselect__tag-icon:focus, .anwp-fl-admin-metabox .multiselect__tag-icon:hover {
background: #606e76;
}
.anwp-fl-admin-metabox .multiselect__tag-icon:after {
color: #606e76;
transition: all 0.2s ease;
}
.anwp-fl-admin-metabox .multiselect__tag-icon {
line-height: 20px;
}
.anwp-fl-admin-metabox .multiselect__select {
height: 28px;
width: 32px;
padding: 4px;
}
.anwp-fl-admin-metabox .multiselect__select:before {
top: 16px;
}
.anwp-fl-admin-metabox .multiselect__placeholder {
margin-bottom: 3px;
}
.anwp-fl-admin-metabox .multiselect__option {
padding: 8px 12px;
min-height: 32px;
line-height: 16px;
}
.anwp-fl-admin-metabox .multiselect__content {
margin-bottom: 0;
}
.anwp-fl-admin-metabox .multiselect__content li {
margin-bottom: 0;
border-bottom: 1px dotted #ccc;
font-size: 14px;
line-height: 1.2;
}
.anwp-fl-admin-metabox .multiselect__single {
margin-bottom: 0;
font-size: 14px;
margin-top: 1px;
}
.anwp-fl-admin-metabox .multiselect__content-wrapper {
border-radius: 0;
} fieldset[disabled] .multiselect {
pointer-events: none;
}
.multiselect__spinner {
position: absolute;
left: 1px;
top: 1px;
width: 48px;
height: 35px;
background: #fff;
display: block;
}
.multiselect__spinner:after, .multiselect__spinner:before {
position: absolute;
content: "";
top: 50%;
right: 50%;
margin: -8px -8px 0 0;
width: 16px;
height: 16px;
border-radius: 100%;
border-color: #41b883 transparent transparent;
border-style: solid;
border-width: 2px;
box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
animation-iteration-count: infinite;
}
.multiselect__spinner:after {
animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
animation-iteration-count: infinite;
}
.multiselect__loading-enter-active, .multiselect__loading-leave-active {
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
.multiselect__loading-enter, .multiselect__loading-leave-active {
opacity: 0;
}
.multiselect, .multiselect__input, .multiselect__single {
font-family: inherit;
font-size: 16px;
touch-action: manipulation;
}
.multiselect {
box-sizing: content-box;
display: block;
position: relative;
width: 100%;
min-height: 40px;
text-align: right;
color: #35495e;
}
.multiselect * {
box-sizing: border-box;
}
.multiselect:focus {
outline: none;
}
.multiselect--disabled {
opacity: 0.6;
}
.multiselect--active {
z-index: 1;
}
.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.multiselect--active .multiselect__select {
transform: rotate(-180deg);
}
.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.multiselect__input, .multiselect__single {
position: relative;
display: inline-block;
min-height: 20px;
line-height: 20px;
border: none;
border-radius: 5px;
background: #fff;
padding: 0 5px 0 0;
width: 100%;
transition: border 0.1s ease;
box-sizing: border-box;
margin-bottom: 8px;
vertical-align: top;
}
.multiselect__input::-moz-placeholder {
color: #35495e;
}
.multiselect__input::placeholder {
color: #35495e;
}
.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
width: auto;
}
.multiselect__input:hover, .multiselect__single:hover {
border-color: #cfcfcf;
}
.multiselect__input:focus, .multiselect__single:focus {
border-color: #a8a8a8;
outline: none;
}
.multiselect__single {
padding-right: 5px;
margin-bottom: 8px;
}
.multiselect__tags-wrap {
display: inline;
}
.multiselect__tags {
min-height: 40px;
display: block;
padding: 8px 8px 0 40px;
border-radius: 5px;
border: 1px solid #e8e8e8;
background: #fff;
font-size: 14px;
}
.multiselect__tag {
position: relative;
display: inline-block;
padding: 4px 10px 4px 26px;
border-radius: 5px;
margin-left: 10px;
color: #fff;
line-height: 1;
background: #41b883;
margin-bottom: 5px;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}
.multiselect__tag-icon {
cursor: pointer;
margin-right: 7px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
font-weight: 700;
font-style: normal;
width: 22px;
text-align: center;
line-height: 22px;
transition: all 0.2s ease;
border-radius: 5px;
}
.multiselect__tag-icon:after {
content: "×";
color: #266d4d;
font-size: 14px;
}
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
background: #369a6e;
}
.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
color: #fff;
}
.multiselect__current {
min-height: 40px;
overflow: hidden;
padding: 8px 12px 0;
padding-left: 30px;
white-space: nowrap;
border-radius: 5px;
border: 1px solid #e8e8e8;
}
.multiselect__current, .multiselect__select {
line-height: 16px;
box-sizing: border-box;
display: block;
margin: 0;
text-decoration: none;
cursor: pointer;
}
.multiselect__select {
position: absolute;
width: 40px;
height: 38px;
left: 1px;
top: 1px;
padding: 4px 8px;
text-align: center;
transition: transform 0.2s ease;
}
.multiselect__select:before {
position: relative;
left: 0;
top: 65%;
color: #999;
margin-top: 4px;
border-style: solid;
border-width: 5px 5px 0;
border-color: #999 transparent transparent;
content: "";
}
.multiselect__placeholder {
color: #adadad;
display: inline-block;
margin-bottom: 10px;
padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
display: none;
}
.multiselect__content-wrapper {
position: absolute;
display: block;
background: #fff;
width: 100%;
max-height: 240px;
overflow: auto;
border: 1px solid #e8e8e8;
border-top: none;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: 1;
-webkit-overflow-scrolling: touch;
}
.multiselect__content {
list-style: none;
display: inline-block;
padding: 0;
margin: 0;
min-width: 100%;
vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
bottom: 100%;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: none;
border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
display: none;
}
.multiselect__element {
display: block;
}
.multiselect__option {
display: block;
padding: 12px;
min-height: 40px;
line-height: 16px;
text-decoration: none;
text-transform: none;
vertical-align: middle;
position: relative;
cursor: pointer;
white-space: nowrap;
}
.multiselect__option:after {
top: 0;
left: 0;
position: absolute;
line-height: 40px;
padding-left: 12px;
padding-right: 20px;
font-size: 13px;
}
.multiselect__option--highlight {
background: #41b883;
outline: none;
color: #fff;
}
.multiselect__option--highlight:after {
content: attr(data-select);
background: #41b883;
color: #fff;
}
.multiselect__option--selected {
background: #f3f3f3;
color: #35495e;
font-weight: 700;
}
.multiselect__option--selected:after {
content: attr(data-selected);
color: silver;
}
.multiselect__option--selected.multiselect__option--highlight {
background: #ff6a6a;
color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
background: #ff6a6a;
content: attr(data-deselect);
color: #fff;
}
.multiselect--disabled {
background: #ededed;
pointer-events: none;
}
.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
background: #ededed;
color: #a6a6a6;
}
.multiselect__option--disabled {
background: #ededed !important;
color: #a6a6a6 !important;
cursor: text;
pointer-events: none;
}
.multiselect__option--group {
background: #ededed;
color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
background: #35495e;
color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
background: #ff6a6a;
color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
background: #ff6a6a;
content: attr(data-deselect);
color: #fff;
}
.multiselect-enter-active, .multiselect-leave-active {
transition: all 0.15s ease;
}
.multiselect-enter, .multiselect-leave-active {
opacity: 0;
}
.multiselect__strong {
margin-bottom: 8px;
line-height: 20px;
display: inline-block;
vertical-align: top;
}
[dir=rtl] .multiselect {
text-align: left;
}
[dir=rtl] .multiselect__select {
left: auto;
right: 1px;
}
[dir=rtl] .multiselect__tags {
padding: 8px 40px 0 8px;
}
[dir=rtl] .multiselect__content {
text-align: left;
}
[dir=rtl] .multiselect__option:after {
left: auto;
right: 0;
}
[dir=rtl] .multiselect__clear {
left: auto;
right: 12px;
}
[dir=rtl] .multiselect__spinner {
left: auto;
right: 1px;
}
@keyframes a {
0% {
transform: rotate(0);
}
to {
transform: rotate(-2turn);
}
} .standing-table.anwp-is-loading {
position: relative !important;
}
.standing-table.anwp-is-loading:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #fff;
opacity: 0.7;
z-index: 10;
}
.standing-table .standing-table--max400 {
grid-template-columns: -webkit-max-content minmax(0, 1fr) repeat(var(--standing-cols-xs), auto) !important;
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-xs), auto) !important;
}
.standing-table .standing-table--max400 .anwp-grid-table__xs-block {
display: block !important;
}
.standing-table .standing-table--max400 .anwp-grid-table__xs-flex {
display: flex !important;
}
.standing-table .standing-table--max400 .anwp-grid-table__xs-none {
display: none !important;
}
@media (max-width: 430px) {
.standing-table:not(.standing-table--max400) {
grid-template-columns: -webkit-max-content minmax(0, 1fr) repeat(var(--standing-cols-xs), auto);
grid-template-columns: max-content minmax(0, 1fr) repeat(var(--standing-cols-xs), auto);
}
.standing-table:not(.standing-table--max400) .anwp-grid-table__xs-block {
display: block !important;
}
.standing-table:not(.standing-table--max400) .anwp-grid-table__xs-flex {
display: flex !important;
}
.standing-table:not(.standing-table--max400) .anwp-grid-table__xs-none {
display: none !important;
}
}
.anwp-grid-table__td.standing-table__rank {
position: relative;
}
.anwp-grid-table__td.standing-table__rank .standing-table__arrow {
position: absolute;
top: 0;
left: 0;
font-size: 11px;
}
.anwp-grid-table__td.standing-table__rank .standing-table__arrow-up {
color: #388e3c;
}
.anwp-grid-table__td.standing-table__rank .standing-table__arrow-down {
color: #dc3545;
}
.anwp-grid-table__td.standing-table-mini__rank {
position: relative;
}
.anwp-grid-table__td.standing-table-mini__rank .standing-table-mini__arrow {
position: absolute;
top: 0;
left: 0;
font-size: 11px;
}
.anwp-grid-table__td.standing-table-mini__rank .standing-table-mini__arrow-up {
color: #388e3c;
}
.anwp-grid-table__td.standing-table-mini__rank .standing-table-mini__arrow-down {
color: #dc3545;
}
.standing-multi--shortcode + .standing-multi--shortcode {
margin-top: 30px;
}
.club-form .tippy-content {
padding: 0 !important;
}
.match__player-rating {
background-color: #ff8b2b;
color: #fff;
min-width: 28px;
text-align: center;
font-size: 12px;
font-family: monospace;
}
.match .match-formation + .anwp-section, .match .anwp-section + .match-formation {
margin-top: 30px;
}
.match .match-scoreboard + .anwp-section {
margin-top: 3rem;
}
.match .team-stats__value span {
width: 25px;
display: inline-block;
}
.match .team-stats__bar {
max-height: 16px;
height: 16px;
}
.match .team-stats__bar + .team-stats__bar {
margin-right: 5px;
}
.match .team-stats__bar-empty {
background-color: #eee;
}
.match .fl-hide-score-click .fl-show-score-wrapper {
display: inline-block !important;
}
.match .fl-hide-score-click .match-scoreboard__scores, .match .fl-hide-score-click .match-scoreboard__text-result, .match .fl-hide-score-click .match-scoreboard__goal-wrapper, .match .fl-hide-score-click .match-scoreboard__footer, .match .fl-hide-score-click + .match-timeline {
display: none !important;
}
.match .fl-hide-score-click ~ div .match__player-wrapper svg.icon__ball {
display: none;
}
.match .fl-hide-score-click ~ div .club-stats__goals {
display: none;
}
.match .match-timeline {
background-color: #f8f9fa;
}
.match .match-timeline__progress {
display: flex;
height: 16px;
overflow: hidden;
font-size: 12px;
background-color: #e9ecef;
}
.match .match-timeline__progress-filled {
display: flex;
background-color: #388E3C;
}
.match .match-timeline__progress-filled--extra {
background-color: #6c757d;
}
.match .match-timeline__item {
line-height: 1.2;
margin-right: -8px;
}
.match .match-timeline__item-home {
top: -38px;
}
.match .match-timeline__item-away {
top: 1px;
}
.match .match-timeline__item-home ~ .match-timeline__item-home {
top: -58px;
}
.match .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home {
top: -78px;
}
.match .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home {
display: none !important;
}
.match .match-timeline__item-away ~ .match-timeline__item-away {
top: 20px;
}
.match .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away {
top: 40px;
}
.match .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away {
display: none !important;
}
.anwp-b-wrap.match .match-timeline__icon, .match .match-timeline__icon {
width: 15px;
height: 15px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 50%;
background-color: #fff;
padding: 2px;
box-sizing: content-box;
}
.anwp-b-wrap.match .match-timeline .icon__ball--own, .match .match-timeline .icon__ball--own {
fill: #9c3030;
}
.anwp-b-wrap.match .match-timeline .icon__card, .match .match-timeline .icon__card {
stroke: #aaa !important;
}
.game-formation__field {
height: 450px;
position: relative;
z-index: 2;
}
.match-formation__show-player--photo .match-formation__player-left-side {
bottom: 2px;
}
.match-formation__show-player--photo .match-formation__player-name {
margin-top: -6px;
}
.match-formation__show-player--photo .match-formation__player-goals {
bottom: 5px;
}
.match-formation .match-formation__show-player--shirt .match-formation__player_shirt .match__player-rating {
top: -15px;
}
.match-formation .match-formation__show-player--shirt .match-formation__player-subs {
top: -5px;
}
.match-formation .match-formation__show-player--shirt .match-formation__player-cards {
right: -10px;
top: -20px;
}
.match-formation .match-formation__player_shirt .match__player-rating {
position: absolute;
line-height: 1;
padding-top: 1px !important;
padding-bottom: 1px !important;
left: -15px;
top: -25px;
z-index: 2;
border-radius: 2px;
}
.match-formation__player {
min-height: 65px;
}
.match-formation__player-left-side {
right: -6px;
bottom: -5px;
position: absolute;
}
.match-formation__player-goals {
right: 90%;
bottom: 0;
position: absolute;
display: flex;
width: 50px;
flex-wrap: wrap-reverse;
}
.match-formation__player-goals svg.icon--lineups {
margin: 1px !important;
}
.match-formation__player-cards {
right: -15px;
position: absolute;
top: -30px;
z-index: 3;
}
.match-formation__player-cards .icon--lineups {
width: 20px !important;
height: 20px !important;
}
.match-formation__player-subs {
right: 95%;
position: absolute;
top: -15px;
z-index: 3;
}
.match-formation.match-formation--vert .match-formation__field {
flex-direction: column !important;
}
.match-formation.match-formation--vert .match-formation__field {
height: 880px;
}
.match-formation.match-formation--vert .match-formation__field > div {
height: 420px;
}
.match-formation.match-formation--vert .match-formation__field-bg--vert {
display: block !important;
}
.match-formation.match-formation--vert .match-formation__field-bg:not(.match-formation__field-bg--vert) {
display: none !important;
}
.match-formation.match-formation--vert .match-formation__field {
height: auto;
padding-bottom: 20px;
padding-top: 20px;
}
.match-formation.match-formation--vert .match-formation__line {
height: 70px;
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .match-formation__line {
flex: 1 1 0%;
}
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .fl-formation-home .match-formation__line {
flex-direction: column !important;
}
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .fl-formation-away .match-formation__line {
flex-direction: column-reverse !important;
}
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .fl-formation-home, .match-formation:not(.match-formation--vert) .fl-formation-away {
max-width: 50%;
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
flex: 1 1 0%;
}
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .fl-formation-home {
flex-direction: row !important;
}
}
@media (min-width: 768px) {
.match-formation:not(.match-formation--vert) .fl-formation-away {
flex-direction: row-reverse !important;
}
}
.match-formation .fl-formation-away .match-formation__line {
flex-direction: row-reverse !important
}
.match-formation .fl-formation-home .match-formation__line {
flex-direction: row !important
}
.match-formation__player-photo {
z-index: 2;
position: relative;
width: 40px;
height: 40px;
border-radius: 50%;
top: -25px;
-o-object-fit: contain;
object-fit: contain;
margin: 0 auto !important;
}
.match-formation__player-photo ~ .match-formation__player-number {
top: auto;
bottom: 5px;
line-height: 1;
}
.match-formation:not(.match-formation--vert) .fl-formation-away .match-formation__line {
flex-direction: column !important
}
.match-formation:not(.match-formation--vert) .fl-formation-home .match-formation__line {
flex-direction: column-reverse !important
}
.match-formation__field {
height: 450px;
position: relative;
z-index: 2;
}
@media (max-width: 767.98px) {
.match-formation .match-formation__field {
height: 880px;
}
.match-formation .match-formation__field > div {
height: 420px;
}
}
.match-formation__empty {
min-height: 40px;
}
.match-formation__field-bg {
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 100% !important;
width: 100% !important;
opacity: 0.6;
}
.match-formation__player_shirt {
position: relative;
width: 50px;
height: 40px;
margin: 0 auto;
}
.match-formation__player-number {
position: absolute;
right: 0;
left: 0;
top: 0;
text-align: center;
line-height: 38px;
color: #fff;
display: block;
font-weight: 700;
font-size: 18px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0px, 0px, 0px);
}
.match-formation__player_shirt--goalkeeper .anwpfl-icon--shirt {
fill: #444 !important;
stroke-width: 2px;
}
.match-formation__player_shirt--goalkeeper .match-formation__player-number {
color: #fff !important;
text-shadow: none !important;
}
.match-formation__player-name {
display: block;
text-align: center;
line-height: 1;
font-weight: 600;
font-size: 11px;
padding: 2px;
}
@media (max-width: 767.98px) {
.match-formation__field {
height: auto;
padding-bottom: 20px;
padding-top: 20px;
}
.match-formation__line {
height: 70px;
}
}
.anwp-fl-chart {
height: 400px;
color: rgba(255, 255, 255, 0.7);
}
.v--modal-overlay {
z-index: 100010 !important;
}
.anwp-b-wrap .anwp-vue-match-wrapper .form-control,
.anwp-b-wrap .anwp-vue-match-wrapper input[type=number],
.anwp-b-wrap .anwp-vue-match-wrapper input[type=text],
.anwp-b-wrap .anwp-vue-match-wrapper select,
.anwp-b-wrap .anwp-vue-match-wrapper textarea {
width: 100%;
}
body.single-anwp_match .mx-datepicker-popup {
z-index: 1000020 !important;
}
.anwp-modal-tooltip {
display: block !important;
z-index: 100030;
}
.anwp-modal-tooltip .tooltip-inner {
background: black;
color: white;
border-radius: 16px;
padding: 5px 10px 4px;
max-width: unset;
}
.anwp-modal-tooltip input[type=number] {
max-width: 70px;
}
.anwp-modal-tooltip .tooltip-arrow {
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
border-color: black;
z-index: 1;
}
.anwp-modal-tooltip[x-placement^=top] {
margin-bottom: 5px;
}
.anwp-modal-tooltip[x-placement^=top] .tooltip-arrow {
border-width: 5px 5px 0 5px;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-bottom-color: transparent !important;
bottom: -5px;
right: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.anwp-modal-tooltip[x-placement^=bottom] {
margin-top: 5px;
}
.anwp-modal-tooltip[x-placement^=bottom] .tooltip-arrow {
border-width: 0 5px 5px 5px;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
top: -5px;
right: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
}
.anwp-modal-tooltip[x-placement^=right] {
margin-right: 5px;
}
.anwp-modal-tooltip[x-placement^=right] .tooltip-arrow {
border-width: 5px 0 5px 5px;
border-right-color: transparent !important;
border-top-color: transparent !important;
border-bottom-color: transparent !important;
right: -5px;
top: calc(50% - 5px);
margin-right: 0;
margin-left: 0;
}
.anwp-modal-tooltip[x-placement^=left] {
margin-left: 5px;
}
.anwp-modal-tooltip[x-placement^=left] .tooltip-arrow {
border-width: 5px 5px 5px 0;
border-top-color: transparent !important;
border-left-color: transparent !important;
border-bottom-color: transparent !important;
left: -5px;
top: calc(50% - 5px);
margin-right: 0;
margin-left: 0;
}
.anwp-modal-tooltip.popover .popover-inner {
background: #f9f9f9;
color: black;
padding: 18px;
border-radius: 5px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.anwp-modal-tooltip.popover .popover-arrow {
border-color: #989898;
}
.anwp-modal-tooltip[aria-hidden=true] {
visibility: hidden;
opacity: 0;
transition: opacity 0.15s, visibility 0.15s;
}
.anwp-modal-tooltip[aria-hidden=false] {
visibility: visible;
opacity: 1;
transition: opacity 0.15s;
}
.anwp-match-edit-modal {
z-index: 100020 !important;
overflow-y: auto !important;
}
.anwp-match-edit-modal .anwp-content--accent {
background-color: #f1f8e9;
}
.anwp-match-edit-modal .anwp-v-modal-close {
position: fixed;
left: 20px;
top: 20px;
color: #fff;
cursor: pointer;
opacity: 1;
width: 50px;
height: 50px;
background: #afb7bc;
border-radius: 100%;
transition: all 0.2s ease-in-out;
z-index: 1000000000;
}
.anwp-match-edit-modal .anwp-v-modal-close:focus, .anwp-match-edit-modal .anwp-v-modal-close:hover {
outline: 0;
}
.anwp-match-edit-modal .anwp-v-modal-close:focus:after, .anwp-match-edit-modal .anwp-v-modal-close:focus:before, .anwp-match-edit-modal .anwp-v-modal-close:hover:after, .anwp-match-edit-modal .anwp-v-modal-close:hover:before {
background: #b93d0c;
}
.anwp-match-edit-modal .anwp-v-modal-close:before {
transform: rotate(45deg);
}
.anwp-match-edit-modal .anwp-v-modal-close:after {
transform: rotate(-45deg);
}
.anwp-match-edit-modal .anwp-v-modal-close:after, .anwp-match-edit-modal .anwp-v-modal-close:before {
display: block;
content: " ";
position: absolute;
top: 14px;
right: 23px;
width: 4px;
height: 22px;
border-radius: 4px;
background: #fff;
transition: background 0.2s ease-in-out;
}
.anwp-match-edit-modal .anwp-match-stats-table td > input[type=number] {
text-align: center;
font-size: 16px;
}
.anwp-match-edit-modal .anwp-match-stats-table td[scope=row] > input[type=number] {
background-color: #f3fafb;
font-size: 22px;
}
.anwp-match-edit-modal .anwp-match-stats-table td {
padding: 0 !important;
}
.anwp-match-edit-modal .anwp-players-selector .option__desc {
line-height: 24px;
}
.anwp-match-edit-modal .anwp-players-selector .multiselect__option {
padding-right: 5px;
}
.anwp-match-edit-modal .anwp-players-selector .multiselect__option:not(.multiselect__option--highlight) {
background-color: #f7f7f7;
}
.anwp-match-edit-modal .anwp-players-selector .option__number {
width: 35px;
font-weight: bold;
text-align: center;
}
.anwp-match-edit-modal .anwp-players-selector .option__position {
padding: 0 10px;
}
.anwp-match-edit-modal .anwp-lineup-selector .player.sortable-ghost {
background-color: #fffcdd;
}
.anwp-match-edit-modal .anwp-lineup-selector .player__number {
font-size: 16px;
font-weight: bold;
width: 30px;
min-width: 30px;
text-align: center;
cursor: pointer;
min-height: 30px;
}
.anwp-match-edit-modal .anwp-lineup-selector .player__number-popover .trigger {
height: 100% !important;
vertical-align: top;
}
.anwp-match-edit-modal .anwp-lineup-selector .player__name {
font-size: 16px;
color: #4D4D4D;
}
.anwp-match-edit-modal .anwp-lineup-selector .player__position {
font-size: 18px;
text-transform: uppercase;
color: #0085ba;
font-weight: 700;
width: 30px;
min-width: 30px;
text-align: center;
}
.anwp-match-edit-modal .anwp-lineup-selector .player__remove {
cursor: pointer;
}
.anwp-match-edit-modal .event.sortable-ghost {
background-color: #fffcdd;
}
.anwp-match-edit-modal .event__minute {
width: 45px;
min-width: 45px;
font-size: 16px;
font-weight: bold;
}
.anwp-match-edit-modal .event__club {
font-size: 14px;
text-transform: uppercase;
color: #999;
padding: 0 5px;
}
.anwp-match-edit-modal .event__type {
color: #0085ba;
font-size: 12px;
text-transform: uppercase;
padding: 0 5px;
}
.anwp-match-edit-modal .event__player {
padding: 0 5px;
font-weight: bold;
}
.anwp-match-edit-modal .event__player-in {
padding: 0 5px;
font-weight: bold;
}
.anwp-match-edit-modal .event__player-out {
padding: 0 5px;
font-weight: bold;
}
.anwp-match-edit-modal .event__assistant {
padding: 0 5px;
}
.anwp-match-edit-modal .event__goal-params {
padding: 0 5px;
color: #aaa;
}
.anwp-match-edit-modal .event__remove {
cursor: pointer;
}
.anwp-match-edit-modal .event__icon svg {
width: 18px;
height: 18px;
}
.anwp-match-edit-modal .event .icon__ball--own {
fill: #9c3030;
}
.anwp-match-edit-modal .event__minute-add {
bottom: 2px;
left: 2px;
}
body.v--modal-block-scroll .flatpickr-calendar.open {
z-index: 100025;
}
body.v--modal-block-scroll .flatpickr-calendar.open .flatpickr-day {
max-width: none;
height: auto;
line-height: 39px;
}
.match-widget .anwp-match-flip-countdown {
width: 90%;
}
.match-widget .anwp-match-flip-countdown .countdown-container {
height: 100px;
}
.match-widget .anwp-match-flip-countdown .time {
height: 70px;
width: 20%;
}
.match-widget .anwp-match-flip-countdown .count {
font-size: 36px;
line-height: 70px;
background-color: #656363;
}
.match-widget .anwp-match-flip-countdown .label {
font-size: 0.8rem;
top: 72px;
margin-top: 0;
}
.fl-match-is-live--active .anwp-fl-pro-game-countdown, .fl-match-is-live--active anwp-fl-game-countdown {
display: none !important;
}
.anwp-hide-not-live .match-list__item:not(.fl-match-is-live) {
display: none !important;
}
.match-slim__date-wrapper + .match-list__live-block {
text-align: left;
}
.anwp-hide-not-live .fl-match-is-live {
border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.anwp-hide-not-live .fl-match-is-live ~ .fl-match-is-live {
border-top: none !important;
}
.match-list__item.fl-match-is-live .match-slim__date-wrapper, .match-list__item.fl-match-is-live .match-slim__prediction {
display: none !important;
}
.match-list__item:not(.fl-match-is-live) .match-list__live-block {
display: none !important;
}
.match-list-item.fl-match-is-live .match-list-item__kickoff {
display: none !important;
}
.match-list-item:not(.fl-match-is-live) .match-list__live-block {
display: none !important;
}
.match-list__live-block .match-list__live-label {
background-color: #e87e10;
padding: 2px 4px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
line-height: 1;
}
.match-list__live-block .match-list__live-time {
margin-right: 5px;
color: #e87e10;
padding: 0 3px;
font-size: 1rem;
font-weight: 600;
}
.match-list__live-block .match-list__live-status {
color: #e87e10;
font-size: 11px;
line-height: 1;
font-weight: 600;
}
.match-slim__scores-number-live {
border-color: #F57C00;
color: #f57c00;
font-weight: 600;
}
.match-card.match-card--a.fl-match-is-live .match-card__footer {
display: none !important;
}
.match-card.match-card--a.fl-match-is-live .match-card__live-label {
background-color: #e87e10;
padding: 1px 4px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
line-height: 1;
}
.match-card.match-card--a.fl-match-is-live .match-card__live-time {
color: #e87e10;
padding-right: 5px;
font-size: 12px;
font-weight: 600;
line-height: 1;
}
.match-card.match-card--a.fl-match-is-live .match-card__live-status {
color: #f57c00;
font-size: 11px;
}
.match-card.match-card--a.fl-match-is-live .match-card__live-block {
padding-right: 2px;
padding-left: 2px;
}
.match-card.match-card--a.fl-match-is-live .match-card__scores {
color: #f57c00;
}
.match__inner > .anwp-fl-match-edit-panel {
padding-right: 0 !important;
padding-left: 0 !important;
}
.match__inner:not(.fl-match-is-live--active) .fl-live-match-scores-block--header {
display: none !important;
}
.match__inner.fl-match-is-live--active .match-scoreboard__countdown, .match__inner.fl-match-is-live--active .anwp-match-flip-countdown, .match__inner.fl-match-is-live--active .match-scoreboard__scores {
display: none !important;
}
.match__inner .match-header .fl-live-match-scores-block--header {
background-color: #f8f9fa;
}
.match__inner .match-header .match-list__live-block > .match-list__live-label, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-label {
background-color: #e87e10;
padding: 2px 4px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
line-height: 1;
}
.match__inner .match-header .match-list__live-block > .match-list__live-time, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-time {
margin-right: 5px;
color: #e87e10;
padding: 0 3px;
font-size: 1rem;
font-weight: 800;
}
.match__inner .match-header .match-list__live-status, .match__inner .match-scoreboard .match-list__live-status {
margin-right: 5px;
color: #e87e10;
font-size: 0.9rem;
font-weight: 800;
}
.match__inner .match-header .match-list__scores--home, .match__inner .match-header .match-list__scores--away, .match__inner .match-scoreboard .match-list__scores--home, .match__inner .match-scoreboard .match-list__scores--away {
background-color: #9e641e;
min-width: 60px;
font-size: 48px;
line-height: 62px;
}
.match__inner .match-header .fl-live-match-scheduled-block .match-list__live-label, .match__inner .match-scoreboard .fl-live-match-scheduled-block .match-list__live-label {
color: #fff;
padding: 0 3px;
background-color: #e87e10;
}
.match__inner .match-header .fl-live-match-scheduled-block {
background-color: #f8f9fa;
}
.match__inner .match-header .match-list__scores--home, .match__inner .match-header .match-list__scores--away {
color: #fff;
background-color: #e87e10;
}
@media (min-width: 576px) {
.match__inner .match-header .fl-live-match-scores-block {
margin-top: -50px;
}
}
.match__inner.fl-match-is-live--active .fl-live-match-scheduled-block {
display: none;
}
.anwp-blinking-text {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0.5;
}
}
@media (min-width: 576px) {
.match-slim__competition-wrapper ~ .match-list__live-block {
order: 2 !important;
}
.match-slim__competition-wrapper ~ .match-list__live-block .anwp-fl-game__live-label {
margin-right: 6px !important;
}
}
@media (max-width: 576.5px) {
.match-slim__competition-wrapper ~ .match-list__live-block .match-list__live-status {
margin-right: 5px !important;
line-height: 1.5;
margin-bottom: 5px;
}
}
.match-list__item .anwp-match-slim-btn {
border: 1px solid #ddd;
width: 26px;
height: 26px;
border-radius: 2px;
margin-right: 3px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.match-list__item .anwp-match-slim-btn--link {
position: relative;
z-index: 2;
}
.match-list__item .anwp-match-slim-btn--link:hover {
border-color: #888;
}
#anwp-modaal-games-list {
display: none;
}
.match-scoreboard {
color: #fff;
}
.match-scoreboard__inner {
max-width: 540px;
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.match-scoreboard__header {
color: #dedede;
background-color: rgba(0, 0, 0, 0.5);
padding-top: 3px;
padding-bottom: 3px;
}
.match-scoreboard__header a.anwp-link {
color: #dedede;
}
.match-scoreboard__footer {
color: #dedede;
background-color: rgba(0, 0, 0, 0.5);
line-height: 1;
}
.match-scoreboard__footer a.anwp-link {
color: #dedede;
}
.match-scoreboard__footer span {
margin-top: 3px;
margin-bottom: 3px;
display: inline-block;
}
.match-scoreboard__club-wrapper {
text-align: center;
padding: 15px 5px;
}
.match-scoreboard__club-title {
font-weight: 600;
}
.match-scoreboard__scores {
margin-top: 40px;
white-space: nowrap;
font-size: 62px;
font-weight: 800;
min-height: 70px;
}
@media (max-width: 575.98px) {
.match-scoreboard__scores {
text-align: center;
margin-top: 0;
line-height: 1;
margin-bottom: 20px;
}
}
.match-scoreboard__text-result {
font-weight: 600;
}
.match-scoreboard__text-result span {
border: 1px solid #fff;
display: inline-block;
}
.match-scoreboard__goal-wrapper {
line-height: 1.3;
}
.match-scoreboard__goal-wrapper .match-scoreboard__goal-icon .icon__ball {
width: 15px;
height: 15px;
position: relative;
top: -2px;
display: inline-block;
border-radius: 50%;
background-color: #fff;
box-sizing: content-box;
stroke: none;
padding: 1px;
fill: #1a1a1a;
}
.match-scoreboard__goal-wrapper .match-scoreboard__goal-icon .icon__ball.icon__ball--own {
fill: #9c3030;
}
.match-scoreboard__goal-player {
white-space: nowrap;
}
.match-scoreboard .anwp-words-separator {
font-size: 8px;
color: #bdbdbd;
position: relative;
top: -2px;
margin: 0 3px;
}
.match-scoreboard .anwp-words-separator:first-child {
display: none;
}
.match-scoreboard .club-form {
z-index: 2;
}
@media (min-width: 768px) {
.match-commentary__wrapper:before {
top: 1rem;
bottom: 1rem;
position: absolute;
content: "";
width: 2px;
background-color: #dee2e6;
right: 50%;
margin-right: -1px;
}
}
.match-commentary--height-limit {
position: relative;
overflow-y: auto;
}
.match-commentary--height-limit .match-commentary__wrapper-shadow {
height: 12px;
background: rgb(221, 221, 221);
background: linear-gradient(-180deg, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0.9) 100%);
position: -webkit-sticky;
position: sticky;
bottom: 0;
right: 0px;
width: 100%;
margin-top: -12px;
}
.match-commentary__block {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
}
.match-commentary__block--away {
border-left: 4px solid;
}
@media (min-width: 768px) {
.match-commentary__block--away:after {
content: "";
display: block;
position: absolute;
top: 20px;
right: -8px;
width: 16px;
height: 16px;
background: #fff;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
transform: rotate(-135deg);
}
}
.match-commentary__block--home {
border-right: 4px solid;
}
@media (min-width: 768px) {
.match-commentary__block--home:after {
content: "";
display: block;
position: absolute;
top: 20px;
left: -8px;
width: 16px;
height: 16px;
background: #fff;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
transform: rotate(45deg);
}
}
.match-commentary__minute {
font-weight: 600;
color: #28333e;
font-family: monospace;
}
.match-commentary__scores {
padding: 1px 5px;
line-height: 1.2;
border: 2px solid #555;
font-family: monospace;
}
.match-commentary__meta {
color: #9a9a9a;
font-size: 90%;
}
.match-commentary__event-icon {
position: relative;
top: 8px;
background-color: #fff;
padding: 0.5rem;
border: 1px solid #ddd;
border-radius: 5px;
margin-right: 15px;
margin-left: 15px;
}
.match-commentary__event-icon svg {
width: 18px;
height: 18px;
}
.match-commentary__event-icon--inner svg {
width: 18px;
height: 18px;
}
.match-commentary__event-name {
color: #1b8e26;
}
.bracket__column {
margin-left: 40px;
}
.bracket__column:first-child .bracket__item:before {
display: none;
border: none;
}
.bracket__club-row {
min-height: 28px;
padding-left: 20px;
}
.bracket__column:last-child {
margin-left: 0;
}
.bracket__column:last-child .bracket__block:after {
display: none;
border: none;
}
.bracket__block {
position: relative;
}
.bracket__block:after {
position: absolute;
border: #dee2e6 2px solid;
border-right: none;
top: 25%;
bottom: 25%;
right: auto;
left: -20px;
width: 20px;
content: "";
}
.bracket__item {
padding: 5px 5px 5px 0;
margin: 5px 0;
background-color: #f8f9fa;
border: 1px solid #ddd;
position: relative;
min-width: 100px;
}
.bracket__item:before {
position: absolute;
border: #dee2e6 1px solid;
top: 50%;
bottom: 50%;
right: -20px;
left: auto;
width: 20px;
content: "";
}
.bracket__item-free {
position: absolute;
bottom: 0;
width: 100%;
}
.bracket__item-free:before {
display: none !important;
border: none !important;
}
.bracket__text-top {
padding: 3px;
line-height: 1;
background-color: #ecedee;
margin-bottom: 5px;
flex-grow: 1;
font-size: 14px;
}
.bracket__text-bottom {
line-height: 1;
font-size: 12px;
margin-bottom: 5px;
}
.bracket.bracket--manual .bracket__item {
padding: 5px 5px 5px 2px;
}
.bracket__final-score {
font-weight: 600;
font-size: 16px;
min-width: 25px;
padding-right: 3px;
padding-left: 3px;
text-align: center;
box-sizing: border-box;
}
.bracket.bracket--manual .bracket__final-score {
box-sizing: border-box;
font-family: monospace;
border-right: 1px solid #dfdfdf;
}
.bracket__match-score {
font-size: 14px;
color: #6c757d;
min-width: 18px;
padding-right: 3px;
padding-left: 3px;
text-align: center;
box-sizing: border-box;
}
.bracket.bracket--manual .bracket__match-score {
font-family: monospace;
border-right: 1px solid #dfdfdf;
}
body.ie .bracket__block:after {
display: none !important;
}
body.ie .bracket__item:before {
display: none !important;
}
.results-matrix {
overflow: hidden;
}
.results-matrix__cell-self {
background: #343a40;
}
.results-matrix__cell {
font-family: monospace;
line-height: 1.2;
font-size: 1rem;
padding: 0 5px;
}
.results-matrix.results-matrix__format-single.results-matrix__symmetric-1 .results-matrix__cell {
height: 100%;
line-height: 2.4;
}
table.table.results-matrix__table {
width: 100%;
}
table.table.results-matrix__table th, table.table.results-matrix__table td {
white-space: nowrap;
text-align: center;
padding: 3px 5px;
vertical-align: middle;
}
table.table.results-matrix__table .results-matrix__club {
text-align: right;
}
table.table.results-matrix__table td.results-matrix__club--vertical {
padding: 5px;
vertical-align: bottom;
overflow: hidden;
}
table.table.results-matrix__table .results-matrix__club-title--vertical {
writing-mode: tb-rl;
}
.player-stats-panel__header {
margin-bottom: 3px;
}
.player-stats-panel__label {
font-weight: 600;
color: #777;
text-align: center;
}
.player-stats-panel__value-major {
display: inline-block;
}
.player-stats-panel__value-minor {
display: inline-block;
white-space: nowrap;
}
.player-stats-panel__values {
text-align: center;
}
.anwp-fl-player-stats-shortcode + .player-stats.anwp-section {
margin-top: 30px;
}
.anwp-data-shortcode-stats_players_custom td, .anwp-data-shortcode-stats_players_custom th {
vertical-align: middle !important;
}
.anwp-data-shortcode-stats_players_custom td.anwp-cell-with-player-photo {
white-space: nowrap;
position: relative;
padding-right: 40px !important;
height: 40px;
vertical-align: middle;
}
.anwp-data-shortcode-stats_players_custom td.anwp-cell-with-player-photo img {
position: absolute;
top: 50%;
right: 5px;
margin-top: -15px;
}
.anwp-data-shortcode-stats_players_custom .anwp-club-title-column span + img, .anwp-data-shortcode-stats_players_custom .anwp-club-title-column span + span, .anwp-data-shortcode-stats_players_custom .anwp-club-title-column img + img {
margin-right: 15px;
}
.stats-players div.dt-button-collection button.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection button.dt-button.active:not(.disabled),
.stats-players div.dt-button-collection div.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection div.dt-button.active:not(.disabled),
.stats-players div.dt-button-collection a.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection a.dt-button.active:not(.disabled) {
background-color: #b2c8d0;
background-image: none;
}
.stats-players table.dataTable tbody td:first-of-type {
text-align: right;
white-space: nowrap;
}
.stats-players .dt-buttons {
float: right;
margin: 8px 0;
}
.stats-players .dt-buttons .dt-button-collection {
font-size: 12px;
}
.stats-players .dt-buttons .dt-button-collection .dt-button {
padding-right: 8px;
padding-left: 3px;
}
.stats-players .dt-buttons > .dt-button.buttons-collection {
background: none;
border: none;
color: #444;
font-size: 12px;
border-bottom: 1px solid #777;
padding: 2px;
line-height: 1.2;
border-radius: 0;
margin-left: 20px;
letter-spacing: initial;
}
.stats-players .dt-buttons > .dt-button.buttons-collection:active {
background: none;
color: #444;
}
.stats-players .dt-buttons > .dt-button.buttons-collection:focus {
box-shadow: none;
}
.stats-players .dataTables_wrapper .dataTables_filter label {
font-size: 0 !important;
}
.stats-players .dataTables_wrapper .dataTables_filter input {
margin-right: 0;
font-size: 0.8rem;
}
.stats-players .anwp-stats-number {
text-align: center;
}
.buttons-colvis.dropdown-toggle:after {
max-width: 15px;
}
.anwp-b-wrap .dropdown-toggle::after {
width: auto;
}
.dropdown-toggle.buttons-page-length {
width: auto;
height: auto;
}
.anwp-b-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
background: none !important;
padding: 0.2rem 0.6rem;
}
.anwp-b-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #444 !important;
border: #444 1px solid;
background-color: #f3f3f3 !important;
}
table.cell-border th {
border-top: 1px solid #ced4da;
border-bottom: 1px solid #ced4da;
border-left: 1px solid #ced4da;
}
table.cell-border th:first-child {
border-right: 1px solid #ced4da;
}
table.cell-border.dataTable thead th, table.cell-border.dataTable thead td {
border-bottom: 1px solid #ced4da;
}
.anwp-b-wrap .dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #ced4da;
}
.anwp-b-wrap table.dataTable tfoot th, table.dataTable tfoot td {
border-top: 1px solid #ced4da;
}
#anwp-modaal-stat-players__players:empty {
display: none !important;
}
.stat-players__clubs img {
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
.stat-players__player-wrapper > div:not(.stat-players__first-player-wrapper),
.stat-players__player-wrapper div.stat-players__first-player-wrapper > div {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
border-bottom-width: 1px;
border-bottom-color: inherit;
border-bottom-style: solid;
}
.stat-players__player-wrapper > div.stat-players__name {
justify-content: left;
}
.stat-players__player-wrapper .stat-players__gp svg {
margin-bottom: -2px;
}
.stat-players__player-wrapper .player-stats__player-rating {
font-family: monospace;
line-height: 1;
border-radius: 2px;
padding: 1px 5px;
font-size: 13px;
color: #fff;
}
.stat-players__player-wrapper .stat-players__first-player-wrapper {
grid-column: 1/-1;
}
.stat-players__player-wrapper .stat-players__first-player-wrapper a {
color: inherit;
}
.stat-players__player-wrapper .stat-players__first_photo_img,
.stat-players__player-wrapper .stat-players__photo_img {
border-radius: 8px;
background-color: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.stat-players__player-wrapper .stat-players__place span {
border-width: 1px;
border-bottom-color: inherit;
border-bottom-style: solid;
border-radius: 50%;
width: 20px;
height: 20px;
text-align: center;
}
.stat-players__player-wrapper .stat-players__place.stat-players__first-place span {
width: 35px;
height: 35px;
}
.club__stats.club-section .dataTables_info {
display: none;
}
.club-header-pro {
display: grid;
grid-template-columns: -webkit-max-content minmax(0, 1fr);
grid-template-columns: max-content minmax(0, 1fr);
grid-gap: 25px;
}
.club-header-pro .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
.club-header-pro .club-header__option-title {
padding-left: 20px;
}
.club-header-pro.club-header-pro--max520 {
grid-template-columns: 1fr;
}
@media (max-width: 560px) {
.club-header-pro:not(.club-header-pro--max520) {
grid-template-columns: 1fr;
}
}
.club-header-pro-calendar {
display: grid;
grid-template-areas: "fl-logo fl-options fl-calendar";
grid-template-columns: -webkit-max-content minmax(0, 1fr) -webkit-max-content;
grid-template-columns: max-content minmax(0, 1fr) max-content;
grid-gap: 25px;
}
.club-header-pro-calendar .club-header-pro__calendar {
grid-area: fl-calendar;
}
.club-header-pro-calendar .club-header-pro__logo-wrapper {
grid-area: fl-logo;
}
.club-header-pro-calendar .club-header-pro__options {
grid-area: fl-options;
}
.club-header-pro-calendar .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
.club-header-pro-calendar .club-header__option-title {
padding-left: 20px;
}
.club-header-pro-calendar.club-header-pro-calendar--max730 {
grid-template-areas: "fl-logo fl-calendar" "fl-options fl-calendar";
grid-template-columns: minmax(120px, 1fr) -webkit-max-content;
grid-template-columns: minmax(120px, 1fr) max-content;
}
.club-header-pro-calendar.club-header-pro-calendar--max730 .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
.club-header-pro-calendar.club-header-pro-calendar--max570 {
grid-template-areas: "fl-logo" "fl-options" "fl-calendar";
grid-template-columns: 1fr;
}
.club-header-pro-calendar.club-header-pro-calendar--max570 .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
.club-header-pro-calendar.club-header-pro-calendar--max570 .anwp-fl-calendar-club {
margin: 10px auto 0;
}
@media (max-width: 760px) {
.club-header-pro-calendar:not(.club-header-pro-calendar--max730) {
grid-template-areas: "fl-logo fl-calendar" "fl-options fl-calendar";
grid-template-columns: minmax(120px, 1fr) -webkit-max-content;
grid-template-columns: minmax(120px, 1fr) max-content;
}
.club-header-pro-calendar:not(.club-header-pro-calendar--max730) .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
}
@media (max-width: 600px) {
.club-header-pro-calendar:not(.club-header-pro-calendar--max570) {
grid-template-areas: "fl-logo" "fl-options" "fl-calendar";
grid-template-columns: 1fr;
}
.club-header-pro-calendar:not(.club-header-pro-calendar--max570) .club-header__options {
grid-template-columns: minmax(0, auto) 1fr;
}
.club-header-pro-calendar:not(.club-header-pro-calendar--max570) .anwp-fl-calendar-club {
margin: 10px auto 0;
}
}
.club__trophies {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 20px;
}
.anwp-fl-calendar-club .flatpickr-calendar.arrowTop:before, .anwp-fl-calendar-club .flatpickr-calendar.arrowTop:after {
display: none !important;
}
.anwp-fl-calendar-club .flatpickr-months .flatpickr-month, .anwp-fl-calendar-club .flatpickr-month {
color: #3c3f40;
fill: #3c3f40;
height: 34px;
}
.anwp-fl-calendar-club .flatpickr-calendar {
box-shadow: none;
border-radius: 0;
border: 1px solid #dee2e6;
top: 0 !important;
background: none;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.nextMonthDay {
border-color: #e9e9e9;
background: none;
color: #404848;
border-left-color: transparent;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.prevMonthDay:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.nextMonthDay:nth-child(n+8) {
border-top-color: transparent;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.today {
border-color: #e9e9e9;
background-color: rgba(12, 144, 156, 0.1);
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus {
cursor: inherit;
outline: 0;
background: none;
border-color: #e9e9e9;
border-left-color: transparent;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus:nth-child(n+8) {
border-top-color: transparent;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus.today {
background-color: rgba(12, 144, 156, 0.1);
}
.anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.today:not(.selected):hover, .anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected):hover, .anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
border: 1px solid transparent;
color: inherit;
}
.anwp-fl-calendar-club .flatpickr-months .flatpickr-prev-month, .anwp-fl-calendar-club .flatpickr-months .flatpickr-next-month {
height: 28px;
padding: 5px 10px;
}
.anwp-fl-calendar-club .flatpickr-current-month {
padding-top: 5px;
font-size: 115%;
}
.anwp-fl-calendar-club .flatpickr-current-month .numInputWrapper {
margin-right: 5px;
border: 1px solid #eeeeee;
width: 7ch;
}
.anwp-fl-calendar-club .flatpickr-current-month .numInputWrapper .input.cur-year {
padding: 0 4px 0 10px;
}
.anwp-fl-calendar-club .flatpickr-current-month select.flatpickr-monthDropdown-months {
border: 1px solid #eeeeee;
}
.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .flatpickr-day.disabled, .anwp-fl-calendar-club .flatpickr-day.disabled:hover {
cursor: default;
color: #404848;
border-color: #e9e9e9;
pointer-events: auto;
}
.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled, .anwp-fl-calendar-club .flatpickr-day.disabled.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled:hover, .anwp-fl-calendar-club .flatpickr-day.disabled:hover.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled:hover.nextMonthDay {
border-left-color: transparent;
}
.anwp-fl-calendar-club .nextMonthDay.flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.disabled, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.disabled:hover, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.disabled, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.disabled:hover {
color: rgba(64, 72, 72, 0.3);
}
.anwp-fl-calendar-club .flatpickr-calendar {
width: auto;
}
.anwp-fl-calendar-club .flatpickr-calendar .dayContainer {
width: auto;
min-width: 100%;
max-width: 100%;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-days {
width: auto;
}
.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day {
max-width: initial;
height: 39px;
line-height: 39px;
}
.anwp-fl-calendar-club span.flatpickr-day:nth-child(n+8),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(n+8),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(n+8) {
border-top-color: transparent;
}
.anwp-fl-calendar-club span.flatpickr-day:nth-child(7n-6),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(7n-6),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
border-right: 0;
}
.anwp-fl-calendar-club span.flatpickr-day:nth-child(n+36),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(n+36),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(n+36) {
border-bottom: 0;
}
.anwp-fl-calendar-club span.flatpickr-day:nth-child(-n+7),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(-n+7),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
margin-top: 0;
}
.anwp-fl-calendar-club span.flatpickr-day,
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay,
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay {
border-left-color: transparent;
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next {
right: auto;
transform: rotate(180deg);
}
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev {
transform: rotate(180deg);
}
.sortable-ghost, .anwp-b-wrap .sortable-ghost {
background-color: #fffcdd !important;
}
.anwp-section-header.anwp-section.mb-n4 + .match-list.match-list--shortcode {
margin-top: 2.2rem !important;
}
.anwp-fl-td-highlight {
background-color: rgba(108, 202, 147, 0.2) !important;
}
.anwp-b-wrap .anwp-is-loading + .anwp-odds-loading {
display: block !important;
}
.anwp-fl-loader {
position: absolute;
right: 50%;
top: 50%;
margin-right: -15px;
margin-top: -15px;
}
body .anwp-b-wrap .anwp-d-flex-not-important {
display: flex;
}
.anwp-b-wrap .btn.anwp-btn-subtle {
background: transparent;
box-shadow: none;
border-style: dotted;
padding: 2px 8px;
cursor: pointer;
min-height: 28px;
line-height: 1;
}
.anwp-drag-handler {
cursor: move;
}
.club-form__item-pro {
font-size: 12px;
width: 16px;
height: 16px;
text-align: center;
opacity: 0.7;
line-height: 16px;
margin-left: 2px;
cursor: pointer;
}
.club-form__item-pro:hover {
opacity: 1;
}
.standing--shortcode .standing-table__cell-form {
opacity: 1;
}
.anwp-navbar__item {
line-height: 1.2;
font-size: 13px;
padding: 10px 8px;
cursor: pointer;
border: 1px solid #ddd;
border-bottom: none;
background-color: #ddd;
transition: "all .1s ease-in-out";
}
.anwp-navbar .anwp-navbar__item {
color: #444;
}
.anwp-navbar__item:nth-child(n+2) {
margin-right: 2px;
}
.anwp-navbar__item:hover {
background-color: #eee;
}
.anwp-navbar__item.anwp-active-tab {
background-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
.anwp-navbar__item {
transition: none;
}
}
@media (max-width: 575.98px) {
.anwp-navbar__item {
border-bottom: 1px solid #ddd;
}
.anwp-navbar__item:nth-child(n+2) {
margin-right: 0;
margin-top: 2px;
}
}
.anwp-navbar__wrapper {
background-color: #fff;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.anwp-navbar__content > .anwp-section:first-child {
margin-top: 2rem;
}
.player-birthday-card-wide__date-subtitle:nth-child(n+2) {
margin-top: 15px;
}
.player-birthday-card-wide + .player-birthday-card-wide {
border-top: none;
}
.player-birthday-card-wide-slim + .player-birthday-card-wide-slim {
border-top: none;
}
.anwp-fl-tag-posts .updated:not(.published) {
display: none;
}
.anwp-fl-tag-posts__thumbnail {
overflow: hidden;
}
.anwp-fl-tag-posts__thumbnail-bg {
transition: all 0.4s ease-in-out 0s;
}
.anwp-fl-tag-posts__thumbnail-img {
transition: all 0.4s ease-in-out 0s;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__thumbnail-bg {
background: rgba(0, 0, 0, 0.4);
transition: background-color 0.4s ease-in-out 0s;
}
.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__thumbnail-img {
transform: scale(1.1);
transition: all 0.4s ease-in-out 0s;
}
.anwp-fl-tag-posts__bottom-meta {
font-size: 11px;
color: #444;
text-shadow: none;
}
.anwp-fl-tag-posts__title {
word-spacing: 1px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 400;
transform: translate3d(0, 0, 0);
color: #444;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 2.4rem;
line-height: 1.2rem;
font-size: 0.9rem;
margin-top: 10px;
}
.anwp-fl-tag-posts .anwp-fl-tag-posts__thumbnail-img {
height: 80px;
width: 80px;
}
.anwp-fl-tag-posts .anwp-fl-tag-posts__thumbnail {
min-width: 80px;
max-height: 80px;
}
.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__content {
background-color: #eaf5ff;
}
.anwp-match-widget-shots {
width: 400px;
max-width: 100%;
}
.anwp-match-widget-shots__block-on {
z-index: 3;
}
.anwp-match-widget-shots__block-off {
z-index: 2;
}
.anwp-match-widget-shots__bg {
opacity: 0.6;
}
.anwp-match-widget-shots__value {
line-height: 1.1;
}
.anwp-match-widget-shots__block-on {
border-top: 4px solid #fff;
}
.anwp-match-widget-shots__block-on-home {
border-right: 4px solid #fff;
}
.anwp-match-widget-shots__block-on-away {
border-left: 4px solid #fff;
}
.anwpfl-suspension-risk__grid {
display: grid;
grid-template-columns: auto -webkit-min-content;
grid-template-columns: auto min-content;
}
.anwpfl-suspension-risk__team {
grid-column: 1/-1;
}
.transfers-list__nodata {
grid-column: 1/-1;
}
.transfers-list-competition-compact {
line-height: 1.25;
grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) -webkit-max-content minmax(0, auto);
grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) max-content minmax(0, auto);
}
.transfers-list-competition-compact.transfers-list-competition-compact--max650 {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-competition-compact.transfers-list-competition-compact--max650 .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-competition-compact.transfers-list-competition-compact--max650 .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-competition-compact.transfers-list-competition-compact--max650 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 690px) {
.transfers-list-competition-compact:not(.transfers-list-competition-compact--max650) {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-competition-compact:not(.transfers-list-competition-compact--max650) .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-competition-compact:not(.transfers-list-competition-compact--max650) .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-competition-compact:not(.transfers-list-competition-compact--max650) .anwp-grid-table__sm-none {
display: none !important;
}
}
.transfers-list-player {
line-height: 1.25;
grid-template-columns: minmax(0, auto) minmax(0, auto) -webkit-max-content -webkit-max-content;
grid-template-columns: minmax(0, auto) minmax(0, auto) max-content max-content;
}
.transfers-list-player.transfers-list-player--max580 {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-player.transfers-list-player--max580 .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-player.transfers-list-player--max580 .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-player.transfers-list-player--max580 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 620px) {
.transfers-list-player:not(.transfers-list-player--max580) {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-player:not(.transfers-list-player--max580) .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-player:not(.transfers-list-player--max580) .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-player:not(.transfers-list-player--max580) .anwp-grid-table__sm-none {
display: none !important;
}
}
.transfers-list-competition {
line-height: 1.25;
grid-template-columns: minmax(0, auto) minmax(0, auto) -webkit-max-content -webkit-max-content minmax(0, auto);
grid-template-columns: minmax(0, auto) minmax(0, auto) max-content max-content minmax(0, auto);
}
.transfers-list-competition__club-title, .transfers-list-competition__type {
grid-column: 1/-1;
}
.transfers-list-competition.transfers-list-competition--max580 {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-competition.transfers-list-competition--max580 .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-competition.transfers-list-competition--max580 .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-competition.transfers-list-competition--max580 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 620px) {
.transfers-list-competition:not(.transfers-list-competition--max580) {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-competition:not(.transfers-list-competition--max580) .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-competition:not(.transfers-list-competition--max580) .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-competition:not(.transfers-list-competition--max580) .anwp-grid-table__sm-none {
display: none !important;
}
}
.transfers-list-club {
line-height: 1.25;
grid-template-columns: minmax(0, auto) minmax(0, auto) -webkit-max-content -webkit-max-content minmax(0, auto);
grid-template-columns: minmax(0, auto) minmax(0, auto) max-content max-content minmax(0, auto);
}
.transfers-list-club__type {
grid-column: 1/-1;
}
.transfers-list-club.transfers-list-club--max580 {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-club.transfers-list-club--max580 .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-club.transfers-list-club--max580 .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-club.transfers-list-club--max580 .anwp-grid-table__sm-none {
display: none !important;
}
@media (max-width: 620px) {
.transfers-list-club:not(.transfers-list-club--max580) {
grid-template-columns: minmax(0, auto) minmax(0, auto);
}
.transfers-list-club:not(.transfers-list-club--max580) .anwp-grid-table__sm-block {
display: block !important;
}
.transfers-list-club:not(.transfers-list-club--max580) .anwp-grid-table__sm-flex {
display: flex !important;
}
.transfers-list-club:not(.transfers-list-club--max580) .anwp-grid-table__sm-none {
display: none !important;
}
}
.referee-stats__item {
border-width: 1px;
border-style: solid;
}
.referee-stats__wrapper {
grid-template-columns: repeat(auto-fill, minmax(var(--referee-stats-block-width), 1fr));
grid-gap: 5px;
}
.player-stats-pro__item {
border-width: 1px;
border-style: solid;
}
.player-stats-pro__wrapper {
grid-template-columns: repeat(auto-fill, minmax(var(--player-stats-block-width), 1fr));
grid-gap: 5px;
}
.player-stats--premium .player-stats__played {
grid-column: auto;
}
.player-stats--premium .player-stats__club {
grid-column: 1;
}
.anwp-fl-pro-game-countdown {
max-width: 500px;
}
.anwp-fl-pro-game-countdown__item {
position: relative;
width: 90px;
height: 90px;
}
.anwp-fl-pro-game-countdown__circle {
fill: none;
stroke: none;
}
.anwp-fl-pro-game-countdown__path-elapsed {
stroke-width: 5px;
stroke: #cdcdcd;
}
.anwp-fl-pro-game-countdown__label-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: -1px;
display: flex;
align-items: center;
justify-content: center;
}
.anwp-fl-pro-game-countdown__value {
font-size: 36px;
}
.anwp-fl-pro-game-countdown__label {
font-size: 13px;
}
.anwp-fl-pro-game-countdown__path-remaining {
stroke-width: 5px;
transform: rotate(-90deg);
transform-origin: center;
transition: 1s linear all;
stroke: #116f3a;
}
.anwp-fl-pro-game-countdown__svg {
transform: scaleX(-1);
}
.anwp-fl-pro-game-countdown--widget .anwp-fl-pro-game-countdown__item {
position: relative;
width: 60px;
height: 60px;
}
.anwp-fl-pro-game-countdown--widget .anwp-fl-pro-game-countdown__value {
font-size: 22px;
}
.anwp-fl-pro-game-countdown--widget .anwp-fl-pro-game-countdown__label {
font-size: 10px;
}