.input-group-append {
  position: relative; }

.copyicon {
  font-size: 12px;
  width: 26px;
  position: absolute;
  right: 0;
  padding: 6px;
  height: 100%;
  display: flex;
  background: white;
  border: 1px solid;
  cursor: pointer; }

#ConfigSelector {
  max-height: 425px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px; }

.sync_form_wrapper {
  min-height: 150px; }

.select_all_wrapper {
  padding: 0 16px; }

.backup_list {
  display: flex;
  flex-direction: row;
  gap: 8px; }
  .backup_list .backup_list_item {
    border: unset;
    padding: unset; }

#backupModal .modal-dialog {
  max-width: 700px; }

#backupModal .modal-header button {
  font-size: 24px; }

#backupModal .modal-body {
  max-height: 500px;
  overflow: auto; }

#backupModal .modal-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 24px; }
  #backupModal .modal-footer .info-wrapper {
    color: red;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    justify-content: center;
    align-items: flex-start; }
    #backupModal .modal-footer .info-wrapper span {
      margin-top: 2px; }

.syncprogresstracker {
  max-width: 210px;
  width: 100%; }

.submittion-progress_wrapper {
  gap: 24px; }
  .submittion-progress_wrapper .progress-bar {
    background-color: #28A745; }

.sitesync_key_toast {
  margin-top: 110 !important;
  bottom: unset; }

.connection-steps .step-status {
  width: 20px;
  display: inline-block; }

.connection-steps .spinner-border-sm {
  width: 1rem;
  height: 1rem; }

.connection-steps .step-loading .fa-check, .connection-steps .step-loading .fa-times {
  display: none; }

.connection-steps .step-loading .step-text {
  color: #4c5a73; }

.connection-steps .step-success .loading-spinner, .connection-steps .step-success .fa-times {
  display: none; }

.connection-steps .step-success .step-text {
  color: #4c5a73; }

.connection-steps .step-failure .loading-spinner, .connection-steps .step-failure .fa-check {
  display: none; }

.connection-steps .step-failure .step-text {
  color: red; }

.revisions-bar {
  font-family: Arial, sans-serif;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 700px;
  background-color: #f9f9f9; }

.revisions-bar h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333; }

.no-connection-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px; }
  .no-connection-overlay .no-connection-overlay-content-wrapper {
    max-width: 400px; }

@media (max-width: 767px) {
  .local_sitesync .tab-content #Connection .row, .local_sitesync .tab-content #Sync .row {
    flex-direction: column-reverse; }
    .local_sitesync .tab-content #Connection .row #secureKeyGroup, .local_sitesync .tab-content #Sync .row #secureKeyGroup {
      margin-bottom: 16px; } }
