body:not(.ac-fullpage) .leftNavContainer{
    display: none;
}
body:not(.ac-fullpage) .ac-artsyapi-footer-menu {
    display: none!important;
}
.bx-media-phone body:not(.ac-fullpage) {
    padding-bottom: 0px!important;
}


.ac-collections-form-title {
    display: none;
}
.ac-collections-background-bottom {
    display: none;
}

.ac-signup-top-img {
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}
.bx-media-phone .ac-signup-top-img {
    display: none;
}
.ac-signup-logo {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    right: 10px;
    top: 10px;
}
.ac-signup-logo img {
    width: 30px;
}
.bx-media-phone .ac-signup-logo {
    left: 0px;
    justify-content: center;
}

.ac-signup-flow-wrapper {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ac-signup-flow-wrapper > div {
    max-width: 1200px;
}
.bx-media-phone .ac-signup-flow-wrapper {
    align-items: flex-start;
}
.ac-signup-flow-wrapper .cont {
    padding-top: 60px;
}
.bx-media-phone .ac-signup-flow-wrapper .cont {
    padding: 60px 40px 0px;
    box-sizing: border-box;
    max-width: 100vw;
}
.ac-signup-flow-wrapper .step1 {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.ac-signup-flow-wrapper .step1 > div {
    width: 50%;
    text-align: center;
}
.bx-media-phone .ac-signup-flow-wrapper {
    margin-top: 0px;
}
.bx-media-phone .ac-signup-flow-wrapper .step1 {
    flex-direction: column;
}
.bx-media-phone .ac-signup-flow-wrapper .step1 > div {
    width: 100%;
}
.ac-signup-flow-wrapper .bottom-buttons {
    margin-top: 150px;
    text-align: right;
}
.ac-signup-flow-wrapper .bottom-buttons .bx-btn {
    float: none;
    display: inline-block;
}

.ac-signup-flow-wrapper .step2 .bottom-buttons {
    display: flex;
    justify-content: space-between;
}
.ac-signup-flow-wrapper .step2 .bottom-buttons > * {
    min-width: 150px;
    text-align: center;
}
.bx-media-phone .ac-signup-flow-wrapper .step2 .bottom-buttons > * {
    min-width: unset;
    width: 45%;
}

.bx-btn-secondary {
    background: white;
    border: 1px solid #101726;
    color: #101726;
}
.bx-btn-secondary:hover {
    border: 1px solid #101726;
}

.ac-signup-buttons .bx-btn{
    float: none;
    margin: 0px;
    text-transform: none!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 44px;
    width: 200px;
}
.ac-signup-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.ac-collections-extra-info {
    display: none;
}
.purchaseInfoBlock {
    width: unset!important;
}
#ac_collections .bx-form-value .bx-form-input-autotoken {
    width: 100%!important;
}

.bx-media-phone .bx-form-input-wrapper-select {
    width: unset;
}
.bx-media-phone .ac-collections-custom-privacy-field > div {
    width: 33%;
    box-sizing: border-box;
}
.bx-media-phone .ac-collections-custom-privacy-field > div {
    display: inline-block!important;
    text-align: center!important;
    margin-bottom: 0px!important;
}
.bx-media-phone .bx-form-input-wrapper-select {
    background-color: #F4F5F6!important;
}

.ac-collections-submit {
    width: 100%;
    box-sizing: border-box;
}
.bottom-buttons-wrapper {
    /*margin: 0px 95px;*/
}
.bx-media-phone .bottom-buttons-wrapper {
    margin: 0px 35px;
}
.bottom-buttons-wrapper .bx-btn {
    text-transform: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 42px;
}
.bottom-buttons-wrapper .bx-btn-secondary {
    height: 42px;
    line-height: 40px;
}
.ac-collections-custom-privacy-field > div.ac-collections-privacy-selected {
    background-color: #111827!important;
    border-color: #111827!important;
    color: white!important;
}


#ac_collections .bx-form-input-autotoken {
    border: none!important;
}
#ac_collections input[type=text],
#ac_collections input[type=datepicker],
#ac_collections select {
    border: 2px solid #111827!important;
    border-radius: 6px!important;
}
#ac_collections input:focus,
#ac_collections select:focus {
    border-color: #2D5BFF!important;
}
#ac_collections .bx-form-input-wrapper {
    border: none!important;
}


.checkbox-wrapper {
    border: 2px solid #111827;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 0px;
}
.checkbox-wrapper.select-all {
    border-color: transparent;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
}
.checkbox-wrapper.select-all .custom-checkbox+label {
    justify-content: flex-end;
    gap: 10px;
}
.custom-checkbox+label > div {
    text-align: center;
    flex-grow: 1;
}
.custom-checkbox+label::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::after {
    border-color: #b3d7ff;
}
.custom-checkbox:checked+label::after {
    border-color: #2D5BFF;
    background-color: #2D5BFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#artworks_num.ui-widget-content,
#collection_value.ui-widget-content,
#yearly_spend.ui-widget-content {
    background: #e5e7eb!important;
    border-color: #e5e7eb!important;
}
.ui-slider-handle {
    border-radius: 18px!important;
    width: 22px!important;
    height: 22px!important;
    top: -7px!important;
    background: black!important;
    border-color: black!important;
}
.ui-bg {
    background: #111827;
    width: 0%;
    height: 100%;
}
.ui-labels {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}
.ui-labels > label {
    position: absolute;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    top: 0px;
    cursor: pointer;
}
.ui-labels > label.active {
    color: #1543E7;
}
.ui-labels > label:nth-child(1) {
    left: 0px;
    text-align: left;
    margin-left: 0px;
    width: unset;
}
.ui-labels > label:nth-child(2) {
    left: 33.3%;
}
.ui-labels > label:nth-child(3) {
    left: 66.6%;
}
.ui-labels > label:nth-child(4) {
    right: 0px;
    text-align: right;
    margin-left: 0px;
    width: unset;
}
.ac-signup-substep {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}
.ac-signup-substep-header {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.ac-collections-custom-privacy-field > div[option="5"],
.bx-media-phone .ac-collections-custom-privacy-field > div[option="5"],
.ac-collections-custom-privacy-field > div[option="6"],
.bx-media-phone .ac-collections-custom-privacy-field > div[option="6"]{
    display: none!important;
}
.bx-media-phone .ac-collections-custom-privacy-field > div {
    max-width: unset!important;
    width: 49.8%;
}
#interest_artists_values {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#interest_artists_values b {
    background: #f5f6ff;
    display: inline-block;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 20px;
    color: #1543E7;
}