:root {
    --primary: #e30613;
    --primary-450: rgba(227, 6, 19, .5);
    --secondary: #4E4E4E;
    --secondary-100: #F0F0F0;
    --secondary-200: #D1D1D1;
    --secondary-300: #B0B0B0;
    --secondary-400: #707070;
    --tertiary: #1082ff;
    --green: #0ab80a;
    --red: #e30613;
     --gray: #002540;
    --alert: rgba(227, 6, 19, .1);
    --alert-success: rgba(10, 184, 10, 0.1);
    --alert-error: rgba(227, 6, 19, .1);
}
@font-face {
    font-family: 'Rotis Sans Serif Std';
    src: url('/common/skins/s2w/fontRotis/RotisSansSerifStd-ExtraBold.woff2') format('woff2'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd-ExtraBold.woff') format('woff'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rotis SansSerif Std';
    src: url('/common/skins/s2w/fontRotis/RotisSansSerifStd-Bold.woff2') format('woff2'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd-Bold.woff') format('woff'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rotis SansSerif Std';
    src: url('/common/skins/s2w/fontRotis/RotisSansSerifStd.woff2') format('woff2'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd.woff') format('woff'),
    url('/common/skins/s2w/fontRotis/RotisSansSerifStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*, html, body, div, p, a {
    font-size: 16px;
    /*font-family: "Poppins", serif;*/
    font-family: "Open Sans", serif;
}

html, body {
    min-height: 100vh;
    color: var(--gray);
}

a {
    color: var(--primary);

    :hover {
        text-decoration: underline !important;
    }
}

a.bg-pink, a.bg-gray {
    color: white !important;
}

nav a.btn, nav a {
    color: var(--gray) !important;
    font-size: 26px;
    font-weight: bold;
}

nav li {
    margin-right: 0 !important;
}
/*nav .selected{
    border
}*/

.nickname {
    height: 54px;
    width: 54px;
    font-size: 20px;
    background-color: var(--primary);
    text-align: center;
    border-radius: 100%;
    line-height: 54px;
    color: white;
    font-weight: bold;
}


h2 {
    font-size: 2rem !important;
    line-height: 1.3;
}

h3 {
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
}

h4 {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
}

h5 {
    font-size: 1.2rem !important;
    font-weight: 700;
}

h6 {
    font-size: 11px !important;
    text-transform: uppercase;
}

p {
    margin: 0 0 20px 0 !important;
    font-weight: 300;
}

.generic-cta {
    padding: 5% 10%;
    min-height: 30em;
}


footer ul {
    list-style-type: none;
    margin: 0 0 0 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

footer ul li {
    margin: 0 0px;
}

footer ul li:not(:first-child):before {
    content: '|';
    color: var(--primary);
    padding: 0 10px;

}

footer a {
    color: inherit !important;
}
input[type="file"]{
    border: 1px solid #D1D1D1;
padding: 0;
    border-radius: 10px;

}
input:not([type="range"]):not([type="text"]):not([type="checkbox"]):not([type="file"]), select, textarea {
    border: 1px solid #D1D1D1;
    padding: 4px 8px !important;
    font-size: 1.2rem !important;
    border-radius: 10px;
}
input[type="radio"] {
    border: 2px solid var(--primary);
    accent-color: var(--primary);
}

input[type="checkbox"]{
    border: 2px solid var(--primary);
    accent-color: var(--primary);
    border-radius: 25%;
}

textarea {
    border: 1px solid #D1D1D1;
    padding: 4px 8px !important;
    text-align: left;
    font-size: 1rem !important;
}

/*input.datalist {
    border: none;
    text-align: left;
}*/


.cursor, .pointer {
    cursor: pointer;
}

.input-login {
    width: 100%;
    height: 60px;
    font-size: 20px !important;
    padding: 0 10px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}
/*

.input-grid {
    width: 100%;
    height: 60px;
    font-size: 20px !important;
    padding: 0;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    display: flex;
}

.input-grid2 {
    height: auto;
}

.input-grid input {
    width: 100%;
    border: none;
    font-size: 20px !important;
    padding: 0 10px;
    border: none !important;
}

.euro::before {
    content: '€';
    font-size: 120%;
}
*/

label {
    font-size: 20px;
    padding: 0 0 0 8px;
}

.button-login {
    height: 60px;
}


.button {
    padding: 0.4rem 4rem;
    font-size: 20px;
    font-weigh: bold;
    text-align: center;
    border-radius: 10px;
}

.button-ico {
    padding: 0.2rem .8rem;
    font-size: 20px;
    font-weigh: bold;
    text-align: center;
    border-radius: 10px;
}

.button-sm {
    padding: 0.2rem 1rem;
    font-size: 12px;
    border-radius: 6px;
}

.button-primary {
    background-color: var(--primary);
    color: white;
}

.button-secondary {
    background-color: var(--secondary);
    color: white;
}

.button-tertiary {
    background-color: var(--tertiary);
    color: white;
}

.button-outline-primary {
    border: 1px solid var(--primary);
    background-color: white;
    color: var(--primary);
}

.button-outline-tertiary {
    border: 1px solid var(--tertiary);
    background-color: white;
    color: var(--tertiary);
}

.button-outline-secondary-300 {
    border: 1px solid var(--secondary-300);
    background-color: white;
    color: var(--secondary-300);
}
.button-outline-secondary {
    border: 1px solid var(--secondary);
    background-color: white;
    color: var(--secondary);
}

.tab-secondary {
    border: 1px solid var(--secondary-400);
    background-color: white;
    color: var(--secondary-300);
    border-radius: 0 0 4px 4px;
    margin: 0 1px 0 0;
    color: var(--secondary);
}

.button:disabled,
.button-ico:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

input.error {
    border-color: red;
}
span.error{
    color: var(--red);
    padding: 0 0.5em;
}

.disc{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-color: var(--primary);
    background-color: transparent;
    display: inline-block;
    border-width: 2px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle
}
h3{
    padding: 10px 0;
}



.pill {
    padding: 0.3rem 1.2rem;
    border-radius: 999px;
}

.pill-sm {
    padding: 0.1rem 0.8rem;
    font-size: 80%;
}

.pill-primary {
    background-color: var(--primary);
    color: white;
}

.pill-secondary {
    background-color: var(--secondary);
    color: white;
}

.pill-secondary-300 {
    background-color: var(--secondary-300);
    color: white;
}

.pill-tertiary {
    background-color: var(--secondary);
    color: white;
}

.pill-green {
    background-color: var(--green);
    color: white;
}

.pill-red {
    background-color: var(--red);
    color: white;
}


@media (min-width: 1600px) {

}

@media (max-width: 960px) {

}

@media (max-width: 960px) {
    nav a.btn, nav a {
        font-size: 14px;
        font-weight: bold;
    }
}

/*
.runner {
    width: 100%;
    height: 1rem;
    background-color: #ccc;
    border-radius: .5rem;
    overflow: hidden;
    margin: 5px;
}

.runner span {
    display: block;
    height: 100%;
    background-color: var(--primary-450);
    position: relative;
}

.runner span i {
    position: absolute;
    color: white;
    font-size: 8px;
    font-weight: 400;
}

table {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: var(--gray);
}

table td {
    padding: 4px 20px;
    color: var(--gray);
    border-bottom: 1px solid var(--secondary-300);
    padding: 10px 20px;
}

table th {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    height: 50px;
    background-color: #CACACA;
    color: var(--gray);
}

table tr:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

table th:first-child {
    border-top-left-radius: 20px;
}

table th:last-child {
    border-top-right-radius: 20px;
}

table th::before {
    content: '|';
    margin-right: 5px;
    color: white;
    font-size: 200%;
    font-weight: 100;
}

table th:first-child::before {
    content: ' ';
    margin-right: 20px;

}

input[type="range"] {
    -webkit-appearance: none; !* Remove default WebKit styles *!
    width: 100%;
    margin: 4px 0;
    background: transparent;
}

!* WebKit track *!
input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: #ddd; !* Color of the track *!
    border-radius: 4px;
}

!* WebKit thumb *!
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--primary); !* Color of the thumb *!
    margin-top: -6px; !* Centers the thumb on the track *!
    cursor: pointer;
    border: none;
}

!* Focus outline removal *!
input[type="range"]:focus {
    outline: none;
}

!* Mozilla track *!
input[type="range"]::-moz-range-track {
    height: 8px;
    background: #ddd;
    border-radius: 4px;
}

!* Mozilla thumb *!
input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: none;
}

!* Internet Explorer *!
input[type="range"]::-ms-track {
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #ddd;
    border-radius: 4px;
}

input[type="range"]::-ms-fill-upper {
    background: #ddd;
    border-radius: 4px;
}

input[type="range"]::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--primary);
    cursor: pointer;
    border: none;
    margin-top: 0; !* Adjust if needed *!
}*/



table.showInfo tr:last-child{
    border-bottom: none;
}
.wb-input{
    width: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: .5rem;
    backgroundSSS: transparent !important;
}
.nota{
    color: var(--secondary-300);
}



label {
    font-size: 120%;
}


/* transitions */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}


.tabs-container {
    max-width: 100%;
}

.tabs {
    display: flex;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;

}

.alert {
    background-color: var(--alert);
    color: var(--secondary);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.alert-success {
    background-color: var(--alert-success);
    color: var(--green);
}
.alert-error {
    background-color: var(--alert-error);
    color: var(--red);
}


/*TABLE */
table {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: var(--gray);
}

table td {
    padding: 4px 20px;
    color: var(--gray);
    border-bottom: 1px solid var(--secondary-300);
    padding: 10px 20px;
}

table th {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    height: 50px;
    background-color: #CACACA;
    color: var(--gray);
}

table tr:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

table th:first-child {
    border-top-left-radius: 20px;
}

table th:last-child {
    border-top-right-radius: 20px;
}

table th::before {
    content: '|';
    margin-right: 5px;
    color: white;
    font-size: 200%;
    font-weight: 100;
}

table th:first-child::before {
    content: ' ';
    margin-right: 20px;

}