.client-box{
    background:#474747; 
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.client-box:hover{
    background:#2b2b2b; 
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.client-box-anniv{
    background-color:#db6a00;
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.client-box-passed{
    background-color:#0f7e00;
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.client-box-passed:hover{
    background-color:#0b5e00;
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.client-box-anniv:hover{
    background-color:#b95a00;
    text-decoration:none; 
    color:white; 
    padding:10px;
    margin-bottom:6px;
    text-align: center;
    width:100%;
    display:flex;
    transition: 0.3s;
    transition-timing-function: ease;
}

.cont1 {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    font-family: 'Cabin', sans-serif;
}

.maincont{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.eventsmainview{
    background-color: #202020;
    border-radius: 15px;
    padding:12px;
    margin-top:20px;
    margin-right:20px;
    color:white;
}

html{
    background-color: #555555;
}

.online + .online{
    margin-top:5px;
}

.button {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: #eee;
    color: #000;
    animation: normal 0.5s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgba(255,255,255,0.6) inset;
}

.button:hover {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: #333;
    color: #eee;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgba(255,255,255,0.6) inset;
}

.list {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.input {
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    width: auto;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
    padding: 4px 8px;
    box-sizing: border-box;
}

h1.title {
    text-align: center;
    color: white;
    background: #2b2b2b;
    padding: 10px;
}

.square {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #474747;
    overflow-x: auto;
    color: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.points {
    text-align: center;
    color: white;
    padding: 10px;
    font-size:30px;
}

.green_points {
    text-align: center;
    color: lime;
    padding: 10px;
    font-size:30px;
    font-weight: bold;
}

.buttonvert {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: green;
    color: #eee;
    animation: normal 0.5s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgb(0, 82, 7) inset;
}

.buttonvert:hover {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: darkgreen;
    color: #eee;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgb(0, 82, 7) inset;
}

.error {
    color: #fff;
    background: #e74c3c;
    padding: 8px;
    margin-bottom: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.valid {
    color: #fff;
    background: #35a726;
    padding: 8px;
    margin-bottom: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.buttonred {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: red;
    color: #eee;
    animation: normal 0.5s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgb(114, 0, 9) inset;
}

.buttonred:hover {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: darkred;
    color: #eee;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgb(114, 0, 9) inset;
}




/* ---------------------------------------------------------------------------------------------------------------------
*/

html {
    /*background-color:#2e2e2e;*/
    /*background-image: url("https://nxserv.eu/static/what_the_hex.png")*/
    /*background-image: url("texture4-1.png");*/
    background-color:#333333;
}

line1{
  border:1px solid gray;
  width:28px;
  height:28px;
  position:relative;
}

line1:after{
  content:"";
  position:absolute;
  border-top:1px solid red;
  width:40px;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
}

.select {
    -webkit-appearance: none;
    background: #eee url(/ics/down.svg);
    background-position: right 4px center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    color: #000;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    height: auto;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    padding-right: 32px;
    width: auto;
}

.checkbox input[type="checkbox"] + span {
    border-radius: 2px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 2px 8px rgba(0,0,0,0.4) inset;
}

.forum-sujet {
    padding: 10px 15px;
    color: #fff;
    text-decoration: inherit;
    display: flex;
    background: #000;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    background: #474747;
    align-items: center;
    margin-bottom: 6px;
     border-radius: 10px 10px 10px 10px;
}

.forum-sujet-closed {
    padding: 10px 15px;
    color: #fff;
    text-decoration: inherit;
    display: flex;
    background-image: url("https://nxserv.eu/static/sforum/forum_topic_locked.png");
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    align-items: center;
    margin-bottom: 6px;
     border-radius: 10px 10px 10px 10px;
}

ul {
    padding-inline-start: 0px;
}


.forum-sujet + .forum-sujet {
    margin-bottom: 6px;
}

.forum-sujet + .forum-sujet-closed {
    margin-bottom: 6px;
}

.forum-sujet-closed + .forum-sujet {
    margin-bottom: 6px;
}

.forum-sujet-closed + .forum-sujet-closed {
    margin-bottom: 6px;
}


.profile-pic {
    display: flex;
    margin-right: 10px;
    border-radius: 30%;
    width: 40px;
    height: 40px;
}

.profile-pic2 {
    display: flex;
    margin-left: 10px;
    border-radius: 30%;
    width: 40px;
    height: 40px;
}

.main-title-forum {
color: white;
text-align: center;
}

.inscrip {
    text-align: center;
}

.ins {
    align-items: center;
}

.tdins {
    text-align: right;
    color: white;
}

tr.spaceUnder>td {
  padding-bottom: 5px;
}

.button {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: #eee;
    color: #000;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgba(255,255,255,0.6) inset;
}

.button:hover {
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    margin: auto 0;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    background: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5), 0px 5px 8px rgba(127,127,127,0.4) inset, 0px 5px 8px rgba(0, 0, 0, 0.6) inset;
    transition: 0.3s;
}

.input {
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    width: auto;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
    padding: 4px 8px;
    box-sizing: border-box;
}

.top-right-acc {
    margin-right: 150px;
}

.error {
    color: #fff;
    background: #e74c3c;
    padding: 8px;
    margin-bottom: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.valid {
    color: #fff;
    background: #3eb32e;
    padding: 8px;
    margin-bottom: 1em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.sujets {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.sujet-info {
    word-break: break-all;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sujet-author {
    font-size: 0.8em;
    overflow: hidden;
}

.sujet-author-admin {
    font-size: 0.8em;
    overflow: hidden;
    color: green;
}

.forum-sujet:hover {
    padding: 10px 15px;
    color: #fff;
    text-decoration: inherit;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    background: #646464;
    align-items: center;
    transition: background 0.2s;
}

.forum-sujet-closed:hover {
    padding: 10px 15px;
    color: #fff;
    text-decoration: inherit;
    display: flex;
    background: #646464;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    align-items: center;
    transition: background 0.2s;
}

.forum-sujet-deleted {
    padding: 10px 15px;
    color: #fff;
    text-decoration: inherit;
    display: flex;
    background: #2e2e2e;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    align-items: center;
}

nav.mainmenu ul.menu li.btn{
    list-style-type: none;
    display: inline-block;
}

nav.mainmenu ul.menu li.btn a{
    text-decoration: none;
    color: white;
    background-color: #383838;
    padding: 10px;
    border-radius: 10px;
}

nav.mainmenu ul.menu li.btn:hover a{
    background-color: #202020;
    transition: 0.3s;
    padding: 12px;
}

h1.title {
    text-align: center;
    color: white;
    background: #2b2b2b;
    padding: 10px;
}

div.form {
    vertical-align: top;
}

header {
    text-align: center;
    color: white;
    /*background: #383838;*/
    background: #2b2b2b;
    padding: 10px;    
    font-family: 'Cabin', sans-serif;
}

body {
    font-family: "Open Sans", "Tahoma", Sans-Serif;
    font-weight: 300;
    font-size: 16px;
}

.post {
    display: flex;
    border-radius: 10px;
    flex-direction: row;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.poster-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #373737;
    color: white;
    padding: 25px;
    width:125px;
    border-radius: 10px 0px 0px 10px;
}

.post-area {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #474747;
    overflow-x: auto;
    color: white;
    border-radius: 0px 10px 10px 0px;
}

.post-ins-area {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #474747;
    overflow-x: auto;
    color: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.profil-area {
    padding: 10px;
    flex-direction: column;
    flex: 1;
    background: #474747;
    overflow-x: auto;
    color: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.wallet {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #474747;
    overflow-x: auto;
    color: white;
    max-width: 275px;
    margin: 10 auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Cabin', sans-serif;
    border-radius:10px;
}

.wallet-title{
    margin: 0 auto;
    font-size: 36px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.wallet-amount{
    margin: 10 auto;
    font-size: 70px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.poster-picture {
    display: flex;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.post-title {
    font-size: 26px;
    color: white;
    margin-top:20px;
    margin-bottom:20px;
}

.forum {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding:10px;
    font-family: 'Cabin', sans-serif;
}

.right {
    margin-left: 92%;
    display: flex;
    align-items: center;
}

.profil-link {
    display: flex;
    align-items: center;
    text-decoration: inherit;
    color: white;
    background-color: #383838;
    padding: 10px;
    border-radius: 10px;
}

body {
    margin:0px;
}

.profil-link:hover {
    display: flex;
    align-items: center;
    text-decoration: inherit;
    color: white;

    background-color: #202020;
    transition: 0.3s;
}

.pre-right {
    display: flex;
}

.lastcomdiv{
    font-size: 0.8em;
    margin-left: 5px;
    text-align: right;
    max-width:300px;
}

.lastcomspan{
    display: block;
    color:white;
}

.lastcomimg{
    height: 40px;
    width: 40px;
    margin-left: 5px;
    border-radius: 100%;
}

.right {
    margin-left: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.fh1{
    font-size: 1.2em;
    margin-bottom: 4px;
    color: #529cde;
    border-bottom: 1px dotted #666;
}


.popup{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    flex: 1;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}

img{
        max-width: 100%;
}

.quote{
    background: rgba(0,0,0,0.25);
    border-left: 5px rgba(0,0,0,0.25) solid;
    padding: 12px;
    margin: 8px 0px;
    font-size: 0.9em;
}

.view-profile{
    display: flex;
    margin-bottom: 30px;
    margin-top:20px;
    color:white;
    padding: 30px;
    background: #474747;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.view-profile-info{
    margin-left: 30px;
    justify-content: center;
    flex-flow: column;
    display: flex;
}

.view-profile img{
    width: 184px;
    height: 184px;
}









.livenow {
  width: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align:baseline;
}
.livenow > div {
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  border:3px solid rgba(255,0,0,1);
  -webkit-animation: live 1.4s infinite ease-in-out;
  animation: live 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.livenow > div:nth-child(1){
        background-color:rgba(255,0,0,0.3);
    background-color:rgba(255,0,0,1);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.livenow > div:nth-child(2){
        -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}
.livenow > div:nth-child(3){
        -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
    border:3px solid rgba(255,0,0,0.5);
}
.livenow > div:nth-child(4){
        border:3px solid rgba(255,0,0,1);
    -webkit-animation-delay: -0.42s;
    animation-delay: -0.42s;
}

@-webkit-keyframes live {
  0%, 80%, 100% { -webkit-transform: scale(0.6) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes live {
  0%, 80%, 100% { 
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}





@media (min-width: 800px) {
.forum {
width:100%;
}

.poster-area {
width:125px;
}

.poster-picture {
    width: 100px;
    height: 100px;
}

}




@media (max-width: 800px) {

.maincont{
    display:flex;
    flex-direction: column;
}

.eventsmainview{
    margin: 20px;
}

.client-box{
    width:auto;
    display: flex;
    transition: 0.3s;
    transition-timing-function: ease;
}
  
.forum {
width:94%;
}

.poster-area {
flex-direction: row;
justify-content: flex-start;
width:auto;
padding:10px 15px;
border-radius: 10px 10px 0px 0px;
}

.poster-picture {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.post {
    flex-direction: column;
}

/*
.time {
    margin-top: 35px;
}
*/

.post-area {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: auto;
    background: #474747;
    overflow-x: auto;
    color: white;
    border-radius: 0px 0px 10px 10px;
}

/*.sujet-info{
    font-size: 10px;
}*/

.lastcomdiv{
    max-width:100px;
}

.forum-sujet{
    padding: 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.forum-sujet-closed{
    padding: 10px 10px;
     border-radius: 10px 10px 10px 10px;
}

.forum-sujet:hover {
    padding: 10px 10px;  
     border-radius: 10px 10px 10px 10px;
}

.forum-sujet-closed:hover {
    padding: 10px 10px;  
}

.view-profile img{
    width: 100px;
    height: 100px;
}

.view-profile{
    padding:20px;
    word-break: break-word;
}

}

/* progress bar */

.progressbar-cont {
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .progressbar-cont, .progressbar-cont:before, .progressbar-cont:after {
    box-sizing: inherit;
  }
  
  .text-center { text-align:center; }
  
  .progressbar-wrapper {
    background-color: #333333;
    color: white;
    border-radius: 15px;
    width: 100%;
  }
  
  .progressbar {
    background-color: #00b894;
    color: white;
    padding: 1rem 0;
    text-align: right;
    font-size: 20px;
    border-radius: 15px;
    transition: width 1s ease-in-out;
    max-width: 100%;
  }

  .progressbar span{
    margin-right: 15px;
    margin-left: 15px;
  }
