
#agency-list {
  overflow-y: auto;
  max-height: 300px;
}
.logoutButtonDiv {
 width: max-content;
}
.user-menu p{
   display: block !important;
}
.d-none {
	display: none;
}

.name-grey-bgrd {
	background-color: #f4f4f4 !important;
	border: 2px solid #f4f4f4 !important;
}

.user-menu-wrapper {
	position: absolute;
	z-index: 1001;
	right: 0;
}

.user-menu-wrapper::before {
	content: url(../../../content/dam/bsca/en/profile/rectangle.png);
	margin-right: 40px;
}

.user-menu {
	right: 0px;
	z-index: 1001;
	width: 320px;
	height: auto;
	top: 16px !important;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	background-color: #fff;
	position: absolute;
	display: flex;
	flex-direction: column;
}

.user-menu #agency-list div {
	height: 64px;
	color: inherit;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
}

.user-menu #agency-list div:hover {
	background-color: #e6f4f9;
	z-index: 1;
}

.user-menu #agency-list div #check-space {
	width: 60px;
	align-items: center;
	justify-content: center;
}

.user-menu #agency-list div .icon-check {
	margin: 0 auto;
}

.user-menu #agency-list div.selected #check-space::before {
	content: url(../../../content/dam/bsca/en/profile/Check-Sm.png);
}

.user-menu #agency-list div.selected .company-value {
	color: #0071bc;
	font-family: "ProximaNova-SemiBold";
}

.user-menu a#my-profile-menu-link {
	height: 88px;
	background: #f4f4f4;
	align-items: inherit;
	padding-top: 16px;
	border-radius: 16px 16px 0px 0px;
	justify-content: start;
	padding-left: 20px;
	text-align: left;
	font-family: "ProximaNova-SemiBold";
	font-size: 16px;
	color: #0071bc;
}

.user-menu a#my-profile-menu-link.admin {
	height: auto;
}

.user-menu a#logout-menu-link {
	background: #f4f4f4;
	border-radius: 0px 0px 8px 8px;
	height: 56px;
	padding: 15px 20px;
	font-size: 16px;
	color: #0071bc;
	font-family: "ProximaNova-SemiBold";
	text-align: right;
}

.user-menu .user-name {
	margin: 0;
	margin-bottom: 12px;
	font-size: 20px !important;
	color: #000 !important;
	padding-bottom: 0px !important;
}

.user-menu .company-value {
	margin-bottom: 0;
	max-width: 262px;
	text-align: left;
	padding-bottom: 0px !important;
}

/* Notification styles */
.notification {
	top: 45px !important;
	right: 0 !important;
	left: -525px !important;
}


/*shahzad*/
.alertCloseButton {
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 32px;
	font-weight: 600;
	cursor: pointer;
}

.btn-login-txt {
	position: static;
	width: 183px;
	height: 28px;
	left: calc(50% - 183px/2);
	top: calc(50% - 28px/2);
	font-family: 'ProximaNova-Semibold' !important;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.16px !important;
	color: #FFFFFF !important;
	margin: 0px 10px;
}

.btn-appoint {
	position: static;
	height: 24px;
	left: 19.05%;
	right: 18.45%;
	top: calc(50% - 24px/2);
	font-family: 'ProximaNova-Semibold' !important;
	font-size: 16px;
	line-height: 24px;
	text-align: center !important;
	letter-spacing: 0.16px !important;
	color: #FFFFFF !important;
	margin: 0px 10px !important;
}

.notification:after {
	width: 20px;
	height: 20px;
	background: #fff;
	right: 125px;
	top: -10px;
	transform: rotate(45deg);
	border-bottom: none;
	box-shadow: -5px -5px 10px rgb(0 0 0 / 16%);
	content: '';
	position: absolute;
	background-color: white;
}

.title-container {
	font-family: ProximaRegular, Arial;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 18px;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #D9D9D9;
	font-weight: bold;
}

.title-container-close {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 20px !important;
	padding-top: 10px;
}

.logout.logoutLink a {
	padding: 18px 0 0 18px;
	display: inline-block;
	color: #464646;
	font-size: 18px;
	text-align: left;
}

.notification-icon {
	display: inline-block;
	color: #25282a;
	font-size: 14px;
	font-weight: 700;
	clear: both;
	position: relative;
	cursor: pointer;
}

.notification-icon .notification-count {
	background-color: #af181e;
	height: 10px;
	width: 10px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	position: absolute;
	right: 0;
	color: #fff;
}

.notification {
	right: -30px;
	z-index: 1001;
	padding-top: 10px;
	width: 672px;
	height: auto;
	top: 40px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	background-color: #fff;
	position: absolute;
}

