/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 Apr, 2021, 12:26:15 PM
    Author     : Codingbin <codingbin.com>
*/

/*div#wpadminbar {
    background: yellow !important;
}*/

.ls_formwrap .ls_controls {
  width: "calc(100% - 40px)";
  padding: 20px;
  background-color: #3b3b3d;
  display: flex;
}
.ls_formwrap .ls_controls input {
  display: flex;
  flex: 1;
  padding: 10px 15px;
  border-radius: 15px 0 0 15px;
  outline: none;
  border: none;
}
.ls_formwrap .ls_controls .ls-btnstypo {
  border-radius: 0 15px 15px 0;
  border: none;
  padding: 5px 15px;
  background-color: #00a9e0;
  cursor: pointer;
}
.ls_primary-button {
  border-radius: 15px;
  border: none;
  padding: 5px 15px;
  background-color: #00a9e0;
  cursor: pointer;
}
.ls_formwrap .ls_quotemap {
  height: 100%;
  min-height: 450px;
}
.ls_formwrap .ls_error,
.ls_error {
  color: red;
  font-size: 16px;
}
.ls_formwrap .ls_formfields input {
  width: 100%;
}
.ls_formwrap .ls_user-infolist {
  padding: 20px 0;
}
input.ls-btnstypo[type="submit"] {
  cursor: pointer;
  background: black;
  color: #fff;
}
form .ls_formfields input,
form .ls_formfields select {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 15px !important;
  padding: 10px;
  margin: 10px 0;
}
a.ls-btnstypo {
  text-decoration: none;
  padding: 10px 40px;
  background: black;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  /* margin-top: 20px; */
}

.ls_formwrap .ls_steps-forms {
  margin-top: 20px;
}
a.ls-btnstypo.ls_disabled {
  pointer-events: none;
  opacity: 0.6;
}
.ls_success .ls_success-message h2,
.ls_heading .ls_success-message.ls_success,
.ls_success-message h2 {
  color: green;
  font-size: 24px;
  text-align: center;
}
/* form.ls_requestquote-form .ls_formfields input[type="submit"] {
  cursor: pointer;
  background: black;
  color: #fff;
} */
.ls_loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}
.ls_loading-overlay.is-active {
  display: flex;
}
.ls_loading-overlay img {
  width: 100%;
  max-width: 80px;
}
button.ls_delete-btn {
  background: red;
  color: white;
  border: none;
  cursor: pointer;
  padding: 3px 7px;
}

