#hero.background-home {
    min-height: 100vh;
    height: auto;
    background: #fff
}

#hero.background-home .home-title {
    background: linear-gradient(90deg, #16ae3c, #5fc5f0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block
}

#hero.background-home h2 {
    margin-bottom: 30px
}

.box-form-login {
    padding: 23px 25px;
    border: 1px solid;
    border-radius: 22px
}

#navbar li.dropdown ul li:not(:last-child) {
    border-bottom: 1px solid black
}

.navbar a.button-white-menu,
a.button-white-menu {
    padding: 10px 20px;
    background: #fff;
    margin-left: 15px;
    color: #000;
    border-radius: 13px
}

@media (max-width: 991px) {

    .navbar a.button-white-menu,
    a.button-white-menu {
        margin-left: 0;
        color: #37517e
    }

    #menu-sidebar.active #menu-sidebar-fix {
        width: 100vw !important;
        left: 0 !important
    }
}

.dropdown-no-icon:after {
    display: none
}

.menu-top ul.dropdown-menu a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53
}

.button-icon-container {
    display: flex;
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%
}

.button-icon-container .img-button-icon {
    margin: auto;
    width: 100%;
    border-radius: 50%;
    padding: 3px
}

.button-icon-container .img-button-icon[src=""] {
    display: none
}

#iconsPopup .modal-content.claim-profile-popup {
    background: #fff
}

.icon-list .item-icon {
    width: 48px
}

#widgetList .remove_handle {
    position: absolute;
    right: -20px;
    top: -10px
}

#widgetList .widget-button-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px;
    z-index: -1
}

.radius-20 {
    border-radius: 20px
}

.normal-popup {
    border-radius: 25px;
    padding: 25px
}

.image-cover {
    background-color: #fff;
    padding: 1px;
    top: 6px;
    border-radius: 50%;
    left: 6px
}

.image-cover img {
    width: 25px;
    border-radius: 50%
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px
}

#openQuickOrder .modal-content.normal-popup {
    background-color: #fff
}

.box-order-selection {
    cursor: pointer;
    margin: 15px
}

.box-order-selection.active img {
    border: 4px solid #237ae3;
    padding: 5px
}

.box-options {
    padding: 10px;
    cursor: pointer;
    border: 2px solid black
}

.box-options.active {
    padding: 10px;
    cursor: pointer;
    border: 3px solid #237ae3
}

.text-required-message,
.mesage-url-check {
    color: #ff2020 !important;
    font-weight: 700
}

.navbar span.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: .3s
}

.navbar-mobile span.nav-link {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e
}

#input-calendar-picker {
    position: absolute;
    opacity: 0;
    width: 22px
}

.video-embed-item iframe {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: #d5d5d5;
    pointer-events: none
}

#embedVideo .modal-body iframe {
    width: 100%
}

.video-embed-item .free-button-popup {
    right: 0;
    left: auto;
    top: -15px;
    transform: none
}

.video-embed-item .free-button-popup i {
    background: #000;
    border-radius: 100%;
    border: none;
    color: #0ea00e
}

.remove-video-button {
    position: absolute;
    right: 13px;
    top: 5px
}

.remove-video-button i {
    background-color: #fff;
    border-radius: 50%;
    font-size: 17px;
    padding: 3px 6px
}

#embedVideo .remove-video-button {
    display: none
}

.item-divider hr {
    color: #000;
    opacity: 1
}

hr.divider-1 {
    height: 2px
}

hr.divider-2 {
    height: 3px
}

hr.divider-3 {
    height: 5px
}

.item-divider {
    cursor: pointer
}

.item-divider.active {
    border: 1px solid #000000;
    border-radius: 25px
}

#form_claim .widget-divider,
#form_claim .widget-image {
    margin-top: 10px
}

.divider-content hr {
    color: #000;
    opacity: 1
}

a.button-white-menu.nav-item-green {
    background: #59cb30
}

.icon-message img {
    width: 130px;
    max-width: 61px
}

.item-message {
    padding: 20px;
    position: relative;
    border: 1px solid;
    max-width: 50vw;
    border-left: none;
    border-right: none;
    border-top: none
}

.item-message .message-date {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.item-message .message-content {
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 10px
}

.item-message.full-width {
    max-width: 100%
}

.image-placeholder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #8787877f;
    pointer-events: none
}

.image-placeholder {
    position: relative
}

.content-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

.list-google-reviews .review-items {
    padding: 20px;
    background-color: #cbcbcb;
    border-radius: 25px;
    margin-bottom: 15px
}

.list-google-reviews .review-items .icon-google img {
    width: 65px
}

.list-google-reviews .review-items .message-google {
    margin-left: 20px
}

.list-google-reviews .review-items .message-google .google-star {
    font-size: 25px;
    padding-bottom: 10px
}

.list-google-reviews .review-items .message-google .google-star i {
    padding-left: 3px;
    color: #ffff61
}

.list-google-reviews .review-items .message-google .google-person {
    padding-bottom: 3px
}

.list-google-reviews .review-items .message-google .google-person strong {
    padding-right: 20px
}

@media (max-width: 991px) {
    .item-message {
        max-width: 100vw
    }
}

@media (max-width: 450px) {
    .sub-title-logo {
        margin: auto;
        margin-left: 5px !important;
        margin-right: 1.25rem
    }
}

.popup-paid-user {
    background-image: url('../../../templates/frontend/images/background.png');
    background-size: contain;
    background-repeat: repeat
}

.popup-paid-user .button-comment-contain {
    border: 1px solid black;
    border-radius: 30px;
    background: #fff;
    display: inline-block
}

.popup-paid-user .text-green {
    color: #017100
}

.btn.button-sub-expired {
    background: #6c757d;
    border-color: #6c757d
}

.live-email-signature {
    padding: 25px
}

.image-signature .filepond--drop-label img {
    max-width: 100%;
    height: auto
}

.image-signature .filepond--drop-label.filepond--drop-label label {
    padding: 5px
}

.drag-hander {
    position: absolute;
    right: -10px;
    color: gray;
    top: 0;
    font-size: 20px
}

.icon-signature .item-signature.active {
    background: #fdf4b8
}

.default-popup-bg {
    background-image: url('../../../templates/frontend/images/background_share_contact.png');
    border-radius: 30px;
    background-size: cover
}

.subscription-packages .card {
    border-color: #000;
    border-radius: 20px;
    height: 100%;
    cursor: pointer;
    border-width: 2px
}

.subscription-packages .card.current {
    border-color: #00a2ff
}

