.edit-manual-wrap {
    width: 100%;
}

.edit-manual-content {
    display: flex;
    box-shadow: 0 3px 20px 0 rgba(41, 38, 34, 0.1);
    border-radius: 10px;
    overflow: hidden;
    max-height: 73.872vh;
}

.edit-manual-start {
    /*width: 328px;*/
    width: 20.5%;
    min-width: 290px;
    border-right: 1px solid #D9D9D9;
}

.edit-manual-center {
    position: relative;
    z-index: 1;
    flex: 1;
    width: calc(100% - (460px + 328px));
}

.recipients-column {
    height: calc(100% - 54px);
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.recipients-column::-webkit-scrollbar {
    width: 2px;
}

.recipients-column::-webkit-scrollbar-track {
    background: transparent;
}

.recipients-column::-webkit-scrollbar-thumb {
    background: #D86D12;
}

.rl-item {
    padding: 15px;
    cursor: pointer;
}

.rl-item.active {
    background: #FFFAF6;
}

.rl-item .v-speed-dial--absolute {
    top: calc(50% - 12px);
    right: 0;
    left: 0;
    z-index: 6000;
}

.rl-item + .rl-item {
    border-top: 1px solid #D9D9D9
}

.rl-item-wrap {
    gap: 10px;
}

.rl-item-data  {
    flex: 1;
}

.rl-item-num span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gift-pink-color);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    transition: all 400ms;
}

.rl-item:hover .rl-item-num span {
    background: #ffebec;
}

.rl-item-delete {
    width: 30px;
}

.rl-item-delete span {
    display: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--gift-color-content);
    transition: all 400ms;
}

.rl-item:hover .rl-item-delete span {
    display: inline-flex;
}

.rl-item .rl-item-events .v-speed-dial--absolute {
    opacity: 0;
    transition: opacity 400ms;
}

.rl-item:hover .rl-item-events .v-speed-dial--absolute {
    opacity: 1;
}

.rl-item-delete span:hover {
    background: rgba(0,0,0,0.7);
    color: #ffffff;
}

.rl-item-delete span:hover i.v-icon {
    color: #ffffff;
}

.manual-top-bar {
    position: relative;
    padding: 12px 15px;
    box-shadow: 0 3px 20px 0 #2926221A;
}

.manual-top-btns {
    display: flex;
    column-gap: 17px;
}

.manual-search {
    width: calc(100% - 78px);
}

.manual-search .v-input__icon--clear .v-icon.v-icon {
    top: -4px;
}
.manual-search .mdi-close::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6964 12C11.6111 12 11.5257 11.9673 11.4604 11.9027L0.126557 0.568858C-0.00344868 0.438852 -0.00344868 0.22751 0.126557 0.0975042C0.256563 -0.0325014 0.467905 -0.0325014 0.597911 0.0975042L11.9317 11.4313C12.0618 11.5613 12.0618 11.7727 11.9317 11.9027C11.8671 11.9673 11.7817 12 11.6964 12Z' fill='black'/%3E%3Cpath d='M0.362567 12C0.27723 12 0.191893 11.9673 0.126557 11.9027C-0.00344868 11.7727 -0.00344868 11.5613 0.126557 11.4313L11.4604 0.0975042C11.5904 -0.0325014 11.8017 -0.0325014 11.9317 0.0975042C12.0618 0.22751 12.0618 0.438852 11.9317 0.568858L0.597911 11.9027C0.533241 11.9673 0.447904 12 0.362567 12Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 12px;
    width: 14px;
    height: 14px;
}

.manual-search .v-text-field>.v-input__control>.v-input__slot:after {
    border-width: 1px;
    border-bottom: none;
}

.manual-sort-btn,
.manual-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: inherit;
}

.manual-add-btn {
    color: var(--gift-color-orange-2);
    width: 50px;
}

.manual-add-btn > span {
    gap: 2px;
}

