@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/RangeSlider.razor.rz.scp.css */
.mud-range-container[b-f59acpmt7y] {
    align-items: center;
    margin: 20px 0;
}

    .mud-range-container input[b-f59acpmt7y]::-webkit-slider-thumb {
        pointer-events: all;
        position: relative;
        z-index: 1;
    }

    .mud-range-container input[b-f59acpmt7y]::-moz-range-thumb {
        pointer-events: all;
        position: relative;
        z-index: 10;
    }

    .mud-range-container input[b-f59acpmt7y]::-moz-range-track {
        position: relative;
        z-index: -1;
    }

    .mud-range-container input:last-of-type[b-f59acpmt7y]::-moz-range-track {
        -moz-appearance: none;
    }

    .mud-range-container .mud-slider-input:last-of-type[b-f59acpmt7y] {
        position: absolute;
        pointer-events: none;
        top: 0;
    }

    .mud-range-container input[type=range][b-f59acpmt7y]::-webkit-slider-thumb {
        pointer-events: all;
    }

.mud-range-display[b-f59acpmt7y] {
    text-align: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ex36hzks2l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ex36hzks2l] {
    flex: 1;
}

.sidebar[b-ex36hzks2l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ex36hzks2l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ex36hzks2l]  a, .top-row[b-ex36hzks2l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ex36hzks2l]  a:hover, .top-row[b-ex36hzks2l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ex36hzks2l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ex36hzks2l] {
        justify-content: space-between;
    }

    .top-row[b-ex36hzks2l]  a, .top-row[b-ex36hzks2l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ex36hzks2l] {
        flex-direction: row;
    }

    .sidebar[b-ex36hzks2l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ex36hzks2l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ex36hzks2l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ex36hzks2l], article[b-ex36hzks2l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Chat.razor.rz.scp.css */

#chatList[b-377u7n9i93] {
    max-height: 100%;
    overflow-y: auto;
}
/* /Pages/CreateProfile.razor.rz.scp.css */
.create-profile-page[b-c45sm30gau] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
    justify-content: space-between; /* Pushes top & bottom to edges */
}

.logo-container[b-c45sm30gau] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    align-items: center;
    padding: 10px 0;
}

.logo-image[b-c45sm30gau] {
    margin-top: 50px;
    width: 100%;
    height: auto;
}



/* Middle content grows but doesn't push the button unless necessary */
.middle-content[b-c45sm30gau] {
    width:100%;
    flex-grow: 1; /* Allows it to take up available space */
    overflow-y: auto; /* Enables scrolling if content is too large */
    padding-left: 20px;
    padding-right: 20px;
}

/* Next button stays at the bottom unless pushed */
.next-button[b-c45sm30gau] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 140px;
    height: 50px;
    border: 2px solid #dd2bfc;
    border-radius: 45px;
    transition: background-color 0.3s, border-color 0.3s;
    max-width: 150px;
    padding: 15px 40px;
    margin-top: 20px;
    background-color: #dd2bfc;
    box-shadow: 0 0 40px #ff09fb;
}

    /* Optional: Styling for disabled button */
    .next-button.disabled[b-c45sm30gau] {
        opacity: 0.5;
        background-color: transparent;
        cursor: not-allowed;
    }
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-r2o9hjr5ag] {
    position: relative;
    width: 100vw;
    height: 100%;
    background-color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .login-image[b-r2o9hjr5ag] {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 769px) {
    .login-image[b-r2o9hjr5ag] {
        height: 90vh;
        width: auto;
    }
}

.login-container[b-r2o9hjr5ag] {
    background-color: transparent;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    width: 100%; /* Full width */
    max-height: 100vh; /* Prevent exceeding viewport height */
    box-sizing: border-box;
}

/* 2. Modify .login-image */
.login-image[b-r2o9hjr5ag] {
    width: 100%; /* Fill container width */
    max-width: 400px; /* Limit maximum width */
    height: auto; /* Maintain aspect ratio */
    max-height: 80vh; /* Prevent from taking too much height */
    object-fit: contain;
}

/* 3. Update .login-button */
.login-button[b-r2o9hjr5ag] {
    width: 40%; /* Responsive width */
    max-width: 150px; /* Limit maximum width */
    padding: 15px 40px; /* Enhanced padding */
    margin-top: 20px; /* Space below the image */
    background-color: #dd2bfc; /* Purple color */
    border-radius: 45px; /* Rounded corners */
    display: flex;
    align-items: center;
    justify-content: center; /* Center content */
    cursor: pointer;
    box-shadow: 0 0 40px #ff09fb; /* Consistent shadow */
}

/* 5. Add Media Queries for Very Small Devices */
@media (max-width: 480px) {

    .login-button[b-r2o9hjr5ag] {
        width: 90%; /* Increase width */
        padding: 15px 20px; /* Adjust padding */
    }

    .button-text[b-r2o9hjr5ag] {
        font-size: 16px; /* Smaller font */
    }

    .button-arrow[b-r2o9hjr5ag] {
        width: 20px; /* Smaller arrow */
    }
}
/* /Pages/MatchesView.razor.rz.scp.css */

/* Horizontal Scroll Container */
.horizontal-scroll-container[b-q7jq0x7s15] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px;
    scroll-behavior: smooth; /* Enables smooth scrolling */
    -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
    width: 30em;
}

    /* Hide Scrollbar (Optional) */
    .horizontal-scroll-container[b-q7jq0x7s15]::-webkit-scrollbar {
        display: none; /* Chrome, Safari, and Opera */
    }

