@import url('https://dentostack.sgp1.digitaloceanspaces.com/public/fonts/poppins/poppins.css');
body {
    min-height: -webkit-fill-available;
    font-family: 'Poppins';
}
.page-container {
    min-height:100vh;
}
.header {
    min-height:100px;
    padding-bottom: 10px;

}
.header img {
    max-height: 80px;
    max-width: 250px;
}
.header h1 {
    font-size: 14px;
}

.page-body {
    background: #F9FDFF;
    border: 1px solid #CBECFC;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-left: none;
    border-bottom: none;
    border-right: none;
    padding:20px;
}
.footer, .pre-footer {
    background: #F9FDFF;
    min-height:30px;
}
.footer p {
    margin: 5px;
    color: #2E526B;
    font-size: smaller;
}
/* form components */
.form-control {
    border-color: rgba(34,36,38,.15)!important;
}
form .bootstrap-select button {
    border-color: rgba(34,36,38,.15);
}
form .input-group .bootstrap-select button {
    border-right: none;
}

/* components */
h3 {
    color: var(--Black-500---Main, #090D20);
    text-align: center;
    /* Text lg/Bold */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    margin-bottom: 25px;
}
h4 {
    color: #2E526B;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 464.286% */
    letter-spacing: -0.28px;
    text-align: left;
}

.btn-connection {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin:10px;
    text-decoration: none;
}

.btn-connection label {
    color: #2E526B;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 197%;
    margin-top: 5px;
}

.btn-connection .icon {
    display: flex;
    width: 66px;
    height: 59px;
    padding: 7px 11px 7px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(99, 99, 99, 0.15);
}

/* registration card */
.registration.card {
    border-radius: 14px;
    border: 1px solid #F7FAFC;
    background: #1B85F3;
    box-shadow: 0px 3px 15px -1.5px rgba(50, 50, 71, 0.02), 0px 0px 3.75px 0px rgba(12, 26, 75, 0.05);
    color: #FFF;
    padding: 10px;
    background-position: bottom right -10px;
    background-repeat: no-repeat;
}

.registration.card.gradient {
    background: rgb(35,133,244);
    background: -moz-linear-gradient(132deg, rgba(35,133,244,1) 63%, rgba(84,138,188,1) 100%);
    background: -webkit-linear-gradient(132deg, rgba(35,133,244,1) 63%, rgba(84,138,188,1) 100%);
    background: linear-gradient(132deg, rgba(35,133,244,1) 63%, rgba(84,138,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2385f4",endColorstr="#548abc",GradientType=1);
}

.registration.card a {
    border-radius: 10px;
    background: #FFF;
    color: #1B85F3;
    font-size: 11px;
}

.registration.card .card-text {
    font-size: 9px;
    max-width: 60%;
}

.registration.card .card-title {
    font-size: 14px;
}

/* status card */
.register-status.card {
    border-radius: 30px;
    border: 0.4px solid #CBECFC;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(99, 99, 99, 0.15);
}

.register-status h5 {
    color: #2E526B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
}

.register-status h4 {
    text-align: center;
    color: #2E526B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
}

.register-status h5 {
    color: #1676F3;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.register-status h5  span {
    color: #0E9425;
}

.register-status .card-text {
    font-size: 12px;
}

.card-shadow {
    height:15px;
    width:90%;
    border-radius: 14px;
    background: #CCE1F7;
    box-shadow: 0px 3px 15px -1.5px rgba(50, 50, 71, 0.02);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* navigation tabs */
.navigation-tabs {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 20px;
}
.navigation-tabs > .tab {
    display: flex;
    justify-content: flex-end;
    width:100%;
}
.navigation-tabs > .tab .line {
    position: relative;
    top: 11px;
    height: 5px;
    flex-grow: 1;
    border-top: 3px dashed #C6C6C6;
}
.navigation-tabs > .tab-visited .line {
    border-top: 3px solid rgb(165 175 56) !important;
}
.navigation-tabs > .tab .dot {
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 5px;
    flex-shrink: 0;
    border: 4px solid #C6C6C6;
}
.navigation-tabs > .tab-visited .dot {
    border: 4px solid rgb(165 175 56) !important
}

.navigation-tabs > .tab .text {
    padding-left: 5px;
    padding-right: 15px;
    flex-shrink: 0
}
.navigation-tabs > .tab-active .text {
    font-weight: 600;
}

.consent-text {
    font-size: 12px;
    border: 1px dashed gray;
    padding: 12px;
    border-radius: 15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.consent-text p {
    text-align: justify;
}

.otp_input {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}