.pcd-fronend-popup-overlay {
    height: 100vh;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000009e;
    z-index: 1000;

    align-items: center;
    justify-content: center;
    display: none;
}

div#pcd-fronend-popup-content {
    width: 90%;
    height: 90%;
    background: #ededed;
    border-radius: 10px;

    margin: 10px;
    position: relative;
}

span#pcd-close-frontend {
    position: absolute;
    top: 6px;
    right: 8px;
    background: #ff000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #e38181;
    border: 3px solid #e38181;
    font-weight: bold;
}

span#pcd-close-frontend:hover {
    cursor: pointer;
}

.pcd-frontend-confirmation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 440;
}

.pcd-prompt-popup {
    background-color: white;
    padding: 10px 53px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 298px;
    width: 482px;
    justify-content: space-around;
}

.pcd-prompt-popup h3 {
    width: 300px;
    text-align: center;
}

.pcd-prompt-popup .actions {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.pcd-prompt-popup .actions button.cancel {
    border: 2px solid gray;
    border-radius: 5px;
    padding: 17px 28px;
    color: gray;
    letter-spacing: 1px;
}

.pcd-prompt-popup .actions button.confirm {
    border: 1px solid red;
    border-radius: 5px;
    padding: 17px 28px;
    color: red;
    letter-spacing: 1px;
}

/* option select */
.pcd-option-selectbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    /* display: none; */
}
.pcd-option-selectbox .pcd-option-selectbox-header {
    border-bottom: 1px solid gray;
    box-sizing: border-box;
    padding: 7px;
}
.pcd-option-selectbox .pcd-option-selectbox-header h2 {
    font-size: 18px;
}

.pcd-option-selectbox .pcd-option-selectbox-header p {
    font-size: 14px;
    margin: 0px;
}

.pcd-option-selectbox .pcd-option-selectbox-body {
    display: flex;
    gap: 20px;
    width: 90%;
    justify-content: center;
    align-items: center;
    height: 350px;
}

.pcd-option-selectbox .pcd-option-selectbox-body .pcd-select-option:hover {
    cursor: pointer;
    background-color: #c9c9c9 !important;
}