.subscription-packages .card.active,
.subscription-packages .card.active.current {
    border-color: #1db100
}

.subscription-packages .price-package {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subscription-packages .status-package {
    padding: 0 30px;
    background: #000;
    color: #fff
}

.subscription-packages .status-package.current {
    background: #00a2ff
}

.subscription-packages .status-package.active,
.subscription-packages .status-package.active.current {
    background: #1db100
}

#signature_live .img-qrcode {
    width: 180px !important
}

#signature_live .footer-icon .taptap_logo,
#signature_live .footer-icon .custom_logo {
    width: 32px !important;
    height: 32px !important
}

#signature_live .live-email-signature {
    padding: 25px !important
}

#signature_live .live-email-signature .img-profile-signature {
    width: 50px !important
}

#signature_live .live-email-signature .content-right {
    padding-left: 20px !important
}

#signature_live .live-email-signature .footer-icon {
    width: 190px !important;
    height: 190px !important
}

@media (max-width: 500px) {
    #signature_live .live-email-signature .footer-icon {
        width: 120px !important;
        height: 120px !important
    }
}

#signature_live .signature-separator {
    border-top: 2px solid !important;
    opacity: 1 !important;
    height: 2px !important
}

#signature_live .signature-header,
#signature_live .signature-subheader2 span,
#signature_live .signature-subheader1 span {
    font-size: 1.25rem !important
}

#signature_live .content-signature p {
    min-height: 1rem !important
}

#signature_live .content-signature p {
    font-size: 1rem !important
}

input.review_page_input.image-left {
    padding-left: 37px
}

.dropdown-menu.dropdown-menu-start {
    border: 1px solid
}

.hero-button .btn-get-started {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px 0 0;
    color: #fff;
    background: #47b2e4
}

.hero-button .btn-get-started:hover {
    background: #209dd8
}

.hero-button .btn-get-started.btn-success {
    color: #fff;
    background-color: #00d249;
    border-color: #00d249
}

.hero-button .btn-get-started.btn-success:hover {
    background-color: #00d249
}

.border-solid {
    border-style: solid !important
}

.background-green-white {
    background: #deffe1 !important
}

#form_claim .add-widget-section {
    background-color: #deffe1 !important
}

.modal-content.claim-profile-popup .button-block .menu-item {
    margin: 0
}

.button-block .img-placeholder {
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.button-block .label-block {
    font-size: 14px
}

#chooseCoverPopup .box-background {
    height: 50vh;
    overflow: auto
}

.mobile-display {
    display: none
}

.desktop-display {
    display: block
}

@media (max-width: 500px) {
    #header h1.logo {
        font-size: 20px;
        width: min-content
    }

    #header span.sub-title-logo,
    #header .mobile-nav-toggle {
        font-size: 14px
    }

    #header .pe-2.d-flex a.mx-2 {
        margin-left: 0 !important
    }
}

@media (max-width: 768px) {

    #redirectFormPopup input.start-time,
    #redirectFormPopup input.end-time {
        width: 120px !important;
        font-size: 14px
    }

    #redirectFormPopup .select-redirect-mode {
        font-size: 14px
    }

    #redirectFormPopup .redirect-item .item-line-2 {
        margin-top: 8px
    }

    #redirectFormPopup .redirect-settings .redirect-item:not(:first-of-type) .item-line-1 {
        padding-top: 10px;
        border-top: 1px solid #e3e3e3
    }

    #widget_app_download .modal-content,
    #widget_text_sms .modal-content,
    #widget_google .modal-content,
    #widget_divider .modal-content,
    #widget_footer .modal-content,
    #widget_header .modal-content {
        max-height: 85vh;
        overflow: auto
    }

    .list-choose-buttons {
        height: 63vh !important
    }

    .mobile-display {
        display: block
    }

    .desktop-display {
        display: none
    }

    .mobile-display a.btn {
        font-size: 12px;
        padding: 6px 9px
    }

    #list-profiles .member .image-profile-right img {
        width: 85px !important;
        height: 85px !important
    }

    #list-profiles .member .content-right-box h5 a {
        font-size: 16px !important
    }

    #list-profiles .member .content-right-box p {
        font-size: 12px !important
    }

    #list-profiles .member .content-right-box {
        margin-bottom: 10px
    }

    #list-profiles .member .content-right-box .assign-button {
        font-size: 10px !important
    }

    #list-profiles .member .content-right-box .group-buttons {
        margin-top: 2px !important
    }

    #openMorePlus .modal-content .button-tool {
        width: 80% !important
    }

    #openMorePlus .modal-content .button-tool .btn,
    #openMorePlus .modal-content .button-tool .btn h5 {
        font-size: 14px !important
    }

    .modal-90vh {
        align-items: end
    }

    .modal-90vh .modal-content {
        height: 80vh;
        overflow: auto
    }

    #widgetPopup .button-block .menu-item {
        font-size: 13px;
        padding-left: 32px
    }

    #widgetPopup .button-block .menu-item.free-button {
        padding-right: 32px
    }

    .lock_icon_img {
        width: 30px !important
    }

    a.lock_icon_button {
        padding: 5px 20px !important;
        text-wrap: nowrap;
        font-size: 14px !important
    }

    .chart-modes .button-chart-mode {
        margin-left: 5px !important;
        padding: 3px 15px !important
    }

    #editProfilePopup .modal-content {
        max-height: 100vh !important
    }

    #editProfilePopup .modal-content .container-fluid {
        padding: 0 !important
    }

    #editProfilePopup .modal-content .profile-edit-left {
        display: none
    }

    #editProfilePopup .modal-content .profile-edit-right {
        padding: 0
    }

    #editProfilePopup .modal-content .profile-edit-right .container-profile-edit {
        border: none;
        box-shadow: none;
        height: 96vh
    }

    #editProfilePopup .footer-button-mobile {
        display: block !important
    }
}

#editProfilePopup .footer-button-mobile {
    display: none
}

@media (min-width: 769px) {
    .mobile-display {
        display: none
    }

    .desktop-display {
        display: block
    }
}

.text-chart-no-data {
    position: absolute;
    top: 40%;
    left: 54%;
    width: 80%;
    transform: translate(-50%, -50%) rotate(-30deg)
}

.team .member p.text-chart-no-data {
    font-size: 13px
}

@media (max-width: 400px) {
    table.live-email-signature {
        min-width: 0 !important
    }

    #widgetPopup .button-block .menu-item {
        font-size: 11px !important;
        padding-left: 40px
    }

    #widgetPopup .button-block .menu-item.divider-button {
        padding-left: 32px
    }

    #widgetPopup .button-block .menu-item.free-button {
        padding-right: 0 !important;
        padding-left: 32px !important
    }
}

