

.tab-menu-horizontal {
  margin-top: 97px !important;
}

.form-control {
  height: 42px !important;
  font-family: "Poppins";
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.11);
  border: 2px solid #6546d1 !important;
  border-radius: 8px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.28);
}

.select {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: none;
}

.select select {
  position: relative;
  z-index: 10;
  font-size: 18px;
  padding: 5px 40px 5px 25px;
  height: 45px;
  background-color: transparent;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select select:focus {
  background-color: transparent;
}

.select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  content: url("../images/icon/arrow-down.svg");
  font-size: 13px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

label {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 10px;
}

.form-check[type="checkbox"]:not(:checked),
.form-check[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.form-check[type="checkbox"]:not(:checked)+label,
.form-check[type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
}

.form-check[type="checkbox"]:not(:checked)+label::before,
.form-check[type="checkbox"]:checked+label::before {
  
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  height: 22px;
  width: 22px;
  border: 1px solid #000;
  background: transparent;
}

td .form-check[type="checkbox"]:not(:checked)+label::before,
td .form-check[type="checkbox"]:checked+label::before {
  left: -11px;
  top: -17px;
}

.form-check[type="checkbox"]:not(:checked)+label::after,
.form-check[type="checkbox"]:checked+label::after {
  
  content: "";
  position: absolute;
  top: 8px;
  left: -27px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border: 1px solid #6546d1;
  background: #6546d1;
}

td .form-check[type="checkbox"]:not(:checked)+label::after,
td .form-check[type="checkbox"]:checked+label::after {
  top: -14px;
  left: -8px;
}

.form-check[type="checkbox"]:not(:checked):disabled+label,
.form-check[type="checkbox"]:checked:disabled+label {
  color: #eee;
}

.form-check[type="checkbox"]:not(:checked):disabled+label::before,
.form-check[type="checkbox"]:checked:disabled+label::before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}

.form-check[type="checkbox"]:not(:checked):disabled+label::after,
.form-check[type="checkbox"]:checked:disabled+label::after {
  color: #ddd;
}

.form-check[type="checkbox"]:not(:checked):focus+label::before,
.form-check[type="checkbox"]:checked:focus+label::before {
  border: 1px solid #000;
}

.form-check[type="checkbox"]:not(:checked)+label::after {
  opacity: 0;
  transform: scale(0);
}

.form-check[type="checkbox"]:checked+label::after {
  opacity: 1;
  transform: scale(1);
}


input[type="search"] {
  appearance: none;
  border: 1px solid;
  border-radius: 4px;
  height: 23px;
}


input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/icon/calendar.svg") no-repeat;
  background-position: 85% center;
  width: 20px;
  height: 20px;
  border-width: thin;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

input.search-table {
  max-width: 136px;
  margin: 0 4px;
  overflow: hidden;
}


.table-store-implant,
.table-store-implant .box-info.details-two-columns div {
  font-size: 11px !important;
}

.table-store-implant thead .sorting_desc:after {
  bottom: 3px;
}

.table-store-implant th:last-child,
.table-store-implant td:last-child {
  padding-right: 8px !important;
}

.table-store-implant th:first-child,
.table-store-implant td:first-child {
  padding-left: 8px !important;
}

.table-store-implant td small {
  display: none !important;
}

.table-store-implant tbody tr {
  cursor: pointer;
}

.table-store-implant tbody tr td {
  padding: 5px;
}

table.datatable thead th.no-sort {
  background: none;
  pointer-events: none;
}

.dataTables_length {
  margin: 15px 0 35px;
}

div.dataTables_wrapper div.dataTables_filter {
  position: absolute;
  right: 30px;
  top: 35px;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
  font-size: 14px;
}

#download-list {
  position: relative;
}

#download-list .dt-buttons {
  position: absolute;
  opacity: 0;
  width: 100%;
}

#download-list .dt-buttons button {
  width: 100%;
}

th .badge,
td .badge {
  font-size: 14px;
  text-transform: uppercase;
}

table.dataTable,
table.dataTable th {
  box-sizing: border-box !important;
}

table.dataTable td {
  padding: 10px 0;
}

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid var(--iq-light-border) !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid var(--iq-light-border) !important;
}

table.dataTable tfoot th {
  padding: 8px 0;
}

th:first-child,
td:first-child {
  padding-left: 30px !important;
}

th:last-child,
td:last-child {
  padding-right: 30px !important;
}

.box-info {
  display: flex;
  align-items: center;
  width: 100%;
}

.box-info a {
  color: #000;
  text-decoration: underline;
}

.box-info div {
  flex: 1 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
}

.box-info.details-two-columns div {
  margin-right: 12px;
  max-width: 140px;
  white-space: pre-wrap;
}

.paginate_button.current {
  background: #f2edff !important;
  height: 23px !important;
  width: 23px !important;
  padding: 0 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Poppins";
  margin: 0 15px;
  border: 1px solid #000;
}

.col-lg-6 .iq-card-block.iq-card-height {
  height: auto;
}

.table-responsive {
  overflow: hidden;
}




