html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.hidden {
    display: none;
}

.gallery-item {
    min-height: 310px !important;
}

.for-sale {
    background-color: aqua;
}

.not-for-sale {
    background-color: salmon;
}

.visit-space {
    margin-bottom: 5px;
}

.bg-beige {
    background-color: var(--beige);
}

.signin-btn, .user-area-btn, .manage-btn {
    border: solid 1px;
    border-radius: 40px;
    line-height: 48px;
    min-width: 142px;
    min-height: 67px;
    font-size: 22px;
}

.color-red {
    color: var(--red) !important;
}

.color-gray {
    color: var(--gray) !important;
}

.navbar-brand.lb-title {
    padding-left: 10rem !important;
}

.form-control {
    background-color: var(--beige) !important;
    color: var(--red) !important;
    min-width: 98.6% !important;
    width: 98.6% !important;
    min-height: 80px !important;
    height: 80px !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px !important;
    border: none !important;
}

.form-group {
    background-color: var(--beige) !important;
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 40px !important;
    min-width: 402px !important;
    width: 402px !important;
}

.password {
    display: inline !important;
}

a {
    color: var(--red);
    text-decoration: none;
}

.toggle-password {
    color: var(--red) !important;
    display: inline !important;
    cursor: pointer;
    margin-left: -45px;
    line-height: 66px !important;
}

[type="search"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

[type="email"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

[type="password"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

form input::-webkit-input-placeholder {
    color: var(--red);
}

form input::-moz-placeholder {
    color: var(--red);
}

form input:-ms-input-placeholder {
    color: var(--red);
}

form input::placeholder {
    color: var(--red);
}
input::placeholder {
    color: var(--red);
}
*::placeholder {
    color: var(--red);
}
.login-btn, .register-btn {
    background-color: var(--red) !important;
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 40px !important;
    min-width: 402px !important;
    width: 402px !important;
    font-weight: bold;
    min-height: 80px !important;
    height: 80px !important;
}

.login-bgr {
    background: url('/assets/bgr/login-bgr.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.register-bgr {
    background: url('/assets/bgr/register-bgr.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.min-h-80vh {
    min-height: 70vh !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkbox-round:checked {
        background-image: radial-gradient(circle at center, var(--red) 45%, white 30%);
        border-radius: 20px;
        border: solid 3px var(--red);
    }

.search-border {
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 40px !important;
    padding: 2%;
}

.search-btn {
    background-color: var(--red) !important;
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 40px !important;
    min-width: 150px !important;
    width: 100% !important;
    height: 40px !important;
    color: white;
    font-weight: bold;
}

.reset-btn {
    background-color: var(--beige) !important;
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 40px !important;
    min-width: 150px !important;
    width: 100% !important;
    height: 40px !important;
    font-weight: bold;
}

.search-input {
    background-color: var(--beige) !important;
    color: var(--red) !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px !important;
    border-color: var(--red) !important;
    width: 100%;
    height: 30px;
}

    .search-input > * {
        font-weight: bolder;
        padding-left:20px;
    }

.underline-red {
    border-bottom: solid 1px var(--red);
}

.fs-13p {
    font-size: 13px;
}

.fs-17p {
    font-size: 17px;
}

.flex-align-end {
    align-self: flex-end;
}

.bg-lock {
    background: url(/assets/bgr/lock-02.png);
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.lb-btn {
    background-color: var(--red) !important;
    border: solid 1px !important;
    border-color: var(--red) !important;
    border-radius: 15px !important;
    min-width: 150px !important;
    height: 100% !important;
    color: white;
    font-weight: bold;
    cursor:pointer;
}

    .lb-btn > a {
        color: white !important;
    }

.bg-artwork-placeholder {
    background: url(/assets/artwork-placeholder.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.min-h-350px {
    min-height: 350px !important;
}

.artwork-upload-btn {
    height: 80px !important;
    margin-top: auto;
    z-index:100;
}
.artwork-container {
    width: 100%;
    height: 537px;
    display: flex;
    flex-direction: column;
}
.artwork {
    width: 100%;
}
.scroll-to-top{
    position:fixed;
    bottom:5%;
    right:5%;
    height:50px;
    width:50px;
    background-color:var(--red);
    color:var(--beige);
}
.scroll-to-top:hover{
    background-color: var(--beige);
    color: var(--red);
}
.listing-dialog{
    border-radius:40px;
}
.accordion-button:not(.collapsed){
    background-color: #F8A9A9;
    color: var(--grey);
}