li.nav-item a{
    color: #000;
    margin: 0px 10px;
}
.navbar-brand {
  font-size: 1.8em;
}
.login-link{
    color: #fff !important;
    text-decoration: none;

}

.question_heading{
     font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.gender_row span.radio-btn {
    background: rgba(232, 232, 252, 0.314);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    height: 100%;
}

.gender_row  .radio-label {
    height: 150px;
    width: 150PX;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    text-align: -webkit-center;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    max-width: 800px;
}

.form-card {
    text-align: left
}

.form-group{
    margin-bottom: 25px;
}

#msform input,
#msform textarea {
    max-width:100%;
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-top: 4px;
    color: #2C3E50;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button,
#msform .action-button-previous{
    color: white;
    cursor: pointer;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #78206e;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* Radio button css */
.radio-label input 
{
    display: none;
}

.radio-label{
    width: 100%;
    margin: 10px 0;
}

.radio-label .radio-btn 
{
    height: 40px;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 5px 5px 10px #1c1c1c67;
    cursor: pointer;
}

.radio-label input:checked + .radio-btn 
{
    background: #78206e;
    color: #fff;
}

/* Checkbox css */
.checkbox-label input 
{
    display: none;
}

.checkbox-label{
    width: 100%;
    margin: 10px 0;
}

.checkbox-label .checkbox-btn 
{
    height: 40px;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 5px 5px 10px #1c1c1c67;
    cursor: pointer;
}

.checkbox-label input:checked + .checkbox-btn 
{
    background: #673ab7;
    color: #fff;
}

#slots-container, #slots-label{
    display: none;
}

.slot-radio-container{
    display: inline-block;
}

.slot-radio-container .radio-btn {
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
    line-height: 60px;
    padding: 10px 25px;
    cursor: pointer;
}

.slot-radio-container input 
{
    display: none;
}

.slot-radio-container input:checked + .radio-btn
{
    background: #673ab7 ;
    color: #fff;
}
.booked{
    opacity: 0.3;
}

.prefered_astro .radio-label .astro-btn 
{
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 5px 5px 10px #1c1c1c67;
    cursor: pointer;
}

.prefered_astro .radio-label input:checked + .astro-btn 
{
    background: #673ab7;
    color: #fff;
}

#slots-label{
    display: none;
}

label {
    font-weight: 500;
}