/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
 */

html,
body p {
    display: flow-root;
}

.recipe-new-form-container {
    display: flex;
    justify-content: center;
    font-family: "Rubik", sans-serif;
}

.recipe-new-form-wrap {
    width: 650px;
    background-color: #eee;
    padding: 15px;
}


.recipe-new-form-wrap input,
.recipe-new-form-wrap select,
.recipe-new-form-wrap textarea {
    width: 100%;
    padding: 10px !important;
    border: 1px solid rgb(234, 234, 234);
    margin-bottom: 0px;
}


.recipe-new-form-wrap .field-group {
    margin-bottom: 15px;
}

.recipe-new-form-wrap textarea {
    height: 100px !important;
}

.recipe-new-form-wrap button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #fff;
}

.recipe-new-form-wrap button:hover {
    background-color: transparent;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}

.recipe-new-form-wrap .toclone {
    display: block;
    margin-bottom: 10px;
}

.recipe-new-form-wrap .ingredient-section {
    padding: 0px;
}

/*
 .recipe-new-form-wrap .ingredient-section input,
 select {
 background-color: transparent;
 } */

.recipe-new-form-wrap .ingredient-item-section {
    border: 1px solid rgba(128, 128, 128, 0.5);
    padding: 30px;
    margin-top: 15px;
    width: 100%;
}

.recipe-new-form-wrap .submit-btn {
    margin-top: 20px;
}

.recipe-new-form-wrap .add-item {
    text-decoration: none;
}

.recipe-new-form-wrap .add-item button {
    padding: 10px !important;
    /* margin-left: auto; */
}


.recipe-new-form-wrap .ingredient-section-wrap {
    padding: 20px;
    background: #ececec;
}

.recipe-new-form-wrap .add-section {
    margin-top: 20px;
}

.recipe-new-form-wrap .ingredient-notes {
    margin-top: 0px;
}

.recipe-new-form-wrap .preparation-section,
.additional-notes-section,
.pairing-section {
    background-color: rgba(229, 221, 221, 0.414);
    padding: 20px;
}

.recipe-new-form-wrap .preparation-section textarea {
    background-color: rgba(255, 255, 255, 0.714);
}

.recipe-new-form-wrap .additional-notes-section,
.preparation-section {
    margin-top: 20px;
}

.recipe-new-form-wrap .additional-notes-heading {
    margin-top: 20px;
}

.recipe-new-form-wrap .pairing-section {
    margin-top: 20px;
}

.recipe-new-form-wrap .add-delete-btns {
    display: flex;
    align-items: center;
}

.recipe-new-form-wrap .recipe-headline,
.tags {
    margin-top: 20px;
}

.recipe-new-form-wrap .clone {
    display: inline-block !important;
    margin-right: 15px;
}

.recipe-new-form-wrap .clone-buttons {
    display: flex;

    align-items: center;
}

.recipe-new-form-wrap .clone-buttons .flex-item {
    margin-right: 5px;
}

.recipe-new-form-wrap .pairing-suggestions-wrap {
    display: flex;
    align-items: center;
}

.recipe-new-form-wrap .delete {
    font-size: 16px;

}

/*
 .recipe-new-form-wrap .delete-section {
 display: flex;
 justify-content: center;
 } */

.recipe-new-form-wrap .ingredient-full-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.recipe-new-form-wrap .ingredient-full-width .ingredient-qty {
    flex: 2 2 auto;
}

/*
 .recipe-new-form-wrap .ingredient-full-width .ingredient-unit {
 flex: 2 2 auto;
 } */

.recipe-new-form-wrap .yield-field {
    width: 46%;
}


.recipe-new-form-wrap .recipe-link-field {
    width: 100%;
}

.recipe-new-form-wrap .field-row {
    display: flex;
    gap: 10px;
}

.recipe-new-form-wrap .field-row .field-col {
    width: 100%;
}

