@font-face {
  font-family: 'Montserrat';
  src: url('../../font/Montserrat-Regular.otf') format("opentype");
}
@font-face {
  font-family: MontserratSemibold;
  src: url('../../font/Montserrat-SemiBold.otf') format("opentype");
}
@font-face {
  font-family: MontserratBold;
  src: url('../../font/Montserrat-Bold.otf') format("opentype");
 }
 
 @font-face {
  font-family: TTNormsRegular;
  src: url('../../font/TTNorms-Regular.otf') format("opentype");
}
 
 @font-face {
  font-family: TTNormsSemiBold;
  src: url('../../font/TTNorms-Medium.otf') format("opentype");
}
@font-face {
  font-family: TTNormsProRegular;
  src: url('../../font/TTNormsProRegular.ttf') format("truetype");
}
@font-face {
  font-family: 'TT Norms Pro DemiBold';
  src: url('../../font/TTNormsProDemibold.ttf') format("truetype");
}
 #logoutTST{
 	margin: 0;
 	padding: 0;
 }
 
 #logoutTST .header-cntr{
 	background: #e7f9f7;
	color: #00665c;
	font-family: TTNormsRegular;
	font-size: 16px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
 }
.arrowFeedBackLogin{
	background-image: url('../../img/feedBackLogInforwardNew.svg') !important;
	display: flex;
    width: 16px;
    height: 16px;
	gap: 16px;
}
 .GiveUsFeedbackNotification{
	display: flex;
	height: 80px;
	padding: 0px 292px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: var(--digital-state-success-200, #E7F9F7) !important; 
 }
 .GiveUsFeedbackNotificationText{
 	color: var(--digital-state-success-700, #007065) !important;
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: TTNormsProRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-right:24px;
 }
 .OnlineBankingFeedBack{
 	display: flex;
	padding: 8px 20px;
	align-items: center;
	border-radius: 4px;
	background: #99D9D5;
	padding-right:0px;
	width: 165px;
 }
 #FeedBackNew1{
 	display: inline-flex;
	padding: 8px 0px 8px 0px;
	align-items: center;
	border-radius: 4px;
	border-radius: 4px;
	
}
 .GiveUsFeedbackIcon{
 	display: flex;
	padding: 8px 20px 8px 16px;
	align-items: center;
	gap: 16px;
	border-radius: 4px;
 }
 .OnlineBankingGiveUsFeedback {
	color: var(--digital-primary-900, #00384D);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'TT Norms Pro DemiBold';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	
}
 .OnlineBankingFeedBack:hover{
 	background:#79C8C3;
 }
.OnlineBankingFeedBack:active{
 	background:#5BB3AE;
 }
.OnlineBankingFeedBack:disabled{
 	opacity: 0.5;
 }
 #logoutTST .head1-cntr{
 	padding-top: 64px !important;
 	height: auto;
 }
 
 
 #logoutTST .image-cntr{
 	display: flex;
    width: 860px;
    margin: auto;
    height: 96px;
 }
 
 #logoutTST .image-align{
 	width: 50%;
    height: inherit;
 }
 
  #logoutTST .logo-span{
  	width: 62%;
    height: inherit;
 }
 