:root {
    --vh: 1vh;
}

a{
    color: #545454;
    cursor: pointer !important;
}

a:hover{
    color: #aa80ff;
    cursor: pointer !important;
}

tr:hover td:first-child a {
    color: #aa80ff;
    cursor: pointer !important;
}

.container-small{
    align-self: center;
    max-width: 800px;
}

.modal-backdrop
{
    opacity:0.5 !important;
    background-color: #313131;
}

.alert-immopage {
    --bs-alert-color: #8956ea;
    --bs-alert-bg: #f9f3ff;
    --bs-alert-border-color: #8956ea;
    --bs-alert-link-color: #aa80ff;
    padding: 10px 12px;
}

.bg-landingpage{
    background: rgb(244, 243, 252);
}

.rotate-15{
    rotate: 15deg;
}

.swiper2 {
    width: 100%;
    height: 600px;
}

.immo-swiper-image{
    overflow: hidden;
    height: 600px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.immo-swiper-image img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev{
    color: #8956ea !important;
}

.swiper-pagination-bullet-active{
    background-color: #8956ea !important;
}

.questions-section{
    margin-top:10px;
}

.accordion-item{
    margin-top:10px;
}

.accordion-item, .accordion-button{
    border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: rgb(244, 243, 252) !important;
}

.registerForm{
    min-width: 370px;
    max-width: 370px;
    min-height: fit-content;
}

.onboardingForm{
    min-width: 370px;
    max-width: 370px;
    /*min-height: fit-content;*/
    min-height: 80svh;
}

.onboarding-wizard{
    min-height: 100vh;
    color: var(--color-slate-800)
}

.onboarding-header{
    text-align: center;
    margin-bottom: 10px;
}

.onboarding-header-icon{
    margin-top: 10px;
    font-size: 40px;
    color: #ab7ff4;
}

.onboardingForm .user-checklist-progress{
    background: var(--color-green-600);
}

.onboardingForm .onboarding-pages{
    padding-top: 10px;
    height:100%
}

.onboardingForm .onboarding-page{
    display: none;
    height:100%;
}

.onboardingForm .onboarding-page.active{
    display: block;
}

.onboardingForm .onboarding-page .page-heading{
    font-weight: 600;
}

.onboardingForm .onboarding-page .page-text{
    max-width: 700px;
}

.onboardingForm .next-page-btn{
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .user-checklist-item{
        padding: 10px 5px;
    }
}
@media only screen and (max-width: 991px) {
    .user-checklist-list{
        flex-direction: column;
    }
}

.registerInfoBig{
    min-width: 450px;
}

.registerInfoImg{
    max-width: 400px;
}

.login-page{
    min-height: 100svh;
    /*background: url(../img/login-bg.jpg) no-repeat;
    background: url(../img/app-bg.png) no-repeat;*/
    background-size: cover;
}

.login-page .card{
    opacity: 0.9;
}

.login-page-text{
    max-width: 500px;
}
.login-page-text h1{
    font-size: var(--text-3xl);
    color: rgba(0,0,0);
    font-family: MundialThin, sans-serif;;
}

@media screen and (max-width: 768px) {
    .registerInfoBig{
        min-width: 370px !important;
        max-width: 370px;
    }
}

.text-immopage{
    color: #8956ea;
}

.btn-onboarding {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    width: 100%;
    /*transition: 0.3s;*/
    color: #fff;
    border: 0;
    background: rgb(163, 82, 245);
}

.btn-onboarding:hover {
    background: rgba(163, 82, 245, 0.5);
    color: #fff;
}

.btn-immopage-landingpage{
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 0 !important;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 6px;
    background-color: rgb(163, 82, 245);
    border: 2px solid rgb(163, 82, 245);
}


.btn-immopage{
    --bs-btn-color: #fff;
    --bs-btn-bg: #A352F5;
    --bs-btn-border-color: #A352F5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(182, 120, 250);
    --bs-btn-hover-border-color: rgb(182, 120, 250);
    --bs-btn-focus-shadow-rgb: 117,153,255;^
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(182, 120, 250);
    --bs-btn-active-border-color: rgb(182, 120, 250);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A352F5;
    --bs-btn-disabled-border-color: #A352F5;
}

.btn-outline-immopage{
    --bs-btn-color: #A352F5;
    --bs-btn-border-color: #A352F5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A352F5;
    --bs-btn-hover-border-color: #A352F5;
    --bs-btn-focus-shadow-rgb: 250,137,107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A352F5;
    --bs-btn-active-border-color: #A352F5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #A352F5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #A352F5;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #5bd22c !important;
    --bs-btn-border-color: #5bd22c !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5bd22c !important;
    --bs-btn-hover-border-color: #5bd22c !important;
    --bs-btn-focus-shadow-rgb: 19,222,185;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5bd22c !important;
    --bs-btn-active-border-color: #5bd22c !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #5bd22c !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5bd22c !important;
    --bs-gradient: none
}

.btn-outline-danger{
    --bs-btn-color: #f55252 !important;
    --bs-btn-border-color: #f55252 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f55252 !important;
    --bs-btn-hover-border-color: #f55252 !important;
    --bs-btn-focus-shadow-rgb: 19,222,185;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f55252 !important;
    --bs-btn-active-border-color: #f55252 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #f55252 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f55252 !important;
    --bs-gradient: none
}

.bg-light-immopage{
    background: #f8f8ff !important;
}

.bg-medium-immopage{
    background: #f9f3ff !important;
}

.bg-hard-immopage{
    background-color: rgb(182, 120, 250);
}

.bg-immopage{
    background: #A352F5 !important;
}

.bg-grey{
    background: #e5e5e5 !important;
}

.bg-success, .text-bg-success{
    background: #5bd22c !important;
}

.bg-danger, .text-bg-danger{
    background: #f55252 !important;
}

.bg-primary, .text-bg-primary{
    background: #5280f5 !important;
}

.border-immopage{
    --bs-border-opacity: 1;
    border-color: rgb(163,82,245) !important;
}

.btn-success{
    --bs-btn-color: #fff;
    --bs-btn-bg: #5bd22c;
    --bs-btn-border-color: #5bd22c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6fd549;
    --bs-btn-hover-border-color: #5bd22c;
    --bs-btn-focus-shadow-rgb: 54,227,196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5bd22c;
    --bs-btn-active-border-color: #5bd22c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5bd22c;
    --bs-btn-disabled-border-color: #5bd22c;
}

.text-danger{
    color: #f55252 !important;
}

.text-primary{
    color: #5280f5 !important;
}

.text-success{
    color: #5bd22c !important;
}

/* SIDEBAR COLORS */
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #2A3547;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: #f8f8ff;
    color: #000000;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow:after {
    color: #2A3547;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active:hover.has-arrow:after {
    border-color: #ffffff;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link,.sidebar-nav ul .sidebar-item.selected>.sidebar-link.active,.sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: rgb(182, 120, 250);
    color: #fff
}

