@font-face {
    font-family: "user-interface-icons";
    src: url('/for-sale/fonts/user-interface-icons.eot');
    src: url('/for-sale/fonts/user-interface-icons.eot?#iefix') format("embedded-opentype"),
    url('/for-sale/fonts/user-interface-icons.woff') format("woff"),
    url('/for-sale/fonts/user-interface-icons.ttf') format("truetype"),
    url('/for-sale/fonts/user-interface-icons.svg#user-interface-icons') format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('/for-sale/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('/for-sale/fonts/BebasNeueBold.woff') format('woff'), url('/for-sale/fonts/BebasNeueBold.ttf')  format('truetype'), url('/for-sale/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'Impact';
   src: url('//d2q2bkkwoz3pe2.cloudfront.net/fonts/impact.ttf') format("truetype");
   font-weight: Regular;
   font-style: normal;
}
body {
    background:#222;
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: white;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {font-family: 'Fjalla One', sans-serif;text-transform:uppercase;}
h4 {font-size:30px;}
.pos {position:relative;}
.red {color:#f17030;}
.non-interactive{pointer-events: none;}
.fit-width {
  width: 100%;
}
#loader {position:fixed; top: 0; bottom: 0; left: 0; right: 0;z-index:999999;}
#loader .wrapper {position:absolute; top: 0; bottom: 0; left: 0; right: 0;display:flex;align-items:center;justify-content:center;}
#loader .loading {font-size:32px;}
#upgrade-btn {background:unset;border:unset;outline:unset !important;}
#close-upgrade-btn {border:unset; position: absolute;top: 20px;right: 20px;background: unset;font-size:32px;width:36px;height:36px;align-items: center;justify-content: center;display: flex;outline:unset !important;}
#close-upgrade-btn:hover {color: #888;}


.cta-btn {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 15%);
    border-radius: 5px;
    -webkit-appearance: none;
    outline: unset;
    border: unset;
    padding: 10px 42px;
    gap: 10px;
    color: white;
    cursor: pointer;

    text-transform: uppercase;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
}

.cta-btn.secondary {
    background: #BEBEBE;
}
.cta-btn.primary {
    background: #f17030;
}

.cta-btn.loading {pointer-events: none;}
.cta-btn.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: #BEBEBE;
}
.cta-btn.primary.loading:before {
    background: #f17030;
}
.cta-btn.loading:after {
    content: "\f110";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    line-height: 1;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.form-group {
    width: 100%;
}

.form-group input {
    height: 40px;
}

.form-group input.is-invalid, .form-group select.is-invalid {border-color:#e72f2a;}
.form-group.phone-wrapper .iti { width: 100%; }
body > div {
    transition: all 300ms ease;
}

.ultra-wrap {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//restomods.com/wp-content/uploads/2022/07/rm19-web-ready_0004_Challenger-Sizzle-3star-10.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
}
.p0 {padding:0;}
.header-wrapper {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:10;
}

.login-box form {
    height: 100vh;
    width: 500px;
    max-width: calc(100vw - 32px);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(22.5px);
    padding: 64px;
}

.login-box form .logo {
    margin-bottom: 8px;
}

.login-box form .form-group:first-of-type {
    margin-top: 20px;
}

.login-box form a.reset-password {
    color: white;
    text-decoration: underline;
    text-align: center;
}

.login-box form .blank {
    min-height: 64px;
    padding: 16px;
}

.login-box form .buttons {
    display: flex;
    flex-direction: column;
}

.login-box form .buttons .cta-btn.primary {
    margin-top: 24px;

}

.login-box form .buttons .cta-btn:hover, .login-box form .buttons .cta-btn:focus {
    color: white;
    text-decoration: unset;
    opacity: 0.7;
}

.login-box form .buttons .cta-btn {
    width: 184px;
}

.signup-choose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    padding: 16px 0px;
}

.signup-choose-box a.close {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 12px;
    color: white;
    opacity: 1;
    text-decoration: underline;
}

.signup-choose-box a.close:hover, .signup-choose-box a.close:focus {
    opacity: 0.7;
}

.signup-options {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.signup-option {
    max-width: 380px;
    background: white;
    display: flex;
    flex-direction: column;
}

.signup-option .header {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #BEBEBE;
}

.signup-option .photo {
    width: 100%;
    position: relative;
}

.signup-option .photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.signup-option .photo .overlay {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8B8888;
}

.signup-option .description {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: black;
    text-align: center;
}

.signup-option .title {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #8B8888;
}

.signup-option .cta-btn {
    background: #BEBEBE;
    margin: auto;
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.signup-option .cta-btn span:not(.small) {
    text-decoration: underline;
}

.signup-option .cta-btn:hover, .signup-option .cta-btn:focus {
    color: white;
    opacity: 0.7;
    text-decoration: none;
}

.signup-option.paid .header {
    background: #f17030;
}

.signup-option.paid .photo .overlay {
    background: #f17030;
}

.signup-option.paid .title {
    color: #f17030;
}

.signup-option.paid .cta-btn {
    background: #f17030;
}

.signup-box {
    margin: auto;
}

.signup-box a.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-box form {
    width: 640px;
    margin: auto;
    display: flex;
    overflow: hidden;
    position: relative;
}

.signup-box .page {
    border-radius: 8px;
    width: 100%;
    min-width: 100%;
    min-height: 720px;
    background: white;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

.signup-box .page .header {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.signup-box .page .page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.signup-box .page .actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-box .page .form-group, .signup-box .page .form-groups {
    width: 350px;
}

.signup-box .page .form-groups {
    display: flex;
}

.signup-box .page .form-groups .right {
    margin-left: 16px;
}

.signup-box .page .actions .cta-btn {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    min-width: 222px;
    padding: 10px;
}

.signup-box .page .actions .cta-btn:hover, .signup-box .page .actions .cta-btn:focus {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

.signup-box .page .actions .cta-btn:last-child {
    margin-left: 16px;
}

.signup-box .page .file-upload {
    width: 450px;
}

.signup-box .page .file-upload .label {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: black;
    padding: unset;
    width: 100%;
}

.signup-box .page .file-upload .label .desc {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.signup-box .page .file-upload .hiddenFileInput {
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: center center no-repeat;
    background-size: 75% 75%;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-box .page .file-upload .hiddenFileInput input {
    height: 100%;
    min-width: 100%;
    width: 100;
    opacity: 0;
    cursor: pointer;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.signup-box .page .file-upload .hiddenFileInput img {
    pointer-events: none;
    margin: auto;
    max-height: 80px;
}

.signup-box .page .file-upload:last-child {
    margin-top: 28px;
}

.signup-box .page .warning {
    color: #f17030;
}

@media (max-width: 991px) {
	header {height: 80px;}
	header .burger {top: 15px;}
}

@media (max-width: 767px) {
	.h-logo {padding-right:20%;}

    .ultra-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-box form {
        border-radius: 12px;
        height: unset;
        padding: 64px 16px;
        max-width: calc(min(100vw - 32px, 380px));
    }

    .login-box form > * {
        max-width: calc(min(270px, 100%));
    }

    .signup-options {
        flex-direction: column;
    }
    .signup-option.free {
        order: 1;
    }
    .signup-option {
        position: relative;
        border-radius: 8px;
        margin: 8px;
        overflow: hidden;
    }
    .signup-option > * {
        z-index: 1;
    }

    .signup-option .photo {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .signup-option .photo img {
        width: 100%;
        height: 100%;
        filter: blur(4px);
    }

    .signup-option .description, .signup-option .title, .signup-option.paid .title {
        color: white;
    }

    .signup-option .description {
        margin-top: 24px;
    }

    .signup-box form {
        width: calc(100vw - 32px);
        max-width: 400px;
    }

    .signup-box .page {
        padding: 50px 32px;
        min-height: calc(100vh - 32px);
    }
    .signup-box .page .form-group, .signup-box .page .form-groups {
        width: 100%;
    }

    .signup-box .page .actions {
        flex-direction: column;
    }

    .signup-box .page .actions .cta-btn:last-child {
        margin-left: unset;
        margin-top: 16px;
    }

    .signup-box .page .file-upload {
        width: 100%;
    }
}
