﻿@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/inter-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/Be Vietnam Pro/BeVietnamPro-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'General Sans';
    src: url('../fonts/general-sans/generalsans-medium.otf') format('opentype');
}
body {
    font-family: 'General Sans' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #1F2228;
}
.header-border {
    border: 1px solid #E3E7EE;
    border-radius:99px;
    padding-top:10px;
    padding-bottom:10px;
}
.mt-108{
    margin-top:108px !important;
}
#headerMobile, #headerDesktop {
    position: fixed;
    width: 100%;
}

#header.collapsed .navbar-toggler {
    display: block !important;
    background: red !important;
}

.nav-shadow {
    border-radius: 1rem;
    padding: 0.4rem 0.8rem;
    /*box-shadow: 4px 8px 8px 0px #00000025;*/
}

.desktop-view {
    display: flex !important;
}
.mobile-view {
    display: none !important;
}

.position-fixed {
    position: fixed !important;
    top: 0;
}

.position-relative {
    position: relative !important;
}
.bg-block-img {
    /*background-image: url('../images/images/Blocks-img.png');*/
    background-image: url('../images/images/Bg-pattern-1.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-block-img-circle {
    background-image: url('../images/images/bg-block-circles.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-pattern-blocks {
    background-image: url('../images/images/bg-pattern-blocks.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-clip: content-box;
}
.bg-pattern-dot {
    background-image: url('../images/images/Background dot pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;    
    
}
.bg-pattern-dot2 {
    background-image: url('../images/images/Background dot pattern2.svg');
    background-size: cover;
    background-repeat: no-repeat;    
    background-position:top;
    
}
.bg-pattern-square {
    background-image: url('../images/images/Background pattern squares.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-footer-img {
    background-image: url('../images/images/Footer-bg-pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.transparent-img-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 59%);
}
.bg-star-img {
    background-image: url('../images/images/Blur Star.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding:110px 0px;
}
.w-32 {
    width: 32% !important;
}

.bg-white {
    background: #fff !important;
}
.bg-gray {
    background: #FAFAFA !important;
}

.gray-card {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    padding: 30px 42px 30px 30px;
    border-radius: 20px;
    align-items:stretch;
}
.left-gray-card{
    width:40%;
}
.right-gray-card {
    width: 58%;
}
.dark-gray-card {
    background: #F8F7FB;
    display: flex;
    flex-direction: column;
    padding: 32px 22px 32px 30px;
    border-radius: 16px;
}

.transparent-card {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
}
.flexible-opportunityies-card {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    padding: 36px 20px;
    border-radius: 12px;
    background-image: url('../images/img/flexible-opportunities-bg-image-1.jpeg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom;
}

.twisted-arrow-img {
    width: 102.05px;
    height: 120.5px;
}

.border-top-line {
    border-top: 1px solid #D5D7DA !important;
}
.border-bottom-line {
    border-bottom: 1px solid #D5D7DA !important;
}
.border-left-line {
    border-left: 1px solid #D5D7DA !important;
}
.border-right-line {
    border-right: 1px solid #D5D7DA !important;
}
.square-card{
    display:flex;
    flex-direction:column;
    padding:40px;
    justify-content:center;
    align-items:start;
    width:50%;
    background:#fff;
}
.py-45{
    padding-top:45px !important;
    padding-bottom:45px !important;
}
.px-50{
    padding-left:50px !important;
    padding-right:50px !important;
}
.box {
    display: flex;
}
.box > .text-box {
    display:flex;
    flex: 1 1 0;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    align-items:center;
}
.box > .card-box {
    display:flex;
    flex: 1 1 0;
    flex-direction:column;
}
.card-box img{
    width:100%;
    height:292px;
    object-fit:cover;
}
.card-box-body{
    display:flex;
    flex-direction:column;
    padding:30px;
    background:#fff;
}
.z-i-1 {
    z-index: 1 !important;
}
.z-i-2 {
    z-index: 2 !important;
}

.ceo-img {
    width: 100%;
    height: 260px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-60 {
    width: 60px;
    height: 60px;
}

html {
    scroll-behavior: smooth !important;
}

.form-check-input:checked {
    background-color: #377dff;
    outline: none !IMPORTANT;
    border: none !important;
}

.form-check-input {
    box-shadow: none !important;
}

    .form-check-input:checked {
        background-color: #7F56D9;
        outline: none !IMPORTANT;
        border: none !important;
    }

.form-check-label {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E9EAEB;
}

label:has(input[type=radio]:checked) {
    border: 2px solid #9E77ED !important;
}

.form-check-input-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #D5D7DA;
}

.form-check-input-checkbox {
    margin-top: 6px !important;
}

.border-box {
    border: 1px solid #E9EAEB;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

a {
    cursor: pointer;
}

.icon-16 {
    width: 16px;
    height: 16px;
}


.border-card-bg-image {
    background-image: url('../images/images/cta-shape 1.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border: 1px solid #E3E7EE;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 18px;
    padding: 110px 68px 110px 62px;
    background-color: #fff;
    justify-content:start;
    align-items:start;
}
.purple-card-bg-image {
    background-image: url('../images/images/cta-shape 2.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    border-radius: 18px;
    padding: 0px 150px 0px 150px;
    background-color: #7929FE;
    justify-content: start;
    align-items: start;
}
.line-stroke {
    background: #1F2228 !important;
    display:flex;
    flex-direction:row;
    min-width:62px;
    min-height:6px;
    max-width:62px;
    max-height:6px;
    margin-top:18px;
    
}

.border-card {
    border: 1px solid #E3E7EE;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 18px;
    padding: 110px 68px 110px 62px;
    background-color: #fff;
}
.three-gray-card-container{
    display:flex;
    flex-direction:row;
    width:100%;
    flex-wrap:wrap;
    gap:20px;
}
.gray-card-with-border {
    border: 1px solid #E3E7EE;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 18px;
    padding: 110px 68px 110px 62px;
    background-color: #E3E7EE;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 18px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    width:100%;
    justify-content:space-between;
}
.how-it-work-left-side{
    display:flex;
    flex-direction:column;
    width:22%;
}
.how-it-work-step {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left:5px;
}
.circle {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    background: #BBC0C8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #1F2228;
    margin-right: 12px;
}

.how-it-work-step.active .circle {
    background: #7929FE;
    color: #FEFEFE;
}


.step-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height:28px;
}

.step-content p {
    margin: 0;
    font-size: 14px;
    line-height:20px;
    color: #747B87;
}
.underline-unactive {
    height: 2px;
    width: 100%;
    background: #E3E7EE;
}
.underline-active {
    height: 2px;
    width: 100%;
    background: #7929FE;    
}
.how-it-work-right-side{
    display:flex;
    flex-direction:column;
    width:63%;
    align-items:end;
}
.how-it-work-img{
    width:100%;
    height:auto;
}
.file-upload-container {
    border: 1px solid #E9EAEB;
    padding: 14px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.uploaded-file-container {
    border: 1px solid #E9EAEB;
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.file-progress-bar {
    width: 100%;
}

.file-delete-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.select2-container {
    /*width: 100% !important;*/
    width:inherit !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px !important;
}
.modal-dialog-md {
    max-width: 700px !important;
}

.modal-close {
    width: 24px;
    height: 24px;
    cursor: pointer !important;
    position: absolute;
    top: 1.2rem;
    /*right: 0.75rem;*/
    right: 1.4rem;
}

.fix-width-modal-content {
    /*width: 40rem !important;*/
}

.modal-header {
    padding: 1.5rem !important;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: none !important;
    padding: 1.5rem;
}

.bg-purple {
    background: #F9F5FF !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

    .modal-bg-image {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .navbar .dropdown-menu {
        border-top: 1px solid #E9EAEB !important;
    }

    .header-dropdown-menu {
        border: 1px solid #E9EAEB;
        border-radius: 10px !important;
        left: -5.3rem !important;
        /*right:0rem !important;*/
    }

        .header-dropdown-menu .dropdown-item {
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            line-height: 20px;
            color: #344054 !important;
        }

    .cosigner-dropdown-menu {
        border: 1px solid #E9EAEB;
        border-radius: 10px !important;
        left: -3.8rem !important;
    }

        .cosigner-dropdown-menu .dropdown-item {
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            line-height: 20px;
            color: #344054 !important;
        }
    .owner-dropdown-menu {
        border: 1px solid #E9EAEB;
        border-radius: 10px !important;
        left: -5.7rem !important;
    }

        .owner-dropdown-menu .dropdown-item {
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            line-height: 20px;
            color: #344054 !important;
        }
    
    .dropdown-item:hover, .dropdown-item:focus {
        background: #FAFAFA !important;
    }

    .box-with-left-border {
        border-left: 8px solid #F5C32F;
        display: flex;
        flex-direction: row;
        justify-content: left;
        padding-left: 16px;
    }

    .profile-img {
        width: 100%;
        height: 320px;
        border-radius: 24px;
        object-fit: cover;
        object-position: top;
    }
   
    

    .carousel-btn-left {
        top: 38%;
    }

    .carousel-btn-right {
        top: 38%;
    }

    .d-block {
        display: block !important;
    }

    .validate-err {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #D92D20 !important;
    }

    .validate-border-err {
        border: 1px solid #FDA29B !important;
    }

        .validate-border-err img {
            filter: invert(19%) sepia(90%) saturate(2867%) hue-rotate(351deg) brightness(104%) contrast(89%);
        }
/*scroll*/


*::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

*::-webkit-scrollbar-track {
    background: #555555;
}

.modal-content::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

.scrollable-modal-body {
    max-height: 23rem;
    overflow-y: auto;
    margin-right: 10px;
}
    /* Works on Chrome, Edge, and Safari */
    .scrollable-modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .scrollable-modal-body::-webkit-scrollbar-track {
        background: #fff;
    }

    .scrollable-modal-body::-webkit-scrollbar-thumb {
        background-color: #555555;
        border-radius: 20px;
        border: 3px solid #555555;
    }


/* Container for all steps */
.app-step-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Arial, sans-serif;
}

/* Individual step */
.app-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

/* Step circle */
.app-step-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    margin-right: 10px;
    z-index: 1;
}

    .app-step-circle img {
        width: 24px;
        height: 24px;
    }
/* Line between steps */
.app-step::before {
    content: '';
    position: absolute;
    left: 9px; /* Center the line on the circles */
    top: 30px;
    bottom: -10px;
    width: 2px;
    background-color: #E9EAEB;
    z-index: 0;
}

.app-step.completed::before {
    content: '';
    position: absolute;
    left: 9px; /* Center the line on the circles */
    top: 30px;
    bottom: -10px;
    width: 2px;
    background-color: #9E77ED;
    z-index: 0;
}

/* Text content of each step */
.app-step-content {
    display: flex;
    flex-direction: column;
}

.app-step-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #414651;
}

.app-step-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #535862;
    line-height: 20px;
}

/* Completed step styles */
.app-step.completed .app-step-circle {
    background-color: #7e3af2; /* Purple color for completed step */
    /*border-color: #7e3af2;*/
}

/* Current step styles */
.app-step.current .app-step-circle {
    color: #7e3af2;
    border-color: #fff;
    background-color: #fff;
}

.app-step.current .app-step-title {
    color: #7F56D9 !important;
}

.app-step.current .app-step-description {
    color: #7e3af2 !important;
}

.app-step.current::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 34px;
    bottom: -12px;
    width: 2px;
    background-color: #E9EAEB;
    z-index: 0;
}

.app-step-circle-current {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
    background: #fff !important;
    outline: 2px solid #7F56D9;
    margin-left: -4px !important;
}
/* Last step style adjustment */
.app-step:last-child::before {
    display: none; /* Remove line after the last step */
}
.image-text {
    /*position: absolute;
    bottom: 38px;
    left: 6%;
    z-index: 1;*/
    font-size: 44px;
    font-weight: 700;
    line-height: 48.4px;
    letter-spacing: -0.03em;
    color: #FFF8E8 !important;
    margin-top:-12.5rem;
}
.how-it-work-renter-img{
    width:100%;
    height:auto;
}
.white-card {
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:16px;
    padding:24px 24px 24px 21px;
    box-shadow: 0px 24px 48px -12px #0A0D122E;
    background: #FAFAFA;
}
.black-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0px 24px 48px -12px #0A0D122E;
    background: #101828;
    color:#fff;
}
.three-card-position{
    margin-top:-18rem;
    padding-bottom:9rem;
    margin-right:-2.5rem;
}
.container-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 70%;
    text-align: center;
}

.square-box {
    background: #fff;
    padding: 40px;
    border-radius: 0px;
    
}
.square-box-right-bottom {
    border-right: 1px solid #E3E7EE;
    border-bottom: 1px solid #E3E7EE;
}
.square-box-bottom {
    border-bottom: 1px solid #E3E7EE;
}
.square-box-right {
    border-right: 1px solid #E3E7EE;
}
.footer-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #747B87;
}
    .footer-link:hover, .footer-link:focus {
        color: #1F2228;
    }
@media (min-width: 200px) and (max-width: 1000px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .ceo-img {
        width: 200px;
        height: 200px;
        object-fit: contain;
    }

    .header-dropdown-menu {
        left: unset !important;
    }
    .cosigner-dropdown-menu {
        right: unset !important;
        right: unset !important;
        left: unset !important;
        left: unset !important;
    }
    .owner-dropdown-menu {
    }
    
    .not-collapse-view {
        display: none !important;
    }
    .carousel-btn-left {
        top: 105%;
        left:34%;
    }

    .carousel-btn-right {
        top: 105%;
        right:34%;
    }
   
    .home-img{
        height:200px;
    }
    .left-gray-card, .right-gray-card {
        width: 100%;
        padding:20px;
    }
    .border-card-bg-image{
        padding:20px;
    }
    .line-stroke{
        display:none;
    }
    .bg-star-img{
        padding:20px 0px;
    }
    .w-32 {
        width: 100% !important;
    }
    .purple-card-bg-image{
        padding:20px;
        background-size:cover;

    }
    .square-card{
        padding:20px;
    }
    .how-it-work-left-side, .how-it-work-right-side {
        width: 100%;
        padding: 20px;
    }
    .box{
        flex-direction:column;
    }
    .container-box{
        width:100%;
    }
    .header-border{
        border:none !important;
    }
    .border-bottom-line-sm {
        border-bottom: 1px solid #D5D7DA !important;
    }
}
@media (min-width:760px) and (max-width: 1250px) {
    .image-text {
        margin-top:-16rem !important;
    }
    .three-card-position {
        margin-top: -7rem;
        padding-bottom: 0;
        margin-right: -2rem;
    }
}
.date-input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .date-input-container input {
        border: 1px solid #D5D7DA;
        border-radius: 8px;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #101828;
        box-shadow: none !important;
        outline: none !important;
        padding: 8px 12px;
        cursor: pointer;
        background: #fff url("../images/icon/date-calender-icon.svg") no-repeat 510px center;
    }

.daterangepicker td.active[b-m5gu62ugh9], td.active:hover[b-m5gu62ugh9] {
    color: #fff;
    background: #000 !important;
    border: none !important;
}

.daterangepicker.show-calendar .drp-selected, .daterangepicker .drp-selected {
    display: none !important;
}

.daterangepicker .drp-buttons {
    display: none !important;
}
.join-wait-list-form {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 53px 44px;
    border: 1px solid #E3E7EE !important;
}