:root {
    --bs-primary-rgb: 6, 106, 201;
    --bs-red: #cb4a2c;
}

.icon-xl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.9rem;
}

.bg-primary-deem {
    background-color: rgba(
        var(--bs-primary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.fill-primary {
    fill: #066ac9 !important;
}

.fill-white {
    fill: var(--bs-white) !important;
}

.fill-secondary {
    fill: #9a9ea4 !important;
}

.fill-success {
    fill: #0cbc87 !important;
}

.fill-info {
    fill: #17a2b8 !important;
}

.fill-warning {
    fill: #f7c32e !important;
}

.fill-danger {
    fill: #d6293e !important;
}

.fill-light {
    fill: #f5f7f9 !important;
}

.fill-dark {
    fill: #24292d !important;
}

.fill-orange {
    fill: #fd7e14 !important;
}

.fill-purple {
    fill: #6f42c1 !important;
}

.fill-blue {
    fill: #1d3b53 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}
.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.6rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-6 {
    margin-left: 3.5rem !important;
}

.ms-7 {
    margin-left: 6rem !important;
}

.ms-8 {
    margin-left: 7rem !important;
}

.ms-9 {
    margin-left: 10rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.6rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.ms-n6 {
    margin-left: -3.5rem !important;
}

.ms-n7 {
    margin-left: -6rem !important;
}

.ms-n8 {
    margin-left: -7rem !important;
}

.ms-n9 {
    margin-left: -10rem !important;
}

.hover-primary {
    color: initial;
    transition: color 0.3s ease;
}

.hover-primary:hover {
    color: var(--primary) !important;
}

.hover-red:hover {
    color: var(--bs-red) !important;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-facebook {
    background-color: #5d82d1;
    color: #fff;
    border: none;
}
.bg-facebook:hover,
.bg-facebook:active,
.bg-facebook:focus {
    background-color: #5475bc;
    color: #fff;
}

.bg-twitter {
    background-color: #40bff5;
    color: #fff;
    border: none;
}
.bg-twitter:hover,
.bg-twitter:active,
.bg-twitter:focus {
    background-color: #3aacdd;
    color: #fff;
}

.bg-linkedin {
    background-color: #238cc8;
    color: #fff;
    border: none;
}
.bg-linkedin:hover,
.bg-linkedin:active,
.bg-linkedin:focus {
    background-color: #207eb4;
    color: #fff;
}

.bg-instagram {
    background: #c22b72;
    color: #fff;
    border: none;
}
.bg-instagram:hover,
.bg-instagram:active,
.bg-instagram:focus {
    background-color: #af2767;
    color: #fff;
}

.text-instagram {
    color: #c22b72;
}
.text-instagram:hover {
    color: #af2767;
}

.bg-instagram-gradient {
    background: radial-gradient(
        circle at 20% 130%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 20% 130%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    color: #fff;
    background-size: 120% 120%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}
.bg-instagram-gradient:hover,
.bg-instagram-gradient:active,
.bg-instagram-gradient:focus {
    background: radial-gradient(
        circle at 20% 130%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    background: -webkit-radial-gradient(
        circle at 20% 130%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    color: #fff;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: left bottom;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}
