@charset "UTF-8";
:root {
  --link_color_1_sBlue: #3288FD;
  --link_hover_golden_1: rgba(247, 184, 0, 1.00); }

html {
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  background: url("../../img/BG_-Box_-SilverWhite_-001.png");
  scroll-behavior: smooth; }

html,
body {
  height: 100%; }

.full_height {
  height: 100%; }

.max_width {
  width: 100%;
  max-width: 1278px; }

.body_contain_bg {
  /*background: rgba(255,255,255,.7);*/
  min-height: 100vh; }

.body_contain {
  text-align: justify;
  background: rgba(255, 255, 255, 0.7);
  min-height: 100vh;
  padding-bottom: 20px; }

.header_bg {
  background: url("../../img/Heading-Bg_-001.png") top left; }

.site_header_text_bg {
  background: url("../../img/header_bg_001.png") repeat-x;
  border-bottom: 10px solid #00aaff; }

.header_padding {
  padding: 10px 0 15px 0; }

.cn {
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 2px 6px #666;
  color: #000; }

.cn_slogan {
  font-size: 25px;
  text-shadow: 2px 2px 6px #666;
  color: #000; }

.width_100_percent {
  width: 100%; }

.max_width_95_center {
  max-width: 95%;
  margin: 0 auto; }

.max_width_center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.min_hight_500 {
  min-height: 500px; }

.text_align_justify {
  text-align: justify;
  background: #FDF994; }

/*//////////////////////// Add Start ///////////////////////////////////////////////////////*/
/*//////////////////////// Add Start ///////////////////////////////////////////////////////*/
.password_bg {
  position: relative !important; }

.password_bg input,
.password_bg label {
  padding-right: 35px !important; }

.password_bg .eyeIcon_1_style {
  position: absolute !important;
  top: 30% !important;
  right: 10px !important;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  cursor: pointer;
  border-left: 1px solid #ccc; }

.password_bg .eyeIcon_2_style {
  position: absolute !important;
  top: 10px !important;
  right: 5px !important;
  width: 22px;
  height: 22px;
  padding-top: 3px;
  cursor: pointer; }

.logo_cn_heading_bg {
  width: 100%;
  display: grid;
  grid-template-columns: auto 80px;
  align-items: center;
  gap: 10px; }

.logo_name_bg {
  widows: 90%;
  display: grid;
  grid-template-columns: 65px 65px auto;
  align-items: center;
  gap: 10px; }

.name_bg {
  padding-left: 15px !important; }

.name_bg h2 {
  font-size: 24px;
  padding: 0 !important;
  margin: 0 !important; }

.name_bg span {
  font-size: 17px;
  font-weight: 600; }

.header_logout_area_bg {
  width: max-content;
  padding: 15px 0; }

.top_profile_small_img {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #999;
  border-radius: 50%;
  padding: 5px;
  margin: 0 !important; }

.logout_dropdown_area_bg {
  padding: 10px;
  border: 1px solid #ccc; }

.logout_dropdown_panel_bg {
  display: flex;
  justify-content: space-between; }

.dropdown_profile_pic_bg {
  position: relative;
  display: inline-block; }

.dropdown_profile_pic {
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.dropdown_profile_pic_bg .change_pic_btn_1 {
  position: absolute;
  left: -5px;
  bottom: -5px;
  padding: 0;
  transition: .4s;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  font-size: 20px !important;
  color: #0034ff;
  background: rgba(252, 255, 202, 0.8);
  width: 35px;
  height: 35px; }

.dropdown_profile_pic_bg .change_pic_btn_1:hover {
  color: #fff;
  border: 1px solid #ccc;
  background: #0034ff; }

.dropdown_name_bg i {
  width: 25px;
  text-align: right; }

.dropdown_name_bg a {
  text-decoration: none;
  color: #389fff; }

.dropdown_name_bg a:hover {
  text-decoration: none;
  color: #FB9400; }

.logout_btn_bg {
  display: flex !important;
  justify-content: space-between; }

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0;
  font-size: 16px;
  border: none;
  border-radius: 5px; }

.dropdown {
  width: max-content;
  position: relative;
  display: inline-block;
  padding-top: 0 !important;
  margin-top: 0 !important; }

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 501;
  right: 0;
  border-radius: 5px;
  text-align: center;
  background: #fff; }

.dropdown_content_detail a {
  padding: 5px 0;
  text-decoration: none;
  text-align: left;
  display: block;
  color: #001BF0; }

.dropdown_content_detail a:hover {
  color: #724300; }

.logout_btn {
  color: #000;
  padding: 5px 30px;
  margin: 10px 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  width: 100% !important;
  max-width: 150px !important;
  border: 1px solid #ffb923;
  border-radius: 5px 5px 30px 30px;
  background: #fdffe6; }

.logout_btn:hover {
  background-color: #ffb923;
  color: #fff; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown-content:after {
  position: absolute;
  content: " ";
  top: -11px;
  right: 21px;
  border: 7px solid transparent;
  border-bottom: 7px solid #000; }

.dropdown:hover .dropbtn {
  background-color: transparent; }

.content_1st {
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px; }

.top_profile_2nd_img {
  border-radius: 50%; }

.a_link_1 {
  text-decoration: none;
  color: #478fff; }

.a_link_1:hover {
  text-decoration: none;
  color: #000dff; }

.scrollup {
  font-size: 40px;
  color: transparent !important;
  position: fixed;
  right: 50px;
  bottom: 20px;
  text-shadow: 1px 1px 1px #999;
  transition: .3s; }

.scrollup .top-cls-1 {
  transition: .3s; }

.scrollup:hover .top-cls-1 {
  fill: #FF5500 !important;
  color: transparent !important;
  transition: .3s; }

.scrollup:hover {
  padding-bottom: 5px;
  transition: .3s; }

.login_logo_bg {
  position: relative; }

.login_logo_bg_demo_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.login_form_input {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border: 10px solid #ccc; }

.border_left_ccc {
  border-left: 1px solid #ccc; }

.border_right_ccc {
  border-right: 1px solid #ccc; }

.height_100vh {
  min-height: 100vh; }

.link_1 {
  text-decoration: none;
  color: #4185FC; }

.link_1:hover {
  text-decoration: none;
  color: #FD8601; }

.login_form_button_area_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }

.menu_area_bg {
  padding: 5px 0;
  background: linear-gradient(to top right, #053602, #064701); }

.page_sub_header_bg {
  border-bottom: 1px solid #b5b5b5;
  padding: 3px 7px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 100px auto;
  align-items: start;
  gap: 10px; }

.back_btn_bg {
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  color: #8C8C8C;
  position: relative;
  padding-bottom: 2px;
  padding-left: 15px;
  transition: .3s; }

.back_btn_bg:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-right-color: #8C8C8C;
  transition: .3s; }

.back_btn_bg:hover {
  text-decoration: none;
  color: #333 !important i;
  padding-left: 10px;
  transition: .3s; }

.back_btn_bg:hover:after {
  border-right-color: #ff0003;
  transition: .3s; }

.page_sub_header {
  text-align: right;
  font-size: 18px; }

.pg_heading_bg {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #666;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 10px;
  border: 1px solid #999;
  border-radius: 60px;
  background: #f2f2f2; }

.page_body_height {
  min-height: 700px; }

.invDateBG div {
  margin-bottom: 15px; }

.form_border_pad_10 {
  border: 1px solid #b5b5b5;
  padding: 10px; }

.form_border_pad_20 {
  border: 1px solid #b5b5b5;
  padding: 20px; }

.img_upload_area_bg {
  position: relative; }

.img_upload_area_bg img {
  height: 96px;
  width: auto;
  border: 1px solid #064701;
  background: #fff; }

.img_upload_area_bg .upload_img_label {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1px;
  background: #064701;
  color: #fff;
  cursor: pointer;
  transition: .3s; }

.img_upload_area_bg .upload_img_label:hover {
  background: #00028e;
  color: #fff;
  transition: .3s; }

.img_upload_area_bg .upload_img_label input {
  width: 1px !important;
  visibility: hidden; }

.event_point {
  pointer-events: none; }

.suggestion_adjust_amount_bg {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.saa_bg {
  width: 100%;
  max-width: 400px; }

.saa_amt_style {
  font-size: 15px;
  padding-left: 5px;
  margin: 0 20px;
  border-bottom: 1px solid #999; }

.cursor_pointer_color_blue {
  color: #00f;
  cursor: pointer; }

.font_italic {
  font-style: italic; }

.im_ext_sl_switch_bg {
  width: 100%;
  max-width: 40px;
  padding-left: 5px;
  display: flex;
  justify-content: flex-end;
  align-content: center; }
  .im_ext_sl_switch_bg div {
    padding-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-content: center; }
    .im_ext_sl_switch_bg div input {
      padding-bottom: 0;
      margin-bottom: 0; }
    .im_ext_sl_switch_bg div label {
      padding-bottom: 0;
      margin-bottom: 0; }

.sugAmt_view_style {
  text-decoration: underline;
  color: blue;
  cursor: pointer; }

.countdown_characters_input_field_bg {
  position: relative; }
  .countdown_characters_input_field_bg .im_work_order_ref_ch_count_bg,
  .countdown_characters_input_field_bg .im_vendor_id_self_ch_count_bg {
    position: absolute;
    font-size: 12px;
    top: 4px;
    right: 20px;
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    color: #fff;
    background: #333; }

.cl_address_bg {
  position: relative; }

.cl_address_bg .cl_address_num_line {
  position: absolute;
  top: 3px;
  right: 20px;
  color: #823800;
  font-size: 12px; }

.input_errorMsg_style {
  font-size: 13px;
  color: #f00;
  padding: 5px; }

.saveClientBtn {
  width: 100%;
  max-width: 80px; }

.display_none {
  display: none; }

.display_bloc {
  display: block; }

.inv_productHeader_bg {
  border: 1px solid #ccc;
  background: linear-gradient(to top, #f2f2f2, #fff); }

.inv_productDetails_bg {
  background: #F4FFF2;
  border: 1px solid #ccc !important; }

.inv_productDetails_bg input,
.inv_productDetails_bg textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: -2; }

.inv_productDetails_bg input:focus,
.inv_productDetails_bg textarea:focus {
  outline: none;
  border: 1px solid #02DB94;
  background: #fff;
  box-shadow: 0 0 7px #999; }

.inv_productTotal_bg {
  background: #FFFDF2;
  border: 1px solid #ccc; }

.invItem_creat_tab {
  padding: 7px;
  border: 1px solid #999; }

.invItem_creat_tab thead td {
  padding: 7px 12px; }

.invItem_creat_tab td {
  padding: 5px; }

.c_item_td,
.c_price_td,
.c_details_td {
  position: relative;
  z-index: 2 !important; }

.hidden_demoBtn_style {
  padding: 1px !important; }

.c_item_td .searchDropdown_style {
  position: absolute;
  top: 5px;
  left: 0;
  width: 400px;
  max-height: 500px;
  overflow-y: auto;
  margin-top: 44px;
  background: #fff;
  z-index: 100 !important; }

.searchDropdown_style .hoverTooltip_1 {
  overflow: visible;
  z-index: 99999; }

.c_details_td .c_details_td_style {
  position: absolute;
  top: 4px;
  left: -3px; }

.c_price_td .c_price_td_style {
  position: absolute;
  top: 4px;
  left: -3px; }

.c_price_td_style,
.c_details_td_style {
  font-size: 10px;
  text-align: center;
  padding: 1px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  color: #999; }

.c_price_td_style:hover,
.c_details_td_style:hover {
  border: 1px solid #f00;
  background: #f00;
  color: #fff; }

.c_details_td .c_details_td_style {
  position: absolute; }

.absolute_top_tight {
  position: absolute;
  bottom: -22px;
  right: 1px; }

.slDefault {
  font-size: 10px;
  text-align: center;
  padding: 1px 7px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  color: #137eff; }

.slDefault:hover {
  border: 1px solid #137eff;
  background: #137eff;
  color: #fff; }

.client_area_bg {
  position: relative; }

.client_area_bg .searchDropdown_style {
  position: absolute;
  width: 100%;
  max-height: 500px;
  top: 35px;
  left: 10px;
  overflow-y: auto;
  z-index: 50; }

.dropdown_list_bg {
  border: 1px solid #ccc;
  padding: 5px;
  padding-left: 10px;
  background: #fff;
  display: block;
  cursor: pointer; }

.dropdown_list_bg a {
  text-decoration: none !important;
  color: #000; }

.dropdown_list_bg:hover {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.dropdown_list_active {
  border: 1px solid #ccc;
  background: #f2f2f2; }

.dropdown_list_bg a {
  text-decoration: none !important;
  color: #000; }

.itemCount_search_bg {
  padding: 5px 10px;
  background: #333;
  color: #fff; }

.dropdown_list_2_bg:nth-of-type(odd) {
  background-color: rgba(0, 255, 29, 0.03);
  transition: .3s; }

.dropdown_list_2_bg:nth-of-type(even) {
  background-color: rgba(251, 249, 2, 0.03);
  transition: .3s; }

.dropdown_list_2_bg:last-child {
  border-bottom: 1px solid #00045A; }

.dropdown_list_2_bg {
  padding: 5px;
  padding-left: 10px;
  background: #fff;
  display: block;
  cursor: pointer;
  border: 1px solid rgba(0, 4, 90, 0.3);
  border-bottom: 1px solid transparent;
  transition: .3s; }

.dropdown_list_2_bg:hover {
  background: #fff !important;
  border: 1px solid #02b429 !important;
  box-shadow: 0 0 7px #999;
  transition: .3s; }

.input_percent_bg {
  padding-right: 25px;
  background: #fff url("../../img/Percent-Icon_-001.png") no-repeat center right 5px; }

.page_sub_body_area_bg {
  background: #fff; }

.body_main_content_area_bg {
  margin-top: 5px;
  padding: 15px;
  border: 1px solid #b5b5b5;
  background: #fff; }

.bg_white {
  background: #fff; }

.bg_f2f2f2 {
  background: #ccc; }

.TD_btn_style {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #4660ff;
  color: #4660ff;
  background: #fff; }

.TD_btn_style:hover {
  border: 1px solid #4660ff;
  background: #4660ff;
  color: #fff; }

.TD_btn_style:focus {
  border: 1px solid #4660ff;
  background: #8aaf60;
  color: #fff; }

.inv_btn_area_bg {
  background: #fff2f2; }

.inv_btn_area_bg td {
  padding: 20px 10px !important; }

.inv_btn_area_bg button {
  padding: 7px 30px !important;
  margin-left: 10px; }

.footer_bg {
  background: linear-gradient(to right top, #333, #000);
  margin-top: 20px;
  padding: 20px 0; }

.footer_menu {
  padding: 0 5px; }

.footer_menu h6,
.footerAddress h6,
.visitorBG h6 {
  display: block;
  text-decoration: none;
  color: #f2f2f2;
  border-bottom: 1px solid #464646;
  padding-bottom: 5px; }

.footer_menu a,
.footerAddress a {
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
  color: #909090; }

.footer_menu a:hover,
.footerAddress a:hover {
  display: block;
  text-decoration: none;
  color: #00F3FF; }

.footerAddress {
  font-size: 13px;
  color: #f2f2f2; }

.footerAddress span {
  display: block !important;
  margin-top: 20px; }

.footerAddress i {
  width: 100%;
  max-width: 20px;
  text-align: left; }

.visitorBG h5 {
  color: #FFCD8D;
  font-size: 25px; }

.Copyright {
  color: #626161; }

/* Develop start */
/* Develop start */
.DevelopedBy {
  position: relative;
  color: #666; }

.DevelopedBy .developedTooltips_bg {
  position: absolute;
  top: -153px !important;
  right: 0 !important;
  width: 100%;
  max-width: 300px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  text-align: left; }

.DevelopedBy .developedTooltips_bg::after {
  position: absolute;
  content: "▼";
  right: 30px;
  bottom: -22px;
  color: #f2f2f2;
  border: 7px solid transparent;
  border-rop: 7px solid #f2f2f2; }

.DevelopedBy a {
  text-decoration: none;
  color: #666; }

.DevelopedBy a:hover {
  display: block;
  text-decoration: none;
  color: #32FF00; }

/* Develop end */
/* Develop end */
.visiblaty_hidden {
  visibility: hidden; }

/*Invoice Print Style Start*/
.invoice_print_tab {
  font-size: 12px;
  width: 100%;
  max-width: 700px; }

.invoice_name_tag_td_bg {
  padding: 5px 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 30px 0 0 30px; }

.invoice_date_td_bg {
  padding: 5px 0 5px 8px; }
  .invoice_date_td_bg .inv_date_panel_bg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }

.inv_date_bg {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  max-width: 190px;
  padding: 2px;
  padding-left: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #333;
  border-radius: 30px 0 0 30px;
  background: #ECECEC; }
  .inv_date_bg .val_bg {
    font-weight: 500;
    text-align: center;
    text-transform: none;
    width: 100%;
    max-width: 110px;
    display: block;
    padding: 2px;
    border: 1px solid #333;
    background: #fff; }

.invoice_name_tag {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
  padding: 4;
  border: 4px double #333;
  border-radius: 50px;
  background: #ECECEC;
  display: block; }

.print_signature_field_bg {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .print_signature_field_bg div.sub {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    height: 40px;
    border-top: 1px solid #999; }
  .print_signature_field_bg div.sub_l {
    position: absolute;
    top: 30px;
    left: 0; }
  .print_signature_field_bg div.sub_r {
    position: absolute;
    top: 30px;
    right: 0; }
  .print_signature_field_bg .welcome_note_bottom {
    position: absolute;
    font-size: 10px;
    text-align: center;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 280px;
    padding: 3px 10px;
    border: 1px solid #999;
    border-radius: 20px;
    display: block; }

.invoice_print_tab tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.item_header td {
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #000;
  background: linear-gradient(to top, #f2f2f2, #fff); }

.border_td_1px td {
  border: 1px solid #000;
  border-top: none;
  border-bottom: none; }

.item_tab_min_height {
  min-height: 500px !important; }

.td_border_000 td {
  border: 1px solid #000; }

.border_000 {
  border: 1px solid #000; }

.border_left_000 {
  border-left: 1px solid #000; }

.border_right_000 {
  border-right: 1px solid #000; }

.c_address {
  height: 115px;
  overflow-y: inherit; }

.invoice_no_panel_bg {
  width: 100%; }

.invoice_no_item_bg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px 0; }

.invoice_no_value_bg {
  font-size: 11.5px;
  text-align: center !important;
  width: 100%;
  max-width: 120px;
  padding: 3px;
  border: 1px solid #000; }

.inword_area_bg {
  display: flex;
  justify-content: flex-start; }

.inwordText_bg {
  width: 100%;
  max-width: 60px; }

.inwordValue_bg {
  width: 100%; }

.inv_sign_area_bg {
  text-align: center !important;
  border-top: 1px solid #000; }

#td_border_none td {
  border: 1px solid transparent !important; }

#td_border_tp td {
  border: 1px solid transparent !important; }

.border_none_td {
  border: none !important; }

.border_top_000 {
  border-top: 1px solid #000; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.client_name_bg {
  width: 100%;
  min-height: 100% !important;
  border: 1px solid #000 !important;
  padding: 5px; }

.print_top_panel_bg {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pad_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 10px; }

.cn_name_address_bg {
  padding-left: 20px; }

.print_inv_cn {
  font-size: 22px;
  color: #930002; }

.print_inv_address {
  font-size: 12px; }

.td_padding_5 td {
  padding: 5px; }

.invSearch_bg {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.inv_manageTab tr {
  border-bottom: 1px solid #999;
  padding: 15px 0; }

.inv_manageTab tbody tr:hover {
  background: #fff; }

.inv_manageTab td {
  padding: 5px; }

.inv_manageTab_header td {
  font-weight: 600;
  border-bottom: 3px solid #999; }

.dateArea_bg {
  width: 100% !important;
  padding: 20px 0;
  background: #fdffdc;
  border-bottom: 2px solid #ccc; }

.dateField_bg {
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right; }

.dateField_bg {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.datePanel_bg {
  padding-right: 20px; }

.dateEach_bg {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 !important; }

.dateEach_bg input {
  width: 100% !important;
  max-width: 220px !important; }

.dateEach_bg span {
  width: 100% !important;
  max-width: 80px !important;
  padding-right: 10px !important; }

.switchArea_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.pg_num_area_bg {
  width: 100% !important;
  display: flex;
  justify-content: center !important;
  align-items: center; }

.paginationBul_style {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #116fff;
  color: #116fff;
  background: #fff;
  margin: 0 !important;
  transition: .3s; }

.paginationBul_style:hover {
  background: #116fff !important;
  color: #fff !important;
  transition: .3s; }

.paginationBul_style.active {
  border: 1px solid #116fff;
  color: #116fff;
  background: #DAFFD2;
  transition: .3s; }

.paginationBul_style.active:hover {
  border: 1px solid #116fff !important;
  color: #116fff !important;
  background: #DAFFD2 !important;
  cursor: not-allowed !important;
  transition: .3s; }

.paginationBul_style_FL {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  height: 35px !important;
  width: 70px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #116fff;
  color: #116fff;
  background: #fff;
  margin: 0 20px !important;
  transition: .3s; }

.paginationBul_style_FL:hover {
  background: #116fff !important;
  color: #fff;
  transition: .3s; }

.paginationBul_style_FL.active {
  border: 1px solid #116fff;
  color: #116fff;
  background: #DAFFD2;
  transition: .3s; }

.paginationBul_style_FL.active:hover {
  border: 1px solid #116fff !important;
  color: #116fff !important;
  background: #DAFFD2 !important;
  cursor: not-allowed !important;
  transition: .3s; }

.invBack_Btn_style {
  font-size: 16px;
  font-weight: 700;
  height: 35px !important;
  width: auto !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #116fff;
  border-radius: 30px 0 0 30px;
  color: #116fff;
  background: #fff;
  margin-right: 20px !important;
  padding-left: 20px;
  transition: .3s; }

.invBack_Btn_style:hover {
  color: #fff;
  background: #116fff;
  transition: .3s; }

.invBack_Btn_style:focus {
  color: #333;
  background: #FFF3A5;
  transition: .3s; }

.list_single_area_bg_style {
  position: relative;
  border: 1px solid #ccc;
  background: linear-gradient(to right, #fff, #f2f2f2, #fff);
  padding: 30px;
  margin: 15px 0; }

.list_single_area_bg_style .sl_bg {
  position: absolute;
  top: 15px;
  left: -17px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #014E0A;
  color: #fff; }

.list_single_area_bg_style .cb_bg {
  position: absolute;
  left: -15px;
  top: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  border: 2px solid #ccc;
  background: #fff; }

.list_single_step_bg_style {
  margin-bottom: 20px; }

.list_single_step_bg_style strong {
  font-size: 16px; }

.list_single_step_bg_style label {
  display: block; }

.actionArea_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc; }

.actionArea_bg button {
  margin: 3px 0; }

.list_contact_person_header {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ccc; }

.list_contact_person_tab td {
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.border_top_ccc_td td {
  border-top: 1px solid #ccc; }

.border_top_ccc_te tr {
  border-top: 1px solid #ccc; }

.list_single_side_bg {
  background: linear-gradient(to right, #fff, #f2f2f2, #fff);
  border: 1px solid #ccc;
  padding: 10px; }

.file_Old_edit_bg {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.file_Old_edit_bg a {
  text-decoration: none !important;
  color: #5993FB;
  margin-left: 20px; }

.file_Old_edit_bg a:hover {
  text-decoration: none !important;
  color: #F08D00; }

.load_formItem_bg_1 {
  padding: 20px;
  background: #F3FFF5;
  border: 1px solid #ccc;
  border-top: none; }

.invList_view_style {
  padding: 10px !important;
  border: 1px solid #ccc !important; }

.invViewBtn_style {
  width: 180px;
  text-align: right;
  color: #022976;
  background: transparent;
  border: 1px solid transparent;
  padding: 10px 0;
  transition: .3s; }

.invViewBtn_style:hover {
  color: #8E4701;
  background: transparent;
  border: 1px solid transparent;
  transition: .3s; }

.tpBG_btn_w_auto_style {
  width: auto;
  color: #022976;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 5px;
  transition: .3s; }

.invViewBtn_style:hover {
  color: #8E4701;
  background: transparent;
  border: 1px solid transparent;
  transition: .3s; }

.tpBG_btn_w_auto_blue_link_style {
  width: auto;
  color: #0000FF;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 5px;
  transition: .3s; }

.tpBG_btn_w_pad_0_auto_blue_link_style {
  width: auto;
  color: #0000FF;
  background: transparent;
  border: 1px solid transparent;
  padding: 0;
  transition: .3s; }

.tpBG_btn_w_auto_blue_link_style:hover
.tpBG_btn_w_pad_0_auto_blue_link_style:hover {
  width: auto;
  color: #FF9E00;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 5px;
  transition: .3s; }

.invViewBtn_style:hover {
  color: #8E4701;
  background: transparent;
  border: 1px solid transparent;
  transition: .3s; }

.quotation_header_intro {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  border: 4px double #333;
  border-radius: 50px; }

.Quotation_TermsConditions_bg {
  font-size: 14px;
  padding-top: 10px; }
  .Quotation_TermsConditions_bg ul {
    font-style: italic;
    padding-top: 5px;
    padding-left: 30px;
    margin-top: 0; }

.Quotation_address_header_bg {
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #333; }

.Quotation_header_right_bg {
  font-size: 12px; }
  .Quotation_header_right_bg div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.tax_con_text_style {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  width: auto;
  max-width: auto;
  height: 35px; }

.tax_rules_con_text_style_1 {
  font-size: 13.5px;
  width: auto; }

.tax_rules_con_text_style {
  font-size: 13.5px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #999; }

.italic_borderBottom_12_block {
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #999;
  display: block; }

.tax_con_text_bg {
  width: 100%;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3px; }

.tax_con_text_left {
  width: 100%;
  max-width: 300px; }

.date_sl_val {
  font-size: 13px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  padding: 2px 5px;
  margin: 2px 0 1px 10px;
  border: 1px solid #333; }

.attachment_tab_1 td {
  border: thin solid #ccc;
  padding: 5px; }

.a_inv_no_view {
  text-decoration: none;
  font-size: 14px;
  color: #4483F3;
  padding: 3px 1px;
  margin: 0 3px;
  border-radius: 2px; }

.a_inv_no_view:hover {
  color: #fff;
  background: #4483F3; }

.a_link_1_orange {
  text-decoration: none;
  color: orange;
  font-size: 13px; }

.a_link_1_orange:hover {
  text-decoration: none;
  color: deepskyblue; }

.settings_label_link_000_1 {
  text-decoration: underline;
  color: #0D8000; }

.settings_label_link_000_1:hover {
  text-decoration: none;
  color: #2100F9; }

.color_green_1 {
  color: #0D8000; }

.createNew_btn_style {
  padding: 7px 25px;
  color: #AFE5FF;
  background: #00045A;
  border: 2px solid #00045A;
  border-radius: 30px; }

.createNew_btn_style:hover {
  color: #00045A;
  background: #AFE5FF;
  border: 2px solid #00045A; }

.createNew_btn_style:focus {
  color: #00045A;
  background: #d6f13d;
  border: 2px solid #00045A; }

.createNew_btn_style:focus:hover {
  color: #00045A;
  background: #9fbb01;
  border: 2px solid #00045A; }

.createNew_btn_style:disabled {
  color: #ccc;
  background: #f2f2f2;
  border: 2px solid #ccc; }

.createNew_btn_style:disabled:hover {
  color: #ccc;
  background: #f2f2f2;
  border: 2px solid #ccc;
  cursor: not-allowed; }

.search_numRow_bg {
  margin-bottom: 10px !important; }

.bg_action_yes {
  background: #fff; }

.bg_action_no {
  background: #FBFAED; }

.eventList_bg_1 {
  margin: 5px 0; }

.eventList_month_bg {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: block !important;
  background: #FFFEF3;
  padding-left: 7px;
  border-top: 2px solid #999;
  border-bottom: 1px solid #999; }

.border_red {
  border: 1px solid #f00; }

.id_num_view_nd_style {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  font-size: 16px;
  text-align: center;
  display: block; }

.default_inv_area_bg {
  text-align: center;
  width: 100%;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7px; }
  .default_inv_area_bg label {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0; }

.error_msg_12 {
  font-size: 12px;
  color: #f00;
  width: 100%; }

.creat_inv_no_bg {
  position: relative; }
  .creat_inv_no_bg .number_error_msg {
    position: absolute;
    font-size: 12px;
    color: #f00;
    width: 100%;
    max-width: 350px;
    top: 45px;
    right: -5px; }

.im_ext_sl_area_bg {
  position: relative; }
  .im_ext_sl_area_bg .number_error_msg {
    position: absolute;
    font-size: 12px;
    text-align: right;
    color: #f00;
    width: 100%;
    top: 45px;
    right: 50px;
    z-index: 5; }

.im_id_number_h_style {
  font-size: 13px;
  padding: 7.5px 3px; }

.importInv_bg_style {
  padding-right: 20px;
  width: 100%;
  max-width: 700px; }

.importInv_bg_style .createNew_btn_style {
  margin-left: 5px;
  display: block; }

.import_icon_inBtn {
  height: 12px;
  fill: #AFE5FF;
  margin-bottom: 5px; }

.importInv_bg_style .createNew_btn_style:hover .import_icon_inBtn,
.importInv_bg_style .createNew_btn_style:focus .import_icon_inBtn,
.importInv_bg_style .createNew_btn_style:focus:hover .import_icon_inBtn,
.import_icon_inBtn:hover {
  fill: #00045A; }

.search_import_style {
  width: 100%;
  padding: 7px 25px;
  padding-left: 60px;
  color: #00045A;
  background: #fff;
  border: 2px solid #00045A; }

.search_import_style:focus {
  outline: none;
  color: #00045A;
  background: #fff;
  border: 2px solid #050ED7; }

.search_import_bg_style {
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 99999 !important; }

.search_import_bg_style .searchDropdown_2_style {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  margin-top: 35px;
  background: #fff;
  z-index: 99999 !important;
  box-shadow: 0 5px 10px 0 #666; }

.search_import_bg_style .noteTop_style {
  position: absolute;
  top: -22px;
  left: 0;
  padding: 0 7px;
  font-size: 12px;
  text-align: right;
  color: #001B9A;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.search_import_bg_style .noteBottom_style {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0 7px;
  font-size: 12px;
  text-align: right;
  color: #001B9A;
  width: 100%; }

.search_import_bg_style .search_icon_svg_001_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 20px;
  background: #00045A;
  border: 1px solid #00045A; }

.searchImport_icon_svg_001 {
  height: 14px;
  fill: #AFE5FF;
  margin-bottom: 3px; }

.search_import_style:focus > .searchImport_icon_svg_001 {
  fill: #2AFD00 !important; }

.search_import_bg_style .search_count_bg {
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 0;
  z-index: 9; }

.search_import_bg_style .search_count_bg .search_count_style {
  font-size: 11px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00045A;
  border: 1px solid #fff;
  border-radius: 20px; }

.subHeader_span_link_bBorder {
  border-bottom: 2px dotted #999;
  cursor: pointer; }

.subHeader_span_link_bBorder:hover {
  color: #F5A206;
  border-bottom: 2px dotted transparent;
  cursor: pointer; }

.sub_app_area_bg_style {
  background: #999;
  padding: 6px;
  border-radius: 50px 0 0 50px; }

.sub_app_bg_style {
  padding: 8px 10px 5px 25px;
  border: 2px solid #ccc;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 3px #666;
  background: #fff;
  color: #031300;
  display: inline-block; }

.checkbox_green_box_1 {
  border-color: #186C03 !important;
  border-radius: 1px !important; }

.checkbox_green_box_1:checked {
  border-color: #186C03 !important;
  background-color: #186C03 !important;
  transform: scale(1.2);
  transition: .3s; }

.checkbox_radio_blue_1 {
  border-color: #1486FF !important; }

.checkbox_radio_blue_1:checked {
  border-color: #1486FF !important;
  background-color: #1486FF !important;
  transform: scale(1.2);
  transition: .3s; }

.qt_status_ic_bg_style {
  width: 45px;
  padding: 4px;
  border: 1px solid #999;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, #ccc, #fff);
  cursor: pointer;
  transition: .3s; }

.qt_status_ic_bg_style:hover {
  border: 1px solid goldenrod;
  border-radius: 30px;
  background: linear-gradient(to top, rgba(248, 193, 0, 0.3), #fff);
  transition: .3s; }

.qt_status_ic_bul {
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 20px; }

.qt_status_ic_bul_bg_color_empty {
  background: #e5e5e5; }

.qt_status_ic_bul_bg_color_submitted {
  border: 2px solid rgba(89, 108, 255, 0.8);
  background: linear-gradient(to top, #fff, #e5e5e5); }

.qt_status_ic_bul_bg_color_approved {
  border: 2px solid rgba(3, 148, 2, 0.8);
  background: linear-gradient(to top, #fff, #e5e5e5); }

.qt_status_ic_bul_submitted {
  position: relative; }

.qt_status_ic_bul_submitted .qt_status_ic_submitted {
  position: absolute;
  top: -12px;
  left: 0px;
  font-size: 19px;
  font-weight: 700;
  color: #596cff; }

.qt_status_ic_bul_approved {
  position: relative; }

.qt_status_ic_bul_approved .qt_status_ic_approved {
  position: absolute;
  top: -12px;
  left: 0px;
  font-size: 19px;
  font-weight: 700;
  color: #039402; }

.q_id_header_label_relative_style {
  position: relative;
  width: 100% !important;
  background: #ff0; }
  .q_id_header_label_relative_style .qt_sl_view_bg_style {
    position: absolute;
    top: -3px;
    left: 80px !important;
    width: 100px !important;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc; }
  .q_id_header_label_relative_style .qt_sl_view_existNote_style {
    position: absolute;
    top: -28px;
    left: 80px !important;
    width: 100px !important;
    text-align: center;
    border: 1px solid transparent;
    border-top: 1px solid #f00;
    color: #f00; }

.activeEdit_style_1 {
  position: absolute;
  top: 15px;
  left: -3px;
  padding: 3px;
  border: 1px solid #999;
  border-radius: 20px;
  background: #fff;
  color: #000;
  cursor: pointer; }

.activeEdit_style_1:hover {
  background: yellow;
  color: #000; }

.activeEdit_style_2 {
  position: absolute;
  top: 15px;
  left: -3px;
  padding: 3px;
  border: 1px solid #f00;
  border-radius: 20px;
  background: #f00;
  color: #fff;
  cursor: pointer; }

.activeEdit_style_2:hover {
  background: yellow;
  color: #000; }

.search_icon_svg_001_bg {
  position: absolute;
  top: 2px;
  left: 3px;
  padding: 7px;
  border: 1px solid #ccc;
  background: #e5e5e5;
  z-index: 99; }

.search_icon_svg_001 {
  height: 14px !important;
  width: auto;
  fill: #666; }

.view_btn_outline_c1_sm {
  background: linear-gradient(to top, #e5e5e5, #fff);
  border: 1px solid #00028E;
  border-radius: 3px;
  color: #00028E; }

.view_btn_outline_c1_sm:hover {
  border: 1px solid #00028E;
  background: #00028E;
  color: #fff; }

.view_btn_outline_c1 {
  font-size: 18px;
  border-radius: 3px;
  padding: 2px 7px;
  background: linear-gradient(to top, #e5e5e5, #fff);
  border: 1px solid #00028E;
  color: #00028E; }

.view_btn_outline_c1:hover {
  border: 1px solid #00028E;
  background: #00028E;
  color: #fff; }

.view_btn_outline_c4 {
  font-size: 18px;
  border: 1px solid #EF7E00;
  border-radius: 3px;
  background: linear-gradient(to top, #e5e5e5, #fff);
  color: #EF7E00;
  padding: 2px 7px; }

.view_btn_outline_c4:hover {
  border: 1px solid #EF7E00;
  background: #EF7E00;
  color: #fff; }

.view_btn_outline_c5 {
  font-size: 18px;
  border: 1px solid #CB0003;
  border-radius: 3px;
  background: linear-gradient(to top, #e5e5e5, #fff);
  color: #CB0003;
  padding: 2px 7px; }

.view_btn_outline_c5:hover {
  border: 1px solid #CB0003;
  background: #CB0003;
  color: #fff; }

.select_r_001 {
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 30px; }

.select_r_001:focus {
  outline: none;
  border: 1px solid #3288FD; }

.btn_night_sweetAlert_1 {
  padding: 7px 15px;
  width: auto;
  border-radius: 3px;
  border: 1px solid #333;
  color: #fff;
  background: #333;
  transition: .3s; }

.btn_night_sweetAlert_1:hover {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  transition: .3s; }

.btn_info_sweetAlert_1 {
  padding: 7px 15px;
  width: auto;
  border-radius: 3px;
  border: 1px solid #0051E1;
  color: #fff;
  background: #0051E1;
  transition: .3s; }

.btn_info_sweetAlert_1:hover {
  border: 1px solid #0051E1;
  color: #0051E1;
  background: #fff;
  transition: .3s; }

.btn_no_sweetAlert_1 {
  padding: 7px 15px;
  width: auto;
  border-radius: 3px;
  border: 1px solid #d70003;
  color: #fff;
  background: #d70003;
  transition: .3s; }

.btn_no_sweetAlert_1:hover {
  border: 1px solid #d70003;
  color: #d70003;
  background: #fff;
  transition: .3s; }

.btn_no_sm_1 {
  padding: 4px 10px;
  width: auto;
  border: 1px solid #d70003;
  color: #d70003;
  background: #fff;
  border-radius: 3px;
  transition: .3s; }

.btn_no_sm_1:hover {
  border: 1px solid #d70003;
  color: #fff;
  background: #d70003;
  transition: .3s; }

/*//////////////////////// Add End ///////////////////////////////////////////////////////*/
/*//////////////////////// Add End ///////////////////////////////////////////////////////*/
/*============*/
.attach_tab_cus_1 {
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #e5e5e5; }

.attach_tab_cus_1 td {
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #e5e5e5;
  padding: 5px; }

.attach_tab_cus_1 thead tr {
  background: linear-gradient(to top, #f2f2f2, #fff); }

.attach_tab_cus_1 tbody tr:nth-child(odd) {
  background: #ffffe5; }

.attach_tab_cus_1 tbody tr:nth-child(even) {
  background: #f5fff5; }

.attach_loaded_file_det_bg {
  width: 100%;
  display: grid;
  grid-template-columns: 27% 1% 43% 25%;
  align-items: center;
  gap: 5px; }

/*============*/
.disabled_area_2 {
  opacity: .6;
  pointer-events: none; }

/*============*/
.each_box_l_yellow {
  border: 1px solid #b2b2b2;
  background: #FFFFF0; }

.each_box_l_yellow_padding {
  border: 1px solid #b2b2b2;
  padding: 10px;
  background: #FFFFF0; }

.each_box_f2f2f2 {
  border: 1px solid #b2b2b2;
  background: #f2f2f2; }

.each_box_f2f2f2_padding {
  border: 1px solid #b2b2b2;
  padding: 10px;
  background: #f2f2f2; }

/*============*/
.short_info {
  color: #008DF4; }

/*mahsA-tooltip*/
.mahsA-tooltip {
  position: relative;
  z-index: 19; }

.mahsA-tooltip .mahsA-tooltip-popup {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000f00;
  border: 1px solid #666;
  padding: 7px 10px;
  overflow: visible;
  box-shadow: 0 0 5px #999;
  display: none; }

.mahsA-tooltip.tooltipA-dark .mahsA-tooltip-popup {
  background: #000f00;
  color: #fff;
  border: 1px solid #333; }

.mahsA-tooltip .mahsA-tooltip-popup:after {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #666; }

.mahsA-tooltip.tooltipA-dark .mahsA-tooltip-popup:after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #000f00; }

.mahsA-tooltip:hover .mahsA-tooltip-popup {
  display: block; }

/*mahsA-tooltip*/
.disabled_area {
  opacity: .4;
  pointer-events: none; }

.border_b5b5b5 {
  border: 1px solid #b5b5b5; }

.border_top_b5b5b5 {
  border-top: 1px solid #b5b5b5; }

.border_bottom_b5b5b5 {
  border-bottom: 1px solid #b5b5b5; }

.border_left_b5b5b5 {
  border-left: 1px solid #b5b5b5; }

.border_right_b5b5b5 {
  border-right: 1px solid #b5b5b5; }

/*imgA-croper*/
.imgA-croper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none; }

.imgA-croper-main {
  width: 900px;
  height: auto;
  border: 2px solid #ccc;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  margin-top: 10px; }

.imgA-croper-header {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }

.imgA-croper-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #999;
  padding-top: 15px;
  margin-top: 20px; }

.imgA-croper-cancel-icon-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #666;
  transition: .3s; }

.imgA-croper-cancel-icon-btn:hover {
  border: 1px solid transparent;
  background: transparent;
  color: #ff0003;
  transition: .3s; }

.imgA-croper-cancel-btn {
  font-size: 16px;
  border: 1px solid #ff0003;
  border-radius: 5px;
  background: linear-gradient(to top, #E1DFDF, #fff);
  color: #ff0003;
  padding: 4px 20px;
  transition: .3s; }

.imgA-croper-cancel-btn:hover {
  background: #ff0003;
  color: #fff;
  transition: .3s; }

.imgA-croper-crope-btn {
  font-size: 16px;
  border: 1px solid #00028e;
  border-radius: 5px;
  background: linear-gradient(to top, #e5e5e5, #fff);
  color: #00028e;
  padding: 4px 20px;
  transition: .3s; }

.imgA-croper-crope-btn:hover {
  border: 1px solid #097600;
  background: linear-gradient(to top, #E3FFE0, #fff);
  color: #097600;
  transition: .3s; }

.imgA-croper-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.imgA-croper-text-area {
  width: 400px; }

.imgA-croper-text-area li {
  margin-bottom: 15px;
  display: block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.02 490.19'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff0003;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='566.02 245.09 538.37 215.62 303.25 233.41 436.21 38.69 424.52 0 385.17 9.22 283.02 221.73 180.87 9.22 141.51 0 129.81 38.69 262.78 233.41 27.66 215.62 0 245.09 27.66 274.57 262.78 256.77 129.81 451.5 141.51 490.19 180.87 480.97 283.02 268.46 385.17 480.97 424.52 490.19 436.21 451.5 303.25 256.77 538.37 274.57 566.02 245.09'/%3E%3C/svg%3E"); }

/*=====*/
.fresh_link_btn {
  font-size: 95%;
  border: 1px solid transparent;
  background: transparent;
  color: #001DFF;
  padding: 0;
  margin: 0;
  transition: .2s; }

.fresh_link_btn:hover {
  color: #DB4B00;
  transition: .2s; }

.fresh_link_btn:active {
  transform: scale(0.9);
  transition: .2s; }

.fresh_link_btn:disabled,
.fresh_link_btn:disabled:hover {
  transform: scale(1);
  color: #ccc; }

.fresh_link_red_btn {
  font-size: 95%;
  border: 1px solid transparent;
  background: transparent;
  color: #ff0003;
  padding: 0;
  margin: 0;
  transition: .2s; }

.fresh_link_red_btn:hover {
  color: #780204;
  transition: .2s; }

.fresh_link_red_btn:active {
  transform: scale(0.9);
  transition: .2s; }

.fresh_link_red_btn:disabled,
.fresh_link_red_btn:disabled:hover {
  transform: scale(1);
  color: #ccc; }

.fresh_link_cls_btn {
  font-size: 99%;
  border: 1px solid transparent;
  background: transparent;
  color: #635F5F;
  padding: 0;
  margin: 0;
  transition: .2s; }

.fresh_link_cls_btn:hover {
  color: #ff0003;
  transition: .2s; }

.fresh_link_cls_btn:active {
  transform: scale(0.9);
  transition: .2s; }

/*=====*/
.form_sub_heading {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.form_sub_heading_bg_l_color {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(to right, rgba(0, 255, 5, 0.05), #f2f2f2);
  padding: 3px 5px;
  border: 1px solid #e5e5e5;
  border-bottom-color: #999;
  margin-bottom: 10px; }

/*=====*/
.maggin_lr_30 {
  margin: 0 30px; }

.maggin_lr_20 {
  margin: 0 20px; }

.maggin_lr_10 {
  margin: 0 10px; }

.maggin_lr_5 {
  margin: 0 5px; }

.visibility_hidden {
  visibility: hidden; }

.tab_normal_hea_cen thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_normal_hea_cen thead td {
  font-weight: 500;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tbody td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_normal_hea_cen tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_normal_hea_cen tfoot td {
  font-weight: normal;
  border: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom thead {
  font-weight: 500;
  border-bottom: 2px solid #666; }

.tab_border_only_bottom thead td {
  font-weight: 500;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tbody td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_border_only_bottom tfoot {
  font-weight: 500;
  border-top: 2px solid #666; }

.tab_border_only_bottom tfoot td {
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding: 5px; }

.tab_view_striped_1 thead td {
  font-weight: 400;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 thead th {
  font-weight: normal;
  color: #fff;
  padding: 5px;
  background: #666;
  border: 1px solid #666; }

.tab_view_striped_1 tbody td {
  font-weight: normal;
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.tab_view_striped_1 tbody td:last-child {
  border-right: 1px solid #ccc; }

.tab_view_striped_1 tbody td:first-child {
  border-left: 1px solid #ccc; }

.tab_view_striped_1 tbody tr:hover {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
  transition: .3s; }

.tab_view_striped_2 {
  border: 1px solid #333;
  padding: 5px; }

.tab_view_striped_2 tr:nth-child(even) {
  background: rgba(154, 179, 151, 0.1); }

.tab_view_striped_2 tr:nth-child(odd) {
  background: rgba(200, 186, 186, 0.1); }

.tab_view_striped_3 tr:nth-child(even) {
  background: #eef3ec; }

.tab_view_striped_3 tr:nth-child(odd) {
  background: #f5ffef; }

.cellpadding_tab_td td {
  padding: 5px; }

.cellspacing_tab {
  border-spacing: 5px;
  border-collapse: separate; }

.tab_td_border_333 td {
  border: 1px solid #333; }

.tab_td_border_666 td {
  border: 1px solid #666; }

.tab_td_border_999 td {
  border: 1px solid #999; }

.tab_td_border_ccc td {
  border: 1px solid #ccc; }

.tab_td_border_none td {
  border: none; }

.tab_td_padding_margin_0 td {
  padding: 0;
  margin: 0; }

.tab_td_border_bottom_ccc td {
  border-bottom: 1px solid #ccc; }

.tab_td_padding_5 td {
  padding: 5px; }

.tab_td_padding_10 td {
  padding: 10px; }

.tab_border_ccc_padding_10 {
  border: 1px solid #ccc;
  padding: 10px; }

@media only screen and (max-width: 800px) and (min-width: 10px) {
  .login_pg_logo_s {
    width: 70px !important;
    height: auto; }

  .login_pg_logo_l {
    display: none; } }
.text_justify {
  text-align: justify; }

.text {
  text-decoration: none; }

.read_more_link {
  text-decoration: none !important;
  font-style: italic;
  color: #007cff;
  transition: .3s; }

.read_more_link:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.read_more_link_o {
  text-decoration: none !important;
  font-style: italic;
  color: #FF7600;
  transition: .3s; }

.read_more_link_o:hover {
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #ccc;
  color: #001DFF;
  transition: .3s; }

.c1_text_view a {
  text-decoration: none !important; }

.a_link_btn_001 {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.a_link_btn_001:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002 {
  text-decoration: none;
  padding: 7px 15px;
  color: #00aaff;
  border: 2px solid #00aaff;
  background: #fff;
  transition: .3s; }

.a_link_btn_002:hover {
  text-decoration: none;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #00aaff;
  background: linear-gradient(to right, #6bcdff, #007bb8);
  transition: .3s; }

.green_1 {
  color: #1ac100; }

.green_2 {
  color: #0c5c00; }

/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
/* ====== Sweet Alert 2 Start === */
.cBtn {
  margin: 0 5px; }

.sweetAlert2_text {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #000; }

.sweetAlert2_text h3 {
  width: 100%;
  text-align: center;
  padding: 15px 0; }

.sweetAlert2_text h3 .aprIcon {
  font-size: 300%;
  padding: 10px;
  color: #28a745; }

.sweetAlert2_text h3 .nAprIcon {
  font-size: 300%;
  padding: 10px;
  color: #fd7e14; }

.sweetAlert2_text h3 .nAprIconE {
  font-size: 300%;
  padding: 10px;
  color: #E800FF; }

.sweetAlert2_text h3 .disIcon {
  font-size: 300%;
  padding: 10px;
  color: #ffc107; }

.sweetAlert2_text h3 .delIcon {
  font-size: 300%;
  padding: 10px;
  color: #f00; }

/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/* ====== Sweet Alert 2 End === */
/*Flex*/
.flex_space_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flex_flex_start_center {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.flex_flex_end_center {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.font_size_30 {
  font-size: 30px; }

.font_size_20 {
  font-size: 20px; }

.font_size_12 {
  font-size: 12px; }

.font_size_14 {
  font-size: 14px; }

.font_size_15 {
  font-size: 15px; }

.font_size_16 {
  font-size: 16px; }

.font_size_18 {
  font-size: 18px; }

.font_size_25 {
  font-size: 25px; }

.border_bottom_1_666 {
  border-bottom: 1px solid #666; }

.font_weight_900 {
  font-weight: 900; }

.font_weight_800 {
  font-weight: 800; }

.font_weight_700 {
  font-weight: 700; }

.font_weight_600 {
  font-weight: 600; }

.font_weight_500 {
  font-weight: 500; }

.color_skyblue {
  color: #0BAFFF; }

.color_green {
  color: #01A000; }

.color_blue {
  color: blue; }

.color_orange {
  color: #E89E00; }

.color_red {
  color: #f00; }

.color_blue_2 {
  color: #001FB1; }

.color_royal_blue {
  color: #000A78; }

.color_ccc {
  color: #ccc; }

.color_999 {
  color: #999; }

.color_666 {
  color: #666; }

.color_333 {
  color: #333; }

.color_000 {
  color: #000; }

.margin_5 {
  margin: 5px; }

.margin_10 {
  margin: 10px; }

.margin_20 {
  margin: 20px; }

.margin_30 {
  margin: 30px; }

.margin_top_0 {
  margin-top: 0; }

.margin_bottom_0 {
  margin-bottom: 0; }

.margin_left_0 {
  margin-left: 0; }

.margin_right_0 {
  margin-right: 0; }

.margin_left_5 {
  margin-left: 5px; }

.margin_right_5 {
  margin-right: 5px; }

.margin_left_30 {
  margin-left: 30px; }

.margin_right_30 {
  margin-right: 30px; }

.margin_left_10 {
  margin-left: 10px; }

.margin_left_right_10 {
  margin: 0 10px; }

.margin_left_right_15 {
  margin: 0 15px; }

.margin_left_right_20 {
  margin: 0 20px; }

.margin_left_right_30 {
  margin: 0 30px; }

.margin_right_10 {
  margin-right: 10px; }

.margin_off {
  margin: 0; }

.margin_top_100 {
  margin-top: 100px; }

.margin_20 {
  margin: 20px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_20 {
  margin-top: 20px; }

.margin_top_bottom_20 {
  margin: 20px 0; }

.margin_top_bottom_5 {
  margin: 5px 0; }

.margin_top_bottom_30 {
  margin: 30px 0; }

.margin_top_5 {
  margin-top: 5px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_20 {
  margin: 20px; }

.margin_bottom_20 {
  margin-bottom: 20px; }

.margin_bottom_15 {
  margin-bottom: 15px; }

.margin_bottom_10 {
  margin-bottom: 10px; }

.margin_bottom_5 {
  margin-bottom: 5px; }

.margin_left_20 {
  margin-left: 20px; }

.margin_right_20 {
  margin-right: 20px; }

.margin_left_10 {
  margin-left: 10px; }

.padding_marging_0 {
  padding: 0;
  margin: 0; }

.padding_top_bottom_10 {
  padding: 10px 0; }

.padding_top_bottom_20 {
  padding: 20px 0; }

.padding_top_bottom_30 {
  padding: 30px 0; }

.padding_top_20 {
  padding-top: 20px; }

.padding_top_30 {
  padding-top: 30px; }

.padding_top_15 {
  padding-top: 15px; }

.padding_top_7 {
  padding-top: 7px; }

.padding_top_5 {
  padding-top: 5px; }

.padding_top_10 {
  padding-top: 10px; }

.padding_bottom_20 {
  padding-bottom: 20px; }

.padding_bottom_15 {
  padding-bottom: 15px; }

.padding_bottom_10 {
  padding-bottom: 10px; }

.padding_bottom_5 {
  padding-bottom: 5px; }

.padding_bottom_0 {
  padding-bottom: 0; }

.padding_top_none {
  padding-top: 0; }

.padding_10 {
  padding: 10px; }

.padding_TB_15_LR_10 {
  padding: 15px 10px; }

.padding_TB_10_LR_10 {
  padding: 10px; }

.padding_3 {
  padding: 3px; }

.padding_5 {
  padding: 5px; }

.padding_10 {
  padding: 10px; }

.padding_3_th_td th,
.padding_3_th_td td {
  padding: 3px; }

.padding_5_margin_5 {
  padding: 5px;
  margin: 5px; }

.padding_5_left_right {
  padding: 0 5px; }

.padding_10_left_right {
  padding: 0 10px; }

.padding_15_left_right {
  padding: 0 15px; }

.padding_20_left_right {
  padding: 0 20px; }

.padding_20 {
  padding: 20px; }

.padding_15 {
  padding: 15px; }

.padding_5 {
  padding: 5px; }

.padding_right_5 {
  padding-right: 5px; }

.padding_right_10 {
  padding-right: 10px; }

.padding_left_5 {
  padding-left: 5px; }

.padding_left_10 {
  padding-left: 10px; }

.padding_left_15 {
  padding-left: 15px; }

.padding_left_20 {
  padding-left: 20px; }

.padding_left_25 {
  padding-left: 25px; }

.padding_left_30 {
  padding-left: 30px; }

.padding_top_none {
  padding-top: 0; }

.border_ccc {
  border: 1px solid #ccc; }

.border_top_ccc {
  border-top: 1px solid #ccc; }

.border_top_skyBlue_10 {
  border-top: 10px solid #3E78FF; }

.border_bottom_ccc {
  border-bottom: 1px solid #ccc; }

.border_left_ccc {
  border-left: 1px solid #ccc; }

.border_right_ccc {
  border-right: 1px solid #ccc; }

.border_right_red {
  border-right: 1px solid #f00; }
