.innf_ig_link_field .wapf-field-input .wapf-input {
    border-radius: 0px !important;
    border: none !important;
    vertical-align: text-top;
}

.innf_ig_link_field .wapf-field-input::before {
    top: calc(50% - 13px) !important;
}

.innf_ig_link_field .wapf-field-input .wapf-input::placeholder{
    color: rgba(89, 89, 89, 0.75);
}


.innf_ig_link_field {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    overflow: auto;
    overflow-y: visible;
}

.innf_user_results_loading {
    padding: 0px 20px 40px 20px;
    text-align: center;
    color: #666;
}

.innf_user_results{
    position: relative;
}

.innf_user_list_wrap {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin: 0 6px 0px 12px;
    padding-right: 6px;
}

.innf_user_list_wrap::-webkit-scrollbar {
    width: 4px;
}

.innf_user_list_wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.innf_user_list_wrap::-webkit-scrollbar-thumb {
    background: #ff553c;
    border-radius: 4px;
}

.innf_user_list_wrap::-webkit-scrollbar-thumb:hover {
    background: #e64a31;
}

.innf_post_image {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.innf_post_grid_wrap .innf_no_post_select_error_wrap {
    margin: 0px 12px 14px 12px;
}

.innf_results_title_wrap {
    display: inline-flex;
    padding: 14px 79px 14px 81px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0 -40px 24px 0 rgba(0, 0, 0, 0.01), 0 -23px 14px 0 rgba(0, 0, 0, 0.02), 0 -10px 10px 0 rgba(0, 0, 0, 0.03), 0 -3px 6px 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

.innf_results_title {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0px;
    white-space: nowrap;
}

.innf_user_list {
    padding: 0;
    flex: 1;
    border-top: 1px solid #eee;
}

.innf_user_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.innf_user_item:hover {
    background: #f9f9f9;
}

.innf_user_info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.innf_user_avatar_wrapper {
    position: relative;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
    border-radius: 100px;
    background: linear-gradient(225deg, #8A3BEE 0%, #F200B7 39%, #FE9402 91.67%);
    justify-content: center;
    align-items: center;
    display: flex;
}

.innf_avatar_loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 50%;
}

.innf_post_item .innf_avatar_loader{
    border-radius: 0%;
}

.innf_user_avatar_wrapper .innf_avatar_loader {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 42px;
    height: 42px;
}

.innf_user_avatar_wrapper .innf_loader_inline {
    padding-top: 11px;
}

.innf_user_avatar_wrapper .innf_loader_inline .innf_loader {
    width: 26px;
    height: 26px;
    border-width: 4px;
    border: 4px solid #ffddd8;
    border-top: 4px solid #ff553c;
}

.innf_user_avatar_wrapper .innf_loader_inline .innf_loader_svg_wrap, .innf_load_more_wraper_main .innf_loader_inline .innf_loader_svg_wrap{
    width: 26px;
    height: 26px;
}

.innf_user_avatar_wrapper .innf_loader_inline .innf-spinner-icon, .innf_load_more_wraper_main .innf_loader_inline .innf-spinner-icon{
    right: -1px;
}

.innf_user_avatar_wrapper .innf_loader_inline .innf-spinner-icon svg, .innf_load_more_wraper_main .innf_loader_inline .innf-spinner-icon svg{
    width: 15px;
    height: 12px;
}

.innf_post_item .innf_loader_inline{
    padding-top: 15px;
}

.innf_user_avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 36px !important;
    object-fit: cover;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    border: 2px solid #fff !important;
}

.innf_user_details {
    flex: 1;
    min-width: 0;
}

.innf_loader_svg_wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 1s linear infinite;
    transform-origin: 50% 50%;
}

.innf-spinner-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
}
.innf_user_full_name {
    color: #313336;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.innf_user_username {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_select_button {
    display: flex;
    height: 36px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid #FF563C;
    color: #FF563C;
    text-align: center;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: transparent;
}

.innf_select_button:hover {
    background: #ff553c;
    color: #fff;
    transform: translateY(-1px);
}

.innf_select_button:active {
    transform: translateY(0);
}

.innf_posts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    padding: 0px 12px 8px 12px;
    background: #fff;
    margin: 0px 0px 8px 0;
    max-height: 425px;
    width: 100%;
    overflow-x: auto;
}

