﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --clr-main1: #594ae2;
    --clr-main2: #594ae2;
    --clr-main3: #594ae2;
}

body {
}

.verification-input {
    width: 50px;
    height: 3rem;
    text-align: center;
    font-size: 2rem;
    border-radius: 8px;
    padding-top: 5px;
    border: 1px solid #ccc;
}

    .verification-input input {
        text-align: center !important;
        font-size: 2rem;
    }

.bg-gray {
    background-color: #ededf9;
}

.progress-size {
    width: 13px !important;
    height: 13px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.vertical-line {
    color: black;
    font-weight: bold;
}

    .vertical-line::before {
        content: "";
        display: inline-block;
        width: 4px; /* Thickness of the line */
        height: 1.5rem; /* Match text height */
        background-color: var(--clr-main1); /* Color of the line */
        margin-right: .8rem; /* Space between line and text */
        vertical-align: middle;
    }

.tenant-profile-email {
    background-color: var(--clr-main1);
    color: white;
    padding: 1.5rem .95rem;
    border-radius: 50%;
}

.tenant-profile-pass {
    background-color: var(--clr-main1);
    color: white;
    padding: 1.5rem .95rem;
    border-radius: 50%;
}