.pcd-option-selectbox .pcd-option-selectbox-body .pcd-select-option {
    border-radius: 10px;
    border: 1px solid lightgray;
    height: 100%;
    flex: 1;
    background: white;
    /* box-sizing: border-box; */
    padding: 9px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pcd-option-img-wrapper {
    /* height: 150px; */
    width: 100%;
}

.pcd-option-selectbox .pcd-option-selectbox-body .pcd-select-option h3 {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 21px;
    width: 170px;
}
.pcd-option-selectbox .pcd-option-selectbox-body .pcd-select-option img {
    width: 100%;
    height: 100%;
}
.pcd-option-selectbox .pcd-option-selectbox-footer {
    height: 100px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pcd-option-selectbox .pcd-option-selectbox-footer .next-button {
    /* border-radius: 4px;
    
    color: rgb(255, 255, 255);
    border: 1px solid white;
        padding: 15px 55px; */
}
.pcd-option-selectbox .pcd-option-selectbox-footer .back-button {
    /* border-radius: 4px;
    background-color: white;
    color: gray;
    border: 1px solid white;
        padding: 15px 55px; */
}

/* option select */

.quantity-selection-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
    display: none;
}

.quantity-selection-box .pcd-quantity-main {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.quantity-selection-box .pcd-quantity-main .pcd-quantity-box-img {
    flex: 3;
}

.quantity-selection-box .pcd-quantity-main .pcd-quantity-box-img img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
}

.quantity-selection-box .pcd-quantity-main .pcd-quantity-box-details {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details
    .pcd-quantity-box-details-header {
}

.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details
    .pcd-quantity-box-details-quantity {
}
.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details-quantity-input {
    background-color: white;
    padding: 3px;
    border-radius: 5px;
    width: fit-content;
}

.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details-quantity-input
    button {
    background-color: white;
    color: gray;
    font-weight: 600;
    font-size: 18px;
}

.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details-quantity-input
    input {
    background-color: white;
    color: gray;
    font-weight: 600;
    font-size: 18px;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid lightgray;
    padding: 16px;
}
.quantity-selection-box h6 {
    color: gray;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}

.quantity-selection-box h3 {
    color: rgb(59, 59, 59);
    font-weight: 600;
    font-size: 22px;
    margin: 5px;
}

.quantity-selection-box .pcd-quantity-main .pcd-quantity-box-details-table {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details-table
    .pcd-quantity-table-header-row {
    display: flex;

    justify-content: space-between;
    color: black;
}
.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details-table
    .pcd-quantity-table-data-row {
    display: flex;
    justify-content: space-between;
    color: gray;
}
.quantity-selection-box
    .pcd-quantity-main
    .pcd-quantity-box-details
    .pcd-quantity-box-details-total {
    display: flex;
    justify-content: space-between;
    color: gray;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}
.quantity-selection-box .pcd-quantity-box-footer img {
    width: 30px;
    height: 30px;
}

.quantity-selection-box .pcd-quantity-box-footer {
    border-top: 1px solid rgb(201, 201, 201);
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.quantity-selection-box .pcd-quantity-box-footer button {
    /* border-radius: 4px;
    
    color: rgb(255, 255, 255);
    border: 1px solid white; */
    /* padding: 15px 55px; */
}

/* quntity select */

/* eding scree option 1 */

.pcd-option1-edit-screen {
    /* Style for the main container */
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 5px;
    box-sizing: border-box;
    display: none;
    height: 100%;
    justify-content: flex-end;
      align-items: center !important;
}

.pcd-option1-edit-screen * {
    font-family: sans !important;
}

.pcd-option1-edit-screen .pcd-editing-main {
    /* Style for the editing main section */
    display: flex;
    width: 100%;
    flex: 1;

    justify-content: center !important;
}

.pcd-option1-edit-screen .pcd-editing-main .pcd-first-col {
    display: flex;
    flex-direction: column;
    
    align-items: center;
    justify-content: space-evenly;
    gap: 38px;

      flex: 1 !important;
    max-width: 600px !important;
}

.pcd-option1-edit-screen .pcd-editing-main .pcd-second-col {
    /* Style for the second column within the editing main section */
    display: flex;
    flex-direction: column;
    
    width: 250px;

    flex: 1 !important  ;
    max-width: 300px !important;
}

.pcd-editing-form-field {
    display: flex;
    flex-direction: column;
}

span.pcd-table-index {
    width: 16px !important;
    padding: 3px;
    /* height: 23px !important; */
    border-right: 1px solid;
    padding: 0px 0px !important;
    flex: unset !important;
}

span.pcd-table-index-header {
    width: 16px;
    border-right: 1px solid;
    padding: 0px;
}
.pcd-option1-edit-screen h5 {
    margin: 5px;
}
.pcd-editing-form-field > span {
    background: #ebebeb;
    width: fit-content;
    padding: 2px 5px;
    margin-bottom: -11px;
    z-index: 100;
    margin-left: 12px;
    font-size: 12px;
}

.pcd-editing-form-field > span span {
    background: #ebebeb;
    width: fit-content;
    padding: 4px 6px;
    margin-bottom: -12px;
    z-index: 100;
    margin-left: -4px;
    font-size: 10px;
}

.pcd-field-row {
    display: flex;
}

.pcd-field-row img {
    margin-left: -25px;
    display: none;
}
.pcd-editing-form-field textarea {
    border: 2px solid gray;
    border-radius: 5px;
    background: transparent;
    height: 85px !important;
    min-height: 50px !important;
    font-size: 12px;
    color: blue;
    padding: 4px 8px;
    padding-top: 7px;
    padding-bottom: 12px;
}
.pcd-editing-form-field input {
    border: 2px solid gray !important;
    border-radius: 5px !important;
    /* background: transparent; */
    height: 30px !important;
    font-size: 12px !important;
    color: blue !important;
    padding: 4px 8px !important;
    padding-top: 17px !important;
    padding-bottom: 12px !important;
    background-color: #ebebeb !important;
}

.pcd-form-row {
    display: flex;
    justify-content: space-between;
}

.pcd-option1-edit-screen .pcd-editing-form-field select {
    border: 2px solid gray;
    border-radius: 5px;
    height: 30px;
    font-size: 12px;
    color: blue;
    padding: 4px 8px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.pcd-option1-edit-screen .pcd-editing-outer-footer #pcd-message {
    color: red;
    font-size: 17px;
}

.pcd-option1-edit-screen .pcd-editing-main .pcd-first-col .pcd-canvas {
    /* Style for the canvas within the first column of the editing main section */

    height: 400px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcd-option1-edit-screen .pcd-editing-main .pcd-first-col .pcd-editing-footer {
    width: 100%;
    height: 46px;
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 7px;
}

.pcd-option1-edit-screen .pcd-editing-main .pcd-second-col .pcd-edting-form {
    /* Style for the editing form within the second column of the editing main section */
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.pcd-edting-form3,
.pcd-edting-form2 {
    display: flex;
    flex-direction: column;
}

.pcd-option1-edit-screen .pcd-editing-footer .pcd-editing-styles {
    /* Style for the editing footer outside the editing main section */
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pcd-option1-edit-screen .pcd-editing-footer .pcd-editing-controls-navigation {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.pcd-option1-edit-screen .pcd-editing-footer button:active {
    background-color: #cfcfcf; /* Change the background color when pressed */
}

.pcd-option1-edit-screen .pcd-editing-footer button {
    padding: 1px 2px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 66px;
}

.pcd-option1-edit-screen .pcd-editing-footer button img {
    width: 30px;
    height: 30px;
}

.pcd-option1-edit-screen .pcd-editing-footer span {
    padding: 7px 20px;
    border-radius: 5px;

    width: 150px;
}

.pcd-option1-edit-screen .pcd-editing-footer span img {
    width: 30px;
    height: 30px;
}

.pcd-option1-edit-screen .pcd-editing-footer span:hover {
    cursor: pointer;
}
.pcd-option1-edit-screen .pcd-editing-footer #quantity-del {
}

.pcd-option1-edit-screen .pcd-editing-footer #quantity-add {
}

.pcd-option1-edit-screen .pcd-editing-footer select {
    padding: 7px 20px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 150px;
}

.pcd-option1-edit-screen .pcd-editing-outer-footer {
    width: 100%;
    margin-top: 1px solid lightgray !important;
    border-top: 1px solid lightgray;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    gap: 20px;
    padding-top: 6px;
    max-width: 900px !important;
}
.pcd-option1-edit-screen .pcd-editing-outer-footer .draft {
    border-radius: 5px;
    border: 1px solid rgb(187, 187, 187);

    background: #bae9ba;
    padding: 3px 8px;
    margin: 0px;
}

#pcd-import-bulk {
    padding: 7px;
    border: 1px solid gray;
}
#pcd-import-bulk img {
    height: 30px;
    width: 30px;
}
.pcd-option1-edit-screen .pcd-editing-outer-footer .draft img {
    width: 20px;
    height: 20px;
}
.pcd-option1-edit-screen .pcd-editing-outer-footer .next-button {
    padding: 7px 8px;
    margin: 0px;

    border-radius: 5px;
    border: 1px solid rgb(187, 187, 187);
}

button#pcd-slider-no {
    color: black;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 150px;
}

#pcd-canvas1 {
    background-color: white;
}

div#auth-selection-box {
    background: #ebebeb;
    display: none;
    height: 100%;

    flex-direction: column;
    justify-content: space-between;
}
div#exported-slider-screen {
    background: #ebebeb;
    display: none;
    height: 100%;
    padding: 10px;

    flex-direction: column;
    justify-content: space-between;
}

