body {
  margin: 0;
  color: #121828;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 0.8rem !important;
  line-height: 1 !important;
  background-color: #F5F5F5; }

/* ---------------- Dialog Style -------------------- */
/* ------------------------------------------------- */
/*------------------ Box Style ---------------------*/
.card-box {
  border-radius: 5px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 10px; }

.box-title svg {
  width: 15px;
  height: 15px; }

.box-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px; }
  .box-content .form-group {
    margin-bottom: 10px; }

/* ------------------------------------------------- */
/* ---------------------- Form Group ---------------- */
.css-zpfpch {
  font-size: 0.8rem; }

.form-group {
  margin-bottom: 10px; }
  .form-group .css-zpfpch {
    font-size: 0.8rem; }

.form-control select::placeholder {
  font-size: 0.8rem; }
.form-control textarea::placeholder {
  font-size: 0.8rem; }
.form-control input::placeholder {
  font-size: 0.8rem; }
.form-control .MuiSelect-select {
  font-size: 0.8rem; }

/* ------------------------------------------------- */
.custom-btn {
  height: 18px; }
