::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #040265 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #040265 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #040265 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #040265 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #040265 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #040265 !important;
    font-size: 1rem !important;
}
option {
    
    color: #040265 !important;
}

#kt_header{
    height: 45px;
    box-shadow: -1px 1px 4px 0px #c9c9c9 !important;
    /* border-bottom: 1px solid rgb(126, 126, 126); */
}
@media(max-width:568px){
#kt_header{
    height: 0;
    box-shadow: -1px 1px 4px 0px #c9c9c9 !important;
    /* border-bottom: 1px solid rgb(126, 126, 126); */
}}
.bx_shodow{
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%) !important;
}
.b_top{
    border-top: 2px solid rgb(224, 168, 60);
}
.b_border_ltr{
    border-left: 1px solid rgb(184, 184, 184);
    border-right: 1px solid rgb(184, 184, 184);
    border-radius: 5px 5px 0px 0px;
}
.border_bot_primary{
    border-bottom: 4px solid #2268aa;
}
.border_bot_danger{
    border-bottom: 4px solid #cd2b30;
}
.border_bot_progress{
    border-bottom: 4px solid #ee980e;
}
.border_bot_success{
    border-bottom: 4px solid #43a74f;
}
.border_bot_notvisited{
    border-bottom: 4px solid #3eb6e7;
}
.border_bot_yes{
    border-bottom: 4px solid #8f20a0;
}
.border_bot_not{
    border-bottom: 4px solid #d34934;
}
.tex_primary{
    color: #2268aa;
}
.tex_danger{
    color: #cd2b30;
}
.tex_progress{
    color: #ee980e;
}
.tex_success{
    color: #43a74f;
}
.tex_notvisited{
    color: #3eb6e7;
}
.tex_yes{
    color: #8f20a0;
}
.tex_not{
    color: #d34934;
}
.svg-icon.svg-icon-3x{
    text-align: end;
    margin-top: -22px;
}


.wizard_clip_active{
    background: #0275d8;
    position: relative;
   
}
.wizard_clip_active::after {
    background: #0275d8;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #f0f0f0;

}

.wizard_clip_active::after {
    content: "";
    width: 42px;
    height: 42px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}

.wizard_clip_unprogress{
    background: #e4e6ef;
    position: relative;
    
}
.wizard_clip_unprogress>.wizard-label>.wizard-title{
    background: #e4e6ef;
    position: relative;
    color: rgb(0, 0, 0) !important;
}
.wizard_clip_unprogress::after {
    background: #e4e6ef;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #f0f0f0;

}

.wizard_clip_unprogress::after {
    content: "";
    width: 42px;
    height: 42px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}
.wizard_clip_success{
    background: #1bc5bd;
    position: relative;
    color: #fff !important;
}
.wizard_clip_success::after {
    background: #1bc5bd;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #f0f0f0;

}

.wizard_clip_success::after {
    content: "";
    width: 42px;
    height: 42px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}
@media(max-width:568px){

.wizard_clip_active::after {
    content: "";
    width: 34px;
    height: 34px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}
.wizard_clip_success::after {
    content: "";
    width: 34px;
    height: 34px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}
.wizard_clip_unprogress::after {
    content: "";
    width: 34px;
    height: 34px;
    -webkit-transform: scale(.72) rotate(45deg);
    -ms-transform: scale(.72) rotate(45deg);
    transform: scale(.72) rotate(45deg);
    position: absolute;
    right: -18px;
    z-index: 1;
    -webkit-box-shadow: 2px -2px 0 1px #fff;
    box-shadow: 2px -2px 0 1px #fff;

}
}
.wizard-label{
    position: relative;
}
label{
    font-size: 1rem;
    color: #0275d8 !important;
}
label>i{
    font-size: 1rem;
    color: #0275d8;
}
.content{
    background: #ffffff;
}
.content>.d-flex>.container{
    background: #ffffff;
}
.image-input-document{
    position: relative;
    display: inline-block;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5px;
}
.image-input-wrapper-document{
    width: 150px;
    height: 150px;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.subheader {
    display: none;
}
@media screen and (max-width:568px) {
    .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{
        flex-direction: column;
    }
}