/*Background color*/
#grad1 {
    /*background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);*/
}

/*form styles*/
#form-discover-your-fragance {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#form-discover-your-fragance fieldset {
    text-align: center;
    text-align: -webkit-center;
}

#form-discover-your-fragance fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    /*padding: 20px 40px 30px 40px;*/
    box-sizing: border-box;
    width: 94%;
    /*margin: 0 3% 20px 3%;*/
    margin: 10px;
    padding: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

#form-discover-your-fragance fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#form-discover-your-fragance fieldset:not(:first-of-type) {
    display: none;
}

#form-discover-your-fragance fieldset .form-card {
    /*text-align: left;*/
    color: #9E9E9E;
}

/*Blue Buttons*/
#form-discover-your-fragance .action-button {
    width: 100px;
    background: #6A7553;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    transition: all 300ms ease;
}

#form-discover-your-fragance .action-button:hover,
#form-discover-your-fragance .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #6A7553;
}

/*Previous Buttons*/
#form-discover-your-fragance .action-button-previous {
    width: 100px;
    background: #a8a8a8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    transition: all 300ms ease;
}

#form-discover-your-fragance .action-button-previous:hover,
#form-discover-your-fragance .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #a8a8a8;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

/*The background card*/
.card {
    z-index: 0;
    /*border: none;*/
    border-radius: 0.5rem;
    /*position: relative;*/
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar li:nth-child(1):before {
    content: "1";
}

#progressbar li:nth-child(2):before {
    content: "2";
}

#progressbar li:nth-child(3):before {
    content: "3";
}

#progressbar li:nth-child(4):before {
    content: "4";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #6A7553;
}

.options .option {
    margin: 10px 0 10px 0;
    transition: all 300ms ease;
}

.options .option:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    transform: translate3d(0px, -16px, 0px);
}

.options .option img {
    padding: 10px 0 10px 0;
}

.options .option div {
    /*border: 2px solid #ddd;*/
    border-radius: 10px;
    text-align: center;
    align-items: center;
    /*padding: 20px;*/
    padding: 10px 0 10px 0;
    display: flex;
    /*transition: all 300ms ease;*/
    /*flex-wrap: wrap;*/
}

.options .option div.room,
.options .option div.feeling,
.options .option div.scent,
.options .option div.strong {
    border: none;
    justify-content: center;
    flex-direction: column;
}

/*.options .option div:hover,*/
.options .option input[type=radio]:checked~div {
    border-color: rgba(0, 0, 0, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}

.options .option div h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.options .option div span {
    box-sizing: border-box;
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin: 0px 15px 0px 0px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100%;
    background: transparent;
}

.options .option div:hover span,
.options .option input[type=radio]:checked~div span {
    border: 4px solid rgb(0, 0, 0);
    background: transparent;
}

#form-discover-your-fragance input:focus,
#form-discover-your-fragance textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #6A7553;
    outline-width: 0;
}

#form-discover-your-fragance .next.disabled,
#form-discover-your-fragance input[type=submit].disabled {
    color: #f8f9fa;
    background-color: #d0d0d0;
}

#container-quiz-results {
    display: none;
}

#retake-quiz {
    font-size: 20px;
    font-weight: bold;
}

#retake-quiz::after {
    content: '';
    display: block;
    border-bottom: 3px solid #6A7553;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#retake-quiz:hover::after {
    transform: scaleX(1);
    /*border-bottom: 2px solid #6A7553;*/
}