@font-face {
    font-family: Baloo2;
    font-weight: 400;
    src: url("/assets/fonts/Baloo2-Regular.woff2") format('woff2')
}

@font-face {
    font-family: Baloo2;
    font-weight: 500;
    src: url("/assets/fonts/Baloo2-Medium.woff2") format('woff2')
}

@font-face {
    font-family: Baloo2;
    font-weight: 600;
    src: url("/assets/fonts/Baloo2-SemiBold.woff2") format('woff2')
}

@font-face {
    font-family: UAEDirham;
    src: url('/assets/fonts/UAEDirhamFont.woff2') format('woff2');
    font-display: block
}

.aed-lg, .aed-md, .aed-sm {
    font-family: UAEDirham, sans-serif;
    font-weight: 400
}

.aed-sm {
    font-size: 12px
}

.aed-md {
    font-size: 14px
}

.aed-lg {
    font-size: 16px
}

:root {
    --header-font-size: 24px;
    --header-line-height: 47px;
    --title-font-size: 18px;
    --title-line-height: 25px;
    --paragraph-font-size: 16px;
    --paragraph-line-height: 24px;
    --secondary-font-size: 14px;
    --secondary-line-size: 16px;
    --small-font-size: 10px;
    --small-line-height: 15px;
    --medium-font-size: 14px;
    --medium-line-height: 18px;
    --header-display-font-size: 40px;
    --header-display-line-height: 47px;
    --paragraph-bold-font-size: 16px;
    --paragraph-bold-line-height: 22px;
    --secondary-sbold-font-size: 16px;
    --secondary-sbold-line-height: 18px;
    --header-mobile-font-size: 20px;
    --header-mobile-line-height: 22px;
    --paragraph-mobile-font-size: 16px;
    --paragraph-mobile-line-height: 18px;
    --secondary-mobile-font-size: 14px;
    --secondary-mobile-line-height: 14px;
    --paragraph-b-mobile-font-size: 18px;
    --paragraph-b-mobile-line-height: 18px;
    --secondary-b-mobile-font-size: 14px;
    --secondary-b-mobile-line-height: 14px;
    --btn-primary: #6750A4;
    --background-grey: #f4f4f4
}

* {
    box-sizing: border-box
}

body {
    direction: rtl;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0
}

