.rr-product-card {
    transition: transform 0.2s;
}

.rr-product-card:hover {
    transform: translateY(-5px);
}

.rr-edit-btn {
    background-color: #0D8372 !important;
    border-color: #0D8372 !important;
}

.rr-edit-btn:hover {
    background-color: #0a6557 !important;
    border-color: #0a6557 !important;
}

.rr-product-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    background-color: #f8f9fa;
}
@media screen and (max-width:576px) {
    .rr-product-img{
        height: 220px;
    }
}

.rr-header-section {
    margin-bottom: 2rem;
}

.title {
    color: #1F2937;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.rr-subtitle {
    color: #6B7280;
    font-size: 1rem;
}

.rr-btn-create {
    background-color: #0D8372;
    border-color: #0D8372;
    color: white;
    padding: 0.5rem 1rem;
}

.rr-btn-create:hover {
    background-color: #0A665A;
    border-color: #0A665A;
    color: white;
}

.rr-btn-outline {
    border: 1px solid #E5E7EB;
    color: #374151;
    background-color: white;
    padding: 0.5rem 1rem;

}

.rr-btn-outline:hover {
    background-color: #F9FAFB;
    color: #374151;
}

.rr_para {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.rr_icon_order {
    height: 45px;
    width: 50px;
    background-color: #CEE6E4;
    color: #088178;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.rr_deliver_icon {
    height: 45px;
    width: 60px;
    background-color: #CEE6E4;
    color: #088178;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.table thead th {
    background-color: #f8f9fa;
    font-weight: 500;
    padding: 15px;
}

.rr-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #666;
}

.rr-grand-total {
    font-size: 18px;
    font-weight: 500;
}

.rr-tracking-btn {
    background-color: #008374;
    border: none;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
}

.rr_para {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.rr_icon_order {
    height: 45px;
    width: 50px;
    background-color: #CEE6E4;
    color: #088178;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.rr_deliver_icon {
    height: 45px;
    width: 60px;
    background-color: #CEE6E4;
    color: #088178;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.table thead th {
    background-color: #f8f9fa;
    font-weight: 500;
    padding: 15px;
}

.rr-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #666;
}

.rr-grand-total {
    font-size: 18px;
    font-weight: 500;
}

.rr-tracking-btn {
    background-color: #008374;
    border: none;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
}

.rr-payment-badge {
    background-color: #e8f8f5;
    color: #00a67d;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.rr-payment-badge-danger {
    background-color: red;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.rr_img_upload_box {
    height: 150px;
    position: relative;
}

.rr_img_first_edit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
}

.rr-brand-title {
    color: #2d3748;
    font-size: 2rem;
    font-weight: 600;
}

.rr-brand-subtitle {
    color: #718096;
    font-size: 1rem;
}

.rr-add-brand-btn {
    background-color: #00897b;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.rr-add-brand-btn:hover {
    background-color: #00796b;
    color: white;
}

.rr-search-section {
    margin: 2rem 0;
    gap: 1rem;
}

.rr-search-input {
    background-color: #f1f5f9;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 6px;
}

.rr-brand-card {
    background: white;
    border-radius: 8px;
    /* padding: 1.5rem; */
    text-align: center;
    /* transition: transform 0.2s; */
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
    /* height: 200px; */
}

.rr-brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.rr-brand-logo {
    width: 100px;
    /* height: 120px; */
    object-fit: contain;
    /* margin-bottom: 1rem; */
}

.rr-brand-name {
    color: #2d3748;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.rr-items-count {
    color: #00897b;
    font-size: 0.875rem;
}

@media screen and (max-width: 600px) {
    .rr-product-form {
        display: block !important;
    }

    .rr-product-form div {
        width: 100% !important;
        margin: 8px 0 !important;
    }

    .rr-product-form .form-select {
        margin: 5px 0 !important;
    }

    .rr_icon_order {
        height: 42px !important;
        width: 64px !important;
    }

    .rr_deliver_icon {
        width: 80px !important;
    }

    .rr_img_upload_box {
        height: 120px;
        position: relative;
    }

    .rr_img_first_edit {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .sm_cocorico {
        margin-top: 60px !important;
    }
    .catagiry_top_box{
        display: block !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .rr_icon_order {
        height: 35px !important;
    }

    .rr_deliver_icon {
        height: 34px !important;
    }

    .rr-payment-badge {
        font-size: 12px !important;
    }

    .rr-grand-total {
        font-size: 16px !important;
    }

    .sm_cocorico {
        margin-top: 60px !important;
    }

}