@media (max-width: 500px) {
    .live-email-signature .table-signature-left .image_qr {
        width: 140px;
        height: 140px
    }

    .live-email-signature td.table-signature-left {
        padding-right: 10px !important;
        width: 140px
    }

    .live-email-signature .signature-header {
        font-size: 16px !important
    }

    .live-email-signature .signature-subheader1,
    .live-email-signature .signature-subheader2,
    .live-email-signature .content-signature span,
    .live-email-signature .text-disclaimer,
    .live-email-signature .text-qrcode {
        font-size: 12px !important
    }

    .preview-position .user-define-position {
        border: none !important;
        padding: 0 !important
    }

    #widgetlist_header>.col-12 {
        padding: 0
    }

    #form_claim .image_profile img.default-image-150 {
        width: 120px !important;
        height: 120px !important
    }

    #form_claim .box-header-widget .image_profile {
        width: 130px !important;
        height: 130px !important
    }

    #form_claim .image_profile {
        top: 70% !important
    }
}

@media (min-width: 501px) {
    #form_claim .image_profile img.default-image-150 {
        width: 150px !important;
        height: 150px !important
    }

     #form_claim .image_profile.image-profile img.default-image-150 {
        width: 120px !important;
        height: 120px !important
    }
}

#main-capture-theme .preview-lead-form {
    max-width: 400px;
    border: 14px solid #929292;
    border-radius: 40px;
    height: 776px;
    padding: 10px
}

#main-capture-theme .preview-lead-form .banner-background {
    width: 100%;
    background: #d2d2d2;
    height: 160px;
    border-radius: 18px
}

#main-capture-theme .preview-lead-form .banner-preview {
    position: relative
}

#main-capture-theme .preview-lead-form .banner-preview .banner-profile {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 6px solid #ffffff;
    top: 105px;
    left: 5px;
    border-radius: 50%;
    background: #919191
}

#main-capture-theme .preview-lead-form .preview-form {
    margin-top: auto
}

#main-capture-theme .background-preview-form {
    border-radius: 18px;
    padding: 15px
}

#main-capture-theme .background-preview-form.background-0 {
    background-size: cover;
    background-image: url('../../../templates/frontend/images/background_share_contact.png')
}

#main-capture-theme .background-preview-form.background-1 {
    background-size: cover;
    background-image: url('../../../templates/frontend/images/background-1.png')
}

#main-capture-theme .background-preview-form.background-2 {
    background-size: cover;
    background-image: url('../../../templates/frontend/images/background-2.png')
}

#main-capture-theme .background-preview-form.background-3 {
    background-size: cover;
    background-image: url('../../../templates/frontend/images/background-3.png')
}

#main-capture-theme .background-preview-form.background-4 {
    background-size: cover;
    background-image: url('../../../templates/frontend/images/background-4')
}

#main-capture-theme .background-preview-form .banner-preview {
    padding-top: 15px;
    padding-bottom: 10px
}

#main-capture-theme .button-tooltip-helper {
    background-color: #000;
    font-size: 12px;
    font-weight: 700;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 2;
    text-align: center;
    display: inline-block
}

#main-capture-theme .tooltip-helper {
    position: absolute;
    top: -4px;
    left: -2px
}

#main-capture-theme .title-form {
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px
}

.textarea-center {
    --textarea-height: 5em;
    padding: calc(var(--textarea-height) / 3) 0;
    height: var(--textarea-height)
}

#main-capture-theme .item-select-box {
    width: 60px;
    border-radius: 13px;
    height: 60px;
    border: 4px solid #343434;
    background-size: cover;
    cursor: pointer
}

#main-capture-theme .item-select-box.active {
    border-color: #28ad06
}

#main-capture-theme .select-item-text {
    color: #28ad06
}

#main-capture-theme .modal-content.background-preview-form {
    overflow: auto !important
}

#createGroup .modal-content,
#assignGroup .modal-content {
    background-color: #fff
}

.box-icons .box-icon {
    color: #fff;
    padding: 5px 6px;
    border-radius: 50%;
    background-color: #000;
    min-width: 26px;
    text-align: center
}

.box-icons .box-icon.leadcapture-notice-0 {
    background-color: #929292
}

.box-icons .box-icon.leadcapture-notice-1 {
    background-color: #ed230e
}

.box-icons .box-icon.leadcapture-notice-2 {
    background-color: #dbab42
}

.box-icons .box-icon.leadcapture-notice-3 {
    background-color: #30a2ff
}

.box-icons .box-icon.leadcapture-notice-4 {
    background-color: #fa8400
}

.box-icons .box-icon.leadcapture-notice-5 {
    background-color: #29b001
}

.font-12 {
    font-size: 12px
}

.leadcapture-list .box-leads {
    padding: 12px;
    border: 3px solid black;
    border-radius: 25px;
    margin-bottom: 10px
}

.leadcapture-list .box-leads.active,
.list-notes .items.active {
    border-color: #4ab1ff !important
}

.font-14 {
    font-size: 14px
}

.leadcontact-form {
    padding: 20px 25px;
    border: 3px solid #4ab1ff;
    border-radius: 20px
}

.leadcontact-form .list-notes .items {
    border: 2px solid black;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 10px
}

.menu-left {
    border-right: 3px solid #a4a4a4
}

.menu-left.menu-position-fix {
    position: fixed;
    height: 100vh;
    overflow: auto
}

.menu-item .child-menu {
    margin-left: 30px
}

.menu .menu-item a {
    color: #000
}

.menu .menu-item {
    padding-top: 5px
}

.fw-600 {
    font-weight: 600
}

.menu-items .menu-item .item-dropdown.collapsed i.fa-chevron-up {
    transform: rotate(180deg)
}

.menu-items .menu-item .item-link {
    padding: 5px 15px;
    border-radius: 10px
}

.menu-items .menu-item .item-link.current {
    background: #f1f1f1
}

@media (max-width: 991px) {
    #menu-sidebar {
        display: none;
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: #283a5ae6;
        transition: .3s;
        z-index: 999
    }

    #menu-sidebar.active .menu {
        z-index: 1000;
        position: absolute;
        height: 80vh;
        inset: 55px 15px 15px;
        padding: 20px !important;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto
    }
}

#updateGroup .modal-content,
#assignGroup .modal-content {
    background-color: #d6d5d5;
    border-radius: 35px
}

