
.set-service-container-margin {
    padding-inline-start: 18px;
    padding-inline-end: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
    min-height: 64px;
    box-shadow: 0px -1px 0px 0px rgba(232, 234, 237, 1) inset;
}

.set-service-container-margin-large {
    padding-inline-start: 18px;
    padding-inline-end: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    min-height: 64px;
}

.set-service-container-margin-no-flex {
    padding-inline-start: 18px;
    padding-inline-end: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 64px;
}

.title {
    color: #333333 !important;
    font-weight: 500;
    font-size: 30px;
}

.second-title {
    font-size: 22px !important;
    color: #333333 !important;
    width: auto;
    text-align: start;
    border-bottom: 0 !important;
}

.second-title {
    font-size: 22px !important;
    color: #333333 !important;
    width: auto;
    text-align: start;
    border-bottom: 0 !important;
}

.service-cell-image {
    margin-inline-start: 13px  !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-size: 16px !important;
    color: #333333 !important;
    text-align: start;
    border-bottom: 0 !important;
}

.service-cell {
    padding-inline-start: 18px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-size: 16px !important;
    color: #333333 !important;
    text-align: start;
    border-bottom: 0 !important;
}

.service-cell::placeholder {
    color: #333333 !important;
}

.time-title {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}


.time-container {
    display: inline;
    text-align: center;
}


.save-btn {
    height: 50px !important;
    background-color: #34C759 !important;
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 50px;
    font-family: var(--language-font-regular);
}

.vol-btn {
    background-color: #333333 !important;
    color: white;
    display: inline;
    margin: -1px;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
}

.time {
    font-size: 30px;
    color: white;
    width: 64px;
    display: inline;
    padding: 10px 0px 10px 0px;
    background: #333333;
    text-align: center;
}

.input-bold::-webkit-input-placeholder {
    color: black !important;
    direction: rtl;
    text-align: right;
    border-bottom: 0 !important;
    opacity: 1 !important;
}


/*Remove border bottom from input*/
textarea:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.icon-flipped {
    -o-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;;
    -webkit-transform: scaleX(-1) !important;;
    -ms-transform: scaleX(-1) !important;;
    transform: scaleX(-1) !important;;
}

.text-right {
   text-align: right !important;
}

.text-left {
    text-align: left !important;
}



.service-item {
    /*height: 90px;*/
    padding: 16px;
    border: 1.5px solid #007AFF;
    border-radius: 16px;
    margin: 20px;
    box-shadow: 0px 2px 6px 0px rgba(0, 122, 255, 0.1);
}


.service-img-container {
    width: 60px;
    height: 60px;
    margin-inline-start: 5px;
    display: flex;
    border-radius: 60px;
    border: 1px solid var(--brandingMainColor);
    justify-content: center;
}

.service-img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.set-service-preview-title {
    font-size: 16px;
}

.set-service-preview-description {
    font-size: 14px;
}

.amit-badge {
    background: rgba(0, 122, 255, 0.2) !important;
    color: #007AFF;
    font-size: 12px !important;
    border-radius: 4px !important;
    padding: 4px 12px !important;
    display: inline-block;
}

.service-img-36 {
    height: 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 36px;
    object-fit: cover;
}

.service-price-svg {
    -webkit-mask-image: url(../../../../img/icon-coin.svg) !important;
    mask-image: url(../../../../img/icon-coin.svg) !important;;
    width: 22px;
    height: 17px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: black !important;;
}

.service-img-svg {
    -webkit-mask-image: url(../../../images/bg2.svg) !important;
    mask-image: url(../../../images/bg2.svg) !important;;
    --size: 60px;
    display: inline-block;
    border-radius: 60px;
    width: var(--size);
    height: var(--size);
    -webkit-mask-size: cover;
    mask-size: cover;
    background: var(--brandingMainColor) !important;;
}

.service-price-and-duration {
    width: 25%;
    text-align: start;
    color: #333333;
    height: 100%;
    min-height: 48px;
    padding-inline-start: 12px;
    font-size: 14px;
}


.service-bs {
    overflow-x: hidden;
    max-height: 30% !important;
    background-color: rgba(0,0,0,0.07) !important;
}

.service-bs-container {
    background: white;
    padding-bottom: 50px !important;
    border-top-right-radius: 16px !important;
    border-top-left-radius: 16px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.zoom-badge-preview {
    width: 16px;
    height: 16px;
    position: absolute !important;
    z-index: 3 !important;
    bottom: 0 !important;
    right: 40px !important;
    left: 40px !important;
}

