.classes-detail .classes-detail-box {
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.classes-detail .classes-detail-box .activation-data {

    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--Green-10, #EAFFF9);
}


.classes-detail .classes-detail-box .required {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.classes-detail .classes-detail-box .process-data {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}


.accordion-button:not(.collapsed) {
    background: var(--Neutral-White, #FFF) !important;
    color: var(--Neutral-Black, #000);
}

.accordion-item:first-of-type{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.accordion-button:not(.collapsed) {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-button{
    font-size: 1rem !important;
    border-radius: 0.75rem !important;
    /* border-top-right-radius: 0.75rem !important; */
}

.accordion-body{
    font-size: 0.875rem !important;
}

.accordion-item{
    border-radius: 0.75rem !important;
    margin-top: 0.5rem !important;
    border: 1px solid var(--Border, #E5E5E5) !important;
}

.classes-detail .classes-box .card {
    text-decoration: none;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.classes-detail .classes-box a.card:hover {
    box-shadow: none;
}


.classes-detail .classes-box {
    margin-top: 0 !important;

}

.classes-detail .classes-box .card {
    text-decoration: none !important;
}

.classes-detail .classes-box .card img {

    border-radius: 0.64538rem;
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.classes-detail .classes-box .card-body {
    padding: 0 !important;
}

.classes-detail .classes-box .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.classes-detail .classes-box .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.classes-detail .classes-box .price-container {
    margin-top: 2rem !important;
}

.classes-detail .classes-box .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.classes-detail .classes-box .discount-price {
    font-size: 1rem;
    color: red;
    padding-bottom: 0 !important;
}

.classes-detail .classes-box .original-price {
    text-decoration: line-through;
    color: gray;
}


.button-back-mobile{
    display: none !important;
}

.classes-box .card{
    margin-top: 3rem;
}


@media (max-width: 576px) {


    .accordion-button{
        font-size: 0.875rem !important;
        padding: 0.5rem 1rem !important;
    }

    .jobs-detail-box{
        margin-top: 1rem !important;
    }

    .container .row {
        flex-direction: column;
    }

    .classes-box .card{
        margin-top: 1rem !important;
    }
    
    .classes-box {
        margin-top: 1rem !important;
        order: -1;
    }

    .button-back-desktop{
        display: none !important;
        
    }

    .button-back-mobile{
        display: flex !important;
        margin-bottom: 1rem;
    }

    .button-back-mobile .btn{
        padding: 0.5rem 1rem !important;
        height: 2rem !important;
        font-size: 0.75rem !important;
    }

    .button-back-mobile .btn svg, .button-back-mobile .btn img,.button-back-mobile .btn i{
       width: 15px !important;
       height: 15px !important;
    }

    .more-data-head{
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column;
        margin-top: 1rem;
        gap:1rem !important;
    }

    .more-data-head .text-h2{
        font-size: 1.5rem !important;
    }

    .more-data-head .btn-outline-md-icon-left{
        padding: 0.5rem 1rem !important;
        height: 2rem !important;
        font-size: 0.75rem !important;
    }
    
}

@media (min-width: 577px) and (max-width: 992px) {
  
}

@media (min-width: 993px) {


}