

.upload-btn-new {
    border: none !important;
    background-color: #fffbff !important;
    color: #28045c !important;
    border: none;
  }

  
  
  .bg-color-container {
    background-color: #fffbff !important;
    border-radius: 20px;
   /* border: 1px solid #e5d9f6; */
   border: 1px solid #28045c;
   /* box-shadow: 1px 1px 6px #28045c;  */
}

 

  .bg-color {
    background-color: #28045c !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /* {% comment %} width: 200px; {% endcomment %}
    {% comment %} box-shadow: 1px 1px 6px #28045c; {% endcomment %}
    {% comment %} border-radius: 10px; {% endcomment %} */
}


.bg-header-color {
  background-color: #28045c !important;
} 



.btn-primary{
  background-color: #28045c !important;
  border: none;

}

.btn-primary:hover{
  box-shadow: 1px 1px 4px 3px #28045c;
  border: none;


}


.custom-divider {
  height: 2px; /* Replace with the desired height */
  background-color: #28045c; /* Replace with the desired color */
  border: none; /* Remove the default border */
}









