body {
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  min-height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
}
.bg_images_part {
    background-image: url(../bg_banner.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;    background-size: cover;
    background-size: cover;
}
.upload-box {
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.signature-container {
  height:130px;
  background: #fff;
}

canvas {
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.signature-container.mb-4.p-4.border.rounded.bg-light.Clear {
    position: relative;
}
.d-none { display: none !important; }

.form-control, .form-select {
  border-radius: 12px;
}
.card-body.p-5.text-dark {
    background-color: #ffffffab;
}
.card-header.text-center.py-3 {
    background-color: #442802;
}
.btn {
  border-radius: 12px;
}

.card {
  border-radius: 20px;
}
.fw-bold {
    font-weight: 500 !important;
}
::placeholder {
  font-size: 15px;
  color: #6c757d; 
  opacity: 1;             
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #999;
}
select {
  font-size: 16px;
  color: #333;
}
select:invalid {
  color: #999;
}
select option {
  color: #000;
}
select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
}
select:invalid {
  color: #999;
  font-size: 15px; 
  opacity: 1;     height: 41px !important;
}
.form-control, .form-select {
    border-radius: 5px;    font-size: 16px;color: #999;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height:38px !important;
}
.mt-3.text-center.Clear_fix {
    position: absolute;
    top: 0px;
    right: 24px;
    margin: 0px !important;
}
button#clearSig {
    font-size: 13px;
    font-weight: 500;
    padding: 1px 10px;
    border-radius: 2px;
}
label.form-check-label.fw-bold {
    font-size: 13px;
    font-weight: 400 !important;
    color: #7c7777;
}
.ct_width{width: 1000px !important;
    margin: auto;}
button.btn.btn-success.btn-lg.w-100.fw-bold {
    background-color: #442802;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    font-size: 16px;    font-weight: 400 !important;
    text-transform: uppercase;
}
input#troubleCheck {
    border: 1px solid #442802;
}
.relative{position: relative;}
button#addImage {
    font-size: 13px;
    font-weight: 500;
    padding: 1px 10px;
    border-radius: 2px;
    border: 1px solid #4CAF50;
    color: #4CAF50;
}
button#addVideo {
    font-size: 13px;
    font-weight: 500;
    padding: 1px 10px;
    border-radius: 2px;
    border: 1px solid #4CAF50;
    color: #4CAF50;
}
button#addImage:hover {
    background-color: #383b3a;
    color: #ffffff;
}
button#addVideo:hover {
    background-color: #383b3a;
    color: #ffffff;
}
button.btn.btn-danger.btn-sm.remove-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 1px 10px;
    border-radius: 2px;
}
.fw-bold {
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 3px;
}
.Record_updated {
    position: relative;
    width: 100%;
    padding: 0px 50px;
}
.Client_Forms {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff0db;
    padding: 10px 20px;
    border-radius: 5px;    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.fix_footer_bot {
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
}
a.btn.btn-sm.btn-info.text-white {
    background-color: #442802;
    border: #442802;
    border-radius: 2px;
}
a.btn.btn-sm.btn-danger {
    border-radius: 2px;
}
.btn-group {
    gap: 5px;
}
button.btn.btn-primary.top_search {
    border-radius: 2px;
    background-color: #442802;
    border: none;
}
.is-invalid {
  border-color: #dc3545 !important;
}
.error-message {
  font-size: 0.85rem;
}