.back-dark-blue {
  background-color: #08294e;
}

.custom-header {
  box-shadow: 0 1px 10px #00acc8;
}

.custom-container {
  margin-top: 75px;
  padding: 25px !important;
}

.upload-container {
  display: flex;
  justify-content: space-between;
}
.upload-input-label {
  cursor: pointer;
}
/* .upload-icon {
   cursor: pointer;
   font-size: 20px; 
} */

.upload-label {
  line-height: 30px;
}

.detail-drop {
  width: 200px;
}

.info-area {
  font-size: 14px;
}

.fs14 {
  font-size: 14px;
}
.fs13 {
  font-size: 13px;
}
.fs12 {
  font-size: 12px;
}
.fs2rem {
  font-size: 2rem;
}
.fs3rem {
  font-size: 3rem;
}
.Toastify__toast-container {
  width: auto !important;
}
