body {
    background-color: #FCFCFD;
}

.fw-medium {
    font-weight: 500 !important;
}

.phase-iv .location_details-sect {
    padding: 0.75rem 1.375rem;
    border-width: 1px;
    border-color: var(--bs-gray-300);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

.phase-iv.directory .location_details-sect {
    border-width: 1.5px;
    border-color: #F7C71F;
}

.phase-iv .location_details-sect .icon-search {
    fill: #7C8087;
}

.phase-iv .location_details-sect .location_input {
    width: 30rem;
    border-left: none;
}

.phase-iv .location_details-sect .location_input input,
.phase-iv .location_details-sect .location_input input::placeholder,
.phase-iv .location_details-sect .location_input input::-moz-placeholder,
.phase-iv .location_details-sect .location_input input::-webkit-input-placeholder {
    color: #7C8087;
    font-size: 16px;
    font-weight: 400;
}

.phase-iv .location_details-sect .location_input input {
    padding: 0 1rem;
}

.phase-iv.directory .location_details-sect .location_input input {
    padding-left: 0.5rem;
}

.phase-iv .location_details-sect .location_input input,
.phase-iv .location_details-sect .location_input input::placeholder,
.phase-iv .location_details-sect .location_input input::-moz-placeholder,
.phase-iv .location_details-sect .location_input input::-webkit-input-placeholder {
    color: #252B37;
}

input,
button,
select,
optgroup,
textarea,
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus,
input:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.phase-iv .nav_right-sect .nav_btn.promote {
    border-radius: 25px;
}

.phase-iv .nav_right-sect .nav_btn.promote>.label {
    grid-template-columns: repeat(2, 1fr);
}

.phase-iv .nav_right-sect .nav_btn.promote>.label>i.fa-solid {
    color: #4EAD38;
}

.phase-iv .nav_right-sect .profile-avatar {
    --width-height: 48px;
    width: var(--width-height);
    height: var(--width-height);
    padding: 2px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 100%;
}

.phase-iv .nav_right-sect .profile-avatar .dropdown-toggle>svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}

.phase-iv .nav_right-sect .profile-avatar .dropdown-toggle.show>svg {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.phase-iv .profile-avatar .dropdown-menu {
    display: block;
    width: 220px;
    padding: 10px;
    left: auto;
    right: 0;
    margin-top: 1rem;
    border-color: var(--bs-gray-200);
    border-radius: 25px;
    transform: translateY(-10px);
    opacity: 0;
    -webkit-box-shadow: 0 12px 30px 0 rgba(0 0 0 / 20%);
    box-shadow: 0 12px 30px 0 rgba(0 0 0 / 20%);
    transition: transform 0.35s ease, opacity 0.35s ease;
    -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
}

.phase-iv .profile-avatar .dropdown-menu.show {
    transform: translateY(0);
    opacity: 1;
}

.phase-iv .profile-avatar .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    padding: 10px 14px;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    border-radius: 25px;
}

.phase-iv .profile-avatar .dropdown-menu[data-bs-popper] .dropdown-item.active,
.phase-iv .profile-avatar .dropdown-menu[data-bs-popper] .dropdown-item:active {
    background-color: #F7C71F;
    border: 0;
    outline: none;
}

.phase-iv .profile-contnet-inner .profile-left-col {
    width: 200px;
    padding: 0;
    border: none;
}

.profile-contnet-inner .profile-left-col .profile-menu li {
    margin-bottom: .375rem;
}

.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a {
    color: #2a2a2a;
    font-weight: 400;
    padding: .75rem 1.15rem;
    border-radius: 25px;
}

.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a.active,
.phase-iv .profile-contnet-inner .profile-left-col .profile-menu li a:hover {
    color: #2a2a2a;
    border-radius: 25px;
    background-color: #F4F4F6;
}

.phase-iv .profile-contnet-inner .profile-left-col .more-features .head {
    line-height: 1.35em
}

