/*client_branding.css*/
/* For Name and ID of Application */
div#header {
	display: none;
}
div#header h1 {
	display: none;
}

#header {
	display: none !important;
	height: 0px !important;
	position: relative !important;
}

div.loading_tl, div.loading_tr, div.loading_bl, div.loading_br {
	background: #cce3f5 url(/images/loading_sprite.png) no-repeat 0px 0px;
}

a.toggle_display, a.toggle_display:link {
	background: transparent url(/images/expand.gif) no-repeat left center;
}
a.toggle_display_visible, a.toggle_display_visible:link {
	background: transparent url(/images/collapse.gif) no-repeat  left center;
}
a.toggle_display_h, a.toggle_display_h:link {
	background: transparent url(/images/expand.gif) no-repeat  left center;
}
a.toggle_display_visible_h, a.toggle_display_visible_h:link {
	background: transparent url(/images/collapse.gif) no-repeat  left center;
}

/* Orderbook */
#multiTrancheListOrdersForm #dataList table td {
	border-color:#DBDDDE;
}

.two_column_layout .col_left_outer,
.two_column_layout .right_col {
	background-color: #fff;
}

/* Navigation Tabs */
#listOrdersNavigation ol{
	border-bottom: 0px;
}
#listOrdersNavigationUpdate {
	padding-top:0px;
	z-index:0;
}
#listIssuesInfo .navigation_tabs, .navigation_tabs {
	margin-bottom: 0px;
	background:transparent url(/images/nav_bg.png) repeat-x scroll left bottom;
	z-index: 200;
}
#listIssuesInfo #tabs{
	padding-bottom: 0px;
}
.navigation_tabs .tranche_heading{
	line-height: 2;
	color: #000;
}
.navigation_tabs li {
	background:#fff url(/images/issuelist_right.png) no-repeat scroll right 0;
}
.navigation_tabs a:link, .navigation_tabs a:visited {
	background:transparent url(/images/issuelist_left.png) no-repeat scroll 0 0;
	margin-right:8px;
	padding:0 3px 0 12px;
	width:auto;
	color: #1A1A1A;
}
.navigation_tabs li, .navigation_tabs a, .navigation_tabs a:link{
	margin-bottom: -1px;
}
.navigation_tabs li.selected, .navigation_tabs li.selected a, .navigation_tabs li.selected a:link{
	margin-bottom: 0px;
}
.navigation_tabs li.selected a:link, .navigation_tabs li.selected a:visited, .navigation_tabs li.selected a:hover, .navigation_tabs li.selected a:active {
	background:transparent url(/images/issuelist_left.png) no-repeat scroll 0 0;
}
.navigation_tabs .selected a, .navigation_tabs .selected a:visited{
	color: #D6002A;
}

.navigation_tabs li.selected{
	background-color:#fff;
}
.navigation_tabs a:hover, .navigation_tabs  a:active{
	text-decoration: underline;
}
.tranche_heading{
	background:#ffffff none !important;
}
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	background: #4C4B4C 0% 0% no-repeat padding-box;
	opacity: 1;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	visibility: hidden;
	cursor: pointer;
	z-index: 999;
}
.footerDiv {
	background-color: #4C4B4C;
	position: fixed;
	height: 24px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	text-align:center;
	visibility: visible;
}

.footerDivExpand {
	height: 60px;
}
.copyrightPageFooter {
	position: fixed;
	height: 16px;
	bottom: 4px;
	text-align: left;
	margin-left: 23.67px;
	color: #FFFFFF;
	visibility: visible;
}

.copyrightPageFooterExpand {
	height: 50px;
}

.fixedBottomDiv {
	position: fixed;
	width: 257.24px;
	height: 16px;
	right: 24.68px;
	bottom: 4px;
	text-align: right;
	color: #FFFFFF;
	visibility: visible;

	background-image: url('/images/footer_chevron.svg');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}