.recipe-new-form-wrap .yield-fields,
.recipe-link-fields {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

.recipe-new-form-wrap .ingredient-list-label,
.preparation-step-label {
    margin: 20px 0px !important;
    font-size: 30px !important;
}

.recipe-new-form-wrap .add-video-fields {
    display: flex;
    justify-content: space-between;
}

.recipe-new-form-wrap .add-video-field {
    width: 100%;
}

.recipe-new-form-wrap .recipe-yield-description {
    font-size: 16px;
}

.recipe-new-form-wrap .ingredient-notes-textarea {
    background-color: #fff;
    border: 1px solid #ced4da !important;
}

.recipe-new-form-wrap .Total-time-section {
    margin-top: 20px;
}

.recipe-new-form-wrap .terms-and-condition input {
    width: auto !important;
}

.recipe-new-form-wrap .terms-and-condition-label {
    font-size: 16px;
}

.recipe-new-form-wrap .add-photo-description,
.photo-credit-description {
    font-size: 16px;
}

.recipe-new-form-wrap .photo-credit-section,
.add-video-section {
    margin-top: 20px;
}

/*
 .recipe-new-form-wrap .recipe-description-small,
 .ingredient-list-small,
 .recipe-section-heading-small,
 .preparation-step-small,
 .nameof-dish-small,
 .add-photo-small,
 .add-video-small,
 .total-time-small,
 .additional-notes-small,
 .tag-recipe-small {
 font-size: 16px;
 margin-bottom: 20px;
 }
 
 .recipe-new-form-wrap .recipe-video-small {
 font-size: 16px;
 margin-bottom: 20px;
 } */

.recipe-new-form-wrap .text-small {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;

}


.recipe-new-form-wrap .tooltip-icon {
    text-align: end;
}

/* Tooltip text */
.recipe-new-form-wrap .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #f8f8f8;
    color: #212121;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 1.4;
}

/* Show the tooltip text when you mouse over the tooltip container */
.recipe-new-form-wrap .tooltip:hover .tooltiptext {
    visibility: visible;
}



.recipe-new-form-container .input-group {
    position: relative;
}

.recipe-new-form-container .input-group .tooltip {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}



.lfcr-form-wrap {}

.lfcr-form-wrap .buttons a,
.lfcr-myreceipe-wrap .buttons a {
    margin-right: 10px;
}


.community-recipe .post-content {
    margin: 15px 0px;
}

.community-recipe .recipe-video-wrap iframe {
    width: 100%;
}

.community-recipe .preparation-item {
    margin-bottom: 15px;
}

.community-recipe .community-receipe-body {
    margin: 30px 0px;
}


.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;

    webkit-transition: color 1s ease;

    moz-transition: color 1s ease;
    transition: color 1s ease;
}


/* Crop image before upload modal box css */
/* upload modal box css */
.image_area {
    position: relative;
}



/*
 img {
 display: block;
 max-width: 100%;
 } */


.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.image_area:hover .overlay {
    height: 50%;
    cursor: pointer;

}

.text {
    color: #333;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;

    webkit-transform: translate(50%, 50%);

    ms-transform: translate(50%, 50%);

    transform: translate(50%, 50%);
    text-align: center;
}

.modal-button-close {
    text-align: end;
    color: #000 !important;
}

.upload-modal-title {
    width: 100%;
}


/* Float Plus button css */
.float-buttons {
    position: fixed;
    /* width:60px;
 height:60px; */
    bottom: 40px;
    right: 30vw;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
}

.float-buttons .float-btn {
    background-color: #00589c;
    color: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #00589c;
    margin-right: 10px;
}

.float-btn:hover {
    color: #FFF;
    border: 1px solid #f8f8f8;
}

.float-btn:focus {
    color: #FFF;
}


/* Submit and draft buttons */
.submit-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.submit-buttons .save-as-draft {
    margin-top: 20px;
    background-color: #ccc !important;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
}

.lfcr-myreceipe-wrap .my-recipe-buttons {
    margin-bottom: 50px;
    text-align: end;
}

.lfcr-myreceipe-wrap .my-recipe-button {
    background-color: #ccc;
    padding: 10px 30px;
    color: #fff;
    border: none;
    text-decoration: none;
}

.lfcr-myreceipe-wrap .my-recipe-button-active {
    background-color: #f8f8f8 !important;
}



/* jquery confirm modal css */
.jconfirm .jconfirm-holder {
    display: flex;
    justify-content: center;
}


.my-recipe-post-status {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 5px;
    width: auto;
    display: inline-block;
}

.my-recipe-footer-links ul {

    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;

}

.my-recipe-footer-links ul li {
    list-style: none;

}

.my-recipe-footer-links ul li a:hover {
    text-decoration: underline;
}

.my-recipe-footer-links ul li::before {
    content: "";
}



.tagify--outside {
    border: 0;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;

}

.tagify__dropdown {
    margin: 40px 0px;
    border: none;
    background: none;
}

.tagify-suggestions-wrapper {
    border: none;
    background: none;

}

/*
 .tagify--outside .tagify__input {
 order: -1;
 flex: 100%;
 border: 1px solid var(--tags-border-color);
 margin-bottom: 1em;
 transition: .1s;
 }
 
 .tagify--outside .tagify__input:hover {
 border-color: var(--tags-hover-border-color);
 }
 
 .tagify--outside.tagify--focus .tagify__input {
 transition: 0s;
 border-color: var(--tags-focus-border-color);
 } */

