/* common css classes  */
.containers {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.fs-sm {
    font-size: 14px;
}

.fs-xs {
    font-size: 12px;
}

.text-grey {
    color: #7c7c7c;
}

.bg-success {
    background-color: #25D366 !important;
}

.badge-primary {
    background-color: #061FFFE5;
}

.fs-18 {
    font-size: 18px;
}

.sub-text {
    color: #646464;
}

/* buttons styles  */
.anrufen-btn {
    height: 39px;
    width: 296px !important;
    background-color: #000000;
    color: #ffffff;
    border-radius: 39px;
    padding: 11px 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: none;
}

.anrufen-btn :hover {
    color: #ffffff;
}

.whatsapp-btn {
    height: 39px;
    width: 296px !important;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 39px;
    padding: 11px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: none;
}

.verify-btn {
    width: 100%;
    border-radius: 74px;
    color: #000000;
}

.verify-btn :hover {
    color: #ffffff;
}


.suggest-btn {
    background-color: #000000;
    color: #ffffff;
}

.discover-btn {
    color: #25D366;
}


/* table styles */

.table tr th {
    font-weight: 500;
    font-size: 14px;
}

.table tr td {
    font-weight: 500;
    font-size: 14px;
}

.barber-scroll-wrapper {
    position: relative;
    overflow: hidden;
}

.barber-scroll-container::-webkit-scrollbar {
    display: none;
}

/* cards styles */
.verification-card {
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.barber-card {
    width: 242px;
    flex-shrink: 0;
}

.barber-card .card-img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.barber-card .card-footersa {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-top: -22px; */
}

.card-footersa img {
    height: 11px;
    width: 11px;
}

/* rest of css  */

.suggest-badge {
    padding: 2px 8px;
    background-color: #f2f2f2;
    border-radius: 44px;
    max-width: 250px;
    cursor: pointer;
}

.rounded-pill {
    background-color: #eafbf0;
    color: #25D366;
    padding: 2px 8px;
}

#map {
    height: 300px;
}

.map-container {
    height: 300px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 16px;
}

.badgeCus {
    border: 1px solid #e6e6e6;
}

.badge-custom {
    font-size: 12px;
    margin-right: 5px;
}

.timings {
    /* background: #a82e2e; */
    height: 300px;
}

/* modal styles */
.modal-width {
    max-width: 458px;
}

.modal-style {
    border-radius: 12px;
    overflow: hidden;
}

.modal-footer-bg {
    background-color: #f2f2f2;
}

.modal-header {
    align-items: start;
    padding: 24px 24px 16px 24px;
}

.modal-header .custom-modal-header {
    max-width: 380px;
}

.label-color {
    width: 100%;
    color: #4D4D4D;
}

.btn-close {
    height: 16px;
    width: 16px;
}

@media (max-width: 768px) {
    .containers {
        width: 98%;
    }

    .anrufen-btn {
        padding: 11px 49px;
        width: 175px !important;
    }

    .whatsapp-btn {
        padding: 11px 40px;
        width: 175px !important;
    }

    /* Right side blur effect */
    .barber-scroll-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
        pointer-events: none;
    }

    .map-media h4 {
        font-size: 22px;
    }

    #map {
        height: 201px !important;
    }
}