.notification .loader-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
	opacity: 0.95;
}

.notification .loader-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}

.notification .title-container {
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: 80px;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
}

.notification .title-container span {
	font-family: 'ProximaNova-Regular';
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 18px !important;
}

.notification .action-container {
	height: 80px;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.notification .action-container .link {
	font-size: 16px;
	border-radius: 20px;
	padding: 8px 10px;
	height: 40px;
	font-family: 'ProximaNova-Semibold';
	box-shadow: none !important;
	display: inline-block;
	background: transparent;
	margin-right: 20px;
	min-width: 60px;
	text-align: center;
	color: #0071bc;
	border: none;
}

.notification .bill-container {
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px;
}

.notification .bill-container span {
	font-size: 18px !important;
	font-family: 'ProximaNova-Semibold';
}

.notification .bill-container.applications {
	border: none;
}

.notification .bill-container .buttons a {
	font-size: 16px;
	border-radius: 20px;
	padding: 8px 10px;
	height: 40px;
	font-family: 'ProximaNova-Semibold';
	box-shadow: none !important;
	display: inline-block;
	background: #fff;
	margin-right: 20px;
	min-width: 60px;
	text-align: center;
	color: #0071bc;
	border: 1px solid #0071bc;
	text-decoration: none;
}

.notification .bill-container .buttons a.link {
	border: none;
}

.notification:after {
	width: 20px;
	height: 20px;
	background: #fff;
	right: 125px;
	top: -10px;
	transform: rotate(45deg);
	border-bottom: none;
	box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.16);
	content: '';
	position: absolute;
}

.user-menu {
	right: 0px;
	z-index: 1001;
	width: 320px;
	height: auto;
	top: 20px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	background-color: #fff;
	position: absolute;
	display: flex;
	flex-direction: column;
}

.user-menu a {
	height: 64px;
	color: inherit;
	display: flex;
	align-items: center;
	padding-left: 20px;
	cursor: pointer;
	font-size: 18px;
}

.user-menu a:hover {
	background-color: #e6f4f9;
	z-index: 1;
	text-decoration: none;
}

.user-menu a:first-child:hover {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.user-menu a:last-child:hover {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.resource-link {
	font-family: ProximaSemiBold, Arial, Helvetica, sans-serif;
	font-size: 15px !important;
	color: #0071bc !important;
}

.font-family-semi-b {
	font-family: 'ProximaNova-Semibold' !important;
}

.pad-l-30 {
	padding-left: 30px !important;
}

.name-grey-bgrd {
	background-color: #f4f4f4 !important;
	border: 2px solid #f4f4f4 !important;
}

.name-grey-bgrd {
	background-color: #e5e5e5;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	cursor: pointer;
	padding-bottom: 5px;
	border: 2px solid #ececec;
	border-radius: 16px;
	height: 32px;
	font-size: 16px;
	display: inline-flex !important;
	align-items: center;
	font-family: 'ProximaNova-Semibold';
}

.name-grey-bgrd:after {
	content: url('clientlib-common/resources/images/arrow-down.svg');
	height: 20px;
	width: 20px;
	transition: .5s all;
	display: block;
	margin-left: 22px;
	fill: #0071bc !important;
	color: #0071bc !important;
	transform: scale(2.2);
	margin-right: 0;
    margin-bottom: 27px;
}

.logout span {
	font-family: 'ProximaNova-Semibold';
	position: relative;
	/*display: inline-block;
    font-size: 18px;*/
	color: #464646;
}

.broker-login-link {
	width: 1250px !important;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
/*.loginButtonClass {
    float: none !important;
}*/
.btn-login-reg{
	background: url('../../../content/dam/bsca/en/profile/btn-split-login-reg.png?MOD=AJPERES&amp;CACHEID=c67c1919-c8e9-44cb-953b-6893d6498acf') 0 0 no-repeat;
	background-color: #0071BC;
	width: 188px;
	height: 30px;
	padding: 1px 33px 5px 0px;
	border: 0;
	color: #FFF;
	font-family: 'CenturyGothic';
	font-size: 16px;
	position: relative;
	top: 7px;
	border-radius: 8px;
    cursor: pointer;
}
.btn-login-reg:hover {
	background: url('../../../content/dam/bsca/en/profile/btn-split-login-reg.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_JOK61C41N8SP50Q0RTN2O73445-c67c1919-c8e9-44cb-953b-6893d6498acf-lowQsr7') 0 -30px no-repeat;
}
@media screen and (min-width: 1024px)and (max-width:1439.9px) {
.image {
    width:130px;
}
}