#updateGroup .modal-content #group_name {
    border-radius: 1.25rem
}

#updateGroup .modal-content .group-color-picker .item-color {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer
}

#updateGroup .modal-content .group-color-picker .item-color.active {
    border: 4px solid white
}

.leadcapture-list {
    max-height: 80vh;
    overflow: auto
}

.leadcapture-list .box-icons {
    display: flex;
    flex-wrap: wrap
}

.leadcapture-list .box-icons a {
    margin-right: 8px;
    margin-top: 5px
}

.leadcapture-list .box-leads,
.list-notes .items {
    cursor: pointer
}

@media (max-width: 756px) {
    .leadcapture-list .box-leads .time-info span {
        display: block
    }
}

.list-notes {
    max-height: 300px;
    overflow: auto
}

.dropdown-toggle.no-icon:after {
    display: none
}

a.color_unset,
a.color_unset:hover {
    color: unset
}

.mobile-nav-toggle-sidebar {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

@media (max-width: 991px) {
    .mobile-nav-toggle-sidebar {
        display: block
    }
}

.btn.active-file-upload {
    background: #61d835
}

.table-condensed tr td,
.table-condensed tr th {
    padding: 5px
}

.team-dashboard .content-right-box h5.text-start a.position-relative {
    z-index: 999
}

@media (max-width: 567px) {
    .padding-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
}

#widgetList .widget-button-icon:has(>img:not([src])),
#widgetList .widget-button-icon:has(>img[src=""]) {
    display: none
}

#form_claim #widgetList .widget-item .widget-button-icon:has(>img:not([src]))~.open-popup-form.text-excerpt,
#form_claim #widgetList .widget-item .widget-button-icon:has(>img[src=""])~.open-popup-form.text-excerpt {
    padding-left: .5rem !important
}

#openProfileMode .modal-body .profile-mode-option {
    padding: 10px
}

#openProfileMode .modal-body .profile-mode-submit,
.btn.btn-save-green {
    background: #177103;
    border: none
}

#redirectSchedule .button-open-schedule {
    background: #89847f;
    border-color: #89847f
}

#redirectSchedule .button-open-schedule.active {
    background: #000;
    border-color: #000
}

#redirectSchedule .schedule-table .schedule-row {
    opacity: .5
}

#redirectSchedule .schedule-table .schedule-row.active {
    opacity: 1
}

.position-profile {
    position: relative;
    padding: 20px 0;
    border: 2px dashed red;
    border-radius: 20px
}

.position-profile .position-profile-setting {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 0 20px;
    color: red
}

.position-profile.lock {
    opacity: .5;
    cursor: none
}

.position-profile .position-profile-lock {
    position: absolute;
    top: -14px;
    right: -12px;
    font-size: 20px;
    background: #fff;
    padding: 0 20px;
    color: red
}

.list-position .position-item .position-container {
    background: #939393;
    border-radius: 20px;
    color: #fff
}

.list-position .position-item .position-container .remove_handle {
    position: absolute;
    top: -12px;
    right: -15px
}

.preview-position .user-define-position {
    padding: 10px;
    border: 1px dashed black;
    border-radius: 20px
}

#form_claim .box-header-widget .image_profile {
    width: 150px;
    height: 150px
}

#form_claim .image_profile {
    top: 77%
}

#form_claim .widget-header .image_profile img {
    width: 150px !important;
    height: 150px !important
}

#form_claim .widget-header .image_profile {
    width: auto;
    height: auto
}

#form_claim .widget-header .image_profile {
    top: 72%
}

#form_claim .enable-button-click {
    cursor: pointer
}

.menu-items .menu-item .item-link:hover {
    background: #f1f1f1
}

.tooltip-for-type.master-type {
    position: absolute;
    left: -185px;
    top: 22px
}

.tooltip-for-type.user-type {
    position: absolute;
    left: -165px;
    top: 22px
}

.tooltip-for-type.user-type.col-half,
.tooltip-for-type.master-type.col-half {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -8px
}

#sharePopup .icon-image-share {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center
}

.change-image-profile .above-image-profile {
    position: absolute;
    left: 80px;
    top: 80px;
    z-index: 1
}

.change-image-profile .above-image-profile button {
    white-space: nowrap
}

#widget_footer .button-active-footer {
    background: #61d835;
    color: #000;
    border-color: #000
}

#widget_footer .button-inactive-footer,
#widget_footer .btn-danger-black {
    background: #ee240d;
    color: #000;
    border-color: #000
}

#widget_footer .btn-white-black {
    background: #fff;
    color: #000;
    border-color: #000
}

.icon-list .item-icon-container .remove-icon-container {
    top: -7px;
    right: -13px
}

.icon-list .item-icon-container .remove-icon-container .remove-icon-button {
    padding: 0 5px;
    border-radius: 50%
}

.icon-list .item-icon-container .remove-icon-container .remove-icon-button i {
    font-size: 14px
}

#iconsPopup .icon-list {
    height: 80vh;
    overflow: auto
}

#widgetPopup .button-block .img-placeholder {
    padding: 2px;
    border-radius: 50%;
    background: #fff
}

.list-choose-buttons {
    height: 75vh;
    overflow: auto
}

.item-box-analytics {
    text-align: center;
    border: 2px solid black;
    border-radius: 20px;
    padding: 12px;
    position: relative
}

.item-box-analytics.active {
    border-color: #29b100
}

.item-box-analytics.disabled {
    background: #d5d5d5
}

.item-box-analytics .item-analytics-text {
    position: absolute;
    top: 13px;
    right: 37px
}

.item-box-analytics .item-analytics-text .tooltip-parent-code {
    font-size: 13px
}

.chart-modes .button-chart-mode {
    background: #c5c5c5;
    border-color: transparent;
    padding: 3px 30px;
    border-radius: 20px;
    margin-left: 20px;
    font-size: 14px
}

.chart-modes .button-chart-mode.active {
    background: #000
}

.button-analytics .item-box-analytics {
    min-height: 78px
}

.chart-analytics.border-green,
.preload-profile-merge.border-green {
    padding: 20px;
    border: 2px solid #29b100;
    border-radius: 25px
}

.preload-profile-merge.border-green {
    min-height: 390px
}

.section-profile #widgetList .col-6.widget-items .session-border .open-popup-form {
    margin-left: 45px;
    margin-right: 10px
}

.section-profile .widget-lists .col-6 .widget-box-item .widget-text {
    margin-left: 43px;
    margin-right: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section-profile #widgetList .col-12.widget-items .session-border .open-popup-form {
    margin-left: 45px;
    margin-right: 15px
}

