#exportBtn {
  background-color: #0d6efd;
  color: white;
  border: 1px solid #0d6efd;
  border-radius: 8px; /* Adjust the value to control the roundness */
  padding: 8px 16px; /* Adjust padding as needed */
  margin-right: 10px; /* Add some spacing to the right */
	margin-bottom: 10px;
  cursor: pointer;
  display: inline-block; /* Ensures the button takes only as much width as needed */
  text-align: center; /* Centers the text horizontally */
  text-decoration: none; /* Removes underline for links */
}

#exportBtn:hover {
  background-color: #0a58ca; /* Change color on hover if desired */
}

#checkadres {
	    background: #20409b;
    color: #fff;
    border: 0;
    padding: 10px 25px;
    font-weight: 600;
	cursor:pointer;
}

#checkadres:hover {
	background:#3d64d2;
}

#adresData {
	    background: #6ea176;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: 700;
}


#checkmark_icon {
	fill: #fff;
    background: #38bf38;
    border-radius: 100%;
    offset-path: 10px;
    padding: 4px;
}


svg.checkmark_icon {
    background: #60d160;
    border-radius: 100%;
    padding: 3px;
    fill: #fff;
}


input::placeholder {
    color: #7d7d7d !important;
    font-weight: 300;
}

.elementor-field-label {
	    display: flex;
    gap: 4px;
}


button.button-tec-loading {
  position: relative;
  padding: 8px 16px;
  background: #009579;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
	margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}


button.button-tec-loading:hover {

background:#007a63;
	
}

button.button-tec-loading:active {
  background: #007a63;
}

.button__text {
font: inherit;
    color: #ffffff;
    transition: all 0.2s;
    font-weight: 800;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}


/*.form-adres-tec-wrapper {
	opacity:0;
}*/

.elementor-field:read-only {
    background: #f5f5f5 !important;
}