.create-service-content {
    width: 100%;
    max-width: 965px;
    padding: 20px 0;
}
.filter-icon {
    display: none;
}
@media (max-width: 768px) {
    .create-service-content {
        padding: 15px;
    }
}
/* .create-service-content .filter-dropdown .filter-dropdown-menu{
    overflow: hidden;
    overflow-y: hidden;
    padding: 10px 0px;
    max-height: 334px;
} */
.service-intro-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.service-intro-header .service-intro-title {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 38px;
    color: #000;
    margin: 0;
    text-align: center;
}
.service-intro-header .service-intro-separator {
    font-family: "Sitara", "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #000;
    margin: 0;
}
.service-intro-header .service-intro-subtitle {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #f05271 !important;
    margin: 0;
}

.service-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    gap: 50px;
}
@media (max-width: 768px) {
    .service-timeline {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }
}
.service-timeline .timeline-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-shrink: 0;
    gap: 10px;
}
.service-timeline .timeline-step::after {
    content: "";
    position: absolute;
    left: 172px;
    top: 25px;
    width: 40%;
    height: 2px;
    background: #808080;
}
[dir="ltr"] .service-timeline .timeline-step.step.active::after {
    width: 40%;
    right: -40px;
    left: auto;
}
[dir="rtl"] .service-timeline .timeline-step.step.active::after {
    width: 52%;
    right: auto;
    left: -40px;
}
.service-timeline
    .timeline-step.completed
    .timeline-step-content
    .timeline-step-title {
    color: #44bda4;
}
.service-timeline
    .timeline-step.active
    .timeline-step-content
    .timeline-step-title {
    color: #f05271;
}
[dir="ltr"]
    .service-timeline
    .timeline-step.step.completed:not(.active)::after {
    width: 38%;
    left: auto;
    right: -36px;
}
[dir="rtl"]
    .service-timeline
    .timeline-step.step.completed:not(.active)::after {
    width: 48%;
    right: auto;
    left: -38px;
}
[dir="ltr"] .service-timeline .timeline-step.completed:not(.active)::after {
    width: 40%;
    right: -37px;
    left: auto;
}
.service-timeline .timeline-step.active::after {
    width: 40%;
    right: -41px;
    left: auto;
}
[dir="rtl"] .service-timeline .timeline-step::after {
    right: auto;
    left: -40px;
    width: 47%;
    top: 27px;
}
[dir="rtl"] .service-timeline .timeline-step:not(.active):after {
    width: 44%;
    left: -34px;
    right: auto;
}
[dir="rtl"] .service-timeline .timeline-step.step:not(.active):after {
    width: 51%;
    right: auto;
    left: -42px;
}
[dir="ltr"] .service-timeline .timeline-step:not(.active):after {
    width: 39%;
    right: -42px;
    left: auto;
}
.service-timeline .timeline-step:last-child::after {
    display: none;
}
.ql-toolbar.ql-snow {
    border: none !important;
}
.ql-container.ql-snow {
    border: none !important;
}
.filter-dropdown.show .filter-dropdown-menu {
    overflow: hidden;
    overflow-y: hidden;
    padding: 10px 0px;
    max-height: 334px;
}
span.custom-select-search-container {
    padding: 0px 10px;
}
@media (max-width: 768px) {
    .service-timeline .timeline-step {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
    .service-timeline .timeline-step::after {
        display: none;
    }
}
.service-timeline .timeline-step .timeline-step-number {
    width: 51px;
    height: 51px;
    border-radius: 25px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #808080;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    line-height: 1;
}
@media (max-width: 768px) {
    .service-timeline .timeline-step .timeline-step-number {
        font-size: 18px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}
.service-timeline .timeline-step .timeline-step-number .timeline-step-bg {
    position: absolute;
    left: 5.29px;
    top: 5.29px;
    width: 36.429px;
    height: 36.429px;
    border-radius: 50%;
    border: 2px solid #808080;
    background: transparent;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .service-timeline .timeline-step .timeline-step-number .timeline-step-bg {
        left: auto;
        top: auto;
    }
}
.service-timeline
    .timeline-step
    .timeline-step-number
    .timeline-step-number-text {
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.571px;
    font-size: 21px;
}
.service-timeline .timeline-step.active .timeline-step-number {
    border-color: #f05271;
    background: transparent;
    color: #fff;
    width: 51px;
    height: 51px;
}
.service-timeline
    .timeline-step.active
    .timeline-step-number
    .timeline-step-bg {
    background: #f05271;
    border: 2px solid transparent;
}
.service-timeline
    .timeline-step.active
    .timeline-step-number
    .timeline-step-number-text {
    color: #fff;
}
.service-timeline .timeline-step.active .timeline-step-title {
    color: #f05271;
}
.service-timeline .timeline-step.completed .timeline-step-number {
    border: 2px solid #44bda4 !important;
    background: transparent;
    color: #fff;
}
.service-timeline
    .timeline-step.completed
    .timeline-step-number
    .timeline-step-bg {
    background: #44bda4;
    border: 2px solid #44bda4;
}
.service-timeline
    .timeline-step.completed
    .timeline-step-number
    .timeline-step-number-text {
    color: #fff;
}
.service-timeline .timeline-step.completed .timeline-step-title {
    color: #44bda4;
}
.service-timeline .timeline-step:not(.active) .timeline-step-number {
    border-radius: 25px;
    border: 2px solid transparent;
    font-size: 24px;
    color: #808080;
    margin-bottom: 16px;
}
.service-timeline
    .timeline-step:not(.active)
    .timeline-step-number
    .timeline-step-number-text {
    width: 14.571px;
    height: 34px;
}
.service-timeline .timeline-step:has(.active) .timeline-step::after {
    width: 83%;
}
@media (max-width: 768px) {
    .service-timeline .timeline-step:not(.active) .timeline-step-number {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}
.service-timeline .timeline-step .timeline-step-content {
    text-align: start;
    width: 179px;
    position: relative;
    margin-top: 15px;
}
@media (max-width: 768px) {
    .service-timeline .timeline-step .timeline-step-content {
        flex: 1;
        width: auto;
    }
}
.service-timeline .timeline-step .timeline-step-content .timeline-step-title {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #808080;
    margin: 0 0 8px 0;
}
.service-timeline .timeline-step .timeline-step-content .timeline-step-desc {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #808080;
    margin: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .service-timeline
        .timeline-step
        .timeline-step-content
        .timeline-step-desc {
        max-width: 100%;
    }
}
.service-timeline .timeline-step:nth-child(3) {
    margin-left: 0;
}
.service-timeline .timeline-step:nth-child(5) {
    margin-left: 0;
}
.service-timeline .timeline-connector {
    width: 79.5px;
    height: 2px;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: 0;
    align-self: flex-start;
    margin-top: 25px;
}
.service-timeline .timeline-connector svg {
    width: 100%;
    height: 2px;
}
@media (max-width: 768px) {
    .service-timeline .timeline-connector {
        display: none;
    }
}

.create-service-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    box-shadow: none;
    background: none;
}

.form-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-field-group .filter-dropdown {
    width: 100%;
}
.form-field-group .filter-dropdown .filter-dropdown-toggle {
    width: 100%;
    height: 55px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 0 28px;
    justify-content: flex-start;
    border: none;
    outline: none;
}
.form-field-group .filter-dropdown .filter-dropdown-toggle .filter-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.36); /* Placeholder color */
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
}
.form-field-group
    .filter-dropdown
    .filter-dropdown-toggle.selected
    .filter-text {
    color: #000; /* Selected color */
}

