/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2021, 12:27:53 PM
    Author     : raawa
*/


body {
    background-color: #ffffff;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.btn-radio{
    color: var(--primary-color-light-1);
    /*border-color: var(--primary-color);*/
    background-color: var(--white-1);
    border-radius: var(--border-radius-btn) !important;
    display: block;
    cursor: pointer;
    border: 1px solid #dedede;
    box-shadow: 3px 5px 10px 0px #dedede;
}
.btn-radio input{
    display: none;
}
.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}
.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.wizard-select input{
    display: none;
}
.wizard-select span{
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin: 0px 25px;
    font-size: 24px;
    color: var(--white-3) ;
    right: 0;
}
.wizard-select-checked span{
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin: 0px 25px;
    font-size: 24px;
    color: var(--tertiary-color) ;
    right: 0;
}
.form-wizard {
    color: #888888;
    padding: 30px;
}
.form-wizard-range-container{
    padding: 0 !important;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: var(--primary-color-light-1) ;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-submit {
    background-color: var(--primary-color) ;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-previous-btn {
    background-color: var(--secondary-color-dark-2) ;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
    background-color: var(--secondary-color-dark-2) ;
}
.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: var(--primary-color) ;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
    width: inherit;
}
.form-wizard .form-wizard-steps li {
    width: 16%;
    min-width: 5em;
    padding: 0 4%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps-popup li::after {
    right: -50%;
}
.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
    right: unset !important;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: var(--primary-color) ;
    color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: var(--primary-color) ;
    left: 50%;
    width: 50%;
    border-color: var(--primary-color) ;
}

.form-wizard .form-wizard-steps-popup li.active::after, .form-wizard .form-wizard-steps-popup li.activated::after {
    right: unset !important;
    width: 100% !important;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: var(--primary-color) ;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}
@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
    .form-wizard .form-wizard-steps li {
        min-width: 3em;
    }
}


.wizard-fieldset h5{

}
.container-sm{
    width: 50%;
    margin: 0 auto;
}

.wizard-select-checked, .btn-radio:hover, .btn-radio:focus, .btn-radio:not(:disabled):not(.disabled):active, .btn-radio:not(:disabled):not(.disabled).active, .show > .btn-radio.dropdown-toggle{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color-dark-1) !important;
    color: var(--white-1) !important;
    border-radius: var(--border-radius-btn) !important;
}
.wizard-select-checked  label, .btn-radio:hover  label, .btn-radio:focus  label, .btn-radio:not(:disabled):not(.disabled):active  label, .btn-radio:not(:disabled):not(.disabled).active  label, .show > .btn-radio.dropdown-toggle label{
    color: var(--white-1) !important;
}
.btn-radio label{
    display: inline-block;
    text-align: left;
    color: var(--black-1);
    /*color: var(--white-1) !important;*/
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
    color: #fff;
}
.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus, .select2-container--krajee .select2-selection:active {
    border-color: var(--primary-color) !important;
}
.select2-container--krajee .select2-selection{
    height: 4em;
}
.wizard-fieldset .select2-search__field{
    width: 100% !important; 
}


@media only screen and (max-width: 768px) {
    .form-wizard {
        padding: 0;
    }
    .container-sm{
        width: 100%;
        margin: 0 auto;
    }
    .form-wizard .form-wizard-steps li span {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 12px;
    }
    .wizard-fieldset .large-label{
        font-size: 12px;
    }
}


.feeling-category-box:hover a:hover{
    color: #fefefe;
}

.experiece-label {
    font-size: 16px;
}

.form-wizard-range-container .debt-amount-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-wizard-range-container .debt-amount-slider::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}
.form-wizard-range-container .debt-amount-slider input,
.form-wizard-range-container .debt-amount-slider label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.form-wizard-range-container .debt-amount-slider label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-wizard-range-container .debt-amount-slider label::before {
    content: attr(data-debt-amount);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
}
.form-wizard-range-container .debt-amount-slider label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.form-wizard-range-container .debt-amount-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
}
.form-wizard-range-container .debt-amount-slider input {
    display: none;
}
.form-wizard-range-container .debt-amount-slider input:checked + label::before {
    font-weight: 800;
    opacity: 1;
}
.form-wizard-range-container .debt-amount-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
}
.form-wizard-range-container .debt-amount-slider input:checked ~ .debt-amount-pos {
    opacity: 1;
}

.form-wizard-range-container .debt-amount-slider .debt-amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
}
form.form-wizard-range-container:valid .debt-amount-slider input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
}
form.form-wizard-range-container:valid .debt-amount-slider input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}


.mb-50{
    margin-bottom: 50px;
}