.modal-delivery-zone-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.merchant-delivery-search {
    background: url('/assets/images/pin/addressMarker.svg') no-repeat left 11px center;
    background-size: 24px;
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
    padding: 11px 11px 11px 40px;
}

.merchant-delivery-zone-map-wrap {
    position: relative;
}

.merchant-delivery-zone-map-controllers {
    display: flex;
    gap: 12px;
    align-items: center;
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    justify-content: space-between;
}

.merchant-delivery-zone-map-controllers-left {
    display: flex;
    gap: 12px;
}

.merchant-delivery-zone-map-controllers-right {
    display: flex;
    z-index: 10;
}


.merchant-delivery-zone-draw-btn, .merchant-delivery-zone-clear-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: var(--sd-neutral-800);
    padding: 10px 16px 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
    background: var(--sd-neutral-100);
    cursor: pointer;
    z-index: 10;
}

.merchant-delivery-zone-delete-btn {
    display: flex;
    padding: 10px;
    cursor: pointer;
    border: 1px solid var(--sd-neutral-300);
    border-radius: 8px;
    background: var(--sd-neutral-100);
    z-index: 10;
}

.merchant-delivery-zone-map-container {
    height: 500px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
}

.modal-address-validate-content {
    display: flex;
    gap: 50px;
}

.address-validate-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

.address-validate-right {
    width: 45%;
    height: 100%;
}

.address-validate-order-info-container {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--sd-neutral-300);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.address-validate-order-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address-validate-order-info-header-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--sd-neutral-800);
}

.address-validate-order-info-header-actions {
   display: flex;
   padding: 4px;
   border-radius: 4px;
   background: var(--sd-neutral-100);
   cursor: pointer;
}

.address-validate-order-info-header-actions:hover {
    background: var(--sd-neutral-200);
}


.address-validate-order-info-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.address-validate-order-info-body-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--sd-neutral-800);
    font-weight: 400;
}

.address-validate-order-info-body-item .info-item-title {
    width: 40%;
}

.address-validate-order-info-body-item .info-item-value {
    width: 60%;
    font-weight: 500;
}

.address-validate-customer-address-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.address-validate-customer-address-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--sd-neutral-800);
}

.address-validate-customer-address-warning {
    padding: 10px 12px;
    border-radius: 8px;
    background: #FFFBD7;
    font-size: 14px;
    font-weight: 400;
    color: var(--sd-neutral-800);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: -4px;
}

.address-validate-map {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--sd-neutral-300);
    min-height: 575px;
}


.create-order-form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.create-order-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.create-order-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--sd-neutral-800);
    margin-bottom: 0;
}

.create-order-input {
    border: 1px solid var(--sd-neutral-300);
    border-radius: 8px;
    padding: 11px 16px 11px 40px;
    font-size: 16px;
    width: 100%;
    height: 47px;
    background: var(--sd-neutral-100);
}

.create-order-input:focus {
    border: 1px solid var(--sd-neutral-400);
    outline: none;
}

.create-order-input[name="order-number"] {
    padding-left: 11px !important;
}

.create-order-input[name="customer-name"] {
    background: url('/assets/images/order-create/person.svg') no-repeat left 11px center;
    background-size: 24px;
}

.create-order-input[name="customer-phone"] {
    background: url('/assets/images/order-create/phone.svg') no-repeat left 11px center;
    background-size: 24px;
}

.create-order-input[name="customer-email"] {
    background: url('/assets/images/order-create/email.svg') no-repeat left 11px center;
    background-size: 24px;
}

.create-order-input[name="customer-address"] {
    background: url('/assets/images/order-create/address-marker.svg') no-repeat left 11px center;
    background-size: 24px;
}

.create-order-input[name="order-date"] {
    background: url('/assets/images/order-create/date.svg') no-repeat left 11px center;
    background-size: 24px;
}

.create-order-input[name="order-time"] {
    background: url('/assets/images/order-create/time.svg') no-repeat left 11px center;
    background-size: 24px;
    min-width: 120px;
}

.create-order-phone-group {
    display: flex;
    align-items: center;
    position: relative;
}

.create-order-phone-code {
    position: absolute;
    left: 46px;
    padding: 11px 12px 11px 0;
    font-size: 16px;
    color: var(--sd-neutral-600);
    font-weight: 500;
}

.create-order-phone-input {
    padding-left: 85px;
}

.create-order-datetime-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.merchant-order-table-address {
    display: inline-flex;
    gap: 5px;
    padding: 4px 0;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
}

.merchant-order-table-address-outOfZone:hover span {
    text-decoration: underline;
}

.merchant-order-table-address span {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merchant-order-table-address-invalid {
    background: #FFF6ED;
    padding: 4px;
}

/* .sd-date-input-without-icon::-webkit-inner-spin-button,
.sd-date-input-without-icon::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.sd-time-input-without-amPm::-webkit-calendar-picker-indicator {
    display: none;
}

.sd-time-input-without-amPm::-webkit-datetime-edit-ampm-field {
    display: none;
}

.sd-time-input-without-amPm::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance:none;
    appearance: none;
    margin: -10px; 
} */

.merchant-order-create-order-time-period {
    height: 47px !important;
}

.merchant-order-create-order-time-period .sd-time-period-btn {
    padding: 10px 16px !important;
}