
/********** Sidebar Menu Start CSS **********/
.user-sidebar-menu {
    margin: -25px calc(-0.5 * var(--bs-gutter-x)) 15px;
    padding: 0 5px 3px;
    height: 56px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    margin: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 10px #d9d9d8;
}

.user-profile-img, .user-sidebar-menu {
    background: var(--color-beige);
}

    .user-sidebar-menu > ul > li > a:not(.stroke-menu-item).selected .svg-icon svg path {
        fill: var(--color-darkOrange);
    }

    .user-sidebar-menu > ul > li > a.selected {
        color: var(--color-darkOrange);
    }

    .user-sidebar-menu ul {
        width: 100%;
    }

    .user-profile-img .box-description > a {
        font-size: 18px;
        display: block;
        line-height: 24px;
        letter-spacing: 0.36px;
    }

    .user-profile-img .box-item > .link-holder {
        border: 0.5px solid var(--color-lightGray);
        border-radius: 100%;
        margin: 0 auto 14px;
    }

    .user-profile-img .box-description {
        width: 136px;
        margin: auto;
        text-align: center;
    }

.user-profile-img {
    padding: 24px 32px 14px 32px;
    margin-bottom: 20px;
}

.user-sidebar-menu > ul > li > a {
    padding: 0;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: var(--font-site-medium);
    color: var(--color-darkGray);
    border-radius: 20px;
    transition: var(--site-transition);
    height: 46px;
}

    .user-sidebar-menu > ul > li > a > span {
        min-height: 25px;
    }

    .user-sidebar-menu > ul > li > a.stroke-menu-item.selected svg path {
        stroke: var(--color-darkOrange);
        fill: var(--color-beige);
    }

    .user-sidebar-menu > ul > li > a.stroke-menu-item.selected svg line {
        stroke: var(--color-darkOrange);
    }

@media (min-width:414px) {
    .user-sidebar-menu {
        padding: 0 20px 3px;
    }
}

@media (min-width:768px) {
    .user-sidebar-area {
        position: sticky;
        top: 20px;
        margin-bottom: 90px;
    }

    .user-sidebar-menu {
        height: auto;
        margin: 0;
        padding: 20px;
        position: relative;
        top: 0;
        box-shadow: none;
    }

    .user-profile-img, .user-sidebar-menu {
        border: 0.5px solid #A2AEB9;
        border-radius: var(--site-radius-short);
        background: var(--color-beige);
    }

        .user-sidebar-menu > ul > li > a {
            padding: 8px 20px;
            height: auto;
            font-size: 16px;
            font-family: var(--font-site-bold);
            color: var(--color-dark);
        }

            .user-sidebar-menu > ul > li > a.selected, .user-sidebar-menu > ul > li > a:hover {
                background: var(--color-yellow);
                color: var(--color-white);
            }

        .user-sidebar-menu ul li + li {
            margin-top: 5px;
        }
}

@media (min-width:1200px) {
    .user-sidebar-menu {
        min-height: 420px;
    }

    .user-profile-img .box-item > a {
        width: 166px;
        height: 166px;
    }

    .user-sidebar-menu ul li + li {
        margin-top: 20px;
    }
}

@media (max-width:320px) {
    .user-sidebar-menu {
        padding: 0 2px;
    }

        .user-sidebar-menu > ul > li > a {
            font-size: 10px;
        }
}

/********** Sidebar Menu End CSS **********/

/********** Profile Page Start CSS **********/
.user-input-block.user-isActive {
    max-width: 120px;
    flex-wrap: wrap;
}

    .user-input-block.user-isActive .user-input-item {
        white-space: normal;
        line-height: 18px;
    }

        .user-input-block.user-isActive .user-input-item.ps-1 {
            padding: 0 !important;
            margin: 0 !important;
            border: 0;
        }

        .user-input-block.user-isActive .user-input-item:not(.ps-1) {
            color: var(--color-darkOrange);
        }

._162x35 .img-holder:before {
    padding-bottom: calc(35 / 162 * 100%);
}

.user-headline-area .box-item .img-holder {
    border-radius: 0;
}

.user-profile-img.type-02 {
    background: none;
    border: 0;
    z-index: 2;
    margin: -60px 0 0;
}

.user-info-area {
    padding: 0px 10px 20px 10px;
    background: var(--color-beige);
    position: relative;
}

.user-profile-img.type-02 .box-item {
    gap: 13px;
}

    .user-profile-img.type-02 .box-item > * {
        margin: 0;
    }

    .user-profile-img.type-02 .box-item > .link-holder {
        width: 124px;
        height: 124px;
        flex-shrink: 0;
    }

    .user-profile-img.type-02 .box-item > .box-description {
        width: auto;
        text-align: center;
    }

.user-follow-btn {
    min-width: 92px;
    height: 38px;
    border-radius: 36px;
    background: var(--color-yellow);
    color: var(--color-white);
    transition: var(--site-transition);
    font-size: 12px;
    font-family: var(--font-site-bold);
    padding: 0 15px;
}

    .user-follow-btn:hover {
        background: var(--color-darkGray);
    }

.user-follow-area {
    gap: 10px;
}

.user-follow-list ul li button {
    color: var(--color-darkGray);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.user-cover-img, .user-profile-cover {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    cursor: pointer;
}

.user-cover-img {
    right: 10px;
}

.user-profile-cover {
    right: 40px;
}

.user-count {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    font-family: var(--font-site-bold);
}

.user-follow-list > ul {
    gap: 24px;
}

.user-profile-img.type-02 .box-item > .box-description > .box-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    max-width: 125px;
}

