body {
    background-color: #f8f9fa;
}
.header {
    height: 91px;

    background-color: #fff;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}
.header .headerBox {
    display: flex;
    width: 100%;
    height: 72px;
    padding: 0 60px;
    align-items: center;
    padding-bottom: 18px;
}

/* Logo styling */
.logo img {
    width: 210px;
    height: auto;
    margin: -17px;
}

/* Menu styling */
.menu-links {
    flex: 1;
    align-items: end;
    justify-content: end;
}

.menu-links ul {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

/* Styling for menu items */
.menu-links ul li {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

/* Styling for links */
.menu-links ul li a {
    padding: 33px 15px;

    text-decoration: none;
    color: #54595f;
    font-family: "Anybody", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    transition: color 0.3s ease;
}

.menu-links ul li a:hover {
    color: #289f35;
}

.footer-width-fixer {
    width: 100%;
}

.golf-navbar {
    padding: 0 204px;
    height: 68px;
    gap: 4px;
    background-color: #fff;
    justify-content: space-between;
}

.golf-navbar .links {
    display: flex;
    height: 34px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.golf-navbar .links a {
    color: #54595f;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.golf-navbar .links a:hover,
.golf-navbar .links a.active-link {
    color: #fff;
    background-color: #289f35;
}
.bell-icon {
    margin-right: 20px;
}

.dashboard-icon img {
    width: 48px;
    height: 48px;
}

.content-box {
    display: flex;
    border-radius: 12px;
    border: 1px solid #e5e7eb;

    width: 1024px;
    margin: 0 auto;
}
.login-box {
    height: 523px;
}
.signup-box {
    height: 640px;
}
.fogot-box {
    height: 460px;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* -- profile */

.profile-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 32px;
    padding: 32px;
    position: relative;
    background-color: #fdfdfd;
    border-radius: 12px;
}

.main_box {
    display: flex;
    padding: 32px 0px 0px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    flex: 1 0 0;
}
.profile_box {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    position: relative;
    margin-bottom: 40px;
}
.pro_img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background-color: #333;
}
.photo_change_btn {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #289f35;
    cursor: pointer;
}
.remove_btn {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pic-photo {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center; /* Center items horizontally */
}

@media (max-width: 768px) {
    .pic-photo {
        flex-direction: column; /* Stack items vertically on small screens */
        gap: 12px; /* Adjust space between items on mobile */
    }
}

.input_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    position: relative;
    align-self: stretch;
}
.input_field {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.input_items {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #c7c7c7;

    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    height: 40px;
    min-width: 48%;
}

.input_items::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 10px;
    width: 77px;
    height: 2px;
    background: white;
}
.input_items.email::before {
    width: 93px;
}
.input_items.mobile-number::before {
    content: none;
}
.input_items.company-name::before {
    width: 107px;
}
.input_items.company-industry::before {
    width: 120px;
}
.input_items.company-email::before {
    width: 108px;
}
.input_items.medical-condition::before {
    width: 123px;
}
.input_items.shirt-size::before {
    width: 70px;
}
.input_items.handicap::before {
    width: 100px;
}
.input_item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 6px;
    top: -11px;
    padding: 0 4px;
}
.item {
    display: flex;
    align-items: center;

    height: 20px;
}
.item_field {
    width: 100%;

    border: none;
    outline: none;
    font-size: 14px;
    font-family: "DmSans-Medium", sans-serif;
    font-weight: 500;
    color: #111111;
}

.field_name {
    color: #54595f;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 6px;
    background: #fff;
}
.input_footer {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid var(--Border, #e5e5e5);
    width: 50%;
}
.profile_footer {
    width: 100% !important;
}
.remove-btn {
    border: none;
    background: #fff;
}
.bottom-btn {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-top: none !important;
    padding-top: 0px !important;
}
.btn-box1 a {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid var(--Primary-Hover, #35b443);
    text-decoration: none;
}
.btn-box2 button {
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-500, #289f35);
    border: none !important;
    color: #ffffff;
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
    background-color: #ccc;
    border: none;
    transition: background-color 0.3s;
}

.form-switch .form-check-input:checked {
    background-color: var(--primary-color);
}

.form-switch .form-check-label {
    margin-left: 10px;
    margin-top: 3px;
}
.form-switch .form-check-input:focus {
    border-color: #289f35;
}
.form-switch .form-check-input:focus,
.form-switch .form-check-input:checked {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    /* background-color: yellow !important; */
}

.profile-phonebox {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #c7c7c7;
    border-radius: 4px !important;
}

.profile-phonebox input {
    padding: 8px 12px;

    width: 100%;
    border: none;
    font-size: 14px;

    font-family: "Anybody", sans-serif;
    font-weight: 500;
    color: #333333;
    background: transparent;
    outline: none;
    width: 254px;
}

.profile-phonebox .phone-prefix {
    padding: 10px;
    font-weight: 400;
    line-height: 1;
    color: #444;
    text-align: start;
    background-color: white;
    border: none;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #c7c7c7;
}

.profile-phonewrapper > label {
    position: absolute;
    top: -12px;
    left: 11px;
    background: white;
    padding: 1px 5px;
    font-weight: 400;
    font-size: 13px;
}
