/*@charset "utf-8";*/
.white-background {
            background-color: white !important;
        }
    
        .blue-background {
            background-color: #2274EC !important;
        }
    
        .yellow-background {
            background-color: #FFC811 !important;
        }
    
        .black-background {
            background-color: black !important;
        }
    
        .blue-text {
            color: #2274EC !important;
        }
        .white-text {
            color: white !important;
        }
    .yellowtitle-background{
      background-color: #ffd137 !important;
    }