h1.trait { 
  text-align: left;
  color: white;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  font-weight: 100;
  font-size:22px;
  position: relative;
  margin: 35px 0 0 0;
  background: -webkit-linear-gradient(right, rgba(52,73,96,1), #f13d3a);
  background: -moz-linear-gradient(right, rgba(52,73,96,1), #f13d3a);
  background: -ms-linear-gradient(right, rgba(52,73,96,1), #f13d3a);
  background: -o-linear-gradient(right, rgba(52,73,96,1), #f13d3a);
  padding-left: 4%;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.65) !important;
}

@media (max-width: 1280px) {
  h1.trait { 
    font-size:22px;
  }
}

@media (max-width: 1024px) {
  h1.trait { 
    font-size:20px;
  }
}

p.desc {
  color:white;
  font-size:14px;
}

.progress-bar-vod {
  display:none;
  top:0;
  left:0;
  width:100%;
  height: 18px;
}

.progress-bar-vod #progress-bar {
  width: 0%;
  height: 18px;
  background-color: red;
  text-align: center;
  font-size:13px;
  line-height: 18px;
  color: white;
}

#login-form {
    background: #fff;
    padding: 10px 40px;
    /*border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;*/
    border-radius: 0.625rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    margin:auto;
}
#login-form h1 {
    text-align: center;
    font-size: 30px;
}
#login-form p {
    font-size: 16px;
    color: #333;
}
#login-form p a {
    color: #00bcd4;
}
#login-form label {
    color: #848484;
}
#togglePassword
{
  color: #848484;
  cursor:pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index:10000;
}
.line.input-box{
  margin:0;
  border-bottom: 0;
}

.input-box{
    border-bottom: 2px solid #adadad;
    position: relative;
    margin: 20px 0;
}
.input-box.required {
    border-bottom: 2px solid red;
}
.registerform .input-box{
  margin: 12px 0;
}
.input-box input, .input-box .select, .input-box textarea{
    position:relative;
    z-index:2;
    font-size: 15px;
    color: #333;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 5px;
    height: 40px;
}
.input-box textarea{
  height:120px;
}
.input-box .select {
  padding: 0px;
}
.input-box input:focus ~ span,
.input-box textarea:focus ~ span,
.input-box input.input-with-value ~ span,
.input-box textarea.input-with-value ~ span,
.input-box .select ~ span{
    position: absolute;
    top: -5px;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    z-index: 1;
    transition: .5s;
}

.input-box input ~ span, .input-box textarea ~ span{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    z-index: 1;
    transition: .5s;
}

.input-box .select ~ span, .input-box input ~ span, .input-box textarea ~ span{
    font-size:14px;
}

.input-box.search-bar{
  border-bottom:2px solid white;
}

.input-box.search-bar i{
  position:absolute;
  cursor:pointer;
  z-index:10000;
  left:20px;
  font-size:22px;
  line-height:40px;
  color:white;
}

.input-box.search-bar input{
  padding-left:50px;
  height:40px;
  line-height:40px;
  font-size:14px;
  color:white;
}

.input-box.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.input-box.search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.input-box.search-bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.bottom-links{
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    line-height:16px;
}

.widget{
  background-color: #2b3c46;
  background-clip: border-box;
  padding: 2rem;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  color:white;
  margin-right:1%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  min-height:220px;
}

.widget:hover{
  transform:scale(1.05);
}

