body{
    color: #000;
}
.bg-light-blue {
    background-color: #bfd9fc !important;
}
.bg-light-yellow {
    background: #FFF4BD;
}
.bg-light-green {
    background-color: #abf8d7!important;
}
.bg-extra-light-green {
    background-color: #cbf8e0!important;
}
.bg-light-red {
    background: #ffafaf !important;
}
.bg-light-violet {
    background: #d0afff !important;
}
.bg-light-pink {
    background: #ffafeb !important;
}
.bg-light-orange {
    background: #ffcfaf !important;
}

.bg-warning {
    background-color: #ff6d00!important;
}

.bg-dark-blue {
    background: #011038 !important;
    color: #fff;
}

.bg-navy-blue {
    background: #0000FF !important;
    color: #fff;
}

.bg-green {
    background: #59981A !important;
    color: #fff;
}

.bg-pink {
    background: #FF0080 !important;
    color: #fff;
}
.bg-danger {
    background-color: #db192b!important;    color: #fff;
}
.bg-success {
    background-color: #28a745!important;    color: #fff;
}
.bg-warning {
    background: #ff5800 !important;    color: #fff;
}
.bg-orange {
    background: #ff9900 !important;    color: #fff;
}
.bg-primary {
    background-color: #0052f1 !important; color: #fff;
}
.bg-light-green{
    background: rgb(188, 255, 223) !important;
}
.bg-light-yellow{
    background: #ffedac!important
}
.bg-cyan-blue {
    background-color: #6AF2F0;
    border-bottom-color: #0bc8f3 !important;
}
.bg-gold {
    background: #F8CF40!important;
    border-bottom-color: #ff9800!important;
}
.bg-yellow {
    background: #ffad00 !important;
}
.bg-violet {
    background: #6a05f7 !important;
}
.bg-neon-green {
    background: #8cfca1 !important;
    border-bottom-color: #53db6e !important;
}
.bg-yellow-green {
    background: #C7F954!important;
    border-bottom-color: #8dcb00!important;
}
.bg-hot-pink {
    background: #ff83ea!important;
    border-bottom-color: #ef14cb!important;
}
.bg-aqua-blue {
    background: #28d1ff!important;
    border-bottom-color: #0782a8!important;
}
.bg-light-sky-blue {
    background-image: linear-gradient(rgb(186, 228, 244) 0%, rgb(186, 228, 244) 100%);
}
.bg-gradient-3 {
    background: linear-gradient(150deg , #f21010 0%, #ff9100 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.bg-gradient-4 {
    background: linear-gradient(150deg , #10f2e7 0%, #007BFF 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.bg-gradient-5 {
    background: linear-gradient(150deg , #003b28 0%, #00a136 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.bg-gradient-6{
    background: linear-gradient(150deg , #f21010 0%, #ff00b3 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.bg-gradient-7{
    background: linear-gradient(150deg , #1410f2 0%, #6f00ff 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.bg-gradient-8{
    background: linear-gradient(150deg , #55b100 0%, #018808 100%);   
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.text-yellow {
    color: yellow!important;
}
.text-blue{
color: #0327be !important;
}
.text-violet{
color: #6a05f7 !important;
}
.text-danger {
    color: #ff0018!important;
}
.text-pink {
    color: #ef14cb!important;
}

.text-black {

color: #000;
}




