body {
  text-align: right;
}

.navbar .action {
  left: 0px;
}

.ads .item .learn-more {
  left: 10px;
}

.ads .categoy {
  right: 10px;
}

.box-notification {
  margin-right: -185px;
}

.navbar .list-item {
  margin-right: -42px;
}

.about .box-about {
  left: -108px;
}

.about .header {
    text-align: right;
}

.footer .links {
  text-align: left;
}

.destalis .fa-heart {
  float: left;
}


.register .reset-password {
  float: right;
}

.register .form-group input:checked + label:after {
    left: 49px;
}

.table-plan .box strong {
    margin-right: 80px;
}

.messenger .box-chat textarea {
    text-align: right;
}




.show-password {
    position: absolute;
    left: 0px;
    top: 6px;
    background: transparent;
    border-style: none;
    font-size: 22px;
    font-weight: bold;
}



@media (max-width: 575.98px) {
  .box-notification {
      width: 330px;
      margin-right: -100px;
  }
  .about .box-about {
    left: 0px;
  }
  .box-notification p { margin-bottom: 0rem; }
  
.table-plan .box strong { margin-right: -7px; }

}