.content-wrapper {
    background: rgb(231 231 231);
    background: -moz-linear-gradient(180deg, rgba(231 231 231, 1) 0%, rgba(255, 255, 255, 1) 6%);
    background: -webkit-linear-gradient(180deg, rgba(231 231 231, 1) 0%, rgba(255, 255, 255, 1) 6%);
    background: linear-gradient(180deg, rgb(231 231 231 / 55%) 0%, rgba(255, 255, 255, 1) 6%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E7E7E7FF", endColorstr="#ffffff", GradientType=1);
}

.trad {
    display: none !important;
}

body.lang-fr .trad-fr,
body.lang-es .trad-es,
body.lang-de .trad-de,
body.lang-it .trad-it,
body.lang-en .trad-en {
    display: contents !important;
}

body.lang-fr .small-box-menu-label .trad-fr,
body.lang-es .small-box-menu-label .trad-es,
body.lang-de .small-box-menu-label .trad-de,
body.lang-it .small-box-menu-label .trad-it,
body.lang-en .small-box-menu-label .trad-en {
    display: block !important;
}

#logo-navbar {
    height: 40px;
}

.center-screen {
    height: 95vh;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.help-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: help;
}

.help-link:hover {
    text-decoration: none;
    border-bottom: 2px dashed;
}


.softblink {
    animation: softblink 1s linear infinite;
    -webkit-animation: softblink 1s linear infinite;
}

@keyframes softblink {
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
}

@-webkit-keyframes softblink {
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
}

#main-title {
    padding: 10px 30px 14px 30px;
    border-radius: 5px;
}

#main-title #title_logo {
    max-height: 38px;
    margin-bottom: 5px;
}

body.dark-mode .btn-dark-mode {
    display: none;
}

body:not(.dark-mode) .btn-light-mode {
    display: none;
}

body .navbar-nav .nav-item * {
    color: #888;
}

body .navbar-nav .nav-item:hover * {
    color: #222;
}

body.dark-mode .navbar-nav .nav-item .nav-link {
    color: #FFF;
}

body.dark-mode .sidebar .nav-item:hover .nav-link {
    color: #FFF;
}

body .sidebar .nav-item .nav-link.active {
    background: #6c757d;
    color: #FFF;
}

body .sidebar .nav-item:hover .nav-link {
    background: #ffc107;
    color: #555;
}

body.dark-mode .sidebar .nav-item:hover .nav-link {
    background: #32383e;
}


a.info-box {
    color: #01328b;
}


/* ******************************************************************************* */
.px36 {
    font-size: 36px !important;
}

.px26 {
    font-size: 26px !important;
}

.px24 {
    font-size: 24px !important;
}

.px22 {
    font-size: 22px !important;
}

.px20 {
    font-size: 20px !important;
}

.px18 {
    font-size: 18px !important;
}

.px16 {
    font-size: 16px !important;
}

.px14 {
    font-size: 14px !important;
}

.px10 {
    font-size: 14px !important;
}

@media screen and (max-width: 991px) {
    .px36resp {
        font-size: 36px !important;
    }

    .px26resp {
        font-size: 26px !important;
    }

    .px24resp {
        font-size: 24px !important;
    }

    .px22resp {
        font-size: 22px !important;
    }

    .px20resp {
        font-size: 20px !important;
    }

    .px18resp {
        font-size: 18px !important;
    }

    .px16resp {
        font-size: 16px !important;
    }

    .px14resp {
        font-size: 14px !important;
    }

    .px10resp {
        font-size: 14px !important;
    }

}

/* ******************************************************************************* */
@media screen and (max-width: 450px) {
    #translate-box {
        zoom: 0.95;
    }
}

.height-30 {
    height: 30px !important;
}

/* ******************************************************************************* */
.underlink {
    border-bottom: 1px dashed;
}

.strong-border {
    background: #FFF;
    border-radius: 5px;
    padding: 4px 10px;
    white-space: nowrap;

}

.strong-border:hover {
    background: #FFF;
    border-radius: 5px;
    padding: 4px 10px;
    box-shadow: inset -1px 1px 3px 0px #00000085;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}


.mw-80pc {
    max-width: 80% !important;
}

.main-sidebar {
    background-color: #FFF;
    z-index: 9999999;
    box-shadow: 0 0 20px 0 #0000001a !important;
}

body.dark-mode .main-sidebar {
    background-color: #000;
}


.bg-light > a.btn-primary {
    color: #FFF !important;
}

.cfglobal {
    overflow: hidden;
}

@media screen and (max-width: 550px) {
    .cfglobal {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.mw-50 {
    max-width: 50px;
}

.mw-40 {
    max-width: 40px;
}

.dark-mode .content-wrapper {
    background: #454d55 !important;
}

.lh1 {
    line-height: 1;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #02a451; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}


.all-black {
    color: black !important;
}

@media screen and (max-width: 550px) {
    #btn-earnings, #btn-change-language {
        font-size: 0.75rem !important;
        zoom: 0.85;
    }
}