.doc-form-container {

    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    max-width: 100%;
    margin: 0 auto;
}

.doc-form-container label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.doc-form-container input,
.doc-form-container select,
.doc-form-container textarea {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
}


.doc-form-container button:hover {
    background: #163890;
}







.profile-timer {
  display:inline-block;
  background: #f7f9fb;
  color: #0b2545;
  padding:12px 16px;
  border-radius:10px;
  box-shadow: 0 6px 18px rgba(10,25,50,0.06);
  min-width:220px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.profile-timer .label {
  font-size:12px;
  color:#51627a;
  margin-bottom:6px;
}
.profile-timer .value {
  font-weight:700;
  font-size:16px;
}
.profile-timer .value.small {
  font-weight:600;
  font-size:13px;
  color:#657789;
  margin-top:6px;
}
@media (max-width:420px){
  .profile-timer { padding:10px; font-size:14px; }
}