/*HRB_notify Powered By Hamidreza Biglari WWW.HRBCMS.IR*/
@import "animate.css";
.content_hrb_notify {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    direction: rtl;
    flex-direction: column;
    z-index: 10000000;
    padding: 20px;
    pointer-events: none;
}
.content_hrb_notify.hrb_notify_bottomRight {
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    align-items: flex-start;
}
.content_hrb_notify.hrb_notify_bottomCenter {
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    align-items: center;
}
.content_hrb_notify.hrb_notify_bottomLeft {
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    align-items: flex-end;
}
.content_hrb_notify.hrb_notify_topRight {
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.content_hrb_notify.hrb_notify_topCenter {
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    align-items: center;
}
.content_hrb_notify.hrb_notify_topLeft {
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    align-items: flex-end;
}
.content_hrb_notify.hrb_notify_middleRight {
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-start;
}
.content_hrb_notify.hrb_notify_middleCenter {
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}
.content_hrb_notify.hrb_notify_middleLeft {
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
}
.box_hrb_notify {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 40px;
    background: #dadada;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding: 20px 60px 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -5px #000;
    margin: 2px;
    opacity: 0;
    pointer-events: auto;
    overflow: hidden;
}
.box_hrb_notify:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
}
.box_hrb_notify.hrb_notify_success:before {
    content: "\f058";
}
.box_hrb_notify.hrb_notify_danger:before {
    content: "\f057";
}
.box_hrb_notify.hrb_notify_warning:before {
    content: "\f071";
}
.box_hrb_notify.hrb_notify_info:before {
    content: "\f05a";
}
.box_hrb_notify.hrb_notify_success {
    background: #0fbb6c;
    color: #fff;
}
.box_hrb_notify.hrb_notify_danger {
    background: #b80636;
    color: #fff;
}
.box_hrb_notify.hrb_notify_warning {
    background: #de9c04;
    color: #fff;
}
.box_hrb_notify.hrb_notify_info {
    background: #58b2ff;
    color: #fff;
}

.box_hrb_notify i.close {
    position: absolute;
    left: 5px;
    top: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    bottom: 0;
}
.box_hrb_notify i.close:hover {
    color: #fff;
}
i.progress_hrb_notify {
    position: absolute;
    bottom: 0;
    height: 4px;
    right: 0;
    background: rgb(2 2 2 / 50%);
    display: block;
    width: 0%;
}
.box_hrb_notify.animated i.progress_hrb_notify {
    width: 100%;
}
.select2-container {
    z-index: 10000000000 !important;
}
