/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.m-0 {
    margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

.bg-dark {
    background-color: rgb(0, 0, 0);
}

.p-0 {
    padding: 0;
}

.button,
button,
fieldset,
input,
select,
textarea,
ol ol,
ol ul,
ul ol,
ul ul {
    margin: auto;
}

.header-wrapper,
#masthead,
.header-inner {
    height: 100%;
}
.row-4 .col:hover:not(.row-4 .col:last-child:hover) {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.row-4 .icon-box p {
    font-size: 20px;
    font-weight: 600;
    color: rgb(118, 218, 255);
}

a.accordion-title,
.accordion_title {
    border: 0;
    color: white;
}

.accordion i:before {
    content: "\e605";
    color: white;
}

.row-4 .col:last-child h3 {
    color: white;
}

.row-4 .icon-box {
    padding: 20px;
    min-height: 250px;
    background: rgb(44, 48, 58);
    border-radius: 15px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.html a.button.primary {
    padding: 10px 20px;
    background: black;
    border: 3px solid yellow;
    border-radius: 15px !important;
    font-size: 20px;
    font-weight: bolder;
}

div.sub-header form .flex-row {
    flex-direction: row-reverse;
}

.row-3 .icon-box img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.row-3 .icon-box-text p:first-child {
    font-size: 17px;
    color: white;
    font-weight: 600;
}

.row-3 .icon-box-text p:last-child {
    font-size: 14px;
    color: rgb(183, 187, 200);
}

.row-3 .icon-box-text.last-reset {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row-3 .box {
    background: rgb(30, 31, 38);
    border-radius: 15px;
    overflow: hidden;
}

.sub-header .icon-search:before {
    color: black;
}

.sub-header input::placeholder {
    color: white;
}

.sub-header a.button span {
    font-size: 20px;
    color: white;
}

.sub-header a span:hover {
    color: yellow;
} 

.row-2 .icon-box {
    background: rgb(44, 48, 58);
    padding: 20px;
    border-radius: 15px;
}

.row-2 .icon-box a.button.primary,
.row-3 a.button,
.row-4 a.button {
    background: rgb(68, 72, 87);
    padding: 10px 16px;
    border-radius: 4px;
    color: white;
    text-transform: capitalize;
    font-weight: 200;
}

.row-4 .col:last-child p {
    font-size: 14px;
    color: rgb(199, 201, 211);
}

.row-2 .icon-inner {
    width: 80px !important;
    padding: 10px;
    background: black;
    border-radius: 15px;
}

.row-2 .icon-box span {
    font-size: 15px;
    font-weight: 100;
    color: rgb(199, 201, 211) !important;
}

.row-1 a.button.primary,
.row-5 a.button {
    background: rgb(71, 207, 115);
    border-radius: 4px;
    padding: 12px 24px;
    color: white;
}

.row-5 .col-inner {
    padding: 20px 40px;
    background: #2c303a;
    border-radius: 15px;
}

.row-5 p,
.row-5 h3,
.row-5 h2 {
    color: white;
}

.row-5 p {
    padding: 0px 10%;
}

.sub-header input {
    background: #667085;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 0px !important;
}

.sub-header .searchform-wrapper:not(.form-flat) .submit-button {
    background: #667085;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.row-2 .icon-box {
    background: rgb(44, 48, 58);
    padding: 20px;
    border-radius: 15px;
    min-height: 425px !important;
}

.contact .title p,
.support .title p {
    font-size: 48px;
    margin: 0;
}

.contact label,
.support label {
    color: white;
    font-size: 16px;
    text-align: left;
}

.contact-form .form-row:first-child {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.support-form {
    width: 65%;
}

.contact .form-row input,
.contact textarea,
.support .form-row input:not(.support .form-row input[type="file"], .support .form-row input[type="submit"]),
.support textarea {
    background-color: #d9d9d9;
    border-radius: 10px;
}

.support .row-1 .col:nth-child(2) .col-inner p {
    font-size: 25px;
    margin: 0;
}

.support .row-1 .col:nth-child(2) li::marker {
    content: "\e605";
    font-family: fl-icons;
    padding-right: 10px;
}

.support .form-row input[type="file"] {
    color: white;
}

.contact .form-row input[type="submit"],
.support-form .form-row input[type="submit"] {
    width: 100%;
    background-color: #009127;
    border-radius: 99px;
}

.support-form .form-row input[type="submit"] {
    width: fit-content;
    padding: 0px 40px;
}

span.sub-logo {
    height: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: yellow;
    transform: translate(25%);
}

ul.menu li a {
    font-size: 25px;
    margin: 20px 0;
    border: 0px !important;
    color: white;
}

ul.menu li {
    border: 0px !important;
}

ul.header-nav {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.header-custom,
#main {
    padding-bottom: 0;
}

#footer .ux-logo > div {
    padding-right: 0 !important;
}

#footer .stack .ux-menu .ux-menu-title {
    margin-right: 5px !important;
    font-weight: 700;
    color: white;
}

#footer .stack .ux-menu span {
    color: #9b9dad;
    font-weight: 500;
}

#footer .stack .ux-menu a:hover {
    color: white;
}

#footer .stack .ux-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}

.absolute-footer {
    display: none;
}

.about-us .abt-1 img,
.about-us .abt-2 img {
    border-radius: 15px;
}

.abt-3 .text-box {
    padding: 15px 20px;
    background: #46495b;
    border-radius: 15px;
    min-height: 300px;
}

.abt-4 .stack p {
    font-size: 20px;
}

.abt-4 .stack h3 {
    font-size: 25px;
}

main#main {
    border-left: 1px solid #8f8f8f;
    padding: 0;
}

