/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
div#breadcrumbs {
    display: none;
}

#canned_replies {
    margin-top: 5px;
    border-top: 1px solid #E7E9EC;
}

#canned_replies a {
    margin: 5px;
}

#canned_replies b {
    margin-left: 5px;
}

#canned_replies div {
    display: none;
}

.adp_amount {
    font-weight: bold;
}

.adp_asset {
    font-size: 1rem;
    margin-top: -0.5rem;
}

.adp_points_thumbnail {
    margin-right: 0.3rem;
}


/*
** Web2 Web3 user dashboard
*/

.user-dash .bb-dash__avatar{
    flex: 0 0 100px;
    margin-right: 24px;
}

.user-dash .bb-dash__avatar img{
    max-width: 100px;
    width: 100px;
    padding: 3px 3px 3px 3px;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 0px 16px 15px rgba(0, 0, 0, 0.1);
}

.user-dash .bb-dash__intro{
    width: 65%;
}

.user-dash .bb-dash__prior > span{
    font-size: 34px;
}

.user-dash .bb-dash__brief{
    color: #919192;
    font-size: 22px;
    line-height: 2.5em;
}

.widget.widget_bp_profile_completion_widget h5{
    text-align: center;
    line-height: 1.2;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
}

.profile_completion_wrap .pc_progress_wrap{
    margin-bottom: 10px !important;
}

.pc_detailed_progress_wrap .single_section_wrap .section_ico:before{
    display: none !important;
}

.pc_detailed_progress_wrap .single_section_wrap{
    padding: 5px 0 !important;
}

.user-dash-grid.bb-dash-grid{
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
}

