.header .header-top{
    background-color: #E4E6EF;
}

.name-placeholder{
    background-color: #0069dd;
}

.profile-card:hover{
    border: 1px solid #0069dd !important;
}

.nav-link{
    color: #0069dd !important;
}

.nav-link:hover{
    color: #3F4254 !important;
}

.nav-link.active{
    color: #3F4254 !important;
}

.isa-primary{
    background-color: #0069dd;
    border-color: #0069dd;
    color: white;
}

.isa-primary-reversed{
    background-color: #cce6ff;
    border-color: #cce6ff;
    color: #0069dd;
}

.isa-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .isa-primary:focus:not(.btn-text), isa-primary.focus:not(.btn-text){
    background-color: #cce6ff;
    border-color: #cce6ff;
    color: #0069dd;
}

.isa-primary-reversed:hover:not(.btn-text):not(:disabled):not(.disabled), .isa-primary-reversed:focus:not(.btn-text), isa-primary-reversed.focus:not(.btn-text){
    background-color: #0069dd;
    border-color: #0069dd;
    color: white;
}

.isa-secondary{
    background-color: #00b3cc;
    border-color: #00b3cc;
    color: white;
}

.isa-secondary-reversed{
    background-color: #c1f4f0;
    border-color: #c1f4f0;
    color: #00b3cc;
}

.isa-secondary:hover:not(.btn-text):not(:disabled):not(.disabled), .isa-secondary:focus:not(.btn-text), .isa-secondary.focus:not(.btn-text){
    background-color: #c1f4f0;
    border-color: #c1f4f0;
    color: #00b3cc;
}

.isa-secondary-reversed:hover:not(.btn-text):not(:disabled):not(.disabled), .isa-secondary-reversed:focus:not(.btn-text), .isa-secondary-reversed.focus:not(.btn-text){
    background-color: #00b3cc;
    border-color: #00b3cc;
    color: white;
}

.isa-red{
    color: #cf004c !important;
}

.isa-yellow{
    color: #ffbf6d !important;
}

.isa-green{
    color: #6cd181 !important;
}

.isa-label-yellow  i, .isa-label-green i, .isa-label-red i {
    color: #fff !important;
}

.isa-edgeblue-text-nohover{
    color: #0069dd !important;
}

.isa-edgeblue-text{
    color: #0069dd !important;
}

.isa-edgeblue-text:hover{
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #cce6ff !important;
}

.isa-turquoise-text-nohover{
    color: #00b3cc !important;
}

.isa-turquoise-text{
    color: #00b3cc !important;
}

.isa-turquoise-text:hover{
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #c1f4f0 !important;
}

.isa-label-green{
    background-color: #6cd181;
    color: #fff !important;
}

.isa-label-yellow{
    background-color: #ffbf6d;
    color: #fff !important;
}

.isa-label-red{
    background-color: #cf004c;
    color: #fff !important;
}

.image-input-wrapper.profile-img{
    width: 168px !important;
    height: 180px !important;
    background-size: contain !important;
}

.image-input-wrapper.passport-img{
    width: 610px !important;
    height: 610px !important;
    background-size: 610px 610px !important;
}

.image-input-wrapper.logo-img{
    width: 350px !important;
    height: 350px !important;
}

@media (max-width: 768px) {
    .image-input-wrapper.passport-img{
        width: 336px !important;
        height: 336px !important;
        background-size: 336px 336px !important;
    }
}

.wizard-step{
    cursor: pointer;
}

label.cabinet{
    display: block;
    cursor: pointer;
}

label.cabinet input.file{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top:-30px;
}

#cropperarea{
    width: 450px;
    height: 450px;
    border: 3px solid darkgray;
    border-radius: 5px;
}

.error.error-6 .error-title {
    font-size: 5rem !important;
}

@media (min-width: 768px) {
    .error.error-6 .error-title {
        font-size: 10rem !important;
    }
}

.dashboard-avatar{
    height: 140px !important;
}

.modal-nav{
    border-bottom: 0 !important;
}

.modal-nav > .nav-link{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-nav > .nav-link.active{
    border-color: #E4E6EF !important;
}