.footer .ux-menu {
    display: flex
;
    flex-direction: row;
    gap: 20px;
}

.archive #wrapper > .shop-page-title{
  display: none !important;
}

.breadcrumbs {
    color: white;
}

.breadcrumbs a.current, .breadcrumbs a:hover {
    color: yellow;
}

h1.product-title.product_title.entry-title {
    color: white;
    font-size: 3rem;
}

.page-checkout {
    padding: 10px 20px !important;
}

.product-short-description {
    font-size: 1.3rem;
    color: white;
    margin: 10px 0;
}

.product-short-description p{
    margin: 0;
}

.nav>li>a:hover:not(.nav>li.active>a:hover) {
    color: yellow;
}

.related-products-wrapper .box-text {
    background-color: white;
}

.price-wrapper del span{
    font-size: 1.3rem;
    color: white;
    vertical-align: baseline;
}

.product-small.box .price-wrapper del bdi {
    color: black !important;
}

.price-wrapper ins span{
    color: yellow;
    font-size: 1.75rem;
    vertical-align: baseline;
}

.price-wrapper {
    margin: 10px 0;
}

.in-stock-quantity p, .price-title {
    margin: 0;
    font-size: 1rem;
    color: white;
    margin-bottom: 5px;
}

.in-stock-quantity strong {
    color: yellow;
    font-size: 1rem;
}

.product-page-price {
    display: flex !important;
    /* flex-direction: row-reverse ; */
    gap: 20px;
    align-items: baseline;
}   

.single-product .woocommerce-review-link{
    color: yellow;
}

.single-product .nav-tabs+.tab-panels, .single-product h3 {
    background-color: #1e1f26;
    color: white;
}

.row-product-custom .box-text {
    background: white;
}

.row-product-custom .price-wrapper {
    display: none;
}

.row-product-custom .category {
    font-size: .9rem;
}

.row-product-custom .name {
    font-size: 1.1rem;
}

#wpum-account-forms-tabs li a:not(#wpum-account-forms-tabs li.active a, #wpum-account-forms-tabs li:hover a) {
    color: white;
}

/**** CUSTOM DOKAN *****/

