@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);
@import url('../css/style.css');

/*wizard*/

.main-content {
    padding: 50px 0;
}

.multiselect-dropdown span .optext {
    background-color: var(--light) !important;
    padding: 1px 0.75em;
    color: white !important;
}

.wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2% !important;
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
    min-height: 500px;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.wizard-menu {
    width: 300px;
    background-size: cover;
    background-position: center;
}

.wizard-menu .nav.nav-tabs {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wizard-menu .nav.nav-tabs li {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    height: 100px;
    position: relative;
}

.wizard-menu .nav.nav-tabs li.active {
    background: var(--secondary);
    color: #212529 !important;
}

.wizard-menu .nav.nav-tabs li.active a {
    color: #ffffff !important;
}

.wizard-menu .nav.nav-tabs li.active:after {
    content: "";
    color: #212529 !important;
    position: absolute;
    right: -40px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--secondary);
}

.wizard-menu .nav.nav-tabs li a {
    width: 100%;
    color: #212529;
    background: transparent;
    border: 0;
    padding: 15px 30px;
    position: relative;
    font-size: 18px;
}

.wizard-menu .nav.nav-tabs li a.active {
    color: white !important;
}

.wizard-menu .nav.nav-tabs li a span {
    font-size: 58px;
    opacity: 0.2;
    position: absolute;
    top: calc(50% - 40px);
    right: 15px;
    font-weight: bold;
}

.tab-content {
    width: calc(100% - 300px);
    padding: 30px 50px 100px 50px;
    position: relative;
}

.tab-content .bottom-action {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 200px);
}

.tab-content .bottom-actionM {
    position: absolute;
    bottom: 65px;
    width: calc(100% - 200px);
}

@media only screen and (max-width: 600px) {
    .wizard-menu {
        width: 100%;
    }

    .wizard-menu .nav.nav-tabs {
        width: 500px;
    }

    .wizard-menu .nav.nav-tabs li {
        text-align: inherit;
    }

    .tab-content {
        width: 800px;
    }

    .tab-content .tab-pane {
        width: 800px;
    }
}

.iti {
    display: flex !important;
}

.btn {
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background: var(--dark);
}

.btn-primary:hover {
    background: var(--dark);
}


p {
    font-size: 14px;
}

.btn-primary {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
}

.cursor-pointer {
    cursor: pointer;
    color: var(--dark);
}

.pic {
    margin-top: 30px;
    margin-bottom: 20px;
}

.card-block {
    width: 200px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px;
}

.card-body.show {
    display: block;
}

.card {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216);
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    filter: grayscale(100%);
}


.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /*-ms-filter: grayscale(0%);*/
    filter: grayscale(0%);
}

.selected {
    background-color: #527318;
    color: white !important;
}

.center {
    line-height: 200px;
    height: 200px;
    /*border: 3px solid green;*/
    text-align: center;
}

.center h2 {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.a {
    justify-content: center !important;
}


.btn {
    border-radius: 0px;
}

.btn,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.allowed-submit {
    opacity: .5;
    cursor: not-allowed;
}

.valid-input {
    border: 1px solid green !important;
}

.invalid-input {
    border: 1px solid red !important;
}

.invalid-msg {
    color: red;
}

.validation-form h3 {
    background: #eae9e9;
    text-align: center;
    padding: 5px 0px;
}

.validation-form {
    border: 1px solid orange;
    width: 50%;
    background: #dad9d9;
    padding: 10px 30px;
}

.validation-form .form-group {
    margin: 15px 0px;
}

.validation-form .form-group input {
    padding: 10px;
    width: 94%;
    boz-sizing: border-box;
    border: none;
    border-bottom: 1px solid orange;
}

.validation-form .form-group input:focus {
    outline: unset;
}

.validation-form .form-group input[type="submit"] {
    width: 100%;

    background: orange;
    font-size: 20px;
    color: white;
}

.dropzone {
    background: white;
    border-radius: 10px;
    border: 2px groove rgb(213, 213, 215);
    border-image: none;
    /*max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}


