.notification {
  background: #35a0ab;
  color: #fff;
  font-size: 16px;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100% !important;
  padding: 10px 0px;
  text-align: center;
}

#dabar a {
  color: #ffffff;
  border-bottom: 1px dotted;
}

.textcenter {
  text-align: center;
}

.version_error_notify {
  margin: 4px 182px;
  font-size: 16px;
  padding: 5px 16px;
  background: mistyrose;
  border: 2px solid indianred;
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.version_success_notify {
  margin: 4px 182px;
  font-size: 16px;
  padding: 5px 16px;
  background: rgb(208, 250, 232);
  border: 2px solid rgb(45, 204, 98);
  border-left-width: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.gdpr-content-align {
  width: 800px;
}

.gdpr_accept {
  width: 797px;
  float: right;
  padding: 27px 80px;
  font-size: 20px;
}

a.notify-button {
  background-color: #35a0ab;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.Notify-pdf {
  background: #f5f5f5;
  padding: 15px 15px;
}

.notify-user-details .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: lightgrey;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-bottom: 5px solid #0d626a;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Notify-pdf a:hover {
  color: white;
  text-decoration: none;
}

.notify-check-box input[type='checkbox'],
input[type='radio'] {
  width: 19px;
  height: 19px;
  border: 1px solid black;
  margin-top: 2px;
  margin-right: 10px;
}

/* .bg-lite-yellow
{
  background-color: #dddd5c;
} */

.notify-user-details .form-control input[type='text']:focus {
  color: unset !important;
  outline-offset: 0 !important;
  outline: 0 !important;
}

/* input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus {
    color: unset;
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
    background-color: lightgrey !important;
    border: none;
} */

.btn-dark-green {
  background-color: #0d626a !important;
}

.btn-dark-green:hover {
  background: transparent !important;
  border: 3px solid #0d626a !important;
}

.wrapper {
  width: 200px;
}

.annexure-links {
  display: flex;
  align-items: center;
}

.annexure-links a:first-child {
  margin-right: 15px;
}

.Notify-pdf .woocommerce-info {
  margin-bottom: 0 !important;
}

.notify-check-box {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

.notify-user-details .form-row {
  padding: 0 !important;
}

.annexure-links a {
  font-size: 16px !important;
}

.woocommerce-page.et_pb_button_helper_class button.button {
  margin-top: 10px;
}

.download-contract table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #01717b !important;
}

.download-contract tr td {
  border: 0 !important;
}

.woocommerce-info[data-custom-class='woocommerce-message'] {
  background: #ffffff !important;
  border: 3px solid #00717b !important;
  border-radius: 10px;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-info[data-custom-class='woocommerce-message']::after {
  content: unset;
}

.woocommerce-info[data-custom-class='woocommerce-message'] .woocommerce-Button {
  background: #00717b !important;
  border-color: #00717b !important;
  color: #ffffff !important;
}

.gdpr-contract-text ol li {
  list-style: auto;
}

.gdpr-contract-text ol {
  padding-left: 17px !important;
  line-height: 1.8em !important;
}
span.pl-2 {
  line-height: 1.2em;
}

.text-center {
  text-align: center !important;
}

.badge {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.9em;
}

.badge-info {
  background-color: #2271b1 !important;
}

.download-contract td a {
  font-size: 12px !important;
}

.download-contract td {
  font-size: 14px;
  padding: 10px 5px !important;
}

/* Modal Overlay Styles */
.tss-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* halbtransparent */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.tss-modal {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: left;
}
.tss-modal-close {
  position: absolute;
  top: 10px; right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