body, button {
    font-family: Baloo2, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

a, a:focus, a:focus-visible {
    text-decoration: none !important;
    color: #6750a4;
    outline: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

label {
    margin-bottom: 0 !important
}

svg {
    flex-shrink: 0
}

button {
    cursor: pointer
}

button:focus, button:focus-visible {
    outline: 0
}

button, input, label {
    -webkit-tap-highlight-color: transparent
}

.main-content {
    background-color: #f4f4f4;
    margin: 0 auto;
    max-width: 1440px;
    padding: 10px 30px 25px
}

.job-container {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    grid-auto-rows: auto;
    gap: 10px
}

.item1 {
    grid-column: 1;
    grid-row: 1/span 3
}

.item2, .item3, .item4 {
    grid-column: 2
}

.item5 {
    grid-column: 3;
    grid-row: 1/span 2
}

.item6 {
    grid-column: 3;
    grid-row: 3
}

.sub-images {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 75vh;
    overflow: auto;
    scrollbar-width: thin
}

.sub-images img {
    border-radius: 15px;
    aspect-ratio: 1.64/1;
    max-width: 262px;
    width: 100%
}

.main-image img {
    border-radius: 15px
}

.main-image img {
    width: 100%
}

.job-header {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch
}

.job-by {
    display: flex;
    column-gap: 10px
}

.job-by .grey, .job-header .grey {
    color: #717171;
    font-size: var(--secondary-font-size, 16px);
    font-weight: 400;
    line-height: var(--secondary-line-height, 18px)
}

.job-by span {
    color: #000915
}

.header-txt, .summary-container .summary-header {
    color: #000915;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize
}

.header-txt {
    margin: 0
}

.summary-container .summary-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.summary-container .summary-points {
    border-radius: 10px;
    background: #f3f1ff;
    padding: 8px
}

.summary-container .summary-points, .summary-container .summary-points span {
    color: #000915;
    font-size: 14px;
    line-height: 14px
}

.summary-container .summary-points span {
    font-weight: 700
}

.header-txt-padding {
    padding: 35px 0 20px;
    display: flex;
    justify-content: space-between
}

.header-txt-padding a {
    font-size: 16px;
    font-weight: 400
}

.job-header svg {
    vertical-align: top;
    margin-left: 5px
}

.job-details {
    display: flex;
    padding: 20px 15px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-radius: 14px;
    background: #fff
}

.job-details .job-details-flex {
    display: flex;
    padding: 1px 0 1px 1px;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    align-items: flex-start;
    justify-content: center
}

.job-details .job-details-header-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.job-details .job-details-header {
    color: #000915;
    font-size: var(--title-font-size, 18px);
    font-weight: 600;
    line-height: 25px
}

.job-details .job-details-paragraph {
    color: #000915;
    font-size: var(--secondary-line-size, 16px);
    font-weight: 400;
    line-height: var(--paragraph-line-height, 27px)
}

.job-details-pdf {
    display: flex;
    height: 46px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #6750a4;
    color: #6750a4;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    background-color: transparent
}

.job-details-pdf:hover {
    color: #6750a4
}

.apply-benefits {
    margin-top: .5rem;
    margin-bottom: 2rem;
    list-style: none;
    padding-right: 10px
}

.apply-benefits li {
    display: flex;
    gap: 5px;
    padding-top: 12px
}

.apply-benefits-container {
    padding-top: 10px
}

.apply-benefits-container span {
    font-size: 16px;
    font-weight: 600
}

.apply-balance {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    align-items: flex-start
}

.summary-container {
    display: flex;
    max-width: 405px;
    padding: 25px 15px 15px;
    flex-direction: column;
    border-radius: 14px;
    background: #fff;
    gap: 25px;
    align-self: stretch
}

.summary-container .summary-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch
}

.summary-container .summary-block .summary-detail {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 14px;
    background: #f3f1ff
}

.summary-container .summary-block .summary-detail .detail-name {
    margin-bottom: 5px;
    color: #000915;
    font-size: var(--title-font-size, 18px);
    font-weight: 600;
    line-height: 20px;
    text-align: right
}

.summary-container .summary-block .summary-detail .detail-value {
    color: #000915;
    font-size: var(--secondary-font-size, 16px);
    font-weight: 400;
    line-height: 16px;
    text-align: right
}

.job-action {
    margin-top: calc(35px + (125px - 18vw));
    display: flex;
    padding: 0 15px 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 0 0 14px 14px;
    background: #fff;
    height: max-content;
    max-width: 405px
}

.job-action .job-action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    align-self: stretch
}

.job-action .job-action-buttons button, .job-btn-after-apply {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    text-align: center
}

.share-container {
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch
}

