/* Registration Tables Styles */
.registration-table {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.registration-table thead th {
    background: linear-gradient(to right, #4965AD, #5d78c0);
    color: #fff;
    font-weight: 600;
    padding: 18px 15px;
    text-align: center;
    border: none;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.registration-table thead th:last-child {
    min-width: 110px; /* Increase width for On-Spot column */
}

.registration-table tbody td {
    padding: 16px 15px;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
}

.registration-table tbody tr:hover td {
    background-color: #f2f6ff;
}

.registration-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.registration-table tbody tr:hover {
    background-color: #f0f4f8;
}

.registration-table tbody tr td:first-child {
    font-weight: 500;
    color: #4965AD;
    text-align: left;
    padding-left: 20px;
}

.includes-table {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.includes-table td {
    padding: 16px 20px;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    text-align: left;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
}

.includes-table td i {
    margin-right: 12px;
    color: #4965AD;
    font-size: 18px;
    background: rgba(73, 101, 173, 0.1);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}

.includes-table tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.includes-table tr:hover {
    background-color: #f0f4f8;
}

.table-responsive {
    margin: 15px 0;
    padding: 0 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.registration-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border-top: 4px solid #4965AD;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.registration-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(73, 101, 173, 0.05) 0%, rgba(73, 101, 173, 0) 70%);
    border-radius: 0 0 0 150px;
    z-index: 0;
}

.registration-card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(73, 101, 173, 0) 30%, rgba(73, 101, 173, 0.05) 100%);
    border-radius: 0 120px 0 0;
    z-index: 0;
}

.registration-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.fees-header, .includes-header, .guidelines-header, .policy-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.fees-header:after, .includes-header:after, .guidelines-header:after, .policy-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #4965AD, #7389c7);
    transform: translateX(-50%);
    border-radius: 3px;
}

.fees-header h3, .includes-header h3, .guidelines-header h3, .policy-header h3 {
    color: #4965AD;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.fees-header h3:before, .includes-header h3:before, .guidelines-header h3:before, .policy-header h3:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #4965AD;
    transform: translateX(-50%);
}

.fees-header p {
    color: #666;
    font-size: 15px;
    max-width: 80%;
    margin: 0 auto;
}

.includes-header i, .guidelines-header i, .policy-header i {
    color: #4965AD;
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
    background: rgba(73, 101, 173, 0.1);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    text-align: center;
}

.guidelines-content h4, .policy-content h4 {
    color: #333;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    background: linear-gradient(to right, #f2f6ff, #f8f9fa);
    padding: 12px 20px;
    border-left: 4px solid #4965AD;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.guidelines-list,
.policy-list {
    padding-left: 25px;
    margin-bottom: 20px;
    list-style-type: none;
}


.guidelines-list li,
.policy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 15px;
    color: #555;
}


.policy-content a {
    color: #4965AD;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(73, 101, 173, 0.5);
}

.policy-content a:hover {
    color: #5d78c0;
    border-bottom: 1px solid #5d78c0;
}

.registration-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.registration-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url('../images/pattern-1.png') center top;
    opacity: 0.05;
    background-size: cover;
}

.sec-title.text-center h2 {
    margin-bottom: 20px;
}

.sec-title.text-center .text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 15px;
}

