body {
    /* CSS styles for the body element */
}

.form-group {
    margin-bottom: 1rem;
  }
  
  .fw-semibold {
    font-weight: 600;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .mb-7 {
    margin-bottom: 1.75rem;
  }
  
  .btn-light {
    background-color: #f3f6f9;
  }
  
  .btn-primary {
    background-color: #3699ff;
    border-color: #3699ff;
  }
  
  .d-flex {
    display: flex;
  }
  
  .justify-content-end {
    justify-content: flex-end;
  }
  .el-date-editor.el-input, .el-date-editor.el-input__wrapper-date-editor{
    width: 100% !important;
  }
  .el-select{
    width: 100%;
}

input.readOnly-input {
    background-color: #f2f2f2; /* Grey background color */
    color: #666; /* Grey text color */
}

input.readOnly-input:focus {
  background-color: #f2f2f2; /* Grey background color */
  color: #666; /* Grey text color */
}

#kt_app_header_wrapper > .app-header-menu:nth-child(2) {
  display: none;
}