.job-action .job-action-buttons .job-btn-1, .job-btn-after-apply {
    border: none;
    background: #6750a4;
    color: #fff;
    font-size: var(--secondary-line-size, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    flex: 1
}

.job-btn-after-apply {
    padding: 10px
}

.afterApply {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-self: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.job-action .job-action-buttons .job-btn-2 {
    border: 1px solid #6750a4;
    background-color: #fff;
    color: #6750a4;
    font-size: var(--secondary-line-size, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 100%
}

.share-btn {
    color: #6750a4;
    background: rgba(103, 80, 164, 0);
    border: 1px solid #6750a4;
    padding: 0 10px;
    min-width: 105px
}

.job-btn-1:disabled {
    cursor: not-allowed
}

.job-btn-2:disabled {
    cursor: not-allowed
}

.chat-form {
    display: flex;
    gap: 5px;
    width: 100%
}

.job-action .actions-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch
}

.job-action .actions-hint p {
    color: #6750a4;
    font-size: var(--paragraph-font-size, 18px);
    font-weight: 400;
    line-height: 22px
}

.card-link:hover {
    color: #6750a4
}

.service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 10px;
    margin-top: 15px
}

.service-card {
    display: flex;
    max-width: 260px;
    padding: 5px 5px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1;
    border-radius: 15px;
    background: #fff;
    height: 100%
}

.fire-wrapper, .service-card .leaf-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.card-head {
    width: 100%;
    padding: 0 5px
}

.card-head p {
    color: #000915;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 18px
}

.service-card .card-head-subtxt {
    color: #000915;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

.card-img {
    width: 100%;
    aspect-ratio: 1.64/1;
    border-radius: 10px
}

.service-card-mid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    padding: 0 5px
}

.full-width {
    width: 100%
}

.service-card-mid {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px
}

.service-location-left {
    display: flex;
    column-gap: 5px;
    align-items: center
}

.service-location-left p {
    color: #6750a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize
}

.service-location-right {
    display: flex;
    column-gap: 5px;
    align-items: center
}

.service-price p {
    color: #000915;
    font-size: var(--secondary-font-size, 16px);
    font-weight: 400;
    line-height: 18px
}

.service-price p span {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px
}

.divider {
    width: 100%;
    height: 1px;
    background: #e8e8e8
}

.show-more {
    padding: 10px 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
    border-radius: 5px;
    width: max-content;
    border: 1px solid #6750a4
}

.show-more a {
    color: #6750a4
}

.separator {
    border: none;
    height: 1px;
    background-color: #cac4d0;
    margin-top: 50px
}

.gallery-image {
    padding: 10px
}

.message-container {
    height: auto;
    right: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.message-container {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 65px 15px 20px;
    width: 430px;
    flex-direction: column
}

.message-container h3 {
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translate(-50%, 0);
    margin: 0
}

.message-input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    position: relative
}

.message-input .file-name {
    color: #6750a4
}

.message-file-input {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 49px;
    opacity: 0;
    cursor: pointer
}

.message-textarea {
    width: 100%;
    height: 214px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    scrollbar-width: thin;
    resize: none
}

.message-input:focus-visible, .message-textarea:focus-visible {
    outline: 0;
    border: 1px solid #e1d4ff
}

.message-btn {
    background: #6750a4;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px
}

.message-close {
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 20px
}

#blurOverlay {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity .3s ease;
    display: none
}