.fixedBottomDivExpand {
	height: 50px;
	background-image: url('/images/footer_dash.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}

.fixedBottomDiv a {
	color: white;
	text-decoration: none;
}

.copyrightPageFooterExpand a, .copyrightPageFooterExpand:active, .copyrightPageFooterExpand:hover {
	color: white !important;
	text-decoration: none;
}

.copyrightPageFooterExpand li {
	display: inline-block;
	color: #FFFFFF;
}

.fixedBottomDiv li {
	display: inline-block;
	color: #FFFFFF;
}
.fixed_wrapper {
	position: relative !important;
	width: 100%;
	min-height: 97.3% !important;
}

#username {
	padding: 0;
	position: absolute;
	right: 0;
	top: 1px;
	width: auto;
	word-break: break-all;
}

/** Adjust DealOrderbook elements which are absolute positioned from top*/
#a,
#b,
#f {
	top: 320px !important;
}

#c,
#d,
#e {
	top: 150px !important;
}

div#loginuatheader {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif !important;
}

#navL1Menu{
	margin-right: 370px !important;
}

/*CHECKBOXES*/
input[type="checkbox"]:before {
	display: inline-block;
	/*font: normal normal normal 14px/1 FontAwesome;*/
	/*font-size: inherit;*/
	/*text-rendering: auto;*/
	/*-webkit-font-smoothing: antialiased;*/
	content: url('/images/box_grey3.png');
	opacity: 1 !important;
	appearance: none;
	background: transparent;
	color: #1A1A1A;
	cursor: pointer;
}

input[type="checkbox"]:disabled:before {
	content: url('/images/box_grey3.png');
	cursor: not-allowed;
}

input[type="checkbox"]:checked:before {
	content: url('/images/box_grey3.png');
	background-image: url('/images/icons8-tick-16.png');
	background-size: 12px 14px;
	background-repeat: no-repeat;
	background-position: center;
}

input[type="checkbox"] {
	font-size: 11px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin-right: -2px;
	border: 0px solid !important;
}



/*RADIO*/
input[type="radio"] {
	appearance: none;
	width: 13px !important;
	height: 13px !important;
	border: 1px solid #5C5C5C;
	border-radius: 50%;
	background-clip: content-box;
	padding: 1px;
}

input[type="radio"]:checked {
	background-color: #006D89;
}

a, a:link, a.reverse, a.reverse:link{
	color: #0271BB;
	text-decoration: none;
}
a:hover, a:active, a.reverse:hover, a.reverse:active {
	color: #0271BB;
	text-decoration: underline;
}

.button span.button-body {
	background: #006D89 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #fff;
}
.button span.button-left {
	background: #006D89 0% 0% no-repeat padding-box;
	opacity: 1;
}
.button span.button-right {
	background: #006D89 0% 0% no-repeat padding-box;
	opacity: 1;
}

/*CALENDAR*/
#calendar #content td  {
	border: 0px;
}

#calendar tr.colhead td {
	background-color: #EEEEEE;
}

#calendar #content tr > td:nth-of-type(1), #calendar #content tr:first-of-type > td {
	background-color: #EEEEEE;
}

#calendar #content td a.reverse.colhead font {
	color: #D6002A ;
	background-color: #cccccc;
}

#calendar #content td a.reverse.colhead {
	border-top: 2px solid #D6002A;
	color: #D6002A ;
	background-color: #cccccc;
}

#calendar #content td a > font {
	color: #000;
}
#calendar #spanMonth, #calendar #spanYear {
	color: #4997AB;
	font-weight: 900;
}

#calendar a:hover, #selectMonth a:hover, #selectYear a:hover {
	color: #D6002A !important;
	border-top: 2px solid #D6002A;
	text-decoration: none;
	background-color: #cccccc;
}

#selectMonth td,  #selectYear td {
	background-color: #FFFFFF;
	border: 0px;
}

#calendar #spanMonth, #calendar #spanYear {
	border: 0;
}

