

.glow-on-hover {
    width: 220px;
    height: 35px;
    border: none;
    outline: none;
    /*color: #111;*/
    background: #47c1b2; 
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

    .glow-on-hover:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 10s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: 5px;
    }

    .glow-on-hover:active {
        color: #000
        /**/
    }

        .glow-on-hover:active:after {
            background: transparent;
        }

    .glow-on-hover:before {
        opacity: 1;
    }

    .glow-on-hover:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #055562;
        left: 0;
        top: 0;
        border-radius: 10px;
    }

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}
/********************************/

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.block_aa {
    position: relative;
    z-index: 0;
    /*width: 400px;*/
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    &::before

{
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite;
}

&::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
}

}
 

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    transition: width .6s ease;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#progress p {
    display: block;
    width: 240px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
}

    #progress p.success {
        background: #0c0 none 0 0 no-repeat;
    }

    #progress p.failed {
        background: #c00 none 0 0 no-repeat;
    }
    /*-------------------------------------*/


.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    /*width: 300px;
    height: 24px;*/
    /*padding-top: 0px !important;*/
    /*padding-top: 2px;*/
    margin-bottom: 5px;
    border: 1px solid #DDD ;/*!important;*/
    z-index: 99999 ;
    /*position: absolute;*/
}
#ui-id-1 {
    z-index: 99999 !important;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.alert-notifyErr {
    background-color: #dc3545;
    color: white;
}
.alert-notifySucc {
    background-color:forestgreen;
    color: white;
}
button.close {
    float: left;
    left: 5px
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    /*_width: 160px;*/
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#modalIns {
    width: 500px;
}

#DIV_sub_list_u_in > .row:hover {
    cursor: pointer;
    background-color: whitesmoke;
}

#DIV_sub_list_u_in_d > .row:hover {
    cursor: pointer;
    background-color: whitesmoke;
}
.ui-autocomplete-input {
    font-family: "wYekan";
}
#reclet, #ownlet {
    font-family: 'wYekan'
}

.icon-envelope-open, .icon-envelope {
    cursor: pointer;
}

.desc_defult {
    cursor: pointer;
    border: 1px solid #d5dbd5;

    margin: 5px;
}

    .desc_defult:hover {
        cursor: pointer;
        border: 1px solid #0c0;
        margin: 5px;
        -moz-box-shadow: 2px 3px 3px #a8d2cc;
        -webkit-box-shadow: 2px 3px 3px #a8d2cc;
        box-shadow: 2px 3px 3px #a8d2cc;
    }