.dokan-dashboard .dokan-dash-sidebar, 
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
    background-color: rgb(19, 20, 23);
}


.dokan-dashboard-content {
    padding: 10px 20px !important;
    background-color: white;
}


.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background-color: black;
    border: 1px solid yellow;
    
}

.woocommerce-ellipsis-menu__popover .components-popover__content {
    height: 400px;
    width: 200px;
    padding: 2px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
    background: rgb(19, 20, 23) !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background-color: black;
}

.woocommerce-message.message-wrapper {
    display: none;
} 

.caution-product {
    padding: 10px 20px;
    border: 1px dashed white;
    border-radius: 12px;
}

p.in-stock {
    display: none;
}

.caution-product p {
    margin-bottom: 5px;
}

.nut-zalo {
    border-radius: 99px;
    background-image: url(/wp-content/uploads/2025/06/zalo-chat.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 55px;
    padding-left: 25px !important;
    font-weight: normal;
    letter-spacing: 0;
    background-color: #00a9e8 !important;
}

.nut-messenger {
    border-radius: 99px;
    background-image: url(/wp-content/uploads/2025/06/messenger-fill-svgrepo-com.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 27px;
    padding-left: 25px !important;
    font-weight: normal;
    letter-spacing: 0;
    background-color: #0165e5 !important;
}

.woocommerce-cart > *, .woocommerce-cart span, 
.woocommerce-checkout > *,
.woocommerce-checkout h2,
.wc-block-components-product-name, 
.wc-block-components-product-metadata,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wc-block-cart-item__remove-link,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-must-login-prompt,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel a,
.woocommerce-Tabs-panel label{
    color: white !important;
}

.woocommerce-checkout .wc-block-checkout__form input:not(.woocommerce-checkout #checkbox-control-0) {
    height: 20px !important;
    padding: 30px 10px !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none;
}

.wc-block-cart-item__quantity {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
}
/*register*/
.wpum-template.wpum-form.wpum-registration-form {
    border-radius: 24px;
    width: 80%;
    max-width: 800px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
    position: relative;
    overflow: hidden;
    background-color: rgb(208, 213, 221);
}

.wpum-registration-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.wpum-registration-form .fieldset-role small.description {
    display: none !important;
}

.wpum-registration-form .fieldset-role {
    margin-bottom: 30px;
}

.wpum-registration-form select#role {
    border-radius: 5px;
}

.wpum-registration-form label {
    font-weight: 500;
    font-size: 1.1rem;
    color: #1e293b;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
    line-height: 2.5;
}

.wpum-registration-form input[type="text"],
.wpum-registration-form input[type="email"],
.wpum-registration-form input[type="password"] {
    width: 100%;
    padding: 14px 24px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #ffffff;
    color: #111827;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease;
}

.wpum-registration-form select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #ffffff;
    color: #111827;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease;
}

#wpum-submit-registration-form input[type="submit"].button {
    animation: none !important;
    transition: none !important;
    background: #444444 !important;
    color: #ffffff !important;
    border: block;
    border-radius: 15px;
    border: 2px solid #3b82f6;
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0 2.5rem;
    cursor: pointer;
    display: block;
    margin: 15px auto 0 auto;
}

.wpum-registration-form .fieldset-privacy label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    font-weight: 400;
    color: #1e293b;
    line-height: 1.4;
}

.wpum-registration-form .fieldset-privacy input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #2563eb;
    cursor: pointer;
    border-radius: 4px;
}

