@media (min-width: 992px) {
  .marianpanel .sidebar {
    position: sticky;
    top: 1.5rem;
    height: calc(100vh - 3rem);
  }
  .marianpanel .websidebar {
    position: sticky;
    top: 50px;
  }

  .rwd-table tbody tr:hover {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 1em !important;
    min-width: 110px;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table td.description-td {
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .marianpanel .main_block.register_theme {
    width: 100%;
  }

  .marianpanel .project_list .item .addOffer input[type="submit"] {
    margin-top: 10px;
  }
  .marianpanel input[type="radio"]:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -1px;
    left: 2px;
    position: relative;
    background-color: #ddd;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }

  .marianpanel input[type="radio"]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -1px;
    left: 2px;
    position: relative;
    background-color: #f52a2a;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
  }
  .marianpanel input[type="submit"],
  .marianpanel input[type="text"],
  .marianpanel input[type="number"],
  .marianpanel input[type="email"],
  .marianpanel input[type="password"],
  .marianpanel select,
  .marianpanel textarea,
  .marianpanel .main_block .user_skills {
    width: 100%;
  }

  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
  .marianpanel span.file-name {
    display: block;
    text-align: right;
    width: 100%;
    position: initial;
  }
  
  .marianpanel .marianpanel_search_form input {
    width: 70%;
  }
  .marianpanel .marianpanel_search_form input[type="submit"] {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .marianpanel form,
  .marianpanel input,
  .marianpanel select,
  .marianpanel textarea {
    margin: 15px 0;
  }
  .marianpanel select {
    background-color: #fff;
    font-weight: 600;
  }
  .marianpanel span.file-name {
    margin-top: 15px;
  }
  .marianpanel .new_project button.file-button {
    top: 40px;
  }
  .marianpanel input::placeholder,
  .marianpanel textarea::placeholder,
  .marianpanel select {
    font-size: 0.9rem;
  }
  .marianpanel .main_block.register_theme {
    margin: 0;
    box-shadow: none;
  }
  .marianpanel .main_block.register_theme input::placeholder {
    line-height: 2rem;
  }

  .edit_wrapper{
    max-width: 94%;
  }
  .edit_wrapper .label{
    display: block;
  }
  .edit_wrapper textarea,
  .edit_wrapper input,
  .edit_wrapper select {
    width: 100%;
  }
}