.phase-iv .profile-contnet-inner .nav_btn.learn-more {
    padding: 8px 20px !important;
    font-size: 14px;
    border-color: var(--bs-gray-200) !important;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .main-content-box .main-section--header .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.phase-iv .main-content-box .main-section--header .btn {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
}

.phase-iv .main-content-box .main-section--header .btn.link-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border: 1.5px solid var(--bs-gray-400);
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile.card {
    background-color: #FCFCFD;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__avatar {
    --width-height: 50px;
    width: var(--width-height);
    height: var(--width-height);
}

.phase-iv .sidebar-right .profile-box .profile-avatar img {
    border: 2px solid #F7C71F;
}

.phase-iv .sidebar-right .profile-box .profile-avatar .profile-star {
    --star-size: 32px;
    width: var(--star-size);
    height: var(--star-size);
    position: absolute;
    bottom: -8px;
    right: -4px;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info {
    position: relative;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__name,
.phase-iv .sidebar-right .profile-box .profile__info .profile__name {
    font-size: 16px;
    font-weight: 600;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention.post-author .post-author__info .post-author__title {
    font-size: 15px;
    font-weight: 400;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention.post-author .post-author__info .post-author__location {
    font-size: 16px;
    font-weight: 500;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__location,
.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__company,
.phase-iv .sidebar-right .profile-box .profile__info .profile__company {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-author .post-author__info .post-author__company::before {
    content: "•";
    position: absolute;
    right: -11px;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile .post-author__info .copy-detail {
    position: absolute;
    top: 50%;
    right: 0;
    /* transform: translate(50%, -50%); */
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-right: 20px;
    transition: opacity .25s ease, transform .25s ease;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile .post-author__info:hover .copy-detail {
    /* transform: translate(-50%, -50%); */
    opacity: 1;
}

.phase-iv .sidebar-right .badge {
    border-radius: 25px;
    font-weight: 400;
}

.phase-iv .sidebar-right .badge.badge-success {
    background-color: #4EAD38;
}

.phase-iv .modal .modal-body .upload-container {
    --size-upload: 120px;
    width: var(--size-upload);
    height: var(--size-upload);
    min-height: 0;
}

@media (min-width: 576px) {
    .phase-iv .modal-dialog:not(.modal-lg, .modal-xl) {
        --bs-modal-width: 620px;
    }
}

.phase-iv .modal .modal-header {
    padding: 12px 20px 12px 20px;
}

.phase-iv .modal .modal-body {
    padding: 40px;
}

.phase-iv .modal .modal-body .heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.phase-iv .modal .modal-body .sub-head {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.phase-iv .modal .modal-body .ad--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: 1.5px solid;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .ad--container.promote {
    background-color: #4FA9380D;
    border-color: #4FA9381A;
}

.phase-iv .modal .modal-body .ad-head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2.5px;
}

.phase-iv .modal .modal-body .ad-desc {
    font-size: 13px;
    font-weight: 400;
}

.phase-iv .modal .modal-body .ad--container .promote-btn {
    width: 99px;
    height: 40px;
    padding: 13px 20px 13px 20px;
    background: #4FA938;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .ad--container .promote-btn .label.from {
    color: #FFFFFF;
}

.phase-iv .modal .modal-body form label {
    color: #7C8087;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    border: none;
}

.phase-iv .modal .modal-body form .form-control {
    height: 56px;
    padding: 17px 20px 17px 20px;
    background: #FCFCFD;
    border: 1.5px solid #EAEAEB;
    border-radius: 12px;
}

.phase-iv .modal .modal-body .button-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.phase-iv .modal .modal-body .button-group button {
    padding: 22px 40px !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .button-group .change-password-btn {
    border-color: var(--bs-gray-900) !important;
    font-weight: 600;
}

.phase-iv .modal .modal-body .button-group .delete-account-btn {
    color: #7C8087;
    font-weight: 600;
    border: none;
}

.phase-iv .modal .modal-body .button-group .delete-account-btn::before {
    --gradient-primary: #ff0000;
}

.phase-iv .modal .modal-body .ad--container.more-features {
    flex-direction: column;
    justify-content: center;
    background-color: #F7F7F7;
    border-color: #4FA9381A;
    text-align: center;
}

.phase-iv .modal .modal-body .submit-btn {
    width: 100%;
    padding: 22px 40px !important;
    background-color: #DFDFDF;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .submit-btn::before {
    --gradient-primary: #F7C71F;
}

.phase-iv .modal .modal-body .forgot-password {
    position: absolute;
    right: 20px;
    color: #252B37;
}

.phase-iv .modal .modal-body .login-btn {
    width: 100%;
    padding: 12px 20px !important;
    background-color: #F7C71F;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-transform: none;
    transition: opacity .25s ease;
}

.phase-iv .modal .modal-body .login-btn:hover {
    opacity: 0.85;
}

.phase-iv .post-wrapper .post .post__body .post__content .post-mention--profile>.post-mention {
    gap: 0;
}

.phase-iv .post-wrapper .post .post__body .ask-a-question {
    padding: 20px 85px !important;
    font-size: 14px;
    border-color: var(--bs-gray-200) !important;
    border-radius: 10px;
    text-transform: none;
}

.phase-iv .modal .modal-body .promotion-ad--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    padding: 30px;
    border: 1.5px solid var(--bs-gray-200);
    border-radius: 12px;
    text-align: center;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-head {
    font-size: 22px;
    font-weight: 500;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-desc {
    font-size: 14px;
    font-weight: 500;
    color: #7C8087;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-learn-more {
    width: 100%;
    padding: 10px 22px;
    color: #252B37;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #4FA938;
    border-radius: 12px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.phase-iv .modal .modal-body .promotion-ad--container .ad-learn-more:hover {
    color: #FFFFFF;
    background-color: #4FA938;
}

@media only screen and (max-width: 767px) {
    .phase-iv .post-wrapper.card .card-body.post {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
    }

    .phase-iv .main-content-box .main-section--header .btn-container {
        width: 100%;
    }

    .phase-iv .main-content-box .main-section--header .btn-container .btn.link-btn {
        justify-content: center;
    }
}