.manual-add-btn > span > span {
    display: inline-block;
    line-height: 1;
}

.manual-sort-btn.active,
.manual-sort-btn:hover,
.manual-add-btn.active,
.manual-add-btn:hover {
    color: var(--gift-color-orange);
}

.v-application--is-ltr .manual-search-field.v-text-field .v-label {
    font-size: 12px;
}

.v-application--is-ltr .manual-search-field.v-text-field .v-text-field__details {
    display: none;
}


.add-recipient-wrap {
    padding: 30px 20px;
}

.order-recipients {
    padding: 12px 20px;
}

.order-recipients .v-messages {
    display: none;
}

.order-recipients .v-input--radio-group--row .v-input--radio-group__input {
    justify-content: space-between;
}

.order-recipients .v-text-field .v-input__append-inner {
    margin-top: 0;
}

.rl-not-found {
    padding: 12px 15px;
}

.rl-item-title {
    font-size: 16px;
}

.rl-item.not-valid .rl-item-title {
    color: var(--gift-color-orange-2);
}

.rl-item-email {
    font-size: 14px;
    opacity: 0.54;
}

.rl-item-events {
    position: relative;
    width: 28px;
}


/* center block */
.center-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cc-top-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46px 20px 56px;
    background: var(--gift-pink-color);
    background: linear-gradient(to bottom, var(--gift-pink-color) 80%, #ffffff 80%);
    gap: 10px;
}

.cc-top-wrap > * {
    position: relative;
    z-index: 1;
}

.cc-top-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gift-pink-color);
}

@media (min-width: 960px) {
    background: radial-gradient(ellipse 70% 50%, var(--gift-pink-color) 100%, transparent 100%);
}

.cc-top-wrap .icon {
    color: var(--gift-color-orange);
}

.cc-bottom-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
}

.cc-bottom-wrap > div {
    width: 90%;
    max-width: 485px;
}

/* edit form */
.edit-recipient-form {
    height: 100%;
    overflow-y: auto;
}

.edit-recipient-form::-webkit-scrollbar-thumb {
    background: transparent;
}

.er-form-wrap {
    padding: 39px 2.6vw;
}

.row.mobile-recipient-done {
    margin-bottom: 100px;
}

.row.mobile-recipient-done .v-btn {
    width: 100%;
    max-width: 360px;
}

.open-manual-item-edit .v-overlay.v-overlay--active {
    z-index: 6002 !important;
}

.open-manual-item-edit .v-dialog__content.v-dialog__content--active {
    z-index: 6003 !important;
}

@media (max-width: 960px) {
    .mobile-manual-navigate {
        align-items: center;
        justify-content: space-between;
        height: 60px;
        background: var(--gift-pink-color);
        padding: 0 26px;
    }

    .mobile-manual-navigate .recipients-pages {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .mobile-manual-navigate .recipients-pages .divider {
        background: #D9D9D9;
        width: 1px;
        height: 20px;
        display: block;
    }
}

@media (max-width: 600px) {
    .edit-manual-content {
        display: block;
    }

    .edit-manual-start {
        width: 100%;
        border: none;
    }

    .edit-manual-center {
        position: fixed;
        left: 100%;
        top: 0;
        z-index: 400;
        width: 100vw;
        background: #ffffff;
    }

    .open-manual-item-edit .edit-manual-center {
        left: 0;
        z-index: 6001;
    }

    .edit-recipient-form {
        height: 100vh;
    }

    .edit-manual-events-buttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .mobile-manual-navigate {
        padding: 0 15px;
    }
}

@media (min-width: 600px) {
    .edit-manual-content {
        min-height: 500px;
        max-height: none;
    }
}

@media (min-width: 992px) {
    .edit-manual-content {
        height: 73.872vh;
        min-height: 630px;
    }
}


.rtl .select-first-recipient {
    transform: scale(-1, 1);
}

.rtl .icon-manual-edit svg {
    transform: scale(-1, 1);
}