.purple-header-login-btn-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    
    margin-right: 5%;
    margin-top: 5%;
}
.purple-header-login-btn {
  color: #303030;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  width: 84px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1.5px solid #303030 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purple-already-a-member {
    color: #9B9B9B !important;
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.new-header-text {
    color: #303030;
    text-align: center;
    font-family: Calibri;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.08px;
}
.head_bottom_text {
    margin-top: 16px;
}
.purple-header-parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.purple-header-parent-text {
    flex:1 1 100%;
}

.error_message {
    background-color: #E8DAF2 !important;
    border-color: #E8DAF2 !important;
    color: #616161 !important;
}

html[dir="ltr"] .pl-1 {
    padding-left: 10px !important;
}

html[dir="ltr"] .pr-1 {
    padding-right: 10px !important;
}

.purple-header-parent-icons {
    display: flex;
    gap: 44px;
    align-items: center;
}

.purple-header-parent-icons-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0 10px;
}

.purple-header-parent-profile {
    width: 63px;
}