#wpcontent {
  padding-right: 20px;
}

.select2.select2-container--default {
  &.select2-container {
    max-width: 100%;
  }

  .select2-selection--multiple {
    border: 1px solid rgba(34, 36, 38, .15) !important;
  }

  input.select2-search__field {
    padding: 0 !important;
    border: none !important;
  }
}


.vi-margin {
  &.top {
    &.ten {
      margin-top: 10px;
    }
  }
}

.wp-admin {
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 20px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}