/**
 * Techkorm Recipes - Public Styles
 *
 * @version 1.0.0
 *
 * ---
 * Brand Colors:
 * Light Green: #b8d717
 * Green:       #6da600
 * Blue:        #011c75
 * ---
 */

/*--------------------------------------------------------------
# 0.0 - Temp Styles. TODO - remove
--------------------------------------------------------------*/
.header.sticky-header.sticky-active .header-row {
    display: none !important;
}

/*--------------------------------------------------------------
# 1.0 - General Structure
--------------------------------------------------------------*/
.techkorm-recipes-wrapper {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.techkorm-recipes-wrapper a {
    font-size: 16px;
}

.techkorm-recipes-wrapper p {
    margin: 0 0 10px !important;
}

.techkorm-recipes-wrapper .recipes {
    max-width: 992px;
    margin: 30px auto;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.techkorm-recipes-wrapper ._relative {
    position: relative;
}

.techkorm-recipes-wrapper ._border {
    border: 1px dashed #011c75;
    padding: 5px;
    margin-bottom: 20px;
}

.techkorm-recipes-wrapper ._border._padding-none {
    padding: 0;
}

.techkorm-recipes-wrapper ._line-bottom {
    min-height: 33px;
    border-bottom: 1px solid #000 !important;
    padding-top: 9px;
    padding-bottom: 5px;
}

.techkorm-recipes-wrapper ._text-center {
    text-align: center;
}

.techkorm-recipes-wrapper ._text-right {
    text-align: right;
}

.techkorm-recipes-wrapper ._position-right {
    display: inline-block;
}

.techkorm-recipes-wrapper ._valign-sub {
    vertical-align: super;
}

/* Flexes */
.techkorm-recipes-wrapper ._flex-align-top {
    display: flex;
    align-items: center;
}

.techkorm-recipes-wrapper ._flex-center {
    display: flex;
    align-items: center;
}

/* Widths */
.techkorm-recipes-wrapper ._w200p {
    width: 200px !important;
}

.techkorm-recipes-wrapper ._w50 {
    width: 50% !important;
}

.techkorm-recipes-wrapper ._w100 {
    width: 100% !important;
}

.techkorm-recipes-wrapper ._min-width-200 {
    min-width: 200px;
}

.techkorm-recipes-wrapper ._min-width-160 {
    min-width: 160px;
}

.techkorm-recipes-wrapper ._input._mw80 {
    min-width: 80% !important;
}

.techkorm-recipes-wrapper :after,
.techkorm-recipes-wrapper :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.techkorm-recipes-wrapper .row-underline {
    position: relative;
    overflow: hidden;
}

.techkorm-recipes-wrapper .row-underline._border0 {
    padding-bottom: 16px;
}

.techkorm-recipes-wrapper .row-underline._border0 span {
    border-bottom: 0;
}

.techkorm-recipes-wrapper .row-underline span {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid;
}

.techkorm-recipes-wrapper .row-underline.pt-mt {
    padding-top: 10px;
    margin-top: -10px;
}

/*--------------------------------------------------------------
# 2.0 - Common Form Elements
--------------------------------------------------------------*/
/* Inputs */
.techkorm-recipes-wrapper .recipes input._active,
.techkorm-recipes-wrapper .recipes textarea._active,
.techkorm-recipes-wrapper .recipes textarea.select-custom-other,
.techkorm-recipes-wrapper .recipes ._input._active {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 6px;
    padding: 8px 7px 9px 7px;
    outline: 1px solid #b8d717 !important;
    color: #000;
    border: 0 !important;
    text-transform: none;
    text-align: left;
    width: 220px;
    line-height: 24px;
    font-size: 16px;
}

.techkorm-recipes-wrapper input::placeholder,
.techkorm-recipes-wrapper [contentEditable=true]:empty:before {
    color: rgba(74, 82, 87, 0.8) !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Inputs height */
.techkorm-recipes-wrapper input._active,
.techkorm-recipes-wrapper textarea._active,
.techkorm-recipes-wrapper ._input._active,
.techkorm-recipes-wrapper .selectfix-container,
.techkorm-recipes-wrapper .selectfix-border,
.techkorm-recipes-wrapper .recipes-select textarea {
    height: 40px;
}

/* Other textarea */
.techkorm-recipes-wrapper .select-custom-other {
    height: auto;
    overflow: hidden;
    resize: none;
}

/* Selects */
.techkorm-recipes-wrapper .selectfix-container {
    border-radius: 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: default;
    overflow-y: initial;
    position: relative;
    text-align: left;
    width: 100%;
}

.techkorm-recipes-wrapper select.selectfix {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.techkorm-recipes-wrapper .selectfix {
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.techkorm-recipes-wrapper .selectfix-current-value {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    line-height: 1.6;
    overflow: hidden;
    padding: 9px 25px 10px 13px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    border-radius: 35px;
}

.techkorm-recipes-wrapper .selectfix-current-value::before {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: -6px;
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 1;
    background: none;
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.techkorm-recipes-wrapper .selectfix-current-value::after {
    background-color: #fff;
    bottom: 2px;
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 25px;
}

.techkorm-recipes-wrapper .selectfix-border {
    background-color: #fff;
    border: 1px solid #b8d717;
    border-radius: 6px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    margin-top: -40px;
    overflow: hidden;
    padding-top: 38px;
    right: 0;
    top: 0;
}

.techkorm-recipes-wrapper .selectfix-list {
    max-height: 215px;
    overflow-y: auto;
}

.techkorm-recipes-wrapper .selectfix-value {
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 28px;
}

.techkorm-recipes-wrapper .selectfix-value:hover {
    background-color: #b8d717;
    color: #000;
}

/* Opened select */
.techkorm-recipes-wrapper .selectfix-container.opened {
    overflow: visible;
    z-index: 100;
}

.techkorm-recipes-wrapper .opened .selectfix-current-value {
    border-bottom: 1px solid transparent;
}

.techkorm-recipes-wrapper .opened .selectfix-current-value::before {
    margin-top: -3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.techkorm-recipes-wrapper .opened .selectfix-border {
    bottom: auto;
    height: auto;
    padding-top: 40px;
    border-color: #b8d717;
}

/* Responsive behavior for selects */
/*.techkorm-recipes-wrapper .is-mobile .selectfix-border {
    display: none !important;
}*/

.techkorm-recipes-wrapper .is-mobile select.selectfix {
    opacity: 0 !important; /* Make native select invisible but functional */
    pointer-events: auto; /* Allow clicks */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Textarea */
.techkorm-recipes-wrapper .recipes textarea {
    resize: none;
    overflow: auto;
}

.techkorm-recipes-wrapper .recipes textarea.select-custom-other {
    display: none;
    position: absolute;
    top: 1px;
    width: calc(100% - 30px);
    left: 5px;
    z-index: 1;
    border: 0;
    height: 37px;
    padding: 8px 0 0 0;
    outline: none !important;
}

/* Fix for empty selects */
.techkorm-recipes-wrapper .recipes textarea.select-no-options {
    display: block;
}

/*--------------------------------------------------------------
# 3.0 - Tooltips
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-header__note {
    width: 19px;
    height: 17px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: -16px;
    right: -16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjE5IgogICBoZWlnaHQ9IjE3IgogICB2aWV3Qm94PSIwIDAgMTkgMTciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImRvd25sb2FkLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS40LjIgKGY0MzI3ZjQsIDIwMjUtMDUtMTMpIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMxIiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3MSIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIGlua3NjYXBlOnpvb209IjQ1LjQ3MDU4OCIKICAgICBpbmtzY2FwZTpjeD0iOS41MDA2NDY4IgogICAgIGlua3NjYXBlOmN5PSI4LjUiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijk5MSIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTkiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii05IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMSIgLz4KICA8cGF0aAogICAgIGQ9Ik0gOS41LDUuNTYyNjkgSCA5LjUwNjggTSA5LjUsMTEuNjQ2MyBWIDcuODQ0MDMgTSAxOCw4LjYwNDQ3IGMgMCw0LjE5OTkzIC0zLjgwNTQsNy42MDQ0MyAtOC41LDcuNjA0NDMgLTEuNTM3MDk1MSwwIC0yLjk3ODg3NDYsLTAuMzY0OTc4IC00LjIyMjk3MTUsLTEuMDAzMzUzIEMgMi43MjE0NDE5LDEzLjg5NDIxNSAxLDExLjQyOTI1NCAxLDguNjA0NDcgMSw0LjQwNDUyIDQuODA1NDUsMSA5LjUsMSAxNC4xOTQ2LDEgMTgsNC40MDQ1MiAxOCw4LjYwNDQ3IFoiCiAgICAgc3Ryb2tlPSIjZmZhNDA3IgogICAgIHN0cm9rZS13aWR0aD0iMS41IgogICAgIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIKICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIKICAgICBpZD0icGF0aDEiCiAgICAgaW5rc2NhcGU6bGFiZWw9InBhdGgxIgogICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2NjY3Nzc3NzcyIKICAgICBzdHlsZT0ic3Ryb2tlOiNiOGQ3MTc7c3Ryb2tlLW9wYWNpdHk6MSIgLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
}

.techkorm-recipes-wrapper [data-tooltip] {
    /*position: relative;*/
    cursor: pointer;
}

/* Tooltip bubble */
.techkorm-recipes-wrapper [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #b8d717;
    z-index: 0;

    opacity: 0;
    visibility: hidden;
}

.techkorm-recipes-wrapper [data-tooltip]:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid;
    border-color: transparent #b8d717 #b8d717 transparent;
    z-index: 1;

    opacity: 0;
    visibility: hidden;
}

.techkorm-recipes-wrapper [data-tooltip]:hover:before,
.techkorm-recipes-wrapper [data-tooltip]:hover:after {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# 4.0 - Header & Description
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes__desc {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #6da600;
}

.techkorm-recipes-wrapper .recipes__instructions {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}

.techkorm-recipes-wrapper .recipes__instructions a + a {
    margin-left: 25px;
}

/*--------------------------------------------------------------
# 5.0 - Number (Instance)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-top__number {
    text-align: right;
    position: relative;
}

.techkorm-recipes-wrapper .recipes-top__number span {
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
}

.techkorm-recipes-wrapper .recipes-top__number .recipes-header__note {
    top: 0;
    right: 21px;
}

/*--------------------------------------------------------------
# 6.0 - Recipe (Header)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-header {
    text-align: center;
}

.techkorm-recipes-wrapper .recipes-header p {
    margin: 0;
}

.techkorm-recipes-wrapper .recipes-header p.recipes-header__title {
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# 7.0 - OGRN
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-ogrn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.techkorm-recipes-wrapper .recipes-ogrn__name {
    width: 122px;
    flex-shrink: 0;
    padding-left: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 20px;
}

.techkorm-recipes-wrapper .recipes-ogrn__number {
    display: flex;
    flex-grow: 1;
    margin: -1px;
}

.techkorm-recipes-wrapper .recipes-ogrn__number input {
    width: 25px;
    height: 27px;
    padding: 1px 2px;
    border: 0;
    outline: 1px solid #b8d717 !important;
    text-align: center;
    border-radius: 0;
}

.techkorm-recipes-wrapper .recipes-ogrn .recipes-header__note {
    top: -20px;
    right: -20px;
}

/*--------------------------------------------------------------
# 8.0 - Recipes Data
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.techkorm-recipes-wrapper .recipes-data__inner {
    width: 60%;
}

.techkorm-recipes-wrapper .recipes-data__bl2 {
    width: 40%;
}

.techkorm-recipes-wrapper .recipes-data__org {
    margin-bottom: 5px;
}

.techkorm-recipes-wrapper .recipes-select__title {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# 9.0 - Table Blank
--------------------------------------------------------------*/
.techkorm-recipes-wrapper table._table-blank {
    width: 100%;
    margin: 20px 0 !important;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.techkorm-recipes-wrapper table._table-blank td {
    border: 1px dashed #011c75;
    padding: 15px 15px 5px 15px;
}

.techkorm-recipes-wrapper table._table-td-50 td {
    width: 50%;
    min-height: 40px;
}

.techkorm-recipes-wrapper table._table-blank td._line-bottom {
    border-bottom: 1px solid #000 !important;
}

.techkorm-recipes-wrapper [contentEditable=true]:empty:before {
    content: attr(data-ph);
    text-transform: none;
    pointer-events: none;
}

/*--------------------------------------------------------------
# 10.0 - Recipe Number (.recipes-data2)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data2 {
    text-align: center;
}

.techkorm-recipes-wrapper .recipes-data2__top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.techkorm-recipes-wrapper .recipes-data2__top span {
    margin-left: 10px;
}

.techkorm-recipes-wrapper .recipes-data2__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

.techkorm-recipes-wrapper .recipes-data2__text input {
    width: 150px;
    margin-right: 8px;
}

/*--------------------------------------------------------------
# 11.0 - Owner (.recipes-data7)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper ._relative._w80_ilb {
    min-width: 80%;
    display: inline-block;
}

.techkorm-recipes-wrapper .recipes-data7__body [contentEditable=true] {
    min-width: 40%;
    max-width: 100%;
    word-break: break-all;
}

/*--------------------------------------------------------------
# 12.0 - Animal (.recipes-data3)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
}

.techkorm-recipes-wrapper .recipes-data3__item {
    width: 30%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 10px;
}

.techkorm-recipes-wrapper .recipes-data3__item span,
.techkorm-recipes-wrapper .recipes-data4__row span {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# 13.0 - Drug (.recipes-data4)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .prepar-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5%;
}

.techkorm-recipes-wrapper .prepar-flex .recipes-select {
    width: 55%;
}

.techkorm-recipes-wrapper .prepar-flex .recipes-select textarea {
    overflow: hidden;
    width: 100%;
}

.techkorm-recipes-wrapper .prepar-flex .PY {
    width: 40%;
    align-self: flex-end;
}

.techkorm-recipes-wrapper ._lined-notebook {
    padding: 7px 0 0;
    color: #000;
    /*background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(4%, #fff));*/
    border-bottom: 1px solid #000 !important;
    background-size: 100% 38px;
    line-height: 38px;
    margin-bottom: 8px;
}

.techkorm-recipes-wrapper .recipes-data4__wrap {
    padding-top: 10px;
}

.techkorm-recipes-wrapper .recipes-data4__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.techkorm-recipes-wrapper .recipes-data4__row ._relative {
    display: inline-block;
}

.techkorm-recipes-wrapper .recipes-data4__wrap input {
    width: 150px;
}

.techkorm-recipes-wrapper .recipes-data4 .preparate-select-list,
.techkorm-recipes-wrapper .recipes-data4 .preparate-search-loader,
.techkorm-recipes-wrapper .recipes-data4 .preparate-search-no-results {
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 10px;
    top: 100%;
    left: 0;
    z-index: 200;
    width: 96%;
    min-height: 25px;
    max-height: 200px;
    overflow: auto;
}

.techkorm-recipes-wrapper .recipes-data4 .preparate-select-item {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
}

.techkorm-recipes-wrapper .recipes-data4 .preparate-select-item:last-child {
    cursor: pointer;
    margin-bottom: 0;
}

.techkorm-recipes-wrapper .recipes-data4 .preparate-select-item__title {
    font-size: 16px;
    font-weight: 300;
}

.techkorm-recipes-wrapper .recipes-data4 .recipes-form__row._full .selectfix-container:after {
    right: 20px;
}

/*--------------------------------------------------------------
# 14.0 - Additional information (.recipes-data5)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data5 .row-underline span {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# 15.0 - First & last name (.recipes-data6)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data6 [contentEditable=true] {
    word-break: break-all;
    margin-left: 2px;
}

/*--------------------------------------------------------------
# 16.0 - Validity period (.recipes-data8)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data8 .recipes-list-ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}

.techkorm-recipes-wrapper .recipes-data8 .recipes-list-ul li {
    padding-left: 0;
}

.techkorm-recipes-wrapper .recipes-data8 .recipes-list-ul li:before {
    content: none;
}

.techkorm-recipes-wrapper .recipes-data8 li .recipes-header__note {
    top: 3px !important;
    left: 100px;
}

/*--------------------------------------------------------------
# 17.0 - I (.recipes-data9)
--------------------------------------------------------------*/
.techkorm-recipes-wrapper .recipes-data9 .recipes-signature {
    margin-top: 20px;
    margin-bottom: 30px;
}

.techkorm-recipes-wrapper .recipes-data9 ._dashes {
    letter-spacing: 2px;
}

/*--------------------------------------------------------------
# 18.0 - Buttons (.recipes-btns)
--------------------------------------------------------------*/
.techkorm-recipes-modal .recipes-btns button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    text-align: center;
    padding: 0 30px 3px 0;
    line-height: 2.1429em;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    background-color: transparent;
    border: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s, background-size 0.2s linear 0.15s;
    transition: all 0.3s, background-size 0.2s linear 0.15s;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    font-style: normal;
    font-weight: 500;
    outline: none !important;
}

.techkorm-recipes-modal .recipes-btns button:after {
    font-family: 'fontello';
    content: '\e82d';
    font-size: 85.7%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    right: 0;
    transition: opacity 0.3s .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.techkorm-recipes-modal .recipes-btns button:hover {
    color: #b8d717;
    background-size: 0% 1px;
    transition-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: .3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: .195s;
}

.techkorm-recipes-modal .recipes-btns button:hover:after {
    opacity: 0;
    transition-delay: 0s;
}

.techkorm-recipes-wrapper .recipes-btns,
.techkorm-recipes-modal .recipes-btns {
    display: flex;
    gap: 20px;
    margin: 40px 0 20px;
}

.techkorm-recipes-wrapper .recipes-btns ._print-btn,
.techkorm-recipes-modal .recipes-btns ._print-btn {
    color: #011c75;
    background-image: linear-gradient(0deg, #011c75 0%, #011c75 100%);
}

.techkorm-recipes-wrapper .recipes-btns ._download-btn,
.techkorm-recipes-modal .recipes-btns ._download-btn {
    color: #6da600;
    background-image: linear-gradient(0deg, #6da600 0%, #6da600 100%);
}

.techkorm-recipes-wrapper .recipes-btns ._print-btn:after,
.techkorm-recipes-modal .recipes-btns ._print-btn:after {
    color: #011c75;
}

.techkorm-recipes-wrapper .recipes-btns ._download-btn:after,
.techkorm-recipes-modal .recipes-btns ._download-btn:after {
    color: #6da600;
}

/*--------------------------------------------------------------
# 19.0 - Modal Window
--------------------------------------------------------------*/
.techkorm-recipes-modal {
    display: none;
    max-width: 760px;
    padding: 50px 85px;
    border-radius: 16px;
    background-color: #fff;
}

.techkorm-recipes-modal .recipes-modal__title {
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
}

.techkorm-recipes-modal .recipes-modal__req-fields {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
}

.techkorm-recipes-modal .recipes-modal__req-fields li {
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.3;
    color: #000;
    font-size: 18px;
}

.techkorm-recipes-modal .recipes-modal__req-fields li::before {
    content: '✓';
    color: #6da600;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    font-size: 16px;
}

.techkorm-recipes-modal .recipes-modal__politic {
    font-size: 18px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.techkorm-recipes-modal .recipes-btns {
    margin-top: 0;
}

/*--------------------------------------------------------------
# 20.0 - Media Queries (Responsiveness)
--------------------------------------------------------------*/
@media (max-width: 530px) {
    .techkorm-recipes-wrapper .recipes-data4__row ._flex-center,
    .techkorm-recipes-wrapper .recipes-data3 {
        flex-direction: column;
    }

    .techkorm-recipes-wrapper .recipes__instructions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .techkorm-recipes-wrapper .recipes-ogrn {
        flex-wrap: wrap;
        justify-content: center;
    }

    .techkorm-recipes-wrapper .recipes-ogrn__name {
        margin-bottom: 10px;
    }

    .techkorm-recipes-wrapper .recipes-ogrn__number input {
        flex-grow: 1;
    }
}

@media (max-width: 650px) {
    .techkorm-recipes-wrapper .recipes-data__inner,
    .techkorm-recipes-wrapper .recipes-data__bl2 {
        width: 100%;
    }

    .techkorm-recipes-wrapper .recipes-data__inner,
    .techkorm-recipes-wrapper .recipes-data__bl2 {
        width: 100%;
    }

    .techkorm-recipes-wrapper .recipes-data__bl2 {
        margin-bottom: 20px;
    }

    .techkorm-recipes-wrapper .recipes-data__inner {
        line-height: 1.1;
        margin-bottom: 0;
    }

    .techkorm-recipes-wrapper .recipes-ogrn {
        width: 100%;
        overflow-x: auto;
    }

    .techkorm-recipes-wrapper .recipes-data {
        flex-direction: column;
    }

    .techkorm-recipes-wrapper .recipes [data-tooltip] {
        display: none;
    }
}

@media (max-width: 720px) {
    .techkorm-recipes-wrapper .recipes {
        padding: 10px;
    }

    .techkorm-recipes-modal .recipes-modal__title {
        font-size: 28px;
    }
}

@media (max-width: 845px) {
    .techkorm-recipes-wrapper .recipes-data4__row {
        flex-wrap: wrap;
    }

    .techkorm-recipes-wrapper .recipes-data4__row input {
        width: 100%;
    }

    .techkorm-recipes-modal {
        padding: 5%;
    }

    .techkorm-recipes-modal .recipes-modal__title {
        white-space: break-spaces;
    }
}

@media (max-width: 1200px) {
    .techkorm-recipes-wrapper .recipes-data3__item {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        width: 40%;
    }

    .techkorm-recipes-wrapper ._flex-align-top {
        flex-wrap: wrap;
    }

    .techkorm-recipes-wrapper .recipes-data4__row > div {
        flex-grow: 1;
    }
}

/* ==========================================================================
   21.0 - Print Styles
   ========================================================================== */
@media print {

    body,
    html {
        background: #fff !important;
        color: #000 !important;
        font-size: 10pt;
    }

    #techkorm_mobile_menu_highlight,
    div.body-overlay,
    header.header,
    div.mobile-header,
    div.top-bar,
    footer.footer,
    .footer-scroll-top,
    #mgo-mcw-widget,
    aside,
    nav,
    .sidebar,
    #wpadminbar,
    .comment-form,
    .comments-area,
    .techkorm-recipes-wrapper .recipes__desc,
    .techkorm-recipes-wrapper .recipes__instructions,
    .techkorm-recipes-wrapper .instruction-note,
    .techkorm-recipes-wrapper .recipes [data-tooltip],
    .techkorm-recipes-wrapper .recipes-btns,
    #download-btn,
    #print-page,
    .techkorm-recipes-wrapper .selectfix-border,
    .techkorm-recipes-wrapper .selectfix-current-value::before,
    .techkorm-recipes-wrapper .selectfix-current-value::after {
        display: none !important;
    }

    .content,
    .techkorm-recipes-wrapper,
    .techkorm-recipes-wrapper .recipes {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
    }

    .techkorm-recipes-wrapper ._border {
        border: none;
        padding: 0;
        margin: 0;
    }

    .techkorm-recipes-wrapper table._table-blank td {
        border: none;
    }

    .techkorm-recipes-wrapper .recipes-ogrn__number input {
        outline: 1px solid #000 !important;
    }

    .techkorm-recipes-wrapper .recipes input._active,
    .techkorm-recipes-wrapper .recipes div._input._active,
    .techkorm-recipes-wrapper .recipes textarea._active,
    .techkorm-recipes-wrapper .recipes .selectfix-container,
    .techkorm-recipes-wrapper .recipes .select-custom-other {
        border: none !important;
        outline: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding-left: 0;
        padding-right: 0;
    }

    /* Recipe number and date width */
    .techkorm-recipes-wrapper ._pw90p {
        width: 90px !important;
    }

    .techkorm-recipes-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
    }

    /* Hide placeholders */
    /* Chrome, Safari, Opera */
    .techkorm-recipes-wrapper input::-webkit-input-placeholder,
    .techkorm-recipes-wrapper textarea::-webkit-input-placeholder {
        color: transparent !important;
    }

    /* Firefox 19+ */
    .techkorm-recipes-wrapper input::-moz-placeholder,
    .techkorm-recipes-wrapper textarea::-moz-placeholder {
        color: transparent !important;
        opacity: 1;
    }

    /* Internet Explorer 10+ */
    .techkorm-recipes-wrapper input:-ms-input-placeholder,
    .techkorm-recipes-wrapper textarea:-ms-input-placeholder {
        color: transparent !important;
    }

    /* Microsoft Edge */
    .techkorm-recipes-wrapper input::-ms-input-placeholder,
    .techkorm-recipes-wrapper textarea::-ms-input-placeholder {
        color: transparent !important;
    }

    /* Common */
    .techkorm-recipes-wrapper input::placeholder,
    .techkorm-recipes-wrapper input[type="date"]::placeholder,
    .techkorm-recipes-wrapper textarea::placeholder,
    .techkorm-recipes-wrapper [contentEditable=true]:empty:before {
        color: transparent !important;
    }

    /* Helper to hide the native date placeholder */
    .techkorm-recipes-wrapper input[type="date"] {
        color: transparent !important;
    }

    .techkorm-recipes-wrapper input[type="date"]:focus,
    .techkorm-recipes-wrapper input[type="date"]:valid {
        color: #000 !important;
    }

    .techkorm-recipes-wrapper textarea {
        overflow: hidden !important;
    }

    .techkorm-recipes-wrapper .selectfix-current-value {
        padding: 0;
        height: auto;
        line-height: inherit;
    }

    .techkorm-recipes-wrapper .recipes input.js-empty-print-line,
    .techkorm-recipes-wrapper .recipes textarea.js-empty-print-line,
    .techkorm-recipes-wrapper .recipes .selectfix.js-empty-print-line,
    .techkorm-recipes-wrapper .recipes div.selectfix-container.js-empty-print-line {
        border-bottom: 1px solid #000 !important;
        border-radius: 0;
        top: 0;
        left: 0;
    }

    .techkorm-recipes-wrapper .recipes-data {
        page-break-inside: avoid;
    }
}