#mapSearchContainer {
  position: fixed;
  top: 20px;
  right: 40px;
  height: 30px;
  width: 180px;
  z-index: 110;
  font-size: 10pt;
  color: #5d5d5d;
  border: solid 1px #bbb;
  background-color: #f8f8f8;
}

.footer {
  min-height: 200px;
  padding: 20px 5px;
}


.bold {
  font-weight: bold;
}

.superbold {
  font-weight: 900;
}

.leaflet-control-attribution {
  display: none;
}

.map-frame {
  background: #fff;
  padding: 8px;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.webcarealert {
  margin: 15px;
  padding: 5px;
}

.webcarealert ul li,
.webcarealert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaremsg ul li,
.webcaremsg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaredot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
}

.webcaresmalldot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.table td {
  vertical-align: middle;
  padding: 7px 9px;
}

.table th {
  overflow-wrap: break-word;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
  background-color: #fff;
}

.form-group>label {
  font-weight: bold;
}

.mandatoryField {
  color: #f05f5f;
}

.custom-switch,
.custom-switch label {
  cursor: pointer;
}


.breadcrumb-item.active {
  font-weight: bold;
}

.table tr,
.table tr.even {
  background-color: #fff;
}

.collapse-inner .collapse-item {
  white-space: pre-wrap !important;
}

.row.batch {
  padding: 15px 0;
  padding-bottom: 0;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-size: 13px;
}

.questionnaire {
  padding: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  margin: 15px;
  width: calc(100% - 30px);
  /* border-radius: 6px; */
}

.slider-container {
  position: relative;
  width: 300px;
  /* Adjust based on your preference */
}

.slider {
  width: 100%;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  /* Adjust based on your preference */
  width: 100%;
}

.slider-label {
  position: relative;
  width: 10%;
  text-align: center;
}

.slider-value {
  font-weight: bold;
}

.questionTitle {
  font-size: 20px;
  font-weight: bold;
}

.webcarelegend {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 8px;
  background-color: azure;
  border: 1px dotted #ccc;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  bottom: -15px;
  left: 15px;
}

.tab-pane.active {
  /* overflow: hidden; */
}

.viewcompanysocial {
  color: #222222;
  font-size: 24px;
  margin-right: 5px;
}

.custom-file-input~.custom-file-label::after {
  content: "Αναζήτηση";
}

.custom-file-label {
  top: 23px;
  left: 12px;
  right: 11px;
}

#central_loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(78, 115, 223, 0.7);
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.central-loader-content {
  text-align: center;
}

.central-loader-logo {
  width: 112px;
  max-width: 30vw;
  margin-bottom: 18px;
}

.webcareheader {
  display: none !important;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 18px auto 0;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.bootstrap-select>.dropdown-toggle {
  border: 1px solid #efefef;
  background-color: #fff;
}

.nav-tabs .nav-link {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border: 1px solid #ccc;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: lavender;
}

div.dt-buttons {
  position: relative;
  float: right;
}

div.dataTables_wrapper div.dataTables_filter {
  /* text-align: left; */
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}

div.dt-buttons button {
  padding: 5px;
  font-size: 13px;
}

div.dataTables_wrapper {
  position: relative;
}

div.dataTables_wrapper div.dataTables_processing {
  position: fixed !important;
  top: 42% !important;
  left: 50% !important;
  width: auto !important;
  min-width: 240px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(18, 35, 56, 0.9);
  background: rgba(24, 38, 58, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  color: #f4f7fb;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  z-index: 2000;
}

div.dataTables_wrapper div.dataTables_processing[style*="display: block"] {
  display: flex !important;
}

div.dataTables_wrapper div.dataTables_processing .dt-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(220, 232, 247, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: dtProcessingSpin 0.8s linear infinite;
  display: inline-block;
  flex: 0 0 14px;
}

@media (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_processing {
    top: 34% !important;
    min-width: 180px;
    padding: 9px 12px;
    font-size: 12px;
    border-radius: 8px;
  }

  div.dataTables_wrapper div.dataTables_processing .dt-spinner {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}

@keyframes dtProcessingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.smalltooltip {
  font-size: 16px;
  float: left;
  margin-right: 5px;
  padding-top: 5px;
  color: #109374;
  position: relative;
  top: -4px;
}

.dropdown-menu {
  width: 100%;
}

.adwrapper {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #ccc;
  margin-top: -5px;
}

.myalert {
  padding-top: 0;
  padding-bottom: 0;
}

.myalert p {
  margin-bottom: 0;
}

.dropdown.bootstrap-select {
  border: 1px solid #898989 !important;
}

#error-list ul, #error-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
