@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Roboto', sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
    font-weight: bold !important; 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}
img {
    max-width: 100%;
}
a {
	color: #fab615;
	text-decoration: none;
}
.pwo-content {
	position: relative;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px; 
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.grey__row {
	background-color: rgb(34,38,43);
	min-height:40px;
	width:100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.lft_txt {
	font-size: 12px;
	font-weight: 300;
	padding-right: 20px;
}
.rgt_txt {
	font-size: 14px;
	margin-right: 10px;
}
body {
    font-family: var(--fontFamily);
    font-size: 14px;
    background-color: var(--bodyBgColorLight);
    color: #212121;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: none;
    padding: 0;
    font-family: var(--fontFamily);
    font-size: inherit;
    font-weight: normal;
    text-transform: inherit;
}
.pwo-cta {
	height: auto;
    min-height: auto;
    padding: 0px 10px;
    line-height: 44px;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    background-color: #3b9b22;
    color: #fff;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
}
.pwo-cta:hover {
	opacity: 1;
	background-color: #58b73f;
}
.pwo-main {
	color: #fff;
	background-color: #23262d;
}
.pwo-intro {
	position: relative;
    background-color: #000;
    min-height: 600px;
    width: 100%;
    background-image: url(https://bonus.planetwin365.it/common/img/1440-solo-sfondo-boosted.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
}
.pwo-intro .text-brandcolor {
	color: var(--brandColor)
}
.pwo-intro .text-bold {
	font-weight: 700
}
.pwo-intro .pwo-image {
	max-width: 100%;
	height: 600px;
	overflow: hidden
}
.pwo-intro .pwo-image picture {
	display: flex
}
.pwo-intro .pwo-image img {
	width: auto;
	height: 600px
}
.pwo-intro .pwo-bonus-image {
	max-width: 1920px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.pwo-intro::before {
	content: "";
    display: inline-block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, .07) 30%, rgba(0, 0, 0, .7) 70%);
}
.pwo-intro::after {
	content: "";
    display: inline-block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(91deg, rgba(0, 0, 0, .07) 89%, rgba(0, 0, 0, .7) 100%);
}
.pwo-intro .pwo-bonus-image picture {
	display: flex;
	justify-content: center;
}
.pwo-intro .pwo-bonus-image img {
	width: auto;
	min-height: 600px;
	max-width: inherit;
}
.pwo-intro .pwo-intro_logo {
	position: absolute;
    top: 60px;
    z-index: 1000;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}
.pwo-intro .pwo-intro_logo img {
	max-height: 88px;
	width: 210px;
}
.pwo-intro .pwo-info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 72px;
	height: 600px;
	max-width: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.mg-device-mobile .pwo-intro .pwo-info:after {
	margin-top: 48px;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #27334d
}
.pwo-intro .pwo-info .login-action_join p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}
.pwo-intro .pwo-info section h2 {
	margin: 64px 0 16px;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px
}
.pwo-intro .pwo-info section p {
	max-width: 450px;
	margin: 0 0 32px;
	font-size: 20px;
	line-height: 28px
}
.pwo-intro .pwo-info .pwo-wrap-login {
	margin-top: 32px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	gap: 24px
}
.pwo-intro .pwo-info .pwo-wrap-login p {
	margin: 0;
	font-size: 16px;
	font-weight: 600
}
.pwo-intro .pwo-bonus-info {
	position: absolute;
    bottom: 0;
    padding: 0;
    height: 600px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.pwo-intro .container-maglie {
	position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 498px;
    display: flex;
    gap: 0px;
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
    align-items: center;
}
/* Ridimensionamento immagini */
.pwo-intro .maglia-img {
	max-width: 280px;     /* Ridimensiona entro il contenitore */
	height: auto;        /* Mantiene il rapporto d'aspetto */
	flex-shrink: 1;      /* Permette alle immagini di restringersi */
	width: 100%;
}
.pwo-intro .pwo-bonus-info .login-action_join p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}
.pwo-intro .pwo-bonus-info .pwo-label {
	display: inline-block;
    width: fit-content;
    margin: 0;
    padding: 6px 6px 4px 6px;
    font-size: 15px;
    background-color: transparent;
    color: #fab615;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fab615;
    line-height: initial;
}
.pwo-intro .pwo-bonus-info h2 {
	margin: 16px 0;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700
}
.pwo-intro .pwo-bonus-info h2 del {
	font-weight: 400
}
.pwo-intro .pwo-bonus-info p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 24px
}
.pwo-intro .pwo-bonus-info #promo-timer {
	width: 320px;
	margin-bottom: 16px
}
.pwo-step_container {
	display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    text-align: center;
    background: #fab615;
    height: 108px;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
	padding: 0 20px;
}
.pwo-step_container .pwo-step--title {
	margin: 0
}
.pwo-step_container .pwo-step_wrap {
	display: flex;
	flex-direction: row;
	column-gap: 80px;
	/*max-width: 1110px;*/
    width: 100%;
	align-items: center;
    height: 108px;
}
.pwo-step_container .pwo-step_wrap .step-box {
	flex-basis: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px
}
.pwo-step_container .pwo-step_wrap .step-box .step-box--counter {
	display: block;
	width: 48px;
	line-height: 46px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	border: 1px solid var(--brandColor);
	background: #081533;
	color: var(--brandColor)
}
.pwo-step_container .pwo-step_wrap .step-box p {
	margin: 0
}
.pwo-step_container .pwo-step_wrap .step-box a {
	text-decoration: underline
}
.pwo-details_container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
}
.pwo-details_container ul, .pwo-details_container ol {
	margin: 0 0 8px 16px
}
.pwo-details_container ul {
	list-style: disc
}
.pwo-details_container ol {
	list-style: decimal
}
.pwo-details {
	padding: 48px 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
	text-align: center;
	background: #081533
}
.pwo-details .pwo-details-intro {
  max-width: 560px
}
.container_copy_booster {
	display: flex;
	align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0px;
    flex-direction: column;
	max-width: 550px;
}
.match {
	font-size:25px;
	color: #fff;
}
.bet {
	font-size: 48px;
	color: #fab615;
	font-style: italic;
	font-weight: 900; 
}
.quota_base {
	font-size: 24px;
	color: #fff;
	text-decoration: line-through;
	margin-right: 15px;
}
.quota_maggiorata {
	font-size: 78px;
	color: #fff;
	font-weight: 700;
}
.comparative {
	margin-top: 5px;
}
.container_reg {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
	width: 100%;
}
/* Titolo "BONUS SPORT" */
.fst__line {
	font-size: clamp(22px, 1.5vw, 30px);
	font-style: italic;
}
/* Testo "FINO A" */
.snd__line {
	font-size: clamp(30px, 3vw, 60px);
	font-weight: bold;
	font-style: italic;
}
.trd__line {
	font-size: clamp(18px, 1.25vw, 27px);
	font-style: italic;
}
/* Numero "500€" */
.rgt {
	font-size: clamp(80px, 5vw, 110px);
	font-weight: bold;
	color: #fab615;
	font-style: italic;
}
/* STILI PER LA FASCIA DEI TRE STEP */
.container_3step {
	max-width: 1100px;
	margin: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.grid_3step {
	display: flex;
	gap: 20px;
}
.item_3step, .item_3step_fre {
	flex: 1;
}
.item_3step_fre::after {	
	content: ""; /* Necessario per attivare ::after */
	display: block; 
	width: 41px; 
	height: 104px; 
	background-image: url("https://bonus.planetwin365.it/common/img/arrow_3s.jpg"); 
	background-size: cover; 
}
.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1;
}
.arrow.left {
	left: -10px;
}
.arrow.right {
	right: -10px;
}
/* Modalità carosello sotto i 1024px */
@media (max-width: 768px) {
	.quota_base {
	font-size: 18px;
}
.grid_3step {
	flex-wrap: nowrap;
	transition: transform 0.3s ease;
	gap: 0;
}
.arrw_dsk {
	display:none;
}
.item_3step, .item_3step_fre {
	min-width: 100%;
	flex-shrink: 0;
}
.arrow {
	display: block;
}
}
@media (min-width: 769px) {
.arrow {
	display: none;
}
.grid_3step {
	flex-wrap: wrap;
}
.item_3step {
	min-width: 0;
	text-align: left;
}
.item_3step_fre {
	min-width: 0;
	text-align: left;
	display: inline-flex;
	justify-content: flex-end;
}
}
@media (max-width: 768px) {
.item_3step_fre::after {
    content: none; /* Nasconde il contenuto su schermi più piccoli */
  }
}
/* STILE ACCORDION */
.accordion {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.accordion-header {
	padding: 15px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.accordion-arrow {
	transition: transform 0.3s ease;
	display: flex;
	transform: rotate(270deg);
}
.accordion-arrow.open {
	transform: rotate(90deg);
}
.accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}
.accordion-content-inner {
	padding: 15px;
	border-top: 1px solid #fff;
	font-size: 15px;
    line-height: 1.3;
}
/* FINE STILE ACCORDION */
/* STILI PER IL FOOTER */
.footer--legal__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: #2c2f35;
}
.gioco_resp {
    background-position-x: -80px;
    margin-right: 4px;
}
.footer--legal__info {
    text-align: center;
    padding: 0 13px;
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.2;
}
.footer--payments {
    padding: 13px;
	text-align: center;
}
/* INIZIO MEDIA QUERY */ 
@media screen and (max-width:1120px) {
  .grey__row {
    padding: 0px 20px;
  }
}
@media screen and (max-width:970px) {
.grey__row {
    flex-direction: column;
    padding: 10px 20px 5px;
    gap: 5px;
}
.lft_txt {
    padding-right: 0px;
	text-align: center;
}
}
@media screen and (max-width:920px) {
  .rgt_txt {
    /*text-align: center;
    width: 100%;*/
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-image picture {
    justify-content: center
  }
  .container_reg {
    padding: 0 41px;
  }
}
@media screen and (max-width:1550px) {
  .pwo-intro .pwo-image img {
    object-position: -270px
  }
}
@media screen and (max-width:1200px) {
  .pwo-intro .pwo-image img {
    object-position: -560px
  }
}
@media screen and (max-width:768px) {
  .pwo-intro .pwo-image img {
    object-position: -610px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-image img {
    object-position: unset
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-image {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .pwo-intro .pwo-bonus-image::after {
    /*content: none;*/
  }
  .pwo-intro .pwo-bonus-image::before {
    /*content: none;*/
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-image picture {
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 92px;
  }
}
@media screen and (min-width:1920px) {
  .pwo-intro .pwo-bonus-image img {
    width: 100%
  }
}
@media screen and (max-width:1550px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -160px*/
  }
}
@media screen and (max-width:1366px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -280px*/
  }
}
@media screen and (max-width:1200px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -330px*/
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -620px*/
  }
}
@media screen and (max-width:920px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -600px*/
  }
}
@media screen and (max-width:768px) {
  .pwo-intro .pwo-bonus-image img {
    /*object-position: -800px*/
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-image img {
    object-position: unset;
    min-height: 620px;
    width: auto;
  }
}
@media screen and (max-width: 920px) {
  .pwo-intro .pwo-intro_logo {
    flex-grow: 0.2;
    left: 0%;
    width: 100%;
	position: inherit;
    transform: none;
    top: 30px;
  }
  .pwo-intro .pwo-intro_logo img {
    display: block;
    width: 180px;
    margin: 0 auto
  }
  .match {
	/*font-size: 19px;*/
  }
  .bet {
	font-size: 36px;
  }
  .quota_maggiorata {
	font-size: 56px;
  }
  .pwo-intro {
    position: relative;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
    padding-bottom: 129px;        
	background-image: url(https://bonus.planetwin365.it/common/img/1440-solo-sfondo-boosted.jpg);
	background-size: cover;
	background-position: center center;
}
.pwo-intro .pwo-bonus-info {
	height: inherit;
	position: inherit;
	}
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info {
    padding: 0 0 0 32px;
    max-width: 480px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info {
    padding: 48px 32px 0;
    max-width: 100%;
    text-align: center

  }
}
@media screen and (max-width:375px) {
  .pwo-intro .pwo-info {
    padding: 48px 24px 0
  }
}
.pwo-intro .pwo-info #pwo-info_logo img {
  max-height: 88px
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info #pwo-info_logo img {
    max-height: 63px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info .login-action_join p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info section h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-info section p {
    font-size: 14px;
    line-height: 20px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-info .pwo-wrap-login {
    flex-direction: column
  }
}
@media screen and (min-width:921px) and (max-width:1120px) {
  .pwo-intro .pwo-intro_logo {
    padding: 0 20px;		
  }
  .pwo-intro .container-maglie {
    padding: 0 20px;
  }
  .pwo-intro .pwo-bonus-info {
    width: 60%;
    padding: 0 0 0 20px;
    left: 0;
    transform: translateX(0%);
	max-width: 550px; /* REGOLA INSERITA PER LA BOOSTED DEI DERBY */
  }
}
@media screen and (max-width: 920px) {
  .pwo-intro .pwo-bonus-info {
    padding: 0 20px;
	width: 100%;
	bottom: 0px;
	justify-content: flex-end;
  }
  .pwo-wrap-cta {
    text-align: center;
  }
  .pwo-intro .container-maglie {
    justify-content: center;
	width: 60%;
	padding: 0 20px;
	/*max-width: 125px; */
	top: 20px;
	align-items: flex-start;
	height: inherit;
	position: inherit;
	left:0%;
	transform: none;
  }
  .pwo-intro .pwo-bonus-image {
	height: inherit;
  }
  .pwo-intro .maglia-img {
	width: 70%;
	height: auto;
	max-width: 190px;
  }
  .pwo-intro_logo {  
    width: 100%;
    padding: 0 20px;
  }
  .pwo-bonus-image {
	display:none;
  }
}
@media screen and (max-width:576px) {
  .pwo-cta {
    line-height: 40px;
    font-size: 19px;
  }
  .container_copy_booster {
    flex-direction: column;
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info .login-action_join p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info .pwo-label {
    margin: 0 auto
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info h2 {
    font-size: 28px;
    line-height: 36px
  }
}
@media screen and (max-width:1024px) {
  .pwo-intro .pwo-bonus-info p {
    font-size: 14px;
    line-height: 20px
  }
}
@media screen and (max-width:576px) {
  .pwo-intro .pwo-bonus-info #promo-timer {
    margin: 0 auto 16px
  }
}
@media screen and (max-width:375px) {
  .pwo-intro .pwo-bonus-info #promo-timer {
    width: auto
  }
}
@media screen and (max-width:1024px) {
  .pwo-step_container {
    padding: 0px 20px
  }
}
@media screen and (max-width:375px) {
  .pwo-step_container {
    padding: 0px 24px
  }
}
@media screen and (max-width:1024px) {
  .pwo-step_container .pwo-step_wrap {
    column-gap: 40px
  }
}
@media screen and (max-width:576px) {
  .pwo-step_container .pwo-step_wrap {
    flex-direction: column;
    row-gap: 40px
  }
}
@media screen and (max-width:1024px) {
  .pwo-details {
    padding: 48px 32px
  }
}
@media screen and (max-width:375px) {
  .pwo-details {
    padding: 48px 24px
  }
}
@media screen and (max-width:920px) {
  .container_copy_booster {
    align-items: center;
    text-align: center;
	margin: 0 auto;
  }
}
/* Modalità carosello sotto i 1024px  */
@media (min-width: 921px) {
  .arrow {
    display: none;
  }
  .grid_3step {
    flex-wrap: wrap;
  }
  .item_3step {
    min-width: 0;
    text-align: left;
  }
  .item_3step_fre {
    min-width: 0;
    text-align: left;
    display: inline-flex;
    justify-content: flex-end;
  }
}
@media (max-width: 920px) {
  .grid_3step {
    flex-wrap: nowrap;
    transition: transform 0.3s ease;
    gap: 0;
  }
  .arrw_dsk {
    display: none;
  }
  .item_3step, .item_3step_fre {
    min-width: 100%;
    flex-shrink: 0;
  }
  .arrow {
    display: block;
  }
  .item_3step_fre::after {
    content: none; 
  }
}
/* FINE STILI PER IL FOOTER */
:root {
  --fontFamily: "Roboto", sans-serif;
  --brandColor: #45e645;
  --brandColorDarken: #2d923e;
  --brandColorTxt: #081533;
  --livechatBgColor: var(--brandColor);
  --livechatColor: #081533;
  --loginBgColor: var(--brandColor);
  --loginColor: #ffffff;
  --joinBgColor: var(--brandColor);
  --joinColor: #081533;
  --bodyBgColorDark: #030712;
  --headerBgColorDark: #081533;
  --footerBgColorDark: #030712;
  --bodyBgColorLight: #f0f1f3;
  --headerBgColorLight: #081533;
  --footerBgColorLight: #030712;
  --siteBorderRadius: 4px;
  --stepperColor: #c1f7c1;
  --sidebarWidth: 200px;
  --casinoGameGap: 16px;
  --casinoGameBorderRadius: var(--siteBorderRadius);
  --casinoLabelBorderRadius: 4px;
  --openedTicketColor: var(--pendingColor);
  --winningTicketColor: var(--brandColor);
  --losingTicketColor: var(--errorDarkColor)
}

/* TABELLE */
th {
    font-weight: 700;
    background-color: #0160ae;
    text-align: center;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.scommesse th {
    background-color: rgb(27, 177, 76) !important;
    color: #fff;
}
table {
    margin: 30px auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    min-width: 500px;
    border-right: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
}
tr:nth-child(odd) {
    background-color: rgb(44, 47, 53) !important;
}
tr:nth-child(2n) {
    background-color: rgb(58, 62, 69) !important;
}
td {
    color: #fff;
    font-size: 14px;
    line-height: 15px !important;
    vertical-align: middle !important;
    padding: 8px;
    height: 45px;
    border: 0px !important;
    border-left: 1px solid #d8d8d8 !important;
}