.widget-title {
  font-size:24px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.widget-content {
  font-size:14px;
}

.widget-content .major {
  font-size:40px;
  line-height:60px;
  font-weight:600;
}

@media (max-width: 1480px) {
  .widget-title {
    font-size:20px;
  }

  .widget-content {
    font-size:13px;
  }

  .widget-content .major {
    font-size:36px;
    line-height:55px;
  }

  .input-box .select ~ span, .input-box input ~ span, .input-box textarea ~ span{
    font-size:13px;
  }
}

@media (max-width: 1280px) {
  .widget-title {
    font-size:18px;
  }

  .widget-content {
    font-size:12px;
  }

  .widget-content .major {
    font-size:32px;
    line-height:50px;
  }
}

@media (max-width: 1024px) {
  p.desc {
    font-size:13px;
  }

  .input-box.search-bar input{
    font-size:13px;
  }

  .widget-title {
    font-size:16px;
  }

  .widget-content {
    font-size:11px;
  }

  .widget-content .major {
    font-size:28px;
    line-height:45px;
  }

  .input-box .select ~ span, .input-box input ~ span, .input-box textarea ~ span{
      font-size:12px;
  }
}

@media (max-width: 768px) {
  p.desc {
    font-size:12px;
  }

  .input-box.search-bar input{
    font-size:12px;
  }
}

.green, .verified {
  color: #2cc56f !important;
}

.red, .unverified {
  color: #f13d3a !important;
}

.blue {
  color:#27a4fb !important;
}

.orange, .pending {
  color:#ffc021 !important;
}

.purple {
  color:#ac66f5 !important;
}

.input-box.verified {
    border-bottom: 2px solid #2cc56f !important;
}

.input-box.unverified {
    border-bottom: 2px solid #f13d3a !important;
}

.input-box.pending {
    border-bottom: 2px solid #ffc021 !important;
}

.header-channel {
  height:300px;
  position:relative;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.65) !important;
}

.header-channel .avatar {
  position:absolute;
  left:100px;
  top:75px;
  height:150px;
  width:150px;
  border-radius: 50%;
  box-shadow: 0 0px 15px black;
}

.header-channel-content {
  margin:auto;
  position:relative;
  color:white;
  height:90%;
  padding:10px;
  background: rgba(0,0,0,.35);
}

.header-channel-content h1 {
  font-size:3em;
}

.header-channel-content .desc {
  font-size:16px;
  text-align:justify;
}

.header-channel-content .nb_followers {
  position:absolute;
  left:10px;
  bottom:10px;
  width:100px;
}

.header-channel-content button.follow {
  position:absolute;
  right:10px;
  bottom:10px;
}

.header-channel-content .social-media{
  display:inline-block;
  position:absolute;
  left:95px;
  bottom:8px;
}

.header-channel-content .social-media a{
  color:white;
  margin-left:10px;
}

.header-channel i.modify-bg, .header-channel .file-upload-wrapper.no-visible{
  position:absolute;
  bottom:5%;
  left:20px;
}

.header-channel .file-upload-wrapper.no-visible{
  width:40px;
}

.header-channel .file-upload-wrapper.no-visible:before, .header-channel .file-upload-wrapper.no-visible:after{
  content:'';
  height:0;
}

.header-channel i.modify-bg{
  cursor:pointer;
  font-size:40px;
  color:#f13d3a;
}