#calendar a, #calendar a:link, #calendar a.reverse, #calendar a.reverse:link{
	color: #000;
	text-decoration: none;
}
#calendar a:hover, #calendar a:active, #calendar a.reverse:hover, #calendar a.reverse:active {
	color: #000;
	/*text-decoration: underline;*/
}
#selectMonth a, #selectYear a, #selectMonth a:link, #selectYear a:link {
	color: #000;
}
#selectMonth a:hover, #selectYear a:hover, #selectMonth a:active, #selectYear a:active {
	color: #000;
}
#calendar #content td a {
	color: #000;
}

/*SELECT + DROP DOWN*/
select {
	padding: 0.3em;
	border-color: #cccccc;
	border-radius: 2px;
	/*outline: none;*/
}

select:focus {
	background: transparent;
}

select option:hover, select option:checked {
	background-color: #cccccc;
}

#listCompanies td.theadTagFix a {
	color: #0271BB;
}

div.scpopup {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 3px #8A8F95E6;
	border: 1px solid #EEEEEE;
	opacity: 1;
}

div.scpopup h1,
div.scpopup h2,
div.scpopup h3,
div.scpopup h4,
.div-header {
    display: block;
    color: #D6002A !important;
    background-color: #cccccc !important;
    text-align: left !important;
}

/** popup deleteIssue, removeTranche, disconnectIssuenet **/
#disconnectIssuenet{
	border:#CCCCCC 4px solid;
}
#disconnectIssuenet div{
	height: 0px !important;
}
#deleteIssueDiv{
	border:#CCCCCC 4px solid;
}
#deleteIssueDiv div{
	height: 0px !important;
}
#removeTrancheDiv{
	border:#CCCCCC 4px solid;
}
#removeTrancheDiv div{
	height: 0px !important;
}

#accountSearchAddOrders #contact-suggestions {
	top: 196px !important;/*override inline style*/
}

#editOrderInvestorDetails #contact-suggestions {
	top: 177px !important; /*override inline style*/
	left: inherit !important;/*override inline style*/
}

#viewDealTrancheReferenceToggle a#showPrices,
#viewDealTrancheReferenceToggle a#showPrices:link,
#viewDealTrancheReferenceToggle a#showPrices:hover,
#viewDealTrancheReferenceToggle a#showPrices:active{
	color:#0271BB;
}