.user-profile-img.type-02 .box-item > .box-description > .user-mail {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: var(--color-darkGray);
    transition: var(--site-transition);
}

.user-headline-area {
    border-bottom: 0.5px solid #A2AEB9;
    margin: -30px calc(-0.5 * var(--bs-gutter-x)) 28px;
    border-radius: var(--site-radius-short);
    overflow: hidden;
}

.user-about {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    font-family: var(--font-site-bold);
    color: var(--color-darkGray);
}

    .user-about > .svg-icon {
        width: 26px;
        height: 26px;
        background: var(--color-yellow);
        border-radius: 100%;
        flex-shrink: 0;
    }

.user-name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: var(--color-dark);
}

.user-mail {
    display: block;
    color: var(--color-darkGray);
}

.user-view {
    padding-bottom: 13px;
    border-bottom: 0.5px solid #A2AEB9;
}

.user-biography {
    min-height: 116px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.36px;
}

.user-mail, .user-date {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: var(--color-darkGray);
    display: block;
}

    .user-date strong {
        font-family: var(--font-site-bold);
        margin-right: 5px;
    }

.user-update-btn {
    width: 100%;
    height: 42px;
    background: var(--color-yellow);
    border-radius: 32px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: var(--font-site-bold);
    transition: var(--site-transition);
    padding: 0 10px;
    max-width: 205px;
}

    .user-update-btn > .svg-icon {
        flex-shrink: 0;
        width: 26px;
        height: 26px;
        background: var(--color-beige);
        border-radius: 100%;
        transition: var(--site-transition);
    }

.user-update, .user-date, .user-view, .user-about, .user-social {
    margin-bottom: 20px;
}

.user-update-btn:hover {
    background: var(--color-darkGray);
}

.user-profile-img.type-user-profile {
    border: 0.5px solid #A2AEB9;
    border-radius: var(--site-radius-short);
    margin-bottom: 40px;
}

.user-social .brand-social-accounts li a {
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.user-social .brand-social-accounts li.instagram a:hover {
    background: var(--color-instagram);
}

.user-social .brand-social-accounts li.facebook a:hover {
    background: var(--color-facebook);
}

.user-social .brand-social-accounts li.twitter a:hover {
    background: var(--color-twitter);
}

.user-social .brand-social-accounts li.youtube a:hover {
    background: var(--color-youtube);
}

.user-social .brand-social-accounts li.linkedin a:hover {
    background: var(--color-linkedin);
}

.user-social .brand-social-accounts li.pinterest a:hover {
    background: var(--color-pinterest);
}

.user-social .brand-social-accounts li a svg path {
    fill: #594C4C;
}

.user-social .brand-social-accounts li a:hover svg path {
    fill: var(--color-white) !important;
}

@media (min-width:414px) {
    .user-info-area {
        padding: 0px 30px 20px 30px;
    }
}

@media(min-width:768px) {
    .user-info-area {
        margin: -65px 0 0;
    }

    .user-profile-img.type-02 .box-item > .box-description {
        text-align: left;
    }

        .user-profile-img.type-02 .box-item > .box-description > .box-title {
            font-size: 16px;
            line-height: 16px;
            max-width: 100%;
        }

    .user-headline-area {
        margin: 0 auto 24px;
    }

    .user-profile-img.type-user-profile {
        margin-bottom: 20px;
    }

    .user-update {
        margin-bottom: 25px;
    }

    .user-social .brand-social-accounts {
        justify-content: space-between;
    }

        .user-social .brand-social-accounts li a {
            width: 30px;
            height: 30px;
        }
}

@media (min-width:1200px) {
    .user-profile-img.type-02 .box-item > .link-holder {
        width: 166px;
        height: 166px;
    }

    .user-info-area {
        margin: -80px 0 0;
        padding: 0 84px 25px 70px;
    }

    .user-profile-img.type-02 .box-item > .box-description {
        padding-bottom: 26px;
    }

    .user-follow-area {
        padding-bottom: 28px;
        gap: 36px;
    }

    .user-profile-img.type-02 .box-item > .box-description > .box-title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.36px;
    }

    .user-profile-img.type-02 .box-item > .box-description > .user-mail {
        font-size: 16px;
        letter-spacing: 0.32px;
        color: var(--color-darkGray);
        transition: var(--site-transition);
    }

    .user-profile-img.type-02 .box-item > .box-description > .box-title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.36px;
    }
}

@media(min-width:768px) and (max-width:1399px) {
    .user-profile-img, .user-sidebar-menu {
        padding: 20px 10px;
    }
}

@media(min-width:1400px) {
    .user-social .brand-social-accounts li a {
        width: 32px;
        height: 32px;
    }
}

@media(min-width:1400px) {
    .user-social .brand-social-accounts li a {
        width: 36px;
        height: 36px;
    }
}

@media (min-width:1560px) {
    .user-social .brand-social-accounts {
        justify-content: start;
    }

        .user-social .brand-social-accounts li a {
            width: 42px;
            height: 42px;
        }
}

@media(max-width:575px) {
    .m_208x75 .img-holder:before {
        padding-bottom: calc(75 / 208 * 100%);
    }
}

/********** Profile Page End CSS **********/