.form-field-label {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-field-label .edit-icon {
    width: 13px;
    height: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.form-field-label .edit-icon path {
    stroke: #808080;
    transition: stroke 0.3s ease;
}
.form-field-label .edit-icon:hover path {
    stroke: #f05271;
}

.form-field-wrapper {
    position: relative;
    width: 100%;
}

.form-field-input,
.form-field-select,
.form-field-textarea {
    width: 100%;
    height: 55px;
    padding: 0 28px;
    border: none;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #000;
    outline: none;
    transition: all 0.3s ease;
}
.form-field-input:focus,
.form-field-select:focus,
.form-field-textarea:focus {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
}
.form-field-input::placeholder,
.form-field-select::placeholder,
.form-field-textarea::placeholder {
    color: rgba(0, 0, 0, 0.36);
}

.form-field-textarea {
    height: 200px;
    border-radius: 35px;
    padding: 20px 28px;
    resize: none;
    line-height: 1.5;
}

.form-field-select {
    appearance: none;
    cursor: pointer;
    padding-right: 50px;
}

.select-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.editor-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
    overflow: hidden;
}

.description-editor {
    min-height: 306px;
    background: #fff;
}
.description-editor .ql-container {
    border: none;
    font-family: "Gotham Rounded", sans-serif;
    font-size: 12px;
    color: #000;
    min-height: 250px;
}
.description-editor .ql-editor {
    min-height: 250px;
    padding: 28px;
    text-align: start;
}
.description-editor .ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.36);
    font-style: normal;
    font-family: "Gotham Rounded", sans-serif;
    font-size: 12px;
}
.description-editor .ql-toolbar {
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding: 8px;
    background: rgba(131, 121, 184, 0.1);
    border-radius: 35px 35px 0 0;
}
.description-editor .ql-toolbar .ql-formats {
    margin-right: 8px;
}
.description-editor .ql-toolbar button,
.description-editor .ql-toolbar .ql-picker-label {
    border-radius: 4px;
    transition: background 0.2s ease;
}
.description-editor .ql-toolbar button:hover,
.description-editor .ql-toolbar .ql-picker-label:hover {
    background: rgba(0, 0, 0, 0.05);
}