.header-channel .progress-bar {
  width: 0%;
  height: 12px;
  background-color: red;
  font-size:10px;
  text-align: center;
  line-height: 12px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-videos.row {
  justify-content:center;
}

.list-videos {
  margin-top:30px!important;
}

@media (max-width: 1280px) {
  .header-channel-content h1 {
    font-size:2.6em;
    margin-top:6px;
    margin-bottom:6px;
  }

  .header-channel-content .desc {
    font-size:15px;
  }
}

@media (max-width: 1024px) {
  .header-channel {
    height:260px;
  }

  .header-channel-content h1 {
    font-size:2.3em;
    margin-top:2px;
    margin-bottom:2px;
  }

  .header-channel-content .desc {
    font-size:14.5px;
    line-height: 20px;
  }

  .header-channel .avatar {
    left: 50px;
    top: 70px;
    height: 120px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  .header-channel {
    height:220px;
  }

  .header-channel-content h1 {
    font-size:2em;
    margin-top:0px;
    margin-bottom:0px;
  }

  .header-channel-content .desc {
    font-size:14px;
    line-height: 19px;
  }

  .header-channel .avatar {
    left:auto;
    right: 10px;
    top: 10px;
    height: 70px;
    width: 70px;
    z-index: 10000;
  }

  .header-channel i.modify-bg, .header-channel .file-upload-wrapper.no-visible{
    font-size: 35px;
    right: 5px;
    z-index: 1000;
    left: auto;
    bottom: 2px;
  }

  .header-channel .progress-bar {
    height: 11px;
    font-size:9px;
    line-height: 11px;
  }

  .header-channel-content button.follow {
    height:30px;
    line-height:30px;
    font-size:13px;
  }
}

@media (max-width: 568px) {
  .header-channel-content .desc {
    font-size:13px;
    line-height: 18px;
  }
}

.page.channel .category, .page.channel .videos-hide{
  justify-content:center;
}

.page.channel .buttons.more-less
{
  display: flex;
  justify-content: center;
}

.page.channel button.more, .page.channel button.less {
   margin-top:0px;
   margin-bottom:20px;
}

.page.channel button.less {
  display:none;
}

/** card-video VIDEO **/
.card-video {
   float: left;
   padding: 0 0.5rem;
   width: 50%;
   margin-bottom:30px;
}

.page.channel .card-video {
   margin-top:20px;
}
 .card-video .menu-content {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
 .card-video .menu-content::before, .card-video .menu-content::after {
   content: '';
   display: table;
}
 .card-video .menu-content::after {
   clear: both;
}
 .card-video .menu-content li {
   display: inline-block;
}
.card-video .menu-content li.nb-views{
  float:right;
  margin:0;
}
.card-video .menu-content li.nb-views i {
  font-size:21px;
  margin-top:5px;
}
.card-video .menu-content li.nb-views.number {
  font-size:14px;
  margin:0;
  margin-left:3px;
  margin-right:6px;
}
.card-video .menu-content li.favorite, .card-video .menu-content li.edit-video{
  cursor:pointer;
  float:right;
}

.card-video .menu-content li.favorite i, .card-video .menu-content li.edit-video i {
  font-size:30px;
}
.card-video .menu-content li.edit-video i {
  color:#df3835;
}
.lives .card-video .menu-content li.favorite{
  display:none;
}
.card-video span.stick{
  position:absolute;
  top:45%;
  left:40%;
  padding: 5px 15px;
  border-radius: 50px;
  background:green;
  color:white;
}
.card-video span.stick.play{
  background:green;
}
.card-video span.stick.pause{
  background:orange;
}
.card-video .menu-content a {
   color: #fff;
}
 .card-video .menu-content span {
   transform: translate(-50%, 0);
}
 .card-video .wrapper {
   background-color: #fff;
   min-height: 400px;
   position: relative;
   overflow: hidden;
   box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
 .card-video .wrapper:hover .data {
   transform: translateY(0);
}
 .card-video .data {
   position: absolute;
   bottom: 0px;
   width: 100%;
   transform: translateY(calc(70px + 1em));
   transition: transform 0.3s;
}
 .card-video .data .content {
   padding: 1em;
   position: relative;
   z-index: 1;
   background:rgba(0, 0, 0, 0.4);
}
 .card-video .author {
   font-size: 12px;
}
 .card-video .title {
   margin-top: 10px;
   margin-bottom: 10px;
   font-size:24px;
   line-height:22px;
   text-shadow: 1px 1px 1px black;
}
 .card-video .text {
   height: 70px;
   margin: 0;
   text-overflow: ellipsis;
   text-shadow: 1px 1px 1px black;
  overflow: hidden;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-video .price{
  font-size:1em;
  padding:4px;
  border-radius:5px;
  color:white;
}
.card-video span.duration{
  font-size:13px;
  font-weight:normal;
}
.card-video .price.bg-red {
  background:#f13d3a;
}
.card-video .price.bg-green {
  background:#2cc56f;
}
 .card-video input[type='checkbox'] {
   display: none;
}

 .card-video input[type='checkbox']:checked + .menu-content {
   transform: translateY(-60px);
}
 .card-video .wrapper:hover .menu-content span {
   transform: translate(-50%, -10px);
   opacity: 1;
}
 .card-video .header {
   color: #fff;
   padding: 9px 4px;
   background: rgba(0,0,0,0.4);
}
 .card-video .header::before, .card-video .header::after {
   content: '';
   display: table;
}
 .card-video .header::after {
   clear: both;
}
 .card-video .header .date {
   float: left;
   font-size: 12px;
    height: 30px;
    line-height: 30px;
}
 .card-video .menu-content {
   float: right;
   width:50%;
}
 .card-video .menu-content li {
  margin: 0 5px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
 .card-video .menu-content span {
   transition: all 0.3s;
   opacity: 0;
}
 .card-video .data {
   color: #fff;
   transform: translateY(calc(40px + 4em));
}
 .card-video .title a {
   color: #fff;
}

@media (max-width: 768px) {
  .card-video{
    margin:auto;
    margin-top:20px;
  }
  .card-video .wrapper {
    min-height: 300px;
  }
  .card-video span.duration{
    font-size:12px;
    font-weight:normal;
  }
  .page.channel .buttons.more-less
  {
    margin-top:20px;
  }
}


/**** TABLES ****/

.table-data {
   margin: 1em 0;
   overflow: hidden;
   background: #fff;
   box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
   font-size:14px;
}
 .table-data tr {
   border: 1px solid #d9e4e6;
}
 .table-data tr:nth-child(odd) {
   background-color: #eaf3f3;
}
 .table-data th {
   display: none;
   border: 1px solid #fff;
   background-color: #f13d3a;
   color: #fff;
   padding: 1em;
}
 .table-data th:first-child {
   display: table-cell;
   text-align: center;
}
 .table-data th:nth-child(2) {
   display: table-cell;
}
 .table-data th:nth-child(2) span {
   display: none;
}
 .table-data th:nth-child(2):after {
   content: attr(data-th);
}
 @media (min-width: 480px) {
   .table-data th:nth-child(2) span {
     display: block;
  }
   .table-data th:nth-child(2):after {
     display: none;
  }
}
 .table-data td {
   display: block;
   word-wrap: break-word;
   max-width: 7em;
}
.table-data td.center {
  text-align:center;
  vertical-align: middle;
}
 .table-data td:first-child {
   display: table-cell;
}

 .table-data td i {
  cursor:pointer;
 }
 .table-data td.no-action i {
  cursor:default;
 }
 .table-data th, .table-data td {
   text-align: left;
   margin: 0.5em 1em;
}
  .table-data td span.author{
    font-size:14px;
  }
  .table-data td span.pseudo{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
@media (max-width: 1024px) {
  .table-data  {
    font-size:13px;
  }
  .table-data td span.author img.avatar_round{
    width:30px;
    height:30px;
    margin-right:5px;
  }
    .table-data td span.author{
    font-size:13px;
  }
}
@media (max-width: 768px) {
  .table-data  {
    font-size:12px;
  }
  .table-data td span.author img.avatar_round{
    width:25px;
    height:25px;
    margin-right:3px;
  }
  .table-data td span.author{
    font-size:12px;
  }
}

@media (min-width: 480px) {
   .table-data th, .table-data td {
     display: table-cell;
     padding: 0.5em;
  }
}

/**** CHIPS ***/
.chip{
    display: inline-flex;
    flex-direction: row;
    background-color: #e5e5e5;
    border: none;
    cursor: default;
    height: 36px;
    outline: none;
    padding: 0;
    font-size: 14px;
    font-color: #333333;
    font-family:"Open Sans", sans-serif;
    white-space: nowrap;
    max-width:100%;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
}
.chip-head{
    display: flex;
    position: relative;
    overflow: hidden;
    font-size: 1.25rem;
    flex-shrink: 0;
    align-items: center;
    user-select: none;
    border-radius: 50%;
    width: 36px;
    color: #fff;
    height: 36px;
    font-size: 20px;
    margin-right: -4px;
}
.chip-content{
    cursor: inherit;
    //display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chip-svg{
    color: #999999;
    cursor: pointer;
    height: auto;
    margin: 12px 4px 0 -8px;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}
.chip-svg:hover{
    color: #666666;
}

.list-groups .chip-svg {
  font-size:20px;
}

.list-groups .chip {
  height: 22px;
  font-size: 11px;
}

/*** AUTOCOMPLETE ***/
ul.ui-autocomplete  {
  cursor:pointer;
  background: white;
  max-width:390px;
}

.ui-autocomplete .follower .m-icon {
  float: left;
  width: 22px;
  height: 22px;
  border-radius:50%;
}

.ui-autocomplete .follower .m-name {
  display: block;
  margin-left: 32px;
}

.ui-autocomplete div::after {
  content: "";
  display: table;
  clear: both;
}

/**** PRICING TABLES ****/
.lm-underline {
  position: relative;
}
.lm-underline:after {
  position: absolute;
  content: ' ';
  right: 5%;
  left: 5%;
  bottom: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
}
.lm-tabel {
  padding-top: 10px;
  margin: 0 auto;
}
.lm-item-1 .lm-item-bottom,
.lm-item-1 .lm-item-top {
  background-color: green;
  background-image: linear-gradient(-45deg, green, #241326);
}
.lm-item-2 .lm-item-bottom,
.lm-item-2 .lm-item-top {
  background-color: blue;
  background-image: linear-gradient(-45deg, blue, #241326);
}
.lm-item-3 .lm-item-bottom,
.lm-item-3 .lm-item-top {
  background-color: red;
  background-image: linear-gradient(-45deg, red, #241326);
}
.lm-item-4 .lm-item-bottom,
.lm-item-4 .lm-item-top {
  background-color: red;
  background-image: linear-gradient(-45deg, black, #241326);
}
.lm-item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  vertical-align: top;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
}
.lm-item.myplan{
  box-shadow:0 0 10px yellow;
}
.lm-item:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lm-item:not(:hover).blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.lm-item:after,
.lm-item:before {
  z-index: -1;
  content: ' ';
  position: absolute;
  left: 10px;
  top: 80%;
  bottom: 18px;
  right: 10px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  box-shadow: 0px 25px 10px -8px rgba(0,0,0,0.4);
}
.lm-item:after {
  -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
          transform: rotate(6deg) translate3d(15px, 0, 0);
}
.lm-item:before {
  -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
          transform: rotate(-6deg) translate3d(-15px, 0, 0);
}
.lm-item-top {
  padding-top: 20px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
}
.lm-item-title {
  color: #e3dfe2;
  font-size: 36px;
}
.lm-item-price {
  background: rgba(255,255,255,0.05);
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.lm-item-price i {
  font-size: 15px;
}
.lm-item-body {
  padding: 15px;
  background: #fff;
}
.lm-item-desc {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.lm-item-desc strong {
  color: #868686;
  font: 400 16px;
}
.lm-item-desc p {
  color: #b4b4b4;
  margin: 0;
}
.lm-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lm-item-list li {
  margin-bottom: 10px;
}
.lm-item-list li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.lm-item-list li span.desc {
  font-size:16px;
  /*max-width:85%;
  display:inline-block;*/
}
.lm-item-list i, .lm-item-list span.value{
  float: right;
  font-weight:bold;
}
.lm-item-list i.green {
  color: #75bc9a;
}
.lm-item-list i.red {
  color: #bf7375;
}
.lm-item-link {
  text-align: center;
  margin-top: 15px;
}
.lm-item-link a {
  text-decoration: none;
}
.lm-item-link display inline-block {
  height: 54px;
}
.lm-item-link display inline-block:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.lm-item-link display inline-block:active {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.lm-item-link text {
  font-size: 21px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lm-item-bottom {
  text-align: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 15px;
  color: rgba(255,255,255,0.5);
  font-weight: 100;
  min-height: 20px;
}
.lm-item-bottom span {
  color: #fff;
  font-weight: 400;
  margin-right: 3px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: inline-block;
}

/***** EDIT INFOS ****/
.edit-infos {
  margin:auto;
}
.edit-infos .form {
  padding: 20px 10px;
  margin: 20px auto;
  border-radius: 0.625rem;
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.edit-infos p {
  margin-top:22px;
}

.edit-infos h1.trait {
  box-shadow:none!important;
}

.info-box,
.success-box,
.warning-box,
.error-box {
  margin: 15px auto;
  padding: 10px;
}
.info-box {
  color: #059;
  background-color: #BEF;
}
.success-box {
  color: #270;
  background-color: #DFF2BF;
}
.warning-box {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-box {
  color: #D8000C;
  background-color: #FFBABA;
}


/**** DIALOG POPUP ***/
.dialog-title {
  position:relative;
}
/*.dialog-title:before {
  content:'';
  position: absolute;
  background-color: #f13d3a;
  width: 40px;
  height: 3px;
  top: -10px;
  left:-12px;
}

.dialog-title:after {
  content:'';
  position: absolute;
  background-color: #f13d3a;
  width: 3px;
  height: 40px;
  top: -10px;
  left:-15px;
}*/

.dialog-inner:before {
  content:'';
  position: absolute;
  background-color: #f13d3a;
  width: calc(100% - 50px);
  height: 4px;
  top: 5px;
  left:5px;
}

.dialog-inner:after {
  content:'';
  position: absolute;
  background-color: #f13d3a;
  width: 4px;
  height: 100%;
  top: 5px;
  left:5px;
}

.dialog-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color:black;
}

.md .dialog-button {
  min-width:0;
}

.md .dialog-buttons {
  height:auto;
}

.ios .dialog-button{
  width:auto;
}

.button.free-try {
  background:transparent;
  border:1px solid white;
  margin:0;
}

.button.free-try:hover {
  border:1px solid #df3835;
}

/***** ***/
.choice {
  padding:10px;
  margin-bottom:10px;
  border:1px solid grey;
  border-radius:5px;
  cursor:pointer;
}

.choice.selected {
  box-shadow: 0 0 4px #df3835;
}

#sale_price{
  position:absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  margin: 0;
  color:#adadad;
}

.file-upload-wrapper {
   position: relative;
   width: 100%;
   min-height: 40px;
}

.file-upload-wrapper:after {
   content: attr(data-text);
   font-size: 14px;
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: calc(100% - 50px);
   pointer-events: none;
   z-index: 20;
   height: 40px;
   line-height: 40px;
   color: #999;
   font-weight: 300;
}

.file-upload-wrapper:before {
   content: "Upload";
   position: absolute;
   top: 0;
   right: 0;
   display: inline-block;
   height: 42px;
   background: #df3835;
   color: #fff;
   font-weight: 700;
   z-index: 25;
   font-size: 16px;
   line-height: 40px;
   padding: 0 15px;
   text-transform: uppercase;
   pointer-events: none;
}

.import-emails .file-upload-wrapper:before{
  content: "";
  padding:0;
  height: 0;
}

.file-upload-wrapper.complete
{
  display:inline-flex;
}

.file-upload-wrapper.complete input 
{
  height:100px;
}

.file-upload-wrapper.loading:before, .file-upload-wrapper.complete:before{
  content:'';
  width:0;
  padding:0;
  height:0;
}

.file-upload-wrapper.loading:after, .file-upload-wrapper.complete:after{
  content:'';
  width:0;
  padding:0;
  height:0;
}

.file-upload-wrapper:hover:before {
   background: red;
}

.file-upload-wrapper input {
   opacity: 0;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 99;
   height: 40px;
   margin: 0;
   padding: 0;
   display: block;
   cursor: pointer;
   width: 100%;
}

.file-upload-wrapper .progress-bar {
  width: 0%;
  height: 40px;
  background-color: red;
  text-align: center;
  line-height: 40px;
  color: white;
}

#upload-file.file-upload-wrapper{
  border-bottom:2px solid #adadad;
}

#upload-file.file-upload-wrapper:before{
  background:#adadad;
}

#file-upload-filename {
  position: relative;
  color: #7b7b7b;
  line-height: 42px;
  padding: 0 5px;
}

.import-emails #file-upload-filename {
  position: relative;
  color: #7b7b7b;
  line-height: 40px;
  padding: 0 3px;
  font-size: 14px;
}

.input-box.no-margin {
  margin:0;
}

table#followers{
  margin-top:10px;
}

i.icon-tooltip {
  color:#f13d3a!important;
  position:absolute;
  bottom:65%;
  right:0px;
  z-index:1000;
}

.infos-video, .infos-price{
  color:black;
}

.avatar_big_round{
  width:100px;
  height:100px;
  border-radius:50%;
  margin-right:30px;
}

.avatar_round{
  width:36px;
  height:36px;
  border-radius:50%;
  margin-right:15px;
}

.line_member {
  height:36px;
  line-height:36px;
  margin-top:8px;
  display: flex;
}

.member_groups_input {
  border-bottom: 1px solid gray!important;
  display: inline-block!important;
}

.list-groups {
  display: inline-block!important;
}

.free-groups .list-groups {
  margin-top:5px;
}

.features-unavailable{
  cursor:pointer;
}

.inactive {
  opacity:0.2;  
  cursor:default!important;
}

.unavailable {
  opacity:0.2;
  position:relative;
}

.unavailable:hover {
  opacity:0.8;
}

.unavailable:before{
  content: attr(data-text);
  background:rgba(0,0,0,0.7);
  position:absolute;
  text-align:center;
  width: 60%;
  height: 100%;
  padding:0 20%;
  color:white;
  display:flex;
  align-items:center;
}

p.no-element {
  color:white;
  font-size:18px;
}

.create-group, .create-access {
  cursor:pointer;
  color:white;
  text-align:center;
}

.body-zone .column.left.bg-white {
  background:white;
}

.thumbs_default, .video-cover .file-upload-wrapper {
  display:flex;
  cursor:pointer;
  align-content: center;
  height:150px;
}
.thumbs_default.selected, .video-cover .file-upload-wrapper.selected{
  //border:2px solid #f13d3a;
  background:rgba(52,73,96,0.95);
  box-shadow:0 0px 12px 0 rgba(0,0,0,.65);
}
.thumbs_default img, .video-cover .file-upload-wrapper img{
  max-height: 140px;
  margin: auto;
}
.input-box.video-cover span {
  position: absolute;
  top: -30px;
  left: 5px;
  color: #adadad;
  z-index: 1;
}
.video-cover .file-upload-wrapper input, .video-cover .file-upload-wrapper::before{
  top:auto;
}
.video-cover .file-upload-wrapper input {
  height:42px;
  position:absolute;
  bottom:5px;
  width:100px;
}
.video-cover .file-upload-wrapper::before {
   bottom:0px;
   left:0;
   right:auto;
}
.absolute {
  position:absolute!important;
}

.page.account-buy-credits .body-zone {
  justify-content: inherit;
  margin:30px auto;
}

.ribbon {
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: white;
}

.ribbon .wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.ribbon .wrap::before, .ribbon .wrap::after {
  content: "";
  position: absolute;
}

.ribbon .wrap::before{
  width: 40px;
  height: 8px;
  right: 100px;
  background: #f13d3a; /*#4D6530;*/
  border-radius: 8px 8px 0px 0px;
}

.ribbon .wrap::after{
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #f13d3a; /*#4D6530;*/
  border-radius: 0px 8px 8px 0px;
}

.ribbon button {
  flex-grow: 1;
  align-self: flex-end;
}

.ribbon .input-box{
  margin:0;
}

.ribbon6 {
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    right: -40px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #f13d3a, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #f13d3a; /*#57DD43;*/
    text-align: center;
}
@media (max-width: 1480px) {
  .file-upload-wrapper:after{
      font-size:13px;
  }
}

@media (max-width: 1200px) {
  .edit-infos {
    align-items:stretch;
  }
  .edit-infos p, .edit-infos span, .edit-infos .documentsform .input-box, .edit-infos .documentsform .file-upload-wrapper {
    font-size:16px;
  }

  .ribbon p {
    font-size:15px;
  }
}

@media (max-width: 1024px) {
  .file-upload-wrapper:after{
      font-size:12px;
  }
  .edit-infos p, .edit-infos span, .edit-infos .documentsform .input-box, .edit-infos .documentsform .file-upload-wrapper {
    font-size:15px;
  }

  #sale_price{
    font-size:12.5px;
  }

  .create-group {
    margin-top:20px;
  }

  .ribbon{
    margin:auto;
    margin-bottom:50px;
  }

  .ribbon p {
    font-size:14px;
  }

  .unavailable:before{
    width: 70%;
    padding:0 15%;
  }
}

@media (max-width: 768px) {
  .edit-infos p, .edit-infos span, .edit-infos .documentsform .input-box, .edit-infos .documentsform .file-upload-wrapper {
    font-size:14px;
  }
  .ribbon p {
    font-size:13px;
  }
  .unavailable:before{
    width: 80%;
    padding:0 10%;
  }
}

@media (max-width: 568px) {
  #sale_price{
    bottom: -25px;
    font-size:11px;
  }

  .ribbon p {
    font-size:12px;
  }

  .unavailable:before{
    width: 90%;
    padding:0 5%;
  }

  .import-emails #file-upload-filename {
    line-height: 20px;
    font-size: 12px;
  }
}