@CHARSET "UTF-8";

.requestViewTable .accept .responseVerb {
	color: #35AA47;
	font-weight: bold;
}

.requestViewTable .decline .responseVerb {
	color: #AA0000;
	font-weight: bold;
}

.requestViewTable .cancel .responseVerb {
	color: #AA0000;
	font-weight: bold;
}

#hubEmailMatchInviteBoxInner {
	display: flex;
	flex-direction: column;
}


#hubEmailMatchInviteBoxInner .inviteLine {
	display: flex;
	justify-content: space-between;
}

#hubEmailMatchInviteBoxInner .inviteLine>div {
	display: flex;
	vertical-align: middle;
	padding: .3em;
	max-width: 350px;
	align-items: center;
}

.invitationTitle{
	height: 90.51px;
    border: 1px solid #e0e0e0;
	color: #666666;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-height : 80px; 
	border-radius: 9px !important;
    box-shadow: 0px 0px 4px 0px #00000040 !important;
	margin-top:20px
}

.requestTitle{
	color: #000000;
	font-size: 16px;
	font-weight: 600 !important;
    text-align: left;
    margin: 0;
    line-height: 1.428571429;
}

.titleSummary{
	font-size: 15px;
	font-weight: 400;
	margin-top: 8px;
	margin-left: 12px;
	line-height: 17.9px;
	text-align: left;
	color: #6B6B6B;
}

.invitationTable{
    border: 1px solid #e0e0e0;
	color: #666666;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-height : 80px; 
	border-radius: 9px !important;
    box-shadow: 0px 0px 4px 0px #00000040 !important;
	margin-top:20px
}

.invitationItem {
	height: 60px;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0
}

.invitationItemName{
	font-size: 15px;
	font-weight: 600;
	line-height: 17.9px;
	text-align: left;
	color: #595959;
	height: 35px;
	padding-top: 10px;
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}

.invitationTitleDiv{
	background: #FCFCFC !important;
}

#hubEmailMatchInviteBox{
	height:460px;
}

.acceptInviteIcon{
	width: 22px;
	height: 22px;
	background-image: url('/Dashboard/icons/accept-Icon.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	margin-right: 15px;
}

.declineInviteIcon{
	width: 22px;
	height: 22px;
	background-image: url('/Dashboard/icons/decline-Icon.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
}

@media screen and (max-width: 800px ) {
	.invitationItemName {
		width: 50% !important;
	}
}

@media screen and (max-width: 500px ) {
	.invitationTitle {
		width: 50% !important;
	}
	.invitationTable {
		width: 50% !important;
	}
	.invitationItem .btn {
		width: 25px;
	    padding: 0;
	    font-size: 7px;
	}
	
	.invitationItem .btn.defaultcolor {
		margin-right: 5px !important;
	}
}

.gobackContainer {
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer !important;
	width: fit-content;
}

.gobackContainer label {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	cursor: pointer !important;
}