.shortage-container {
    align-items: center;
    background: #fff;
    border: 2px solid var(--Slight-accent, #e1d4ff);
    border-radius: 20px;
    box-shadow: 0 -3px 10.7px 0 rgba(103, 80, 164, .25);
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    right: 50%;
    top: 50%;
    padding: 30px;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 487px;
    z-index: 10
}

.close-shortage {
    position: fixed;
    left: 30px;
    top: 30px
}

.shortage-container h1 {
    color: #000915;
    font-size: var(--title-font-size, 20px);
    font-weight: 600;
    line-height: 25px
}

.shortage-container p {
    color: #000915;
    font-size: var(--paragraph-font-size, 16px);
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.shortage-container .shortage-row, .shortage-container .shortage-row-green {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.shortage-row h2, .shortage-row-green h2 {
    font-size: var(--paragraph-font-size, 16px);
    font-weight: 700;
    line-height: 22px
}

.shortage-row span, .shortage-row-green span {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px
}

.shortage-row span {
    color: #000915
}

.shortage-btn-1 {
    align-items: center;
    background: #04a24c;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: center;
    padding: 5px 16px
}

.shortage-btn-1, .shortage-btn-2 {
    border: none;
    font-size: var(--paragraph-bold-font-size, 16px);
    font-weight: 700;
    line-height: 22px
}

.shortage-btn-2 {
    background: 0 0;
    color: #6750a4
}

.saved-cards-container {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 48%;
    overflow-y: scroll;
    max-height: 150px;
    scrollbar-width: thin
}

.saved-cards {
    border: 1px solid #6750a4;
    color: #6750a4;
    border-radius: 14px;
    cursor: pointer;
    width: 100%;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: self-start;
    transition: all .3s ease-in-out
}

.saved-cards.active-card {
    background-color: #6750a4;
    color: #fff;
    border-color: #6750a4;
    box-shadow: rgba(103, 80, 164, .25) 1px 4px 4px 0
}

.saved-cards label {
    cursor: pointer
}

.card-input {
    display: none
}

.expire-text {
    font-size: 16px
}

.seller_balance {
    font-size: 13px;
    font-weight: 600
}

.pay-card-icon {
    padding-top: 6px
}

.bundle-select {
    height: 35px;
    padding: 5px 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .4)
}

.spacer {
    background: #cac4d0;
    height: 1px;
    width: 100%
}

.share-list {
    background: var(--Base-White-100, #fff);
    border: 2px solid #d9d9d9;
    border-radius: 20px;
    box-shadow: 0 -3px 10.7px 0 rgba(103, 80, 164, .25);
    flex-direction: column;
    gap: 20px;
    right: 88%;
    padding: 30px 10px;
    position: absolute;
    top: 46%;
    transform: translate(-50%);
    width: 264px;
    z-index: 99
}

.share-list, .share-list-header {
    align-items: center;
    display: flex
}

.share-list-header {
    color: var(--color-base-black, #000);
    font-size: var(--paragraph-b-mobile-font-size, 16px);
    font-weight: 700;
    justify-content: center;
    line-height: 24px;
    text-align: center;
    width: 100%
}

.share-list-header p {
    margin: 0 auto
}

.share-list-header svg {
    cursor: pointer
}

.share-media-list {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.share-media-list li p {
    color: #000915;
    font-size: 7px;
    font-weight: 400;
    line-height: 0;
    text-align: center
}

.copy-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #6750a4;
    border-radius: 5px;
    color: #6750a4;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    line-height: 15px;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 24px 5px 16px;
    text-align: center
}

.copy-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.points-modal {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 98%;
    max-width: 759px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 2px solid #e1d4ff;
    background: #f4f4f4;
    box-shadow: 0 -3px 10.7px 0 rgba(103, 80, 164, .25);
    z-index: 10
}

.current-balance {
    display: flex;
    padding: 24px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff
}

.current-balance p {
    color: #000915;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

.h-coin {
    position: relative;
    border-radius: 50%;
    background-color: #f7d20d;
    border: 2px solid #ffe665;
    box-shadow: inset 0 1px 0 #dcb905, 0 1px 0 #e9e8e3
}

.balance-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 8px
}

.balance-wrapper span {
    color: #000915;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    line-height: 25px
}

.points-bundle-container {
    display: flex;
    gap: 10px;
    height: 407px
}

.points-bundle {
    display: flex;
    padding: 20px 30px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    flex: 1 1 49%
}

.points-bundle-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    flex: 1 1 49%
}

.modal-separator {
    width: 100%;
    height: 1px;
    background: #e9e9e9
}

.modal-separator2 {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    background: #e9e9e9
}

.shortage-txt-1 {
    color: #000915;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.shortage-txt-2 {
    color: #e21c3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.points-header {
    color: #717171;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px
}

.option-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%
}

.option-btn {
    display: flex;
    padding: 26px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f4f4f4;
    cursor: pointer
}

.option-btn input {
    display: none
}

.option-btn:has(input:checked) {
    border-radius: 12px;
    border: 1px solid #6d21b1;
    background: rgba(109, 33, 177, .1)
}

.option-value-wrapper {
    display: flex;
    gap: 4px
}

.option-value-wrapper span {
    color: #000915;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

.option-price-txt {
    color: #717171;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.payment-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%
}

.payment-options .payment-option {
    display: flex;
    padding: 14px 12px 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 14px;
    border: 1px solid #e9e9e9;
    justify-content: space-between;
    cursor: pointer
}

.payment-options .payment-option-fixed {
    display: flex;
    width: 315px;
    padding: 10px 12px 15px 12px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 14px;
    border: 1px solid #6750a4;
    background: #6750a4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize
}

.payment-option.checked {
    border: 1px solid #6750a4
}

.checkbox-inlines {
    width: 100%
}

.include-list .lists {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.checkbox-label {
    display: inline-flex;
    cursor: pointer;
    user-select: none;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #717171;
    border-radius: 45%;
    background-color: transparent;
    flex-shrink: 0
}

.check-input {
    visibility: hidden;
    position: absolute
}

.checkbox-label .checkbox-custom::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 4px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    display: none
}

.check-input:checked+.checkbox-label .checkbox-custom::after {
    display: block
}

.check-input:checked+.checkbox-label .checkbox-custom {
    background-color: #6750A4E6;
    border: 1px solid #6750a4
}

.checkbox-label:hover::before {
    box-shadow: 0 0 4px 0 #6750a4
}

.check-input:focus+.checkbox-label::before {
    box-shadow: 0 0 0 3px rgba(103, 80, 164, .5)
}

.card-num {
    display: flex;
    gap: 10px;
    color: #000915;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    align-items: center
}

.saved-cards-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.last-used {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px
}

.points-bundle-action {
    display: flex;
    padding: 0 30px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    flex: 1 1 49%
}

.recharge-btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: #6d21b1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    max-height: 46px;
    margin-top: auto;
    border: 0
}

.cancel-btn {
    color: #6750a4;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    background: 0 0;
    border: 0
}

.can-apply {
    font-size: 12px;
    color: #484848;
    text-align: center;
    width: 72%;
    justify-self: center;
    margin-top: 18px;
    margin-bottom: 5px
}

#tip-icon {
    vertical-align: top
}

.can-apply span span {
    font-weight: 500
}

.refund-btn-container {
    display: flex;
    gap: 6px;
    padding-top: 14px
}

.back-refund-btn {
    background: #fff;
    border-radius: 5px;
    color: #6750a4;
    align-items: center;
    font-weight: 600;
    line-height: 25px;
    border: 1px solid #6750a4;
    white-space: nowrap;
    padding: 0 24px
}

.confirm-refund-btn {
    background: #6750a4;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    width: 100%;
    font-weight: 600;
    line-height: 25px
}

.refund-warning-box {
    background: #faf7ff;
    border: 1px solid #e9ddff;
    border-radius: 14px;
    padding: 14px 16px
}

.refund-warning-label {
    font-size: 13px;
    font-weight: 700;
    color: #6750a4;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.refund-warning-list {
    margin: 0;
    padding-right: 18px;
    color: #374151
}

.refund-warning-list li {
    margin-bottom: 8px;
    line-height: 1.5
}

.refund-warning-list li:last-child {
    margin-bottom: 0
}

.refund-warning-text, .refund-warning-note {
    font-size: 15px;
    padding: 12px 0
}

@media (min-width:651px) and (max-width:992px) {
    .job-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto
    }

    .item1 {
        grid-column: 1;
        grid-row: 3
    }

    .item2 {
        grid-column: 1;
        grid-row: 2
    }

    .item3 {
        grid-column: 1;
        grid-row: 1
    }

    .item4 {
        grid-column: 1;
        grid-row: 6
    }

    .item5 {
        grid-column: 1;
        grid-row: 5
    }

    .item6 {
        grid-column: 1;
        grid-row: 4
    }

    .job-header {
        margin-top: 25px
    }

    .sub-images {
        flex-direction: row
    }

    .job-action {
        max-width: 100%;
        padding: 20px 15px;
        margin-top: 0;
        border-radius: 14px
    }

    .job-action .job-action-buttons {
        flex-direction: row
    }

    .share-container {
        width: 100%
    }

    .summary-container {
        max-width: 100%
    }

    .summary-container .summary-block {
        flex-direction: row;
        flex-wrap: wrap
    }

    .summary-container .summary-block .summary-detail {
        flex-basis: 49%
    }

    .job-details {
        border-radius: 0 0 14px 14px;
        margin-top: -26px
    }

    .service-card {
        max-width: 228px
    }

    .separator {
        display: none
    }

    .share-list {
        right: 5%;
        top: calc(85% + 5px);
        transform: none
    }
}