.page-title .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .registration-table thead th {
        font-size: 14px;
        padding: 12px 10px;
    }

    .registration-table tbody td {
        font-size: 13px;
        padding: 12px 10px;
    }

    .registration-table tbody tr td:first-child {
        padding-left: 15px;
    }

    .fees-header h3, .includes-header h3, .guidelines-header h3, .policy-header h3 {
        font-size: 22px;
    }

    .fees-header p {
        font-size: 14px;
    }

    .includes-header i, .guidelines-header i, .policy-header i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .registration-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .registration-section {
        padding: 60px 0;
    }

    .sec-title.text-center h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sec-title.text-center .text {
        font-size: 14px;
        padding-top: 10px;
    }

    .table-responsive {
        padding: 0 10px;
    }

    .registration-table thead th {
        font-size: 13px;
        padding: 10px 8px;
    }

    .registration-table tbody td {
        font-size: 12px;
        padding: 10px 8px;
    }

    .includes-table td {
        font-size: 13px;
        padding: 10px 8px;
    }

    .includes-table td i {
        font-size: 14px;
    }

    .registration-card {
        padding: 20px;
    }

    .includes-header i, .guidelines-header i, .policy-header i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .registration-section {
        padding: 40px 0;
    }

    .sec-title.text-center h2 {
        font-size: 18px;
    }

    .sec-title.text-center .text {
        font-size: 13px;
    }

    .fees-header h3, .includes-header h3, .guidelines-header h3, .policy-header h3 {
        font-size: 18px;
    }

    .fees-header p {
        font-size: 13px;
    }

    .includes-header i, .guidelines-header i, .policy-header i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .registration-card {
        padding: 15px;
    }

    .table-responsive {
        margin: 15px 0;
    }

    .theme-btn.btn-style-one {
        padding: 10px 25px;
    }
}

/* Registration Guidelines and Cancellation Policy Styles */
.registration-guidelines,
.cancellation-policy {
    margin-bottom: 30px;
}

.guidelines-header,
.policy-header {
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #4965AD;
    padding-bottom: 15px;
}

.guidelines-header h3,
.policy-header h3 {
    color: #4965AD;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.guidelines-header i,
.policy-header i {
    color: #4965AD;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.guidelines-content h4,
.policy-content h4 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    background: #f8f9fa;
    padding: 10px 15px;
    border-left: 4px solid #4965AD;
}

.guidelines-list,
.policy-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.guidelines-list li,
.policy-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
    color: #555;
}

.policy-content a {
    color: #4965AD;
    text-decoration: none;
}

.policy-content a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .guidelines-header h3,
    .policy-header h3 {
        font-size: 20px;
    }
    
    .guidelines-header i,
    .policy-header i {
        font-size: 22px;
    }
    
    .guidelines-content h4,
    .policy-content h4 {
        font-size: 17px;
    }
    
    .guidelines-list li,
    .policy-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .guidelines-header,
    .policy-header {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .guidelines-header h3,
    .policy-header h3 {
        font-size: 18px;
    }
    
    .guidelines-header i,
    .policy-header i {
        font-size: 20px;
    }
    
    .guidelines-content h4,
    .policy-content h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 12px;
        padding: 8px 12px;
    }
    
    .guidelines-list li,
    .policy-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) {
    .guidelines-header h3,
    .policy-header h3 {
        font-size: 17px;
    }
    
    .guidelines-header i,
    .policy-header i {
        font-size: 18px;
    }
    
    .guidelines-content h4,
    .policy-content h4 {
        font-size: 15px;
    }
    
    .guidelines-list,
    .policy-list {
        padding-left: 15px;
    }
    
    .guidelines-list li,
    .policy-list li {
        font-size: 12px;
    }
}

.btn-box {
    margin-top: 30px;
}

