/*===================== off line fonts start =======================*/
@font-face {
  font-family: TWKEverett-Regular;
  src: url(../fonts/TWKEverett-Regular.otf);
}
@font-face {
  font-family: TWKEverett-Medium;
  src: url(../fonts/TWKEverett-Medium.otf);
}
@font-face {
  font-family: TWKEverett-Bold;
  src: url(../fonts/TWKEverett-Bold.otf);
}
@font-face {
  font-family: TWKEverett-Extrabold;
  src: url(../fonts/TWKEverett-Extrabold.otf);
}
@font-face {
  font-family: TWKEverett-Black;
  src: url(../fonts/TWKEverett-Black.otf);
}
/*===================== off line fonts End =======================*/

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
  font-family: TWKEverett-Regular;
  font-size: 14px;
  counter-reset: my-sec-counter; 
  color: #fff;
  line-height: 1.4;
  background: #020202;
}
body.is-active{
  overflow-y: hidden !important;
}
h1,h2,h3,h4,h5,h6,p,a,span,ul{
	margin-bottom: 0; 
}
ul{
	margin-left: 0;
}
a,a:hover,button.befult-btn,
.forgot-password,.msform_row .form-main input.next_su_btn,
.detail-btn a,.commander-btn,
.dropdown-btn.active ul li{
	text-decoration: none; 
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
input:focus,textarea:focus,button:focus{
  box-shadow: none;
  outline: none;
}
html,body{
  /* overflow-x: hidden; */
}

/* header start */
#menu-block1{
  padding: 37px 37px 0;
}
/* header end */
.login-main{
  max-width: 622px;
  margin: -30px auto 0;
  text-align: center;
}
.login-title h2{  
  font-size: 48px;
  background: linear-gradient(41deg, #FFFE04 5.91%, #FF6E6E 13.16%, #F484D5 21%, #FFFFFF 33.4%, #D0D0D0 42.03%, #F3F3F3 53.83%, #DEDEDE 64.21%, #FFFFFF 71.53%, #B0FFFE 84.31%, #5F5EF9 93.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: TWKEverett-Bold;
  margin-bottom: 24px;
}
.login-title p{
  font-size: 22px;
  font-family: TWKEverett-Medium;
}
.form-main{
  background: #FFFFFF;
  border-radius: 32px;
  padding: 32px 65px;
  color: #000000;
  font-size: 16px;
  margin-top: 40px;
}
.form-main .form-group,.form-main .form-group label,.form-main .form-group input:not(.befult-btn){
  width: 100%;
}
.form-main .form-group{
  margin-bottom: 15px;
}
.form-main .form-group input:not(.befult-btn){
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 12px 16px;
}
.form-main .form-group input::placeholder{
  color: #ccc;
}
.form-main .form-group label{
  text-align: left;
  margin-bottom: 8px;
  font-family: TWKEverett-Medium;
}
input.befult-btn,.create-account a,
  button.befult-btn,.create-account a{
  background: #000000;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  padding: 12px 32px;
  border: none;
  font-family: TWKEverett-Medium;
  border: 1px solid #000;
}
input.befult-btn:hover,
button.befult-btn:hover,
.msform_row .form-main input.next_su_btn:hover{
  background-color: rgba(0, 0, 0, 0.7);
}
.forgot-password{
  font-size: 15px;
  text-decoration-line: underline;
  color: #000;
}
.forgot-password:hover{
  color: #1AFFFF;
  text-decoration: underline;
}
.create-account{
  margin-top: 24px;
}
.create-account a{
  display: inline-block;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  margin-top: 12px;
}
.create-account a:hover{
  border-color: #000;
  background-color: #000;
}

/* communitz sec */
.communitz_sec{
  margin-top: -25px;
}
.communitz_sec .main_head{
  max-width: 775px;
}
.main_head h1{
  background: linear-gradient(30deg, #FFFE04 16.26%, #FF6E6E 22.72%, #F484D5 29.72%, #FFFFFF 40.79%, #D0D0D0 48.48%, #F3F3F3 59.01%, #DEDEDE 68.27%, #FFFFFF 74.8%, #B0FFFE 86.2%, #5F5EF9 92.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 76px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.04em;
}
.communitz_sec .main_head h1 {
  max-width: 580px;
  font-family: TWKEverett-Medium;
}
.main_head p{
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.03em;
}
.mdpobilc p{
  max-width: 622px;
  margin: 0 auto;
}
.communitz_sec .dark_head{
  margin: 40px 0;
}
.dark_head h3 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.04em;
  color: #676767;
}

/* Step form */
#msform {
  text-align: center;
}
#msform fieldset.form-main {
  background: white;
  border: 0 none;
  border-radius: 32px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 32px;
  position: relative;
  margin-top: 30px;
}
.form-card {
  text-align: left
}
#msform fieldset:not(:first-of-type) {
  display: none
}
.card {
  z-index: 0;
  border: none;
  position: relative
}
.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}
.purple-text {
  color: #673AB7;
  font-weight: normal
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}
.msform_row .progress {
  border-radius: 112px;
  height: 48px;
  background: linear-gradient(78.47deg, rgba(255, 254, 4, 0.2) 4.71%, rgba(255, 110, 110, 0.2) 37.1%, rgba(244, 132, 213, 0.2) 72.19%, rgba(255, 255, 255, 0.2) 127.66%, rgba(208, 208, 208, 0.2) 166.23%, rgba(243, 243, 243, 0.2) 219.02%, rgba(222, 222, 222, 0.2) 265.46%, rgba(255, 255, 255, 0.2) 298.21%, rgba(176, 255, 254, 0.2) 355.35%, rgba(95, 94, 249, 0.2) 394.54%);
}
.fit-image {
  width: 100%;
  object-fit: cover
}
.msform_row {
  max-width: 622px;
}
.msform_row .circule {
  opacity: 0.5;
  border: 3px solid #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -37px;
  border-radius: 100px;
}
.msform_row .circule.circule1 {
  left: 25px;
}
.msform_row .active .circule{
  background: #020202;
  opacity: 1;
  border-color: #020202;
}
.msform_row .progress-bar{
  animation: none;
  border-radius: 112px;
}
.progress-bar {
  background: linear-gradient(23deg, #FFFE04 4.77%, #FF6E6E 12.46%, #F484D5 20.78%, #FFFFFF 33.95%, #B9B9B9 43.1%, #F3F3F3 55.63%, #DEDEDE 66.65%, #FFFFFF 74.42%, #B0FFFE 87.98%, #5F5EF9 97.28%), linear-gradient(78.47deg, #FFFE04 4.71%, #FF6E6E 37.1%, #F484D5 72.19%, #FFFFFF 127.66%, #D0D0D0 166.23%, #F3F3F3 219.02%, #DEDEDE 265.46%, #FFFFFF 298.21%, #B0FFFE 355.35%, #5F5EF9 394.54%);
}
.msform_row .progress-bar[style="width: 33%;"] {
  background: linear-gradient(78.47deg, #FFFE04 4.71%, #FF6E6E 37.1%, #F484D5 72.19%, #FFFFFF 127.66%, #D0D0D0 166.23%, #F3F3F3 219.02%, #DEDEDE 265.46%, #FFFFFF 298.21%, #B0FFFE 355.35%, #5F5EF9 394.54%);
}
.msform_row .progress-bar[style="width: 67%;"]{
  background: linear-gradient(40deg, #FFFE04 4.72%, #FF6E6E 18.76%, #F484D5 33.98%, #FFFFFF 58.02%, #B9B9B9 74.75%, #F3F3F3 97.64%, #DEDEDE 117.77%, #FFFFFF 131.97%, #B0FFFE 156.75%, #5F5EF9 173.74%);
  width: 55% !important;
}
.msform_row #progressbar strong {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.3s;
}
.msform_row #progressbar .active strong{
  opacity: 1;
}
.progressbar_li {
  padding-bottom: 14px;
}
.progressbar_li_1 strong {
  left: -70px;
  position: relative;
}
.progressbar_li_3 strong {
  right: -25px;
  position: relative;
}
.progressbar_li_2 .circule.circule2 {
  left: 50%;
}
.msform_row .circule.circule3 {
  right: 22px;
}
.msform_row .form-main input.next_su_btn {
  background-color: #000000;
  border-radius: 100px;
  border: 1px solid #000000;
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 12px 52px 12px 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.62268e-07 4L-5.56363e-08 6L9 6L5 10L7.7 10L12 5L7.7 -3.36578e-07L5 -2.18557e-07L9 4L-2.62268e-07 4Z' fill='%23FFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 75% center;
}
.msform_row .form-main input.previous_su_btn {
  background-color: #000000;
  border-radius: 100px;
  border: 1px solid #000000;
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.03em;
  padding: 12px 52px 12px 32px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 494.82 251 L 494.82 249 L 503.82 249 L 499.82 245 L 502.52 245 L 506.82 250 L 502.52 255 L 499.82 255 L 503.82 251 L 494.82 251 Z' fill='%23FFF' transform='matrix(-1, 0, 0, -1, 1001.640015, 500)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 75% center;
}


.gossip-sec .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
.gossip-sec .slider.round {
  border-radius: 34px;
  border: 1px solid black;
}
.gossip-sec .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.gossip-sec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.gossip-sec .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/checkmark-icon.png);
  background-repeat: no-repeat;
  left: 4px;
  bottom: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.3
}
.round-img.gossip-sec .slider{
  opacity: 0.6;
  background: #676767;
  transition: all 0.5s linear;
}
/* $('.inner-gossip-sec .switch input').is(':checked') */ 
.gossip-sec input:checked + .slider{
  transition: all 0.5s linear;
  background: linear-gradient(280.47deg, #FFFFFF 19.47%, #E5B2D7 29.28%, #F484D5 41.12%, #FF6E6E 62.76%, #FFFE04 84.4%), rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.gossip-sec input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  opacity: 1;
}
.gossip-sec .slider.round:before {
  border-radius: 50%;
}
.inner-gossip-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.inner-gossip-sec img{
  padding-right: 10px;
}
.posted-sec{
  margin-bottom: 0 !important;
}
.renseignez-detail{
  font-size: 13px;
  margin-top: 8px;
}
.information-title label{
  text-decoration: underline;
  margin-top: 10px;
}
.adresse-detail input{
  margin-bottom: 8px;
}
.inner-adresse-detail{
  display: flex;
  justify-content: space-between;
}
.form-main .form-group .inner-adresse-detail input{
  width: 49%;
}
.pour-votre{
  color: #676767;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px;
  margin: 0 -25px;
}
.inscription-tabs .nav-tabs{
  background: #CCCCCC;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 230px;
  margin: 40px auto 20px;
  padding: 4px;
}
.inscription-tabs .nav-tabs li.nav-item .nav-link{
  padding: 12px 24px;
  color: #000;
  border-radius: 12px;
  border: none;
}
.inscription-tabs .nav-tabs li.nav-item .nav-link.active{
  background: #000000;
  color: #FFF;
  border: none;
}
.renseigner-plus a{
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
}
.thanks-you-sec{
  text-align: center;
}
.thanks-you-sec h5{
  margin-bottom: 40px;
  font-size: 22px;
  font-family: TWKEverett-Medium;
}

/* Dashboard start */
.dashboard-left-sec{
  max-width: 225px;
  background: #000;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
}
.dashboard-right-sec{
  padding: 55px 64px 55px 288px;
}
.btn-detail:hover{
  cursor: pointer;
}
.navbar-menu {
  padding: 0;
  margin-top: 50px;
}
.navbar-menu li{
  list-style: none;
  margin-bottom: 10px;
}
.navbar-menu li a{
  color: #676767;
  display: inline-block;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.navbar-menu li.active a{
  background: linear-gradient(41deg, #FFFE04 7.78%, #FF6E6E 14.5%, #F484D5 21.78%, #FFFFFF 33.28%, #D0D0D0 41.28%, #F3F3F3 52.23%, #DEDEDE 61.86%, #FFFFFF 68.65%, #B0FFFE 72.88%, #5F5EF9 81.82%, #F377BC 88.63%);
  color: #000;
}
.navbar-menu li a img{
  margin-right: 8px;
}
.inner-balance-sec{
  background: linear-gradient(280.47deg, #FFFFFF 19.47%, #E5B2D7 29.28%, #F484D5 41.12%, #FF6E6E 62.76%, #FFFE04 84.4%), rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 12px 20px;
  color: #000;
  text-align: center;
}
.inner-balance-sec a {
	color:inherit;
}
.navbar-menu-bottom{
  margin-top: 10px;
}
.daterangepicker{
  color: #000;
}
.bonjour-main{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 2px solid #2B2B2B;
}
.sub-heading{
  font-size: 34px;
  margin-bottom: 5px;
  font-family: TWKEverett-Bold;
}
.inner-bonjour-sec p{
  color: #8C8C8C;
  font-size: 22px;
  font-family: TWKEverett-Medium;
}
.datepicker-sec #config-demo{
  background: #2B2B2B;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 9px 15px 9px 50px;
  box-shadow: none;
  border: none;
  background-image: url(../images/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}
.first-box{
  background: #2B2B2B;
  border-radius: 32px 32px 32px 0px !important;
}
.inner-revenus-totaux.interact:hover{
  cursor: pointer;
}
.interact:not(.active):hover {
  background: #111;
}
.inner-revenus-totaux{
  max-width: 245px;
  border: 2px solid #2B2B2B;
  border-radius: 30px;
  padding: 16px 24px;
  width: 100%;
  margin-right: 22px;
  margin-bottom: 22px;
}
.bonus-detail,.revenus-totaux-main{
  display: flex;
}
.bonus-detail{
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.inner-revenus-totaux h6{
  margin-bottom: 24px;
  color: #8C8C8C;
  font-size: 21px;
  font-family: TWKEverett-Medium;
  letter-spacing: -0.03em;
}
.bonus-detail h4{
  font-size: 22px;
  font-family: TWKEverett-Bold;
  margin-bottom: 8px;
  margin-right: 5px;
}
.bonus-detail p.minus{
  color: #FF33A1;
}
.bonus-detail.box-dashboard p.minus,
.bonus-detail p{
  color: #1AFFFF;
  font-size: 22px;
  font-family: TWKEverett-Bold;
}
.inner-revenus-totaux:first-child .bonus-detail p{
  font-size: 14px;
  font-family: TWKEverett-Regular;
  cursor: pointer;
}
.revenus-totaux-main{
  margin-top: 32px;
}
.inner-revenus-totaux-last{
  max-width: 255px;
}
.inner-revenus-totaux.active{
  background: #2B2B2B;
}
.articles-tabs{
  border-bottom: 2px solid #2B2B2B;
  margin-top: 10px;
}
.articles-tabs .nav-item .nav-link{
  color: #8C8C8C;
  font-size: 18px;
  position: relative;
  padding: 10px 10px 16px;
  margin-right: 20px;
  font-family: TWKEverett-Medium;
}
.articles-tabs .nav-item .nav-link.active{
  color: #FFF;
}
.articles-tabs .nav-item .nav-link::before{
  content: "";
  position: absolute;
  background: linear-gradient(280.47deg, #FFFFFF 19.47%, #E5B2D7 29.28%, #F484D5 41.12%, #FF6E6E 62.76%, #FFFE04 84.4%), rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.articles-tabs .nav-item .nav-link.active::before{
  opacity: 1;
  visibility: visible;
}
.performances-table{
  background: #2B2B2B;
  border-radius: 32px;
  padding: 24px 32px;
  margin-top: 15px;
}
.inner-performances{
  display: flex;
  justify-content: space-between;
  font-family: TWKEverett-Medium;
  padding: 16px 0;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
}
.article-detail{
  width: 56%;
  padding-right: 10px;
}
.article-detail p{
  max-width: 565px;
}
.sessions-detail {
  width: 15%;
}
.gains-detail.articals,.sessions-detail{
  padding-right: 10px;
}
.gains-detail {
  width: 10%;
}
.detail-btn {
  width: 11%;
  text-align: right;
}
.detail-btn a{
  background: #000000;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}
.performances-title p{
  color: #CCC;
  font-family: TWKEverett-Regular;
  display: flex;
}
.performances-title p img{
  margin-left: 8px;
	transition: all 0.2s ease-out;
}
.sessions-detail h5{
  font-size: 14px;
}
.gains-detail h5{
  font-size: 16px;
}
.inner-performances.performances-title{
  border-bottom: none;
}
/* body .detail-btn a:hover{
  background-color: rgba(0, 0, 0, 0.5);
} */
.pagination-sec ul{
  display: flex;
  justify-content: end;
  padding-left: 0;
}
.pagination-sec ul li a{
  color: white;
}
.pagination-sec ul li{

  border: 1px solid #676767;
  border-radius: 4px;
  height: 28px;
  width: 28px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
  font-size: 12px;
}
.pagination-sec ul li i{
  font-size: 16px;
}
.pagination-sec ul li.active{
  background: #CCCCCC;
  color: #000;
}
.pagination-sec ul li.disabled{
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #676767;
}
.pagination-sec{
  margin-top: 24px;
}
.performances-table1 .article-detail,
.performances-table1 .sessions-detail{
  width: 30%;
}
.performances-table1 .gains-detail{
  width: 20%;
}
.breakdown-sessions-sec canvas {
  height: 400px !important;
  width: -webkit-fill-available!important;
}
.breakdown-sessions-sec{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.inner-breakdown-sessions{
  background: #2B2B2B;
  border-radius: 32px;
  padding: 25px;
}
.inner-breakdown-sessions p:not(.mb-0){
  /*margin-bottom: 30px;*/
  /* padding-bottom: 30px; */
}
.vos-performances-main{
  margin-top: 15px;
}
.vos-performances-main.vos-performances-main1{
  margin-top: 35px;
}
/* Dashboard end */
.menu_listing > li > a,
.menu_listing > li > a:hover,
.menu_listing > li > a::after,
.menu_listing > li > a:hover::after{
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

/*==================== header css ===================*/
.header-wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .header-wrapper.sticky{
  box-shadow: 0px 8px 20px -4px rgb(128 128 128);
  -webkit-box-shadow: 0px 8px 20px -4px rgb(128 128 128);
  -moz-box-shadow: 0px 8px 20px -4px rgb(128 128 128);
  -ms-box-shadow: 0px 8px 20px -4px rgb(128 128 128);
  -o-box-shadow: 0px 8px 20px -4px rgb(128 128 128);
  padding-top: 15px;
  padding-bottom: 15px;
}
.main_logo {
  margin-bottom: 0;
}
.mobile_menu_icon{
  display: none;
}
.menu_listing > li > a{
  position: relative;
  color: #fff;
  font-weight: 500;
}
.menu_listing > li > div > a,.left-banner-sec a{
  background-color:#ffffff;
  border-radius: 5px;
  border: none;
  padding: 10px 30px;
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}
.menu_listing > li > div > a:hover,.left-banner-sec a:hover{
  box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.menu_listing > li > a::after {
  content: "";
  position: absolute;
  width: 0%;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition-duration: 0.5s;
}
.menu_listing > li:not(:last-child){
  margin-right: 50px;
}
.menu_listing > li > a:hover::after,
.menu_listing > li > a.menu-item_active::after {
  width: 100%;
  left: 0;
  right: auto;
}
/*============== mobile menu icon strat ===========*/
#hamburger-1 {
	float: left;
}
.hamburger .line {
  width: 20px;
  height: 3px;
  background: #D9D9D9;
  border-radius: 100px;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 999;
}
#hamburger-1 .line:nth-child(2) {
  display: block;
  width: 20px;
  margin-right: inherit;
}
#hamburger-1 .line:last-child {
  width: 20px;
  margin-right: inherit;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
  display: none;
}
#hamburger-1.is-active .line:nth-child(3) {
  width: 20px;
  -webkit-transform: translateY(-3px) rotate(-50deg);
  -ms-transform: translateY(-3px) rotate(-50deg);
  -o-transform: translateY(-3px) rotate(-50deg);
  transform: translateY(-3px) rotate(-50deg);
}

/*------------====== Footer Css End =======------------*/
body.is-active{
  height: 100vh;
  overflow-y: hidden;
}
.is-active#menu-item {
  transform: none;
  padding: 15px 20px;
}
#menu-item {
  position: fixed;
  top: 0;
  left: 0;
  width:260px;
  height: 100vh;
  background: #000;
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  display: block;
  z-index: 155;
  padding-top: 40px !important;
  text-align: center;
  box-shadow: 6px 1px 17px 0px rgb(255 255 255 / 7%);
  -webkit-box-shadow: 6px 1px 17px 0px rgb(255 255 255 / 7%);
}
.mobile_menu_icon {
  display: block;
}
#menu-item ul li{
  display: block !important;
  text-align: left;
  margin-bottom: 15px;
}
.menu_listing > li > a{
  display: inline-block !important;
}
.menu_listing > li > a::after{
  bottom: 0;
}
#menu-block {
  padding: 15px;
}
/*================= header logo =================*/
.main_logo {
  padding-right: 0; 
  margin-bottom: 0;
}
.menu_time-and-timer{
  padding: 0;
}
/*================ heade menu item ===============*/
.menu_listing > li:not(:last-child){
  margin-right: 0px;
}
/*=============== header login button ============*/
.login{
  justify-content: flex-start;
  padding: 0;
}
/*============== stiky header ===============*/
#menu-block.is-fixed {
  padding: 15px 20px;
}
.article-title{
  font-size: 13px;
  color: #8C8C8C;
  font-family: TWKEverett-Regular;
  margin-bottom: 5px;
  display: none;
}
#menu-block{
  display: none;
}
/* modal css */
.reasons-detail{
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px;
}
.reasons-detail p{
  color: #676767;
}
.performance-modal .modal-title{
  color: #000;
  font-size: 22px;
  font-family: TWKEverett-Medium;
}
.performance-modal .modal-header{
  padding: 30px 30px 25px;
  border-bottom: 1px solid #CCCCCC;
}
.performance-modal .modal-content{
  border-radius: 32px;
}
.performance-modal .btn-close{
 opacity: 1;
}
.performance-modal .modal-body{
  padding: 25px 65px 20px;
}
.reseau-social-sec{
  color: #000000;
  width: 100%;
  margin-top: 8px;
}
.reseau-social-sec tr th:last-child,.reseau-social-sec tr td:last-child{
  text-align: right;
}
.reseau-social-sec tr th,.reseau-social-sec tr td{
  padding: 16px 0;
}
.reseau-social-sec tr th img{
  margin-left: 5px;
}
.reseau-social-sec tr{
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}
.reseau-social-sec tr:first-child{
  border-bottom: 0;
}
.reseau-social-sec .reseau-table-bottom td{
  padding-top: 24px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: TWKEverett-Bold;
}
.reseau-social-sec tr.reseau-table-bottom{
  border-bottom: 0;
}
#staticBackdrop1 .reseau-social-sec tr:first-child th{
  padding-top: 0;
}


