/*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;
}


.singleMini .item a img{
    height: auto !important;
}

.information_edit_tab .form-group .zmdi{
    top:40px;
}

.agencyItem__content{
    bottom: 0;
}
.agencyItem__content--text{
    display: none;
}
.agencyItem:hover .agencyItem__content--text{
    display: block;
}

.newsMain__nextImg{
    background-repeat: no-repeat;
    background-size: contain;
}
.newsMain__prevImg{
    background-repeat: no-repeat;
    background-size: contain;
 
}

.agencySlider2 .slick-list{
    margin: 0 -10px;
}
.agencySlider2 .slick-slide{
    margin: 0 10px;
}