/*
 .lfcr-form-wrap .modal .modal-content {
 width: 95%;
 margin: 5% auto !important;
 } */

.lfcr-form-wrap .modal .modal-body {
    margin: 5px !important;
}

.lfcr-form-wrap label.error.fail-alert {
    color: red;
    /* padding: 2px 0 6px 6px; */
    width: 100%;
    display: block;
    font-size: 14px;
}

/*
 .recipe-new-form-container .img-container {
 max-height: 80vh;
 overflow: scroll;
 } */



.lfcr-myreceipe-wrap #dynamic_select {
    width: 300px !important;
    margin-left: auto;
}

.recipe-new-form-container {
    margin: 0;
    justify-content: flex-start;
}

.recipe-new-form-container form .recipe-new-form-wrap {
    background: #f8f8f8;
    padding: 54px 52px;
    width: 760px;
    position: relative;
}

.recipe-new-form-container form .recipe-new-form-wrap label,
.recipe-new-form-container form .recipe-new-form-wrap legend {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #212121 !important;
    font-style: normal;
    display: block;
    margin-bottom: 13px !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .terms-and-condition-label {
    text-transform: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .error.fail-alert {
    color: #f00 !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .preparation-step-label,
.recipe-new-form-container form .recipe-new-form-wrap .ingredient-list-label {
    color: #212121;
    text-transform: uppercase;
    font-style: normal;
}

.recipe-new-form-container form .recipe-new-form-wrap .text-small {
    color: #212121 !important;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: none !important;
    font-style: normal !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .text-small {

    margin-top: 5px;
    display: block;
}

.recipe-new-form-container form .recipe-new-form-wrap .text-small .text-small {
    margin-top: 10px !important;
    margin-bottom: 0;
}

.recipe-new-form-container form .recipe-new-form-wrap i {
    font-style: normal !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .tagify--outside {
    background: #fff !important;
    border: 0;
}

.recipe-new-form-container form .recipe-new-form-wrap .delete i {
    color: #212121;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 4px 6px 5px 5px;
}

.recipe-new-form-container form .recipe-new-form-wrap .delete i:hover {
    color: #212121;
    background: #ed752f;
    padding: 4px 6px 5px 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.recipe-new-form-container form .recipe-new-form-wrap .tooltip i {
    color: #000;
    font-size: 20px;
}

.recipe-new-form-container form .recipe-new-form-wrap input,
.recipe-new-form-container form .recipe-new-form-wrap .tagify__input,
.recipe-new-form-container form .recipe-new-form-wrap select {
    width: 100% !important;
    background: #fff !important;
    height: 50px !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 12px 12px !important;
    margin: 0;
    font-family: "Rubik", sans-serif;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=checkbox] {
    position: relative !important;
    top: 5px !important;
    height: 20px !important;
    width: 20px !important;
    margin-right: 12px;
    float: left !important;
    position: relative !important;
    top: 2px !important;
    margin-right: 8px;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=checkbox]::before {
    content: '';
    height: 20px;
    width: 20px;
    background: #fff !important;
    position: absolute;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=checkbox]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    color: #000;
    font-size: 12px;
    left: 3px;
    top: 4px;
    position: absolute;
    font-weight: 400;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=radio] {
    position: relative !important;
    top: 5px !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    margin-right: 12px;
    float: left !important;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=radio]::before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff !important;
    position: absolute;
}

.recipe-new-form-container form .recipe-new-form-wrap input[type=radio]:checked::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    font-size: 12px;
    left: 5px;
    top: 5px;
    position: absolute;
    font-weight: 800;
}

.recipe-new-form-container form .recipe-new-form-wrap .gfield_price_11_ label,
.recipe-new-form-container form .recipe-new-form-wrap .ginput_product_price_wrapper label {
    font-size: 12px !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .gfield_price_11_ input,
.recipe-new-form-container form .recipe-new-form-wrap .ginput_product_price_wrapper input {
    background: transparent !important;
    padding: 0 !important;
    height: 20px !important;
    font-weight: 800;
    font-size: 18px !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .gfield_price_11_ .gfield_description,
.recipe-new-form-container form .recipe-new-form-wrap .ginput_product_price_wrapper .gfield_description {
    font-size: 12px;
    padding-top: 7px !important;
}

.recipe-new-form-container form .recipe-new-form-wrap textarea {
    width: 100% !important;
    background: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 12px 12px !important;
    border: 0 !important;
    font-family: "Rubik", sans-serif;
    resize: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-section {
    /* background: #f8f8f8; */
}

.recipe-new-form-container form .recipe-new-form-wrap button[type=button],
.recipe-new-form-container form .recipe-new-form-wrap button[type=submit] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #99b285;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    transition: box-shadow ease 0.1s;
    box-shadow: 0px 0px 0px 0px #99b285;
    color: var(--black) !important;
    padding: 10px 20px !important;
    color: #111 !important;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    /* width: 303px !important;
 height: 70px; */
    border: 0;
    border-radius: 0;
    background-color: #ED752F;
    color: #fff !important;
}

/* 
.recipe-new-form-container form .recipe-new-form-wrap #ingredient {
    background: #ececec;
} */

.recipe-new-form-container form .recipe-new-form-wrap #ingredient .add-section {
    margin-top: 0 !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item {
    background: #ececec;
}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item .toclone.cloneya {}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item .toclone.cloneya .clone.add-item {
    display: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item .toclone.cloneya .delete.add-item {
    display: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item .toclone.cloneya:last-child .clone.add-item {
    display: inline-block !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #preparation-list-item .toclone.cloneya:last-child .delete.add-item {
    display: inline-block !important;
}


.recipe-new-form-container form .recipe-new-form-wrap #additional-notes {
    background: #ececec;
}

.recipe-new-form-container form .recipe-new-form-wrap #additional-notes .toclone.cloneya .clone.add-item {
    display: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #additional-notes .toclone.cloneya .delete.add-item {
    display: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #additional-notes .toclone.cloneya:last-child .clone.add-item {
    display: inline-block !important;
}

.recipe-new-form-container form .recipe-new-form-wrap #additional-notes .toclone.cloneya:last-child .delete.add-item {
    display: inline-block !important;
}


.recipe-new-form-container form .recipe-new-form-wrap button[type=button]:hover {
    box-shadow: 0px 0px 0px 3px #ED752F;
    border-radius: 0;
}

.recipe-new-form-container form .recipe-new-form-wrap .co-form__button {
    height: 70px;
    background-color: #ED752F !important;
    width: 50% !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .co-form__button:hover {
    height: 70px;
    box-shadow: 0px 0px 0px 3px #ED752F !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .save-as-draft:hover {
    box-shadow: 0px 0px 0px 3px #ccc !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .submit-buttons .save-as-draft {
    height: 70px;
    background-color: #ccc !important;
    color: #111 !important;
    width: 50%;
}

.recipe-new-form-container form i.fa-spin {
    margin-right: 8px !important;
}

.recipe-new-form-container .modal-content {
    background-color: #fefefe;
    margin: 10px auto !important;
    padding: 20px !important;
    border: 1px solid #888;
    width: 40%;
}

.recipe-new-form-container .cropper-container.cropper-bg {
    height: 80vh !important;
}

.recipe-new-form-container .cropper-container.cropper-bg .cropper-wrap-box {
    height: 80vh !important;
}

.recipe-new-form-container .cropper-container.cropper-bg .cropper-wrap-box .cropper-canvas {
    width: 100% !important;
    height: 80vh !important;
}

.recipe-new-form-container .cropper-container.cropper-bg .cropper-wrap-box .cropper-canvas .cropper-hide {
    width: 100% !important;
    height: 80vh !important;
}



.recipe-new-form-container form .recipe-new-form-wrap input ::-webkit-input-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap select ::-webkit-input-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808a96;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
}

.recipe-new-form-container form .recipe-new-form-wrap input ::-moz-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap select ::-moz-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap textarea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808a96;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
}

.recipe-new-form-container form .recipe-new-form-wrap input :-ms-input-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap select :-ms-input-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap textarea :-ms-input-placeholder {
    /* IE 10+ */
    color: #808a96;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
}

.recipe-new-form-container form .recipe-new-form-wrap input :-moz-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap select :-moz-placeholder,
.recipe-new-form-container form .recipe-new-form-wrap textarea :-moz-placeholder {
    /* Firefox 18- */
    color: #808a96;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone.cloneya-wrap {
    /* border: 1px solid rgba(128, 128, 128, 0.5); */
    /* border: 1px solid #ccc; */
    margin-bottom: 40px;
    margin-top: 15px;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-section-wrap {
    padding: 30px;
    margin-bottom: 10px;
}

.recipe-new-form-container form .recipe-new-form-wrap .flex-right {
    display: flex;
    justify-content: end;
}


.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section {
    border: 0;
    padding: 0px;
    margin-top: 0px;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section .clone {
    display: none !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section:last-child .clone {
    display: block !important;
    width: auto;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section .field-group label {
    display: none;
}



.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section:first-child .field-group label {
    display: block;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section:first-child .ingredient-action {
    margin-top: 35px;
}


.recipe-new-form-container form.recipe-new-form-wrap .ingredient-full-width .ingredient-qty {
    flex: 1 20 auto !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone .ingredient-width.ingredient-unit {
    width: 30% !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .tags .tagify__input {
    width: auto !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .tags .tagify .tagify__tag {
    margin: 7px 2px 5px 5px;
}

.recipe-new-form-container form .recipe-new-form-wrap .tags .tagify .tagify__tag div {
    height: 36px !important;
    padding: 6px 6px 6px 6px;
    line-height: 24px;
    margin: 0 0 0 0;
}

.recipe-new-form-container form .recipe-new-form-wrap .tags .tagify .tagify__tag div span {
    font-size: 16px !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .cloneya-wrap .cloneya .pr {
    position: relative !important;
}

.recipe-new-form-container form .recipe-new-form-wrap .cloneya-wrap .cloneya svg {
    position: absolute;
    bottom: 14px;
    z-index: 99;
    right: 5px;
}



#imgError {
    display: block !important;
}

#imgError label {
    text-transform: none !important;
    display: block !important;
}

.editProf {
    transition: box-shadow ease 0.1s !important;
}

.editProf:hover {
    box-shadow: 0px 0px 0px 3px #fff !important;
    border-radius: 0 !important;
}

.tab-button {
    transition: box-shadow ease 0.1s !important;
    border-radius: 0 !important;
}

.tab-button:hover {
    box-shadow: 0px 0px 0px 3px #fff !important;
}

.ui-menu.ui-widget {}

.ui-menu.ui-widget .ui-menu-item .ui-menu-item-wrapper {
    font-family: "Rubik", sans-serif !important;
    font-size: 14px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 0 !important;
}

.ui-menu.ui-widget .ui-menu-item .ui-menu-item-wrapper:hover {
    padding-top: 0;
    padding-bottom: 0;
    border: 0 !important;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}




.private-page-message {
    border: 1px solid #f8f8f8;
    padding: 15px;
    margin: 15px 0px;

}

.private-page-message p {
    padding: 0;
    margin: 0;
}






@media(max-width: 991px) {


    .recipe-new-form-container form .recipe-new-form-wrap {
        width: 100%;
        padding: 20px 20px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone.cloneya-wrap {
        padding: 16px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap button[type=button],
    .recipe-new-form-container form .recipe-new-form-wrap button[type=submit] {
        font-size: 14px;
    }

    .recipe-new-form-wrap .delete {
        font-size: 16px;
        display: block;
        margin-top: 10px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .submit-buttons .save-as-draft {
        height: 50px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .co-form__button {
        height: 50px;
    }

    .recipe-new-form-wrap .tooltip .tooltiptext {
        right: 0;
    }

    .recipe-new-form-wrap .ingredient-full-width {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .recipe-new-form-wrap .ingredient-full-width .ingredient-qty {
        flex: 2 2 auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone .ingredient-width {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section {
        position: relative;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone .ingredient-width.ingredient-action {
        margin: 0 !important;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone .ingredient-width.ingredient-action .delete {
        position: absolute;
        top: -35px;
        z-index: 9999;
        right: 0;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-item-section:first-child .ingredient-action .delete {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .recipe-new-form-container form .recipe-new-form-wrap .ingredient-clone .ingredient-width.ingredient-unit {
        width: 100% !important;
    }


}


.site article,
.site .site-content {
    margin-bottom: 40px;
}

.post-widget-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.post-widget-bar .pld-count-wrap {
    display: none;
}

.post-widget-bar .post-widget-bar-left {
    display: flex;
}

.post-widget-bar .fav-widget {
    margin-right: 40px;
}

.post-widget-bar .fav-widget button.simplefavorite-button {
    border: 0;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #3ea3ca;
    opacity: 1;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;

}

.post-widget-bar .fav-widget button.simplefavorite-button i {
    font-size: 18px;

}


.post-widget-bar .like-widget span {
    font-size: 14px;
    text-transform: uppercase;
    color: #3ea3ca;
    margin-right: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.post-widget-bar .like-widget .pld-common-wrap {
    min-width: 0 !important;
}

.post-widget-bar .like-widget .pld-like-dislike-wrap {
    margin: 0px !important;
}

.post-widget-bar .like-widget i {
    font-size: 18px;
}

.post-widget-bar .post-widget-bar-right .share-links:nth-child(2) {
    display: none;


}


.delete-image {

    position: absolute;
    right: 15px;
    top: 15px;
    background: #2f2f2f;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;

}

.delete-image :hover {
    color: #fff;
}


.delete-image i {
    padding: 5px;
}