/*error*/
.error {
    padding: 5px;
    margin: 5px 0px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.form-control.alert {
    border: solid 1px #FBD3C6 !important;
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
}

/*error*/
/***********lazyLoad************/
.lazyLoad {
    opacity: 0;
    transition: all 500ms;
}

.fadeLazy {
    opacity: 1.0;
    transition: all 500ms
}

.product-shine-loading {
    width: 297px !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    height: 398px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) {
    .product-shine-loading {
        width: 200px !important;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        background: #eee;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        border-radius: 5px;
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite;
        height: 208px !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/***********lazyLoad************/

/* -------------snap styles -------------- */
@media only screen and (max-width: 767px) {
    .mobile-span-mobile {
        height: auto !important;
    }
}
.span-flex {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    line-height: 10px;
}
@media screen and (max-width:567px) {
    .span-flex {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0;
        gap: 8px;
        line-height: 20px;
    }
}
/* -------------snap styles -------------- */

.numberCode{
    position: absolute;
    left: 10px;
    top:15px;
}

.recover_pass{
    display: flex;
    justify-content: space-between;
}

.employment-add-ham3d {
    margin: 3% 0;
    display: inline-block;
}

.employment-remove {

    height: 40px;
    line-height: 39px;
    margin-bottom: 19px;
}

.title_employment {
    font-size: 18px
}

.customRemoveBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(221, 0, 0, 1);
    padding: 0 10px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 25px;
    min-width: 40px;
    width: auto;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }