@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@500&display=swap');
* {
    font-family: 'Open Sans', sans-serif !important;
    font-family: 'Poppins', sans-serif !important;
}
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
}
label {
    font-size: 13px;
    color: #625f65;
    margin-bottom: 5px;
}
input,input::placeholder {
    font-size: .84rem!important
}
.main {
    height: 100vh;
}
.main-container {
    max-width: max-content;
    margin: 0 auto;
    height: 100%;
    padding: 50px;
}
.form-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
}
.branding {
    width: 100%;
}
.img-section .bg-image {
    width: 100%;
}
.main-container .bg-image {
    max-width: 100%;
    max-height: 100vh;
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.main-heading {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
}
.form-control.custom {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    background-color: none;
    display: flex;
    align-items: center;
}
.input {
    outline: none;
    text-align: center;
    /*Hide number field arrows*/
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.login-btn {
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F47852;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F47852;
    border-radius: 50px 50px 50px 50px;
}
.verification input {
    width: 30px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin: 0 2px;
}

.splitter {
    padding: 0 5px;
    color: #F47852;
    font-size: 24px;
}
.info-text {
    font-size: 13px;
    color: #F47852;
}
/* Dashboard */
.topbar {
    background: #f17b55;
    padding: 10px;
}
.header .branding {
    width: 70%;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-nav {
    align-items: center;
}
.nav-link {
    color: #000000;
}
.nav-link.active, .nav-link:hover {
    color: #F47852;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.logout-btn {
    background-color: #F47852;
    border: 1px solid #F47852;
    color: #FFFFFF !important;
    border-radius: 8px;
}
.logout-btn img {
    width: 25%;
}
.nav-link.logout-btn:hover {
    /* background-color: transparent;
    border: 1px solid #F47852; */
    color: #FFFFFF;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.recent-intakes {
    padding: 20px;
}
.new-intakes {
    height: 100%;
    /* background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 20%, #F2F2F2 100%); */
    padding-top: 3rem;
}
/* Step Form Css */
.fields-area {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.fields-area::-webkit-scrollbar {
    display: none;
}
.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
    display: flex;
    justify-content: space-between;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #F47852;
    color: #F47852;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.progress-bar {
    background-color: rgba(244,118,76,1) !important;
}
#multi-step-form{
    width: 80%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
}
.form-label {
    color: #F47852;
}
.p-label {
    font-size: 13px;
    color: #F47852;
}
.form-check-input:checked {
    background-color: #F47852 !important;
    border-color: #F47852 !important;
}

.next-step, .prev-step, .save-progress, .go-to-dashboard {
    width: auto;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 42px 10px 42px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    margin: 10px;
    margin-left: 0;
    margin-right: 20px;
    vertical-align: middle;
}
.next-step, .prev-step, .go-to-dashboard {
    background: rgba(244,118,76,1);
    border: 1px solid rgba(244,118,76,1);
    color: #fff;
}
.save-progress {
    background: transparent;
    border: 1px solid rgba(244,118,76,1);
    color: rgba(244,118,76,1);
}
.step-form-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 900px) {
    .topbar p {
        font-size: 12px;
        text-align: left;
    }
    .header .branding {
        width: 50%;
    }
    .for-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fields-area {
        height: 340px !important;
    }
    .next-step, .prev-step, .save-progress, .go-to-dashboard {
        padding: 10px 20px 10px 20px !important;
    }
}
@media screen and (max-width: 600px) {
    .logout-btn {
        padding: 5px 10px !important;
    }
    .img-section .bg-image {
        display: none;
    }
    .topbar p {
        font-size: 12px;
        text-align: center;
    }
    .navbar-nav {
        align-items: flex-start;
    }
    .for-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #multi-step-form {
        width: 90%;
    }
    .fields-area {
        height: 350px !important;
        margin-bottom: 10px;
    }
    .main-form-title {
        font-size: 20px;
    }
    .step-container, .progress {
        display: none !important;
    }
    .next-step, .prev-step, .save-progress, .go-to-dashboard {
        padding: 10px 10px 10px 10px !important;
        font-size: 8px !important;
        margin-right: 6px !important;
    }
}