a.toggle_display, a.toggle_display_visible, a.toggle_display_visible_h:hover, a.toggle_display_visible_h:active {
	color:#0271BB;
}
a.expand_link, a.expand_link:hover, a.expand_link:active, a.contract_link,
a.contract_link:hover, a.contract_link:active, a.expand_working, a.expand_working:hover, a.expand_working:active {
	color:#0271BB;
}
/*module_login.css*/
/* Login */
 div#login_wrapper {
     position: absolute;
     left: 0%;
     right: 0%;
     top: 0%;
     bottom: 0%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 form#updatePasswordForm div#login-wrapper {
     margin: 0 15px 0 730px;
     border: 1px solid #dbddde;
     text-align: left;
     padding: 0 0 15px 0;
     width: auto;
}
 form#updatePasswordForm div#login-wrapper h4.warning_large_old {
     padding: 0 0 0 15px;
     margin: 0;
}
 form#updatePasswordForm ol.editorial {
     color: #666;
     font-size: 1.1em;
     margin-top: 5px;
}
 form#updatePasswordForm label {
     width: 100%;
}

 form#updatePasswordForm div#form-error {
     margin: 3px 15px;
}
 form#updatePasswordForm div.messaging_info {
     margin: 15px;
     padding: 55px;
 }
 form#updatePasswordForm input#updatePwdSave {
     width: 32px;
     height: 18px;
     margin: 5px 0;
}
 form#loginForm select#multiUserFound {
     margin-left: 25px;
 }

 .top-brand-bar {
     background-color: #d11919;
     height: 6px;
     width: 100%;
     margin-bottom: 0.5rem;
     top: 0;
}
 .login-container {
     box-sizing: border-box;
     position: absolute;
     width: 560px;
     height: 451px;
     background: #FFFFFF;
     box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
}
 .ihs-sp-logo-container {
     right: 0px;
     top: 0px;
     bottom: 398px;
     background: #FFFFFF;
     box-shadow: inset 0px -1px 0px #ced0d1;
     height: 53px;
     width: 560px;
}
 .sp_logo_position {
     position: static !important;
     margin: 9px 0px 0px 8px;
}
 div.ihs-sp-logo {
     background: url("../images/splogo.png") no-repeat left center;
     background-size: 25%;
     position: absolute;
     width: 560px;
     height: 36.28px;
     left: 8px;
     top: 9px;
}
 .login-panel {
     position: absolute;
     width: 558px;
     height: 334px;
     left: 0.18%;
     right: 0.18%;
     top: 11.75%;
     bottom: 14.19%;
}
 .login-group {
     position: absolute;
     width: 512px;
     height: 293px;
     top: 17px;
}
 div#loginTitlePanel.h1 {
     padding-left: 32px !important;
     left: 24px;
     width: 45px;
     height: 18px;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 18px;
     letter-spacing: 0.02em;
     color: #212529;
}
 .formDiv {
     width: 80%;
     margin: auto;
}
 div#alertdiv {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 99;
     text-align: center;
     vertical-align: middle;
     background-color: #e3e3e3;
     opacity: 0.9;
     filter: alpha(opacity=90);
}
 .login-wrapper {
     position: absolute;
     left: 0%;
     right: 0%;
     top: 0%;
     bottom: 0%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 div#login-form-footer {
     position: absolute;
     left: 0%;
     right: 0%;
     top: 85.81%;
     bottom: 0%;
     background: #4C4B4C;
     min-height: 70px;
     padding-top: 4px;
}
 #loginSubmit {
     width: 105px;
     height: 24px;
     margin-top: 16px;
     margin-left: 359px;
     background: #006D89;
     border-radius: 2px;
     font-family: Source Sans Pro, sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 11px;
     line-height: 14px;
     align-items: center;
     text-align: center;
     color: #FFFFFF;
     padding: 0px;
     border-width: 0px;
}

 .reset-button {
     width: 107.5%;
     padding: 9px;
     color: white;
     border: none;
     border-radius: 4px;
     cursor: pointer;
     font-size: 14px;
     margin-top: 0;
     margin-left: 0;
     font-weight: 100;
     background: #006D89;
 }


 .loginFormLabelUsername {
     font-family: Source Sans Pro, sans-serif;
     font-style: normal;
     font-weight: 600;
     font-size: 14px;
     line-height: 18px;
     color: #4C4B4C;
     display: block;
     margin-top: 30px;
     margin-bottom: 8px;
}
 .loginFormLabelPassword {
     height: 18px;
     left: 47px;
     top: 116px;
     font-family: Source Sans Pro, sans-serif;
     font-style: normal;
     font-weight: 600;
     font-size: 14px;
     line-height: 18px;
     color: #4C4B4C;
     display: block;
     margin-top: 16px;
     margin-bottom: 8px;
}
 .loginFormInput {
     appearance: none;
     box-sizing: border-box;
     padding: 4px 311px 4px 8px;
     height: 24px;
     width: 464px;
     background-color: #FFFFFF !important;
     border: 1px solid #484B50;
     box-shadow: -2px -2px 8px rgb(41 50 70 / 15%), 2px 2px 8px rgb(41 50 70 / 20%);
}
 a#ssoLogin {
     position: relative;
     height: 15px;
     /*left: 36px;*/
     /*top: -15px;*/
     font-family: Source Sans Pro, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 15px;
     color: #0271BB;
     background: #FFFFFF;
     border-width: 0px;
     text-decoration: none;
}

a#oidcLogin {
    position: relative;
    height: 15px;
    /*left: 36px;*/
    /*top: -15px;*/
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0271BB;
    background: #FFFFFF;
    border-width: 0px;
    text-decoration: none;
}