.ls_area-item {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background: #e9ecef;
  margin-top: 5px;
  border-radius: 5px;
}
.service_errormsg {
  margin-bottom: 20px;
}
.ls_formfields.ls_checkboxfields {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

input.ls_privacypolicy,
input.ls_customerconsent {
  max-width: 25px;
  outline: none;
}
.ls_wrap-form {
  padding: 40px;
}
.ls_formfields input.ls_startdate {
  position: relative;
}
.ls_formfields input.ls_startdate::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.ls_panel-heading.ls_display-table {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.ls_panel-body {
  padding: 15px;
}
.ls_form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ls_form-group label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
/* .ls_form-group .input {
  display: table-cell;
} */
.ls_input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.ls_row.ls_paymentinfo {
  display: flex;
  gap: 30px;
}
.ls_form-group select,
.ls_row.ls_paymentinfo input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button.ls_subscribe.ls_btn-success.ls_submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 6px;
  background: green;
  margin: 20px 0;
  color: #fff;
}
.ls_accountcontainer {
  display: flex;
  /* width: 100%; */
}
span.ls_success {
  color: green;
  font-size: 16px;
}
table.ls_servicestables td,
table.ls_servicestables th {
  min-width: 150px;
}
.ls_wrap-services {
  max-width: 600px;
  overflow-x: scroll;
  padding: 10px 0 20px;
}
table.ls_servicestables thead {
  background: #dedede;
}
table.ls_servicestables tbody {
  display: table-row-group;
  text-align: center;
  font-size: 18px;
}
.ls_sidebar {
  min-width: 200px;
  background-color: #333;
  color: #fff;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.ls_sidebar-header {
  text-align: center;
  margin-bottom: 0px;
}

.ls_sidebar h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.ls_sidebar ul {
  list-style: none;
  padding: 0;
}

.ls_sidebar ul li {
  margin: 15px 0;
}

.ls_sidebar ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.ls_sidebar ul li a:hover,
.ls_sidebar ul li.ls_active-nav a {
  background-color: #444;
}
.ls_hidden {
  display: none !important;
}
.ls_main-content {
  width: 100%;
  padding: 20px;
}
form.lsedit-services label {
  font-weight: 600;
  font-size: 16px;
}
table.ls_servicestables th[colspan="2"] {
  min-width: 300px;
}

.ls_payment_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.ls_payment_overlay:target {
  visibility: visible;
  opacity: 1;
}

.ls_payment_popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.ls_payment_popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.ls_payment_popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.ls_payment_popup .ls_payment_close:hover {
  color: #06d85f;
}
.ls_payment_popup .ls_payment_content {
  max-height: 30%;
  overflow: auto;
  padding: 20px;
}
a.ls_payment_close {
  position: absolute;
  top: -10px;
  right: -14px;
  padding: 4px 15px;
  text-decoration: none;
  background: red;
  border-radius: 25px;
}
table.ls_servicestables th {
  font-size: 14px;
}
form.ls_addnewcard {
  padding: 0 20px;
}
.ls_payment_overlay.ls_newcard_popup .ls_payment_popup {
  padding: 20px 40px;
  width: 40%;
}
form.ls_addnewcard .ls_formfields.ls_checkboxfields {
  margin-top: 20px;
}

form.ls_addnewcard .ls_formfields.ls_checkboxfields input.ls_setas_default {
  max-width: 30px;
}

form.ls_addnewcard .ls_formfields.ls_checkboxfields label {
  font-size: 16px;
}
.ls_btn-small {
  border-radius: 15px;
  border: none;
  padding: 2px 12px;
  background-color: #00a9e0;
  cursor: pointer;
  text-decoration: none;
  margin: 30px 2px;
}

button.ls_btn.ls_primary-button.ls_add_newcard {
  background-color: green;
  color: #fff;
}
a.ls_deletecard_info.ls_btn-small {
  background: red;
  color: #fff;
}
.ls_cookie-consent-popup {
  display: flex; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out; /* Smooth fade-in animation */
}

/* Modal content container */
.ls_cookie-consent-popup .ls_modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 350px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Modal Text */
.ls_cookie-consent-popup .ls_modal-content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333;
}

.ls_cookie-consent-popup a {
  color: #007bff;
  text-decoration: underline;
}

/* Button Styles */
.ls_cookie-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  color: #fff;
  margin: 5px;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.ls_accept-cookies {
  background-color: #28a745;
  color: #fff;
  padding: 10px 25px;
}

.ls_decline-cookies {
  background-color: #dc3545;
  color: #fff;
  padding: 10px 25px;
}

/* Button Hover effects */
.ls_accept-cookies:hover {
  background-color: #218838;
}

.ls_decline-cookies:hover {
  background-color: #c82333;
}

.ls_requestquote-form .ls_message-info {
  margin-bottom: 20px;
  color: green;
  margin-top: 0px;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ls_modal-content {
  max-width: 450px;
  background: white;
  padding: 20px 40px;
}
input.ls_privacypolicy,
input.ls_customerconsent {
  min-width: 25px;
}
.ls_wrap-form .ls_form-nxt-btn {
  color: #afbc34 !important;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .ls_payment_popup {
    width: 70%;
  }
  .ls_formfields label {
    display: block;
  }
  .ls_formfields input.ls_startdate {
    width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 43px;
  }
}
