::-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: 40px;
    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;
    }
}
.table_edit{padding: 0px 5px !important; background: #3699ff !important; color: #fff !important; }
.table_delete{padding: 0px 5px !important; background: #f64e60!important; color: #fff !important; }
.table_warning{padding: 0px 5px !important; background: #ffa800!important; color: #fff !important;}

.pagination-nav nav ul>.active>a {
    margin-left: .4rem;
    margin-right: .4rem;
    outline: 0 !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: .5rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: .42rem;
    border: 0;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
    background-color: #3699ff;
    color: #fff;
}

.pagination-nav nav ul li a {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
    outline: 0 !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem !important;
    min-width: 2.25rem !important;
    padding: .5rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: .42rem;
    border: 0;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
    color: #7e8299;
    background-color: transparent;
}

.text-height-0 {
    line-height: 1!important;
  }
  .text-height-1 {
    line-height: 1.5!important;
  }
  .text-height-2 {
    line-height: 2!important;
  }
  .text-height-3 {
    line-height: 2.5!important;
  }
  .text-height-4 {
    line-height: 3!important;
  }
  .text-height-5 {
    line-height: 3.5!important;
  }

  .paginationDab>nav>ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .paginationDab>nav>ul>li {
    text-align: center;
    display: inline-block;
  }
  
  .paginationDab>nav>ul>li a {
    color: white;
    background-color: #3699ff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin:1px;
    border-radius:5px;
  }