html{ font-size: 16px; }

body{ 
    background-color: #ffffff;
    min-width: 360px;
}

.break-point{
    padding: 0 20%;
}


/* TOP NAVIGATION */
.topBar{
    background-color: #ffffff;
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --card-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--card-shadow);
}


.topBar h1{ margin: 0; }
.topBar h1 a{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.topBar h1 a,
.topBar li a{
    text-decoration: none;
}
.topBar h1 img{
    width: 32px;
    height: auto;
}


.topBar ul{
    display: flex;
    flex-direction: row;
    gap: .5rem;
    padding: 0;
    margin: 0;
}
.topBar ul li{
    list-style: none;
}

.topBar ul li:first-child a{
    padding: 0 12px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.topBar ul li:first-child a svg{
    transform: rotate(90deg);
    width: 16px;
    height: 16px;   
}

@media only screen and (max-width: 1200px){
    .break-point{
        padding: 0 16%;
    }
}


@media only screen and (max-width: 992px){
    .break-point{
        padding: 0 12%;
    }
    .date-line-con{
        min-width: 165px !important;
        max-width: 165px !important;
    }
}


@media only screen and (max-width: 768px){
    .break-point{
        padding: 0 7%;
    }
    .date-line-con{
        min-width: 20px !important;
        max-width: 20px !important;
    }
    .wide{ display: none !important; }
    .mobile{ display: flex !important; }
    .step-title{ color: var(--dark) !important;}
}


@media only screen and (max-width: 576px){
    .break-point{
        padding: 0 3%;
    }
    .date-line-con{
        min-width: 10px !important;
        max-width: 10px !important;
    }
}

#newApplication{padding: 0; background-color: unset;}
#newApplication:hover{ background-color: unset; color: hwb(213 5% 64%);}

.rm-num{
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.rm-num::-webkit-inner-spin-button,
.rm-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rm-u{
    text-decoration: none;
}


.noa-form-wrapper{
    min-width: 320px;
    width: 380px;
}
