.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  user-select: none;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 9000;
}

.loader .loader-content {
  position: relative;
  top: 10%;
}

.loader .lds-dual-ring {
  display: inline-block;
}

.loader .lds-dual-ring::after {
  content: " ";
  display: block;
  margin: 1px;
  width: 46px;
  height: 46px;
  border: 5px solid black;
  border-radius: 50%;
  border-color: black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.loader .lds-dual-ring.sm::after {
  width: 23px;
  height: 23px;
  border-width: 3px;
}

.spot-loader {
  display: inline;
}

.spot-loader .lds-dual-ring {
  display: inline-block;
}

.spot-loader .lds-dual-ring::after {
  content: " ";
  display: block;
  margin: 1px;
  width: 25px;
  height: 25px;
  border: 2px solid black;
  border-radius: 50%;
  border-color: black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.spot-loader .lds-dual-ring.sm::after {
  width: 23px;
  height: 23px;
  border-width: 3px;
}

.hint-container .lds-dual-ring {
  display: inline-block;
  margin: 0 100px;
}

.hint-container .lds-dual-ring::after {
  content: " ";
  display: block;
  margin: 1px;
  width: 24px;
  height: 24px;
  border: 3px solid black;
  border-radius: 50%;
  border-color: black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.hint-container .lds-dual-ring.sm::after {
  width: 23px;
  height: 23px;
  border-width: 3px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.validation-error {
  border: 1px solid red;
}

#contactsModal .modal-body .paginator-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

#contactsModal .modal-body .paginator-container.contacts {
  margin-bottom: initial !important;
}

@media screen and (max-width: 812px) {
  #contactsModal .modal-body .paginator-container .paginator-components-container {
    width: 100%;
  }
}
#contactsModal .modal-body .paginator-container .paginator-components-container .paginator .input-group {
  justify-content: center;
}

#contactsModal .modal-body .paginator-container .filename-filter-input-container .input-group .search-button {
  color: var(--font-color-white);
}

#contactsModal .modal-body .paginator-container .filename-filter-input-container .input-group .filename-filter-input {
  box-shadow: none !important;
  width: 180px;
}

#contactsModal .modal-body .scrollable-content {
  height: 400px;
  overflow-x: auto;
  overflow-y: auto;
}

@media screen and (max-width: 320px) {
  #contactsModal .modal-body .scrollable-content {
    height: 300px;
  }
}
#contactsModal .modal-body .scrollable-content table.table {
  font-size: small;
}

#contactsModal .modal-body .scrollable-content table.table th {
  width: 200px;
}

#contactsModal .modal-body .scrollable-content table.table th.required::after {
  content: "*";
  color: red;
}

#contactsModal .modal-body .scrollable-content table.table th.actions {
  width: 80px;
}

#contactsModal .modal-body .scrollable-content table.table td, #contactsModal .modal-body .scrollable-content table.table th {
  vertical-align: middle;
}

#contactsModal .modal-body .scrollable-content table.table tbody tr.contact-row {
  cursor: pointer;
}

#contactsModal .modal-body .scrollable-content table.table tbody tr.contact-row td.email {
  word-break: normal !important;
}

#contactsModal .modal-body .scrollable-content table.table tbody tr.contact-row td div.actions {
  display: flex;
  justify-content: end;
  padding-bottom: 5px;
}

#contactsModal .modal-body .scrollable-content table.table tbody tr.contact-row td div.actions button {
  margin-right: 5px;
  min-width: 2.1rem;
  border: 1px solid black;
}

#contactsModal .modal-body .scrollable-content table.table tbody tr.contact-row td div.actions button i {
  pointer-events: none;
}

#contactsModal .modal-body .scrollable-content table.table tfoot tr td span::after {
  content: "...";
}

#contactsModal .phone-number input {
  min-width: 100px;
}

.spot-loader {
  display: inline;
  position: relative;
  left: -111px;
  top: 4px;
}

.spot-loader .lds-dual-ring {
  display: inline-block;
  position: absolute;
}

.spot-loader .lds-dual-ring::after {
  content: " ";
  display: block;
  margin: 1px;
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 50%;
  border-color: black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.spot-loader .lds-dual-ring.sm::after {
  width: 23px;
  height: 23px;
  border-width: 3px;
}



/*# sourceMappingURL=address-book.css.map */