.section-profile .widget-lists .col-12 .widget-box-item .widget-text {
    margin-left: 43px;
    margin-right: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.show-name-profile a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.5em;
    line-height: 1.25em;
    position: relative;
    cursor: default;
    white-space: normal
}

.button-action .box-icons>div {
    display: flex
}

.button-qrcode-circle {
    border-radius: 50%;
    background: #fff;
    padding: 1px 9px
}

.search-popup {
    position: absolute;
    top: 120%;
    left: 0;
    border-radius: 7px;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    display: none;
    min-width: 620px;
    padding: 20px;
    max-height: 80vh;
    overflow: auto
}

.search-popup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-popup li {
    padding: 8px 12px;
    cursor: pointer
}

.search-popup li:hover {
    background-color: #f8f9fa
}

.search-container .icon-search {
    position: absolute;
    font-size: 22px;
    left: 7px;
    top: 3px
}

.search-container #search_tool {
    width: 320px;
    padding-left: 35px
}

.result-users .item-user {
    font-size: 14px
}

.font-14 {
    font-size: 14px !important
}

.result-list .item .title {
    font-size: 16px
}

.search-popup .text-grey {
    color: #929292 !important
}

.search-popup .hightlight-text {
    background-color: #c7fdb8
}

@media (max-width: 991px) {
    .search-container #search_tool {
        width: 100%
    }

    #header.fixed-top .menu-top {
        flex-wrap: wrap
    }

    #header.fixed-top .menu-top .search-tool-item {
        order: 5;
        width: 90%;
        margin: 10px auto auto
    }

    #header.fixed-top .menu-top .search-tool-item .search-popup {
        min-width: auto
    }
}

#redirectFormPopup .switch-button-type {
    display: inline-block;
    border: 2px solid;
    border-radius: 25px;
    padding: 2px
}

#redirectFormPopup .switch-button-type .button-switch {
    border-radius: 25px;
    padding: 5px 15px
}

#redirectFormPopup .switch-button-type.redirect-mode .button-switch {
    border-radius: 25px;
    padding: 5px 22px
}

#redirectFormPopup .switch-button-type .button-switch.button-on.button-checked {
    background: #29b100;
    color: #fff
}

#redirectFormPopup .switch-button-type .button-switch.button-checked {
    background: #000;
    color: #fff
}

#redirectFormPopup .switch-button-type .button-switch.button-off.button-checked {
    background: #ee240d;
    color: #fff
}

input[type=time].start-time::-webkit-calendar-picker-indicator {
    pointer-events: none
}

#redirectFormPopup .redirect-settings .redirect-item {
    margin-bottom: 10px
}

#redirectFormPopup .redirect-settings {
    padding-bottom: 5px !important
}

#redirectFormPopup input.start-time,
#redirectFormPopup input.end-time {
    width: 130px
}

#redirectFormPopup .select-redirect-mode {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 25px !important
}

#redirectFormPopup .redirect-settings .redirect-time-text {
    position: absolute;
    top: -40px;
    left: 40px
}

#redirectFormPopup .modal-content {
    max-height: 93vh;
    overflow: auto
}

#childPermissionPopup .permission-reload {
    position: absolute;
    right: -33px;
    top: 3px
}

#editProfilePopup .modal-content {
    max-height: 95vh;
    overflow: auto
}

#editProfilePopup .add-widget-section {
    border: 2px solid;
    border-radius: 17px;
    cursor: pointer;
    background-color: #deffe1 !important;
    max-width: 300;
    margin: auto
}

#editProfilePopup .profile-edit-right {
    height: 100%
}

#editProfilePopup .container-profile-edit {
    border: 5px solid #333;
    border-radius: 35px;
    box-shadow: 0 0 10px #0000004d;
    position: relative;
    height: 88vh;
    overflow: hidden
}

#editProfilePopup .modal-lg {
    max-width: 900px
}

@media (min-width: 992px) {
    #editProfilePopup .modal-lg {
        max-width: 900px
    }

    #form_claim .header-theme-2 .box-header-widget .image_profile,
    #main-profile .live-profile.header-theme-2 .image_profile {
        top: 65% !important
    }

    .header-theme-2 #main-profile-image {
        margin-bottom: 60px !important
    }
}

.footer-button .text-redirect {
    color: red;
    font-weight: 700
}

.address-section.widget-items #location-address {
    text-align: center
}

.address-section.widget-items .flex-fill {
    margin: auto
}

.font-helvetica,
.font-helvetica .text-widget-content {
    font-family: Helvetica, Arial, sans-serif !important
}

.font-time_new_roman,
.font-time_new_roman .text-widget-content {
    font-family: Times New Roman, Times, serif !important
}

.font-comic_sans,
.font-comic_sans .text-widget-content {
    font-family: Comic Sans MS, Comic Sans, cursive !important
}

.font-all_caps,
.font-all_caps .text-widget-content {
    text-transform: uppercase !important
}

.font-cursive,
.font-cursive .text-widget-content {
    font-family: Dancing Script, cursive !important
}

.font-bold,
.font-bold .text-widget-content {
    font-weight: 700 !important
}

.font-thin,
.font-thin .text-widget-content {
    font-weight: 100 !important
}

#widget_header .image-header-theme {
    padding: 15px;
    cursor: pointer
}

#widget_header .image-header-theme.active {
    border: 1px solid #1db100;
    border-radius: 25px
}

.header-theme-2 #main-profile-image {
    margin-bottom: 48px !important
}

#form_claim .header-theme-2 .image_profile,
#main-profile .header-theme-2 .image_profile {
    top: 42%;
    left: 50%;
    transform: translate(-50%)
}

#form_claim .header-theme-2 .name_profile,
#main-profile .header-theme-2 .name_profile {
    position: relative !important;
    width: 100%
}

#main-profile .header-theme-2 .name_profile {
    top: auto
}

#main-profile .live-profile.header-theme-2 .box-top,
.header-theme-3 #main-profile-image,
#main-profile .live-profile.header-theme-3 .box-top {
    margin-bottom: 0 !important
}

#main-profile .live-profile.header-theme-1 .banner-content {
    margin-bottom: 10px !important
}

#main-profile .live-profile.header-theme-1 .name_profile {
    min-height: 90px
}

#form_claim .header-theme-3 .image_profile {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#form_claim .header-theme-2 .box-header-widget .image_profile,
#main-profile .live-profile.header-theme-2 .image_profile {
    top: 50%;
    left: 50%;
    transform: translate(-50%)
}