.innf_posts_grid_section {
    position: relative;
}

.innf_load_more_wraper_main {
    display: flex;
    width: 127px;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 -12px 16px 0 rgba(255, 255, 255, 0.06) inset, 0 4px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 40px 24px 0 rgba(0, 0, 0, 0.06), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
    height: 32px;
}

.innf_load_more_wraper_main .innf_loader_inline {
    padding-top: 12px;
}

.innf_load_more_wraper_main .innf_loader_inline .innf_loader {
    width: 22px;
    height: 22px;
    border-width: 4px;
    border: 4px solid #ffddd8;
    border-top: 4px solid #ff553c;
}

.innf_load_more_wraper_main .innf_avatar_loader {
    background: transparent;
}

.innf_load_more_wraper {
    display: flex;
    width: 103px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;

}

.innf_load_more_text {
    color: #333;
    text-align: center;
    font-family: "GT Walsheim Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 9;
    display: contents;
}

.innf_post_top_sec {
    padding: 0px 12px 8px 12px;
}

.innf_post_top_sec_main {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E5E7ED;
    padding: 10px 0px 0px 0px;
    text-align: center;
    align-items: center;
}

.innf_post_top_title {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_post_selected_sec {
    display: flex;
    height: 20px;
    padding: 10px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F1F1F1;
}

.innf_post_top_title_count {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_post_item {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    border-radius: 6px;
    max-height: 120px;
    min-height: 100px;
}

.innf_post_item:hover {
    opacity: 0.9;
}

.innf_post_media_wrapper {
    outline: 4px solid transparent;
    outline-offset: -3px;
    border-radius: 6px;
}

.innf_post_item.selected .innf_post_media_wrapper {
    outline: 4px solid #FF563C;
}

.innf_post_item.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    filter: grayscale(2);
}

.innf_post_media_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.innf_max_post_limit_wrap {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 -12px 16px 0 rgba(255, 255, 255, 0.06) inset, 0 4px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 40px 24px 0 rgba(0, 0, 0, 0.06), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(2px);
    width: 85%;
}

.innf_max_post_limit_text {
    color: #333;
    text-align: center;
    font-family: "GT Walsheim Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.innf_no_post_select_error_wrap {
    margin: 0px 0px 14px 0px;
    border-radius: 8px;
    background: #FFEDED;
    padding: 8px;
}

.innf_input_disabled {
    pointer-events: none;
}

.innf_input_icon_true {
    position: absolute;
    right: 15px;
    top: 12px;
}

.innf_disabled {
    cursor: not-allowed !important;
    opacity: .5;
}

.innf_no_post_select_error_con {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    vertical-align: bottom;
}

.innf_no_post_select_error_text {
    color: #AA0707;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_video_indicator_small {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    pointer-events: none;
}

.innf_post_timestamp {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(3px);
    padding: 3px 4px 1px 4px;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #FFF;
    font-family: "GT Walsheim Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
    pointer-events: none;
}

.innf_post_checkbox {
    width: 18px;
    height: 18px;
    padding: 0px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 999px;
    background: #FF563C;
    box-shadow: 0 1px 2px 0 rgba(148, 49, 34, 0.50), 0 0 0 1px #FF563C;
    z-index: 3;
}

.innf-spin-svg{
    animation: spin 1s linear infinite;
}

.innf_post_badge {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    background: #ff553c;
    padding: 10px 8px;
    border-radius: 200px;
    z-index: 3;
    box-shadow: 0 2px 8px #0003;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 20px;
    gap: 2px;
    color: #FFF;
    font-family: "GT Walsheim Trial";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate(-50%) translateY(20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%) translateY(0);
    }
}


.innf_loader_inline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding-top: 40px;
}

.innf_user_results_loading .innf_loader_inline {
    border-top: 1px solid #E5E7ED;
}

.innf_loader_text {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_loader {
    width: 40px;
    height: 40px;
    border: 5px solid #ffddd8;
    border-top: 5px solid #ff553c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform-origin: 50% 50%;
}

.innf_loader_inline .innf_loader {
    width: 32px;
    height: 32px;
    border-width: 5px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.innf_is_private_wrap_main {
    padding: 12px;
}

.innf_is_pvt_wrap_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}


.innf_is_pvt_contnet {
    border-radius: 8px;
    background: #F1F1F1;
    padding: 8px;
    text-align: center;
}

.innf_is_pvt_back_wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    cursor: pointer;
}