.pcd-auth-box-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px;
}

.pcd-auth-box-footer button {
    padding: 4px 0px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 147px;
}
.pcd-auth-box-footer img {
    width: 30px;
    height: 30px;
}

.pcd-auth-main {
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 90%;
}

.pcd-register-col,
.pcd-login-col {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
}

#pcd-data-import-popup {
    width: 90%;
    height: 90%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    margin: auto;
    top: 5%;
    left: 5%;
    border-radius: 5px;
    padding: 4px;
    display: none;
}

#pcd-data-import-popup .pcd-importer-container {
    /* Styles for the importer container */
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    width: 100%;
}

#pcd-data-import-popup .pcd-importer-header {
    /* Styles for the importer header */
    /* border: 1px solid green; */
    height: 37px;
    border-bottom: 1px solid lightgray;
}

.pcd-importer-title h3 {
    margin: 0;
    padding: 0px;
    font-size: 18px;
    margin-left: 14px;
}
#pcd-data-import-popup .pcd-importer-header .pcd-importer-title {
    display: flex;
    justify-content: space-between;
    /* Styles for the importer title */
}

#pcd-data-import-popup button#pcd-import,
#pcd-data-import-popup button#pcd-add {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #66c966;
    color: white;
    border-radius: 3px;
    padding: 8px !important;
}
#pcd-data-import-popup .pcd-importer-body {
    /* Styles for the importer body */
    /* border: 1px solid yellow; */
    flex: 1;
    overflow-y: scroll;
}
#pcd-data-import-popup .pcd-importer-body .pcd-importer-table-header {
    display: flex;
    gap: 1px;
    /* justify-content: space-around; */
    border-bottom: 1px solid lightgray;
}
#pcd-data-import-popup
    .pcd-importer-body
    .pcd-importer-table-header
    .pcd-import-table-head {
    flex: 1;

    padding: 2px;
    margin-top: 2px;
}
#pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row {
    display: flex;
    width: 100%;
    /* border: 1px solid red; */
    border-bottom: 1px solid lightgray;
}

#pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row input,
textarea {
    width: 100%;
    font-size: 10px;
    height: 30px;
    border: none;
    background: white;
    border-radius: 3px;
}
#pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row button {
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
    width: 41px;
}
#pcd-data-import-popup .pcd-table-row-actions {
    display: flex;
    flex-direction: column;
}
#pcd-data-import-popup #del,
#remove {
    background-color: red;
    color: white;
}
#pcd-data-import-popup #edit {
    background-color: blue;
    color: white;
}
#pcd-data-import-popup .pcd-importer-footer {
    /* Styles for the importer footer */
    height: 40px;
    /* border: 1px solid blue; */
    display: flex;
    border-top: 1px solid lightgray;
    align-items: center;
}

#pcd-data-import-popup
    .pcd-importer-footer
    .pcd-importer-message
    .pcd-importer-table {
    /* Styles for the importer table */
}

#pcd-data-import-popup
    .pcd-importer-footer
    .pcd-importer-message
    .pcd-importer-table
    .pcd-importer-table-header {
    /* Styles for the importer table header */
}

#pcd-data-import-popup
    .pcd-importer-footer
    .pcd-importer-message
    .pcd-importer-table
    .pcd-importer-table-row {
    /* Styles for the importer table row */
    border-bottom: 1px solid lightgray;
}

#pcd-data-import-popup
    .pcd-importer-footer
    .pcd-importer-buttons
    .pcd-importer-import {
    /* Styles for the import button */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: blue;
    color: white;
    padding: 14px !important;
}

#pcd-data-import-popup .pcd-importer-footer .pcd-importer-message {
    flex: 9;
}
#pcd-data-import-popup .pcd-importer-footer .pcd-importer-buttons {
    display: flex;
    height: 100%;
    align-items: center;
    width: 204px;
    justify-content: space-around;
}
#pcd-data-import-popup
    .pcd-importer-footer
    .pcd-importer-buttons
    .pcd-importer-discard {
    /* Styles for the discard button */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #ff2e50;
    color: white;
    padding: 14px !important;
}

.pcd-loader {
    position: fixed;
    top: 0;
    z-index: 100002;
    background: rgb(0 0 0 / 64%);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
}

.pcd-loader img {
    width: 50px;
    height: 50px;
}

@font-face {
    font-family: "PremiumUltra66v6";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra66v6.ttf")
        format("truetype"); /* Legacy Browsers */
}

@font-face {
    font-family: "PremiumUltra66v6SL";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra66v6SL.ttf")
        format("truetype"); /* Legacy Browsers */
}
@font-face {
    font-family: "PremiumUltra11";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra11.ttf")
        format("truetype"); /* Legacy Browsers */
}
@font-face {
    font-family: "PremiumUltra11SL";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra11SL.ttf")
        format("truetype"); /* Legacy Browsers */
}

@font-face {
    font-family: "PremiumUltra79v6";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra79v6.ttf")
        format("truetype"); /* Legacy Browsers */
}
@font-face {
    font-family: "PremiumUltra79v6SL";
    src: url("https://calliscribe.de/wp-content/uploads/2024/05/PremiumUltra79v6SL.ttf")
        format("truetype"); /* Legacy Browsers */
}

.pcd-error-msg {
    color: red;
}

.pcd-progressbar-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /* visibility: hidden; */
    display: none;
}

.pcd-progressbar-wrapper .progress-text {
    color: black;
}

.pcd-progressbar-wrapper .progressbar {
    width: 300px;
    height: 30px;
    background: linear-gradient(
        90deg,
        rgb(255 43 226) 31%,
        rgb(0 138 210) 100%
    );
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px;
}

.pcd-progressbar-wrapper .inner {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 30px;
}
.pcd-progressbar-wrapper .progress-filled {
    width: 45%;
    /* height: 100%; */
    /* border: 2px solid white; */
    background: linear-gradient(
        90deg,
        rgb(255 43 226) 31%,
        rgb(0 138 210) 100%
    );
    height: 86%;
    border-radius: 32px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    box-sizing: border-box;
}

.pcd-progressbar-wrapper .percentage {
    color: white;
}

