.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-primary {
    color: #262B40 !important;
}

.text-secondary {
    color: #2464a9 !important;
}

.text-tertiary {
    color: #1B998B !important;
}

.text-quaternary {
    color: #0948B3 !important;
}

.text-primary-app {
    color: #EBF4F6 !important;
}

.text-secondary-app {
    color: #424AA0 !important;
}

.text-light {
    color: #eaedf2 !important;
}

.text-lighten {
    color: #F0F3F6 !important;
}

.text-success {
    color: #05A677 !important;
}

.text-info {
    color: #0948B3 !important;
}

.text-warning {
    color: #f5b759 !important;
}

.text-danger {
    color: #FA5252 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #4A5073 !important;
}

.text-neutral {
    color: #ffffff !important;
}

.text-dark {
    color: #262B40 !important;
}

.text-soft {
    color: #f5f8fb !important;
}

.text-black {
    color: #2e3650 !important;
}

.text-blue {
    color: #0948B3 !important;
}

.text-pink {
    color: #C96480 !important;
}

.text-cyan {
    color: #63b1bd !important;
}

.text-purple {
    color: #8965e0 !important;
}

.text-soft-indigo {
    color: #f5e8ff !important;
}

.text-soft-green {
    color: #2CA58D !important;
}

.text-gray-100 {
    color: #f3f7fa !important;
}

.text-gray-200 {
    color: #f5f8fb !important;
}

.text-gray-300 {
    color: #F0F3F6 !important;
}

.text-gray-400 {
    color: #eaedf2 !important;
}

.text-gray-500 {
    color: #d1d7e0 !important;
}

.text-gray-600 {
    color: #93a5be !important;
}

.text-gray-700 {
    color: #66799e !important;
}

.text-gray-800 {
    color: #506690 !important;
}

.text-facebook {
    color: #3b5999 !important;
}

.text-twitter {
    color: #1da1f2 !important;
}

.text-google {
    color: #DB4337 !important;
}

.text-instagram {
    color: #e4405f !important;
}

.text-pinterest {
    color: #bd081c !important;
}

.text-youtube {
    color: #cd201f !important;
}

.text-slack {
    color: #3aaf85 !important;
}

.text-dribbble {
    color: #ea4c89 !important;
}

.text-dropbox {
    color: #1E90FF !important;
}

.text-twitch {
    color: #4B367C !important;
}

.text-paypal {
    color: #ecb32c !important;
}

.text-behance {
    color: #0057ff !important;
}

.text-reddit {
    color: #E84422 !important;
}

.text-github {
    color: #222222 !important;
}

.text-body {
    color: #4A5073 !important;
}

.text-muted {
    color: #58677d !important;
}

.text-black-50 {
    color: rgba(46, 54, 80, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}


/* background colors */

.bg-primary {
    /* background-color: #262B40 !important; */
    /* background-color: #0090FC !important; */
     background-color: #0078D2 !important; 
}

.bg-secondary {
    background-color: #2464a9 !important;
}

.bg-tertiary {
    background-color: #1B998B !important;
}

.bg-quaternary {
    background-color: #0948B3 !important;
}

.bg-primary-app {
    background-color: #EBF4F6 !important;
}

.bg-secondary-app {
    background-color: #424AA0 !important;
}

.bg-light {
    background-color: #eaedf2 !important;
}

.bg-lighten {
    background-color: #F0F3F6 !important;
}

.bg-success {
    background-color: #05A677 !important;
}

.bg-info {
    background-color: #0948B3 !important;
    /* padding: inherit; */
}

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

.bg-danger {
    background-color: #FA5252 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #4A5073 !important;
}

.bg-neutral {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #262B40 !important;
}

.bg-soft {
    background-color: #f5f8fb !important;
}

.bg-black {
    background-color: #2e3650 !important;
}

.bg-blue {
    background-color: #0948B3 !important;
}

.bg-pink {
    background-color: #C96480 !important;
}

.bg-cyan {
    background-color: #63b1bd !important;
}

.bg-purple {
    background-color: #8965e0 !important;
}

.bg-soft-indigo {
    background-color: #f5e8ff !important;
}

.bg-soft-green {
    background-color: #2CA58D !important;
}

.bg-gray-100 {
    background-color: #f3f7fa !important;
}

.bg-gray-200 {
    background-color: #f5f8fb !important;
}

.bg-gray-300 {
    background-color: #F0F3F6 !important;
}

.bg-gray-400 {
    background-color: #eaedf2 !important;
}

.bg-gray-500 {
    background-color: #d1d7e0 !important;
}

.bg-gray-600 {
    background-color: #93a5be !important;
}

.bg-gray-700 {
    background-color: #66799e !important;
}

.bg-gray-800 {
    background-color: #506690 !important;
}

.bg-facebook {
    background-color: #3b5999 !important;
}

.bg-twitter {
    background-color: #1da1f2 !important;
}

.bg-google {
    background-color: #DB4337 !important;
}

.bg-instagram {
    background-color: #e4405f !important;
}

.bg-pinterest {
    background-color: #bd081c !important;
}

.bg-youtube {
    background-color: #cd201f !important;
}

.bg-slack {
    background-color: #3aaf85 !important;
}

.bg-dribbble {
    background-color: #ea4c89 !important;
}

.bg-dropbox {
    background-color: #1E90FF !important;
}

.bg-twitch {
    background-color: #4B367C !important;
}

.bg-paypal {
    background-color: #ecb32c !important;
}

.bg-behance {
    background-color: #0057ff !important;
}

.bg-reddit {
    background-color: #E84422 !important;
}

.bg-github {
    background-color: #222222 !important;
    padding: inherit;
}

.bg-body {
    background-color: #ffffff !important;
    padding: inherit;
}

.bg-transparent {
    background-color: transparent !important;
    padding: inherit;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}