.create-service-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .create-service-actions {
        justify-content: center;
    }
}

.next-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #808080;
}
.next-button span {
    color: #808080;
}
.next-button .next-button-icon {
    width: 49px;
    height: 48px;
    background: #808080;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.next-button .next-button-icon svg {
    width: 21px;
    height: 21px;
    transition: transform 0.3s ease;
}

html[dir="rtl"] .next-button .next-button-icon svg {
    rotate: 180deg;
}

html[dir="rtl"] .upload-gallery-actions .back-button-icon svg {
    rotate: 180deg;
}
html[dir="rtl"] .packages-charge-actions .back-button-icon svg {
    rotate: 180deg;
}
html[dir="rtl"] .upload-gallery-actions .next-button-icon svg {
    rotate: 180deg;
}
.next-button:hover span {
    color: #f05271;
}
.next-button:hover .next-button-icon {
    background: #f05271;
    box-shadow: 0px 8px 20px rgba(240, 82, 113, 0.3);
}
.next-button:hover .next-button-icon svg {
    fill: #f05271;
}

@media (max-width: 992px) {
    .create-service-content {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .service-intro-header {
        margin-bottom: 30px;
    }
    .service-timeline {
        margin-bottom: 40px;
    }
    .create-service-form {
        gap: 25px;
        margin-bottom: 30px;
    }
    .form-field-input,
    .form-field-select,
    .form-field-textarea {
        height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }
    .form-field-textarea {
        height: 100px;
        padding: 15px 20px;
    }
    .description-editor {
        min-height: 250px;
    }
    .description-editor .ql-container {
        min-height: 200px;
    }
    .description-editor .ql-editor {
        min-height: 200px;
        padding: 20px;
    }
}
.upload-section {
    margin-bottom: 40px;
}
.upload-section .upload-section-label {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #808080;
    margin: 0 0 20px 0;
    margin-left: 6px;
    margin: 0 0 20px 0 !important;
}
[html="en"] .upload-section .upload-section-label {
    margin-left: 6px;
}
[html="ar"] .upload-section .upload-section-label {
    margin-right: 6px;
}

.upload-section .upload-card {
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1019607843);
    overflow: hidden;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 15px;
}
.upload-section .upload-card:hover {
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.15);
}
.upload-section .upload-card .upload-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 276px;
    height: 148px;
    position: relative;
}
.upload-section .upload-card .upload-card-content .upload-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.upload-section .upload-card .upload-card-content .upload-icon svg {
    width: 100%;
    height: 100%;
}
.upload-section .upload-card .upload-card-content .upload-button {
    width: 276px;
    height: 52px;
    background: #f05271;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-section .upload-card .upload-card-content .upload-button:hover {
    background: #e04562;
    box-shadow: 0px 8px 20px rgba(240, 82, 113, 0.3);
    transform: translateY(-2px);
}
.upload-section .upload-card .upload-card-content .upload-button:active {
    transform: translateY(0);
}
.upload-section .upload-card .upload-card-content .upload-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}
.upload-section .upload-card .upload-card-content .upload-info p {
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
.upload-section .upload-card .uploaded-images-grid,
.upload-section .upload-card .uploaded-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
    width: 100%;
    min-height: 330px;
}
.upload-section .upload-card .uploaded-images-grid .uploaded-image-item,
.upload-section .upload-card .uploaded-images-grid .uploaded-video-item,
.upload-section .upload-card .uploaded-videos-grid .uploaded-image-item,
.upload-section .upload-card .uploaded-videos-grid .uploaded-video-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    transition: transform 0.3s ease;
}
.upload-section .upload-card .uploaded-images-grid .uploaded-image-item:hover,
.upload-section .upload-card .uploaded-images-grid .uploaded-video-item:hover,
.upload-section .upload-card .uploaded-videos-grid .uploaded-image-item:hover,
.upload-section .upload-card .uploaded-videos-grid .uploaded-video-item:hover {
    transform: scale(1.02);
}
.upload-section .upload-card .uploaded-images-grid .uploaded-image-item img,
.upload-section .upload-card .uploaded-images-grid .uploaded-image-item video,
.upload-section .upload-card .uploaded-images-grid .uploaded-video-item img,
.upload-section .upload-card .uploaded-images-grid .uploaded-video-item video,
.upload-section .upload-card .uploaded-videos-grid .uploaded-image-item img,
.upload-section .upload-card .uploaded-videos-grid .uploaded-image-item video,
.upload-section .upload-card .uploaded-videos-grid .uploaded-video-item img,
.upload-section .upload-card .uploaded-videos-grid .uploaded-video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-image-btn,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-video-btn,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-image-btn,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-video-btn,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-image-btn,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-video-btn,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-image-btn,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-video-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(240, 82, 113, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-image-btn:hover,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-video-btn:hover,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-image-btn:hover,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-video-btn:hover,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-image-btn:hover,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-video-btn:hover,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-image-btn:hover,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-video-btn:hover {
    background: #f05271;
    transform: scale(1.1);
}
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-image-btn
    svg,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-image-item
    .remove-video-btn
    svg,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-image-btn
    svg,
.upload-section
    .upload-card
    .uploaded-images-grid
    .uploaded-video-item
    .remove-video-btn
    svg,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-image-btn
    svg,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-image-item
    .remove-video-btn
    svg,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-image-btn
    svg,
.upload-section
    .upload-card
    .uploaded-videos-grid
    .uploaded-video-item
    .remove-video-btn
    svg {
    width: 14px;
    height: 14px;
}
@media (max-width: 768px) {
    .upload-section {
        margin-bottom: 30px;
    }
    .upload-section .upload-card {
        min-height: 280px;
    }
    .upload-section .upload-card .upload-card-content {
        width: 100%;
        padding: 20px;
    }
    .upload-section .upload-card .upload-card-content .upload-button {
        width: 100%;
        max-width: 276px;
    }
    .upload-section .upload-card .uploaded-images-grid,
    .upload-section .upload-card .uploaded-videos-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
        padding: 15px;
        min-height: 280px;
    }
}

