:root {
    --bs-primary: #8E1BA1 !important;
    --bs-primary-rgb: 142, 27, 161 !important;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #8E1BA1) !important;
    --bs-primary-border-subtle: rgba(142, 27, 161, 0.3) !important;
    --bs-primary-contrast: #fff !important;
    --bs-blue: #0d6efd;
    --bs-blue-rgb: #0d6efd;
    --bs-blue-bg-subtle: #0d6efd;
    --bs-blue-border-subtle: rgba(142, 27, 161, 0.3) !important;
    --bs-blue-contrast: #fff !important;
}
.bg-purple {
    background-color: var(--bs-primary);
    opacity: 0.8 !important;
}
.bg-gradient-purple {
    background: #833AB4;
    background: -webkit-linear-gradient(334deg,rgba(131, 58, 180, 1) 0%, rgba(170, 7, 107, 1) 40%, rgba(99, 4, 95, 1) 75%);
    background: linear-gradient(334deg, rgba(131, 58, 180, 1) 0%, rgba(170, 7, 107, 1) 40%, rgba(99, 4, 95, 1) 75%) !important;
}
.bg-purple-dark {
    background-color: #61045F !important;
}
.table > :not(caption) > * > * {
    padding: .82rem .55rem;
}
/* Button Styles */
.btn {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.start-90 {
    inset-inline-start: 90% !important;
}
.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}
.flip .card {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
}

.flip .card .front {
    width: 100%;
    z-index: 1;
}

.flip .card .back {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    width: 100%;
    background-color: #ffffff;
    position: absolute;
}
.elo-icon {
/*    border: 2px solid #8E1BA1 !important;*/
/*    border-radius: 0.25rem;*/
    width: 36px;
    height: 36px;
    transform: translate(0px, 2px);
}
.elo-icon svg {
    width: 24px;
    height: 24px;
    transform: translate(-15%, -15%);
}
.icons-timectrl {
    display: inline-table;
    margin-right: 1.5rem;
    margin-bottom: 1.25rem;
}
.icons-timectrl i:before {
    padding: 0.25rem;
/*    border: 2px solid #8E1BA1 !important;*/
    border-radius: 0.25rem;
    font-size: 24px;
}

@media (min-width: 576px) {
    .icons-timectrl-sm {
        margin-right: 1.5rem !important;
        margin-bottom: 0rem !important;
    }
    .elo-icon-sm svg{
        width: 24px !important;
        height: 24px !important;
    }
    .elo-icon-sm {
        border-radius: 0.25rem !important;
        width: 36px !important;
        height: 36px !important;
        transform: translate(0px, 2px) !important;
    }
    .icons-timectrl-sm i:before {
        padding: 0.25rem !important;
        font-size: 24px !important;
    }
}
@media (min-width: 768px) {
    .icons-timectrl-md i:before {
        padding: 0.45rem !important;
        font-size: 32px !important;
        border-radius: 0.45rem !important;
    }
    .icons-timectrl {
        margin-right: 1rem !important;
        margin-bottom: 1.25rem !important;
    }
    .elo-icon {
/*        width: 68px !important;*/
    }
}
@media (min-width: 992px) {
    .icons-timectrl-lg i:before {
        padding: 0.65rem !important;
        font-size: 48px !important;
        border-radius: 0.65rem !important;
        margin-block-end: 1rem !important;
    }
    .icons-timectrl-lg {
        margin-right: 1rem !important;
        margin-bottom: 1.25rem !important;
    }
    .elo-icon-lg {
        border: 2px solid #8E1BA1 !important;
        border-radius: 0.65rem !important;
        width: 72.28px !important;
        height: 72.28px !important;
        transform: none !important;
    }
    .elo-icon-lg svg{
        width: 48px !important;
        height: 48px !important;
        transform: none !important;
    }
}