.theme-btn.btn-style-one {
    background: linear-gradient(to right, #4965AD, #5d78c0);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 35px;
    box-shadow: 0 5px 15px rgba(73, 101, 173, 0.3);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.theme-btn.btn-style-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #5d78c0, #4965AD);
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.theme-btn.btn-style-one:hover {
    box-shadow: 0 8px 20px rgba(73, 101, 173, 0.4);
    transform: translateY(-3px);
}

.theme-btn.btn-style-one:hover:before {
    opacity: 1;
}

.theme-btn.btn-style-one .btn-title {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.theme-btn.btn-style-one:hover .btn-title {
    transform: translateX(-5px);
}

.theme-btn.btn-style-one i {
    margin-left: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.theme-btn.btn-style-one:hover i {
    transform: translateX(5px);
}

/* Custom divider between sections */
.section-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(73, 101, 173, 0) 0%, rgba(73, 101, 173, 0.3) 50%, rgba(73, 101, 173, 0) 100%);
    margin: 30px 0;
}
/* Registration Page Critical Fixes - High Specificity */

/* Table Styles */
.registration-section .registration-table {
    width: 100% !important;
    margin-bottom: 30px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.registration-section .registration-table thead th {
    background: linear-gradient(to right, #4965AD, #5d78c0) !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 18px 15px !important;
    text-align: center !important;
    border: none !important;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
}

.registration-section .registration-table tbody td {
    padding: 16px 15px !important;
    vertical-align: middle !important;
    border: 1px solid #eaeaea !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

/* Card Styles */
.registration-section .registration-card {
    background: #fff !important;
    padding: 30px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
    border-top: 4px solid #4965AD !important;
    transition: all 0.3s ease !important;
    margin-bottom: 30px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Includes Table */
.registration-section .includes-table {
    width: 100% !important;
    margin-bottom: 30px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.registration-section .includes-table td {
    padding: 16px 20px !important;
    vertical-align: middle !important;
    border: 1px solid #eaeaea !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

.registration-section .includes-table td i {
    margin-right: 12px !important;
    color: #4965AD !important;
    font-size: 18px !important;
    background: rgba(73, 101, 173, 0.1) !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center !important;
    border-radius: 50% !important;
}

/* Headers */
.registration-section .fees-header, 
.registration-section .includes-header, 
.registration-section .guidelines-header, 
.registration-section .policy-header {
    text-align: center !important;
    margin-bottom: 30px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.registration-section .fees-header:after, 
.registration-section .includes-header:after, 
.registration-section .guidelines-header:after, 
.registration-section .policy-header:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(to right, #4965AD, #7389c7) !important;
    transform: translateX(-50%) !important;
    border-radius: 3px !important;
}

.registration-section .fees-header h3, 
.registration-section .includes-header h3, 
.registration-section .guidelines-header h3, 
.registration-section .policy-header h3 {
    color: #4965AD !important;
    font-size: 24px !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    position: relative !important;
    display: inline-block !important;
}

.registration-section .fees-header i,
.registration-section .includes-header i,
.registration-section .guidelines-header i,
.registration-section .policy-header i {
    color: #4965AD !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    display: block !important;
    background: rgba(73, 101, 173, 0.1) !important;
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    border-radius: 50% !important;
    margin: 0 auto 15px !important;
    text-align: center !important;
}

/* Table Responsive */
.registration-section .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}

.registration-section .registration-table {
    width: 100% !important;
    min-width: 700px !important; /* Ensure table has minimum width for all content */
    border-collapse: collapse !important;
}

.registration-section .registration-table th,
.registration-section .registration-table td {
    border: 1px solid #eaeaea !important;
    padding: 12px 15px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Desktop and larger screens */
@media (min-width: 992px) {
    .registration-section .registration-table {
        min-width: 100% !important;
    }
}

/* Tablet screens */
@media (max-width: 991px) {
    .registration-section .registration-table th:first-child,
    .registration-section .registration-table td:first-child {
        position: sticky !important;
        left: 0 !important;
        z-index: 1 !important;
        background-color: #fff !important;
    }
    
    .registration-section .registration-table thead th:first-child {
        background: linear-gradient(to right, #4965AD, #5d78c0) !important;
        z-index: 2 !important;
    }
    
    .registration-section .registration-table th,
    .registration-section .registration-table td {
        white-space: nowrap !important;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .registration-section .registration-card {
        padding: 15px 10px !important;
        margin-bottom: 20px !important;
    }
    
    .registration-section .registration-table {
        min-width: 600px !important;
    }
    
    .registration-section .registration-table th,
    .registration-section .registration-table td {
        padding: 10px 8px !important;
        font-size: 13px !important;
    }
    
    .register-btn-table {
        padding: 7px 10px !important;
        font-size: 13px !important;
        min-width: 110px !important;
    }
    
    .registration-section .fees-header h3, 
    .registration-section .includes-header h3, 
    .registration-section .guidelines-header h3, 
    .registration-section .policy-header h3,
    .registration-section .details-header h3 {
        font-size: 20px !important;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .registration-section {
        padding: 80px 0 50px !important;
    }
    
    .registration-section .registration-table {
        min-width: 500px !important;
    }
    
    .registration-section .registration-table th,
    .registration-section .registration-table td {
        padding: 8px 6px !important;
        font-size: 12px !important;
    }
    
    .register-btn-table {
        padding: 6px 10px !important;
        font-size: 12px !important;
        min-width: 100px !important;
    }
    
    /* Force showing horizontal scrollbar on mobile to make it obvious there's more content */
    .registration-section .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 5px;
    }
    
    .registration-section .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.3);
    }
}

/* Section Styling */
.registration-section {
    position: relative !important;
    padding: 120px 0 90px !important;
    background-color: #f8f9fa !important;
}

/* Guidelines Lists */
.registration-section .guidelines-list li,
.registration-section .policy-list li {
    position: relative !important;
    padding-left: 25px !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    font-size: 15px !important;
    color: #555 !important;
    list-style-type: none !important;
}

/* Guidelines Content Styling */
.registration-section .guidelines-content h4,
.registration-section .policy-content h4 {
    color: #333 !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    background: linear-gradient(to right, #f2f6ff, #f8f9fa) !important;
    padding: 12px 20px !important;
    border-left: 4px solid #4965AD !important;
    border-radius: 0 5px 5px 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) !important;
}

.registration-section .guidelines-content h4 i,
.registration-section .policy-content h4 i {
    margin-right: 8px !important;
    color: #4965AD !important;
}

/* Button Styling */
.registration-section .btn-box .theme-btn.btn-style-one {
    background: #57428D !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(86, 65, 139, 0.2) !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 20px !important;
}

.registration-section .btn-box .theme-btn.btn-style-one:hover {
    background: #4965AE !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(73, 101, 174, 0.4) !important;
    color: #fff !important;
}

/* Fix for register button text color when active/clicked */
.header-top .register-btn:active,
.header-top .register-btn:focus,
.theme-btn.register-btn:active,
.theme-btn.register-btn:focus {
    color: #4867AD !important;
}

/* Fix for registration page buttons when active */
.registration-section .btn-box .theme-btn:active,
.registration-section .btn-box .theme-btn:focus {
    background-color: #fff !important;
    color: #4867AD !important;
    outline: none !important;
}

/* Section Divider */
.registration-section .section-divider {
    height: 1px !important;
    background: linear-gradient(to right, transparent, rgba(73, 101, 173, 0.2), transparent) !important;
    margin: 40px 0 !important;
}

/* Links in policy content */
.registration-section .policy-content a {
    color: #4965AD !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border-bottom: 1px dashed rgba(73, 101, 173, 0.5) !important;
}

.registration-section .policy-content a:hover {
    color: #57428D !important;
    border-bottom: 1px solid #57428D !important;
}

/* Add styles for bank details section */
.bank-details {
    margin-bottom: 30px;
}

.bank-details .details-header {
    text-align: center;
    margin-bottom: 20px;
}

.bank-details .details-header i {
    font-size: 40px;
    color: #6C3D94;
    margin-bottom: 15px;
    display: block;
}

.bank-details .details-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.bank-details .details-header p {
    font-size: 16px;
    color: #666;
}

.bank-details-table {
    width: 100%;
    margin-bottom: 0;
}

.bank-details-table td {
    padding: 12px 15px;
    font-size: 16px;
    vertical-align: middle;
}

.bank-details-table td:first-child {
    width: 40%;
    background-color: #f8f8f8;
}

.bank-details-table td strong {
    color: #6C3D94;
}

/* Register Now button in table */
.register-btn-table {
    display: inline-block;
    padding: 8px 15px;
    background: #57428D;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(87, 66, 141, 0.2);
    text-align: center;
    white-space: nowrap;
    min-width: 120px;
    width: 100%;
    max-width: 160px;
}

.register-btn-table:hover {
    background: #4965AE;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(73, 101, 174, 0.3);
    color: #fff !important;
}

/* Action column styles */
.action-column {
    min-width: 140px !important;
    text-align: center !important;
}

.action-cell {
    text-align: center !important;
    padding: 10px !important;
}

/* Category cell styles */
.category-cell {
    font-weight: 600 !important;
    color: #333 !important;
} 
.registration-form-content {
    display: flex;
    justify-content: center;
}