.wpum-registration-form .wpum-action-links {
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.wpum-registration-form .wpum-action-links li {
    margin-bottom: 0;
    position: relative;
}

.wpum-registration-form .wpum-action-links a {
    color: #3b82f6;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 5px;
    position: relative;
    transition: color 0.3s ease;
}

/*forgotpassword*/
.wpum-template.wpum-form.wpum-password-recovery-form {
    background-color: #D0D5DD ;
    padding: 30px;
    border-radius: 16px;
    width: 75%;
    max-width: 550px;
    margin: 20px auto;
    font-family: 'Lato', sans-serif;
}

.wpum-password-recovery-form h1 {
    font-size: 1.9rem;
    font-weight: 500;
    color: #2D3748;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.wpum-password-recovery-form p {
    display: none;
}

.wpum-password-recovery-form .fieldset-username_email {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.wpum-password-recovery-form .fieldset-username_email label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #4A5568;
    font-size: 1rem;
    letter-spacing: 0.2px;
}

.wpum-password-recovery-form .fieldset-username_email .input-text {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    font-size: 1.1rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2D3748;
}

.wpum-password-recovery-form .wpum-required {
    color: #E53E3E;
    font-size: 0.9rem;
    margin-left: 0.3rem;
    font-weight: 500;
}

.wpum-password-recovery-form .button {
    width: 100%;
    padding: 12px;
    background-color: #4C6EF5;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 0 auto;
    display: block;
}

.wpum-password-recovery-form .fieldset-privacy {
    display: none !important;
}

.wpum-password-recovery-form .wpum-action-links {
    margin-top: -20px;
    list-style: none;
    padding: 0;
    text-align: center;
}

.wpum-password-recovery-form .wpum-action-links li {
    margin-bottom: 0.75rem;
}

.wpum-password-recovery-form .wpum-action-links a {
    color: #4C6EF5;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.wpum-password-recovery-form .wpum-action-links a:hover {
    color: #2D3748;
    text-decoration: underline;
}

.wpum-password-recovery-form-container .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #d0d5dd;
    padding: 30px;
    border-radius: 30px;
}

/*account*/
.wpum-template.wpum-account-page {
    max-width: 1200px;
	width: 75%;
    margin: 40px auto;
    padding: 0 25px;
    background: #2c2c2c;
    border-radius: 5px;
    box-sizing: border-box;
}

.wpum_one_third, 
.wpum_two_third {
    padding: 30px;
    box-sizing: border-box;
}

#wpum-account-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid #4a4a4a;
    border-radius: 5px;
    background: linear-gradient(145deg, #3a3a3a 0%, #4a4a4a 100%); 
    overflow: hidden;
}

#wpum-account-links li {
    border-bottom: 1px solid #666;
}

#wpum-account-links li:last-child {
    border-bottom: none;
}

#wpum-account-links li a {
    display: flex;
    align-items: center;
    padding: 18px 24px;
    margin: 4px 8px;
    border-radius: 5px;
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 600;
    font-size: 16px;
}

#wpum-submit-account-form,
#wpum-submit-password-form {
    padding: 50px;
    border-radius: 5px;
    background: rgb(208, 213, 221);
    box-sizing: border-box;
}

#wpum-submit-account-form h2,
#wpum-submit-password-form h2 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.input-text {
    position: relative;
    margin-bottom: 30px;
}

#wpum-submit-account-form input:not([type="submit"]):not([type="file"]),
#wpum-submit-account-form textarea,
#wpum-submit-account-form select,
#wpum-submit-password-form input:not([type="submit"]):not([type="file"]),
#wpum-submit-password-form textarea,
#wpum-submit-password-form select,
.input-text input,
.input-text textarea,
.input-text select {
    width: 100%;
    padding: 18px 50px 18px 18px;
    border-radius: 5px !important;
    box-sizing: border-box;
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

#wpum-submit-account-form select,
#wpum-submit-password-form select,
.input-text select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
}

#wpum-submit-account-form textarea,
#wpum-submit-password-form textarea,
.input-text textarea {
    resize: vertical;
    min-height: 160px;
    max-height: 360px;
}