a#forgotPassword {
    position: relative;
    height: 15px;
    left: 256px;
    top: 42px;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0271BB;
    background: #FFFFFF;
    border-width: 0px;
    text-decoration: none;
}
a#forgotUsername {
    position: relative;
    height: 15px;
    left: 159px;
    top: 27px;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0271BB;
    background: #FFFFFF;
    border-width: 0px;
    text-decoration: none;
}

 div#copyright-links {
     display: inline-block;
     vertical-align: middle;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-size: 10px;
     line-height: 11px;
     letter-spacing: 0.05em;
     color: #FFFFFF;
     margin: 8px !important;
     width: 380px;
}
 #login-form-footer ul {
     float: none;
     margin: 0;
     padding: 0;
     padding-top: 4px;
}
 #login-form-footer li {
     display: inline-block;
     margin: 0 0.25em;
     color: #FFFFFF;
}
 #login-form-footer a {
     color: #fff;
     text-decoration: none;
}
 small#copyrightFooter {
     display: inline-block;
     padding-top: 4px;
     font-weight: 400;
     font-size: 10px;
}
 #loginFooter {
     background-color: #4C4B4C;
     position: fixed;
     bottom: 0;
     width: 100%;
     height: 30px;
}
 #updatePwdSave {
     height: 17px;
     margin-top: 10px;
     margin-left: 10px;
     background: #006D89;
     border-radius: 2px;
     font-family: Source Sans Pro, sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 11px;
     line-height: 14px;
     align-items: center;
     text-align: center;
     color: #FFFFFF;
     padding: 0px;
     border-width: 0px;
}

#updatePwdChange {
    height: 17px;
    margin-top: 10px;
    margin-left: 10px;
    background: #006D89;
    border-radius: 2px;
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 0px;
    border-width: 0px;
}
 div#sp-login-form-error {
     width: 433.56px;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     line-height: 12px;
     letter-spacing: -0.03em;
     font-size: 11px;
     color: #000000;
     mix-blend-mode: multiply;
     border: 1px solid #CF1134;
     border-radius: 5px 4px 4px 6px;
     background: url(../images/error_icon.png) no-repeat left;
     padding-top: 4px !important;
     padding-right: 2px !important;
     padding-bottom: 4px !important;
     padding-left: 50px !important;
     margin-top: 16px;
     margin-left: 32px 
}
 #sp-login-form-error strong {
     font-size: 12px;
     color: #000;
}
 #sp-login-form-error span {
     padding: 0 5px;
     color: #000;
}
 div#loginTitlePanel.h1 {
     padding-left: 32px !important;
     left: 24px;
     width: 100px;
     height: 18px;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 18px;
     letter-spacing: 0.02em;
     color: #D6002A;
}
 .termsOfUse {
     position: absolute;
     width: 354px;
     height: 15px;
     left: 91px;
     top: 300px;
     font-family: Arial, sans-serif;
     font-style: italic;
     font-weight: 400;
     font-size: 13px;
     line-height: 15px;
     text-align: center;
     letter-spacing: -0.03em;
     color: #4C4B4C;
}
 .greyBorder {
     position: relative;
     bottom: 7.19%;
     height: 1px;
     width: 512px;
     top: 14px;
     border-radius: 0px;
     left: -74px;
     background: #CED0D1;
}

 /*FIBB-80389*/
.container {
    background: #FFFFFF !important;
    padding: 25px !important;
    width: 435px !important;
}
.fp {
    font-size: 15px; /* Adjust font size */
    /*margin-bottom: 20px; !* Space below the title *!*/
    color: #000000;
    padding: 0;
}
.fpmsg {
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}
.input-group {
    margin: 10px 0;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px; /* Adjust label font size */
}
.input-group input {
    width: 102.9% !important;
    padding: 9px !important; /* Adjust padding */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px; /* Adjust input font size */
}

.input-group input:focus {
    border: 2px solid #000000;
    outline: none;
}