.user-dash-grid .bb-dash-grid__image.square img{
    max-width: 65px !important;
    width: 65px !important;
    height: 65px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.user-dash-grid .bb-dash-grid__title h2 {
    font-family: 'SF UI Display', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #122B46;
    margin-bottom: 0px;
}

.user-dash-grid .bb-dash-grid__link:hover .bb-dash-grid__title h2{
    color: #F0B412;
}

.bb-dash-grid__image span.ai-icon{
    display: block;
    width: 63px;
    height: 63px;
    color: #098e88;
    margin: 6px auto;
    font-size: 35px;
    border-radius: 10px;
    background-color: #098e881a;
    line-height: 65px;  
}

.bb-dash-grid__image .bb-icon-link{
    font-size: 52px;
    border-radius: 10px;
    padding: 5px;
    color: #3364c5;
    background-color: #3364c51a;
}

@media (max-width: 1180px) and (min-width: 800px){
    .profile_completion_wrap .pc_progress_wrap{
        min-width:100% !important;
    }
    .profile_completion_wrap .pc_detailed_progress_wrap{
        max-width: 100%;
        padding-right: 0 !important;
    }
    .pc_detailed_progress_wrap .single_section_wrap{
        margin-left: 15px !important;
    }
}

@media (max-width: 800px) and (min-width: 420px){
    .profile_completion_wrap .pc_progress_wrap{
        display: block;
        flex: inherit;
        min-width:100%;
    }
    .profile_completion_wrap .pc_detailed_progress_wrap{
        max-width: 100%;
        padding-right: 0 !important;
    }
    .pc_detailed_progress_wrap .single_section_wrap{
        margin-left: 15px !important;
    }
}

@media (max-width: 800px) and (min-width: 310px){
    .user-dash .bb-dash__prior > span{
        font-size: 20px;
    }
    .user-dash .bb-dash__brief{
        font-size: 18px;
        line-height: 1.5em;
    }
}
.web2-list-wrapper {
    margin: 15px 0;
    padding: 35px 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.web2-list-wrapper .countries-outer {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.web2-list-wrapper .countries-list {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.countries-outer li {
    list-style: none;
    text-align: center;
    padding: 5px 0;
}

.countries-outer li a {
    position: relative;
    display: inline-block;
    width: 70%;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 40px;
    background-color: #eaf5ff;
}

.countries-outer li a:hover {
    background-color: #fff6d7;
}

.countries-outer li a::after {
    content: '\e827';
    font-family: bb-icons;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 30px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

.my-ads-account-title h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.my-ads-account-title h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin: auto;
    content: "";
    background-color: #f2bf33;
}

.my-ads-account-title h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

.alt-my-ads-account-title h2 {
    text-align: center;
}

.alt-my-ads-account-title h2:before {
    left: 50%;
    margin-left: -30px;
}

@media screen and (max-width: 992px) {
    .countries-outer {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 20px !important;
    }

    .countries-outer li a {
        width: 100% !important;
    }
}

@media (max-width: 496px) {
    .my-ads-account-title h2 {
        font-size: 20px !important;
    }

    .my-ads-account-title h2 span {
        font-size: 11px !important;
        line-height: 1.5 !important;
        margin-top: 10px !important;
        letter-spacing: 0;
    }
}

.marketplace-account-title h2 {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 300;
}

.marketplace-account-title h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    margin: auto;
    content: "";
    background-color: #f2bf33;
}

.web3-account-wrapper {
    width: 100% !important;
    min-height: 240px;
    height: auto;
    padding: 35px;
    margin: 30px 0 15px;
    background-color: #FFFFFF !important;
    border: 1px solid #FAFAFA;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.metamask-containter {
    padding: 35px 0;
}

.connect-metamask {
    display: block;
    width: 870px;
    margin: 0 auto;
    padding: 10px 0;
}

.metamask-img {
    display: inline-block;
    width: 29%;
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 5px;
}

.metamask-text {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding-left: 25px;
}

.metamask-text p {
    margin: 5px 0;
    letter-spacing: 1px;
}

.metamask-text p a:hover {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

img.connect-metamask-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #ffcf8b;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 2px;
    cursor: pointer;
}

img.connect-metamask-btn:hover {
    background-color: #f6b557;
}

p.note {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #545454;
}

.metamask-undetected {
    color: red;
    font-weight: lighter;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: none;
}

/* Buy sell section */
.buy-sell-section {
    padding: 35px;
    margin: 30px 0 0 !important;
    border: 1px solid #FAFAFA;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.buy-sell-section .row {
    padding: 1rem 0;
}

.sell-block,
.buy-block {
    padding: 2rem 2.5rem 1.5rem !important;
}

.sell-block {
    background-color: aliceblue;
}

.buy-block {
    background-color: azure;
}

.main-ttl {
    text-align: center;
    margin-bottom: 2.5rem;
}

.buy-sell-title {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.step {
    position: relative;
    min-height: 8em;
}

.buy-sell-section .title {
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #ffcf8b;
    font-weight: bold;
}

.caption {
    font-size: 1rem;
    color: #414141;
    letter-spacing: 1px;
}

.step+.step {
    margin-top: 2.5em
}

.step>div:first-child {
    position: static;
    height: 0;
}

.step>div:not(:first-child) {
    margin-left: 3rem;
    padding-left: 1em;
}

.step2 .circle {
    background-color: #cb80ed33;
    color: #cb80ed;
    box-shadow: 0 -2px 0 3px #cb80ed;
}

.step2 .title {
    color: #cb80ed;
}

.step3 .circle {
    background-color: #42bbc233;
    color: #42bbc2;
    box-shadow: 0 -2px 0 3px #42bbc2;
}

.step3 .title {
    color: #42bbc2;
}

.circle {
    background-color: #ffcf8b33;
    position: relative;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    border-radius: 100%;
    color: #ffcf8b;
    text-align: center;
    box-shadow: 0 -2px 0 3px #ffcf8b;
}

.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #414141;
}

.step:last-child .circle:after {
    display: none
}

.faq-link {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem 0;
    color: #007CFF;
}

#multi-step-form-container {
    padding: 1.5rem 4rem 3rem;
}
.seller{
    background-color: aliceblue;
}
.buyer{
    background-color: azure;
}
.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pl-0 {
    padding-left: 0;
}

.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #0079ff;
    background-color: #0079ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #2ebbba;
    background-color: #2ebbba;
}

.mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step {
    padding: 1rem 0;
}
.form-step .description{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.font-normal {
    margin: 0 0 1rem;
    font-weight: normal;
    letter-spacing: 1px;
}
.button.next{
    float: right;
}
.button.prev{
    float: left;
}
ul.form-stepper {
    counter-reset: section;
    /* margin-bottom: 3rem; */
}
.faq{
    margin: 2rem 0 1rem;
}
.faq-title{
    letter-spacing: 1px;
    text-decoration: underline;
}
.faq-list li{
    margin: 0.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
}
.btn-group{
    margin: 2rem 0;
    text-align: center;
}
.btn-group .btn-link{
    font-weight: bold;
    color: #007cff;
    background-color: transparent;
    border: 1px solid;
    margin: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn-group .btn-link:hover{
    background-color: #e7f3ff;
}
.btn-group a{
    color: #007cff;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}

ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 27%;
}

.form-stepper-horizontal li .text-muted {
    color: #505050;
}

.form-stepper-horizontal li:after {
    background-color: #070707;
}

/* .form-stepper-horizontal li.sell-stepper-completed:after {
    background-color: #4da3ff;
} */
.form-stepper-horizontal li:last-child {
    flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-stepper .sell-stepper-active .form-stepper-circle,
.form-stepper .buy-stepper-active .form-stepper-circle {
    background-color: #0079ff !important;
    color: #fff;
}

.form-stepper .sell-stepper-active .label,
.form-stepper .buy-stepper-active .label {
    color: #0079ff !important;
}

.form-stepper .sell-stepper-active .form-stepper-circle:hover,
.form-stepper .buy-stepper-active .form-stepper-circle:hover {
    background-color: #0079ff !important;
    color: #fff !important;
}

.form-stepper .sell-stepper-unfinished .form-stepper-circle,
.form-stepper .buy-stepper-unfinished .form-stepper-circle{
    background-color: #ffd600;
}

.form-stepper .sell-stepper-completed .form-stepper-circle,
.form-stepper .buy-stepper-completed .form-stepper-circle  {
    background-color: #ffd600 !important;
    color:#1a1919;
}

.form-stepper .sell-stepper-completed .label,
.form-stepper .buy-stepper-completed .label {
    color: #1a1919 !important;
}

.form-stepper .sell-stepper-completed .form-stepper-circle:hover,
.form-stepper .buy-stepper-completed .form-stepper-circle:hover {
    background-color: #ffd600 !important;
}

.form-stepper .sell-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .sell-stepper-completed span.text-muted {
    color: #1a1919 !important;
}

.form-stepper .label {
    display: block;
    font-size: 1rem;
    margin: 0.5rem;
    padding: 0;
}

.form-stepper a {
    cursor: default;
}

.metamask-image{
    display: inline;
    width: 30px;
    padding: 0 5px 5px;
}

.connected_alert{
    text-align: center;
    padding: 0.5rem;
    background-color: rgb(197 240 197);
    margin: 0 auto;
    width: 40%;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 5px;
}
@media screen and (max-width: 992px) {
    
    #multi-step-form-container {
        padding: 1rem 1rem 3rem;
    }

    .connected-wallet-address{
        display: block !important;
        margin-bottom: 1rem !important;
    }

    .metamask-containter {
        padding: 20px 0;
    }

    .connect-metamask {
        width: 100%;
    }

    .metamask-img {
        display: block;
        width: 50%;
        margin: 0 auto 5px;
    }

    .metamask-text {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .metamask-text p {
        letter-spacing: 0;
        text-align: center;
        font-size: 1rem !important;
    }

    p.note {
        margin: 0;
        letter-spacing: 0;
    }

    .metamask-undetected {
        text-align: center;
    }
}

@media (max-width: 770px) {
    .metamask-containter {
        width: 100% !important;
    }
    .connected_alert{
        width: 100% !important;
    }
}

@media (max-width: 496px) {
    .form-step .description{
        padding: 1rem !important;
    }
    .web3-account-wrapper{
        padding:1rem;
    }
    .metamask-containter {
        width: 100% !important;
    }
    .btn-group{
        text-align: left !important;
    }
    .marketplace-account-title h2 {
        font-size: 20px !important;
    }
}

.connected-metamask-container {
    width: 100% !important;
    padding: 10px;
    background-color: #FFFFFF !important;
    margin: 1.5rem auto;
    text-align: center;
    word-wrap: break-word;
}

.connected-metamask-wrap {
    width: auto;
    background-color: #FFFFFF !important;
    height: auto;
    text-align: center;
    padding: 5px;
}

.connected-wallet-address {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    margin: 0;
    padding: 1rem;
    border: 1px dashed #ebe6e6;
}

.disconnect-metamask-btn {
    background: #FFFFFF;
    color: #444444;
    border-color: #d0d0d0;
    margin-left: 10px;
}

.disconnect-metamask-btn:hover {
    background: #fafafa;
    color: #444444;
}

/*
* CSS customization for https://apteam.atlassian.net/browse/DEVADP-565
* 12-09-2022 
*/
@media (max-width: 431px) {
    .profile-header a.button {
        padding: 6px !important;
    }

    .profile-header .bb-profile-title {
        margin-right: 5px !important;
    }
}

/*
* CSS customization for https://apteam.atlassian.net/browse/DEVADP-563
* 12-09-2022 
*/
.container {
    width: auto !important;
}

.sticky-header .site-header>.bb-mobile-header-wrapper,
.sticky-header .site-header>.site-header-container {
    left: 0 !important;
}

@media (max-width: 500px) {
    .site-content {
        margin: 0 !important;
    }

    .site-content .col-sm-12,
    .site-content .col-xs-12 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .articles .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

/*
* CSS customization for https://apteam.atlassian.net/browse/DEVADP-568
* 12-09-2022 
*/
.user-nicename {
    word-break: break-all !important;
    padding: 7px !important;
}

@media (max-width: 595px) {

    #buddypress #header-cover-image.cover-small {
        height: 185px !important;
    }
}

.bp-personal-sub-tab {
    margin-top: 10px !important;
}

/* Subscription letter */
.subscription-block i {
    font-size: 25px;
    color: #ff6000 !important
}

.subscription-block span.text {
    font-size: 17px;
    font-weight: 900;
    margin-left: 10px;
    letter-spacing: -0.2px;
    font-family: "Quicksand", Sans-serif;
}

@media only screen and (max-width: 480px) {

    .subscription-block i {
        font-size: 18px;
    }

    .subscription-block span.text {
        font-size: 14px;
        margin-left: 5px;
        letter-spacing: 0;
    }
}

/* Subscribe Form */
.container.subscription {
    max-width: 1200px !important;
    margin: 1.5rem auto 1rem;
    padding: 0 15px !important;
}

.subscription .footer-form-blocks {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.subscription .footer-form-block {
    margin-right: 1rem;
}

.subscription .footer-form-block.name-field {
    width: 25rem;
}

.subscription .footer-form-block.email-field {
    width: 32rem;
}

.subscription .gh-form-field {
    white-space: normal;
}

.subscription .gh-form-wrapper label {
    display: none !important;
}

.subscription .gh-form-wrapper input {
    text-indent: 1rem;
    min-height: 55px;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 50px #cccccc9e;
    display: inline-block;
}

.subscription .gh-input {
    outline: none;
    width: 100%;
}

.subscription .gh-form-wrapper input:focus {
    box-shadow: 0 0 50px #cccccc9e;
}

.subscription .gh-submit-button {
    background: #ffce00 !important;
    font-weight: 900;
    min-height: 55px;
    border: 0;
    padding: 1rem 4.5rem;
    box-shadow: 0 0 50px #cccccc9e;
    color: #000;
}

.subscription .gh-submit-button:hover {
    color: #000;
    box-shadow: 0 0 50px #cccccc9e;
}

@media only screen and (max-width: 820px) {
    .subscription .gh-form-wrapper {
        margin-bottom: 1rem;
    }

    .subscription .footer-form-block {
        width: 100% !important;
        display: inline-block;
    }

    .subscription .footer-form-blocks {
        display: block !important;
    }

    .subscription .footer-form-block.name-field,
    .subscription .footer-form-block.email-field {
        margin-bottom: 1rem !important;
    }

    .subscription .gh-submit-button {
        width: 100%;
        margin-top: 0 !important;
    }

    .subscription .gh-form-field {
        margin: 2rem 0 0 !important;
    }

    .subscription .g-recaptcha {
        display: inline-block;
    }
}

/* Subscribe Waitlist Form */
.subscription-waitlist {
    width: 700px;
    border: 1px solid #eee;
    background-color: #eff6ff2e;
    padding: 3rem 4rem 1.5rem;
    margin: 1.5rem auto 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px #cccccc9e;
}

.subscription-waitlist .subscription-title{
    border-bottom: 1px solid #e7e9ec;
    padding-bottom: 20px;
    margin: 0;
}

.subscription-waitlist .gh-form-wrapper .form-fields{
    display: block !important;
}

.subscription-waitlist .footer-form-block{
    margin:2rem 0;
}

.subscription-waitlist .gh-form-wrapper label{
    font-weight: normal;
}

.subscription-waitlist .gh-button-wrapper{
    text-align: center;
}
.subscription-waitlist .gh-submit-button {
    min-height: 55px;
    border: 0;
    padding: 1rem 3rem;
    box-shadow: 0 0 50px #cccccc9e;
    color: #fff;
    font-size: 17px;
}

.subscription-waitlist .gh-submit-button:hover {
    background-color: #1e42dd;
    box-shadow: 0 0 50px #cccccc9e;
}

.subscription-waitlist .gh-form-wrapper .gh-input{
    height: 50px;
    margin-top: 10px;
}

.subscription-waitlist .g-recaptcha>div{
    margin: 0 auto;
}

.gh-form-edit-link{
    display: none;
}

@media only screen and (max-width: 700px) {
    .subscription-waitlist{
        width: 100%;
        margin: 0.5rem 0;
        padding: 2rem 2rem 0rem;
    }
    .subscription-waitlist .subscription-title{
        font-size: 15px;
        padding-bottom: 15px;
        line-height: 1.4;
    }
    .subscription-waitlist .footer-form-block{
        margin: 1rem 0;
    }
    .subscription-waitlist .gh-form-wrapper label{
        font-size: 15px;
    }
    .subscription-waitlist .gh-submit-button{
        min-height: auto;
        font-size: 15px;
        padding: 1rem 2rem;
        margin-top: 10px;
    }
}

/* 
* DEV-567
*/
.phone-form-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  /* Styling for the country dropdown */
  .otp-country-dropdown {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-right: 10px;
  }

  /* Styling for the phone number input field */
  .phone-input {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-right: 10px;
  }

  /* Styling for the send button */
  .otp-send-button {
    padding: 10px 20px;
    background-color: blue;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  /* Styling for the error message */
  .error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
  }

  /* DEVADP-638 */
  .custodial-wallet-wrapper {
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    /* border-bottom: 1px solid #d0d0d0; */
    margin-bottom: 15px;
    text-align: center;
}

.custodial-wallet-wrapper .copy-cw-address img {
	width: 22px;
    height: 27px !important;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px;
}

.custodial-wallet-wrapper .copy-cw-address img.copied {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0 !important;
}
  @media (max-width: 760px) {
    .phone-form-container,
    .otp-country-dropdown{
        display: block !important;
    }
    .otp-country-dropdown,.phone-input{
        margin-bottom: 1rem;
    }
}

#update_phone_link{
    color: #007CFF;
}
#update_phone_link:hover{
    color: #337ab7;
}

.bb-grid>:not(.no-gutter){
    padding: 0;
}

/* Image carousel */
.image-carousel h2{
    text-align: center;
}
.image-carousel amp-img img{
    display: block;
    width: 220px !important;
    min-width: auto !important;
}
.image-carousel .i-amphtml-base-carousel-arrows{
    bottom: 1rem;
}
.image-carousel .i-amphtml-base-carousel-arrow-next-slot button:hover, 
.image-carousel .i-amphtml-base-carousel-arrow-prev-slot button:hover{
    box-shadow: none !important;
}
.i-amphtml-base-carousel-arrow-background{
    background-color: #fff;
}
.i-amphtml-base-carousel-arrow-icon{
    width: 40px;
    height: 40px;
}
.i-amphtml-base-carousel-arrow{
    stroke: #000;
}
.i-amphtml-base-carousel-arrow-frosting{
    border:1px solid #eee;
}
@media only screen and (min-width: 320px) and (max-width: 1078px){
    .image-carousel amp-img img{
        width: 155px !important;
    }
}


/*
* DEVADP-846
*/
.create-bot-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.create-a-bot-btn {
    color: #FFFFFF;
}

/* Style the input fields */
.create-bot-popup input[type="text"],
.create-bot-popup textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.create-bot-popup .create-bot-submit-wrapper {
    background-color: #ffffff;
    text-align: center;
}

.create-bot-popup span.required-text {
    color: red !important;
    font-size: 14px;
}

/* Style the submit button */
.create-bot-popup input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* Style the form labels */
.create-bot-popup label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Style the form heading */
.create-bot-popup h2 {
    margin-top: 0;
}

/* Style the close button */
.create-bot-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.create-bot-popup .message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    z-index: 9999;
}

.create-bot-popup .message.success {
    background-color: green;
    font-size: 19px;
}

.create-bot-popup .message.error {
    background-color: red;
    font-size: 19px;
}
/* Edit AI Chatbot */
.profile-edit.ai-chatbot .wp-editor-tools,
.profile-edit.ai-chatbot .mce-statusbar{
     display: none !important;
 }
.bp-single-message-wrap > .bp-single-message-content > .bp-message-content-wrap a.name-highlighted {
    color: blue !important;
}
.profile-edit.ai-chatbot .upload-bot-img{
    position: relative;
    padding: 1rem;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    background-color: #fff;
}
.profile-edit.ai-chatbot .upload-bot-img{
    text-align: center;
    padding: 1rem 2rem 2rem;
}
.profile-edit.ai-chatbot .upload-bot-img #bot_img,
.profile-edit.ai-chatbot .upload-bot-img .old-img{
    display: block;
    width: 130px;
    height: 130px;
    margin: 1rem auto;
    border-radius: 50%;
    box-shadow: -1px 2px 11px #eee;
}
.profile-edit.ai-chatbot .upload-bot-img input[type="file"]{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    width: 366px;
    height: 35px;
    margin: auto;
    opacity: 0;
    cursor: pointer;
}
.profile-edit.ai-chatbot .upload-bot-img .upload-demo-wrap {
    width: 400px;
    height: 250px;
    margin: 0 auto 5rem;
}
.profile-edit.ai-chatbot .upload-bot-img .upload-demo-wrap .cr-viewport{
    width: 200px !important;
    height: 200px !important;
}
.profile-edit.ai-chatbot .upload-bot-img input.update-img{
    width: 165px !important;
    right: 140px;
}
.upload-bot-img .file-label{
    padding: 5px 0;
    font-size: 15px !important;
    text-align: center;
    background-color: #ffce00!important;
    border-radius: 3px;
    cursor: pointer;
}
#buddypress #profile-edit-form label:not(.bp-screen-reader-text).update-label{
    display: inline-block ;
    width: 165px !important;
}
.profile-edit.ai-chatbot .upload-bot-img .file-label{
    width: 50% !important;
    margin: 0 auto !important;
    padding: 10px 0;
}
.profile-edit.ai-chatbot .upload-bot-img a.upload-result{
    display: inline-block;
    padding: 5px 30px;
    font-size: 15px !important;
    background-color: #ffce00;
    color: #2b2b2b;
    border-radius: 3px;
    cursor: pointer;
}
.profile-edit.ai-chatbot a.delete-icon{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: normal;
    border: none;
    padding: 0 40px;
    background-color: #d9d9d9;
    margin: 0 10px;
}
.profile-edit.ai-chatbot a.delete-icon::before{
    display: none;
}
.profile-edit.ai-chatbot .field_type_image .field-visibility-settings-toggle{
    display: none;
}
.profile-edit.ai-chatbot .upload-bot-img input.after-delete-img{
    left: 140px;
}
@media (max-width: 400px) {
    .upload-bot-img input{
        width: 90% !important;
    }
    .profile-edit.ai-chatbot .upload-bot-img input[type='file']{
        width: 55% !important;
    }
    .profile-edit.ai-chatbot .upload-bot-img input.update-img{
        bottom: 0;
        left: 0;
        top: 95px;
        right: 0;
    }
    .profile-edit.ai-chatbot .upload-bot-img input.after-delete-img{
        top: 148px !important;
    }
    .register-section .field_23 #bot_img{
        width: 100px;
        height: 100px;
    }
    .profile-edit.ai-chatbot a.delete-icon{
        margin-top: 10px;
    }
    .profile-edit.ai-chatbot .upload-bot-img .upload-demo-wrap,
    .profile-edit.ai-chatbot .croppie-container .cr-boundary{
        width: 100% !important;
    }
}
@media (max-width: 830px) and (min-width: 430px){
    .profile-edit.ai-chatbot .upload-bot-img input.update-img{
        bottom: 32px;
    }
}


