*{
    padding: 0;
    margin: 0;
}

.row{
    display:flex;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Banner Column */
.banner-col {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
    background: url('../images/compro/background_login.png');
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.referral-title{
    font-weight: bold;
    font-size: 36px;
    color: white;
    margin: 0 0 15px 0;
}

.referral-desc{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    width: 60%;
    text-align: center;
    margin: 0 0 40px 0;
}

.banner-title{
    font-weight: bold;
    font-size: 36px;
    color: white;
    margin: 0 0 15px 0;
}

.banner-desc{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    width: 60%;
    text-align: center;
    margin: 0 0 40px 0;
}

.button{
    border-radius: 100px;
    height: 40px;
    width: 200px;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    transition: background-color 0.25s ease-in-out;
}

.muted-button{
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
}

/* Form Column */
.form-col{
    display: flex;
    flex-direction: column;
    width: 60%;
    min-height: 100vh;
    height: max-content;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: scroll;
}

.form-title{
    font-size: 36px;
    font-weight: bold;
    color: #0497e7;
    margin: 0 0 15px 0;
}

.form-field{
    display: flex;
}

.primary-button{
    border: 1px solid transparent;
    background-color: #0497e7;
    cursor: pointer;
}

.form-group{
    background-color: #eef3f5;
    display: flex;
    width: 30vw;
    border-radius: 5px;
    margin: 15px 0;
    transition: 0.25s ease-in-out;
}

.form-hint{
    font-size: 20px;
    color: #a4a4a4;
    margin: 0 0 30px 0;
}

.field-hint:not(:last-of-type){
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a4a4a4;
}

.field-hint:last-of-type{
    color: #a4a4a4;
    margin-bottom: 20px;
}

.field-col{
    margin: 0 0 30px 0;
}

input{
    border: 0;
    background-color: transparent;
    width: 100%;
    font-size: 18px;
    transition: 0.25s ease-in-out;
    color: #616161;
}

input::placeholder{
    color: #a4a4a4;
}

input:focus{
    outline: none;
}

.icon{
    aspect-ratio: 1/1;
    font-size: 18px;
    color: #a4a4a4;
    margin: 14px;
    transition: 0.25s ease-in-out;
}

.icon:hover{
    color: #4eb1e7;
}

.banner-logo{
    width: 136px;
    height: 37px;
    position: fixed;
    z-index: 5;
    bottom: 80px;
}

.banner-footer{
    position: fixed;
    z-index: 4;
    bottom: 50px;
    color: rgba(255, 255, 255, 0.6);
}

.input-focused .icon, .input-focused input {
    color: #4eb1e7;
}

input:focus {
    outline: none;
}

.link{
    color: #4eb1e7;
    transition: 0.25s ease-in-out;
    text-decoration:none;
}

.link:hover{
    color: #0497e7;
    cursor: pointer;
    text-decoration: underline;
}

/* profile page */
.profile-photo{
    width: 150px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 500px
}

.form-button{
    display: flex;
    transition: 0.25 ease-in-out;
    font-size: 18px;
    color: #a4a4a4;
    margin: 6px;
    padding: 8px;
    transition: 0.25s ease-in-out;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    white-space: nowrap;
}

.form-button:hover{
    color: #4eb1e7;
    background-color: #e0eff5;
    cursor: pointer;
}

.form-button:hover > *{
    color: #4eb1e7;
}

.h-80{
    min-height: 80vh !important;
}

.h-100{
    min-height: 100vh !important;
}

.refferal-invited{
    position:absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url('../images/compro/background_refferal.png');
    background-position: center;
    background-clip: cover;
    color: white;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
}

.show{
    transform: translateX(0);
}

.quote{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
}

.muted-button:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.refferal-invited .banner-desc{
    width: 500px;
}

/* SWALL 2 */
.swal2-popup {
    /* font-family: Arial, sans-serif; */
    background-color: #f4f4f4; /* Custom background color */
}
.swal2-title {
    color: #0497e7;
}
.swal2-text{
    color: #a4a4a4;
}
.swal2-confirm {
background-color: #0497e7;
}
.swal2-cancel {
background-color: #f44336;
}

.footer-col{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100px;
}

.floating-button{
    top: 20px;
    left: 20px;
    position: fixed;
}

.floating-button .icon{
    color: white;
    font-size: 36px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.floating-button:hover .icon{
    color: rgba(255, 255, 255, 0.596);
}

@media (max-width: 1100px) {
    .floating-button .icon{
        color: #0497e7;
    }
    .floating-button:hover .icon{
        color: #0498e789;
    }
    .form-group{
        width: 60vw;
    }
    .banner-col{
        width: 100vw;
        height: fit-content;
        padding: 30px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .row{
        overflow: hidden;
    }
    .form-col{
        width: 100vw;
        height: calc(max-content + 200px) !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .banner-footer{
        display: none;
    }
    .banner-logo{
        display: none;
    }
    .footer-col{
        display: flex;
    }
    .footer-logo{
        width: 137px;
        height: 36px;
    }
    .footer-desc{
        color: rgba(255, 255, 255, 0.6);
    }
    .banner-title{
        display: none;
    }
    .banner-desc{
        display: none;
    }
    .field-hint{
        margin-bottom: 10px;
    }
    .tenant-group{
        width: 80vw !important;
    }
}

@media (max-width: 800px) {
    .form-group{
        width: 80vw;
    }
    .row{
        flex-direction: column;
        overflow-y: scroll;
    }
    .tenant-group{
        width: 80vw !important;
    }
    .form-title{
        font-size: 30px;
    }
    .banner-desc{
        font-size: 18px;
    }
    .banner-title{
        font-size: 28px;
    }
    .form-hint{
        font-size: 18px;
    }
}