ul.tagit.ui-widget.ui-widget-content.ui-corner-all {
    margin-bottom: 0px;
}
span.select2.select2-container {
    width: 100% !important;
}
#google_translate_element {
    float: right;
}
.no-result-div {
    margin-top: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
}
.ajax_loading {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #ffffffad;
    /* z-index: 1102; */
    z-index: 100001;
}

.ajax_loading img.loader_gif {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.notification_btn{ 
    margin-left:80%;
}

.ps-notify-alert:hover{opacity:0.9;cursor:pointer;}
.ps-notify-alert{width:100%;padding:15px;border-radius:5px;margin-top:15px;}
.ps-notify-alert.success{background:white;color: black;}
.ps-notify-alert.danger{background: white;color: black;}
span.ps-notify-close{float: right;margin-top: -28px;margin-right: -12px;font-size: 25px;}
.ps-notify-cont{position: fixed;top: 0;width: 100%;left: 0;right: 0;margin: auto;z-index: 1143;max-width: 550px;}

.ps-notify-alert img {
    width: 40px;
    position: absolute;
}

.ps-notify-alert {
    position: absolute;
    padding: 30px;
    padding-bottom: 50px;
}

.alert-msg {padding-left: 60px;padding-top: 35px;}

.alert-msg ul {
    list-style: none;
    padding: 0;
}

.alert-msg h1 {
    color: #25A638;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 10px;
}

.alert-msg button {
    background: transparent linear-gradient(179deg, #39B54A 0%, #25A638 100%) 0% 0% no-repeat padding-box;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0px 0px;
    color: #fff;
    border-radius: 4px;
    display: block;
    margin-top: 30px;
}
.ps-alert-wrap:before {
    content: "";
    background: #000000a8;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}