
.notifications-not-showing{
    /* height: 0px !important; */
    opacity: 0;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
.all-reads .notfy-counter-container{
    opacity: 0;
    pointer-events: none;
}
.notfy-btn:not(.all-reads) .fa-bell{
    animation: shake 4.5s infinite;
}
.notification-icon {
    width: 35px;
}
.centralizator {
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notifications-bg {
    background-color: #fdfdfd;
}
.notifications-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    width: 100%;
}
.notifications-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    transition: .2s ease-in-out;
}
.notifications-not-showing .notifications-container {
    max-height: 0px;
    transition: .3s ease-in-out;
    pointer-events: none;
}
.notifications-arrow{
    width: 0px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    margin-left: auto;
    margin-right: auto;
}
.notifications-header{
    width: 100%;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: 1px solid #e4e4e4;
}
.notification{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
}
.notification:not(:first-child){
    border-top: 1px solid #e4e4e4;
}
.notification-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #7f7f7f;
    /* cursor:pointer; */
    flex-direction: column;
    min-height: 60px;
}
.notification-right {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7f7f7f;
}
.notification-middle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gn-muted{
    text-align: end;
    font-size: 12px;
    /* color: #a9a8a8; */
}
.notifications-footer{
    height: 10px;
    width: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.check-icon {
    width: 15px;
    padding: 10px;
}

.notfy-font{
    font-family: 'Source Sans Pro', sans-serif !important;
    color:#1d1d1d;
}

.notification{
    background-color: #f3f3f3;
}
.notification.read{
    background-color: #fdfdfd;
    transition: .2s ease-in-out;
}
.arrow_box {
	position: relative;
	background: #ffffff;
    border: 1px solid;
    border-color: #00000021;

}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 59%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 18px;
    margin-left: -18px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
    border-bottom-color:#00000021;
    border-width: 19px;
    margin-left: -19px
}
.arrow_box_down {
	position: relative;
	background: #ffffff;
    border: 1px solid;
    border-color: #00000021;

}
.arrow_box_down:after, .arrow_box_down:before {
	top: 100%;
	left: 11.5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    pointer-events: none;
}

.arrow_box_down:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 18px;
    margin-left: -18px;
}
.arrow_box_down:before {
	border-color: rgba(0, 0, 0, 0);
    border-top-color:#00000021;
    border-width: 19px;
    margin-left: -19px
}
.arrow_box_down .notifications-container {
    height: 300px;
}
.scroll--simple::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.scroll--simple::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}
.scroll--simple::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}
.check-icon {
    opacity: 1;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.read .check-icon {
    opacity: 0;
    pointer-events: none;
    transition: .5s ease-in-out;    
}

.notifications-out {
    position: fixed !important;
    left: 0px;
    right: 0px;
    width: 350px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
    z-index:99999;
}
.notfy-icon{
    fill:red;
}
.notfy-btn img {
    /* width: 25px;
    height: 25px; */
}
.notfy-btn{
    border-radius: 50%;
    border: 0;
    padding: 10px;
    background-image: transparent;
    background-color: unset;
    transition: .5s ease-in-out;
    cursor:pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    
}

.notfy-btn.notification-open {  
    border: 0px solid black;   
    /* background-image: radial-gradient( #ffffff, #ffffff00 ); */
    transition: 2s ease-in-out;    
}
.notfy-btn:focus {
    outline: 0;
}
.notfy-counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    color: white;
    margin-top: -7px;
    margin-left: 10px;
    font-weight: 600;
}
.close-icon{
    /* position: absolute; */
    /* margin-left: 150px; */
    color: #7f7f7f;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.hdr-btn-container{
    display: flex;
}
.hdr-txt-container{
    margin-left: calc(50% - 60px);
}

.readall-icon{
    /* position: absolute; */
    /* margin-left: 128px; */
    color: #7f7f7f;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: 1px;
}

.notfy-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #000000;
    width: 50px;
    height: 50px;
}
.notfy-float img {
    /* filter: sepia(1) invert(1); */
}
.notfy-btn.notification-open.notfy-float{
    /* background-image: radial-gradient( #00000036, #ffffff00 ); */
}

@keyframes shake {
    2%, 18% {
        transform: translate3d(-1px, 0, 0) rotate(5deg);
    }

    4%, 16% {
        transform: translate3d(1px, 0, 0) rotate(-5deg);
    }

    6%, 10%, 14% {
        transform: translate3d(-2px, 0, 0) rotate(10deg);
    }

    8%, 12% {
        transform: translate3d(2px, 0, 0) rotate(-10deg);
        
    }
    20%,100%{
        transform: translate3d(0px, 0, 0) rotate(0deg);        
    }
}
#decision-tooltip {
    z-index: 99999;
    /* display: flex; */
    flex-direction: column;
    background-color: #fdfdfd;
    border: 1px solid #e4e4e4;
    /* padding: 5px; */
    border-radius: 6px;
    position:absolute;
    display:none;
}

.spn-container:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}
.spn-container {
    padding: 9px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
}
.spn-container span .fa-external-link-alt {
    font-size: 12px !important;
}

.btn-action{
    max-height: 0px;
    transition: 1s;
    overflow: hidden;
    display:none;
    font-size: 14px;
    padding: 4px;
    padding-left: 0;
    padding-right: 0px;
    cursor:pointer;
}

.notification:hover .btn-none {
    max-height: 0px;
    overflow: hidden;
    display:none;
    transition: 1s;
}
.notification:hover .btn-action {
    max-height: unset;
    transition: 1s;
    display:block;
}

