.card-header-title {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;

  user-select: none;
}
.yellow-box {
  font-weight: 700;

  color: #a67600;
  font-size: 1rem;
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v22/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-a1biLD-H.woff2)
    format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

* {
  font-family: Cairo, Arial;
}

input:focus,
textarea:focus,
select:focus {
  background-color: #fffae6 !important;
}

.form-label {
  font-weight: bold;
  padding-top: 5px !important;
}

.agent-code {
  background-color: yellow;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
}

comment {
  display: none;
}