.innf_is_pvt_user_details {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.innf_is_pvt_user_avtar {
    position: relative;
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
}

.innf_is_pvt_check_back_wrap {
    display: flex;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid #FF563C;
    cursor: pointer;
}


.innf_is_pvt_check_back_text {
    color: #FF563C;
    text-align: center;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3px;
}

.innf_is_pvt_user_name_wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.innf_is_pvt_user_avtar img {
    width: 52px !important;
    height: 52px !important;
    flex-shrink: 0;
    border-radius: 52px !important;
    filter: blur(2px);
    max-width: 52px !important;
}

.innf_is_pvt_user_icon {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 0 9.333px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 175px;
    background: #FF563C;
}

.innf_is_pvt_user_name {
    color: #313336;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: start;
}

.innf_is_pvt_user_name span {
    font-weight: 800;
}

.innf_is_pvt_name_info {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 202px;
    text-align: start;
}

.innf_is_pvt_note {
    display: inline-flex;
    height: 18px;
    padding: 0 6px 0 4px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 200px;
    border: 1px solid rgba(170, 7, 7, 0.20);
    background: #FFEDED;
    margin: 6px auto;
}

.innf_is_pvt_note_text {
    color: #AA0707;
    font-family: "GT Walsheim Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_is_pvt_note_time {
    display: inline-flex;
    align-items: flex-start;
    gap: 2px;
    text-align: center;
    align-items: center;
}

.innf_is_pvt_note_time .innf_is_pvt_note_text {
    color: #595959;
    font-family: "GT Walsheim Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_is_pvt_note_time_wrap {
    display: flex;
    justify-content: center;
}

.innf_is_pvt_back_text {
    color: #313336;
    font-family: "GT Walsheim Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.innf_is_pvt_info_wrap,
.innf_is_pvt_info_wrap_error {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 0.75px 4.675px 1.25px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #AA0707;
    cursor: pointer;
    position: relative;
}

.innf_is_pvt_info_text {
    display: flex;
    width: 6.325px;
    height: 14px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: -0.16px;
}

.innf_pvt_tooltip {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 50px;
    right: -20px;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 240, 229, 0.75) 0%, rgba(255, 255, 255, 0.75) 91.18%), #FFF;
    box-shadow: 0 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0 6px 6px -3px rgba(41, 41, 41, 0.04), 0 12px 12px -6px rgba(41, 41, 41, 0.04), 0 24px 24px -12px rgba(41, 41, 41, 0.04), 0 48px 48px -24px rgba(41, 41, 41, 0.04), 0 0 0 1px #EBEAE8, 0 -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
    backdrop-filter: blur(2px);
    width: 250px;
    overflow: hidden;
}

.innf_slider_text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.innf_pvt_slider img {
    width: 100%;
    border-radius: 6px;
}

.innf_pvt_slider .innf_slide {
    text-align: center;
    padding: 12px;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
}

.innf_pvt_slider {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

.innf_slide_text {
    color: #313336;
    font-family: "GT Walsheim Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.innf_slide_text span {
    color: #FF563C;
}

.innf_slide_text_sub {
    color: #595959;
    text-align: center;
    font-family: "GT Walsheim Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.innf_prev {
    left: 5px;
    position: absolute;
    top: 44%;
    cursor: pointer;
}

.innf_next {
    right: 5px;
    position: absolute;
    top: 44%;
    cursor: pointer;
}

.innf_slider_dot_wrap {
    display: block;
    margin: -15px 0 0 0;
}

.innf_prev_icon {
    position: absolute;
    top: 4px;
    left: 10px;
}

.innf_ig_link_field:has(input.required-field) {
    border-color: red;
}

@media (max-width: 480px) {

    .innf_posts_grid {
        gap: 2px;
    }
    .innf_user_list_wrap {
        padding: 0 10px;
    }

    .innf_is_pvt_name_info {
        width: auto;
    }

}

@media (max-width: 380px) {
    .innf_video_indicator_small {
        top: 6px;
        right: 6px;
    }

    .innf_max_post_limit_wrap {
        bottom: 6%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.innf_user_item,
.innf_post_item {
    animation: fadeIn 0.3s ease;
}