.text_lables label{
	font-family: 'Roboto' !important;
	font-size: 12px;
	font-weight: bold !important;
	color: #2C5D7B !important;
	display: inline-block !important;
}
.error{
	color: #ff0000 !important;
}
.user_profile input[type='text'],.user_profile input[type='email'],.user_profile input[type='date']{
	min-height: 24px !important;height: 24px !important; border-radius: 0px !important; width: 100% !important;border: 1px solid #86A2C2 !important;
	font-family: 'Roboto' !important;font-size: 12px;
	font-weight: normal;color: #000;
}
.user_profile .row{
	margin-bottom: 16px !important;
}
.selectfield,.sc_user_role select,.salutation select,.locale select,.sc_discount_group select,.sc_verification select{
	width: 100% !important;min-height: 24px !important;height: 24px !important;border-radius: 0px !important;border: 1px solid #86A2C2 !important;font-family: 'Roboto' !important;font-size: 12px;
	font-weight: normal;color: #000;max-width: 100% !important;
}
.comment_new textarea{
	width: 100% !important;border-radius: 0px !important;border: 1px solid #86A2C2 !important;font-family: 'Roboto' !important;font-size: 12px;
	font-weight: normal;color: #000;max-width: 100% !important;
}
p.description,.form-table{margin: 0px !important;}
.user-language-wrap,.user-first-name-wrap,.user-last-name-wrap,.user-email-wrap,.wrap_customer_type{display: none;}
.profile_image img{
	height: 152px !important; width: 152px !important;border: 1px solid #86A2C2;
}
.upload_document{height: 48px; width: 100%; border: 1px solid #86A2C2; font-size: 12px;font-family: 'Roboto' !important;
	font-weight: bold;color: #2C5D7B; border-radius: 0px !important;}

.wc-wp-version-gte-53 .select2-container .select2-selection--multiple{
	border-radius: 0px !important;
}	
.sc_newsletter label{
	font-weight: normal !important;font-size: 12px;font-family: 'Roboto' !important;color: #2C5D7B !important;
}
.wrap_sc_license label{
	font-weight: normal !important;font-size: 12px;font-family: 'Roboto' !important;color: #000;width: 24% !important;
}
.select2-container--default .select2-selection--single{
	border-radius: 0px !important;
	height: 24px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	font-size: 14px !important;
	font-weight: 500 !important;
}
.wc-wp-version-gte-53 .select2-container .select2-selection--single .select2-selection__rendered{line-height: 22px !important;font-family: 'Roboto' !important;font-size: 12px;}
.profile_image_main{
	position: relative;
}
.profile_image .description a {
    display: none !important;
}
.profile_image_main svg{
	position: absolute;
	top: 5px;
	right: 10px;
	display: none;
	cursor: pointer;
}
.profile_image_main:hover svg,
.profile_image_main:hover .wts_upload_img{
	display: block !important;
}
.wts_upload_img{
	position: absolute;
	bottom: 0;
	color: white;
	text-align: center;
	width: 152px;
	margin: 0;
	background: #b9b4b4;
	display: none;
	cursor: pointer;
}
#billing_title{
	width: 100% !important;
}

/* .form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
}  */

/* Add styles to the form container */
#wts_form_modal .form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
}

/* Full-width input fields */
#wts_form_modal .input_hours{
	width: 100%;
	padding: 15px;
	margin: 5px 0;
	border-radius: 4px !important;
	/* border: 0px !important; */
	background: #f1f1f1;
	height: 30px;
}

/* Set a style for the submit/login button */
#wts_form_modal .wts_btn {
	background-color: gray;
	color: white;
	padding: 5px 20px;
	border: none;
	cursor: pointer;
	width: auto;
	margin: 10px 0;
}
#wts_form_modal_button{
	cursor: pointer;
}

/* 
WTS Form Modal Popup
WTS Admin Footer Modal
WTS Download Modal
All Three Popup CSS
*/