.upload-gallery-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
}
@media (max-width: 768px) {
    .upload-gallery-actions {
        gap: 20px;
        margin-top: 40px;
    }
}
.upload-gallery-actions .back-button-link,
.upload-gallery-actions .next-button-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #808080;
}
.upload-gallery-actions .back-button-link:hover,
.upload-gallery-actions .next-button-link:hover {
    color: #f05271;
}
.upload-gallery-actions .back-button-link:hover .back-button-icon,
.upload-gallery-actions .back-button-link:hover .next-button-icon,
.upload-gallery-actions .next-button-link:hover .back-button-icon,
.upload-gallery-actions .next-button-link:hover .next-button-icon {
    background: #f05271;
    box-shadow: 0px 8px 20px rgba(240, 82, 113, 0.3);
}
.upload-gallery-actions .back-button-link:hover svg,
.upload-gallery-actions .next-button-link:hover svg {
    fill: #fff;
}
.upload-gallery-actions .back-button-link:hover svg path,
.upload-gallery-actions .next-button-link:hover svg path {
    fill: #fff;
}
.upload-gallery-actions .back-button-icon,
.upload-gallery-actions .next-button-icon {
    width: 49px;
    height: 48px;
    background: #808080;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .upload-gallery-actions .back-button-icon,
    .upload-gallery-actions .next-button-icon {
        width: 35px;
        height: 35px;
    }
    .upload-gallery-actions .back-button-icon svg,
    .upload-gallery-actions .next-button-icon svg {
        width: 16px !important;
        height: 16px !important;
    }
}
.upload-gallery-actions .back-button-icon svg,
.upload-gallery-actions .next-button-icon svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    transition: all 0.3s ease;
}
.upload-gallery-actions .back-button-icon svg path,
.upload-gallery-actions .next-button-icon svg path {
    fill: #fff;
}
.upload-gallery-actions .back-button-text,
.upload-gallery-actions .next-button-text {
    color: #808080;
    transition: color 0.3s ease;
}
.upload-gallery-actions .back-button-link:hover .back-button-text,
.upload-gallery-actions .next-button-link:hover .next-button-text {
    color: #f05271;
}

.create-service-content .filter-dropdown .filter-dropdown-list {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*# sourceMappingURL=createServices.css.map */
