.p-100 {
  padding: 73px 0;
}

.title-page {
  display: block;
  padding: 4px 0;
  border-bottom: 1px solid #d9d9d9;
  background: #f6f6f6;
  margin-bottom: 60px;
}

.title-page-card {
  display: flex;
  align-items: center;
  gap: 15px;
}

.title-page h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.title-page h2.home {
  color: #0082ba;
}

.title-page h2.page {
  color: #000;
}

.container-1 {
  max-width: 1440px;
  margin: auto;
  padding: 16px;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding: 16px;
}

.account {
  width: 100%;
  display: flex;
  gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.form-input .hidden.input-group {
  display: none;
}

.form-input .block.input-group {
  width: 49%;
}

.form-input .input-group.w-100 {
  width: 100%;
}

.account-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-left .account-left-button {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.account-left .account-left-button .account-left-button-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.account-left .account-left-button .account-left-button-top button {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.account-left .account-left-button .account-left-button-top .menu-item.active {
  background: #0082ba;
}

.account-left
  .account-left-button
  .account-left-button-top
  .menu-item.active
  p {
  color: #fff;
}

.account-left
  .account-left-button
  .account-left-button-top
  .menu-item.active
  svg
  path {
  fill: #fff;
}

.account-left .account-left-button .account-left-button-top button p {
  color: #000;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.account-left hr {
  width: 100%;
  height: 1px;
  color: #d9d9d9;
  margin: 0;
  border: none;
  background-color: #d9d9d9;
}

.content-section {
  display: none;
}

.content-section.active {
  width: 100%;
  display: block;
}

.account-left .account-left-button .account-left-button-bot {
  width: 100%;
}

.account-left .account-left-button .account-left-button-bot button {
  width: 100%;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 10px;
  background: #f55050;
  border: none;
}

.account-left .account-left-button .account-left-button-bot button p {
  color: #fff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.account-right {
  width: 69%;
  display: flex;
}

.flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-flex {
  justify-content: flex-start;
}

.align-center {
  align-items: center;
}

.min-w-360 {
  min-width: 360px;
}

.w-full {
  width: 100%;
}

.w-45 {
  width: 45% !important;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
}

.select-wrapper select option.select-wrapper-hidden {
  overflow: hidden;
  color: #777;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.select-wrapper .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  /* Điều chỉnh khoảng cách từ mép phải */
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* personal-info */

.title-competition {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: var(--blue, linear-gradient(180deg, #1daeed 0%, #0082ba 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
  margin-bottom: 20px;
}

.title-competition-1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--blue, linear-gradient(180deg, #1daeed 0%, #0082ba 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0px;
  margin-bottom: 10px;
}

.content-section .flex .content-account {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.content-section .flex .content-account .content-account-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.content-section
  .flex
  .content-account
  .content-account-header
  .content-account-header-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-section
  .flex
  .content-account
  .content-account-header
  .content-account-header-img
  img {
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border-radius: 120px;
  border: 1px solid #fff;
  background: lightgray -68.051px 0px / 228.827% 100% no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.content-section
  .flex
  .content-account
  .content-account-header
  .content-account-header-img
  button {
  border: none;
  width: 32px;
  height: 32px;
  background-color: #1daeed;
  border-radius: 100%;

  position: absolute;
  bottom: 0;
  right: 0;
}

.content-section .flex .content-account .content-account-header h3.title {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.content-section .flex .content-account .content-account-header p.style {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.content-section .flex .content-account .content-account-main {
  width: 100%;
  display: flex;
}

.content-section .flex .content-account .content-account-main form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.content-section .flex .content-account .content-account-main form .form-input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.form-input .input-group {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.input-group {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.input-group-100 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.form-input-select {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.form-input-select-50 {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.form-input-select select {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.input-title {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input {
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0;
}

.input-group-100 input {
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0;
}

.input-group input,
.input-group-100 input {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input-group input:read-only {
  /* background: #d9d9d9;     */
  background: rgb(0 0 0 / 6%);
  color: #777;
}

.input-group input:focus-visible {
  outline: none;
}

.input-group-100 input:read-only {
  background: #d9d9d9;
  color: #777;
}

.input-group-100 input:focus-visible {
  outline: none;
}

.radio-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.radio-group .radio-title {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.radio-group .radio-title input {
  margin: 0;
  height: 16px;
  width: 16px;
}

.input-group-radio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: space-between;
  justify-content: flex-end;
  gap: 10px;
}

.button-group {
  padding-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.button-group button {
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.button-group button.submit {
  display: flex;
  padding: 15px 32px;
  justify-content: center;
  gap: 10px;
  border-radius: 99px;
  background: var(
    --yellow,
    linear-gradient(90deg, #eaae14 9.99%, #ffd840 100%)
  );
  border: none;
}

.button-group button.reset {
  display: flex;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: none;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

/* personal-info-end */

/* media-competition */
#media-competition {
}

.content-card {
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  align-self: stretch;

  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.content-card-img {
  width: 38%;
  overflow: hidden;
  border-radius: 10px;
}

.content-card-img img {
  width: 100%;
  aspect-ratio: 364/240;
  object-fit: cover;
  border-radius: 10px;
}

.w-auto {
  width: auto;
}

/* media-competition */
#media-competition {
}
#sportsSubmissionFormSection,
#sportsCompetitionDetails,
#mediaCompetitionDetails,
#mediaSubmissionFormSection {
  width: 100%;
}

.content-card-content {
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.content-card-content h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.content-card-content p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button-card {
  display: flex;
  height: 49px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 99px;
  border: 1px solid #0082ba;
  background: rgba(0, 130, 186, 0.1);

  color: #0082ba;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.button-card-red {
  display: flex;
  height: 49px;
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 99px;
  border: 1px solid #f55050;
  background: #f55050;

  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* media-competition-end */

/* knowledge-competition */
.content-card-header {
  position: relative;
}

.content-card-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-card-header-content h1 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.content-card-header-content button {
  display: flex;
  width: 140px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);

  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.content-card-header-content {
  padding: 40px 60px;
}

.content-card-main-card {
  width: 47%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;

  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.content-card-main-card h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-card-main-card .status {
  display: flex;
  padding: 6px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: #f55050;

  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-card-main-card h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.card-info p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.card-info span {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: var(--Blue, linear-gradient(180deg, #1daeed 0%, #0082ba 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-info samp {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: var(
    --Yellow-gradient,
    linear-gradient(90deg, #eaae14 9.99%, #ffd840 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.form-group label {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.form-group input {
  width: auto;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.content-account .submit-btn {
  display: flex;
  padding: 15px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: var(
    --Yellow-gradient,
    linear-gradient(90deg, #eaae14 9.99%, #ffd840 100%)
  );
  border: none;

  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* knowledge-competition-end */

#sports-competition .status {
  display: flex;
  padding: 6px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;

  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.status-team {
  display: flex;
  padding: 6px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: var(--Blue, linear-gradient(180deg, #1daeed 0%, #0082ba 100%));

  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Màu nền cho các trạng thái */
.status.pending {
  background: #e1a200;
}

.status.in-progress {
  background: #008317;
}

.status.completed {
  background: var(
    --Red-gradient,
    linear-gradient(90deg, #f55050 9.99%, #c00 100%)
  );
  /* Gradient đỏ */
}

#competition-details,
#submission-form-section {
  width: 100%;
}

#youtube-preview {
  max-width: 720px;
  width: 100%;
  aspect-ratio: 720/405;
  border-radius: 10px;
  overflow: hidden;
}

/* #competition-details-product .content-card .content-card-content {
width: 50%;
}

#competition-details-product .content-card img {
width: 50%;
} */
.competition-details-product {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-card-product {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.content-card-product h4 {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.content-card-product .content-card-img {
  width: 50%;
}

.content-card-img Iframe {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 521.097/ 290.867;
}

/* Overlay khi modal mở */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Màu nền mờ */
  display: none;
  /* Ẩn modal overlay khi chưa hiển thị */
  z-index: 999;
  /* Đảm bảo nó hiển thị trên tất cả */
}

/* Modal */
.update-form-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  width: 400px;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  /* Đảm bảo modal được hiển thị trên overlay */
  display: none;
  /* Ẩn modal khi chưa hiển thị */
}

/* Thêm chút margin và style cho button */
button {
  margin-top: 10px;
}

button[type="submit"] {
  background-color: #4caf50;
  color: white;
}

button[type="button"] {
  background-color: #f44336;
  color: white;
}

/* Khi modal được mở */
.show-modal .modal-overlay,
.show-modal .update-form-modal {
  display: block;
}

@media screen and (max-width: 1025px) {
  .account-right {
    width: 100%;
    display: flex;
  }

  .account-left {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .account-right {
    width: 100%;
    display: flex;
  }

  .account-left {
    width: 100%;
  }

  .content-card {
    flex-direction: column;
  }

  .content-card-img {
    width: 100%;
  }

  .content-card-content {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .content-card-header-content {
    padding: 16px;
  }

  .content-card-header img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .content-card-header-content h1 {
    width: 300px;
    font-size: 20px;
  }

  .content-card-header-content button {
    display: flex;
    width: 113px;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
  }

  div.content-card-header > div > div {
    flex-wrap: wrap;
    gap: 10px;
  }

  .card-info {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .account-right {
    width: 100%;
    display: flex;
  }

  .account-left {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .p-100 {
    padding: 73px 16px;
  }
}

@media screen and (max-width: 898px) {
  .p-100 {
    padding: 60px 16px;
  }

  .title-page {
    display: none;
  }
}

.media-contest-card {
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;

  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.media-contest-card-img {
  height: 300px;
  aspect-ratio: 1;
  object-fit: cover;
}

.media-contest-card-img .eventProductVideo {
  width: 100%;
  height: 300px;
  aspect-ratio: 1;
  object-fit: cover;
}

.media-contest-card .media-contest-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-right: 30px;
}

.media-contest-card
  .media-contest-card-content
  .media-contest-card-content-title {
  max-width: 300px;
  color: var(--Black, #000);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-contest-card
  .media-contest-card-content
  .media-contest-card-content-desc {
  color: var(--Black, #000);
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.media-contest-card .media-contest-card-content .flex-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-contest-card .media-contest-card-content .flex-card samp {
  color: var(--Black, #000);
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.media-contest-card .media-contest-card-content .flex-card span {
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;

  background: var(--red, linear-gradient(90deg, #f55050 9.99%, #c00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.media-contest-card
  .media-contest-card-content
  .media-contest-card-content-button {
  display: flex;
  padding: 13.5px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: none;

  border-radius: 91px;
  background: rgba(0, 130, 186, 0.1);

  color: #0082ba;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input-group input[type="date"] {
  padding: 15px 20px !important;
}
input:focus,
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  /* border-color: rgba(9, 84, 205, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(5, 118, 216, 0.81); */
  outline: 0 none;
}