#form_claim .header-theme-3 .box-header-widget .image_profile,
#main-profile .header-theme-3 .image_profile {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%)
}

#main-profile .header-theme-3.master-edit .image_profile {
    top: 39% !important
}

#form_claim .header-theme-3 .name_profile,
#main-profile .live-profile.header-theme-3 .name_profile {
    position: relative !important;
    width: 100%;
    top: auto
}

#form_claim .widget-header #company-input,
#form_claim .widget-header #position-input,
#form_claim .widget-header #first_name-input,
#form_claim .widget-header #last_name-input,
#form_claim .name_profile #company-input,
#form_claim .name_profile #position-input,
#form_claim .name_profile #first_name-input,
#form_claim .name_profile #last_name-input {
    border: 1px dashed gray !important;
    border-radius: 15px
}

#form_claim .widget-item.session-border,
#form_claim .button-rounded .widget-item.session-border,
#main-profile .button-rounded .btn.btn-secondary {
    border-radius: 25px
}

#form_claim .button-partially_rounded .widget-item.session-border,
#main-profile .button-partially_rounded .btn.btn-secondary,
.button-partially_rounded .btn-download-profile {
    border-radius: 13px
}

#form_claim .button-square .widget-item.session-border,
#main-profile .button-square .btn.btn-secondary,
.button-square .btn-download-profile {
    border-radius: 0
}

#form_claim .button-3d .widget-item.session-border,
#main-profile .button-3d .btn.btn-secondary,
.button-3d .btn-download-profile {
    border-radius: 0;
    box-shadow: 4px -4px 4px #000000b3
}

.widget-items .tooltip-for-type {
    font-family: sans-serif !important
}

.review_page_input.border {
    border-color: #757575 !important
}

.header-theme-3.live-profile.box-top,
.header-theme-3.live-profile.box-top .banner-content {
    margin-bottom: 8px !important
}

.header-theme-2.live-profile.box-top {
    margin-bottom: 10px !important
}

.header-theme-2.live-profile.box-top .banner-content {
    margin-bottom: 75px !important
}

.header-theme-3.live-profile.box-top .banner-content {
    padding-bottom: 3rem !important
}

.header-theme-3.live-profile.box-top .banner-content .banner-image {
    height: 190px
}

.header-theme-3.no-background,
.header-theme-2.no-background {
    display: block !important
}

.header-theme-3.no-background .image_profile,
.header-theme-2.no-background .image_profile {
    position: relative !important;
    text-align: center;
    transform: unset !important;
    top: auto !important;
    left: auto !important
}

@media (max-width: 991px) {
    .header-theme-2.live-profile.box-top .banner-content {
        margin-bottom: 40px !important
    }
}

@media (max-width: 576px) {
    .header-theme-2.live-profile.box-top .banner-content {
        margin-bottom: 38px !important
    }

    .header-theme-3.live-profile.box-top .banner-content .banner-image {
        height: 120px
    }
}

#editReviewProfilePopup .modal-content {
    max-height: 95vh;
    overflow: auto;
}

#editReviewProfilePopup .container-profile-edit,
.container-profile-edit.box-preview-mobile {
    border: 5px solid #333;
    border-radius: 35px;
    box-shadow: 0 0 10px #0000004d;
    position: relative;
    height: 88vh;
    overflow: hidden;
}

#editReviewProfilePopup .editor-review {
    font-size: 14px;
}

#main-profile .header-image,
.box-preview-mobile .header-image {
    position: relative;
}

#main-profile .header-image .review-card.image-profile {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}

.box-preview-mobile .header-image .review-card.image-profile {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
}

#main-profile .header-image {
    margin-bottom: 60px;
}

.box-preview-mobile .header-image {
    margin-bottom: 50px;
}

#main-profile .header-image .image-banner-review {
    min-height: 270px;
    min-width: 100%;
}

.box-preview-mobile .header-image .image-banner-review,
.box-preview-mobile .header-image .review-banner-image {
    min-height: 160px;
    min-width: 100%;
}

#main-profile .header-image .review-card.image-profile {
    width: 180px;
}

@media (max-width: 670px) {
    #main-profile .header-image {
        margin-bottom: 30px;
    }

    #main-profile .header-image.review-filter-image {
        margin-bottom: 45px;
    }

    #main-profile .header-image .review-card.image-profile,
    #reviewFilterForm .header-image .review-card.image-profile {
        width: 110px;
    }

    #main-profile .header-image .image-banner-review,
    .box-preview-mobile .header-image .image-banner-review {
        min-height: 150px !important;
        /* max-height: 150px !important; */
    }

    #main-profile .header-image .review-card.image-profile,
    .box-preview-mobile .header-image .review-card.image-profile {
        bottom: -30px;
    }

    #editReviewProfilePopup .profile-edit-left {
        height: auto !important;
    }

    #editReviewProfilePopup .container-profile-edit {
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: 85vh;
    }

    .container-profile-edit.box-preview-mobile,
    .container-profile-edit.box-preview-mobile {
        height: 85vh;
    }

    #editReviewProfilePopup .editor-review {
        display: none;
    }

    .container-profile-edit.box-preview-mobile {
        height: 85vh;
        overflow: auto;
    }

    .container-profile-edit.box-preview-mobile {
        margin-bottom: 60px;
    }

    #editReviewProfilePopup .footer-button,
    #editFilterForm .footer-button,
    #editContactForm .footer-button,
    .session-profile.review-card .footer-button {
        position: fixed;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        padding: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        background: #ffffff;
    }
}

.text-secondary-free {
    color: #aaaaaa !important;
}

#reviewCoverPhoto .image-background {
    border-radius: 20px;
    border: 1px solid #777777;
    height: 100%;
}

#reviewCoverPhoto .item-background {
    padding-bottom: 15px;
    height: 100%;
}

#reviewCoverPhoto .image-background.active {
    border: 4px solid #1db100 !important;
}

#editReviewProfilePopup .select-option-type {
    cursor: pointer;
}

#form_claim.preview-form-review-card {
    height: 100vh;
    overflow: auto;
}

#editReviewProfilePopup .profile-edit-left {
    height: 90vh;
    overflow: auto;
}

.account-setup .form-account-setup {
    background-image: url('../../../templates/frontend/images/background_share_contact.png') !important;
    background-size: cover;
    padding: 1rem 1rem 2rem;
    border-radius: 40px
}

@media screen and (max-width: 577px) {
    #form_claim .container-fluid.user-define-position .session-border .remove_handle img {
        margin-right: 0px !important;
    }

    #widgetList.container-fluid.user-define-position .remove_handle {
        right: -10px !important;
    }

    .team-dashboard .placeholder-profile-image img {
        padding: 15px !important;
    }
}

