body.mobile .simplePageContainer .menu {
    width: auto;
}

.simplePageContainer .menu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.tabcontentmox {
    background: #232833;
    color: #e5f1ff80;
    margin: 0 auto;
    border-radius: 10px;
    padding: 80px 105px;
}

body.tablet .tabcontentmox {
    padding: 29px 17px;
}

body.mobile .tabcontentmox {
    padding: 19px 14px;
}

#customers tr:nth-child(even) {
    background-color: transparent;
}

#customers th {
    background-color: transparent;
}

body > main > div > img {
    border-radius: 10px;
}

.simplePageContainer.sport-reload {
    width: calc(100% - (2 * var(--grid-margin-l-r)));
    margin: 0px auto;
}

.tabaa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 19px 30px;
}

body.mobile .tabaa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 19px 0;
}

.tabaa .tablinksx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    min-height: 40px;
    background-color: transparent;
    border: 2px solid #e6f1ff4d;
    border-radius: 21px;
    margin: 0 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #e6f1ffcc;
    padding: 0 30px;
    cursor: pointer;
}

.tabaa .tablinksx.actived {
    background: #E6F1FF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    color: #15171D;
    font-weight: bold;
    border: none;
}

.widthExpand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.mobile .widthExpand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.predtittle2 {
    font-size: clamp(16px, 2.5vw, 18px);
    color: #E6F1FF;
}

body.mobile .predtittle2 {
    text-align: center;
}

a {
    color: var(--primary-text);
}

table, th, td {
    border: 1px solid;
}

table {
    border-collapse: collapse;
}

#log-button-pages {
    padding: 12px;
    font-size: 18px;
    background: #061723;
    border-radius: 30px;
    -moz-box-shadow: 0px 0px 3px 3px #31cfdf;
    -webkit-box-shadow: 0px 0px 3px 3px #31cfdf;
    box-shadow: 0px 0px 3px 3px #31cfdf;
	  text-transform: uppercase;
}
#log-button-pages:hover {

    -moz-box-shadow: 0px 0px 6px 6px #31cfdf;
    -webkit-box-shadow: 0px 0px 6px 6px #31cfdf;
    box-shadow: 0px 0px 6px 6px #31cfdf;

}
section.pageContent .pageWrap {
    padding: 0px;
    background: white;
    color: black;
	text-align: justify;
}
.tabaa {width: 100%;margin: 0 auto;display: block;}

.tabaa button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px;
    transition: 0.3s;
    font-size: 16px;
	width:50%;
    color: black;
	border-bottom: 8px solid #a9a6a6;
}

.tabaa button.actived {
  border-bottom: 8px solid #116e8d;
}

.tabcontentmox {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.classPromo {
width: 60%; 
background: rgb(25, 40, 51);
 padding: 12px;
    margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .classPromo {
width: 100%; 

}
}
body.desktop::-webkit-scrollbar-thumb {
    background: #969696;
    border: 3px solid #252525;
    border-radius: 6px;
}
body.desktop::-webkit-scrollbar {
    padding: 3px;
    width: 14px;
    height: 4px;
    margin: 3px;
}
body.desktop::-webkit-scrollbar-track {
    background: #252525;
    border-radius: 1px;
    margin: 1px;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* html{scrollbar-arrow-color: #252604;
 scrollbar-highlight-color: #BFC097;
 scrollbar-shadow-color: #ffffff;
 scrollbar-base-color : #000000;
 scrollbar-track-color: #E2E1D4;
 scrollbar-face-color: #BFC097;
 scrollbar-3dlight-color: #EFEEEE;
 scrollbar-darkshadow-color: #999999;} */