.login-wrapper {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue {
  background-color: #2693bd !important;
  color: #fff !important;
}

.font-blue {
  color: #2693bd !important;
}

#copyInfo {
  color: var(--success);
  left: 1.75rem;
  font-weight: 500;
  opacity: 0;
}

.no-pointer-event {
  pointer-events: none !important;
}

.select-fa {
  color: #50575d;
  font-size: 1.8rem;
  cursor: pointer;
  padding-right: 0.5rem;
  min-width: 2.1rem;
  transition: all 250ms;
}
.select-fa.active {
  color: #2693bd;
  font-size: 2rem;
  pointer-events: none;
}
.select-fa:hover:not(.active) {
  color: #2693bd !important;
}

.display-none {
  display: none !important;
}

.btn-blue {
  color: white;
  border-color: #2693bd;
  background-color: #2693bd;
}

.btn-blue:disabled {
  opacity: 1;
  pointer-events: none;
  background-color: #2693bd;
  color: #fff;
}

.btn-blue:hover {
  background-color: #2693bd;
  color: #fff;
}

.btn-blue-outline {
  color: #2693bd;
  border-color: #2693bd;
  background-color: #fff;
}

.btn-blue-outline:disabled {
  opacity: 1;
  pointer-events: none;
  background-color: #fff;
  color: #2693bd;
}

.btn-blue-outline:hover, .btn-blue-outline.active {
  background-color: #2693bd;
  color: #fff;
}

.table-color {
  color: #212529;
  font-weight: normal;
}

.close {
  color: #fff !important;
}

fieldset:disabled button {
  pointer-events: none;
}

.data-false {
  color: var(--danger);
  font-weight: 700;
}

.font-theme {
  color: #4e4e4e;
}

.wrapper {
  padding: 4rem 0;
}

.btn-collapse-email.active {
  pointer-events: none;
}

.btn-collapse-kunden {
  color: #2693bd;
  border-color: #2693bd;
}
.btn-collapse-kunden.active {
  opacity: 1;
  pointer-events: none;
  background-color: #2693bd;
  color: #fff;
}
.btn-collapse-kunden:hover {
  background-color: #2693bd;
  color: #fff;
}

.qr-light-link {
  color: #fff;
  transition: all 350ms;
}
.qr-light-link:hover {
  color: #d8d8d8 !important;
}

div.card-user-item.sortable-ghost {
  background-color: #b9ff2b;
  z-index: 9999;
}

.arrow-sortable {
  cursor: move;
  color: #2693bd;
  transition: all 350ms;
}
.arrow-sortable:hover {
  transform: scale(1.2);
  color: #164f95;
  transition: all 350ms;
}

.kunde-user-card {
  background-color: #d3ffc030;
}

.kunde-inaktiv-card {
  background-color: #ff00000f;
}

.btn-details {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #bbb;
}
.btn-details i.fa {
  font-size: 1rem !important;
}

.btn-details.disabled {
  cursor: not-allowed;
  border-color: #cecece;
  color: #cecece;
}

.pointer {
  cursor: pointer;
}

.btn.disabled {
  cursor: not-allowed;
  color: #797979;
  border-color: #cecece;
}

.color-inactive {
  color: #a5a5a5;
}

.card-header.error {
  background-color: #ffc4c4 !important;
}

.card-header.success {
  background-color: #e7ffc4 !important;
}

.card-header.warning {
  background-color: #fff5bb !important;
}

.card-header.inactive {
  background-color: #e2e2e2 !important;
}

.card-header.warnerror {
  background-color: #ffc761 !important;
}

#WRModal .close {
  color: unset !important;
}

.modal-header.error {
  background-color: #ffbebe;
}

.modal-header.success {
  background-color: #d2ff90;
}

.modal-header.warning {
  background-color: #f9f271;
}

.modal-header.warnerror {
  background-color: #ffc761 !important;
}

.btn-outline-warn-danger {
  color: #ff7600;
  border-color: #ff7600;
}
.btn-outline-warn-danger:hover {
  background-color: #ff7600;
  color: #fff;
}

.warnerror.active {
  background-color: #ff7600;
  color: #fff;
}

.modal-sp-width {
  min-width: 8.3rem;
  display: inline-block;
}

.card-solar-item {
  width: 32%;
}

ul.log-liste {
  list-style: none;
  padding: 0 1rem;
}
ul.log-liste li {
  position: relative;
  display: flex;
}
ul.log-liste li i {
  position: absolute;
  left: -1rem;
  top: 0.3rem;
}

.text-yellow {
  color: #ffe000;
}

#WRModal h5.card-title {
  position: relative;
  padding-left: 1.3rem;
}
#WRModal h5.card-title i.fa {
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #565656;
}

.wr-modal-item {
  width: 48%;
  margin: 1%;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.wr-modal-item i.fa {
  font-size: 1.9rem;
  padding-right: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: #bbb;
}
.wr-modal-item .modal-count {
  font-family: var(--font-family-sans-serif);
  position: absolute;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  top: 0.4rem;
}

.ajax-loader {
  width: 100%;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajax-loader i.fa {
  color: #6f6f6f;
}

@media (max-width: 1200px) {
  .card-solar-item {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .card-solar-item, .card-user-item {
    width: 48%;
  }

  .wr-modal-item {
    width: 100%;
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  .card-solar-item, .card-user-item {
    width: 100%;
  }

  .btn-logType {
    width: 49%;
  }
}
/*================== NAVBAR =====================*/
.navbar {
  padding: 0.5rem 1rem;
}

.text-right {
  text-align: right;
}

.navbar.bg-dark {
  background-color: #4e4e4e !important;
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  transition: all 350ms;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.bg-theme {
  background-color: #4e4e4e;
}

/**************************
TODO Delete Modal CSS
 */
#ErrorModal .close, #EmailErrModal .close, #DeleteLogModal .close {
  color: #fff;
  opacity: 0.8;
}
#ErrorModal .close:hover, #EmailErrModal .close:hover, #DeleteLogModal .close:hover {
  opacity: 1;
  color: #fff;
}
#ErrorModal .btn-light, #EmailErrModal .btn-light, #DeleteLogModal .btn-light {
  background-color: #eaeaea;
}
#ErrorModal .btn-light:hover, #EmailErrModal .btn-light:hover, #DeleteLogModal .btn-light:hover {
  background-color: #eceff1;
}
#ErrorModal h5.del-msg, #EmailErrModal h5.del-msg, #DeleteLogModal h5.del-msg {
  font-weight: 700 !important;
  text-align: center !important;
}
#ErrorModal .modal-footer, #EmailErrModal .modal-footer, #DeleteLogModal .modal-footer {
  border-top: 1px solid #dc3545;
  justify-content: center;
}

.alert-danger .close {
  color: #721c24 !important;
}

#ErrorModal.modal.fade-scale, #WRModal.modal.fade-scale, #DeleteLogModal.modal.fade-scale {
  transform: scale(0) !important;
  opacity: 0 !important;
  -webkit-transition: all 0.2s ease-in !important;
  -o-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}

#ErrorModal.modal.fade-scale.show, #WRModal.modal.fade-scale.show, #DeleteLogModal.modal.fade-scale.show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/*=========================== AUSGABE ======================*/
.solar-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  padding: 0.1rem 0;
  justify-items: center;
}

/*=========================== SETTINGS-SITE ======================*/
.form-background-head {
  background-color: #00000026;
}
7352