/* =============
   Form wizard
============= */

.stepy-step {
    padding: 0 20px;
}

.stepy-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.stepy-header li {
    cursor: pointer;
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.stepy-header li:after,
.stepy-header li:before {
    content: "";
    display: block;
    position: absolute;
    top: 43px;
    width: 50%;
    height: 2px;
    background-color: #64c5b1;
    z-index: 9;
}

.stepy-header li:before {
    left: 0;
}

.stepy-header li:after {
    right: 0;
}

.stepy-header li:first-child:before,
.stepy-header li:last-child:after {
    content: none;
}

.stepy-header li span {
    display: block;
    margin-top: 10px;
    color: #adb5bd;
    font-weight: 600;
}

.stepy-header li div {
    background-color: #64c5b1;
    font-size: 0;
    position: relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
    border: 2px solid #64c5b1;
    z-index: 10;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
}

.exist-table {
    min-height: auto;
}

#invEmail-error {
    position: absolute;
}

.stepy-header li div:after {
    font-family: "Material Design Icons";
    -webkit-font-smoothing: antialiased;
    line-height: 44px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    content: "\F12D";
    display: inline-block;
    font-size: 24px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.stepy-header li.stepy-active:after,
.stepy-header li.stepy-active ~ li:after,
.stepy-header li.stepy-active ~ li:before {
    background-color: #f8f8f8;
}

.stepy-header li.stepy-active ~ li div {
    border-color: #f3f3f3;
    background-color: #fdfdfd;
    color: #6c757d;
    font-size: 18px;
    font-weight: 660;
}

.stepy-header li.stepy-active ~ li div:after {
    content: none;
}

.stepy-header li.stepy-active div {
    cursor: auto;
    border-color: #64c5b1;
    background-color: #fdfdfd;
    color: #64c5b1;
}

.stepy-header li.stepy-active div:after {
    content: "\F64F";
}

.stepy-header li.stepy-active span {
    color: #64c5b1;
}

.stepy-navigator .btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #683b72 !important;
    border-color: #683b72 !important;
}

@media (max-width: 769px) {
    .stepy-header {
        margin-bottom: 20px;
    }
    .stepy-header li {
        display: block;
        float: left;
        width: 50%;
        padding-bottom: 0;
    }
    .stepy-header li:first-child:before,
    .stepy-header li:last-child:after {
        content: "";
    }
    .stepy-header li.stepy-active:last-child:after {
        background-color: #64c5b1;
    }
    .schools-input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .stepy-header li {
        width: 100%;
    }
    .stepy-header li.stepy-active:after {
        background-color: #64c5b1;
    }
}

.stepy-navigator {
    text-align: right;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 113px;
    margin-right: 113px;
}

.stepy-navigator_sign {
    /* text-align: right;
    margin-bottom: 0; */
    margin-top: 32px;
    margin-left: 35px;
    margin-right: 35px;
}

.ql-container {
    font-family: "Montserrat", sans-serif;
}

.ql-container.ql-snow {
    border-color: #e2e2e2;
}

