
:root {
    --blue: #15af97;
    --second: #5c5c5c ;
    --third:  #e0e0e0 ;
    --bs-orange: #fff !important;
    --color-primary: #fff !important; 
    --gradient: linear-gradient(45deg,#ffffff, #ffffff);
}

:root * {
  
    --bs-orange: #fff !important;
    --color-primary: #fff !important; 
  }