/********** Profile Custom Header Start CSS **********/
@media (max-width:767px) {
    .header-top-bar-area {
        justify-content: flex-end;
        right: 150px;
        z-index: 99;
        padding: 0 !important;
        top: 16px;
        position: absolute;
    }

    .header-top-bar {
        position: relative;
        right: 0;
        z-index: 99;
        padding: 0 !important;
        margin: 0;
    }

        .header-top-bar .search-desc {
            top: 0;
            white-space: nowrap;
            font-family: var(--font-site-type02-regular);
            font-size: 12px;
            line-height: 16px;
        }

        .header-top-bar .search-area .search-input {
            background: none;
            border-radius: 0;
            border: 0;
            padding: 0;
        }

        .header-top-bar .header-top-bar-area .search-block {
            border: 0;
            height: 100%;
        }

        .header-top-bar .search-area {
            width: 80px;
            height: 30px;
            flex-shrink: 0;
        }

    .secure-ea.header-top-bar .search-text {
        right: 0;
        width: auto;
        position: relative;
        top: 0;
        transform: none;
    }

    .header-top-bar .search-text .svg-icon {
        margin: 0;
        display: inline-flex;
    }

    .header-top-bar .search-text {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        display: flex;
        gap: 10px;
    }

    .header-top-bar > .container, .header-top-bar .container > .row, .header-top-bar > .container > .row > .col-12 {
        margin: 0;
        padding: 0;
    }

    .header-menu {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .header-bottom-bar {
        padding: 10px 0;
    }

    .header-logo img {
        max-width: 90px !important;
    }

    .hamburger-menu-area {
        margin-top: 0;
    }

    .isScroll .header-menu, .isScroll.menuActive .header-menu {
        top: 60px;
        height: calc(100vh - 60px );
    }

    .isScroll.menuActive .hamburger-menu-area {
        margin: 0;
    }

    .isScroll .hamburger-menu-area {
        margin: 0;
    }
}

@media(max-width:576px) {
    .header-top-bar-area {
        right: 50px;
    }
}
/********** Profile Custom Header End CSS **********/

/********** Box List Start CSS **********/
@media (max-width:767px) {
    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .link-holder {
        flex-shrink: 0;
        width: 152px;
        margin-bottom: 0;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description {
        width: calc(100% - 152px);
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item {
        display: flex;
    }

        .row.author-row.box-list-type02:not(.vertical-row) .author-card .favourite-area .view-block, .row.author-row.box-list-type02:not(.vertical-row) .author-card .favourite-area .btn-star, .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .box-desc, .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .average-area, .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .btn-save, .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .btn-like {
            display: none !important;
        }

    .row.author-row.box-list-type02:not(.vertical-row) > div {
        margin-bottom: 24px !important;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .box-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.16px;
        order: 1;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .box-properties {
        order: 2;
        margin-bottom: 0 !important;
        margin-top: auto;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .favourite-area {
        position: absolute;
        left: 172px;
        margin-bottom: 0;
        top: 0;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card {
        position: relative;
    }

    .author-head-block {
        margin-top: -10px;
    }

    .recipe-drafts .row.author-row.box-list-type02:not(.vertical-row) > div {
        margin-bottom: 20px !important;
    }
}

@media (max-width:375px) {
    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .link-holder {
        width: 132px;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description {
        width: calc(100% - 132px);
        padding-left: 10px;
    }

    .row.author-row.box-list-type02:not(.vertical-row) .author-card .favourite-area {
        left: 142px;
    }
}
/********** Box List End CSS **********/

/********** New ingredients Start CSS **********/

.tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs input:not(.form-control) {
        display: none;
    }

.tab-label-item {
    height: 70px;
    text-align: center;
    width: auto;
    font-size: 14px;
    font-family: var(--font-site-bold);
    position: relative;
    width: calc(33.33% + 36px);
    cursor: pointer;
    border-top-left-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
}

.tabs .tab-content {
    display: none;
    width: 100%;
    margin-top: 40px;
}

.tabs input:checked + label:before {
    background: url(../i/selected-svg.svg) no-repeat 100%;
}

.tabs input#ingredients-area:checked ~ #content1, .tabs input#photo-area:checked ~ #content2, .tabs input#category-area:checked ~ #content3 {
    display: block;
}

.tab-label-item:before {
    content: "";
    background: url(../i/none-selected.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: right;
}

.tab-label-item.prev-tab:before {
    background: url(../i/past.svg) no-repeat 100%;
}

.tab-label-item.prev-tab {
    z-index: 5 !important;
}

.tab-label-item[for="photo-area"] {
    z-index: 3;
}

.tab-label-item[for="photo-area"], .tab-label-item[for="category-area"] {
    margin-left: -55px;
}

.tabs input:checked + label {
    position: relative;
    z-index: 4;
    pointer-events: none;
}

.content-info {
    font-size: 12px;
}

.content-title, .content-info, .content-form-title {
    font-family: var(--font-site-bold);
    color: #404040;
    line-height: 1;
    margin-bottom: 15px;
}

.content-title {
    font-size: 18px;
}

.content-info {
    font-size: 12px;
    gap: 10px;
    transition: var(--site-transition);
    position: relative;
}

    .content-info .svg-icon {
        width: 26px;
        height: 26px;
        background: url(../i/icon/info-icon.svg) no-repeat;
        transition: var(--site-transition);
        flex-shrink: 0;
    }

    .content-info.collapsed .svg-icon {
        width: 26px;
        height: 26px;
        background: url(../i/icon/close-info-icon.svg) no-repeat;
    }

.content-info-modal {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 535px;
    padding: 70px 20px 40px 20px;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    background: var(--color-beige);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: var(--site-transition);
    border-radius: var(--site-radius-short);
    border: 0.5px solid #A2AEB9;
    font-family: var(--font-site-regular);
    letter-spacing: 0.18px;
}

.form-control {
    height: 60px;
    border-radius: 6px;
    border: 0.5px solid var(--color-darkGray);
    width: 100%;
    font-size: 17px;
    padding-right: 48px;
    padding-left: 10px;
    color: var(--color-darkGray);
    font-family: var(--font-site-medium);
}

    .form-control.textarea-control {
        height: 104px;
        padding: 10px;
    }

.content-form-title {
    font-size: 14px;
    line-height: 54px;
    padding-left: 10px;
    margin-bottom: 0;
}

.label-success-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background: url(../i/icon/tick-category-icon.svg) no-repeat;
    z-index: 2;
    position: relative;
    display: none;
}

.tab-label-item.prev-tab .success-icon {
    display: block;
}

.tab-label-item.prev-tab .label-success-icon {
    display: block;
    opacity: 1;
    visibility: visible;
}

.content-form-item {
    margin-bottom: 10px;
}

.content-step-title {
    font-size: 12px;
    color: var(--color-darkOrange);
    padding-left: 10px;
    line-height: 35px;
    font-family: var(--font-site-bold);
}

.content-form-step {
    margin-bottom: 15px;
}

.content-submit-btns {
    gap: 10px;
}

.content-btn {
    height: 60px;
    border-radius: var(--site-radius-short);
    background: var(--color-beige);
    color: #404040;
    font-size: 16px;
    font-family: var(--font-site-bold);
    transition: var(--site-transition);
    width: 100%;
}

    .content-btn.type-02 {
        background: var(--color-darkOrange);
        color: var(--color-white);
    }

    .content-btn.type-03:not(:hover) {
        background: #CDCBC8;
        border: 0.5px solid #8C939B;
        width: 100%;
    }

    .content-btn.type-03:hover svg path {
        stroke: var(--color-white);
    }

.content-form-item:last-child {
    margin: 50px 0;
}

.content-btn:hover {
    background: #404040;
    color: #fff;
}

.content-info.collapsed .content-info-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.content-info.collapsed > span {
    position: relative;
    z-index: 99;
}

.content-info.collapsed > .svg-icon {
    right: 0;
    top: 0;
}

.content-info.collapsed > .content-info-text {
    top: 0;
    right: 0;
}

.content-info-text {
    display: inline-block;
    transition: var(--site-transition);
    text-align: right;
}

.content-info-area {
    position: relative;
}

.content-info.collapsed ~ .content-info-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.content-form-item .form-control::placeholder {
    font-size: 13px;
}

.photo-add-area {
    padding: 18px;
    background: var(--color-beige);
    border-radius: var(--site-radius-short);
    margin-bottom: 24px;
    border: 0.5px solid #A2AEB9;
}

.photo-box {
    border: 2px dashed var(--color-darkGray);
    position: relative;
    border-radius: var(--site-radius-short);
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .photo-box .svg-icon {
        position: absolute;
        left: 10px;
        top: 10px;
    }

.photo-input-area {
    width: 116px;
    height: 116px;
    position: relative;
    cursor: pointer;
}

.photo-img {
    pointer-events: none;
}

.photo-input-area > input[type=file] {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.content-area .nb-vertical-type .box-item > .link-holder {
    margin-bottom: 0;
}

.content-area .nb-vertical-type .box-item > .box-description {
    height: 76px;
}

    .content-area .nb-vertical-type .box-item > .box-description .chic-block {
        height: 100%;
    }

    .content-area .nb-vertical-type .box-item > .box-description .chick-head {
        border: 0;
        height: 100%;
        background: var(--color-beige);
        border-radius: 0;
        display: flex;
        align-items: center;
        padding-right: 14px;
    }

    .content-area .nb-vertical-type .box-item > .box-description .chck-item {
        height: auto;
        font-size: 16px;
        padding: 13px 0px 0 45px;
        flex: 1 1 auto;
        padding-right: 0;
    }

.content-area .nb-vertical-type .box-item .img-holder {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content-area .nb-vertical-type .box-item {
    border-radius: var(--site-radius-short);
    overflow: hidden;
    padding: 0;
}

.content-area .survey-box .checkmark {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
}

.content-area .survey-box .survey-item.none-img .checkmark {
    top: 13px;
}

.content-area .survey-box .survey-item.none-img .chck-item {
    padding-left: 40px;
    font-size: 14px;
}

.content-area .survey-box {
    padding: 0;
    background: none;
    margin: 0;
}

.content-area .chck-item input {
    display: block;
}

.content-area .survey-item > div {
    margin-bottom: 0;
}

.added-photos {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 0.5px solid #A2AEB9;
}

.photo-delete-btn {
    width: 32px;
    height: 32px;
    border: 0.5px solid #8C939B;
    border-radius: 100%;
    transition: var(--site-transition);
    flex-shrink: 0;
}

    .photo-delete-btn:hover {
        background: var(--color-darkOrange);
        border-color: var(--color-darkOrange);
    }

        .photo-delete-btn:hover svg path {
            fill: var(--color-white);
        }

.content-selectbox .content-info-area .content-info {
    margin-bottom: 0;
    padding-right: 10px;
}

.content-selectbox {
    position: relative;
}

.unit-label {
    position: absolute;
    top: calc(100% - 60px);
    right: 0px;
    height: 60px;
    font-family: var(--font-site-bold);
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    font-size: 14px;
}

.content-selectbox .content-info-modal {
    width: 100%;
    right: 0;
    top: -10px;
}

.content-selectbox .content-info:not(.collapsed) .svg-icon {
    filter: grayscale(1);
    opacity: 0.5;
}

.content-selectbox .ss-main {
    min-height: 60px;
    border: 0.5px solid var(--color-darkGray);
    background: var(--color-beige);
    padding-left: 10px;
}

.content-selectbox .content-form-item {
    margin: 0;
}

.content-selectbox .content-form-title {
    line-height: 40px;
}

.content-selectbox .content-info.collapsed {
    justify-content: flex-end;
}

.ss-content {
    border-radius: 0;
    border: 0.5px solid var(--color-darkGray);
    background: var(--color-beige);
    padding: 10px 10px 20px;
}

    .ss-content .ss-list .ss-option:hover {
        background-color: var(--color-lightGray);
    }

    .ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
        background: var(--color-yellow);
    }

.content-selectbox .ss-main .ss-values .ss-value {
    background: var(--color-yellow);
    max-height: 30px;
    padding: 10px 0;
}

.content-selectbox .ss-main .ss-values {
    align-items: center;
}

.content-selectbox .form-control::placeholder {
    font-size: 14px;
    color: #8C939B;
}

.content-note .chck-item {
    letter-spacing: 0.14px;
    gap: 5px;
    flex-wrap: wrap;
    align-items: start;
}

    .content-note .chck-item a {
        color: var(--color-darkOrange);
        text-decoration: underline;
    }

.content-note .checkmark {
    width: 20px;
    height: 20px;
    top: -2px;
}

.content-note .chck-item .checkmark:after {
    top: 1px;
}

.step-delete-btn, .plus-icon {
    gap: 10px;
    font-family: var(--font-site-bold);
    color: #404040;
    font-size: 12px;
    line-height: 12px;
}

    .step-delete-btn .svg-icon {
        position: relative;
        top: -1px;
    }

.content-form-step:nth-child(3) .step-delete-btn {
    display: none !important;
}

.step-delete-btn {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 0.5px solid #A2AEB9;
}

.plus-icon {
    display: flex;
}

.user-social .brand-social-accounts {
    gap: 0;
}

.recipe-drafts .author-card {
    border-radius: 0;
    border: 0.5px solid var(--color-lightGray);
    padding: 10px;
}

.recipe-drafts .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description {
    width: 100%;
}

.recipe-drafts .row.author-row.box-list-type02:not(.vertical-row) .author-card .favourite-area {
    position: static;
    margin-bottom: 20px;
}

.recipe-drafts figure.box-item.btn-box .date {
    color: var(--color-dark);
}

.recipe-drafts .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description {
    margin: 0;
    padding: 0;
}

.recipe-drafts .row.author-row.box-list-type02.vertical-row .author-card .nb-vertical-type.nb-property-type .box-item .favourite-area .date {
    font-size: 11px;
    margin-bottom: 10px;
}

.recipe-drafts .row.author-row.box-list-type02.vertical-row .author-card .nb-vertical-type.nb-property-type .box-item .box-title {
    letter-spacing: 0.16px;
    order: 1;
}

.recipe-drafts .author-row:not(.vertical-row) {
    margin-bottom: 0;
}

.btn-box .link-holder .img-holder picture {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: auto;
}

    .btn-box .link-holder .img-holder picture img {
        position: relative;
    }

.recipe-btn-actions.type-01 {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 9;
}

    .recipe-btn-actions.type-01 button {
        width: 28px;
        cursor: pointer;
        height: 28px;
        background-color: #FFA800;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        border-radius: 100%;
        border: none;
        cursor: pointer;
    }

        .recipe-btn-actions.type-01 button.btn-edit {
            background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' clip-rule='evenodd' d='M10.9711 0.569864C10.6061 0.20498 10.1111 0 9.59499 0C9.07888 0 8.58389 0.20498 8.21889 0.569864L7.76019 1.0292L10.9717 4.24067L11.4298 3.78198C11.6106 3.60124 11.754 3.38667 11.8518 3.1505C11.9496 2.91434 12 2.66122 12 2.40559C12 2.14997 11.9496 1.89685 11.8518 1.66068C11.754 1.42452 11.6106 1.20994 11.4298 1.0292L10.9711 0.569864ZM10.0537 5.15805L6.84213 1.94658L0.944545 7.84466C0.815487 7.97373 0.725332 8.1365 0.684376 8.31437L0.0167613 11.2047C-0.00811437 11.312 -0.00526101 11.4239 0.0250524 11.5298C0.0553659 11.6357 0.112141 11.7321 0.190029 11.81C0.267917 11.8879 0.364352 11.9446 0.470249 11.9749C0.576146 12.0053 0.688017 12.0081 0.795321 11.9832L3.68637 11.3163C3.86402 11.2752 4.02655 11.1851 4.15546 11.0561L10.0537 5.15805Z' fill='white'/> </svg>");
        }

        .recipe-btn-actions.type-01 button.btn-delete {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M1.39995 2.1H3.49995V1.4C3.49995 1.0287 3.64745 0.672601 3.91 0.41005C4.17255 0.1475 4.52865 0 4.89995 0H9.09995C9.47126 0 9.82735 0.1475 10.0899 0.41005C10.3525 0.672601 10.5 1.0287 10.5 1.4V2.1H12.6C12.7856 2.1 12.9637 2.17375 13.0949 2.30503C13.2262 2.4363 13.3 2.61435 13.3 2.8C13.3 2.98565 13.2262 3.1637 13.0949 3.29497C12.9637 3.42625 12.7856 3.5 12.6 3.5H11.9V12.6C11.9 12.9713 11.7525 13.3274 11.4899 13.5899C11.2274 13.8525 10.8713 14 10.5 14H3.49995C3.12865 14 2.77255 13.8525 2.51 13.5899C2.24745 13.3274 2.09995 12.9713 2.09995 12.6V3.5H1.39995C1.2143 3.5 1.03625 3.42625 0.904976 3.29497C0.773701 3.1637 0.699951 2.98565 0.699951 2.8C0.699951 2.61435 0.773701 2.4363 0.904976 2.30503C1.03625 2.17375 1.2143 2.1 1.39995 2.1ZM3.49995 3.5V12.6H10.5V3.5C7.76628 3.5 6.23362 3.5 3.49995 3.5ZM4.89995 2.1H9.09995V1.4H4.89995V2.1ZM4.89995 4.9H6.29995V11.2H4.89995V4.9ZM7.69995 4.9H9.09995V11.2H7.69995V4.9Z' fill='white'/></svg>");
        }

.btn-edit::after, .btn-delete::after {
    content: attr(aria-label);
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    margin-bottom: 6px;
    z-index: 10;
}

.btn-edit:hover::after, .btn-delete:hover::after {
    opacity: 1;
}

.recipe-btn-actions.type-02 {
    order: 2;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 15px;
}

.row.author-row.box-list-type02.vertical-row .recipe-btn-actions.type-02 {
    flex-direction: row;
    flex-wrap: wrap;
}

.row.author-row.box-list-type02.vertical-row .top-buttons {
    width: auto;
}

.recipe-btn-actions.type-02 button {
    height: 26px;
    cursor: pointer;
    background-color: var(--color-white);
    position: relative;
    border-radius: var(--site-radius-tall);
    border: 0.5px solid var(--color-lightGray);
    color: var(--color-lightGray);
    font-size: 12px;
    transition: var(--site-transition);
}

    .recipe-btn-actions.type-02 button.btn-edit {
        min-width: 100px;
        padding: 0px 10px 0 20px;
    }

    .recipe-btn-actions.type-02 button.btn-delete {
        min-width: 80px;
        padding: 0 10px 0 5px;
    }

    .recipe-btn-actions.type-02 button.btn-edit:before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        left: 9px;
        top: 48%;
        background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' clip-rule='evenodd' d='M10.9711 0.569864C10.6061 0.20498 10.1111 0 9.59499 0C9.07888 0 8.58389 0.20498 8.21889 0.569864L7.76019 1.0292L10.9717 4.24067L11.4298 3.78198C11.6106 3.60124 11.754 3.38667 11.8518 3.1505C11.9496 2.91434 12 2.66122 12 2.40559C12 2.14997 11.9496 1.89685 11.8518 1.66068C11.754 1.42452 11.6106 1.20994 11.4298 1.0292L10.9711 0.569864ZM10.0537 5.15805L6.84213 1.94658L0.944545 7.84466C0.815487 7.97373 0.725332 8.1365 0.684376 8.31437L0.0167613 11.2047C-0.00811437 11.312 -0.00526101 11.4239 0.0250524 11.5298C0.0553659 11.6357 0.112141 11.7321 0.190029 11.81C0.267917 11.8879 0.364352 11.9446 0.470249 11.9749C0.576146 12.0053 0.688017 12.0081 0.795321 11.9832L3.68637 11.3163C3.86402 11.2752 4.02655 11.1851 4.15546 11.0561L10.0537 5.15805Z' fill='%238C939B'/> </svg>");
        transform: translate(0, -48%);
    }

    .recipe-btn-actions.type-02 button.btn-delete:before {
        content: '';
        width: 13px;
        height: 14px;
        position: absolute;
        left: 8px;
        top: 48%;
        background-image: url("data:image/svg+xml;utf8,<svg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M0.7 2.1H2.8V1.4C2.8 1.0287 2.9475 0.672601 3.21005 0.41005C3.4726 0.1475 3.8287 0 4.2 0H8.4C8.7713 0 9.1274 0.1475 9.38995 0.41005C9.6525 0.672601 9.8 1.0287 9.8 1.4V2.1H11.9C12.0857 2.1 12.2637 2.17375 12.395 2.30503C12.5263 2.4363 12.6 2.61435 12.6 2.8C12.6 2.98565 12.5263 3.1637 12.395 3.29497C12.2637 3.42625 12.0857 3.5 11.9 3.5H11.2V12.6C11.2 12.9713 11.0525 13.3274 10.79 13.5899C10.5274 13.8525 10.1713 14 9.8 14H2.8C2.4287 14 2.0726 13.8525 1.81005 13.5899C1.5475 13.3274 1.4 12.9713 1.4 12.6V3.5H0.7C0.514349 3.5 0.336301 3.42625 0.205025 3.29497C0.0737498 3.1637 0 2.98565 0 2.8C0 2.61435 0.0737498 2.4363 0.205025 2.30503C0.336301 2.17375 0.514349 2.1 0.7 2.1ZM2.8 3.5V12.6H9.8V3.5H2.8ZM4.2 2.1H8.4V1.4H4.2V2.1ZM4.2 4.9H5.6V11.2H4.2V4.9ZM7 4.9H8.4V11.2H7V4.9Z' fill='%238C939B'/> </svg>");
        transform: translate(0, -48%);
    }

.top-buttons {
    width: 100%;
}

.recipe-btn-actions.type-02 button {
    min-width: 150px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 12px;
    background-color: var(--color-white);
    border: 0.5px solid var(--color-lightGray);
    border-radius: var(--site-radius-tall);
    text-decoration: none;
    color: var(--color-lightGray);
    cursor: pointer;
    transition: var(--site-transition);
    text-align: center;
}

.recipe-btn-actions.type-02 .editor-note-link {
    color: var(--color-darkOrange);
    max-width: 150px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding: 0 12px;
    background-color: var(--color-white);
    border: 0.5px solid var(--color-lightGray);
    border-radius: var(--site-radius-tall);
    text-decoration: none;
    cursor: pointer;
    transition: var(--site-transition);
    text-align: center;
}

    .recipe-btn-actions.type-02 .editor-note-link:hover {
        color: var(--color-black);
        text-decoration: none;
    }

.nb-vertical-type.nb-property-type .box-item .box-title h3 {
    font-family: var(--font-site-bold);
}

.nb-vertical-type.nb-property-type .box-item .box-title strong {
    font-family: var(--font-site-regular);
}

.recipe-toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.editor-note-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    max-width: 600px;
    padding: 24px;
    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

    .editor-note-modal .modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .editor-note-modal .modal-close {
        position: absolute;
        top: 10px;
        right: 14px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    .editor-note-modal .modal-title {
        font-size: 20px;
        margin-bottom: 12px;
        text-align: center;
        color: var(--color-dark);
        font-family: var(--font-site-bold);
    }

    .editor-note-modal .modal-text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .editor-note-modal .modal-confirm {
        background-color: var(--color-yellow);
        color: var(--color-white);
        font-family: var(--font-site-bold);
        padding: 10px 20px;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: bold;
        width: calc(100% - 40px);
        height: 40px;
        max-width: 400px;
    }


.recipe-toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.recipe-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-yellow);
    color: var(--color-white);
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: opacity 0.3s ease;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.toast-info {
    background-color: var(--color-yellow);
    color: var(--color-white);
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-action {
    border-radius: 10px;
    width: 300px;
    height: auto;
    padding: 30px 20px;
    background-color: var(--color-white);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #161616;
    font-weight: 400;
    gap: 18px;
    opacity: 0;
}

.toast-action-message {
    font-size: 18px;
    line-height: 1.4;
}

.toast-action-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

    .toast-action-buttons button {
        padding: 8px 16px;
        background-color: var(--color-darkGray);
        color: var(--color-beige);
        border: none;
        border-radius: 35px;
        cursor: pointer;
        width: 116px;
        height: 40px;
    }

        .toast-action-buttons button .cancel-btn {
            background-color: var(--color-darkGray);
        }

    .toast-action-buttons .confirm-btn {
        background-color: var(--color-darkOrange);
    }

.toast-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

    .toast-close-btn::before, .toast-close-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #000;
    }

    .toast-close-btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .toast-close-btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

.recipe-warning-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    color: var(--color-dark);
    font-size: 24px;
    line-height: normal;
    border-radius: 6%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: opacity 0.3s ease;
    width: 250px;
    padding: 15px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    font-family: var(--font-site-medium);
    pointer-events: none;
}

    .recipe-warning-toast.visible {
        transition: opacity 0.3s ease;
        opacity: 1;
    }

.is-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 9998;
    transition: opacity 0.3s ease;
}

.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 600px;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
}

.popup-title {
    font-size: 20px;
    color: var(--color-dark);
    font-family: var(--font-site-bold);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 20px;
}

.popup-content {
    padding: 0 24px 10px 24px;
    margin: 0 15px 30px 0;
    max-height: 50vh;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    overflow-y: auto;
}

    .popup-content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #757575;
        margin-bottom: 20px;
    }

        .popup-content p strong {
            font-family: var(--font-site-bold);
            color: #4c4c4c;
        }

        .popup-content p span {
            font-family: var(--font-site-bold);
            color: #757575;
        }

.popup-paragraph {
    margin-bottom: 1em;
}

.popup-actions {
    padding: 0 0 40px 0;
    text-align: center;
}

.popup-confirm-btn {
    background-color: var(--color-yellow);
    color: var(--color-white);
    font-family: var(--font-site-bold);
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    width: calc(100% - 40px);
    height: 40px;
    max-width: 400px;
}

.popup-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

    .popup-close-btn::before, .popup-close-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #666;
    }

    .popup-close-btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .popup-close-btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }


@media(min-width:768px) {
    .content-btn {
        height: 70px;
        flex: 1 1 auto;
        margin-bottom: 40px;
    }

    .tab-label-item[for="ingredients-area"].prev-tab {
        z-index: 6 !important;
    }

    .content-form-step {
        margin-bottom: 30px;
    }

    .content-form-item {
        margin-bottom: 18px;
    }

        .content-form-item .survey-item {
            max-width: 140px;
            flex: 1;
        }

    .content-title, .content-info {
        margin-bottom: 33px;
    }

    .photo-box {
        height: 330px;
    }

    .photo-add-area {
        padding: 30px;
    }

    .content-submit-btns {
        gap: 20px;
    }

    #content3 .content-submit-btns, #content3 .content-btn {
        margin-bottom: 20px !important;
    }

    .recipe-drafts .nb-vertical-type.nb-property-type .box-item .box-title {
        height: 70px;
    }

    .recipe-drafts .row.author-row.box-list-type02:not(.vertical-row) .author-card .nb-vertical-type .box-item .box-description .box-title {
        font-size: 22px;
        height: 64px !important;
    }

    .recipe-drafts .row.author-row.box-list-type02.vertical-row .author-card .nb-vertical-type.nb-property-type .box-item .box-title {
        font-size: 22px;
        height: 64px !important;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .tab-label-item {
        font-size: 11px;
        text-align: right;
    }

        .tab-label-item[for="photo-area"], .tab-label-item[for="category-area"] {
            justify-content: flex-end !important;
            padding-right: 30px;
        }
}

@media(min-width:1400px) and (max-width:1560px) {
    .content-selectbox .content-form-title {
        font-size: 11.5px;
    }
}

@media (max-width:767px) {
    .tab-label-item {
        height: 58px;
    }

    .label-text {
        display: block;
        width: 70px;
        font-size: 12px;
        line-height: 16px;
        font-family: var(--font-site-medium);
        color: #404040;
        text-align: left;
    }

    .label-text-area {
        width: 100%;
    }

    .label-text-area {
        justify-content: flex-end;
        padding-right: 20px;
    }

    .tab-label-item[for="ingredients-area"] .label-text-area .label-text {
        text-align: center;
    }

    .tab-label-item[for="ingredients-area"] .label-text-area {
        justify-content: center;
    }

    .tab-label-item[for="ingredients-area"].prev-tab .label-text-area .label-text {
        text-align: left;
        width: 44px;
    }

    .tab-label-item[for="ingredients-area"].prev-tab {
        z-index: 5;
    }

    .content-form-item .form-control::placeholder {
        font-size: 11.5px;
    }

    .content-info-modal {
        width: 300px;
        top: -10px;
        right: -10px;
        font-size: 14px;
        line-height: 24px;
        padding: 50px 20px 20px 20px;
    }

    .content-form-item .chck-item {
        padding: 0 10px 0 40px;
    }

    .content-form-item .survey-types {
        gap: 10px;
        width: 100%;
    }

        .content-form-item .survey-types > div {
            flex: 1;
        }

    .content-area .survey-types > .row {
        flex-wrap: wrap;
        margin-right: calc(-0.5 * var(--bs-gutter-x));
    }

        .content-area .survey-types > .row > div {
            width: 50%;
            padding: 0 calc(var(--bs-gutter-x) * 0.5);
        }

    .content-area .nb-vertical-type .box-item > .box-description .chick-head {
        flex-flow: column;
        padding: 0;
    }

    .content-area .nb-vertical-type .box-item > .box-description .chck-item {
        width: 100%;
    }

    .content-area .nb-vertical-type .box-item > .box-description {
        height: auto;
    }

    .photo-delete-btn {
        margin-bottom: 12px;
    }

    .content-info-modal br {
        display: none;
    }

    .content-selectbox .content-form-title {
        font-size: 12px;
        line-height: 35px;
    }

    .content-selectbox .form-control::placeholder {
        font-size: 11px;
    }

    .content-note .chck-item {
        font-size: 14px;
        height: auto;
        margin-bottom: 20px;
    }
}

@media(max-width:425px) {
    .content-selectbox .content-form-title {
        font-size: 10px;
    }
}

@media(max-width:375px) {
    .content-form-item .form-control::placeholder {
        font-size: 10px;
    }

    .content-search-block .row > div {
        width: 100%;
    }

    .content-selectbox .form-control::placeholder {
        font-size: 9px;
    }
}

@media (max-width:320px) {
    .label-text {
        font-size: 10px;
        line-height: 15px;
        width: 50px;
    }

    .tab-label-item[for="ingredients-area"].prev-tab .label-text-area .label-text {
        width: 50px;
    }

    .content-form-item .form-control::placeholder {
        font-size: 9px;
    }

    .content-selectbox .content-form-title {
        font-size: 12px;
        line-height: 35px;
    }
}

/********** New ingredients End CSS **********/


/********** Previews page Start CSS **********/
.detail-page-layout .tab-area {
    padding-bottom: 20px;
    border-bottom: 0.5px solid #A2AEB9;
    width: 100%;
    margin: 0 0 20px;
}

.detail-page-layout .detail-fluid {
    width: 100%;
}

.detail-page-layout .materials-list .materials-visual {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.detail-page-layout .detail-grid {
    margin-bottom: 44px;
}

.btn-property.btn-edit {
    font-family: var(--font-site-bold);
    text-align: center;
}

.detail-page-layout .content-submit-btns .content-btn {
    max-width: 286px;
    margin: auto;
}

.detail-page-layout .detail-headline-img {
    margin: 0 0 20px;
}

    .detail-page-layout .detail-headline-img .img-holder {
        border-radius: var(--site-radius-short);
    }

@media(min-width:768px) {
    .detail-page-layout .tab-area {
        padding-bottom: 30px;
        margin-bottom: 24px;
    }

    .detail-page-layout .detail-headline-img {
        margin: 0 0 24px 0;
    }

    .detail-page-layout .content-submit-btns .content-btn {
        max-width: 100%;
        margin: auto;
    }
}
/********** Previews page End CSS **********/