.terms {
    font-size: 12px; /* Adjust font size */
    margin-top: 15px; /* Space above terms */
    color: #555;
}
.back {
    margin-top: 12px;
    text-decoration: underline;
    font-size: 12px;
}

#copyright-links {
    width: 325px !important;
}

#userId {
    margin-bottom: 5px;
}

.exclamation {
    width: 12px;
    height: 12px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -2px;
}

.footerRight {
    float: right;
    margin-top: -8px;
}

.change-lang {
    float: right;
    margin-right: 38px;
    margin-top: -9px;
}

.change-lang-text {
    text-decoration: underline !important;
    margin-right: 10px;
}

.flag {
    float: right;
    margin-left: 3px;
}

.buttons {
    float: right;
    margin-top: 8px;
}
.cancel-button {
    margin-right: 30px;
    float: left;
}
.update-button {
    float: right;
    margin-right: 20px;
}
.selectLanguageCancel {
    float: left;
    padding: 10px;
    background: #FFFFFF00;
    border: 1px solid var(--Button-Tertiary-Default-Stroke, #999999);
    color: #1A1A1A;
    border-radius: 4px;
}

.selectLanguageSuccess {
    background: var(--Button-Primary-Default-Fill, #00729E);
    color: var(--Button-Primary-Default-Text, #FFFFFF);
}
/* Recover Username */
.ru {
    font-size: 15px;
    color: #000000;
    padding: 0;
}

.rumsg {
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}
.recover-login-panel #email {
    width: 89% !important;
}

.recoverButton {
    width: 92.7%;
    padding: 9px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0;
    margin-left: 0;
    font-weight: 100;
    background: #006D89;
}
.recover-login-panel {
    position: absolute;
    width: 558px;
    height: 334px;
    left: 4.18%;
    right: 0.18%;
    top: 11.75%;
    bottom: 14.19%;
}

.errors-password-reset {
    margin-bottom: 312px;
    z-index: 999;
}

#languageModal {
display:none;
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.5);
z-index:2000;
align-items:center;
justify-content:center;
}

#termsOfUseFooterLink {
text-decoration: underline !important;
}

#privacyPolicyFooterLink {
text-decoration: underline !important;
}

#customerCareFooterLink {
text-decoration: underline !important;
}

#loginForm {
text-align: unset !important;
}

#loginForm, #updatePasswordForm {
width: 100% !important;
}

.messaging_info {
padding: 12%;
}

form#updatePasswordForm div.messaging_info > a {
text-decoration: underline !important;
}

div.pop-up {
    height: 220px !important;
}

.resetSuccess {
display: inline-block;
width: 4px;
height: 18.4px;
background-color: #37B400;
position: absolute;
left: 165px;
top: 9.5%;
}

.resetSuccessMessage {
background-color: #DCF0D3;
width: 40%;
min-height: 10px;
padding: 2px;
margin: -10px auto;
text-align: center;
font-size: larger;
color: #2A9500;
}


#password_policy_pop ul {
    padding-left: 20px;
}

.fp-success {
    font-size: 15px;
    color: #000000;
    padding: 0;
    margin-left: 22%;
    margin-bottom: 10%;
}

.fpmsg-success {
    padding: 0;
    color: #000000;
    font-weight: normal;
    font-size: 15px;
}

.success-formDiv {
    width: 98%;
    margin: auto;
    margin-bottom: 12%;
    padding: 2%;
}
.button span.button-body {
    background: none !important;
    opacity: 1 !important;
    color: #000 !important; /* Change color as needed */
}

.button span.button-left {
    background: none !important;
    opacity: 1 !important;
}

.button span.button-right {
    background: none !important;
    opacity: 1 !important;
}

.custom {
    margin: 10px; width: 90%; height: 35px;
}

.lang-modal {
    background:#fff; padding:30px 35px; border-radius: 15px; min-width:300px; position:relative;
}

.lang-modal-close {
    position:absolute; top:8px; right:12px; cursor:pointer; font-size:18px;
}

