.view-form {
  background-color: #fff !important;
  width: 21cm;
  height: 29cm;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  color: #000 !important;
}

.headding-text {
  font-size: 22px;
  font-weight: 700;
}

.img-box {
  width: 120px;
  height: 135px;
  border: 1px solid #5a5c69cb;
  object-fit: cover;
  background-color: #fff;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: unset !important;
}

.text-areaaa {
  background-color: blue !important;
}

.borderr {
  border-bottom: 1px solid #5a5c69cb;
  /* border: solid #000; */
}
/* .form-p{
  margin: 0px 8px !important;
} */

/* print button  */


h1 {
  color: #333333;
}

p {
  color: #666666;
}

#print-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#print-button:hover {
  background-color: #0056b3;
}

@media print {
  .img-box {
    width: 140px;
    height: 155px;
    border: 1px solid #5a5c69cb;
    object-fit: cover;
    background-color: #fff;
    overflow: hidden;
    margin-left: 30px;
  }

  .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .form-p{
    margin: 0px 13px !important;
  } */
  .form-background p {
    font-size: 22px !important;
  }

  #printable-content {
    width: 100%;
    height: 29cm;
  }

  .headding-text {
    font-size: 25px;
    font-weight: 700;
  }

  #container {
    box-shadow: none;
    /* Remove box shadow for printing */
    border: none;
    /* Remove border for printing */
  }

  #print-button {
    display: none;
    /* Hide print button when printing */
  }

  .headding-text {
    font-size: 35px;
  }

  .bootom-heading {
    padding-top: 60px;
  }

  .bootom-heading p {
    font-size: 15px !important;
  }

  .bootom-left {
    padding: 80px 20px 20px 0px !important;
  }

  .top-p {
    padding-top: 25px;
  }
}

.view-form {
  position: relative;
}

#print-button {
  border: none;
  position: absolute;
  bottom: -60px;
  left: 0px;
  padding: 5px 5px;

}

.notice-table img {
    width: 50px !important;
    border-radius: 4px;
}

.cke_notification_warning
{
    display: none !important;
}
.check-current input[type="checkbox"] {
    transform: scale(1.8); /* Increases size by 1.5 times */
    margin-left: 20px;
  }

/*
.round {
    position: relative;
  }

  .round label {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 10px;
    position: absolute;
    bottom: -7px;
    width: 28px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.119);
  }

  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }

  .round input[type="checkbox"] {
    visibility: hidden;
  }

  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }

  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .check-current {
    border: 1px solid #d4d4d4;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.052);
  } */