.ql-bubble {
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.ql-toolbar {
    font-family: "Montserrat", sans-serif !important;
}

.ql-toolbar span {
    outline: none !important;
}

.ql-toolbar.ql-snow {
    border-color: #e2e2e2;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #e2e2e2;
}

.ql-snow .ql-stroke {
    stroke: #313a46;
}

.ql-snow .ql-fill {
    fill: #313a46;
}

.ql-snow .ql-picker {
    color: #313a46;
}

.ql-snow .ql-picker .ql-stroke {
    stroke: #313a46;
}

.ql-snow .ql-picker .ql-fill {
    fill: #313a46;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #313a46;
    border-color: #e2e2e2;
}

.ql-snow .ql-picker-options {
    background-color: #f8f8f8;
}

.ql-bubble .ql-tooltip {
    background-color: #313a46;
    color: #f3f3f3;
}

.ql-bubble .ql-stroke {
    stroke: #f3f3f3;
}

.ql-bubble .ql-stroke.ql-fill {
    fill: #f3f3f3;
}

.ql-bubble .ql-fill {
    fill: #f3f3f3;
}

.ql-bubble .ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble .ql-toolbar button.ql-active {
    color: #64c5b1;
}

.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke {
    stroke: #64c5b1;
}

.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill {
    fill: #64c5b1;
}

.editable-clear-x {
    background: url("../images/plugins/clear.png") center center no-repeat;
}

.editableform-loading {
    background: url("../images/plugins/loading.gif") center center no-repeat;
}

.editable-checklist label {
    display: block;
}

.close-icone {
    position: relative;
    top: 50px;
    right: 30px;
}

.bg-white {
    background-color: white !important;
}

.form-wizard-container {
    /* margin-top: 5rem; */
    margin-bottom: 19.188px;
}

.stepy-header li.stepy-active div {
    border-color: #683b72;
    background-color: #fdfdfd;
    color: #683b72;
}

.stepy-header li:after,
.stepy-header li:before {
    height: 2.5px;
    background-color: #683b72 !important;
}

.stepy-header li div {
    background-color: #683b72;
    border: 2px solid #683b72;
}

.stepy-header li.stepy-active span {
    color: #ea8a41 !important;
}

.form-title-con {
    margin-top: 2rem;
}

.schools-input {
    width: 60%;
}

.label-school {
    width: 31%;
}

.classes-input {
    width: 80%;
}

.classes-input-checked i {
    margin-left: 1rem;
}

.classes-name-number-con {
    position: relative;
}

.classes-name-number-con::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #b3bfc9;
    bottom: 0px;
    right: 0px;
    border-radius: 0.5rem;
}

.lms-bank-after {
    position: relative;
}

.lms-bank-after::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #b3bfc9;
    bottom: -10px;
    right: 0px;
    border-radius: 0.5rem;
}

.waves-effect {
    color: #fff;
    background-color: #683b72;
    border-color: #683b72;
    padding-left: 3rem;
    padding-right: 3rem;
}

.waves-effect-disable {
    background-color: #c2d1e6 !important;
    border-color: #c2d1e6 !important;
}

.waves-effect:hover {
    color: #fff;
    background-color: #683b72;
    border-color: #683b72;
}

.stepy-finish {
    color: #fff;
    background-color: #683b72;
    border-color: #683b72;
    padding-left: 3rem;
    padding-right: 3rem;
}

.error {
    color: #ef5b6d;
}

.fa-check-green {
    position: absolute;
    right: 20px;
    top: 0px;
}

@media (max-width: 1100px) {
    .schools-input {
        width: 100%;
    }
}

@media (max-width: 770px) {
    .classes-name-number-con::after {
        background: #b3bfc900;
    }
    .waves-effect {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .classes-students-con h3 {
        font-size: 0.8rem;
    }
    .classes-students-con h1 {
        font-size: 0.8rem;
    }
    .schools-input {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .stepy-header {
        display: flex;
    }
    .stepy-header li div {
        margin-left: 0;
    }
    .stepy-header li:last-child:after,
    .stepy-header li:last-child:before {
        content: "";
        display: none;
    }
    .stepy-header {
        margin-left: 103px;
    }
}

@media (max-width: 550px) {
    .stepy-header {
        margin-left: 60px;
    }
}

@media (max-width: 500px) {
    .stepy-header {
        display: flex;
    }
    .stepy-header {
        margin-left: 70px;
    }
    .stepy-header li div {
        width: 33px;
        height: 33px;
        line-height: 45px;
    }
    .stepy-header li div:after {
        line-height: 28px;
        font-size: 18px;
    }
    .stepy-header li:after,
    .stepy-header li:before {
        top: 39px;
    }
    .stepy-navigator {
        margin-left: -6px;
        margin-right: -10px;
    }
}

@media (max-width: 375px) {
    .waves-effect {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .stepy-header li div {
        margin-left: 0;
    }
    .stepy-header li:last-child:after,
    .stepy-header li:last-child:before {
        content: "";
        display: none;
    }
    .stepy-header {
        margin-left: 27px;
    }
}