form.cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.exporeted-svg-wrapper {
    border: 1px solid gray;
    border-radius: 6px;
    position: relative;
}

.exporeted-svg-wrapper img {
    width: 100%;
    height: 100%;
}

.exporeted-svg-wrapper svg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.pcd_tags_container {
    display: flex;
}

.pcd_tags_container .pcg-tags {
    flex: 3;
    display: flex;
    align-items: center;
}
.pcd_tags_container .pcg-tags .pcd-tag {
    border: 1px solid white;
    padding: 2px;
    border-radius: 45px;
    display: flex;
    min-width: 71px;
    height: 30px;
    background: white;
    justify-content: space-around;
    box-shadow: 0px 0px 3px 1px #b5b5b5;
}
.pcd_tags_container .pcg-tags .pcd-tag :hover {
    cursor: pointer;
}
.pcd_tags_container .pcg-tags .pcd-trash-tag {
    width: 22px;
    height: 22px;
    border: 1px solid #f20000;
    display: flex;
    align-items: center;
    background: red;
    justify-content: center;
    color: white;
    border-radius: 18px;
}
.pcd_tags_container .pcg-tags .pcd-trash-tag:hover {
    background-color: rgb(207, 0, 0);
    cursor: pointer;
}

.pcd_tags_container .pcd-add-tag-button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.pcd_tags_container .pcd-add-tag-button button {
    padding: 7px;
    border: 1px solid;
    margin: 2px;
}

/* responsive */
@media only screen and (max-width: 850px) {
    /* Your CSS rules for screens up to a maximum width of 768 pixels */
    .pcd-option-selectbox .pcd-option-selectbox-body {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 105%;

        justify-content: center;
        align-items: center;
        overflow-y: scroll;
    }

    .quantity-selection-box .pcd-quantity-main {
        overflow-y: scroll;
        flex-direction: column;
    }

    .pcd-option1-edit-screen .pcd-editing-main {
        display: flex;
        width: 100%;
        flex: 1;
        flex-direction: column;

        flex-direction: column;
        align-items: center;

        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .pcd-option1-edit-screen .pcd-editing-main .pcd-second-col {
        display: flex;
        flex-direction: column;
        flex: 2;
        width: 96%;
        margin-top: 57px;
        margin-bottom: 23px;
    }

    .pcd-option1-edit-screen
        .pcd-editing-main
        .pcd-first-col
        .pcd-editing-footer {
        margin-bottom: 66px;
    }

    .pcd-editing-controls-navigation .pcd-frow {
        width: 100%;
    }
    .pcd-option1-edit-screen .pcd-editing-controls-navigation .pcd-frow {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 35px;
        gap: 5px;
    }

    .pcd-option1-edit-screen .pcd-editing-controls-navigation .pcd-frow button,
    .pcd-frow select {
        width: 300px !important;
        margin: 0px;
    }
    .pcd-option1-edit-screen .pcd-editing-outer-footer {
        padding-top: 0px;
        margin-top: 0px;
        flex-direction: column;
        margin-bottom: 12px;
        height: 63px;
    }

    #pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row {
        display: flex;
        width: 100%;
        /* border: 1px solid red; */
        border-bottom: 1px solid lightgray;
        flex-direction: column;
    }

    #pcd-data-import-popup .pcd-table-mobile-row {
        display: flex;
        flex-direction: column !important;
    }
    #pcd-data-import-popup .pcd-import-table-row {
        display: flex !important;
    }
    #pcd-data-import-popup .pcd-import-table-label {
        width: 50%;
    }

    #pcd-data-import-popup .pcd-importer-body .pcd-importer-table-row input,
    textarea {
        width: 50%;
        font-size: 13px !important;
        height: 30px;
        border: none;
        background: white;
        border-radius: 3px;
    }

    .pcd-data-import-popup .pcd-importer-header {
        /* border: 1px solid green; */
        height: 55px;
        border-bottom: 1px solid lightgray;
        padding: 6px;
    }
    p#pcd-table-message {
        display: none;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        color: red;
        background: #ffcccc;
    }

    .pcd-importer-title h3 {
        display: none;
    }

    #pcd-data-import-popup .pcd-importer-body {
        /* border: 1px solid yellow; */
        flex: 1;
        height: 100%;
        overflow-y: scroll;
        padding: 10px;
    }

    .pcd-date-and-address-selection {
        display: flex;
        margin-top: 51px;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
    }

    .quantity-selection-box
        .pcd-quantity-main
        .pcd-quantity-box-details-quantity-input
        button {
        padding: 10px;
    }
}