.chat-box {
  background-color: #f2f2f2;
  width: 400px;
  height: 600px;
  padding: 20px;
  overflow-y: scroll;
}

.message {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  width: fit-content;
}

.bot-message {
  background-color: #d4e157;
  color: #000;
  align-self: flex-start;
}

.buyer-message {
  background-color: #2196f3;
  color: #fff;
  align-self: flex-end;
  margin-left: auto;
}

.bp-widget.ai-chatbot table.profile-fields tr td.data img{
    width: 135px;
}
.member-header-actions>.generic-button.social-button{
    margin-left: 0;
    background-color: #fff;
}
.member-header-actions>.generic-button.social-button .share-link {
    width: 38px;
    min-height: 38px !important;
    line-height: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    margin-left: 3px;
    background-color: #fff !important;
    border-color: #e4e4e4 !important;
}
.member-header-actions>.generic-button.social-button>* i{
    margin-top: 3px;
}
.member-header-actions>.generic-button.social-button>* i:before,
.member-header-actions>.generic-button a.copy-button i:before{
    font-size: 30px !important;
}
.member-header-actions>.generic-button.social-button a#share-fb i{
    color: #3b5998;
}
.member-header-actions>.generic-button.social-button a#share-twt i{
    color: #00b8ff;
}
.member-header-actions>.generic-button.social-button a#share-li i{
    color: #0e7698;
}
.member-header-actions>.generic-button.social-button a:hover{
    opacity: 0.8;
}
.member-header-actions>.generic-button.social-button .share-link i:before,
.member-header-actions>.generic-button a.copy-button i:before{
    font-weight: 300;
    margin-right: 0 !important;
}
#buddypress .member-header-actions>.generic-button.item-copy a.copy-button {
    width: 38px;
    min-height: 38px;
    line-height: 38px;
    height: 38px;
    padding: 0;
    border-color: #e4e4e4;
    background-color: #fff;
}
.member-header-actions>.generic-button a.copy-button i{
    color: #969696;
    margin-top: 3px;
} 
.member-header-actions .item-copy{
    margin-right: 1px !important;
    margin-left: 10px !important;
}
.member-header-actions .item-copy .tooltip {
    position: relative;
    display: inline-block;
}
.member-header-actions .item-copy .tooltip .tooltiptext.copied{
    display: none
}
.member-header-actions .item-copy .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #122b46;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 90%;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.3s !important;
}
.member-header-actions .item-copy .tooltip:hover .tooltiptext {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    visibility: visible;
    opacity: 1;
}
/* Dashboard */

