/* sell form header and form*/
#MessageSection3 {
    scroll-margin-top: var(--header-height);
    width: 100%;
    max-width: 872px;
}

.cms_MessagingSection.cms_MessagingSection_13 {
    background: var(--color-black) url("https://www.bobswatches.com/images/managed/sell-rolex-watch-background-12122023.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(94.5vh - var(--header-height));
}

/*.cms_MessagingSection.cms_MessagingSection_13:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6) linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 70%);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}*/

.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container {
    background-color: var(--color-white);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    max-width: var(--page-width);
    display: inline-block;
    width: auto;
    padding: 56px;
    margin-right: auto;
    margin-left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

@media screen and (max-width: 767px) {
    .cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        padding-top: 0;
    }

    .cms_MessagingSection.cms_MessagingSection_13 {
        background-image: none;
        background-color: var(--color-white);
    }

    .cms_MessagingSection.cms_MessagingSection_13::before {
        display: none;
    }
}

.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container.show {
    visibility: visible;
    opacity: 1;
}

.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description1 h1 {
    color: var(--color-black);
}

.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description1,
.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description2,
div.cms_MessagingSection #MessageSection_MessageForm3 {
    max-width: 1032px;
    width: 100%;
}

.cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description1 p {
    color: var(--color-black);
}

div.cms_MessagingSection #MessageSection_MessageForm3 {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
    width: auto;
}

div.cms_MessagingSection #MessageSection_MessageForm3 tbody {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1rem), 1fr));
}

div.cms_MessagingSection #MessageSection_MessageForm3 tr,
body .MessageSection_MessageForm input[type="submit"] {
    display: none;
}

div.cms_MessagingSection #MessageSection_MessageForm3 tr.show {
    display: block;
}

div.cms_MessagingSection #MessageSection_MessageForm3 tr.show:last-of-type {
    grid-column: 1 / -1;
}

body .MessageSection_MessageForm td.MessageSection_InputColumn {
    padding-bottom: 1rem;
    display: block;
}

body #MessageSection_MessageForm3 .inputText,
body #MessageSection_MessageForm3 .inputSelect {
    width: 100%;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    min-width: 320px;
    float: none;
    height: 58px;
}

/*body .MessageSection_MessageForm .inputSelect {
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E%0A");
    background-size: 10px;
}*/

body .MessageSection_MessageForm .inputSelect option {
    color: var(--color-black);
}

body #MessageSection_MessageForm3 .inputTextarea {
    height: 100px;
}

.form-floating > .form-select:not(:focus) ~ label {

}

@media screen and (max-width: 767px) {
    div.cms_MessagingSection #MessageSection_MessageForm3 tbody {
        display: table-row-group;
    }

    div.cms_MessagingSection #MessageSection_MessageForm3 tr.show,
    div.cms_MessagingSection #MessageSection_MessageForm3 tr.show:last-of-type,
    div.cms_MessagingSection #MessageSection_MessageForm3 tr.show:nth-child(odd) {
        display: table-row;
        width: 100%;
    }

    body .MessageSection_MessageForm td.MessageSection_InputColumn {
        display: table-cell;
    }

    body #MessageSection_MessageForm3 .inputText,
    body #MessageSection_MessageForm3 .inputSelect {
        min-width: auto;
    }
}

div.cms_MessagingSection #MessageSection_MessageForm3 td.MessageSection_LabelColumn {
    display: none;
}

div.cms_MessagingSection #MessageSection_MessageForm3 label {
    font-size: 16px;
    line-height: 14px;
    color: var(--color-gray-light);
}

@media screen and (max-width: 375px) {
    body div.cms_region .form-floating > .form-control ~ label {
        line-height: 14px;
    }
}

div.cms_MessagingSection #MessageSection_MessageForm3 .form-switch {
    padding-left: 3rem;
}

div.cms_MessagingSection #MessageSection_MessageForm3 .form-switch label {
    color: var(--color-gray-light);
    padding-left: 1rem;
}

.checkBoxWrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.checkBoxWrapper > span {
    padding-bottom: 0.75rem;
    display: block;
}

.checkBoxWrapper br {
    display: none;
}

.form-switch .form-check-input {
    transform: scale(1.5);
    margin-top: 0.55rem;
}

div.cms_MessagingSection #MessageSection_MessageForm3 .form-floating > .form-control:focus ~ label,
div.cms_MessagingSection #MessageSection_MessageForm3 .form-floating > .form-control:not(:placeholder-shown) ~ label {
    background-color: transparent;
}

