@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.agreement-container {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-20{
  padding: 20px;
}

.top-header-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;

}
.margin-40{
  margin-top: 40px;
  margin-bottom: 40px;
}

.header-image {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  background-color: #d32f2f;
  object-fit: cover;
}

.form-group {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  height: 40px;
  width: 100%;
}

.form-group.row {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
}

.label-cell {
  background: #E02428;
  color: white;
  font-weight: 500;
  padding: 8px;
  width: 30%;
  border: 1px solid #E02428;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.red-cell {
  background-color: #E02428 !important;
  color: white;
  font-weight: 500;
  border: 1px solid #555555 !important;

  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.grey-cell {
  background-color: #555555 !important;
  color: white;
  font-weight: 500;
  padding: 8px;
  border: 1px solid #555555;

  height: 45px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.date-label-cell{
    background-color: #555555 !important;
  color: white;
  font-weight: 500;
  padding: 8px;
  border: 1px solid #555555;

  height: 45px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}


.input-cell {

  padding: 8px;
  border: 1px solid #555555;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
}

.label-cell-two {
  background: #E02428;
  color: white;
  font-weight: 500;
  padding: 8px;
  border: 1px solid #E02428;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.w-30{
  width: 25%;
}

.w-70{
   width: 75%;
}
.w-50{
   width: 50%;
}
.w-40{
   width: 40%;
}

.w-60{
   width: 60%;
}


.input-cell-two {
  padding: 8px;
  border: 1px solid #555555;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
}


.column-pair {
  display: flex;
  width: 50%;
  align-items: center;

}

.column-pair:last-child {
  padding-right: 0;
}

#servicesTable {
  border: 1px solid #555555;
}

#servicesTable th {
  border: none;
  width: auto;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

#servicesTable th:nth-child(1) {
  width: 20%;
}

#servicesTable th:nth-child(2) {
  width: 20%;
}

#servicesTable th:nth-child(3) {
  width: 60%;
}

#servicesTable td {
  border: 1px solid #666666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.custom-btn {
  background-color: #E02428;
  color: white;
  border: none;
  height: 45px;
  padding: 5px 15px;
  transition: all 0.3s ease;
}
.bg-primary-red{
  background-color: #E02428;

}
.h-45{
  height: 45px;
}
.header-text{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.custom-btn:hover {
  background-color: #c81f25;
  transform: scale(1.0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}
.addtitional-textarea {
  height: 400px;
  border: 1px solid #666666 !important;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  resize: vertical;

}

.unique-service-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.unique-label-left {

  font-weight: 600;

  width: 60%;

  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.margin-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.unique-label-text{
  background: #555555;
  color: white;
  border: 1px solid #555555;
  padding: 5px 8px;
  border-radius: 5px;
  line-height: 20px;
}

.unique-label-right {

  font-weight: 600;

  width: 40%;


  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.unique-input {
  padding: 10px;
  border: 1px solid #555555;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: white;
  color: #333;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eff2f7;
    opacity: 1;
  border: 1px solid #555555;
}

.signature-image{
  height: 45px;
  width: 160px;

  object-fit: contain;
}

.ceo-text{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 2px 5px;
  border-radius: 5px;
  color: white;
}
.signature-heading{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
letter-spacing: 0px;
  color: black;
  font-weight: 500;
}
.signature-image-right{
  height: 35px;
  width: 100%;
  object-fit: contain;
}
.signature-image-section{
  padding: 10px;
}
.color-primary-red{
  color: #E02428;
  font-weight: 500;
}
.footer-agreement-text{

  font-weight: 500;
}





.input-cell-two .form-check-input {
    margin-right: 5px;
    width: auto;
    height: auto;
}


.form-control {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 0;

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

input[type="file"].form-control {
    height: auto;
    padding: 5px;
}

.emergency-heading {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
    }

#termsEditor .ck-content .paragraph { font-size: 14px; }
        #termsEditor .ck-content h1, #termsEditor .ck-content h2, #termsEditor .ck-content h3, #termsEditor .ck-content h4, #termsEditor .ck-content h5, #termsEditor .ck-content h6 { font-size: 24px; color: red; }
        :root {
            --ck-z-default: 100;
            --ck-z-panel: calc( var(--ck-z-default) + 999 );
        }

@media (max-width: 768px){
  .sm-w-100{
    width: 100% !important;
  }
  .w-30{
    width: 50%;
  }
  .w-70 {
    width: 50%;
}
  .sm-column{
    display: flex;
    flex-direction: column;
  }
  .form-group {
    height: 100%;
  }
  .sm-mb-10{
    margin-bottom: 10px;
  }
  .unique-label-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .unique-label-right{
    width: 100%;
  }
  .unique-label-right.margin-20 {
        margin-top: 10px;
    margin-bottom: 10px;
  }
  .unique-label-text{
    margin-bottom: 0;
  }
  .emergency-heading {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}


}