
.profile-9 {
    font-size: 1.1rem
}

.profile-9 [class^=btn-outline-], .profile-9 [class*=" btn-outline-"] {
    border-width: 2px
}

.profile-9 .btn {
    border-radius: 1.2rem
}

.profile-9 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #55bb19;
    --bs-btn-border-color: #55bb19;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #377910;
    --bs-btn-hover-border-color: #449614;
    --bs-btn-focus-shadow-rgb: 111, 197, 60;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #449614;
    --bs-btn-active-border-color: #408c13;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #55bb19;
    --bs-btn-disabled-border-color: #55bb19
                                       }

.profile-9 .btn-outline-primary {
    --bs-btn-color: #55bb19;
    --bs-btn-border-color: #55bb19;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #55bb19;
    --bs-btn-hover-border-color: #55bb19;
    --bs-btn-focus-shadow-rgb: 85, 187, 25;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #55bb19;
    --bs-btn-active-border-color: #55bb19;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #55bb19;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #55bb19;
    --bs-gradient: none
                      }

.profile-9 .title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #55bb19;
    text-align: center;
    word-break: break-all;

}

.profile-9 .top {
    position: relative;
    padding: 0
}

.profile-9 .top .bg {
    height: 345px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover
}

.profile-9 .top .intro {
    position: relative;
    z-index: 10;
    top: -3.5rem;
    margin-bottom: -3.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1.5rem
}

.profile-9 .top .intro .avatar-container {
    display: block;
    text-align: center;
    position: relative;
    top: -6rem;
    margin-bottom: -6rem;
    padding-bottom: 1rem
}

.profile-9 .top .intro .avatar-container .avatar {
    border-radius: 1.2rem;
    display: inline-block;
    width: 190px;
    height: 190px;
    position: relative;
    padding: 6px;
    background-color: #55bb19
}

.profile-9 .top .intro .avatar-container .avatar > img {
    border-radius: 1.08rem
}

.profile-9 .top .intro .avatar-container .avatar .img-placeholder {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    border: 4px solid #dee2e6;
    overflow: hidden;
    bottom: 3.3rem;
    right: -3.5rem;
    border-radius: 50%
}

.profile-9 .top .intro .avatar-container .avatar .img-placeholder img {
    border-radius: 50%
}

.profile-9 .top .intro .user-detail {
    display: block;
    padding: 0 3rem
}

.profile-9 .top .intro .user-detail .detail .name, .profile-9 .top .intro .user-detail .detail .jobTitle, .profile-9 .top .intro .user-detail .detail .companyName {
    display: block;
    text-align: center
}

.profile-9 .top .intro .user-detail .detail .name {
    font-size: 1.5rem
}

.profile-9 .top .intro .user-detail .detail .jobTitle {
    font-size: 1.1rem
}

.profile-9 .top .intro .user-detail .detail .companyName {
    font-weight: 500;
    font-size: 1.1rem
}

.profile-9 .top .intro .user-action {
    display: flex;
    margin-top: 1rem;
    padding: 0 3rem
}

@media (min-width: 1199px) {
    .profile-9 .top .intro .user-action {
        display: flex;
        margin-top: 1rem;
        padding: 0 2rem
    }
}

.profile-9 .top .intro .user-action .btn {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1rem 1.5rem
}

.profile-9 .about {
    padding: 1.5rem;
    text-align: center;
    background-color: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 1.2rem
}

.profile-9 .contact-details {
    padding: 0 1.5rem
}

/*.profile-9 .product-services, .profile-9 .icon-lists {
    padding: 0 1rem
}*/

.profile-9 .product-services .title, .profile-9 .icon-lists .title {
    margin-left: .5rem
}

.profile-9 .contact-details .detail {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.profile-9 .contact-details .detail:last-child {
    padding-bottom: 0
}

.profile-9 .contact-details .detail .icn {
    display: inline-flex;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #55bb19;
    background-color: rgba(0,0,0,0);
    color: #55bb19;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 0
}

.profile-9 .contact-details .detail .icn .material-symbols-outlined {
    font-variation-settings: "FILL" 1,"wght" 500
}

.profile-9 .contact-details .detail > div {
    margin-top: .25rem
}

.profile-9 .swiper {
    margin-top: 1.5rem;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.profile-9 .swiper-pagination {
    margin-top: 1rem;
    position: relative
}

.profile-9 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #212529;
    opacity: 1
}

.profile-9 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #212529
}

.profile-9 .icon-lists .text-column .icon-link .icon {
    margin-bottom: .65rem
}

.profile-9 .icon-lists .text-column .icon-link .icon img, .profile-9 .icon-lists .text-column .icon-link .icon svg {
    fill: #55bb19;
}

.profile-9 .icon-lists .text-column .icon-link .text {
    color: #212529
}

.profile-9 .icon-lists .dropper .icon-link {
    background-color: #f8f9fa;
    color: #55bb19
}

.profile-9 .icon-lists .dropper .dropper-content {
    background-color: #f8f9fa
}

.profile-9 .icon-lists .product-services iframe {
    width: -webkit-fill-available;
    aspect-ratio: 1/0.55;
}

.branding-footer div div svg#leafy-brand #brand-wifi path,
.branding-footer div div svg#leafy-brand #brand-leafy path,
.branding-footer div div svg#leafy-brand #brand-card path {
    fill: #3b3b3b !important;
}

.branding-footer {
    fill: #212529;
    background-color: #ffffff;
    padding-top: 3rem;
    display: block;
    color: #adb5bd;
    position: relative;
}

    .branding-footer p {
        color: #212529;
    }

    .branding-footer .brand {
        width: 130px;
    }

.branding-footer div .branding-container div div {
    margin: auto;
}

.branding-footer div .branding-container div div p {
    text-align: center;
    padding: 0 0 2rem 0;
}

.branding-footer div .branding-container div div div {
    padding: 2rem 0rem;
}

.justify-content-md-center {
    justify-content: center !important;
}

@media(max-width: 280px) {
    .profile-9 .top .intro .user-action {
        padding: 0;
    }
}

@media(min-width: 600px) and (max-width: 1000px) {
    .scontainer {
        flex: 0 0 auto;
        width: 75%;
    }
}

.profile-9 .icon-lists .text-column .icon {
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}