.wts_form_modal , .wts-admin-footer-modal, .wts-download-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.wts-form-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 23%;
}

.wts-admin-footer-modal-content, .wts-download-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50% !important;
}

/* The Close Button */
.wts-form-close, .wts-admin-footer-close, .wts-download-close {
	color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    float: right;
    position: relative;
    z-index: 100;
}

.wts-form-close:hover,
.wts-form-close:focus,
.wts-admin-footer-close:hover,
.wts-admin-footer-close:focus,
.wts-download-close:hover,
.wts-download-close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.wts-admin-footer-popup-btn, .wts_form_popup_btn{
	width: 30px;
	position: absolute;
	top: 10%;
	right: 0;
	z-index: 999;
	background: white;
	padding: 7px 5px 0px 5px;
}

#wts_add_hours_btn{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}

#wts_add_hours_btn p {
	padding: 5px 10px;
	margin: 10px 0px;
	cursor: pointer;
	background-color: grey;
	color: white;
}
#wts-download-btn{
	
	padding: 5px 10px;
	margin: 10px 0px;
	cursor: pointer;
	background-color: grey;
	color: white;
}

.profile_image .description a{
	display: none !important;
}

.wts-admin-footer-btn{
	background-color: #008CBA;
	border: none;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	margin: 5px;
}

.wts-admin-footer-btn:hover{
	background-color: #0095c7;
}

.wts-hours-mian{
	display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}


  /*WTS ToolTip CSS  */

.wts-tooltip {
	width: 43px;
}
.wts-tootip-main{
	display: flex;
	align-items: center;
}
.wts_form_modal .wts-form-modal-content .wts-tooltip input{
	width: 10px !important;
    height: 15px !important;
}

.wts-tooltip .wts-tooltiptext {
	visibility: hidden;
    width: 360px;
    background-color: black;
    color: #fff;
	font-variant: small-caps;
    text-align: center;
    border-radius: 6px;
    margin: -18px 0 0 50px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
  }
.wts-tooltip .wts-tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
  }
  
.wts-tooltip:hover .wts-tooltiptext {
	visibility: visible;
  }

.wts-tooltip-alt{
   background-color: black;
   color: white;
   border-radius: 37px;
   padding: 0 5px;
   font-size: 14px;
 }
.wts-tooltip-alt:hover{
	 cursor: pointer;
	 background-color: rgb(61, 61, 61);
 }

 .elementor-widget-woocommerce-my-account .woocommerce .form-row .input-text,
  .elementor-widget-woocommerce-my-account .woocommerce .form-row select{
  	background: #fff !important;
    margin-bottom: 15px;
  	border: 1px solid #2C5D7B !important;
  	color: #2C5D7B;
 }

@media only screen and (max-width: 768px) {
	.selectfield, .sc_user_role select, .salutation select, .locale select, .sc_discount_group select, .sc_verification select{
		min-height: 30px !important;
    	height: 30px !important;
	}

	.user_profile input[type='text'], .user_profile input[type='email'], .user_profile input[type='date']{
		min-height: 30px !important;
    	height: 30px !important;
	}
	.wc-wp-version-gte-53 .select2-container .select2-selection--single .select2-selection__arrow {
	    height: 28px !important;
	}
}

.custom-block .dashicons {
	font-size: 13px;
	width: 13px;
	height: 13px;
	color: #666;
}

.custom-block .dashicons:hover {
	color: #2C5D7B;
	cursor: help;
}

/* Reference: https://sebhastian.com/html-hover-text/ */
.hovertext {
	position: relative;
  }

.hovertext:hover {
	color:#2C5D7B
}
  
.hovertext-content  {
	visibility: hidden;
	opacity: 0;
	width: 140px;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	transition: opacity 1s ease-in-out;
  
	position: absolute;
	z-index: 1;
	left: 0;
	top: 110%;
  }
  
  .hovertext:hover + .hovertext-content {
	opacity: 1;
	visibility: visible;
  }