﻿.bg-light-primary {
    background-color: rgba(52, 96, 255, 0.15) !important;
}

.bg-light-success {
    background-color: rgb(18 191 35 / 15%) !important;
}

.bg-light-danger {
    background-color: rgb(231 46 46 / 15%) !important;
}

.bg-light-info {
    background-color: rgba(50, 190, 255, 0.15) !important;
}

.bg-light-warning {
    background-color: rgba(255, 204, 50, 0.15) !important;
}

.bg-light-purple {
    background-color: rgba(135, 50, 255, 0.15) !important;
}

.bg-light-orange {
    background-color: rgba(255, 101, 50, 0.15) !important;
}

.bg-light-bronze {
    background-color: rgba(204, 117, 41, 0.15) !important;
}

.bg-light-pink {
    background-color: rgba(231, 46, 123, 0.15) !important;
}

.bg-light-tiffany {
    background-color: rgba(51, 99, 255, 0.15) !important;
}

.bg-light-dark {
    background-color: rgba(33, 37, 41, 0.15) !important;
}



/* Text Colors */

.text-primary {
    color: #3461ff !important;
}

.text-danger {
    color: #e72e2e !important;
}

.text-success {
    color: #12bf24 !important;
}

.text-info {
    color: #32bfff !important;
}

.text-warning {
    color: #ffcb32 !important;
}

.text-purple {
    color: #8932ff !important;
}

.text-orange {
    color: #ff6632 !important;
}

.text-bronze {
    color: #cc7429 !important;
}

.text-pink {
    color: #e72e7a !important;
}

.text-tiffany {
    color: #3361ff !important;
}


.text-option {
    color: #32393f !important
}

.text-facebook {
    color: #3b5998 !important
}

.text-twitter {
    color: #55acee !important
}

.text-youtube {
    color: #e52d27 !important
}

.text-sky-light {
    color: #b4d2ff;
}

.text-primary-2 {
    color: #8ea8fd;
}

.text-primary-3 {
    color: #c1cfff;
}

.alert-dismissible{
    padding-right: 0.5rem;
}
.alert-dismissible .btn-close {
    left: 0;
    right: unset;
    padding: 1rem;
}