#main-capture-theme .background-preview-form.background-0 {
    background-size: cover;
    background-image: url('../images/background_share_contact.png');
}

#main-capture-theme .background-preview-form.background-1 {
    background-size: cover;
    background-image: url('../images/2024/12/background_1.png');
}

#main-capture-theme .background-preview-form.background-2 {
    background-size: cover;
    background-image: url('../images/2024/12/background_2.png');
}

#main-capture-theme .background-preview-form.background-3 {
    background-size: cover;
    background-image: url('../images/2024/12/background_3.png');
}

#main-capture-theme .background-preview-form.background-4 {
    background-size: cover;
    background-image: url('../images/2024/12/background_4.png');
}

.section-point {
    cursor: pointer;
}

.dropdown-exports {
    position: absolute;
    background: #ffffff;
    border: 1px solid #acacac;
    width: 250px;
    border-radius: 20px;
    z-index: 1000000;
    right: 0;
    top: 40px;
}

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

.dropdown-exports .item-export {
    cursor: pointer;
}

.dropdown-export-leads,
.dropdown-export-analytics {
    position: absolute;
    background: #ffffff;
    border: 1px solid #acacac;
    width: 250px;
    border-radius: 20px;
    z-index: 1000000;
    right: 0;
    top: 40px;
}

.bridge-overlay {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.25s ease;
}

.bridge-overlay.is-hidden {
    opacity: 0;
    position: fixed;
    pointer-events: none;
    transform: translateY(100vh);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s linear 0.25s;
}

.bridge-dialog {
    width: 100%;
    height: 100%;
}

.bridge-content {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#iconsPopup .icon-list.h-auto {
    height: auto
}

#iconsPopup .icon-list .item-icon {
    width: 36px;
}

#widgetList .widget-button-icon .button-icon-img {
    width: 100%;
    margin: auto;
    padding: 5px;
}

#widgetList .widget-button-icon {
    overflow: hidden;
}

.modal .button-icon-container .img-button-icon {
    border-radius: 0;
    padding: 10px;
}

.popup-upgrade-button {
    background: #f8ba01;
    border: none;
    border-radius: 20px;
}

#upgradePopup .switch-button-type,
#mindmeSubscription .switch-button-type {
    background-color: #89847f;
    padding: 2px;
    border-radius: 30px;
}

#upgradePopup .switch-button-type .button-switch {
    padding: 2px 23px;
    border-radius: 30px;
    color: #ffffff;
}

#upgradePopup .switch-button-type .button-switch.button-checked {
    background: #000000;
}

#upgradePopup .switch-button-top span {
    color: #5d8436;
    font-size: 14px;
    margin-right: 20px;
}

#upgradePopup .pricing-viewport {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

#upgradePopup .pricing-track {
    display: flex;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

#upgradePopup .pricing-card {
    width: 65%;
    flex-shrink: 0;
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    opacity: .6;
    transform: scale(.96);
    border: 1px solid #b2b2b2;
    transition: opacity .4s ease, transform .4s ease;
    cursor: pointer;
}

#upgradePopup .pricing-card.active {
    opacity: 1;
    transform: scale(1);
}

/* Mobile */
@media (max-width:768px) {
    #upgradePopup .pricing-card {
        width: 85%;
    }
}

#upgradePopup .select-package-0 {
    background: linear-gradient(90deg, #83b8ff, #3848cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#upgradePopup .select-package-1 {
    background: linear-gradient(90deg, #0e825f, #4dd599);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#form_claim .box-top.no-banner {
    height: 60px;
    border: 0;
}

#form_claim .box-top.no-banner .image_profile {
    top: 40%;
}

#list-profiles .member.profile-placeholder {
    min-height: 234px;
}

/* Skeleton base */
#list-profiles .member.profile-placeholder {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

/* Gradient animation */
#list-profiles .member.profile-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(229, 231, 235, 0.9) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: skeleton-loading 1.4s infinite;
}

@keyframes skeleton-loading {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(250%);
    }
}

.profile-placeholder .profile-image-placeholder {
    width: 120px;
    height: 120px;
    background: #d5d5d5;
    border-radius: 50%
}

.profile-placeholder .title-profile-placeholder {
    width: 200px;
    height: 30px;
    background: #d5d5d5;
}

.profile-placeholder .link-profile-placeholder {
    width: 150px;
    height: 22px;
    background: #d5d5d5;
}

.profile-placeholder .group-profile-placeholder {
    width: 100px;
    height: 22px;
    background: #d5d5d5;
}

.profile-placeholder .button-profile-placeholder {
    width: 65px;
    height: 30px;
    background: #d5d5d5;
    border: 0;
}

.profile-placeholder .setting-profile-placeholder {
    width: 30px;
    height: 30px;
    background: #d5d5d5;
    border-radius: 50%
}

.profile-placeholder.compact-view .setting-profile-placeholder {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    .profile-placeholder .profile-image-placeholder {
        width: 85px !important;
        height: 85px !important;
    }

    .profile-placeholder .title-profile-placeholder {
        width: 140px !important;
    }

    .profile-placeholder .link-profile-placeholder {
        width: 100px !important;
    }

    .profile-placeholder .group-profile-placeholder {
        width: 70px !important;
    }
}

.box-login-container {
    padding: 25px;
    box-shadow: 0 2px 5px #00000080;
    border-radius: 25px;
}

.box-login-container input {
    border-color: #b4b4b4;
    border-radius: 25px;
}

.btn.btn-green {
    background-color: #61d837;
}

.box-choose-container {
    padding: 10px 25px;
    border: 1px solid #b4b4b4;
    border-radius: 25px;
}

.otp-input {
    width: 48px;
    height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 2px solid #000000;
}

.otp-input:focus {
    border-color: #000;
    box-shadow: none;
}

#form_claim .header-theme-2 .box-top.no-banner,
#form_claim .header-theme-3 .box-top.no-banner {
    margin: 0 !important;
    height: auto;
    padding-top: 50px !important;
}

#form_claim .header-theme-2 .box-top.no-banner .image_profile,
#form_claim .header-theme-3 .box-top.no-banner .image_profile {
    position: relative !important;
}

#form_claim .header-theme-2 .box-top.no-banner .menu-top,
#form_claim .header-theme-3 .box-top.no-banner .menu-top {
    top: 10px;
    right: 0px;
}