div.cms_MessagingSection #MessageSection_MessageForm3 label.fileHide {
    width: 100%;
    line-height: 0;
    background-color: transparent;
}

div.cms_MessagingSection #MessageSection_MessageForm3 label.invalidFormInput {
    color: var(--bs-red);
    text-align: right;
    display: none !important;
}

div.cms_MessagingSection #MessageSection_MessageForm3 .invalidFormInput {
    background-color: transparent;
    border: none;
}

.btn-blue {
    font-size: 24px;
}

body .MessageSection_MessageForm label.invalidFormInput {
    right: 0;
    left: auto;
}

body .MessageSection_MessageForm .formFieldRequiredMarker {
    display: none;
}

/* upload photo */
.fileHide div.label {
    font-size: 16px;
    color: var(--color-white);
}

.uploadButton {
    color: var(--color-black);
    font-family: proxima_nova_rgregular, sans-serif;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

/* sell form forgot image popup */
#sellFormImageUploadWrapper {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

#sellFormImageUploadWrapper.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sellFormImageUploadWrapper.mobile {
    padding: 1em;
    box-sizing: border-box;
}

#sellFormImageUpload {
    width: auto;
    display: inline-block;
    background: #f5f5f5;
    padding: 3.5rem 3rem 1.5rem;
    position: fixed;
    max-width: 330px;
    border-radius: 3px;
}

#sellFormImageUploadWrapper.mobile #sellFormImageUpload {
    position: fixed;
    left: 0;
    right: 0;
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    top: 0;
    max-width: 95%;
}

#sellFormImageUpload .photoX {
    position: absolute;
    right: 0.5rem;
    top: 0.15rem;
    color: #999;
    font-size: 22px;
    cursor: pointer;
}

#sellFormImageUploadWrapper.mobile .photoX {
    right: 0.5rem;
    top: 0.15rem;
}

#sellFormImageUpload strong {
    display: block;
    font-weight: normal;
}

#sellFormImageUpload strong.t1 {
    font-size: 22px;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

#sellFormImageUpload strong.t2 {
    font-size: 16px;
    padding-bottom: 0.15rem;
}

#sellFormImageUpload .photoBox {
    padding: 0.25rem 1rem 2rem 1rem;
}

#sellFormImageUpload .photoBox img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#sellFormImageUpload .photoBox input {
    margin-top: .25em;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: .75em 1em;
    border-radius: 5px;
    border: 1px solid #f2822e;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    background: rgb(252, 207, 49); /* Old browsers */
    background: linear-gradient(to bottom, rgba(252, 207, 49, 1) 0%, rgba(248, 158, 33, 1) 2%, rgba(250, 103, 22, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 1em;
}

#sellFormImageUpload .photoBox input:hover {
    background: linear-gradient(to top, rgba(252, 207, 49, 1) 0%, rgba(248, 158, 33, 1) 2%, rgba(250, 103, 22, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#sellFormImageUpload .photoCancel {
    display: inline-block;
    cursor: pointer;
    font-size: 125%;
    padding: 0.5rem;
}

.MessageSection_MessageForm .MessageForm_Buttons {
    text-align: left;
}

p.privacy {
    font-size: 12px;
    line-height: 14px;
    color: var(--color-gray-light);
}

.intercom-container {
    display: none;
}

/* featured on */
.featured-on {
    background-color: var(--color-gray-lightest);
    color: var(--color-gray-dark);
}

.featured-on h2 {
    font-style: normal;
}

.form-floating .show-placeholder::placeholder { 
    opacity: 1;  
    transition: opacity 0.2s ease-in-out; 
}    
.form-floating .show-placeholder::placeholder { 
    color: #bbb; 
    font-size: 14px; 
}

.form-floating .show-placeholder:focus::placeholder {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    .cms_MessagingSection.cms_MessagingSection_13 {
        min-height: auto;
    }
}

@media screen and (max-width: 820px) {
    .cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description1,
    .cms_MessagingSection.cms_MessagingSection_13 .MessageSection_Container .Message_Description2,
    div.cms_MessagingSection #MessageSection_MessageForm3 {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cms_MessagingSection.cms_MessagingSection_13 {
        background-size: 250%;
        background-position: -115vw top;
    }

    .cms_MessagingSection.cms_MessagingSection_13:before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 60%);
    }

    .wePayMore {
        font-size: 16px;
    }

    .MessageSection_MessageForm .MessageForm_Buttons .inputSubmit {
        width: 100%;
    }
}
