.scopi-attachments-row {
  margin: 0 0 0 12.5%;
  width: 87.5%;
}
@media (max-width: 991px) {
  .scopi-attachments-row {
    margin: 0;
    width: 100%;
  }
}

.block-follower { cursor: not-allowed; }

.input-avatar label { position: relative; cursor: pointer; }
.input-avatar label i { position: absolute; top: 25px; left: 25px; transform: translate(-50%, -50%); display: none; }
.input-avatar label img { float: left; margin-right: 10px; }
.input-avatar label:hover i { display: block; z-index: 500; }
.input-avatar label:hover img { opacity: 0.5; }
.input-avatar label input { display: none; }

.user-avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.dropdown-frequency button { padding: 3px 7px; }
.dropdown-frequency ul li { padding: 3px 7px; }
.dropdown-frequency ul li label { font-weight: normal; cursor: pointer; }

pre { overflow-x: auto; }
pre .comment { color: green; }

.row-api { margin: 5% 2% 2% 2%; font-size: 13px; }
select.api-version { background: #FFF; border: none; }

.btn-group > .span-group {
  float: left;
  margin-left: -1px;
}
.span-group>.btn {
  border-radius: 0;
}
.span-group:last-child>.btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.span-group:first-child>.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.label-select-plan {
  padding-bottom: 15px;
}

.label-select-plan-div {
  right: 3.5%;
}

.show-permissions-panel {
  padding: 0px;
  margin-top: 0px;
  border-top: 1px solid #DDD;
  border-bottom-color: transparent;
}

.overflowed-table-permissions {
  height: calc(100vh - 335px);
  overflow: auto;
}

.padding-border-panel {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.panel-no-records {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #DDD;
  text-align: center;
  font-style: italic;
}

.line-name {
  line-height: 2.5
}

.line-permissions {
  line-height: 2.5;
  text-align: center;
}

.column-centered-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30px;
}

.nav.nav--permissions {
  height: auto;
}

.sync-load-container {
  max-height: calc(100vh - 300px) !important;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sync-message {
  margin-top: 15px;
}

.sync-container {
  max-height: calc(100vh - 300px) !important;
  margin: 15px 0px;
}

.step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.sync-info-p {
  margin: 25px 0px;
}

.step-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sync-table-col {
  border-right: 1px solid #ddd;
  min-height: 34px;
}

.sync-line {
  border-right: 1px solid #ddd;
  float: left;
  min-height: 34px;
}

.sync-new-users-table-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 450px);
}

.sync-update-users-table-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 405px);
  width: 100%;
}

.sync-inactive-users-table-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 405px);
}

.modal-body-sync-users {
  padding-bottom: 0 !important;
}

.sync-steps-container {
  display: flex;
  justify-content: center;
}

.select-background-colorpicker {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.colorpicker-background {
  border: 1px solid #393939;
}

.colorpicker-background .colorpicker {
  left: auto !important;
  right: 1% !important;
}

.colorpicker-background .colorpicker .dropdown-menu::before {
  left: auto !important;
  right: 6px !important;
}

.colorpicker-background .colorpicker .dropdown-menu::after {
  left: auto !important;
  right: 6px !important;
}

/* Initial state */
.move-icon {
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  transform: translateX(30px);
}

/* Final state */
.move-icon.move {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