#form_claim .header-theme-2 .box-top.no-banner .banner-image,
#form_claim .header-theme-3 .box-top.no-banner .banner-image {
    position: unset !important;
    height: 0 !important;
}

#form_claim .header-theme-3 .box-top.no-banner .image_profile {
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    margin: auto;
}

#form_claim .widget-header .name_profile {
    width: 68%;
}

#form_claim .widget-header .box-top .image_profile img {
    border: 1px solid #ced4da;
    box-shadow: none;

}

#form_claim .header-theme-2 .box-top.no-banner .image_profile.master-theme,
#form_claim .header-theme-3 .box-top.no-banner .image_profile.master-theme {
    text-align: center;
    border: 0;
}


/* Dots */
.scroll-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

.type-verify-phone.unactive {
    background: #cdcdcd;
}

.btn-footer.btn {
    font-size: 14px;
    padding: 7px 10px !important;
}

.footer-profile-button .btn-more-plus {
    font-size: 16px;
    padding: 0 !important;
    width: 31px;
    height: 31px;
}

.footer-profile-button .download-qrcode.btn-footer {
    padding: 0 !important;
    width: 31px;
    height: 31px;
    font-size: 16px;
}

.footer-profile-button .review-google-business {
    padding: 6px 7px !important;
}

.view-mode .choose-view-mode {
    display: block;
    height: 32px;
    margin: 2px;
}

.view-mode .choose-view-mode img {
    height: 100%;
    padding: 5px 10px;
}

.view-mode .choose-view-mode.active,
.view-mode .choose-view-mode:hover {
    background-color: #d5d5d5;
    border-radius: 20px;
}

.dropdown-toggle.no-caret::after {
    display: none;
}

.compact-view .btn-footer.btn {
    font-size: 16px;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.compact-view .group-buttons i {
    color: #8b8b8b;
}

.team.team-dashboard .member.compact-view {
    height: 93%
}

.text-green {
    color: #43be2b;
}

.font-60 {
    font-size: 60px;
}

.team-dashboard .item-extra-user {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-dashboard.expired-profile .member {
    opacity: 0.5;
    pointer-events: none;
}


img.border-image-qrcode {
    /* border: 1.5px solid #888888; */
}

.leadcapture-list {
    max-height: unset;
}

.lead-search {
    min-width: 250px;
}

@media screen and (max-width: 577px) {
    .lead-search {
        min-width: unset;
    }

    #main-profile .placeholder-profile-image {
        width: 135px !important;
        height: 135px !important;
        padding: 20px !important;
    }
}

#redirectFormPopup form .form-select,
#redirectFormPopup form .form-control,
#redirectFormPopup .redirect-schedule-container .redirect-settings,
#redirectFormPopup .redirect-schedule-container button.dropdown-toggle,
#redirectURLTo input.form-control,
#redirectProfileTo select.form-select,
#redirectAddPopup .form-select,
#redirectAddPopup .form-control,
#redirectAddPopup button.dropdown-toggle {
    border: 2px solid !important;
}

.section-button-download.widget_item.button-action-profile {
    z-index: 5;
}

.team-dashboard .placeholder-profile-image {
    background-image: url(../images/2026/03/placeholder-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

#main-profile .placeholder-profile-image {
    background-image: url(../images/2026/03/placeholder-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 23px;
    border-radius: 50%;
}

.header-theme-1.no-background .image_profile{
    width: 150px;
    height: 150px;
}
.live-profile .banner-image .image_profile{
    width: 150px;
    height: 150px;
    border: 8px solid;
    border-radius: 50%;
}

.image_profile img{
    width: 100%;
    height: 100%;
}

.team-dashboard .placeholder-profile-image img {
    padding: 20px;
    border: 0 !important;
    border-radius: 0 !important;
}

#main-profile .placeholder-profile-image img {
    border: 0 !important;
    box-shadow: none;
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#main-profile-image.no-profile-photo {
    min-height: 50px !important;
}

.section-button-download.widget_item.button-action-profile {
    z-index: 1000;
}

.contact.main-content {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

.contact.main-content .content {
    flex: 1;
}

.section-profile#main-profile {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

.section-profile#main-profile>.mx-2:last-of-type {
    margin-top: auto;
}

@media screen and (max-width: 576px) and (min-width: 450px) {
    .header-theme-2.live-profile.box-top .banner-content {
        margin-bottom: 60px !important;
    }
}

img.image-child-profile {
    width: 90px;
    border: 1px solid;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.loading-absolute-icon {
    position: absolute;
    right: -40px;
    top: 0;
}

.success-loading {
    right: -38px;
    top: 2px;
    font-size: 29px;
    color: #198754;
}

#form_claim .image_profile .image-preview-container .preview-image {
    border: 1px solid #d2d2d2;
    cursor: pointer;
    position: relative;
}

#form_claim .image_profile .image-preview-container.image-border-cicrle {
    display: inline-block;
    border: 4px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

#form_claim .image_profile .image-preview-container .remove-button-container {
    position: absolute;
    bottom: 15%;
    left: 30%;
    transform: translate(-50%, 0);
    z-index: 100;
}

#form_claim .image_profile .image-preview-container .edit-button-container {
    position: absolute;
    bottom: 15%;
    right: 30%;
    transform: translate(50%, 0);
    z-index: 100;
}

#form_claim .image_profile .image-preview-container .edit-button-container .edit-button {
    font-size: 14px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    text-align: center;
    border: 0;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    transition: box-shadow .25s ease-in;
}

#form_claim .image_profile .image-preview-container .edit-button-container .edit-button:hover {
    border: 1px solid #ffffff;
}

#form_claim .image_profile .image-preview-container .remove-button-container .remove-button {
    font-size: 16px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    text-align: center;
    border: 0;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    transition: box-shadow .25s ease-in;
}

#form_claim .image_profile .image-preview-container .remove-button-container .remove-button:hover {
    border: 1px solid #ffffff;
}


.editor-image .cropper-view-box,
.editor-image .cropper-face,
.editor-image .cropper-crop-box {
    border-radius: 50% !important;
}

.editor-image .cropper-view-box {
    outline: 2px solid #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.55);
}

.editor-image .crop-container {
    width: 100%;
    overflow: hidden;
    background: #eee;
    border-radius: 0;
    height: 100%;
}

.editor-image .crop-container img {
    max-width: 100%;
}

.editor-image .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
}

#main-profile-image.box-header-widget {
    cursor: pointer;
}

#main-profile-image.box-header-widget.no-banner {
    cursor: auto;
}

#form_claim .image_profile .image-preview-container.enable::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}