@charset "UTF-8";

.specFilterNameRightBorder {
	border-right: 1px solid #D6D6D6;
}

.state_row_left_radius { 
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-left: 0px solid black !important;
}

.tag_font_style_css {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	font-family: Roboto;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 2px;
}

.custom_tags_available {
	border-radius: 12px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.custom_tags_available:hover {
	border-radius: 12px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 1px #ffc34f;
	background-color: #fff3da;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.custom_tags_disable {
	border-radius: 12px;
	border: solid 1px #D1D1D1;
	background-color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	opacity: 0.5;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.custom_tags_selected {
	border-radius: 12px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 1px #ffc34f;
	background-color: #fff3da;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.custom_tags_type_hover:hover {
	border-top: 4px solid #E29B19;
	color: #E29B19;
}

.custom_tags_header_hover_css {
	opacity: 0.7;
	font-family: Roboto;
	font-weight: bold;
	color: #f5b527 !important;
	cursor: pointer;
}

.selected_vendor_tag_type_header {
	border-top: 4px solid #E29B19;
}

.font_weight_300 {
	font-weight: 300;
}

.font_weight_400 {
	font-weight: 400;
}

.font_weight_500 {
	font-weight: 500;
}

.font_weight_600 {
	font-weight: 600;
}

.font_weight_700 {
	font-weight: 700;
}

.font_weight_800 {
	font-weight: 800;
}

.font_weight_900 {
	font-weight: 900;
}

.selected_custom_tag_type_header {
	border-top: 4px solid #E29B19;
}

.padding_left_2_percent {
	padding-left: 2%;
}

.padding_right_2_percent {
	padding-right: 2%;
}

.association_type_tile {
	width: 225px;
	background: #FFFFFF;
	border: 1px solid rgba(51, 50, 48, 0.1);
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.association_type_hover:hover {
	cursor: pointer;
	border-top: 4px solid #D9B410;
}

.selected_tile_top_border {
	border-top: 4px solid #D9B410;
}

.get_label_for_list {
	font-family: Roboto;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #000000;
}

.explorer_header {
	background: #E7E5E3;
	border: 1px solid #E0E0E0;
	font-family: Roboto;
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}

.bottom_black_border_2px {
	border-bottom: 2px solid black;
}

.top_black_border_2px {
	border-top: 2px solid black;
}

.left_black_border_2px {
	border-left: 2px solid black;
}

.right_black_border_2px {
	border-right: 2px solid black;
}

.border_spacing_css_zero {
	border-spacing: 0;
}

.submit_close_active_botton_css {
	width: 238px;
	height: 32px;
	background: #2B2B2B 0% 0% no-repeat padding-box;
	border-radius: 4px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.66px;
	color: #FFFFFF;
	opacity: 1;
	font-family: Roboto;
	outline: none;
	cursor: pointer;
}

.submit_close_disable_botton_css {
	width: 238px;
	height: 32px;
	background: #8E8E8E 0% 0% no-repeat padding-box;
	border-radius: 4px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.66px;
	color: #FFFFFF;
	font-family: Roboto;
	outline: none;
	opacity: 1;
	border: 1px solid #8E8E8E;
}

.selected_thumbnail_css {
	border-radius: 5px;
	object-fit: contain;
	box-shadow: 0px 0px 3px 3px #e77600;
	transition-duration: 0.4s;
}

.file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.file-input label {
	display: block;
	position: relative;
	width: 194px;
	height: 32px;
	border-radius: 5px;
	background: #FDD718 0% 0% no-repeat padding-box;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-weight: bold;
	cursor: pointer;
	transition: transform .2s ease-out;
	outline: none;
}

.image-upload>input {
  display: none;
}

.file-name {
	position: absolute;
	bottom: -35px;
	left: 10px;
	font-size: 0.85rem;
	color: #555;
}

/* input:hover+label, input:focus+label {
	transform: scale(1.02);
}

input:focus+label {
	outline: 1px solid #000;
	outline: -webkit-focus-ring-color auto 2px;
} */

.montserrat_font_family {
	font-family: Montserrat;
}

.projectSearchBox {
	width: 369px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
}

.part_search_not_match_text {
	font-family: Roboto;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #828282;
	cursor: pointer;
}

.part_search_matched_text {
	font-family: Roboto;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	color: #735F06;
	cursor: pointer;
}

.vendor_type_drop_down_css {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border: 1px solid; */
	background-color: #f8f8f8;
	cursor: pointer;
	color: #675353;
}

.selected_vendor_type {
	background-color: black;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.contractor_type_alignment_css tr {
	display: flex;
    width: 95%;
    flex-wrap: wrap;
}

.search_mag_icon {
	width: 30px;
	height: 30px;
	background-image: url(images/magnifyCategory.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	cursor: pointer;
}

.search_clear_botton_inner_icon {
	background-image: url(images/close.svg);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}

.search_clear_botton {
	background: rgba(115, 95, 6, 0.3);
	opacity: 0.8;
	border: 1px solid #735F06;
	box-sizing: border-box;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.search_icon {
	width: 25px;
	height: 18px;
	background-image: url("images/magnify.png");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	border-radius: 50%;
}

.search_icon:hover {
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background-image: url("images/magnifyCategory.png");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	cursor: pointer;
	object-fit: contain;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 5px #997D4C;
	transition-duration: 0.4s;
}

.drop_down_css_for {
  font-family: Roboto;
    font-size: 11px;
    color: #323133;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 5px;
}

.view_by_drop_down_box_css {
	padding: 2px;
	outline: none;
	border: 0;
	width: 100px;
	font-size: 10px;
	font-weight: bold;
	font-family: Roboto;
	cursor: pointer;
}

.outer_panel_tile_small{
	margin-left: 5px;
	background-color: white;
	border-radius: 10px;
	border: 1px solid white;
	height: 20px;
}

.outer_panel_tile_small:hover {
	margin-top: 10px;
	margin-left: 7px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 4px solid #a51111;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2), 0 8px 4px 0
		rgba(0, 0, 0, 0.19);
	cursor: pointer;
}

.outer_panel_tile_css {
	margin-top: 10px;
	margin-left: 5px;
	background-color: white;
	border-radius: 10px;
	border: 1px solid white;
	height: 190px;
}

.outer_panel_tile_css:hover {
	margin-top: 10px;
	margin-left: 7px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 4px solid #a51111;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2), 0 8px 4px 0
		rgba(0, 0, 0, 0.19);
}

.info_pop_up_header_css {
	color: white;
	margin-left: 10px;
	font-size: 12px;
	font-family: roboto;
	font-weight: bold;
	width: max-content;
}

.max_content {
	width: max-content;
}

.order_pop_up_style_css {
	height: 16px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.dealt_in_background_css {
	background-color: #f4f4f4;
	height: 170px;
}

.column_header_type_font {
	background-color: #f4f4f4;
	font-family: Roboto;
	opacity: 0.6;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.search_pop_panel_border_css {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.border_top_solid_black_2px {
	border-top: 2px solid black;
}

.border_left_solid_black_2px {
	border-left: 2px solid black;
}

.border_bottom_solid_black_2px {
	border-bottom: 2px solid black;
}

.border_right_solid_black_2px {
	border-right: 2px solid black;
}

.login_botton_css {
	border-radius: 5px;
	width: 100px;
	height: 30px;
	font-size: 13px;
	font-family: Roboto;
	font-weight: 700;
	letter-spacing: 1px;
	color: white;
	background-color: #535353;
	cursor: pointer;
	border: 0px solid;
}

.forgot_password_header_css {
	font-size: 13px;
	color: #9e8e89;
	cursor: pointer;
	letter-spacing: 4px;
	font-weight: 500;
}

.forgot_password_header_css :hover {
	color: #0066cc;
}

.login_background_slider {
	animation: 10s infinite;
}

.next_btn_color {
	color: black;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.4s ease 0s;
}

.next_btn_color:hover {
  background-color: #0066cc;
  border-radius: 4px;
  color: white;
}

.next_btn_size {
	width: 20px;
	height: 50px;
	line-height: 45px;
	text-align: center;
}

.login_backgroung_image_transition {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.forgot_password_header_pop_tile_css {
	font-size: 22px;
	height: 30px;
    line-height: 30px;
	font-weight: 900;
	font-family: Roboto;
	text-align: center;
	padding: 7px;
	background-color: #e9ad26;
	color: white;
}

.border_radius_4px {
	border-radius: 4px;
}

.border_radius_5px {
	border-radius: 5px;
}

.border_radius_6px {
	border-radius: 6px;
}

.border_radius_7px {
	border-radius: 7px;
}

.letter_spacing {
	letter-spacing: 0px;
}

.list_box_css {
	width: 9vw;
	height: 5vh;
	color: #616161;;
	background-color: #f8f8f8;
	border: 0px solid;
	border-radius: 5px;
}

.team_edit_view_css {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 500;
	color: #4874a1;
	line-height: 12px;
	text-align: center;
	cursor: pointer;
}

.team_edit_view_css:hover {
	color: #0369d3;
	text-decoration: none;
}

.grey_border_bottom_css {
	border-bottom: 1px solid #e3e6eb;
}

.purple_border_top_css {
	border-top: 1px solid #f9e9e3;
}

.grey_border_left_css {
	border-left: 1px solid #e3e6eb;
}

.purple_border_right_css {
	border-right: 1px solid #f9e9e3;
}

.button_styling {
	background: #ffba04;
	border: 1px solid #FFB908;
	color: #ffffff;
	font-family: roboto;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.5px;
}

.supplier_user_tile {
	width: 225px;
	background: #FFFFFF;
	border: 1px solid rgba(51, 50, 48, 0.1);
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.supplier_user_tile:hover {
	border-top: 4px solid #D9B410;
	border-radius: 2px 2px 0px 0px;
}

.selected_supplier_user_tile {
	border-top: 4px solid #D9B410;
	border-radius: 2px 2px 0px 0px;
}

.redBorder{
	border: 1px solid red;
}

.preview_next_btn_color {
	color: black;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.4s ease 0s;
}

.preview_next_btn_color:hover {
  background-color: #000000;
  border-radius: 4px;
  color: white;
}

.disable_click_event {
	opacity: 0.6;
	pointer-events: none;
}

.inter_font_family {
	font-family: Inter;
}

.profile_pic_file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.profile_pic_file_input label {
	width: 150px;
	height: 30px;
	outline: none;
	color: #252323;
	display: block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	border-radius: 1px;
	position: relative;
	font-family: Roboto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFA600 0% 0% no-repeat padding-box;
}


.document_file_upload {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.document_file_upload_input label {
	width: 80px;
	height: 22px;
	outline: none;
	color: #252323;
	display: block;
	cursor: pointer;
	font-size: 10px;
	font-weight: 700;
	border-radius: 4px;
	position: relative;
	font-family: Inter;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFA600 0% 0% no-repeat padding-box;
}

.border_top_left_radius_5px {
	border-top-left-radius: 5px;
}

.border_top_right_radius_5px {
	border-top-right-radius: 5px;
}

.border_bottom_left_radius_5px {
	border-bottom-left-radius: 5px;
}

.border_bottom_right_radius_5px {
	border-bottom-right-radius: 5px;
}

.whatsapp_logo_panel {
	gap: 2px;
	padding: 3px;
	border-radius: 3px;
	width: max-content;
	align-items: center;
	background: #DBFCDE;
	display: inline-flex;
	justify-content: center;
	border: 1px solid #60D669;
}

.document_details_file_name {
	position: absolute;
	bottom: -35px;
	left: 10px;
	font-size: 0.85rem;
	color: #555;
}

.text_value_underline_css {
	text-decoration-line: underline;
}

.hightlight_worker_create_panel {
	padding: 10px;
	background: #E6E6E6;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

.disabled_input_tile {
	border: 1px solid #252323;
	background: #D6D6D6 !important;
}

.black_font_color {
	color: #252323;
}

.light_grey_bottom_border_css{
		border-bottom: 1px solid #A3A3A3;
}

.grey_border_css {
	border: 1px solid #e3e6eb;
}