.gradient-green {
    background: linear-gradient(90deg, rgba(35, 157, 84, 1) 0%, rgba(0, 162, 216, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-green1 {
    background: linear-gradient(90deg, rgba(21, 100, 53, 1) 0%, rgba(0, 162, 216, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-gray {
    background: #F6F6F6 !important;
}

.bg-green {
    background: #156435;
}

.clr-1 {
    color: #7855BD !important;
}

.clr-2 {
    color: #1792D5 !important;
}

.clr-3 {
    color: #499879 !important;
}

.clr-4 {
    color: #B231AF !important;
}

.clr-5 {
    color: #8AA027 !important;
}

.clr-6 {
    color: #17D2D5 !important;
}

.clr-7 {
    color: #55B08C !important;
}

.clr-8 {
    color: #D7BC03 !important;
}

.clr-9 {
    color: #E6C903 !important;
}

.clr-10 {
    color: #EFFCB3 !important;
}

.clr-11 {
    color: #E80EA2 !important;
}

.clr-12 {
    color: #DBC80C !important;
}

.clr-13 {
    color: #0B8E90 !important;
}

.clr-14 {
    color: #5595B0 !important;
}