.dropdown-menu a.dropdown-item:hover{
    /*background: #ffffff;*/
}

.dropdown-menu {
    padding-top: 0;
}

/* SIDEBAR COLORS END */

/* TABS COLORS */
.nav-link {
    color: #8956ea;
}
/* TABS COLORS */

.immopage-triangle{
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-radius: 8px 0 0 0;
    border-color: rgb(182, 120, 250) transparent transparent transparent;
}

.immopage-triangle-small{
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 0;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-radius: 8px 0 0 0;
    border-color: rgb(182, 120, 250) transparent transparent transparent;
}

.card-body-sm {
    padding: 20px 22px !important;
}

@media only screen and (max-width: 991px) {
    .card{
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .card-body-sm {
        padding: 24px 26px !important;
    }
}

.form-check-input:checked {
    background-color: #8956ea;
    border-color: #8956ea
}

.dropzone {
    min-height: auto;
    padding: 20px 20px;
}
.files .file-row{
    background-color: #f8f8ff;
    border-radius: var(--border-radius);
}
.files .file-row .file-inner-row{
    padding: 1rem;
}
.files .file-row .progress {
    --bs-progress-height: 4px;
    --bs-progress-bg: transparent;
    --bs-progress-border-radius: var(--border-radius);
    --bs-progress-box-shadow: none;
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #8956ea;
    --bs-progress-bar-transition: width ease 0.4s;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.nav-link:focus,.nav-link:hover {
    color: #8956ea !important;
}


.nav-icon-hover:hover:before {
    background-color: #f9f3ff !important;
}

.h-screen {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
}

.max-h-screen {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    max-height: 100svh;
}

.min-h-screen {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100svh;
}