.horizontal-scroll-container[b-q7jq0x7s15] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Image Card Styling */
.image-card[b-q7jq0x7s15] {
    flex: 0 0 auto; /* Prevents the card from shrinking */
    width: 150px; /* Adjust width as needed */
    margin-right: 16px; /* Space between cards */
    cursor: pointer;
    transition: transform 0.2s; /* Smooth hover effect */
}

    .image-card:hover[b-q7jq0x7s15] {
        transform: scale(1.05); /* Slightly enlarge on hover */
    }
/* /Pages/NewProfileComponents/About.razor.rz.scp.css */
.entry[b-crh5h2a845]{
    width: 100% !important;
    height: 100%;
}
.entry-container[b-crh5h2a845]{
    height:100%;
}
.bio-input[b-crh5h2a845] {
    margin:0px;
    border-radius: 20px;
    background-color: #932DB4;
    font-family: Montserrat, sans-serif;
    color: white;
    width: 100%;
    padding: 10px;
    border: none;
    resize: none; 
    height: 50vh; 
    overflow-y: auto;
    
}
textarea:focus[b-crh5h2a845], input:focus[b-crh5h2a845] {
    outline: none;
}
[b-crh5h2a845]::placeholder {
    color: lightgray;
    opacity: 1; /* Firefox */
}
/* /Pages/NewProfileComponents/Dob.razor.rz.scp.css */
.mud-input mud-input-text mud-input-adorned-end mud-typography-subtitle1[b-wwfl1mldgp] {
    background-color: white !important;
}
.mud-input > input.mud-input-root[b-wwfl1mldgp] {
    color: white !important;
}


.dob-container[b-wwfl1mldgp] {
    width: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    font-size: 20px;
}

.dob-input[b-wwfl1mldgp] {
    width: 40%;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Mongolian Baiti';
    text-align:center;
    font-size: 20px;
}

