.auth-icon {
    display: inline-block;
    margin: 0 10px;
}

.form-group.has-error .help-block {
    color: #dc3232;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.headerstyle-2 {
    position: relative;
}

.headerstyle-2.fr-menu .sb-menu {
    float: right;
}

.logo_login {
    margin-bottom: 25px;
    margin-top: 10px;
}

.login_group {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -80px;
    text-align: center;
}

.login_group .logo_login {
    margin-top: 0;
}

.logo_login img {
    width: 240px;
}

.alert-dismissible .close {
    padding: 1rem 1.25rem;
}

.select2-container {
    width: 100% !important;
}

.text-sm {
    font-size: 13px;
}

.text-bold {
    font-weight: 600;
}

.text-grey {
    color: #8f8f8f;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
    height: 20px;
}

.textarea-100 {
    max-width: 100%;
    min-width: 100%;
    min-height: 80px;
    max-height: 200px;
}

.preview img {
    width: 80px;
}

.template-upload p, .template-download p {
    font-size: 13px;
}

.document-block .form-group {
    margin-bottom: 0;
}

.notification-message {
    position: fixed;
    top: 20%;
    right: 30px;
    margin-left: -150px;
    margin-top: -50px;
    width: 350px;
    display: none;
    opacity: 0.8;
    background-color: #3f3f3f;
    color: #fff;
    border: 3px solid #303030;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    z-index: 10510000;
    box-shadow: 0 0 25px rgba(89, 89, 89, 0.8);
}

@media (max-width: 768px) {
    .notification-message {
        top: 15%;
        right: 0;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
}

.fr-top3-category {
    background: url(../img/background-imgs/step-bg.jpg) center center no-repeat;
}

.steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step {
    width: calc(33.33333% - 40px);
    margin: 0 20px 50px;
    text-align: center;
}

.step .button_small {
    margin: 0;
}

.step__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
    padding-bottom: 16px;
    /*position: relative;*/
    z-index: 600;
    text-align: center;
}

.step__desc {
    font-size: 14px;
    color: #787878;
    text-align: left;
}

.step__icon {
    height: 130px;
    text-align: center;
}

.step__top {
    /*position: relative;*/
    z-index: 500;
}

@media screen and (max-width: 992px) {
    .step {
        width: calc(50% - 40px);
    }

    .steps {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .step {
        width: 100%;
        margin: 0 0 50px;
    }

    .step br {
        display: none;
    }

    .interaction {
        margin: 0;
    }
}

.example {
    position: relative;
    max-width: 330px;
    padding-top: 48px;
    margin-left: auto;
}

.example::before {
    content: '';
    display: block;
    background: url(../img/background-imgs/clip.png) center no-repeat;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: auto 100%;
    z-index: 300;
}

.example__link {
    display: block;
    height: 455px;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 25px;
    background: url(../img/background-imgs/doc-bg.jpg) center no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.example__link img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    display: block;
}

.example__title {
    font-size: 15px;
    min-height: 100px;
    color: #2c2c2c;
}

.select2-search__field {
    width: 100% !important;
}

.badge-container {
    padding: 3px 4px;
    border-radius: 0.25rem;
}

.self-employee-text p {
    margin-bottom: 15px;
}

.header-container-block {
    transition: background-color 0.3s ease;
}

.header-container-block.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 999;
    background-color: white;
}