/* @extend display-flex; */
.display-flex, .select-icon, .select-icon i, .form-radio input + label figure, .form-flex, .steps ul, .actions ul li a, .form-row {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
.list-type-ulli, .steps ul, .actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.signup-form {
    padding: 30px 0px 52px 0px;
    position: relative;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.current {
    padding-top: 25px;
}

.form-flex {
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    padding: 0 140px;
}

.content {
    padding-right: 0;
    padding-left: 0;
    height: auto;
}

.content h3 {
    display: none;
}

.steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;

    padding: 2rem 0.5rem;
}

.steps ul li {
    width: calc(100% /3 - 1rem);
    margin-right: 8px;
}

.steps ul li a {
    text-decoration: none;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.1);
    color: #808080;
}

.steps ul li:hover a {
    background: #808080;
}

.steps ul li:hover a h3 {
    color: #fff;
}

.steps ul .current a {
    background: #808080;
}

.steps ul .current a h3 {
    color: #fff;
}

.actions {
    padding-right: 15px;
    padding-left: 15px;
}

.actions ul {
    display: inline-block;
    width: 100%;
}

.actions ul .disabled {
    display: none;
}

.actions ul li:first-child {
    float: left;
}

.actions ul li{
    margin-bottom: 8px;
    margin-top: 8px;
}

.actions ul li:first-child a {
    background: transparent;
    color: #999999;
    border: 1px solid #ebebeb;
    margin-right: 12px;
}

.actions ul li:nth-child(2), .actions ul li:last-child {
    float: right;
}

.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #3091da;
    font-size: 1.4rem;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.form-row {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.form-group-flex {
    width: 510px;
}

.form-group {
    padding-bottom: 20px;
    position: relative;
}

.form-input {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 20px;
    position: relative;
}

.form-input-flex {
    margin: 0 -10px;
}

input.error {
    border: 1px solid #f63726;
    margin-bottom: 20px;
}
label.error {
    font-size: 12px;
    color: #f63726;
}

.label-radio {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 70px;
}

.scheme-label{
    display: block;
    padding: 4px 0;
}
body{
    background-color: #fcf8f2;
}
.brand-title{
    margin-left: 1.5rem;
}
.table-head>tr>th{
    background-color: rgb(153 131 101);
    color: white;
}
.form-check-label{
    font-size: 1.1rem;
    color: rgb(101, 101, 101);
    padding-left: 20px;
    width: 90%;
}
.selectable-time{
    min-height: 200px;
}
.put-right{
    float: right;
}
.put-right:after{
    clear: both;
}
.card-dates {
    margin-right: 0;
    padding-right: 12px;
}
.card-dates:not(:last-child) {
    border-right: none;
}
.completed-seal{
    z-index: 99;
    max-height: 28px;
    display: inline;
    opacity: 0.9;
}
.ml-1{
    margin-left: 1rem;
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .form-group-flex {
        width: 310px;
    }
}

@media screen and (max-width: 768px) {
    .steps ul, .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .steps ul li {
        width: 100%;
    }

    .content {
        height: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .form-file {
        margin-bottom: 20px;
    }

    .form-flex {
        padding: 0 40px;
    }

    .form-input, .form-group-flex {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .brand-title{
        display: none;
    }
    .signup-form {
        padding-left: 0;
        padding-right: 0;
    }
    .actions ul li:nth-child(2), .actions ul li:last-child {
        float: none;
    }
    .mobile-no{
        display: none;
    }
    .form-check-label{
        padding-left: 0;
        width: 80%;
    }
}