@media (max-width: 480px) {
    .dob-input[b-wwfl1mldgp] {
        width: 80%;
        padding-left: 40px;
        padding-right: 40px;
        font-family: 'Mongolian Baiti';
        text-align: center;
    }
}
/* /Pages/NewProfileComponents/Filters.razor.rz.scp.css */
.filter-container[b-5wc0wua61e] {
    width: 100%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-group[b-5wc0wua61e] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.slider-label[b-5wc0wua61e] {
    color: white;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 5px;
}

.slider-container[b-5wc0wua61e] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-value[b-5wc0wua61e] {
    color: white;
    font-family: Montserrat;
    text-align: center;
    min-width: 80px;
}
/* /Pages/NewProfileComponents/FutherDetails.razor.rz.scp.css */
/* Education Selection Field */
.education-field[b-whoajf9egn] {
    width: 100%;
    padding: 12px;
    background-color: #932DB4;
    color: white;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

/* Popup Overlay */
.popup-overlay[b-whoajf9egn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup Container */
.popup-container[b-whoajf9egn] {
    background: #D9D9D9;
    border: #FF09FB;
    stroke: #FF09FB;
    padding: 20px;
    padding-top: 30px;
    border-radius: 20px;
    width: 300px;
    text-align: center;
    position: relative;
}

/* Close Button */
.close-icon[b-whoajf9egn] {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Education Options */
.education-option[b-whoajf9egn] {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    background: white;
    border-radius: 20px;
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    border: 2px solid #ACACAC;
    transition: 0.2s;
}

    .education-option img[b-whoajf9egn] {
        width: 20px;
        margin-right: 10px;
    }

    .education-option:hover[b-whoajf9egn] {
        background: #FF09FB;
        color: white;
        border-color: #FF09FB;
    }

.bold-text[b-whoajf9egn] {
    font-family: Montserrat;
    color: white;
}

.custom-input[b-whoajf9egn] {
    background-color: #932DB4;
    stroke: #932DB4;
}

[b-whoajf9egn] MudAutocomplete {
    color: white;
}

.education-option-selected[b-whoajf9egn] {
    color: #A708AA;
    border-color: #FF09FB;
    stroke: #A708AA;
}
/* /Pages/NewProfileComponents/Location.razor.rz.scp.css */
.location-button[b-r5rvc22atp] {
    display: flex;
    align-items: center;
    justify-content: start;
    background: transparent;
    border: 2px solid #BA29D6;
    border-radius: 45px;
    padding: 15px;
    margin: 5px;
    cursor: pointer;
    width: 50%;
    transition: background 0.2s ease-in-out;
}

.transparent[b-r5rvc22atp] {
    background-color: transparent;
    border: 2px solid #BA29D6;
    color: white;
}

.filled[b-r5rvc22atp] {
    background-color: #932DB4;
    color: white;
    border: 2px solid #932DB4;
}

    .location-button:hover[b-r5rvc22atp] {
        background: rgba(186, 41, 214, 0.2);
    }

.icon[b-r5rvc22atp] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.location-button span[b-r5rvc22atp] {
    color: white;
    font-size: 16px;
    font-family: "FolksBold", sans-serif;
    text-align: center;
}

.button-container[b-r5rvc22atp] {
    width: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
/* /Pages/NewProfileComponents/Name.razor.rz.scp.css */
.name-input[b-xcn3w8g1jx]{
    background-color:transparent;
    height:50px;
    color:white;
    font-family: Montserrat;
    font-size:large;
    align-content:start;
    width:100%;
    border: none; 
}

textarea:focus[b-xcn3w8g1jx], input:focus[b-xcn3w8g1jx] {
    outline: none;
}

.name-input :focus[b-xcn3w8g1jx]{
    background-color: rebeccapurple;
    border: none;
}
.underline[b-xcn3w8g1jx]{

}
.name-container[b-xcn3w8g1jx] {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
}
/* /Pages/NewProfileComponents/OwnGender.razor.rz.scp.css */
.gender-button[b-i5lswj9bqr] {
    display: flex;
    margin-bottom: 25px;
    width: 275px;
    height: 50px;
    border-radius: 50px;
    border-width: 4px;
    border-color: #BA29D6 !important;
    background-color: transparent;
    font-family: Montserrat;
    color: white !important;
    box-shadow: 0 0 10px #BA29D6;
}


    .gender-button.selected[b-i5lswj9bqr] {
        background-color: #BA29D6; /* Selected background */
        color: white; /* Keep text visible */
        border-color: #FFFFFF; /* Optional: Change border */
    }

.button-stack[b-i5lswj9bqr] {
    padding:5px;
    display: list-item;

}

.button-container[b-i5lswj9bqr] {
    width: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
/* /Pages/NewProfileComponents/Photos.razor.rz.scp.css */
.photo-frame[b-0gy0liac85] {
    width: 100%; /* Makes the width 100% */
    aspect-ratio: 100 / 143;
    border-radius: 10px;
    border: 2px dashed #FF09FB;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.photo-grid[b-0gy0liac85] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates a responsive 3-column layout */
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; /* Centers the grid */
}

.empty-photo[b-0gy0liac85] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
}

.add-icon[b-0gy0liac85] {
    width: 20px;
    height: 20px;
}

.photo-image[b-0gy0liac85] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.crop-overlay[b-0gy0liac85] {
    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;
}

.crop-container[b-0gy0liac85] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.crop-actions button[b-0gy0liac85] {
    margin: 10px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
}
/* /Pages/NewProfileComponents/SearchGender.razor.rz.scp.css */
.gender-button[b-my7tj7lm81] {
    display: flex;
    margin-bottom: 25px;
    width: 275px;
    height: 50px;
    border-radius: 50px;
    border-width: 4px;
    border-color: #BA29D6 !important;
    background-color: transparent;
    font-family: Montserrat;
    color: white !important;
    box-shadow: 0 0 10px #BA29D6;
}


    .gender-button.selected[b-my7tj7lm81] {
        background-color: #BA29D6; /* Selected background */
        color: white; /* Keep text visible */
        border-color: #FFFFFF; /* Optional: Change border */
    }

.button-stack[b-my7tj7lm81] {
    padding: 5px;
    display: list-item;
}

.button-container[b-my7tj7lm81] {
    width: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
/* /Pages/OTP.razor.rz.scp.css */
.otp-page[b-smmc3xuftt] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
}

.logo-container[b-smmc3xuftt] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-image[b-smmc3xuftt] {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.info-text[b-smmc3xuftt] {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: white;
    margin-top: 10px;
}

.otp-input-container[b-smmc3xuftt] {
    margin-top: 20px;
    padding: 20px;
}

.otp-input[b-smmc3xuftt] {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    font-family: 'FolksBold', sans-serif;
}

    .otp-input:focus[b-smmc3xuftt] {
        outline: none;
        border-bottom: 2px solid #f1DD2BFC;
    }

.otp-display[b-smmc3xuftt] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.otp-box[b-smmc3xuftt] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .otp-box span[b-smmc3xuftt] {
        color: white;
        font-family: 'FolksBold', sans-serif;
        font-size: 18px;
        width: 30px;
        text-align: center;
    }


.otp-input-container[b-smmc3xuftt] {
    display: flex;
    justify-content: center;
}

.otp-digit-container[b-smmc3xuftt] {
    display: flex;
    gap: 10px; /* Adjust the space between digits */
}

.otp-digit[b-smmc3xuftt] {
    width: 40px; /* Adjust the width of the input */
    height: 40px; /* Adjust the height of the input */
    text-align: center;
    font-size: 24px;
    border: none;
    border-bottom: 2px solid #000; /* Underline styling */
    background-color: transparent;
}

    .otp-digit:focus[b-smmc3xuftt] {
        outline: none;
        border-bottom-color: #4CAF50; /* Change underline color when focused */
    }

    .otp-digit[b-smmc3xuftt]::placeholder {
        color: transparent; /* Hide the placeholder */
    }
/* /Pages/PhoneNumber.razor.rz.scp.css */
.phone-number-page[b-3eogplsu63] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
}

.logo-container[b-3eogplsu63] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; 
}

.logo-image[b-3eogplsu63] {
    margin-top:50px;
    width: 100%;
    height: auto;
}

.input-container[b-3eogplsu63] {
    width: 90%;
    max-width: 400px; 
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; 
}

.phone-number[b-3eogplsu63] {
    width: 70%; 
    display: flex;
    flex-direction: column;
    text-align:right;
}

.country-code[b-3eogplsu63] {
    width: 25%; 
    display: flex;
    flex-direction: column;
}

.country-code-input[b-3eogplsu63], .phone-number-input[b-3eogplsu63] {
    border: none;
    background-color: transparent;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    outline: none;
}

    .country-code-input:disabled[b-3eogplsu63] {
        color: lightgray;
    }



.info-text[b-3eogplsu63] {
    width: 100%;
    max-width: 400px;
    text-align: center;
    color: white;
    font-size: 12px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

    .info-text p[b-3eogplsu63] {
        margin: 5px 0;
    }

/* /Pages/ServicesPage.razor.rz.scp.css */


.services-page[b-l1qtrin9oz] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.scroll-view[b-l1qtrin9oz] {
    width: 100%;
    overflow-y: auto;
}

.content-container[b-l1qtrin9oz] {
    padding: 100px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-container[b-l1qtrin9oz] {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image[b-l1qtrin9oz] {
    max-height: 100%;
    max-width: 100%;
}

.info-text[b-l1qtrin9oz] {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}

    .info-text p:nth-child(2)[b-l1qtrin9oz] {
        font-size: 12px;
    }

.services-buttons[b-l1qtrin9oz] {
    width: 100%;
    margin-top: 30px;
}

.service-border[b-l1qtrin9oz] {
    border: 2px solid #932DB4;
    border-radius: 15px;
    background-color: #932DB4;
    padding: 6px;
    margin-top: 30px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
}

    .service-border:hover[b-l1qtrin9oz] {
        background-color: #a34fc7;
        border-color: #a34fc7;
    }

.service-grid[b-l1qtrin9oz] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.service-left[b-l1qtrin9oz] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon[b-l1qtrin9oz] {
    width: 30px;
    height: 30px;
}

.service-center span[b-l1qtrin9oz] {
    color: white;
    font-family: 'FolksBold', sans-serif;
    font-size: 18px;
}

.service-right[b-l1qtrin9oz] {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 600px) {
    .service-grid[b-l1qtrin9oz] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .service-right[b-l1qtrin9oz] {
        justify-content: center;
        margin-top: 10px;
    }

    .service-center span[b-l1qtrin9oz] {
        font-size: 16px;
    }

    .service-icon[b-l1qtrin9oz], .status-icon[b-l1qtrin9oz] {
        width: 30px;
        height: 30px;
    }
}
