#notificationtopnav-bg {
    background-color: var(--placeholder-gray);
}

#notification-top-section {
    position: relative;
    padding-top: 150px;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 135px;
    height: -webkit-fill-available;
    height: fill-available;
    height: -moz-available;
    /* max-width: 1275px; */
    max-height: 435px;
    background: url(../../assets/images/background-19.jpg) no-repeat center center;
}

#notification-main-container {
    display: inline-flex;
    width: 100%;
    padding: 0px;
    background: var(--box-gray);
}

@media screen and (max-width: 991px ) {
    #notification-main-container {
        display: inline-grid;
        flex-direction: column;
    }

    #notification-menu {
        margin-left: 15px!important;
    }
}

#notification-menu {
    min-height: 150px;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    padding: 15px 5px;
    position: sticky;
    top: 115px;
}

#notification-root-container {
    border-left: 2px solid var(--box-gray);
    margin-top: 5px;
    padding: 0px;
    position: relative;
    top: -25px;
    background: var(--primary-background);
}

#FrndReqHdr,
#notificationsHdr {
	padding: 10px 20px;
}

.notifyCard-new
.notifyCard {
    background: #70b5f933;
}

.notifyCard-new
.notifyCard:hover {
    cursor: pointer;
}

.notifyCard {
    width: 100%;
    min-width: 375px;
    max-width: 30%;
    height: 120px;
    display: inline-flex;
    background-color: #fff;
    /*margin: 10px;*/
    padding: 10px;
    border-bottom: 1px solid var(--border-gray);
}

#notification-container {
	height: 100%;
}

#notificationHeader {
	position: relative;
	top: 50px;
	font-size: 1.5rem;
}

#requests,
#notifications {
	position: relative;
    margin: 0px;
    padding: 10px;
}

.ntfyCrdHdr {
	/*padding-top: 20px;*/
}

.fullNameLbl {
	font-weight: bolder;
	color: var(--primary-title);
	font-size: 0.975rem;
}

.fullNameLbl:hover{
	cursor: pointer;
	text-decoration: underline;
}

/*.cnctBtn {
    padding-bottom: .125rem !important;
    padding-top: .125rem !important;
}

.cnctBtn svg {
    margin: 0.2rem;
}*/

/*.cnctBtn {
    padding: 4px 10px;
    text-align: center;
    min-width: 130px;
    width: auto;
    max-width: 135px;
    height: 35px;
    border-radius: 2.5px;
    font-weight: 500;
    font-size: 0.975rem;
    float: right;
}*/

/*.cnctBtn-sm {
    font-size: .9275rem!important;
    padding: 2px 10px!important;
    min-width: 95px!important;
    height: 32px!important;
    line-height: 1.833333;
}*/

/*.cnctBtn-sm > .connectedLbl,
.cnctBtn-sm > .addFriendLbl,
.cnctBtn-sm > .revConLbl,
.cnctBtn-sm > .acceptLbl {
    background: none!important;
    text-align: center!important;
}*/

.AccBtn, .AddBtn {
/*	background-color: var(--tertiary-btn);
    color: var(--secondary-label);*/
}

.RmvBtn {
/*    background: var(--tertiary-btn);
    color: #fff;*/
}

.RvkBtn, .DcBtn {
/*	background: var(--box-gray);
    color: var(--primary-label);
	margin-left: 10px;*/
}

.RvkBtn {
/*	margin-left: auto!important;*/
}

.ntfyCrdBtns {
	display: inline-flex;
	height: fit-content;
}

.cnctBtn:hover {
/*	cursor: pointer;
	opacity: 0.9;*/
}

.notifyAvtrCont {
    padding: 0px;
    text-align: center;
    width: fit-content;
}

.notifyAvtr {
	width: 50px;
    height: 50px;
    border-radius: 25px;
}

.ntfyCrdBody {
	display: inline-flex;
	margin-left: 15px;
}

.ntfyCrdDescr {
    color: var(--primary-text);
    font-size: 0.825rem;
    margin-bottom: 10px;
}
