.container {
    width: 95%;
    display: flex;
    flex-direction: column;
}

.broadcrumb {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.broadcrumb-item {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.5;
    text-decoration: none;
}

.broadcrumb hr {
    height: 18px;
    width: 1px;
    background-color: #13307E;
    color: #13307E;
    opacity: 0.5;
}

.broadcrumb-item-active {
    opacity: 1;
}

input {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #13307E;

}

textarea {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #13307E;

}

.digit {
    font-family: "Inter", sans-serif !important;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #FFFFFF99;
  border-radius: 16px;
  color:#13307E;
  box-shadow: 0px 6px 35px 0px #829DBC26;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-input-group .select2-container {
    width: 100% !important;
}