.banner-img{
    width: 100%;
    aspect-ratio: 2.41;
}
.main-menu__logo{
    padding: 0;
}
.main-menu__logo img{
    width: 90px;
}
.footer-widget__about-logo img{
    width: 100px;
}
#auth-page{
    padding: 60px 0px;
}
.auth-form{
    /* border: 2px solid #ff5528; */
    box-shadow: 0px 0px 0.3rem #ccc;
    border-radius: 15px;
    padding: 30px;
}
.auth-form h3{
    display: inline-block;
    padding: 3px 20px 3px 0px;
    border-bottom: 2px solid #ff5528;
}
.auth-form .form-group label{
    font-weight: 500;
    color: #000;
}
.auth-form .form-group .form-control{
    border-radius: 0px;
    border: 1px solid #ccc;
    font-weight: 500;
    padding: 10px;
    font-size: 17px;
}
.auth-form .form-group .form-control:focus{
    box-shadow: none !important;
    border-color: #ff5528;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.who-we-are__img-2 {
    position: absolute;
    right: -110px;
    bottom: -214px;
    width: 300px;
    overflow: hidden;
    z-index: 2;
    /* aspect-ratio: 1/1; */
}
.who-we-are__img-2 img {
    width: 100%;
    border-radius: 20px;
}
#gallery-page img{
    width:100%;
    aspect-ratio:4/3;
    margin: 10px 0px;
}
.about-One__img-2 {
    position: absolute;
    top: 268px;
    right: -224px;
    width: 500px;
    overflow: hidden;
    height: 331px;
}
.about-One__img-2 img{
    width:100%;
    height:100%;
}
.justify-between{
    justify-content: space-between;
}
.thm-btn.danger{
    border-color:#E53935;
}
.thm-btn.danger span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #E53935;
    border-radius: 50%;
    font-size: 14px;
    color: var(--anity-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-project-style1 .img-box img {
    width: 100%;
    aspect-ratio: 4/3;
    /* height: 100%; */
    transform: scale(1.0);
    transition: all 500ms ease;
}
@media screen and (max-width:768px){
    .thm-btn.msc-cstm {
    margin-bottom: 7px;
    
}
.about-One__img-2 {
     position: inherit; 
     top: inherit; 
     right: inherit; 
     width: inherit; 
    overflow: hidden;
    height: auto;
}
.msc-mount-opt-btn.active{
    background: #373737;
    color:#fff;
}
.msc-mount-opt-btn{
    border: 1px solid #373737;
    border-radius: 50px;
    padding: 6px 12px;
}
/*.thm-btn.msc-cstm span {*/
/*    padding: 2px;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*}*/
.flex-sm-column{
     flex-direction: column;
}
}
 .MSC-DONATION_PAGE-container {
            min-height: 100vh;
            display: grid;
            grid-template-rows: auto 1fr auto auto;
            gap: 30px;
            padding: 40px;
            position: relative;
        }

        .MSC-DONATION_PAGE-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(25, 118, 210, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(25, 118, 210, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .MSC-DONATION_PAGE-header {
            text-align: center;
            z-index: 1;
            position: relative;
        }

        .MSC-DONATION_PAGE-title {
            font-size: 4rem;
            font-weight: 800;
            color: #1976D2;
            margin-bottom: 10px;
        }

        .MSC-DONATION_PAGE-subtitle {
            font-size: 1.3rem;
            color: #666666;
            font-weight: 300;
        }

        .MSC-DONATION_PAGE-main-content {
     display: flex; 
    grid-template-columns: 1fr 1fr;
    /* gap: 50px; */
    align-items: center;
    z-index: 1;
    position: relative;
}

        .MSC-DONATION_PAGE-image-section {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .MSC-DONATION_PAGE-project-image {
            width: 100%;
            /*max-width: 600px;*/
            height: 400px;
            object-fit: cover;
            border-radius: 25px;
            transition: transform 0.3s ease;
        }

        .MSC-DONATION_PAGE-project-image:hover {
            transform: scale(1.02);
        }

        .MSC-DONATION_PAGE-funding-section {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 30px 60px rgba(25, 118, 210, 0.1);
            border: 1px solid rgba(25, 118, 210, 0.1);
        }

        .MSC-DONATION_PAGE-amount-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .MSC-DONATION_PAGE-amount-raised {
            font-size: 3rem;
            font-weight: 800;
            color: #1976D2;
        }

        .MSC-DONATION_PAGE-amount-goal {
            font-size: 1.5rem;
            color: #718096;
            font-weight: 600;
        }

        .MSC-DONATION_PAGE-progress-container {
            background: #e2e8f0;
            border-radius: 25px;
            height: 20px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        }

        .MSC-DONATION_PAGE-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #2d922d, #0cb00c, #13dc13);
            border-radius: 25px;
            width: 68%;
            transition: width 1.2s ease;
            position: relative;
            overflow: hidden;
        }

        .MSC-DONATION_PAGE-progress-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .MSC-DONATION_PAGE-percentage {
            text-align: center;
            font-weight: 700;
            color: #4a5568;
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        .MSC-DONATION_PAGE-supporters {
            text-align: center;
            margin-bottom: 30px;
            color: #718096;
            font-size: 1.1rem;
        }

        .MSC-DONATION_PAGE-supporters-count {
            font-weight: 700;
            color: #4a5568;
        }

        .MSC-DONATION_PAGE-donation-button {
            width: 100%;
            background: #4f3fa2;
            color: white;
            border: none;
            padding: 25px 0;
            font-size: 1.4rem;
            font-weight: 700;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .MSC-DONATION_PAGE-donation-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(25, 118, 210, 0.4);
            background: #1565C0;
        }

        .MSC-DONATION_PAGE-donation-button:active {
            transform: translateY(0);
        }

        .MSC-DONATION_PAGE-donation-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .MSC-DONATION_PAGE-donation-button:hover::before {
            left: 100%;
        }

        .MSC-DONATION_PAGE-description-section {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 30px 60px rgba(25, 118, 210, 0.1);
            border: 1px solid rgba(25, 118, 210, 0.1);
            z-index: 1;
            position: relative;
        }

        .MSC-DONATION_PAGE-description-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1976D2;
            margin-bottom: 25px;
            text-align: center;
        }

        .MSC-DONATION_PAGE-description-text {
            color: #4a5568;
            line-height: 1.8;
            font-size: 1.3rem;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .MSC-DONATION_PAGE-stats {
            display: flex;
            justify-content: space-around;
            margin-top: 30px;
            padding-top: 30px;
            border-top: 2px solid rgba(25, 118, 210, 0.1);
        }

        .MSC-DONATION_PAGE-stat-item {
            text-align: center;
        }

        .MSC-DONATION_PAGE-stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #1976D2;
            display: block;
        }

        .MSC-DONATION_PAGE-stat-label {
            font-size: 1rem;
            color: #718096;
            font-weight: 500;
        }

        @media (max-width: 1024px) {
            .MSC-DONATION_PAGE-main-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .MSC-DONATION_PAGE-title {
                font-size: 3rem;
            }
            
            .MSC-DONATION_PAGE-container {
                padding: 20px;
            }
        }

        @media (max-width: 768px) {
            .MSC-DONATION_PAGE-main-content .col-md-7{
                 order:1;
            }
            .MSC-DONATION_PAGE-main-content .col-md-5{
                 order:3;
            }
            .MSC-DONATION_PAGE-main-content .col-md-12{
                 order:2;
            }
            .MSC-DONATION_PAGE-title {
                font-size: 2.5rem;
            }
            
            .MSC-DONATION_PAGE-funding-section,
            .MSC-DONATION_PAGE-description-section {
                padding: 30px;
            }
            
            .MSC-DONATION_PAGE-amount-raised {
                font-size: 2.5rem;
            }
            
            .MSC-DONATION_PAGE-stats {
                flex-direction: column;
                gap: 20px;
            }
        }
.MSC-sidebar {
            width: 280px;
            background: #000;
            min-height: 100%;
            padding: 0;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
            position: absolute;
            left: 0;
            top: 0;
            z-index: 888;
        }

        .MSC-sidebar-header {
            background: #000;
            color: #fff;
            padding: 30px 20px;
            text-align: center;
        }

        .MSC-sidebar-header h1 {
            font-size: 1.8rem;
            margin-bottom: 8px;
            font-weight: 700;
            color: #fff;
        }

        .MSC-sidebar-header p {
            opacity: 0.9;
            font-size: 0.95rem;
        }

        .MSC-sidebar-nav {
            padding: 20px 0;
        }

        .MSC-sidebar-tab {
            display: block;
            width: 100%;
            padding: 18px 25px;
            background: none;
            border: none;
            color: #fff;
            text-align: left;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            border-left: 4px solid transparent;
        }

        .MSC-sidebar-tab:hover {
            background: rgba(255, 85, 40, 0.1);
            color: #ff5528;
        }

        .MSC-sidebar-tab.active {
            background: rgba(255, 85, 40, 0.15);
            color: #ff5528;
            border-left-color: #ff5528;
        }

        .MSC-sidebar-tab.active::before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #ff5528;
        }

        .MSC-sidebar-tab i {
            margin-right: 12px;
            font-size: 1.2rem;
        }

        .MSC-main-content {
            margin-left: 280px;
            flex: 1;
            padding: 40px;
            background: transparent;
            min-height: 100vh;
        }

        .MSC-content-header {
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }

        .MSC-content-header h2 {
            color: #000;
            font-size: 2.2rem;
            margin-bottom: 10px;
        }

        .MSC-content-header p {
            color: #666;
            font-size: 1.1rem;
        }

        .MSC-tab-content {
            display: none;
            animation: fadeIn 0.3s ease-in;
        }

        .MSC-tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .MSC-form-container {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #f0f0f0;
        }

        .MSC-form-group {
            margin-bottom: 25px;
        }

        .MSC-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #000;
            font-size: 1rem;
        }

        .MSC-form-group input {
            width: 100%;
            padding: 15px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #fff;
        }

        .MSC-form-group input:focus {
            outline: none;
            border-color: #ff5528;
            box-shadow: 0 0 0 3px rgba(255, 85, 40, 0.1);
        }

        .MSC-btn {
            background: #ff5528;
            color: #fff;
            padding: 15px 35px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 15px;
        }

        .MSC-btn:hover {
            background: #e64a22;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 85, 40, 0.3);
        }

        .MSC-transaction-container {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #f0f0f0;
            overflow: scroll;
        }

        .MSC-transaction-table {
            width: 100%;
            border-collapse: collapse;
        }

        .MSC-transaction-table th {
            background: #000;
            color: #fff;
            padding: 20px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 1rem;
        }

        .MSC-transaction-table td {
            padding: 18px 15px;
            border-bottom: 1px solid #f5f5f5;
            color: #333;
        }

        .MSC-transaction-table tr:hover {
            background: #fafafa;
        }

        .MSC-transaction-table tr:last-child td {
            border-bottom: none;
        }

        .MSC-transaction-id {
            font-family: 'Courier New', monospace;
            font-weight: 600;
            color: #ff5528;
        }

        .MSC-amount {
            font-weight: 600;
            color: #000;
            font-size: 1.1rem;
        }

        .MSC-date {
            color: #666;
        }

        .MSC-stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .MSC-stat-card {
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #f0f0f0;
            text-align: center;
        }

        .MSC-stat-value {
            font-size: 2rem;
            font-weight: 700;
            color: #ff5528;
            margin-bottom: 5px;
        }

        .MSC-stat-label {
            color: #666;
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .MSC-sidebar {
                width: 100%;
                height: auto;
                position: relative;
                min-height: auto;
            }

            .MSC-sidebar-nav {
                display: flex;
                overflow-x: auto;
                padding: 0;
            }

            .MSC-sidebar-tab {
                white-space: nowrap;
                min-width: 160px;
                text-align: center;
                border-left: none;
                border-bottom: 4px solid transparent;
            }

            .MSC-sidebar-tab.active {
                border-left: none;
                border-bottom-color: #ff5528;
            }

            .MSC-sidebar-tab.active::before {
                display: none;
            }

            .MSC-main-content {
                margin-left: 0;
                padding: 20px;
            }

            .MSC-content-header h2 {
                font-size: 1.8rem;
            }
        }
#account-page{
    background: #fff8f2;
    min-height: 100vh;
    display: flex;
    position: relative;
}
#gallery-page{
    padding: 60px 0px;
}
.MSC-pay-page-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .MSC-pay-page-modal-overlay.MSC-pay-page-active {
            opacity: 1;
            visibility: visible;
        }

        .MSC-pay-page-modal {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            max-width: 900px;
            width: 90%;
            max-height: 90vh;
            display: grid;
            grid-template-columns: 1fr 1fr;
            transform: scale(0.7);
            transition: transform 0.3s ease;
        }

        .MSC-pay-page-modal-overlay.MSC-pay-page-active .MSC-pay-page-modal {
            transform: scale(1);
        }

        .MSC-pay-page-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
            color: #333;
        }

        .MSC-pay-page-close-btn:hover {
            background: white;
            transform: rotate(90deg);
        }

        .MSC-pay-page-left-section {
            background: linear-gradient(45deg, #1976D2 0%, #f7931e 100%);
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .MSC-pay-page-left-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
            animation: MSC-pay-page-float 20s linear infinite;
        }

        @keyframes MSC-pay-page-float {
            0% { transform: translateX(-100px) translateY(-100px); }
            100% { transform: translateX(100px) translateY(100px); }
        }

        .MSC-pay-page-left-content {
            position: relative;
            z-index: 2;
        }

        .MSC-pay-page-title {
            font-size: 2rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 15px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .MSC-pay-page-subtitle {
            font-size: 1rem;
            margin-bottom: 25px;
            opacity: 0.9;
            line-height: 1.5;
        }

        .MSC-pay-page-features {
            list-style: none;
        }

        .MSC-pay-page-feature {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .MSC-pay-page-feature-icon {
            width: 18px;
            height: 18px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.8rem;
        }

        .MSC-pay-page-right-section {
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: white;
            overflow-y: auto;
        }

        .MSC-pay-page-form-title {
            font-size: 1.8rem;
            color: #333;
            margin-bottom: 8px;
            font-weight: 600;

        }

        .MSC-pay-page-form-subtitle {
            color: #666;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .MSC-pay-page-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .MSC-pay-page-input-group {
            position: relative;
        }

        .MSC-pay-page-label {
            display: block;
            margin-bottom: 6px;
            color: #333;
            font-weight: 500;
            font-size: 0.9rem;
        }

        .MSC-pay-page-input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e1e5e9;
            border-radius: 10px;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .MSC-pay-page-input:focus {
            outline: none;
            border-color: #ff6b35;
            background: white;
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
        }

        .MSC-pay-page-amount-input {
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            color: #333;
        }

        .MSC-pay-page-currency-symbol {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.3rem;
            font-weight: 600;
            color: #ff6b35;
            pointer-events: none;
        }

        .MSC-pay-page-submit-btn {
            background: linear-gradient(45deg, #ff6b35 0%, #f7931e 100%);
            color: white;
            border: none;
            padding: 15px 25px;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 15px;
        }

        .MSC-pay-page-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
        }

        .MSC-pay-page-security-note {
            margin-top: 15px;
            padding: 12px;
            background: #fff5f0;
            border-left: 4px solid #ff6b35;
            border-radius: 6px;
            font-size: 0.85rem;
            color: #cc5500;
        }

        @media (max-width: 768px) {
            .MSC-pay-page-modal {
                grid-template-columns: 1fr;
                height: 97vh;
                width: 95%;
                max-height: none;
            }
            
            .MSC-pay-page-left-section {
                display: none;
            }
            
            .MSC-pay-page-right-section {
                padding: 40px 25px;
                height: 100%;
                overflow-y: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            
            .MSC-pay-page-form-title {
                font-size: 2.2rem;
                margin-bottom: 15px;
                text-align: center;
                color: #ff6b35;
            }
            
            .MSC-pay-page-form-subtitle {
                font-size: 1.1rem;
                margin-bottom: 35px;
                text-align: center;
                line-height: 1.5;
            }
            
            .MSC-pay-page-form {
                gap: 25px;
                flex: 1;
            }
            
            .MSC-pay-page-input {
                padding: 18px 20px;
                font-size: 1.1rem;
                border-radius: 12px;
            }
            
            .MSC-pay-page-amount-input {
                font-size: 1.8rem;
                padding: 20px 20px 20px 50px;
            }
            
            .MSC-pay-page-currency-symbol {
                font-size: 1.8rem;
                left: 20px;
            }
            
            .MSC-pay-page-label {
                font-size: 1rem;
                margin-bottom: 10px;
            }
            
            .MSC-pay-page-submit-btn {
                padding: 20px 30px;
                font-size: 1.2rem;
                margin-top: 25px;
            }
            
            .MSC-pay-page-security-note {
                margin-top: 20px;
                padding: 15px;
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .MSC-pay-page-modal {
                width: 98%;
                height: 97vh;
                margin: 10px;
                border-radius: 15px;
            }
            
            .MSC-pay-page-right-section {
                padding: 30px 20px;
            }
            
            .MSC-pay-page-form-title {
                font-size: 1.8rem;
            }
            
            .MSC-pay-page-form-subtitle {
                font-size: 1rem;
            }
            
            .MSC-pay-page-input {
                padding: 16px 18px;
                font-size: 1rem;
            }
            
            .MSC-pay-page-amount-input {
                font-size: 1.6rem;
                padding: 18px 18px 18px 45px;
            }
            
            .MSC-pay-page-currency-symbol {
                font-size: 1.6rem;
                left: 18px;
            }
            
            .MSC-pay-page-submit-btn {
                padding: 18px 25px;
                font-size: 1.1rem;
            }
        }
        .MSC-RESPONSE_SUCCESS-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        .MSC-RESPONSE_SUCCESS-modal::-webkit-scrollbar{
            width: 0;
        }
        .MSC-RESPONSE_SUCCESS-modal {
            background: white;
            height: 97vh;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-width: 450px;
            width: 100%;
            overflow: scroll;
            position: relative;
            animation: MSC-RESPONSE_SUCCESS-modalSlideIn 0.4s ease-out;
        }

        @keyframes MSC-RESPONSE_SUCCESS-modalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-50px) scale(0.9);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .MSC-RESPONSE_SUCCESS-modal-header {
            background: linear-gradient(135deg, #4ade80, #22c55e);
            color: white;
            padding: 40px 30px;
            text-align: center;
            position: relative;
        }

        .MSC-RESPONSE_SUCCESS-close-button {
            position: absolute;
            top: 15px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .MSC-RESPONSE_SUCCESS-close-button:hover {
            opacity: 1;
        }

        .MSC-RESPONSE_SUCCESS-success-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 40px;
            animation: MSC-RESPONSE_SUCCESS-successPulse 2s infinite;
        }

        @keyframes MSC-RESPONSE_SUCCESS-successPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .MSC-RESPONSE_SUCCESS-modal-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff;
        }

        .MSC-RESPONSE_SUCCESS-modal-subtitle {
            font-size: 16px;
            opacity: 0.9;
        }

        .MSC-RESPONSE_SUCCESS-modal-body {
            padding: 40px 30px;
        }

        .MSC-RESPONSE_SUCCESS-donation-amount {
            text-align: center;
            margin-bottom: 30px;
        }

        .MSC-RESPONSE_SUCCESS-amount-display {
            font-size: 48px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 15px;
        }

        .MSC-RESPONSE_SUCCESS-donor-message {
            color: #6b7280;
            font-size: 16px;
            line-height: 1.6;
        }

        .MSC-RESPONSE_SUCCESS-donation-details {
            background: #f8fafc;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 30px;
            border: 1px solid #e2e8f0;
        }

        .MSC-RESPONSE_SUCCESS-detail-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .MSC-RESPONSE_SUCCESS-detail-item:last-child {
            margin-bottom: 0;
        }

        .MSC-RESPONSE_SUCCESS-detail-label {
            color: #64748b;
            font-weight: 500;
        }

        .MSC-RESPONSE_SUCCESS-detail-value {
            color: #1e293b;
            font-weight: 600;
        }

        .MSC-RESPONSE_SUCCESS-transaction-id {
            font-family: 'Courier New', monospace;
            font-size: 12px;
        }

        .MSC-RESPONSE_SUCCESS-confirmed-status {
            color: #059669;
            font-weight: 700;
        }

        .MSC-RESPONSE_SUCCESS-impact-message {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            border-left: 4px solid #3b82f6;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
        }

        .MSC-RESPONSE_SUCCESS-impact-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .MSC-RESPONSE_SUCCESS-impact-icon {
            color: #3b82f6;
            font-size: 20px;
            margin-right: 10px;
        }

        .MSC-RESPONSE_SUCCESS-impact-title {
            color: #1e40af;
            font-weight: 600;
            font-size: 16px;
        }

        .MSC-RESPONSE_SUCCESS-impact-text {
            color: #1d4ed8;
            font-size: 14px;
            line-height: 1.5;
        }

        .MSC-RESPONSE_SUCCESS-action-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
        }

        .MSC-RESPONSE_SUCCESS-btn {
            flex: 1;
            padding: 15px 20px;
            border: none;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .MSC-RESPONSE_SUCCESS-btn-secondary {
            background: #f1f5f9;
            color: #475569;
            border: 1px solid #e2e8f0;
        }

        .MSC-RESPONSE_SUCCESS-btn-secondary:hover {
            background: #e2e8f0;
            transform: translateY(-2px);
        }

        .MSC-RESPONSE_SUCCESS-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            color: white;
        }

        .MSC-RESPONSE_SUCCESS-btn-primary:hover {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            transform: translateY(-2px);
        }

        .MSC-RESPONSE_SUCCESS-footer-note {
            text-align: center;
            font-size: 12px;
            color: #94a3b8;
            line-height: 1.4;
        }

        /* Icons */
        .MSC-RESPONSE_SUCCESS-icon-check::before { content: '\2713'; }
        .MSC-RESPONSE_SUCCESS-icon-heart::before { content: '\2665'; }
        .MSC-RESPONSE_SUCCESS-icon-download::before { content: '\2B07'; }
        .MSC-RESPONSE_SUCCESS-icon-share::before { content: '\2197'; }
        .MSC-RESPONSE_SUCCESS-icon-close::before { content: '\00D7'; }

        /* Responsive */
        @media (max-width: 480px) {
            .MSC-RESPONSE_SUCCESS-modal {
                margin: 20px;
                max-width: calc(100% - 40px);
            }
            
            .MSC-RESPONSE_SUCCESS-modal-header {
                padding: 30px 20px;
            }
            
            .MSC-RESPONSE_SUCCESS-modal-body {
                padding: 30px 20px;
            }
            
            .MSC-RESPONSE_SUCCESS-amount-display {
                font-size: 36px;
            }
            
            .MSC-RESPONSE_SUCCESS-action-buttons {
                flex-direction: column;
            }
        }
        .MSC-MEMBER_PAGE-container {
            width: 100%;
            margin: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 10px rgba(25, 118, 210, 0.1);
            overflow: hidden;
            animation: MSC-MEMBER_PAGE-slideIn 0.8s ease-out;
        }

        @keyframes MSC-MEMBER_PAGE-slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .MSC-MEMBER_PAGE-header {
            background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
            padding: 40px 30px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }
        .MSC-MEMBER_PAGE-header h1 {
            color: #fff;
        }

        .MSC-MEMBER_PAGE-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: MSC-MEMBER_PAGE-rotate 20s linear infinite;
        }

        @keyframes MSC-MEMBER_PAGE-rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .MSC-MEMBER_PAGE-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 1;
        }

        .MSC-MEMBER_PAGE-header p {
            font-size: 1.1rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .MSC-MEMBER_PAGE-table-container {
            padding: 40px 30px;
            position: relative;
        }

        .MSC-MEMBER_PAGE-stats {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            gap: 20px;
        }

        .MSC-MEMBER_PAGE-stat-card {
            flex: 1;
            background: linear-gradient(135deg, #1976D2 0%, #42A5F5 100%);
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            color: white;
            box-shadow: 0 10px 25px rgba(25, 118, 210, 0.2);
            transition: transform 0.3s ease;
        }

        .MSC-MEMBER_PAGE-stat-card:hover {
            transform: translateY(-5px);
        }

        .MSC-MEMBER_PAGE-stat-number {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .MSC-MEMBER_PAGE-stat-label {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(25, 118, 210, 0.1);
        }

        thead {
            background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
            color: white;
        }

        th {
            padding: 20px 25px;
            text-align: left;
            font-weight: 600;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
        }

        th::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
        }

        tbody tr {
            transition: all 0.3s ease;
            border-bottom: 1px solid #f0f0f0;
        }

        tbody tr:hover {
            background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
        }

        tbody tr:last-child {
            border-bottom: none;
        }

        td {
            padding: 18px 25px;
            font-size: 1rem;
            color: #333;
            position: relative;
        }

        .MSC-MEMBER_PAGE-member-name {
            font-weight: 600;
            color: #1976D2;
            position: relative;
        }

        .MSC-MEMBER_PAGE-member-name::before {
            content: '👤';
            margin-right: 8px;
            font-size: 1.2rem;
        }

        .MSC-MEMBER_PAGE-member-since {
            color: #616161;
            font-weight: 500;
            position: relative;
        }

        .MSC-MEMBER_PAGE-member-since::before {
            content: '📅';
            margin-right: 8px;
            font-size: 1.1rem;
        }

        .MSC-MEMBER_PAGE-footer {
            text-align: center;
            padding: 30px;
            background: #F5F5F5;
            color: #666;
            font-size: 0.9rem;
            border-top: 3px solid #1976D2;
        }

        .MSC-MEMBER_PAGE-footer::before {
            content: '🤝';
            display: block;
            font-size: 2rem;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .MSC-MEMBER_PAGE-container {
                margin: 0;
                border-radius: 0;
            }
            
            .MSC-MEMBER_PAGE-header h1 {
                font-size: 2rem;
            }
            
            .MSC-MEMBER_PAGE-stats {
                flex-direction: column;
                gap: 15px;
            }
            
            .MSC-MEMBER_PAGE-table-container {
                padding: 20px 15px;
            }
            
            th, td {
                padding: 12px 15px;
                font-size: 0.9rem;
            }
            
            .MSC-MEMBER_PAGE-member-name::before,
            .MSC-MEMBER_PAGE-member-since::before {
                display: none;
            }
        }

        .MSC-MEMBER_PAGE-loading-animation {
            opacity: 0;
            animation: MSC-MEMBER_PAGE-fadeInUp 0.6s ease-out forwards;
        }

        .MSC-MEMBER_PAGE-loading-animation:nth-child(1) { animation-delay: 0.1s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(2) { animation-delay: 0.2s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(3) { animation-delay: 0.3s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(4) { animation-delay: 0.4s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(5) { animation-delay: 0.5s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(6) { animation-delay: 0.6s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(7) { animation-delay: 0.7s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(8) { animation-delay: 0.8s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(9) { animation-delay: 0.9s; }
        .MSC-MEMBER_PAGE-loading-animation:nth-child(10) { animation-delay: 1.0s; }

        @keyframes MSC-MEMBER_PAGE-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media screen and (max-width:768px) {
            .main-menu__logo img {
                width: 65px;
                padding: 5px;
            }
            #account-page {
    background: #fff8f2;
    min-height: 100vh;
    display: flex;
    position: relative;
    flex-direction: column;
}

.MSC-sidebar {
    width: 100%;
    height: auto;
    position: relative;
    min-height: auto;
}

.MSC-sidebar-header {
    background: #1976D2;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.MSC-sidebar-tab {
    white-space: nowrap;
    min-width: auto;
    text-align: center;
    border-left: none;
    border-bottom: 4px solid transparent;
}
        }

        .MSC-RESPONSE_TOAST {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    max-width: 350px;
    transition: all 0.4s ease;
    font-size: 15px;
    gap: 10px;
    opacity: 1;
  }

  .MSC-RESPONSE_TOAST-success {
    background-color: #d4edda;
    color: #155724;
  }

  .MSC-RESPONSE_TOAST-info {
    background-color: #d1ecf1;
    color: #0c5460;
  }

  .MSC-RESPONSE_TOAST-warning {
    background-color: #fff3cd;
    color: #856404;
  }

  .MSC-RESPONSE_TOAST-danger {
    background-color: #f8d7da;
    color: #721c24;
  }

  .MSC-RESPONSE_TOAST-icon {
    font-size: 18px;
  }

  .MSC-RESPONSE_TOAST-msg {
    flex-grow: 1;
  }
  .MSC-pay-page-form-check .MSC-pay-page-label{
      margin-bottom: 0;
      display: block;
      width: 100%;
      border: 2px solid #cccccc4f;
      align-items: center;
    border-radius: 8px;
    padding: 5px 15px;
}
.MSC-pay-page-form-check .MSC-pay-page-label.active{
    border-color: #1976D2;
    background-color: #1976d21f;
}
  .MSC-pay-page-form-check{
    min-height: 1.5rem;
    margin-bottom: 5px;
    /* padding-left: 1.5em; */
    display: flex;
    flex-wrap: wrap;
}   
.MSC_NEED_HELP_MODAL_trigger_btn {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 18px;
            border-radius: 50px;
            cursor: pointer;
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .MSC_NEED_HELP_MODAL_trigger_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.3);
        }

        .MSC_NEED_HELP_MODAL_overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 1000;
            animation: fadeIn 0.3s ease-out;
        }

        .MSC_NEED_HELP_MODAL_container::-webkit-scrollbar{
            width:0px;
        }
        .MSC_NEED_HELP_MODAL_container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 20px;
            padding: 40px;
            width: 90%;
            max-width: 600px;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.3s ease-out;
        }

        .MSC_NEED_HELP_MODAL_header {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

        .MSC_NEED_HELP_MODAL_title {
            font-size: 28px;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .MSC_NEED_HELP_MODAL_subtitle {
            color: #7f8c8d;
            font-size: 16px;
        }

        .MSC_NEED_HELP_MODAL_close {
            position: absolute;
            top: -10px;
            right: -10px;
            background: #e74c3c;
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
        }

        .MSC_NEED_HELP_MODAL_close:hover {
            background: #c0392b;
            transform: scale(1.1);
        }

        .MSC_NEED_HELP_MODAL_form {
            display: grid;
            gap: 25px;
        }

        .MSC_NEED_HELP_MODAL_form_group {
            display: flex;
            flex-direction: column;
        }

        .MSC_NEED_HELP_MODAL_label {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .MSC_NEED_HELP_MODAL_input,
        .MSC_NEED_HELP_MODAL_select,
        .MSC_NEED_HELP_MODAL_textarea {
            padding: 15px;
            border: 2px solid #ecf0f1;
            border-radius: 10px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .MSC_NEED_HELP_MODAL_input:focus,
        .MSC_NEED_HELP_MODAL_select:focus,
        .MSC_NEED_HELP_MODAL_textarea:focus {
            outline: none;
            border-color: #3498db;
            background: white;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .MSC_NEED_HELP_MODAL_textarea {
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
        }

        .MSC_NEED_HELP_MODAL_captcha_container {
            display: flex;
            align-items: center;
            gap: 15px;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            border: 2px solid #ecf0f1;
        }

        .MSC_NEED_HELP_MODAL_captcha_display {
            background: linear-gradient(45deg, #667eea, #764ba2);
            color: white;
            padding: 12px 20px;
            border-radius: 8px;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 2px;
            text-align: center;
            min-width: 100px;
            font-family: 'Courier New', monospace;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .MSC_NEED_HELP_MODAL_captcha_input {
            flex: 1;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
        }

        .MSC_NEED_HELP_MODAL_captcha_refresh {
            background: #f39c12;
            color: white;
            border: none;
            padding: 12px 15px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .MSC_NEED_HELP_MODAL_captcha_refresh:hover {
            background: #e67e22;
            transform: rotate(90deg);
        }

        .MSC_NEED_HELP_MODAL_buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
        }

        .MSC_NEED_HELP_MODAL_submit_btn {
            background: linear-gradient(45deg, #27ae60, #2ecc71);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 16px;
            border-radius: 50px;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(39, 174, 96, 0.3);
        }

        .MSC_NEED_HELP_MODAL_submit_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(39, 174, 96, 0.4);
        }

        .MSC_NEED_HELP_MODAL_cancel_btn {
            background: linear-gradient(45deg, #95a5a6, #bdc3c7);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 16px;
            border-radius: 50px;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(149, 165, 166, 0.3);
        }

        .MSC_NEED_HELP_MODAL_cancel_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(149, 165, 166, 0.4);
        }

        .MSC_NEED_HELP_MODAL_error {
            color: #e74c3c;
            font-size: 14px;
            margin-top: 5px;
            display: none;
        }

        .MSC_NEED_HELP_MODAL_success {
            background: linear-gradient(45deg, #27ae60, #2ecc71);
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 20px;
            display: none;
            font-weight: bold;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from { 
                opacity: 0;
                transform: translate(-50%, -50%) scale(0.8);
            }
            to { 
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
            }
        }

        @media (max-width: 768px) {
            .MSC_NEED_HELP_MODAL_container {
                padding: 30px 20px;
                width: 95%;
            }
            
            .MSC_NEED_HELP_MODAL_buttons {
                flex-direction: column;
            }
            
            .MSC_NEED_HELP_MODAL_captcha_container {
                flex-direction: column;
                text-align: center;
            }
        }