input#profilepic_c {
    display: none;
}

input#profilepic_sp {
    display: none;
}
.photos-slider-box {
    position: relative;
    display: inline-block;
    border-radius: 15px; /* Rounded corners */
    overflow: hidden;
}
.photos-slider-box img {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Rounded corners */
}
.delete-photo {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    color: white;
    border: none;
    padding: 5px 6px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    height: 28px;
    width: 28px;
    text-align: center;
}
.delete-photo span {
    line-height: 20px;
    font-size: 26px;
    opacity: 0.5;
    transition: all 0.3s;
}
.delete-photo span:hover {
    opacity: 0.9;
}

.unverified-icon {
    color: red !important; /* Red color for unverified */
    font-size: 25px; /* Adjust size */
    vertical-align: middle;
    cursor: pointer;
}
.unverified-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}
.material-symbols-outlined{
    cursor: pointer;
}
.material-symbols-outlined::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}
.udesc {
    width: 100%;
}
.settings-all form .form-group {
    position: relative;
    margin: 29px 0 9px 0;
}
/* View All Box */
.view-all-box {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--color-6);
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    min-width: 180px;
    flex-direction: column;
}

/* View All Button */
.view-all-btn {
    text-decoration: none;
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    background: #e9e9e9;
    transition: background 0.3s ease-in-out;
}

.view-all-btn:hover {
    background: #dcdcdc;
}
.provider-exp {
    cursor: pointer;
}
.provider-exp .tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%; /* Position above */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}

.provider-exp:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.select2-container {
    z-index: 1050 !important; /* Ensures Select2 is within modal's stacking context */
}

.select2-container--open {
    z-index: 9999 !important; /* Higher than Bootstrap modal */
}
.pac-container {
    z-index: 9999;
}
.suggestions-box {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    display: none;
}
.pro-img button {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    top: -10px;
    right: -10px;
}
.pro-img button span{
    color: #91278f;
    font-size: 16px;
}
.pro-img img#pro_img_update {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pro-img.updateIcon {
    width: 150px;
    position: relative;
    margin: 0 auto;
}
.jobbooking-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.jobbooking-list .list-head {
    align-items: center;
}
.jobbooking-list {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.jobbooking-list:hover {
    transform: scale(1.02);
}
.providers-list, .notifications-list {
    transition: transform 0.2s ease-in-out;
    position: relative;
    z-index: 9;
}

.providers-list:hover, .notifications-list:hover {
    transform: scale(1.02);
}
.no-bookings {
    text-align: center;
    padding: 40px 20px;
}

.no-bookings-text {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
}
.slider-arrow{
    cursor: pointer;
}
#terms-privacy-desc h1,
#terms-privacy-desc h2,
#terms-privacy-desc h3,
#terms-privacy-desc strong {
    color: #000;
}
.upload-button{
    cursor: pointer;
}
#bookServiceForm .form-label,
.form-label {
    color: #868186;
    font-style: italic;
}

.pill-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    position: relative;
    display: inline-block;
    /*border: 2px solid #007bff;*/
    border-radius: 999px;
    padding: 8px 18px;
    color: #91278f;
    /*background-color: #fff;*/
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.pill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pill input[type="checkbox"]:checked + span {
    background-color: #91278f;
    color: #fff;
    border-color: #91278f;
}

.pill span {
    display: inline-block;
    border-radius: 999px;
    padding: 5px 12px;
}
.bookprov.booktime.select-providers {
    flex-direction: column;
    margin-bottom: 0;
    gap: 10px;
}
.select-providers label.pill {
    padding: 0;
}
.select-providers label.pill p {
    display: none;
}
.select-providers label.pill span {
    padding: 8px 1.5vw;
    border-radius: 4px;
    border: 2px solid #91278f;
    background: #91278f;
    color: #fff;
}
.select-providers label.pill.checked p {
    display: flex;
    gap: 4px;
    width: 100%;
    background: #1c75bc;
    position: relative;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #1c75bc;
    padding: 8px 1vw;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.select-providers label.pill.checked p:after {
    position: absolute;
    content: 'Unselect';
    bottom: -36px;
    color: #91278f;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    left: 0vw;
    font-weight: 500;
}
.pill input[type="checkbox"]:checked + span {
    display: none;
}
.dheading .name-pro {
    margin: 0 !important;
}
.dheading .name-pro h1 {
    font-weight: 600;
    margin: 0;
    padding-left: 0;
    font-size:28px;
}
.public-profile{
    cursor: pointer;
}
.dheading .name-pro h1.profile-name{
    word-break: break-all;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
}
@media (min-width: 1200px) {
    .modal-extra-large {
        max-width: 1200px;
    }
}
span.successmodelicon {
    background: #198754;
    color: #fff;
    font-size: 80px;
    padding: 20px;
    border-radius: 50%;
}
.ppayment{
    flex-wrap: wrap;
    gap: 20px 0;
}
.jobds p{
    white-space: normal;
    text-align: justify;
}
.fw-600 {
    font-weight: 600;
}
.no-providers-box {
    background-color: #e6f2fd; /* same light blue as image */
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    width: 100%;
    /*max-width: 400px;*/
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.no-icon {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.no-providers-box h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
}

.no-providers-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}
.tmunmstr div {
    display: flex;
    margin: 5px;
    gap: 0px;
}
.italic-font{
    font-style: italic;
}
@media (min-width: 576px) {
    div#publicProfileSpModal .modal-dialog {
        max-width: 90%;
    }
}
@media (min-width: 1200px) {
    div#publicProfileSpModal .modal-extra-large {
        max-width: 1200px;
    }
}
.dheading .name-pro h1.profile-name {
    word-break: break-all;
    text-align: left;
    font-size: 48px;
    color: #251C25;
    font-weight: 700;
    line-height: 52.8px;
}