#wpum-submit-account-form input[type="file"],
#wpum-submit-password-form input[type="file"],
input[type="file"] {
    padding: 18px;
    border: 3px solid #555 !important;
    border-radius: 5px !important;
    width: 100%;
    background: linear-gradient(145deg, #333 0%, #3a3a3a 100%) !important;
    color: #e0e0e0 !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    cursor: pointer;
}

.wpum-uploaded-files {
    margin-bottom: 25px;
    padding: 18px;
    border: 2px solid #4a4a4a;
    border-radius: 5px;
    background-color: #3a3a3a;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 160px;
    overflow-y: auto;
}

.wpum-uploaded-files span {
    color: #e0e0e0;
    font-size: 14px;
    padding: 6px 12px;
    background-color: #444;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wpum-submit-account-form input[type="submit"],
#wpum-submit-account-form .button,
#wpum-submit-password-form input[type="submit"],
#wpum-submit-password-form .button {
    animation: none !important;
    transition: none !important;
    background: #444444 !important;
    color: #ffffff !important;
    border: 2px solid #3b82f6 !important;
    border-radius: 15px !important;
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0 2.5rem;
    cursor: pointer;
    display: block;
    margin: 15px auto 0 auto;
    font-family: 'Lato', sans-serif !important;
}

#wpum-submit-account-form input[type="submit"]:hover,
#wpum-submit-account-form .button:hover,
#wpum-submit-password-form input[type="submit"]:hover,
#wpum-submit-password-form .button:hover {
    background: linear-gradient(145deg, #6b8dd6 0%, #9abaf7 100%) !important;
}

/* Profile */
.wpum-profile-page {
    max-width: 1250px;
    margin: 0 auto;
    padding: 24px;
    background: #1a1a1a; 
    border-radius: 16px;
    border: 4px solid #333333; 
    position: relative;
    z-index: 1;
}

#profile-header-container {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

#header-cover-image {
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

#header-avatar-container {
    position: absolute;
    bottom: -72px;
    left: 32px;
}

#header-avatar-container img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 6px solid #2a2a2a; 
    object-fit: cover;
}

#header-profile-details {
    padding: 90px 0px 24px;
    background: #2a2a2a;
    border-radius: 0 0 16px 16px;
}

#header-name-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

#header-name-container h2 {
    font-size: 2.1rem;
    font-weight: 900; 
    margin: 0;
    font-family: 'Inter', 'Lato', sans-serif;
    line-height: 1.2;
    color: #ffffff; 
}

#header-name-container a {
    font-size: 0.95rem;
    font-weight: 700; 
    color: #1e90ff; 
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
}



.profile-navbar {
    display: flex;
    gap: 24px;
}

.profile-navbar a {
    padding: 12px 16px; 
    font-size: 1.05rem;
    font-weight: 700;
    color: #cccccc;
    text-decoration: none;
    font-family: 'Inter', 'Lato', sans-serif;
    border: 15px solid #ffffff; 
    border-radius: 15px; 
    transition: background-color 0.3s, color 0.3s; 
}

.profile-navbar a.active {
    color: #1e90ff; 
}

#profile-tab-content {
    padding: 0px 0px;
}

.profile-fields-group {
    margin-bottom: 40px;
}

.profile-fields-group h3.group-title {
    font-size: 1.5rem;
    font-weight: 800; 
    color: #ffffff; 
    margin-bottom: 20px;
    font-family: 'Inter', 'Lato', sans-serif;
    padding-left: 12px;
}

.profile-fields-table {
    width: 100%;
    border-collapse: collapse;
}

.profile-fields-table tr {
    border-bottom: 1px solid #444444; 
}

.profile-fields-table td {
    padding: 16px 0;
    font-size: 1rem;
    color: #ffffff; 
    font-family: 'Inter', 'Lato', sans-serif;
    font-weight: 600;
}


.profile-fields-table td.label {
    width: 30%;
    font-weight: 700; 
    color: #cccccc; 
}

.profile-fields-table td.data {
    width: 70%;
}

.profile-fields-table td.data a {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 600; 
}

.profile-fields-table td.data p {
    margin: 0;
    line-height: 1.6;
}

#profile-tab-content .profile-tab-about {
    display: none;
}

.profile-navbar a[href$="/about"] {
    display: none; 
}



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