/* articlesposter page*/
.listperformances-table{
  background: #2B2B2B;
  border-radius: 32px;
  padding: 16px;
}
.articals .article-title{
  display: block;
}
.article-poster{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.article-poster-details .inner-performances{
  border: none;
  padding: 0;
  align-items: center;
}
.left-img{
  position: relative;
  padding-right: 16px;
}
.first-img{
  width: 107px;
  height: 60px;
  object-fit: cover;
  border-radius: 15px;
}
.small-img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* nice select */
.drop-downlist ul{
  background: #000;
}
.drop-downlist li img,
.drop-downlist li i{
  padding-right: 6px;
}
.drop-downlist li{
  list-style-type: none;
  padding: 8px 2px;
  height: 0;
}
.drop-downlist li a{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.social-link{
  padding: 12px 16px 12px 24px;
  background: #000000;
  border-radius: 20px;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 13px;
}
.dropdown-btn{
  position: relative;
}
.dropdown-btn .social-link i{
  margin-left: 5px;
}
.dropdown-btn ul{
  position: absolute;
}
.dropdown-btn ul li:nth-child(1){
  margin-top: 5px;
}
.dropdown-btn ul{
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.dropdown-btn.active .social-link {
  border-radius:  20px 20px 0 0;
}
.dropdown-btn.active button i{
  transform: rotate(180deg);
}
.dropdown-btn.active ul li {
  height: auto;
  cursor: pointer;
}
.dropdown-btn.active ul{
  opacity: 1;
  visibility: visible;
  height: auto;
  background-color: #000;
  border-radius: 0 0 20px 20px;
  width: 100%;
  z-index: 99;
  margin-top: 1px;
}
.pagination-sec.page-transfer ul{
  justify-content: center;
}
.pagination-sec.page-transfer ul li.disabled {
  background: #2a2a2a;
  border-color: #2a2a2a;
}
.pagination-sec.page-transfer ul li.disabled i {
  color: #000;
}
.pagination-sec.page-transfer ul li{
  background: #2B2B2B;
  border: 1px solid #2B2B2B;
}
.pagination-sec.page-transfer ul li.active {
  background: #fff;
}
.artical-paraghraph{
  padding-left: 16px;
  color: white;
}
.serach-line{
  background: #2B2B2B;
  border-radius: 40px;
  margin-top: 32px;
  padding: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.text-find{
  position: relative;
}
.text-find .findtext{
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px 8px 8px 24px;
  padding: 10px 16px 10px 45px;
  color: #fff;
  width: 100%;
  font-size: 16px;
}
.search-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.media-dropdown .nice-select {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  padding: 10px 18px 10px 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  outline: none;
  color: #CCC;
}
.media-dropdown .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 9px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 9px;
}
.media-dropdown .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.media-dropdown .nice-select.open .list {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.media-dropdown .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.media-dropdown .nice-select.disabled:after {
  border-color: #cccccc;
}
.media-dropdown .nice-select.wide {
  width: 100%;
}
.media-dropdown .nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.media-dropdown .nice-select.right {
  float: right;
}
.media-dropdown .nice-select.right .list {
  left: auto;
  right: 0;
}
.media-dropdown .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.media-dropdown .nice-select.small:after {
  height: 4px;
  width: 4px;
}
.media-dropdown .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.media-dropdown .nice-select .list {
  background-color: #212121;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.media-dropdown .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.media-dropdown .nice-select .option.disabled {
  cursor: default;
}
.media-dropdown .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.no-csspointerevents .media-dropdown .nice-select .list {
  display: none;
}
.no-csspointerevents .media-dropdown .nice-select.open .list {
  display: block;
}
.rechase-btn{
  background: #000000;
  border-radius: 8px 100px 100px 8px;
  padding: 10px 12px;
  border: none;
  color: #fff;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
}
.text-find .findtext::placeholder{
  color: #cccccc;
}
.media-dropdown,
.text-find{
  width: 21%;
}
.filter-btn{
  width: 14%;
}
.filter-mobile-btn{
  max-width: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.mobile-filter{
  padding: 12px 32px;
  background: #000000;
  border: none;
  border-radius: 8px 100px 100px 8px;
}

/* bonus modal */
.chaque-jour-main h6{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: TWKEverett-Medium;
  margin-bottom: 10px;
}
.chaque-jour-step{
  color: #2B2B2B;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}
.chaque-jour-step span{
  margin: 0 15px;
}
.chaque-jour-step .bonuss-sur{
  color: #FF33A1;
}
.chaque-jour-main .inner-chaque-jour-last .chaque-jour-step{
  border-bottom: none;
}
.chaque-jour-step p:first-child{
  text-align: right;
}

/* rechercher-modal  */
.rechercher-modal-main .filter-btn,.rechercher-modal-main .media-dropdown{
  display: block;
}
.rechercher-modal-main .serach-line{
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.rechercher-modal-main .media-dropdown,.rechercher-modal-main .text-find,.rechercher-modal-main .filter-btn,
.rechercher-modal-main .media-dropdown.media-dropdown1{
  width: 100%;
}
.rechercher-modal-main .filter-mobile-btn{
  display: none;
}
.rechercher-modal-main .text-find .findtext,.rechercher-modal-main .media-dropdown .nice-select{
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  background: transparent;
  color: rgba(103, 103, 103, 0.7);
}
.rechercher-modal-main .text-find .findtext::placeholder{
  color: rgba(103, 103, 103, 0.7);
}
.rechercher-modal-main .text-find .findtext{
  padding: 10px 45px 10px 16px;
}
.media-dropdown .nice-select{
  padding: 10px 18px 10px 16px;
}
.rechercher-modal-main .text-find .search-icon{
  right: 0;
  left: auto;
}
.rechercher-modal-main .media-dropdown .nice-select:after{
  border-bottom: 2px solid rgba(103, 103, 103, 0.7);
  border-right: 2px solid rgba(103, 103, 103, 0.7);
}
.rechercher-modal-main .rechase-btn{
  border-radius: 100px;
  padding: 12px 12px;
}
.rechercher-modal-main .media-dropdown .nice-select .list{
  box-shadow: 0px 5px 8px 1px rgb(68 68 68 / 32%);
  -webkit-box-shadow: 0px 5px 8px 1px rgb(68 68 68 / 32%);
  background-color: #ffffff;
}

/* ============= Parrainage ======== */
.both-monsol{
  display: flex;
  align-items: stretch;
  margin-top: 32px;
  gap: 32px;
}
.monsol-left{
  background: #2B2B2B;
  border-radius: 32px 32px 32px 0px;
  padding: 16px 24px 33px 24px;
  width: 100%;
  position: relative;
  max-width: 420px;
}
.monsol-left .monsol-head{
  letter-spacing: -0.03em;
  background: linear-gradient(70.13deg, #FFFE04 16.26%, #FF6E6E 24.9%, #F484D5 33.54%, #FFFFFF 42.18%, #D0D0D0 50.82%, #F3F3F3 59.46%, #DEDEDE 68.1%, #FFFFFF 76.74%, #B0FFFE 85.38%, #5F5EF9 94.02%), #8C8C8C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  font-size: 22px;
}
.monsol-number .coin-number{
  font-weight: 500;
  font-size: 22px;
}
.monsol-number{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.monsol-number .replement-text{
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.03em;
  color: #1AFFFF;
}
.monsol-waves{
  position: absolute;
  bottom: -38px;
  left: 0;
}
.monsol-right{
  background: #2B2B2B;
  border-radius: 32px;
  max-width: 655px;
  width: 100%;
  padding:16px 24px 24px 16px;
}
.monsol-right .monsol-head{
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: #8C8C8C;
}
.copy-text{
  background: linear-gradient(30deg, #F484D5 -16.41%, #FF6E6E -10.05%, #FFFE04 14.16%, #D0D0D0 33.16%, #F3F3F3 49.36%, #FFFFFF 63.61%, #E1E1E1 73.66%, #B0FFFE 79.91%, #5F5EF9 93.13%, #F377BC 103.22%, #FFFFFF 103.22%);
  border-radius: 100px;
  padding: 12px 24px;
  border: none;
  margin-left: 16px;
}
.text-copy{
  margin-top: 16px;
}
.copier-text-details{
  background: #212121;
  border-radius: 12px;
  padding: 8px 16px;
  outline: none;
  border: none;
  color: #fff;
  max-width: 440px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.commander-details{
  margin-top: 84px;
}
.bothside-commander{
  display: flex;
  align-items: center;
  gap: 32px;
}
.bothside-commander .comander-right,
.bothside-commander .comander-left{
  width: 50%;
}
.bothside-commander .comander-left{
  background: #2B2B2B;
  border-radius: 32px;
  padding: 32px 24px;
  margin-top: 32px;
}
.commander-paragph{
  color: #CCCCCC;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 16px;
}
.commander-heading{
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  line-height: 1.5;
}
.inner-box{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 0px;
}
.inner-box{
  padding: 12px 0;
  text-align: center;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-heading{
  letter-spacing: -0.03em;
  background: linear-gradient(70.13deg, #FFFE04 16.26%, #FF6E6E 24.9%, #F484D5 33.54%, #FFFFFF 42.18%, #D0D0D0 50.82%, #F3F3F3 59.46%, #DEDEDE 68.1%, #FFFFFF 76.74%, #B0FFFE 85.38%, #5F5EF9 94.02%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.number-coin span{
  margin-left: 8px;
}
.number-coin{
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
  background: linear-gradient(70.13deg, #FFFE04 16.26%, #FF6E6E 24.9%, #F484D5 33.54%, #FFFFFF 42.18%, #D0D0D0 50.82%, #F3F3F3 59.46%, #DEDEDE 68.1%, #FFFFFF 76.74%, #B0FFFE 85.38%, #5F5EF9 94.02%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  margin-top: 4px;
}
.montant-text{
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.currancy{
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  color: #fff;
}
input.currancy::placeholder{
  color: #CCCCCC;
}
.amonut{
  color: #DE107F;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
}
.commander-btn{
  padding: 12px 32px;
  background: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.03em;
  border: none;
}
.commander-btn:hover{
  background: rgb(255 255 255 / 68%);
}
.comnder-btn{
  text-align: center;
  display: block;
  margin-top: 16px;
}
.right-sidetop-head::before{
  left: 0;
}
.right-sidetop-head::after{
  right: 0;
}
.right-sidetop-head::after{
  content: "";
  position: absolute;
  border: 1px solid #2B2B2B;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.come-que{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-align: center;
  display: inline-block;
  padding: 0 32px;
  width: fit-content;
  position: relative;
  z-index: 1;
  background: #000;
  max-width: 80%;
}
.right-sidetop-head{
  margin-bottom: 24px;
  position: relative;
  display: flex;
  justify-content: center;
}
.icon-brand{
  display: grid;
  gap: 42px;
}
.brandimg img{
  max-width: 100px;
  width: 100%;
}
.brandimg{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 42px;
}
.last-text{
  text-align: left;
}
.last-text.detail-btn a{
  background: transparent;
  cursor: auto;
  padding: 0;
}
.bounce-text h5{
  background: linear-gradient(98.31deg, #FFFE04 8.88%, #FF6E6E 14.23%, #F484D5 20.03%, #FFFFFF 29.2%, #D0D0D0 35.58%, #F3F3F3 44.31%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.inner-line .pink{
  color: #FF33A1;
}
.inner-line .yellow{
  color: #FFFF05;
}
.inner-line .bluelight{
  color: #1AFFFF;
}
.tables-filter{
  margin-top: 32px;
}
.insta{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.article-detail.first-colom img{
  margin-left: 8px;
  width: 10px;
  height: 11px;
}
.tables-filter .performances-title .first-colom{
  display: flex;
  align-items: center;
}
.detail-btn img{
  margin-left: 8px;
}
.tables-filter .inner-line .first-colom,
.tables-filter .performances-title .first-colom{
  width: 25%;
}
.tables-filter .performances-title .secound-line,
.tables-filter .inner-line .secound-line{
  width: 20%;
}
.tables-filter .performances-title .last-text,
.tables-filter .inner-line .last-text{
  width: 22%;
}
.bottom-box{
  padding: 48px 32px;
  background: #2B2B2B;
  border-radius: 32px;
  margin-top: 32px;
  text-align: center;
}
.bottom-box p{
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
  /* parrainage tab 3  css start*/
  .ceque-reportent-main{
    background-color: #2B2B2B;
    border-radius: 32px;
    margin-top: 32px;
    padding: 24px;
  }
  .ceque-reportent-main h2{
    font-size: 22px;
    font-family: TWKEverett-Bold;
    padding-bottom: 16px;
  }
  .reportent-part{
    border: 1px solid #676767;
    border-radius: 32px;
    padding: 8px;
  }
  .reportent-insta{
    background-color: white;
    border-radius: 24px 24px 8px 8px;
  }
  .reportent-insta h3{
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reportent-insta h3 img{
    margin-right: 8px;
  }
  .social-detail h3{ 
    font-size: 22px;
    font-family: TWKEverett-Bold;
  }
  .social-detail h4{
    font-weight: 700;
    font-size: 22px;
    background: linear-gradient(129deg, #FFFE04 25.46%, #FF6E6E 42.57%, #F484D5 61.1%, #FFFFFF 90.39%, #D0D0D0 110.76%, #F3F3F3 138.64%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .social-detail{
  padding: 16px 0;
  }
.social-detail h3 span{ 
  font-size: 16px;
  color: #CCCCCC;
  font-family: TWKEverett-Regular;
  }
  .social-detail h4 span{ 
    font-size: 16px;
    font-family: TWKEverett-Regular;
  }

  .comment-marche-main{
  margin-top: 32px;
  }
  .comment-marche-main .comment-bothside{
    gap: 32px;
  }
  .comment-marche-left{
    border-radius: 32px;      
    padding: 24px;  
    max-width: 100%;
    width: 100%;
    background-color: #2B2B2B;
  }
  .comment-marche-left h2{
    font-size: 22px;
    font-family: TWKEverett-Bold;
    
  }
  .je-parraine-first p{
    color: #CCCCCC;
    font-weight: 400;
    font-size: 16px;
  } 
  .je-parraine-first{
    background-color: #00000066;
    border-radius: 32px;
  margin-bottom: 28px;
  }
  .je-parraine-first h3{
    font-size: 22px;  
    font-family: TWKEverett-Bold;
  }
  .je-parraine-first h3 span{
    font-size: 16px;  
    font-family: TWKEverett-Regular;
  }
  .je-parraine-first h4{
    font-size: 16px;   
    color: #CCCCCC;
    font-weight: 400;
  }
  .je-parraine-first .madz-gange{
    background: linear-gradient(140deg, #FFFE04 25.46%, #FF6E6E 42.57%, #F484D5 61.1%, #FFFFFF 90.39%, #D0D0D0 110.76%, #F3F3F3 138.64%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-clip: text;
  }
  .example-round{
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  }
.je-parraine-first h2{
  font-size: 20px;  
  font-family: TWKEverett-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-marche-right{
  border-radius: 32px;      
  padding: 24px;
  max-width: 100%;
  width: 100%;
  background-color: #2B2B2B;
}
.comment-marche-right h2{
  font-size: 22px;
  font-family: TWKEverett-Bold;
}
.comment-marche-right p{
  color: #CCCCCC;
  font-size: 16px;
}
.bonus-1{  
  background-color: #00000066;
  border-radius: 32px;
  padding: 24px 18px;
  width: 48%;
}
.bonus-1 p{  
  font-size: 16px;
  }
.reception-para p{ 
  margin-top: 22px;
}
/* chart css start */
.social-average h4{
  font-size: 14px;
  background: linear-gradient(28.44deg, #ED63C7 0.92%, #FF9432 100.29%);
  border-radius: 40px;
}
.social-average h3{
  padding: 7px 0;
  font-size: 22px;
  font-family: TWKEverett-Bold;
}
.social-average p{
  color: #8C8C8C;
}
.social-average{
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.apexcharts-datalabels-group text{
  color: #000;
}

.chart-pie{
  max-width: 388px;
  width: 100%;
 /* left: -50px;*/
}
.social-plateform h3{
  font-size: 16px;
  color: #FFF65E;
}
.social-plateform h3::before{
  position: absolute;
  content: '';
  background: linear-gradient(124.51deg, #FFFE04 0%, #FFEBD9 87.27%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -24px;
  top: 4px;
}
.social-plateform p{
  color: #8C8C8C;
  font-size: 14px;  
}
.Facebook-data h3{
  color: #B0D4FF;
}
.Facebook-data h3::before{
  background: linear-gradient(266.73deg, #B0D4FF 1.85%, #4D4CEA 96.49%);
}
h4.Facebook-data {
  background: linear-gradient(266.73deg, #B0D4FF 1.85%, #4D4CEA 96.49%);
}
h4.Snapchat-data {
  background: linear-gradient(124.51deg, #FFFE04 0%, #FFEBD9 87.27%);
  color:black;
}
.Instagram-data h3{
  color: #FF59D1;
}
.Twitter-data h3{
  color: #DDFFFF;
}
.Youtube-data h3{
  color: #ff6e6e;
}
/* .pie-chartpart{
  gap: 40px;
} */
.Youtube-data h3::before{
  background: linear-gradient(28.44deg, #ff6e6e 0.92%, #ff2727 100.29%);
}
h4.Youtube-data{
  background: linear-gradient(28.44deg, #ff6e6e 0.92%, #ff2727 100.29%);
}

.Instagram-data h3::before{
  background: linear-gradient(28.44deg, #FF59D1 0.92%, #FF9029 100.29%);
}
h4.Instagram-data  {
  background: linear-gradient(28.44deg, #FF59D1 0.92%, #FF9029 100.29%);
}

.Twitter-data h3::before{
  background: linear-gradient(275.07deg, #DDFFFF 3.34%, #03F0EB 99.72%),
  linear-gradient(275.07deg, #FF035E 3.34%, #9603F0 99.72%);  
}
h4.Twitter-data {
  background: linear-gradient(275.07deg, #DDFFFF 3.34%, #03F0EB 99.72%),
  linear-gradient(275.07deg, #FF035E 3.34%, #9603F0 99.72%); 
  color:black; 
}


.apex_pie .apexcharts-legend-series .apexcharts-legend-text {
  font-size: 18px !important;
  color: #FFF !important;
  margin-left: 4px;
}
.apex_pie .apexcharts-legend.apexcharts-align-center.position-right {
  display: flex;
  justify-content: center;
  right: -10px !important;
}
.apex_pie .apexcharts-legend-marker {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important;
  top: 5px !important;
}
.apex_pie .apexcharts-legend-series {
  margin-bottom: 20px !important;
}
.apex_pie span.apexcharts-tooltip-text-label,
.apex_pie span.apexcharts-tooltip-text-value {
  color: #000;
}

.apex_pie .apexcharts-slices .apexcharts-series path {
	opacity: 0.8;
}
apex_pie .apexcharts-slices .apexcharts-series path:hover {
opacity: 1;
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:first-child path {
  fill: rgba(0, 0, 0, 0.6);
  stroke: #fff65e;
  /* stroke-dasharray: 109,0,0,200; */
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:first-child path:hover {
  fill: #62603e;  
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(2) path {
  fill: rgba(0, 0, 0, 0.6);
  stroke: #4e4de5;
  /* stroke-dasharray: 178,0,0,210; */
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(2) path:hover {
  fill: #2a2a54;
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(3) path {
  fill: rgba(0, 0, 0, 0.6);
  stroke: #FF59D1;  
  /* stroke-dasharray: 250,0,0,300; */
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(3) path:hover {
  fill: #663f5c;
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(4) path {
  fill: rgba(0, 0, 0, 0.6);
  stroke: #03f0eb;
  /* stroke-dasharray: 338,0,0,312; */
}
.ZZapex_pie .apexcharts-slices .apexcharts-series:nth-child(4) path:hover {
  fill: #3b5252;
}

/* ===================== Mon compte page============== */
.information-box{
  background: #2B2B2B;
  border-radius: 32px;
  max-width: 544px;
  width: 100%;
  padding: 32px;
}
.moncompte-head{
  margin-top: 32px;
}
.information-box{
  margin-top: 24px;
}
.email-details{
  color: #8C8C8C;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.email a, .email{
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.email i{
  color: #FFFFFF;
  margin-right: 8px;
}
.email img{
  margin-right: 8px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.password{
  margin-top: 16px;
  max-width: 234px;
  width: 100%;
}
.modify{
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
}
.modify-btn,
.email-modify{
  background: #000000;
  border-radius: 100px;
  padding: 12px 32px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.03em;
  transition: all 0.3s ease-in-out;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modify-btn img{
  margin-right: 8px;
}
.modify-btn{
  justify-content: center;
}
.modify-details,
.social-icon-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modify-mobile,
.social-btn img,
.modify-btn .mobile-text{
  display: none;
}
.img-text{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.navbar-menu li.activelink a{
  color: #fff;
}
.modiemail .form-main .form-group,
.modiemail .form-main{
  padding: 0;
  margin: 0;
}
.modiemail .form-main input::placeholder{
  font-weight: 400;
  font-size: 16px;
}
.modify-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.voter-email{
  text-align: center;
  display: inline-block;
  width: 100%;
}
.popup-email-btn{
  margin-top: 32px;
}
.modify-cancle{
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.015em;
  text-decoration-line: underline;
  background: transparent;
  border: none;
  margin-top: 16px;
  padding: 0 12px 12px 12px;
}
.modiemail .form-main .conform-pass input::placeholder,
.modiemail .form-main .pass-reset input::placeholder{
  color: #CCCCCC;
}
.modiemail .form-main .pass-reset{
  margin-top: 32px;
}
.modiemail .inscription-tabs .nav-tabs{
  margin: 0 auto;
}
.filter-btn:hover .rechase-btn,
.modify-btn:hover{
  background-color: rgba(0, 0, 0, 0.7);
}
.media-dropdown .nice-select .option:hover,
.dropdown-btn.active ul li:hover{
  letter-spacing: 1px;
}


/* MDP OUBLIE */
/* communitz sec */

.communitz_sec .main_head h1 {
  max-width: 580px;
  font-family: TWKEverett-Medium;
}
.maintext-head h1 {
  font-size: 48px;
}

/* new site login detials */
.select-item .select-item-input .noselect{
  width: fit-content;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
} 
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 0;
  margin-right:8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  pointer-events: none;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #000;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/* new site dashboard */
/* .tab-content>.active {
  display: block;
} */
/* .tab-content>.tab-pane {
  display: none;
} */
/* .fade:not(.show) {
  opacity: 0;
  display: none;
} */
.chaines-list .listperformances-table img{
  margin-right: 16px;
}
.chaines-list .listperformances-table{
  padding: 24px 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chaines-list .socialmedia{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 377px; */
  width: 38%;
  /* gap: 20px; */
}
.social-details p i{
  margin-right: 4px;
}
.social-details p{
  color: #8C8C8C;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 8px;
}
.social-details p:nth-child(2){
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.chaines-list .detail-btn a{
  padding: 12px 32px;
}
.chaines-list .social-details .tiktok-img{
  margin-right: 8px;
}
.chaines-list .social-details .lightblue{
  color: #1AFFFF;
}
.chaines-list .social-details .lightpink{
  color: #FF33A1;
}
.top-dash{
  align-items: end;
}
.chain-section{
  margin-top: 32px;
}
.meillere .article-detail,
.meillere .detail-btn,
.meillere .sessions-detail,
.meillere .gains-detail {
  text-align: left;
}
.meillere .article-detail{
  width: 35%;
}
.meillere .sessions-detail {
  width: 11%;
}
.meillere .gains-detail {
  width: 18%;
}
.meillere .Croissance{
  display: none;
}
.meillere .detail-btn{
  width: 11%;
}
.Croissance h5{
  font-weight: 500;
  font-size: 14px;
  color: #1AFFFF;
}
/* .meillere .inner-performances .gains-detail:nth-last-child(2){
  width: 15%;
} */
.box-dashboard h4.sub-heading{
  display: flex;
  align-items: center;
}
.gosiiptv h4 .goss-hero{
  margin-right: 16px;
}
.gosiiptv h4 .facebook-hero{
  margin-left: 16px;
  width: 24px;
  height: 24px;
}
.gosiiptv h4{
  margin-bottom: 12px;
}
.rapactu .inner-revenus-totaux{
  max-width: 255px;
  width: 100%;
}

/* form */
#msform .form-main .form-group label.error,label.error{
  color: #DE107F;
  font-size: 13px;
  font-family: TWKEverett-Regular;
  margin-bottom: 0;
}
#msform .form-main .form-group.has-error,.has-error{
  color: #DE107F;
}
.msform_row .progress-bar[style="width: 33%;"] {
  background: linear-gradient(78.47deg, #FFFE04 4.71%, #FF6E6E 37.1%, #F484D5 72.19%, #FFFFFF 127.66%, #D0D0D0 166.23%, #F3F3F3 219.02%, #DEDEDE 265.46%, #FFFFFF 298.21%, #B0FFFE 355.35%, #5F5EF9 394.54%);
}
.error-top{
  background: linear-gradient(74.36deg, rgba(255, 110, 110, 0.1) -0.07%, rgba(244, 132, 213, 0.1) 99.93%);
  border-radius: 8px;
  padding: 12px;
  color: #DE107F;
  font-size: 16px;
  margin-bottom: 16px;
  display: none;
}
.graph-section{
  margin-top: 60px;
}
.maintext-head h1{
  font-size: 48px;
}
.balance-main h5.guillaume-title{
  color: #676767;
  font-size: 18px;
  text-align: left;
}
.navbar-menu li .chaine-right-arrow{
  margin-right: 0;
  margin-left: 8px;
}
.navbar-menu li .inner-submenu a{
  padding: 0;
  font-size: 12px;
  display: flex;
}
.navbar-menu li .inner-submenu{
  margin: 15px 0;
  padding-left: 50px;
}
.navbar-menu li .inner-submenu .submenu-active a{
  color: #fff;
}
.information-payment{
  font-weight: 500;
  font-size: 22px;
  color: #8C8C8C;
  margin-top: 12px;
}
.email-name{
  color: #8C8C8C;
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
}
.email-nina{
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.email-text{
  margin-top: 8px;
}
.revenew h5{
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.revenew {
  width: 11%;
}
.navbar-menu li.active-1 a{
  color: #fff;
}


/* DATEPICKER */
.daterangepicker{
	background-color: #ffffff;
	color: #999;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: #ff6e6e;
}
button.cancelBtn.btn {
    background-color: #ddd;
}
button.applyBtn{
    border: solid #ff6e6e;
    background-color: #ff6e6e;
}

.daterangepicker .calendar-table{ 
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
	background-color: #ffffff;
	border-color: transparent;
	color: #00000080;
}

.daterangepicker td.in-range{
  background-color: #eee;
}
.daterangepicker td.off{
  color: #ddd;
}
.daterangepicker .drp-calendar.left {
    padding: 8px 0 14px 8px;
}
.daterangepicker {
  font-family: inherit;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #000;
}
button.applyBtn {
  border: #1AFFFF!important;
  background-color: #1AFFFF!important;
  color: black!important;
}

.sort:hover{ cursor: pointer; transition: all 0.2s ease-out; }
.rotate{transform : rotate(180deg); transition: all 0.2s ease-out;  }

.notifyjs-bootstrap-info {
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==); */
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABXUExURUdwTBByTRySaiSedxZ6VhZ4VRd6VSGYcBN1Tx+IZimkfv///3nZwTKyjUO9nIjgyxiKYS2rhmXPtEzGp27TuVvKrTi2kxJ7VFXGqHzGsLbg01OwlJLRwBsTPjMAAAAKdFJOUwDn//+jSGD+gIFLwUpwAAAC4klEQVRYw62Xi3arIBBFG0xFSaACRqLp/3/nBYbH4Nuue2ZExTlbolkqX1//W991u6P6e99d32nFJOfDqjiXjNF7vWlvKeNC6F0JMTDaro+dskFo9fzZ1VNph1j5JW3FhT5wB4YWvFoM4l4Nov85qV4Ldl/4z50+DaIktN7v4tgLaQktvn7c+V0e6ie0eqjylaRSPC9LcJp/gFDXASr/CMrFsw/hckd9SBt9GkJdDaqfSW0sRY2o4F99l6K/IpUAEm4l4VqpHqWCdm2xGscR6nrNSbiHL3Vev4/HY3r7zRfcSXsJXqoM9doM5wfCywFq+Be+zuoNfkvwu3AjWyYu++0Q3P4QAMP7nHTyPybtOhJAn5LI/sev78mAt3gfZul/28gAcUYj8ocuBNBHOfPrAmAfxcNRIv8ofI8VB4B9moY6yfgGofAPMeDZagHhveGqPquvFOzHb5oI4INLqPq4HegIyTn2254cCWC3ZaxKhNQW/kIe0FSwMz0SwUry1G77ZQD4siEBgJCKtv0YILlEf7SPTKcv/bIIC2j8O1lK3zFhQhT2y9Jvj3pAQ2NxSeAuS/9CtAQsxsAO/CwAWOrABHbojwBiAczHjID9qaYIEgDMbsOCCaWfoapUHQG4ExGQ3x2SS8RyBHKNMLJw+q0RVAypqqaF3xcUVaE2AXCwGcH7A2JeGQF2zy+Q5RjG3B3L0hIAnd9lGDFhf4QzXAbrAKCuhvoMolPhRwdjDaw7B6gtIHdDRMLoj9B8MNX4Ne3cy/XbEORMpb/x/BSZUg2sSec/1AyhC1n65yPpgYiBT5yO0D+JdPCJU5tVwDGVmDB1uHWE0CJzs5Uuulv4TmzMjJCbrXRNZ5r4qeqGgA7SfJLtAZA8AHcnHeGiOoOmLXdLuBidKSYMlrAYxN6o5n4gXNHc7wgXEGbpt1fyBgjiM6xI6Ekt2G/rE9jGIszxyc2t2Zn6mkPtTH3D5LvZ0dHk+w/6B/Ucr8sgBlBUAAAAAElFTkSuQmCC')!important;
  background-position: 4px 11px!important;
  background-size: 14px 14px;  
}

.notifyjs-bootstrap-base{
  background-color: white!important;
  border-color: rgb(0, 0, 0)!important;
  color: black!important;
}

.error-text{
  font-family: 'TWKEverett-Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #DE107F;
}
.is_error{
  border-color: #DE107F!important;
}
.share-btn-vis img { margin-left : -6px; }

.share-visuels img { width: 22px; filter: brightness(10); }

.add-network:hover{
  cursor: pointer;
}
.add-network{
  font-size: 13px;
  /* margin-top: -8px; */
  text-align: right;
}
.form-main0 .list-network + .add-network {
  margin-top: -8px;
}

.add-network-item{ margin-top: 5px }

.add-network-item + .after{
  /* content: "+"; */
  content: url(../images/minus.png);
  color: black;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 14px;
  margin-left: 4px;
  cursor: pointer;
}

.recording {
  font-family: verdana,sans-serif;
  color: firebrick;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 0;
}
.recording::before {
  content: '🔴';
  /* width: 30px;
  border-radius: 45px;
  background: #ff6e6e; */
  position: absolute;
  left: 5px;
  animation: recording 600ms alternate infinite;
}
@keyframes recording {
  from { opacity: 1; }
  to { opacity: 0.2; }
}
.c-actifsRT{
  margin-left: 30px;
}
.nice-select ul li:first-child{ color: #555 }
.nice-select ul li{ color: #999 }
.nice-select ul li:hover{ color: #fff }