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

#new_profile .switch-button-type .button-switch, #mindmeSubscription .switch-button-type .button-switch{
    padding: 5px 15px;
    border-radius: 30px;
    color: #ffffff;
}

#new_profile .switch-button-type .button-switch.button-checked, #mindmeSubscription .switch-button-type .button-switch.button-checked {
    background: #000000;
}

.switch-button-top span {
    color: #5d8436;
}

.option-subscription {
    border-radius: 20px;
}

.option-subscription .header-title,
.option-subscription .description-package {
    color: #ffffff;
}

.option-subscription .header-title .price-month,
.option-subscription .header-title .price-year {
    color: #ffffff;
    font-size: 22px;
}

.team-package p {
    margin-bottom: 5px;
    font-size: 1rem;
}

.team-package p i.fa-square-check{
    margin-right: 3px;
    color: #00bd00;
}

.mindme-option{
    background-color: #89847f;
    color: #ffffff;
    padding: 10px 0;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 10px;
}

.mindme-option.active{
    border: none;
    background-color: #4da020;
    border: 1px solid black;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#mindmeOutOf .modal-body{
    background-color: #d8d2c8;
}

.out-mindme-open{
    background-color: #cbcbc6;
    border-color: #cbcbc6;
}

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

.account-setup .form-account-setup .header-setup h3{
    color: #000000;
}

.merge-profile .form-merge-profile {
    margin-top: 45px;
    background-color: #73fdea;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 40px;
}

.merge-profile .form-merge-profile .header-setup h3{
    color: #000000;
}

.form-merge-profile .sub-header{
    font-size: 14px;
}

.child-profile .form-child-profile {
    margin-top: 45px;
    background-color: #5fcdbd;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 40px;
}

.child-profile .form-child-profile .header-setup h3{
    color: #000000;
}

.form-child-profile .sub-header{
    font-size: 14px;
}

.collapse-icon{
    right: -8px;
    top: 4px;
}

#bridgePopup .tab-bridges{
    cursor: pointer;
}
#bridgePopup .tab-bridge-1, #bridgePopup .tab-bridge-2  {
    height: 80vh;
}

#bridgePopup .content-bridge{
    margin-top: 40px;
}

#bridgePopup .footer-bridge{
    margin-top: 30px;
}

#bridgePopup .footer-bridge .carousel-button{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#bridgePopup .footer-bridge .carousel-button button{
    width: 45%;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-color: #929292;
}

#bridgePopup .footer-bridge .carousel-button button.active{
    width: 45%;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-color: #000000;
}

#bridgePopup .optional-1{
    background-color: #88fa4e;
    cursor: pointer;
    padding: 15px;
    border-radius: 35px;
    margin-bottom: 200px;
}
  
#bridgePopup .optional-2{
    background-color: #16e7cf;
    padding: 15px;
    cursor: pointer;
    border-radius: 35px;
    margin-top: auto;
    margin-bottom: 130px;
}

#bridgePopup .optional-1 .image-optional-1{
    position: relative;
    height: 110px;
}

#bridgePopup .optional-1 .image-optional-1 img{
    position: absolute;
    top: 5px;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0%);
}

#bridgePopup .optional-2 .image-optional-2{
    position: relative;
    height: 100px;
}
#bridgePopup .optional-2 .image-optional-2 img{
    position: absolute;
    top: -15px;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
}
 
@media (max-width: 1400px) and (min-width: 1200px) {
    #bridgePopup .optional-1{
        margin-bottom: 148px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    #bridgePopup .optional-1{
        margin-bottom: 135px;
    }

    #bridgePopup .optional-1 .image-optional-1{
        height: 75px;
    }

    #bridgePopup .optional-2 .image-optional-2{
        height: 75px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    #bridgePopup .optional-1{
        margin-bottom: 155px;
    }

    #bridgePopup .optional-1 .image-optional-1{
        height: 75px;
    }
    #bridgePopup .optional-2 .image-optional-2{
        height: 85px;
    }

}

@media (max-width: 576px){
    #bridgePopup .optional-1 .image-optional-1 img{
        top: -13px;
        width: 350px;
    }
    #bridgePopup .optional-2 .image-optional-2 img{
        width: 250px;
    }

    #bridgePopup .optional-1{
        margin-bottom: 170px;
    }

    #bridgePopup .optional-1 .image-optional-1{
        height: 80px;
    }
    #bridgePopup .optional-2 .image-optional-2{
        height: 85px;
    }
}

@media (max-width: 450px){
    #bridgePopup .optional-1{
        margin-bottom: 170px;
    }

    #bridgePopup .optional-1 .image-optional-1 {
        height: 65px;
    } 

    #bridgePopup .optional-2 .image-optional-2{
        height: 60px;
    }
}

#bridgePopup .optional-1 .top-hr{
    height: 8px;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    background-color: #017100;
    opacity: 1;
}

#bridgePopup .optional-2 .top-hr{
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

#bridgePopup .optional-2 .top-hr hr{
    width: 25%;
    margin-top: 0;
    height: 8px;
    opacity: 1;
}

#bridgePopup .optional-2 .top-hr .hr-1{
    background-color: #5d7cbb;
}
#bridgePopup .optional-2 .top-hr .hr-2{
    background-color: #d95240;
}
#bridgePopup .optional-2 .top-hr .hr-3{
    background-color: #f0bf44;
}
#bridgePopup .optional-2 .top-hr .hr-4{
    background-color: #56a75c;
}

.review-card-info .fa-star{
    font-size: 20px;
    padding: 0 3px;
}

.review-card-info .text-info-success{
    color: #1db100;
}

.review-card-info .text-info-danger{
    color: #b51700;
}

.review-card-info .fa-star.disable{
    color: #d5d5d5;
}

.review-card-info .fa-star.active{
    color: #f8ba00;
}

#merge_profile .profile-image{
    width: 40%;
}

#merge_profile .profile-image img{
    border-radius: 50%;
}

#merge_profile .profile-box{
    background-color: #88fa4e;
    padding: 14px;
    border-radius: 28px;
    cursor: pointer;
}

#merge_profile .profile-box.profile-box-2{
    background-color: #16e7cf;
}

.button-select-type{
    padding: 9px 35px;
    border-radius: 13px;
    background-color: #017100;
    color: #fff;
}

.button-select-type.light-blue{
    background-color: #007b76;
}

.icon-type-dropdown{
    right: 25px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.header-merge-profile h5{
    color: #037000;
}

#merge_profile .profile-box p{
    font-size: 0.9 rem;
}

.btn-pair-profile{
    padding: 9px 65px;
    border-radius: 13px;
    background-color: #017100;
    color: #fff;
}

.btn-pair-profile:hover, .btn-pair-profile:hover, .button-select-type:hover{
    color: #fff;
}

.btn-new-profile{
    padding: 10px 0;
    border-radius: 13px;
    background-color: #858d94;
    color: #fff;
}

.btn-new-profile.active{
    background-color: #000;
    color: #fff;
}

#bridgePopup .merge-profile .optional-1{
    border-radius: 25px;
    padding: 35px 15px;
}

#bridgePopup .btn-review-mode{
    border-radius: 18px;
    border-color: #00bd00;
    padding: 10px 40px;
    background-color: #00bd00;
}

#bridgePopup .w-60{
    width: 60%;
}

.dropdown-black-button{
    color: #fff;
    font-size: 18px;
    right: 12px;
    top: 12px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.collapsed .dropdown-black-button{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.box-parent-code{
    background: #93f5f9;
    border-radius: 30px;
}

.box-merge-code{
    background: #aaf77c;
    border-radius: 30px;
}