@media screen and (max-width:759px) {
    .points-modal {
        gap: 10px;
        padding: 10px;
        max-width: 386px;
        height: 100%;
        max-height: 712px
    }

    .points-bundle-container {
        flex-direction: column
    }

    .points-bundle {
        padding: 20px 10px 10px;
        gap: 8px
    }

    .current-balance {
        align-items: flex-start;
        gap: 10px;
        padding: 15px 20px
    }

    .option-btn {
        padding: 10px 30px;
        max-width: 50%;
        flex: 1 1 48%
    }

    .points-bundle-right {
        gap: 10px;
        background: 0
    }

    .points-bundle-action {
        padding: 0;
        border-radius: 0;
        background-color: #f4f4f4;
        flex-direction: row
    }

    .modal-separator {
        display: none
    }

    .cancel-btn {
        width: 50%
    }
}

@media (max-width:650px) {
    .main-content {
        padding: 0 10px
    }

    .job-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto
    }

    .item1 {
        grid-column: 1;
        grid-row: 3
    }

    .item2 {
        grid-column: 1;
        grid-row: 2
    }

    .item3 {
        grid-column: 1;
        grid-row: 1
    }

    .item4 {
        grid-column: 1;
        grid-row: 6
    }

    .item5 {
        grid-column: 1;
        grid-row: 5
    }

    .item6 {
        grid-column: 1;
        grid-row: 4
    }

    .job-header {
        gap: 5px
    }

    .job-by .grey, .job-header .grey, .summary-container .summary-block .summary-detail .detail-value {
        font-size: var(--secondary-mobile-font-size, 10px);
        font-weight: 400
    }

    .job-header svg {
        width: 14px;
        height: 14px
    }

    .header-txt, .job-details .job-details-header, .summary-container .summary-block .summary-detail .detail-name, .summary-container .summary-header {
        font-size: var(--paragraph-b-mobile-font-size, 16px);
        font-weight: 700;
        line-height: 18px
    }

    .sub-images {
        flex-direction: row
    }

    .sub-images img {
        max-height: 100px
    }

    .job-by {
        gap: 5px
    }

    .job-action {
        max-width: 100%;
        padding: 10px;
        margin-top: 0;
        border-radius: 14px
    }

    .actions-hint svg, .job-action-buttons svg, .summary-container .summary-block .summary-detail svg {
        width: 22px;
        height: 22px
    }

    .job-action .actions-hint p {
        font-size: var(--secondary-mobile-font-size, 10px);
        font-weight: 400;
        line-height: 18px
    }

    .job-action .job-action-buttons .job-btn-1, .job-action .job-action-buttons .job-btn-2, .job-btn-after-apply {
        width: 100%;
        font-size: var(--paragraph-mobile-font-size, 16px);
        font-weight: 400
    }

    .summary-container {
        max-width: 100%
    }

    .summary-container .summary-block .summary-detail {
        flex-basis: 49%
    }

    .job-details {
        border-radius: 0 0 14px 14px;
        margin-top: -40px;
        padding: 40px 15px 15px
    }

    .job-details .job-details-paragraph {
        font-size: var(--paragraph-mobile-font-size, 16px);
        font-weight: 400;
        line-height: 22px
    }

    .service-card {
        max-width: 245px;
        padding: 15px 10px
    }

    .card-head p, .service-price p span {
        font-size: var(--paragraph-b-mobile-font-size, 16px);
        font-weight: 700;
        line-height: 20px;
        text-transform: capitalize
    }

    .service-card .card-head-subtxt, .service-location-left p, .service-location-right p, .service-price p {
        font-size: var(--secondary-mobile-font-size, 10px);
        font-weight: 400;
        line-height: 12px
    }

    .service-order svg {
        width: 20px;
        height: 20px
    }

    .show-more {
        font-size: 16px
    }

    .separator {
        display: none
    }

    .shortage-container {
        width: 98%;
        gap: 5px;
        padding: 15px
    }

    .shortage-container p {
        font-size: 14px;
        line-height: 16px
    }

    .shortage-container h1 {
        line-height: 18px
    }

    .message-container {
        width: 99%
    }

    .message-container h3 {
        font-size: 18px
    }

    .share-list {
        bottom: -20px;
        gap: 15px;
        padding: 15px 10px 40px;
        position: fixed;
        top: unset;
        right: 50%;
        width: 100vw
    }

    .header-txt-padding {
        padding: 35px 5px 2px
    }
}

@media (min-width:991px) {
    .modal-lx {
        max-width: 1000px !important
    }
}

@media (min-width:1550px) {
    .job-action {
        margin-top: calc(35px + (200px - 18vw))
    }
}

@media (max-width:991px) {
    .modal-lx {
        max-width: 660px !important
    }

    .sub-images.item1.single-image {
        display: none
    }
}

@media (max-width:440px) {
    .service-card {
        max-width: 100%
    }

    .header-second-part {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .share-list {
        top: 44%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .share-list {
        top: 42%
    }
}