.prescription-main-dXk {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    background: #F6F4F3;
    height: calc(100vh - 82px);
}
.prescription-dhide--y2{display: none;}
.prescription-a-HCF {
    cursor: pointer;
}

.prescription-leftbar-dB3 {
    /* width: 61%; */
    flex: 1;
    display: flex;
    flex-direction: column;
}

.prescription-leftbar-dB3 .prescription-image-cXx {
    /* width: 840px; */
    /* height: 407px; */
    flex: 1;
    margin: 0 20px 0 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.prescription-leftbar-dB3 .prescription-imageInfo-j7R{
    text-align: center; padding: 20px;
}

.prescription-leftbar-dB3 .prescription-note-bUD {
    margin: 0 auto 54px auto;
    width: 422px;
    height: 102px;
    border-radius: 55px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.prescription-leftbar-dB3 .prescription-noteitem-Cmn {
    width: 100px;
    text-align: center;
    line-height: 20px;
    background: url(/uk/note1.svg) no-repeat 50% 0 / auto 16px;
    padding-top: 24px;
}

.prescription-leftbar-dB3 .prescription-noteitem-Cmn:nth-child(2) {
    background-image: url(/uk/note2.svg)
}

.prescription-leftbar-dB3 .prescription-noteitem-Cmn:nth-child(3) {
    background-image: url(/uk/note3.svg)
}

.prescription-rightbar-bUP {
    /* width: 560px; */
    width: 38.88vw;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.prescription-cho_top-43i {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.prescription-cho_top-43i .prescription-back-PFO {
    width: 40px;
    height: 40px;
    background: url(/uk/arrow1.svg) no-repeat 50% / auto 40px;
    transform: rotateZ(180deg);
    cursor: pointer;
    transition: all 0.3s;
}

.prescription-cho_top-43i .prescription-back-PFO:hover {
    transform: rotateZ(180deg) scale(1.2);
}

.prescription-cho_top-43i .prescription-close-mfu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(/uk/close2.svg) no-repeat 50% / auto 40px;
    transition: transform 0.3s;
}

.prescription-cho_top-43i .prescription-close-mfu:hover {
    /* background-image: url('../../assets/img/close1.svg'); */
    transform: rotateZ(180deg) scale(1.2);
}

.prescription-cho_step-d1O {
    height: 54px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prescription-cho_step-d1O .prescription-s-0JK {
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    display: block;
    width: 50%;
}

.prescription-cho_step-d1O .prescription-s-0JK.prescription-active-ZD8 {
    border-bottom: 3px solid #000;
}

.prescription-cho_stepBorder-H-3.prescription-step1-tf7 {}

.prescription-cho_stepResult-WEV {
    overflow: auto;
    height: calc(100%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; text-align: center;
}

.prescription-cho_stepResult-WEV h2 {
    font-size: 36px;
}

.prescription-cho_stepResult-WEV .prescription-desc-66U {
    font-size: 14px;
    padding: 20px;
}

.prescription-cho_stepCnt-U9l {
    overflow: auto;
    height: calc(100%);
    box-sizing: border-box;
    /* padding-bottom: 60px; */
    scroll-behavior: smooth;
}

.prescription-cho_title-nrk {
    font-weight: 600;
    line-height: 120%;
    font-size: 30px;
    padding: 50px 0 30px 0;
    text-align: center;
}

.prescription-cho_title1-o-g {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    padding: 20px 0 20px 0;
}

.prescription-cho_title2-AKj {
    padding: 0 40px 40px 40px;
    font-size: 14px;
    text-align: center;
}

.prescription-cho_title2-AKj .prescription-a-HCF {
    text-decoration: underline;
}

.prescription-cho_items-tdu {
    width: 400px;
    margin: 0 auto;
}

.prescription-cho_items-tdu .prescription-item-Lbq {
    /* display: flex; */
    padding: 20px;
    /* align-items: center; */
    /* justify-content: space-between; */
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}



.prescription-cho_items-tdu .prescription-item-Lbq .prescription-image-cXx {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 83px;
    height: 83px;
    background-color: #f8f8f8;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageEnd-8rT {
    width: 160px;
    height: 160px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageEnd-8rT .prescription-thumb-rDF {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-edit-x9n {
    font-size: 11px;
    border-radius: 3px;
    background: #fff url(/uk/edit1.svg) no-repeat 5px 50% / auto 10px;
    padding: 5px 15px 5px 25px;
    width: 50px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    cursor: pointer;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageEnd-8rT .prescription-edit-x9n:hover {
    border: 1px solid #000;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R {
    /* flex: 1; */
    /* padding-left: 20px; */
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-p1-x37 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-p1-x37 .prescription-price-N5e {
    font-weight: 600;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-p1-x37 .prescription-type-zMq {
    font-weight: 600;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-p2-MDr {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-p2-MDr .prescription-tags-3bq {
    display: flex;
    flex-wrap: wrap;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-light-EbI {
    color: #f00;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-del-9zz {
    color: #696969;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.prescription-cho_items-tdu .prescription-item-Lbq .prescription-imageInfo-j7R .prescription-del-9zz:hover {
    color: #000;
}

.prescription-cho_items-tdu .prescription-itemNo-fpO .prescription-image-cXx {
    display: none;
}

.prescription-cho_items-tdu .prescription-itemNo-fpO .prescription-imageInfo-j7R .prescription-p1-x37 {
    justify-content: center;
}

.prescription-cho_items-tdu .prescription-itemNo-fpO .prescription-imageInfo-j7R .prescription-p1-x37 .prescription-price-N5e {
    display: none;
}

.prescription-cho_items-tdu .prescription-itemNo-fpO .prescription-imageInfo-j7R .prescription-p2-MDr {
    display: none;
}

.prescription-cho_items-tdu .prescription-item-Lbq:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.prescription-cho_items-tdu .prescription-item-Lbq.prescription-active-ZD8 {
    border-color: #000;
}

.prescription-cho_items-tdu .prescription-item-Lbq.prescription-disabled-qVJ {
    background-color: #f1f1f1;
    cursor: no-drop;
    display: none;
}

.prescription-cho_items-tdu .prescription-item-Lbq.prescription-disabled-qVJ:hover {
    border-color: transparent;
}

.prescription-cho_items-tdu .prescription-itemEnd-GIH,
.prescription-cho_items-tdu .prescription-itemEnd-GIH:hover {
    border-color: transparent;
    cursor: auto;
    /* padding: 0; */
    /* margin-bottom: 10px; */
}

.prescription-cho_items-tdu .prescription-itemEnd-GIH .prescription-imageInfo-j7R .prescription-p1-x37 .prescription-price-N5e {
    font-size: 14px;
    color: #696969;
}

.prescription-cho_foot-oFf {
    background-color: #fff;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; */
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    display: flex;
    height: 84px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.prescription-cho_foot-oFf .prescription-btn--rY {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 140px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    font-size: 14px;
}

.prescription-cho_foot-oFf .prescription-btn--rY.prescription-active-ZD8 {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.prescription-cho_color-4Cs {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 400px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 8px;
}

.prescription-cho_color-4Cs .prescription-top-8cg {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.prescription-cho_color-4Cs .prescription-note-bUD {
    color: rgba(50, 50, 50, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.prescription-cho_colorItems-v7D {
    box-sizing: border-box;
    padding: 25px 0 0 0;
    color: #696969;
    gap: 4px;
    text-align: center;
    grid-area: items;
    grid-template-columns: repeat(5, 1fr);
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq {
    width: 60px;
    text-align: center;
    font-size: 11px;
    position: relative;
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq .prescription-img-89E {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 4px auto;
    background-color: #696969;
    cursor: pointer;
    /* pointer-events: none; */
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq .prescription-mask-AB8 {
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    cursor: no-drop;
    display: none;
    border-radius: 8px;
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq.prescription-disabled-qVJ {
    display: none;
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq.prescription-disabled-qVJ .prescription-mask-AB8 {
    display: block;
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq.prescription-active-ZD8 .prescription-img-89E {
    position: relative;
}

.prescription-cho_colorItems-v7D .prescription-item-Lbq.prescription-active-ZD8 .prescription-img-89E .prescription-border-j-c {
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    background: url(/uk/check1.svg) no-repeat 50% 50% / 6px auto;
}


.prescription-presBox-zln {
    width: 320px;
    margin: 0 auto;
}

.prescription-presBox-zln .prescription-select-vot {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 40px;
}

.prescription-presBox-zln .prescription-hr-vbp {
    height: 1px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prescription-presBox-zln .prescription-hr-vbp>b {
    display: block;
    background-color: #fff;
    padding: 0 10px;
    font-size: 11px;
}

.prescription-presBox-zln .prescription-upload-tbk {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
}

.prescription-presBox-zln .prescription-add-vWx {
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.prescription-presBox-zln .prescription-add-vWx:hover {
    background-color: #000;
    color: #fff;
}

.prescription-presBox-zln .prescription-quit-Ypy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    text-decoration: underline;
    cursor: pointer;
}

/* form_items */
.prescription-manuallyBox-vj- {
    padding: 0 20px;
}

.prescription-manuallyBox-vj- .prescription-form_items-6B- {
    max-width: 400px;
    margin: 0 auto;
}

.prescription-manuallyBox-vj- .prescription-item-Lbq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-sel-U4p {
    width: calc(100% - 10px); 
}
.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-warning-lB8{
    border: 1px solid #f00;
}
.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-col1-x3w {
    width: 160px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-col2-1k-,
.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-col3-kOU {
    width: 150px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
}

.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-col4-ZSv {
    width: 310px;
    text-align: center;
}

.prescription-manuallyBox-vj- .prescription-item-Lbq .prescription-input-ncs {
    width: calc(100% - 10px);
}

.prescription-distSel-FbF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.prescription-distSel-FbF p {
    background: url(/uk/radio1.svg) no-repeat 0 50% / auto 10px;
    line-height: 32px;
    padding-left: 20px;
    cursor: pointer;
    text-align: left;
    width: 220px;
}

.prescription-distSel-FbF p.prescription-active-ZD8 {
    background-image: url(/uk/radio1_curr.svg);
}

.prescription-prism-7IA {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prescription-prism-7IA p {
    background: url(/uk/radio1.svg) no-repeat 0 50% / auto 10px;
    line-height: 32px;
    padding-left: 20px;
    cursor: pointer;
    text-align: left;
    width: 220px;
}

.prescription-prism-7IA p.prescription-active-ZD8 {
    background-image: url(/uk/radio1_curr.svg);
}

.prescription-uploadBox-RVn {
    width: 400px;
    margin: 0 auto;
}

.prescription-uploadBox-RVn .prescription-tip1-5ag {
    font-size: 13px;
    text-align: center;
}

.prescription-uploadBox-RVn .prescription-tip2-3CP {
    color: #696969;
    font-size: 11px;
    text-align: center;
}

.prescription-uploadBox-RVn .prescription-btn--rY {
    margin: 10px auto;
    border-radius: 20px;
    background: #000;
    color: #fff;
    min-width: 138px;
    line-height: 40px;
    padding: 0 12px;
    display: inline-block;
}

.prescription-uploadBox-RVn .prescription-btn2-tMm {
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 40px;
    width: 320px;
    margin: 0 auto 20px auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.prescription-uploadBox-RVn .prescription-btn2-tMm:hover {
    border-color: rgba(0, 0, 0, 0.2);
}



@media (max-width: 960px) {
    .prescription-main-dXk {
        flex-direction: column;
        position: relative;
        height: auto;
    }

    .prescription-leftbar-dB3 {
        display: block;
    }

    .prescription-leftbar-dB3 .prescription-image-cXx {
        height: 230px;
    }

    .prescription-leftbar-dB3 .prescription-note-bUD {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .prescription-rightbar-bUP {
        width: 100%;
        position: static;
    }

    .prescription-cho_stepCnt-U9l {
        height: auto;
    }
    .prescription-cho_stepResult-WEV{
        padding: 100px 20px 100px 20px;
    }

    .prescription-cho_items-tdu {
        width: 100%;
        padding: 20px 20px 100px 20px;
    }

    .prescription-cho_foot-oFf {
        /* position: fixed; */
        z-index: 10;
    }

    .prescription-cho_step-d1O {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background-color: #fff; font-size: 12px;
    }

    .prescription-cho_top-43i {
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        height: 70px;
        background-color: #fff;
        padding: 0 20px;
    }

    .prescription-cho_title-nrk {
        display: none;
    }

    .prescription-cho_title1-o-g {
        padding: 20px;
    }

    .prescription-cho_title2-AKj {
        display: none;
    }

    .prescription-cho_color-4Cs {
        padding: 20px;
        width: auto;
        margin: 0 10px;
        border-radius: 8px;
    }

}