.blog-content h1.blog-title{
    margin-bottom: 20px;
}
.blog-content .context{
    margin: 20px 0;
}

/* BB profile myads */
.bb-profile-grid.myads{
    background: var(--bb-content-background-color);
    border: 1px solid #e7e9ec;
    border-radius: var(--bb-block-radius);
    margin-bottom: 30px;
    padding: 0 30px;
}
.bb-profile-grid.myads h2{
    font-size: 18px;
    line-height: 1.8;
    padding: 20px 0;
    border-bottom: 1px solid var(--bb-content-border-color);
    margin-bottom: 20px;
}
.bb-profile-grid.myads .users_ads{
    width: 70%;
}
.bb-profile-grid.myads .users_ads .ant-card:hover{
    box-shadow: 0 0 4px 1px #eeeeee;
}
.bb-profile-grid.myads .users_ads .ant-card{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s,border-color 0.2s;
    border: 1px solid #e7e9ec;
}
.bb-profile-grid.myads .users_ads .ant-card:nth-of-type(even){
    background-color: #fff;
}
.bb-profile-grid.myads .users_ads .ant-card-body{
    display: table;
    width: 100%;
    margin-top: 2.5rem;
    padding-top: 20px;
    border-top: 1px solid #cecece75;
}
.bb-profile-grid.myads .users_ads .ant-img{
    display: table-cell;
    width: 15%;
    padding: 15px 10px 0;
}
.bb-profile-grid.myads .users_ads .ant-content{
    display: table-cell;
    width: 85%;
    vertical-align: top
}
.bb-profile-grid.myads .users_ads .ant-card .date-info,
.bb-profile-grid.myads .users_ads .ant-card .location-name{
    color: #777;
    font-size: 0.9rem;
}
.bb-profile-grid.myads .users_ads .ant-card-body .title{
    padding: 0 0 5px;
    margin: 0 0 15px;
}
.bb-profile-grid.myads .users_ads .ant-card-body .title-info{
    display: inline-block;
    font-weight: 600;
    margin: 0 !important;
    padding: 0;
    border: 0;
}
.bb-profile-grid.myads .users_ads .ant-card-body .ant-tag{
    float: right;
    border-radius: 3px;
    padding: 3px 20px;
    color: #ffffff;
    background: #ff9700;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 5px;
}
.bb-profile-grid.myads .users_ads .ant-card-body .ant-tag.premium-ad{
    background: #ff0000;
}
.bb-profile-grid.myads .users_ads .ant-card-body h5{   
    color: #777;
    font-size: .9rem;
    font-weight: normal;
    margin-bottom: 15px;
}
.bb-profile-grid.myads .users_ads .ant-card-footer h5.price{
    display: inline-block;
    font-weight: 500;
    color: #008000;
    font-size: 1.1em;
    margin: 0 !important;
    line-height: 33px;
    padding-left: 5px;
}
.bb-profile-grid.myads .users_ads .ant-card-body h5 span{
    font-weight:600;
    color: #777;
}
.bb-profile-grid.myads .users_ads .ant-card-footer{
    display: block;
    border-top: 1px solid #cecece75;
    padding: 20px 0 0;
    margin-top: 15px;
}
.bb-profile-grid.myads .users_ads .ant-card-footer a{
    float: right;
    padding: 5px 25px;
    font-size: 1rem;
    border-radius: 3px;
    background: #0279ff;
    color: #ffffff;
}
.bb-profile-grid.myads .users_ads .ant-card-footer a:hover{
    background-color: #1e42dd;
    border-color: #1e42dd;
}
.bb-profile-grid.myads .pagination{
    float: right;
    margin-top: 0;
}
@media (max-width: 830px) and (min-width: 320px){
    .bb-profile-grid.myads .users_ads{
        width: 100%;
    }
    .bb-profile-grid.myads .users_ads .ant-img{
        display: block;
        width: 100%;
        padding: 0;
    }
    .bb-profile-grid.myads .users_ads .ant-content{
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .bb-profile-grid.myads .users_ads .ant-card-body .ant-tag{
        float: none;
    }
}
#bp-message-content .medium-editor-element:not(.emojionearea) {
    max-height: 350px;
}
.messages-wrapper{
    margin-bottom: 30px;
}
@media (max-width: 915px) {
    body.compose .messages-wrapper,
    .bp-compose-message #send_message_form,
    .bp-no-messages .bp-messages-user-threads,
    body.compose #bp-message-content .medium-editor-element:not(.emojionearea){
        max-height: fit-content;
        min-height: auto;
        height: auto;
    }
    .bp-compose-message #send_message_form #bp-message-content{
        margin-top: 18px;
    }
    .messages-wrapper{
        min-height: auto !important;
    }
    .bp-messages-content-wrapper{
        min-height: auto !important;
        height: auto !important;
    }
    .bp-messages-content-wrapper.focus-in--scroll{
        height: 80vh !important;
    }
} 