.custom-loader {
  width: 10px;
  margin-right: 30px;
  margin-left: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 15px 0 #000, -15px 0 #0001;background: #000 }
    33% {box-shadow: 15px 0 #000, -15px 0 #0001;background: #0001}
    66% {box-shadow: 15px 0 #0001,-15px 0 #000; background: #0001}
    100%{box-shadow: 15px 0 #0001,-15px 0 #000; background: #000 }
}


h5 {
  font-size: 22px;
}

.navbar-list .caption * {
  font-size: 16px;
}

.top-tab-horizontal .content-page {
  padding: 0 15px 0 !important;
}

b {
  font-weight: 700;
  color: #000;
}

.iq-card-block.iq-card-height {
  display: flex;
  align-items: stretch !important;
  justify-content: center;
}

.iq-card-block.iq-card-height.card-dashboard {
  height: 80px !important;
}

.modal {
  z-index: 999999;
}

.modal.show {
  opacity: 1 !important;
}

.titolo {
  position: relative;
  margin: 60px auto 45px;
  font-size: 27px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-back {
  position: absolute;
  left: 15px;
}

.badge {
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins";
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  border-width: 2px;
  font-weight: 500;
  padding: 5px 50px;
}

.btn-added,
.btn-added:focus,
.btn-added:hover {
  background-color: #00b028;
  color: #fff !important;
}

.btn-deleted,
.btn-deleted:focus,
.btn-deleted:hover {
  background-color: #dc3445;
  color: #fff !important;
}

.btn a {
  color: inherit;
}

.btn svg {
  transform: scale(0.8);
}

.btn svg rect {
  transition: fill 0.5s ease-out;
}

.btn:hover svg rect {
  fill: #fff;
}

.box-preview {
  height: 167px;
  width: 100%;
  border: 2px solid #6546d1;
  border-radius: 8px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.box-colore {
  height: 23px;
  width: 83px;
  border-radius: 4px;
}

.colore-leggenda {
  width: 25px;
  height: 25px;
}

.highcharts-credits {
  display: none;
}

td.dt-control {
  background: url("../../template/images/icon/arrow-down.svg") no-repeat center center;
  cursor: pointer;
}

tr.shown td.dt-control {
  background: url("../../template/images/icon/arrow-down.svg") no-repeat center center;
}

.popup-multimplant {
  flex-wrap: wrap;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 570px;
}

.ol-popup #popup-content {
  display: flex;
}

.ol-popup #popup-content a {
  margin-right: 10px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.lightbox {
  z-index: 99999 !important;
}

.paginate_button,
.paginate_button.current {
  cursor: pointer;
  margin: 0 2px;
}

.ol-zoom {
  top: inherit !important;
  bottom: 0.5em;
}

.dt-control,
.details-control,
.user-control,
.delete-row {
  cursor: pointer;
}

#collapseReport .card-body {
  max-height: 200px;
  overflow: scroll;
}

.sign-in-detail {
  background: #332389 !important;
}

.legenda {
  display: flex;
  align-items: center;
}

.legenda-color {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.legenda-create {
  background: #aff4bf;
}

.legenda-update {
  background: #f4f2d7;
}

.legenda-error {
  background: #fa5f5f;
}



.inverted-icon {
  fill: white;
  stroke: black;
  stroke-width: 1;
}

.deleted {
  background-color: rgba(220, 53, 69, 0.4);
}

.added {
  background-color: rgba(67, 220, 53, 0.4);
}



body.top-tab-horizontal .iq-top-navbar .top-menu,
.tab-menu-horizontal,
body.top-tab-horizontal .iq-top-navbar {
  position: static !important;
  width: 100% !important;
}

.tab-menu-horizontal {
  margin-top: 0 !important;
}

.collapse:not(.in) {
  display: none !important;
}

body.top-tab-horizontal .iq-top-navbar .top-menu {
  min-height: 105px !important;
}

.iq-sidebar-logo img {
  
  height: auto;
}

.top-menu {
  background: #f8f7fd !important;
}

.iq-sidebar-menu a:not(.active) {
  opacity: 0.5;
}

.img-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  width: 43px;
  height: 42px;
  background: #ffffff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-right: 10px;
}

.img-profile img {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .iq-light-logo {
    max-width: 300px;
  }

  table td .btn {
    max-width: 90% !important;
    width: 90% !important;
  }
}

@media (max-width: 991px) {
  .table-borderless tbody tr td {
    padding: 8px 4px;
  }

  .iq-menu-bt {
    display: none;
  }

  .tab-menu-horizontal {
    height: auto !important;
  }

  #buttons-table {
    margin-left: 0 !important;
  }

  .buttons-list {
    flex-wrap: wrap;
  }

  .iq-light-logo,
  .iq-light-logo>div {
    max-width: 150px;
    min-width: 150px !important;
  }
}

@media (max-width: 576px) {
  .titolo {
    font-size: 20px;
  }

  .table-borderless tbody tr td {
    padding-left: 7px !important;
  }

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

  .table-responsive {
    overflow: scroll;
    margin-top: 30px;
  }

  .ol-popup:after,
  .ol-popup::before {
    display: none;
  }

  .ol-viewport {
    overflow: visible !important;
  }

  .ol-popup {
    bottom: -80px;
    left: 0;
    min-width: 86vw;
    right: 0;
    overflow-x: scroll;
  }

  .iq-card .iq-card-header .iq-header-title {
    margin-bottom: 30px;
  }

  div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    left: 25px;
    top: 50px;
    right: unset;
  }

  .dataTables_length {
    margin-top: 5px;
    text-align: left !important;
  }
}





.sign-in-page {
  background-color: #f8f7fd;
}

.sign-in-page form .form-group {
  margin: 25px auto;
  max-width: 340px;
}

.sign-in-page form .btn {
  height: 65px !important;
  background: #000;
  font-size: 18px !important;
  text-transform: uppercase !important;
  border-radius: 16px !important;
}

.sign-in-page .form-control {
  height: 65px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 8px !important;
}



