.eComPreferencesMainTitle  {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0054CE;
    margin: 0px 9px 10px;
}


.eCommPrefDetlSubtitleMargin {
	margin-left: 2.5% !important;
}

.eCommPrefDetlPageSubtitle {
	font-size: 24px !important;
	font-family: Verdana;
	font-weight: 900;
}
.bottomPadding {
	padding-bottom: 15px;
}
.eCommPrefDetlSubContentPaddingTop{
	    padding-top: 3%;
}
.eCommPrefDetlSubTitleFontSize {
	font-weight: 300;
	font-size: 16px;
	font-family: Verdana;
}

.eCommPrefContainer{
	padding-top: 1%;
    margin-left: -0.5%;
}

.mainAccodianDiv{
	padding-top: 3%;
	margin-left: 2.5%;
	margin-right: 2.5% !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #0c63e4 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

.accordion-button::after {
    content: "\f107";
	color: black;
	font-size: 35px;
	top: 11%;
	right: 10px;
	position: absolute;
	font-family: "FontAwesome"
}

.accordion-button:not(.collapsed)::after {
   
	content: "\f107";
	color: white;
	font-size: 35px;
	top: 20px;
	right: 10px;
	position: absolute;
	font-family: "FontAwesome";
	right: 10px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 6px;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 4px 3px rgb(0 0 0 / 25%);
}

.backButtonAlignment{
	width: 30px; 
	margin-bottom: 1%; 
	margin-left: 2%;
}

.tdleftMargin{
	margin-left: 40%;
}
.thwidthfifty{
	width: 40%;
	font-size: 15px !important;
	font-weight: bold;
}
.thwidthtwintyfive{
	width: 30%;
	font-size: 15px !important;
	font-weight: bold;
}

.checkboxPaddingLeft{
	padding-left: 15% !important;
}

.columnWorkBreak{
	word-break: break-word !important;
}

.paddingleft{
	padding-left: 10px;
}

/* mobile */
@media screen and (min-width: 1050px) and (max-width: 1148px) {
	.leftMarginForWidgetName{
		margin-left:-0.5%
	}
}

@media screen and (min-width: 951px) and (max-width: 1040px) {
	.leftMarginForWidgetName{
		margin-left:-0.25%
	}
}

@media screen and (min-width: 800px) and (max-width: 950px){
	.leftMarginForWidgetName{
		margin-left:-0.75%
	}
	
	.leftMarginForTitle{
		margin-left: 2%;
	}
}


@media screen and (min-width: 700px) and (max-width: 770px){
	.leftMarginForWidgetName{
		
		margin-left:-1.0%
	}
	
}

@media screen and (min-width: 740px) and (max-width: 770px){
	
	.leftMarginForTitle{
		margin-left: 3.5%;
	}
}

@media screen and (min-width: 701px) and (max-width: 739px){
	
	.leftMarginForTitle{
		margin-left: 23.5%;
	}
}

@media screen and (min-width: 630px) and (max-width: 700px){
	
	.leftMarginForTitle{
		margin-left: 20%;
	}
}

@media screen and (min-width: 550px) and (max-width: 629px){
	
	.leftMarginForTitle{
		margin-left: 6%;
	}
}

@media screen and (min-width: 440px) and (max-width: 549px){
	
	.leftMarginForTitle{
		margin-left: 15%;
	}
}

@media screen and (min-width: 401px) and (max-width: 440px){
	
	.leftMarginForTitle{
		margin-left: 6%;
	}
}

@media screen  (max-width: 400px){
	
	.leftMarginForTitle{
		margin-left: 1%;
	}
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.thcolspan{
	font-size: 15px !important;
	font-weight: bold;
}

.paginationDivAlignment{
	float: right; 
	padding-top: 10px; 
	padding-right: 10px;
}
.accordionItemBottomMargin {
	margin-bottom: 1.5% !important;
}

.headerCardColor {
	background-color: #0c63e4;
}

.headerCardFontColor {
	color: white !important;
}

.cardBorderRadius {
	border-radius: 3px !important;
}

.cardBorderRadiusMain {
	border-radius: 9px !important;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #0066FC;
}

input:focus+.slider {
	box-shadow: 0 0 5px black;
}

input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.preferencesPhoneLabel {
	color: #0066FC;
	padding-bottom: 1%;
	font-weight: bold;
	margin-left: 1%;
	padding-top: 1%;
}

.preferencesEmailLabel {
	color: #0066FC;
	padding-bottom: 1%;
	font-weight: bold;
	margin-left: 1%;
}


.paddingZero{
	padding-top: 0% !important;
}
.selectWidth{
	width : 20% !important;
}
.selectWidthMethod{
	width : 80% !important;
}

.accordionPersonFont{
	font-weight : bold !important;
	margin-left : -1%;
}

.eCommunicationPreferencesDesktop {
	display: block;
}
.eCommunicationPreferencesMobile {
		display: none;
	}
@media screen and (max-width: 750px) {
	.eCommunicationPreferencesMobile {
		display: block;
	}
	.eCommunicationPreferencesDesktop {
		display: none;
	}
	.selectWidth {
		width: 95% !important;
	}
	.caseSelectBottomMargin {
		padding-bottom: 5% !important;
	}
	.preferencesPhoneLabel {
		color: #0066FC;
		padding-bottom: 1%;
		font-weight: bold;
		margin-left: 1%;
		padding-top: 1%;
		padding-left: 8px;
	}
	.cardBodyBottomPadding {
		padding-bottom: 3% !important;
	}
	.mobilePhoneNumberType {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-weight: bold;
	}
	.mobilePhoneNumberDiv {
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.mobileOptinMessagesDiv {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.mobileOptinMessagesSpan {
		float: left;
		padding-right: 5%;
		font-weight: bold;
	}
	.mobileMethodSpan {
		padding-top: 10px;
		padding-bottom: 10px;;
	}
	.mobileTextVoiceDiv {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.mobileTextVoiceSelectWidth {
		width: 80%;
	}
	.mobileEmailLabelDiv {
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mobileEmailDiv {
		padding-bottom: 10px;
		padding-left: 10px;
		width: 80%
	}
	.caseSelectBottomPadding {
		padding-bottom: 4% !important;
	}
	.ecomPrefCaseSelect {
		margin-top: 6px !important;
    	margin-left: 38% !important;
    	margin-bottom: 10px;
	}
	.phonealign{
	    text-align:center;
	}
	.phonecheckbox{
	    width:100%;
	}
	.phonewidth{
	    width:auto !important;
	}
}

.flex-container {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #0000001c;
}
.landingcard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.landingCard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    display: flex;
    flex-direction: column;
}
.padding-sizing {
   padding: 0px 0px !important;
}
.emailText{
	padding-top: 0%; 
	width: 30%;
}
.emailOptionLabel{
	float: left; 
	padding-right: 3%; 
	font-weight: bold;
}
.cardBodyBottomPadding{
	padding-bottom: 3% !important;
}
.phoneSectionCheckbox{
	float: left;
	padding-right: 3%;
	font-weight: bold;
}
.phoneSectionCheckboxMobile {
	float: left;
	padding-right: 2%;
	font-weight: bold;
}
.phoneSectionCheckboxMobileMargin{
	margin-left: 3%;
}
.visibilityHidden{
	display : none;
}
.ecomPrefCaseSelect {
	margin-top: -4px;
    margin-left: 10px;
}
