/*added by nabeel to stop some inputs to get focus effect*/

time:focus,
select:focus,
button:focus,
.styled-1 select:focus,
.select2-container--below.select2-container--open,
.select2-container--focus {
  box-shadow: 0 0 3pt 2pt var(--warning) !important;
}

textarea:focus,
.invoice_row .invoice_col_input .inputs_up:focus,
.invoice_frm_btn_bx .invoice_frm_btn:focus,
textarea:focus {
  box-shadow: 0 0 3pt 2pt var(--warning);
}

tbody time:focus,
tbody textarea:focus,
tbody input:focus,
tbody select:focus,
tbody button:focus,
tbody .styled-1 select:focus,
tbody .select2-container--below.select2-container--open,
tbody .select2-container--focus,
tbody .invoice_row .invoice_col_input .inputs_up:focus,
tbody .invoice_frm_btn_bx .invoice_frm_btn:focus {
  box-shadow: 0 0 3pt 2pt var(--warning);
}

/*added by nabeel to stop some inputs to get focus effect*/
.lower_inputs {
  box-shadow: none !important;
}

.cptl_invst .list-group-item {
  padding: 7px 15px;
  font-size: 12px;
}

.custom-control.custom-checkbox.cstm_ratio {
  line-height: 20px;
  padding-left: 20px;
  margin-top: 2px;
}

.panel {
  margin-bottom: 20px;
  background-color: var(--white);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: var(--border);
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-default > .panel-heading {
  color: var(--dark);
  background-color: var(--light);
  border-color: var(--border);
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title a {
  display: block;
}

.panel-body {
  padding: 15px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid var(--border);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--border);
}

.close_info_bx {
  z-index: 9;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  position: absolute;
  font-size: 14px;
  right: -8px;
  top: -8px;
  cursor: pointer;
}

.hide_info {
  display: none !important;
}

.show_info {
  display: block !important;
}

.search_form {
  background-color: var(--secondary);
  padding: 5px 5px 5px;
  margin: 0 0 25px;
}

.close_srch {
  z-index: 9;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  position: absolute;
  font-size: 14px;
  right: -8px;
  top: -8px;
  cursor: pointer;
  color: var(--white);
}

.mdl_wdth {
  max-width: 1100px;
  width: 100%;
}

.frm_hide {
  display: none;
  visibility: hidden;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: display ease-in-out 0ms, visibility ease-in-out 300ms,
    transform ease-in-out 300ms;
  -moz-transition: display ease-in-out 0ms, visibility ease-in-out 300ms,
    transform ease-in-out 300ms;
  -ms-transition: display ease-in-out 0ms, visibility ease-in-out 300ms,
    transform ease-in-out 300ms;
  -o-transition: display ease-in-out 0ms, visibility ease-in-out 300ms,
    transform ease-in-out 300ms;
  transition: display ease-in-out 0ms, visibility ease-in-out 300ms,
    transform ease-in-out 300ms;
}

.show_active {
  display: block;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}


.sidebar-menu .dropdown-toggle {
  cursor: pointer;
}

.sidebar-menu .dropdown-toggle.active,
.sidebar-menu .dropdown-toggle:hover,
.sidebar-menu .show > .dropdown-toggle {
  color:var(--primary);
  background: var(--light);
}

.sidebar-menu .dropdown-toggle.active .fa {
  background-color: transparent;
  color: var(--primary);
}

.top_drop_admin {
  border: 2px solid var(--primary);
  background: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 85vh;
  max-width: 14rem;
  min-width: 13rem;
  padding: 25px 0 0;
}

.top_drop_admin .arrow {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  position: absolute;
  top: -11px;
  right: 15px;
  border-bottom: 11px solid var(--primary);
}

.top_drop_admin .arrow::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 3px;
  left: calc(50% - 9px);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid var(--white);
}

.print_con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  text-align: right;
  margin-bottom: 15px;
}

.print_con .print_bx:last-of-type {
  margin-left: 7px;
}

.print_con .print_bx {
  display: inline-block;
  position: relative;
  text-align: right;
  font-size: 14px;
}

.custom-checkbox {
  position: relative;
  float: right;
}

.chck_pdng {
  padding-left: 24px;
  padding-top: 3px;
}

.grp_btn {
  display: inline-block;
  background-color: var(--primary);
  border-radius: 0;
  font-size: 14px;
  color: var(--white);
  min-height: 28px;
  height: auto;
  line-height: 16px;
  padding: 7px 7px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 1px solid var(--border);;
  cursor: pointer;
  transition: all ease-in-out 300ms;
}

.grp_btn:focus,
.grp_btn:hover {
  background-color: var(--primaryHover);
  border-color: var(--primaryBorder);
}

.print_act {
  width: 100px;
  padding: 0.43rem 1rem;
  background-color: var(--primary);
  line-height: 1.25;
  border-radius: 0px;
  font-size: 14px;
  color: var(--white);
}

.print_act.print_act_action {
  width: 55px;
  padding: 0.43rem 0.5rem;
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.print_act_drp {
  min-width: 100px;
  font-size: 14px;
  color: var(--white);
  background-color: var(--primary);
  padding: 0 0;
  border-top: 1px solid var(--info);
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}

.print_act_drp .dropdown-item {
  font-size: 14px;
  color: var(--white);
}

.print_act_drp .dropdown-item i {
  padding-right: 5px;
}

table .tbl_links {
  color: var(--info);
  cursor: pointer;
}

table .resend_mail {
  font-size: 20px;
  color: var(--success);
  text-align: center;
  cursor: pointer;
}

table .confirm table .approve {
  font-size: 20px;
  color: var(--success);
  text-align: center;
  cursor: pointer;
}
table .delete {
  font-size: 20px;
  color: var(--danger);
  text-align: center;
  cursor: pointer;
  border: 0;
}

table .jv_view span {
  font-size: 14px;
  line-height: 17px;
  color: var(--danger);
  text-align: center;
  cursor: pointer;
}

table .ledger {
  display: block;
  color: var(--primary);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

table .ledger:hover {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 7px;
}

.user-info-dropdown .dropdown-item {
  border-bottom: 2px solid var(--border);
  padding: 0.375rem 0.5rem 0.375rem 0.8rem;
  display: -webkit-box;
  color: var(--dark);
  font-weight: 400;
}

.border_main {
  border-bottom: 2px solid var(--border);
}

.border_main:last-of-type {
  border-bottom: 0px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.user-info-dropdown .dropdown-item:hover .fa,
.user-info-dropdown .dropdown-item:focus .fa {
  background: var(--primary);
  color: var(--white);
}

.user-info-dropdown .dropdown-item .fa {
  position: relative;
  left: 0;
  top: 1px;
  font-size: 18px;
  margin-right: 7px;
  color: var(--primary);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.dropdown-item {
  font-size: 14px;
}

.pre-loader {
  background: url(../images/new-loader.gif) no-repeat rgba(42, 136, 173, 0.7);
  background-position: center center;
  background-size: 100px;
}

.dates_manage {
  position: relative;
}

.dates_manage p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
}

.dates_manage p.last {
  margin-left: 15px;
}

.dates_manage p span {
  font-size: 14px;
  color: var(--primary);
  font-weight: 700;
}

.sidebar-menu .submenu li a.last_menu.active {
  background-color: transparent;
  color: var(--primary);
}

a.last_menu.active:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid var(--info);
  border-bottom: 6px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
}

.sidebar-menu .submenu li a.last_menu.active:before {
  background-color: var(--white);
  z-index: 9;
}

* {
  font-family: "Exo", sans-serif;
}

.left-side-bar {
  left: -251px;
}

.header-right {
  width: calc(100% - 0px);
}

.main-container {
  padding: 70px 0 0 0;
}

.header-right .brand-logo {
  display: block;
  margin-left: 25px;
}

.form_manage {
  position: relative;
  padding: 10px;
  margin: 0 auto 60px;
  background: var(--white);
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
}

.form_header {
  background: var(--primary);
  margin: -10px -10px 10px -10px;
  color: var(--white);
  position: relative;
  padding: 0.75rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  font-weight: 600;
  border-bottom: 1px solid var(--light);
}

.form_header h4 {
  font-size: 18px;
}

.form_header .list_btn {
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
}

.form_header .list_btn.list_mul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  height: 24px;
}

.form_header .list_btn .list_link {
  background-color: var(--primary);
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.2rem 0.2rem;
  font-size: 14px;
  color: var(--white);
  line-height: 1.4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.add_btn,
.refresh_btn,
.form_header .list_btn .add_btn {
  width: 21px;
  height: auto;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 2px;
  margin: 0 0;
  border: 1px solid transparent;
  padding: 0.1rem 0 0;
  background-color: var(--primary);
  color: var(--white);
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.input_bx label > .add_btn:last-of-type {
  right: 31px;
}

.refresh_btn {
  cursor: pointer;
  right: 3px;
  top: -9px;
  padding: 1px 3px 1px;
  background-color: var(--light);
  color: var(--dark);
  font-size: 12px;
  line-height: 12px;
}

.add_btn.refresh_btn.multi {
  right: 28px;
}

.form_header .list_btn .add_btn {
  width: auto;
  height: auto;
  text-align: left;
  position: relative;
  padding: 0.1rem 0.4rem 0;
}

.add_btn i,
.form_header .list_btn .add_btn i {
  font-size: inherit;
  line-height: inherit;
}

.add_btn:hover,
.form_header .list_btn .add_btn:hover {
  background-color: var(--info);
  color: var(--white);
  border-color: var(--primary);
}

.form_header .list_btn .list_link i {
  color: var(--white);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.form_header .list_btn .list_link:hover {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.form_header .list_btn .list_link:hover i {
  color: var(--white);
}

.form_header .list_btn .srch_box_opn_icon {
  margin: auto 0px;
  width: 25px;
  height: 25px;
  font: 20px/25px sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  text-align: center;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 25px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  z-index: 9;
  cursor: pointer;
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.dyend_fldst {
  padding: 5px 20px;
  border: 2px solid var(--danger);
}

.dyend_fldst legend {
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 14px;
  color: var(--danger);
  white-space: normal;
  font-weight: bold;
}

.input_bx {
  position: relative;
}

.input_bx:after {
  content: "";
  clear: both;
  display: table;
  position: relative;
}

#full_search .input_bx {
  margin-top: 5px;
}

#full_search .form-group,
#full_search .save_button {
  margin: 0;
}

.input_bx_invoice {
  padding: 0.4rem 0.2rem;
}

.input_bx_hdr {
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 10px;
  margin: -0.75rem -0.45rem 15px -0.45rem;
}

.input_bx_ftr {
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 10px;
  margin: 15px -0.45rem -0.75rem -0.45rem;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  line-height: 25px;
  font-size: 12px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: solid var(--dark) 0px;
  border-radius: 0px;
}

.view {
  color: var(--primary);
  cursor: pointer;
}

.view.dyend_view {
  color: var(--white);
}

.view.disabled,
.view:disabled,
.inputs_up.disabled,
.inputs_up:disabled {
  color: var(--danger);
  background-color: var(--border);
  border-color: var(--danger);
  cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  color: var(--danger);
  background-color: var(--border);
  border-color: var(--danger);
  cursor: not-allowed;
}

.view_invoice {
  color: var(--dark);
  font-size: 16px;
}

.edit_link {
  margin-right: 5px;
}

.itm_vchr {
  margin-bottom: 20px;
}

.itm_vchr .form_header {
  padding: 0.5rem;
}

div#session_accordian {
  border: 0px solid var(--primary);
  position: relative;
}

.session-button {
  display: none !important;
}

div#session_accordian:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 8px solid var(--primary);
  border-right: 10px solid transparent;
  bottom: 0px;
  left: 75px;
  right: 0;
  margin: 0 0;
  position: absolute;
  display: none;
}

label {
  font-size: 12px;
}

.custom-control-label {
  font-weight: normal;
}

.inputs_up,
.select2 {
  width: 100% !important;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 10px 0 10px;
  color: var(--dark);
  background-color: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.inputs_up {
  display: block;
  height: 32px;
  line-height: 32px;
}

.inputs_up:focus,
.inputs_up:active {
  border: 1px solid var(--primary);
}

.inputs_up.cptl_rtio {
  width: 95px !important;
  position: relative;
  display: inline;
}

.inputs_up_invoice {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

fieldset.cstm_ratio_fldset {
  border: 5px solid var(--light);
}

.select2-search--dropdown {
  line-height: 25px;
}

.select2-results__option[aria-selected] {
  line-height: 25px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 32px;
  padding: 5px 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--secondary);
  line-height: 25px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--open {
  border: 1px solid var(--primary);
}

.form_controls {
  text-align: right;
  border-top: 0 solid var(--border);
  padding-top: 5px;
}

.cancel_button {
  background: var(--danger);
  color: var(--white);
  display: block;
  padding: 7px 12px;
  border-radius: 0px;
  border: 1px solid transparent;
  min-width: 100px;
  text-align: center;
}

.save_button {
  background: var(--primary);
  color: var(--white);
  display: block;
  padding: 7px 12px;
  border-radius: 0px;
  border: 1px solid transparent;
  min-width: 100px;
  text-align: center;
}

.save_button.fl_srch_btn {
  max-width: 100%;
  width: 100%;
}

.save_button.srch_btn_full {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  height: 30px;
  max-width: 35px;
  min-width: 35px;
  width: 100%;
  overflow: hidden;
  margin: auto 0;
}

.form_controls input[type="button"].cancel_button,
.form_controls input[type="submit"].cancel_button,
.form_controls input[type="button"].save_button,
.form_controls input[type="submit"].save_button,
.form_controls button[type="button"].cancel_button,
.form_controls button[type="submit"].cancel_button,
.form_controls button[type="button"].save_button,
.form_controls button[type="submit"].save_button,
.form_controls input[type="reset"].cancel_button,
.form_controls button[type="reset"].cancel_button,
.cancel_button,
.save_button {
  display: inline-block;
  min-width: initial;
  width: auto;
  min-height: 28px;
  height: auto;
  line-height: 16px;
  padding: 7px 7px;
  color: var(--white);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 1px solid transparent;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all ease-in-out 300ms;
}

.print_act.save_button {
  margin-bottom: 1px;
}

.form_controls input[type="button"].cancel_button,
.form_controls input[type="submit"].cancel_button,
.form_controls input[type="button"].save_button,
.form_controls input[type="submit"].save_button,
.form_controls button[type="button"].cancel_button,
.form_controls button[type="submit"].cancel_button,
.form_controls button[type="button"].save_button,
.form_controls button[type="submit"].save_button,
.cancel_button,
.save_button {
  background: var(--primary);
}

.form_controls input[type="button"].cancel_button:hover,
.form_controls input[type="submit"].cancel_button:hover,
.form_controls input[type="button"].save_button:hover,
.form_controls input[type="submit"].save_button:hover,
.form_controls button[type="button"].cancel_button:hover,
.form_controls button[type="submit"].cancel_button:hover,
.form_controls button[type="button"].save_button:hover,
.form_controls button[type="submit"].save_button:hover,
.cancel_button:hover,
.save_button:hover {
  background: var(--primaryHover);
  border-color: var(--primaryBorder);
  color: var(--white);
}

.form_controls input[type="reset"].cancel_button,
.form_controls button[type="reset"].cancel_button {
  background: var(--info);
}

.form_controls input[type="reset"].cancel_button:hover,
.form_controls button[type="reset"].cancel_button:hover {
  background: var(--primaryHover);
  border-color: var(--primaryBorder);
  color: var(--white);
}

/*alert classes css start */

.inputs_up.success {
  border-color: var(--danger);
  background-color: rgba(255, 0, 0, 0.2);
  /*color: var(--white);*/
}

.inputs_up.warning {
  border-color: var(--danger);
  background-color: rgba(255, 0, 0, 0.2);
  /*color: var(--white);*/
}

.inputs_up.danger,
.select2-container--danger {
  border-color: var(--danger);
  background-color: rgba(255, 0, 0, 0.2);
  /*color: var(--white);*/
}

.select2-container--danger
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--secondary);
  line-height: 26px;
}

/*alert classes css end */

.fxd_ftr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.title_cus {
  font-size: 18px;
}

.mdm_txt {
  font-size: 16px;
}

.sml_txt {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold {
  font-weight: bolder;
}

.modal-header {
  border-bottom: 1px solid var(--dark);
}

.db {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 7.5px 0 0;
}

.db:after {
  content: "";
  display: table;
  position: relative;
  clear: both;
}

.flx {
  display: flex;
  align-items: center;
}

.max_txt {
  min-width: 250px;
  max-width: 250px;
  width: 100%;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
}

.max_txt + .max_txt {
  margin-top: 10px;
}

blockquote {
  background: transparent;
  /*rgba(249,249,249,.5);*/
  border-left: 2px solid var(--muted);
  margin: 0em 0px;
  padding: 0.2em 4px;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
}

.form_header:after,
.add_btn:after {
  content: "";
  display: table;
  clear: both;
}

span.validate_sign {
  color: var(--danger);
  font-size: 10px;
}

.wrds_con {
  position: relative;
  border: 1px solid;
  margin: 30px 0;
  width: 100%;
  display: block;
  float: left;
}

.wrds_bx {
  position: relative;
  padding: 10px 15px;
  width: 70%;
  display: block;
  float: left;
  border-right: 1px solid;
  text-transform: uppercase;
}

.wrds_bx.wrds_bx_two {
  width: 30%;
  border-right: 0px solid;
}

.wrds_hdng {
  position: absolute;
  top: -10px;
  background-color: var(--light);
  padding: 0 10px;
  left: 5px;
  font-weight: bold;
  text-transform: capitalize;
}

.sign_con {
  position: relative;
  margin: 0px 0;
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}

.sign_bx {
  position: relative;
  padding: 30px 15px 0;
  width: 24%;
  display: block;
  float: left;
  text-transform: uppercase;
  text-align: center;
}

.sign_itm {
  position: relative;
  padding: 0 10px;
  font-weight: bold;
  text-transform: capitalize;
  border-top: 2px solid;
  width: 90%;
  display: block;
  font-size: 12px;
}

.border-bottom-3 {
  border-bottom: 3px double var(--dark) !important;
}

.border-top-2 {
  border-top: 2px solid var(--dark) !important;
}

.modal-header {
  padding: 5px 1rem;
}

.modal-title {
  font-size: 18px;
}

.vi_tbl_hdng {
  background: var(--primary);
  color: var(--white);
}

.wdth_1 {
  min-width: 145px;
}

.wdth_2 {
  min-width: 245px;
}

.wdth_3 {
  min-width: 125px;
}

.wdth_4 {
  min-width: 95px;
}

.wdth_5 {
  min-width: 110px;
}

.wdth_8 {
  min-width: 45px;
}

.wdth_6 {
  min-width: 395px;
}

.wdth_7 {
  min-width: 215px;
}

.v_wdth_1 {
  min-width: 5%;
  width: 5%;
}

.v_wdth_2 {
  min-width: 16%;
  width: 16%;
}

.v_wdth_3 {
  min-width: 30%;
  width: 30%;
}

.v_wdth_4 {
  min-width: 25%;
  width: 25%;
}

.v_wdth_5 {
  min-width: 12%;
  width: 12%;
}

.v_wdth_6 {
  min-width: 9%;
  width: 9%;
}

.v_wdth_7 {
  min-width: 33%;
  width: 33%;
}

.v_wdth_8 {
  min-width: 9%;
  width: 9%;
}

.v_wdth_8.fnt_less {
  font-size: 10px;
}

/*============= pur invoice width ===================*/

.pur_in_wdth_1 {
  width: 5%;
  font-size: 12px !important;
}

.pur_in_wdth_2 {
  width: 18%;
  font-size: 12px !important;
}

.pur_in_wdth_3 {
  width: 43%;
  font-size: 12px !important;
}

.pur_in_wdth_4 {
  width: 8%;
  font-size: 12px !important;
}

.pur_in_wdth_5 {
  width: 13%;
  font-size: 12px !important;
}

.pur_in_wdth_6 {
  width: 7%;
  font-size: 12px !important;
}

.pur_in_wdth_7 {
  width: 10%;
  font-size: 12px !important;
}

.pur_in_wdth_8 {
  width: 12%;
  font-size: 12px !important;
}

.pur_in_wdth_9 {
  width: 23%;
  font-size: 12px !important;
}

.pts-10 {
  padding-top: 10px !important;
}

.fontS-12 {
  font-size: 12px !important;
}

.fontS-12 label {
  font-size: 10px !important;
}

.invoice_hdng {
  font-weight: bolder;
  font-size: 25px;
}

.invoice_para {
  padding: 0px 5px 0;
}

.invoice_para.adrs {
  max-width: 565px;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}

.bg-transparent td {
  vertical-align: top;
}

.wdth_40_prcnt {
  width: 40%;
}

.wdth_50_prcnt {
  width: 50%;
}

.invoice_sub_hdng {
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bolder;
  background: var(--primary);
  color: var(--white);
}

.mt-10 {
  margin-top: 10px;
}

/*============= pur invoice width ===================*/

.acnt_lgr_wdth_1 {
  width: 6%;
}

.acnt_lgr_wdth_2 {
  width: 8%;
}

.acnt_lgr_wdth_3 {
  width: 10%;
}

.acnt_lgr_wdth_4 {
  width: 16%;
}

.acnt_lgr_wdth_5 {
  width: 30%;
}

.acnt_lgr_wdth_6 {
  width: 10%;
}

.acnt_lgr_wdth_7 {
  width: 13%;
}

.acnt_lgr_wdth_8 {
  width: 17%;
}

.acnt_lgr_wdth_9 {
  width: 22%;
}

.acnt_lgr_wdth_10 {
  width: 36%;
}

.acnt_lgr_wdth_11 {
  width: 24%;
}

.acnt_lgr_wdth_12 {
  width: 9%;
}

.acnt_lgr_wdth_13 {
  width: 38%;
}

.acnt_lgr_wdth_14 {
  width: 28%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

hr {
  margin: 2px 0;
  padding: 0;
}

.base_clr {
  background-color: var(--light);
}

.chk_dmnd,
.chk_dmnd input {
  background-color: var(--light);
}

.custom-control-label::before {
  width: 15px;
  height: 15px;
}

.custom-control-label::after {
  width: 15px;
  height: 15px;
}

.custom-control {
  min-height: 1.2rem;
}

.custom-radio {
  display: flex;
  align-items: center;
  float: left;
  padding-left: 17px;
  margin-right: 10px;
}

.user-notification.srch_grp .dropdown-menu {
  width: auto;
}

.notification-list.srch_list ul li a {
  padding: 10px 15px 10px 15px;
  min-height: auto;
  font-size: 12px;
}

.notification-list.srch_list ul li a p i {
  margin-right: 7px;
  font-size: 14px;
}

/*====================== dashboard css ===================*/

.chart_bx {
  position: relative;
  width: 100%;
  float: left;
}

.chart_bx.chart_bx_inline {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

.chart_bx.chart_bx_blk {
  display: block;
  height: auto;
  overflow: hidden;
}

.chart_bx.chart_bx_inline .chart_bx_itm {
  display: inline-block;
  max-width: 270px;
  min-width: auto;
  width: 100%;
}

.chart_bx.chart_bx_blk .chart_bx_itm {
  display: block;
  width: 100%;
}

.chart_bx .chart_bx_itm {
  position: relative;
  margin: 0 7px 0 0;
  padding: 5px 7px 7px;
}

.chart_bx .chart_bx_itm .chart_bx_itm_ttl {
  display: block;
  position: relative;
}

.chart_bx.chart_bx_inline .chart_bx_itm .chart_bx_itm_ttl {
  font-size: 12px;
  line-height: 15px;
}

.chart_bx.chart_bx_blk .chart_bx_itm .chart_bx_itm_ttl {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bolder;
}

.chart_bx .chart_bx_itm .chart_bx_itm_cntnt {
  display: block;
  position: relative;
}

.chart_bx.chart_bx_inline .chart_bx_itm .chart_bx_itm_cntnt {
  font-size: 14px;
  line-height: 15px;
}

.chart_bx.chart_bx_blk .chart_bx_itm .chart_bx_itm_cntnt {
  font-size: 18px;
  line-height: 18px;
  font-weight: bolder;
}

.brdr_lft_5 {
  border-left: 5px solid transparent;
}

.brdr_clr_november {
  border-color:  var(--warning) !important;
}

.brdr_clr_december {
  border-color:  var(--cyan)!important;
}

.brdr_clr_average {
  border-color:  var(--warning) !important;
}

.top_pro_brdr_clr_1 {
  border-color:  var(--success) !important;
}

.top_pro_brdr_clr_2 {
  border-color:  var(--purple) !important;
}

.top_pro_brdr_clr_3 {
  border-color:  var(--primary) !important;
}

.top_pro_brdr_clr_4 {
  border-color:  var(--cyandark) !important;
}

.clr_november {
  color:  var(--warning) !important;
}

.clr_december {
  color:  var(--cyan)!important;
}

.clr_average {
  color:  var(--warning) !important;
}

.top_pro_clr_1 {
  color:  var(--success) !important;
}

.top_pro_clr_2 {
  color:  var(--purple) !important;
}

.top_pro_clr_3 {
  border-color:  var(--primary) !important;
}

.top_pro_clr_4 {
  border-color:  var(--cyandark) !important;
}

.systm_cnfg_con {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

.systm_cnfg_con:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.systm_cnfg_con .systm_cnfg_bx {
  position: absolute;
  display: block;
  max-width: 750px;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  margin: auto;
  background-color: ;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_hdr_bx {
  position: relative;
  padding: 20px 10px 20px 90px;
  background-color: var(--muted);
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_hdr_bx .systm_cnfg_hdr_img {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: auto 0;
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_hdr_bx .systm_cnfg_hdr_titl {
  position: relative;
  color: var(--white);
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_hdr_bx .systm_cnfg_hdr_titl h1 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_hdr_bx .systm_cnfg_hdr_titl h1 span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  letter-spacing: 3.4pt;
  text-transform: uppercase;
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_cntnt_bx {
  position: relative;
  padding: 10px;
  /*height: 420px;*/
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--light);
}

.systm_cnfg_lst_bx,
.systm_cnfg_lst_dscrption_con {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  border: 2px solid  var(--secondary);
  height: 345px;
  overflow: hidden;
  overflow-y: auto;
}

.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_cntnt_bx,
.systm_cnfg_lst_bx,
.systm_cnfg_lst_dscrption_con,
.systm_cnfg_con .systm_cnfg_bx {
  scrollbar-color: #c1c1c1 #f1f1f1;
  scrollbar-width: thin;
}

.systm_cnfg_con .systm_cnfg_bx::-webkit-scrollbar,
.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_cntnt_bx::-webkit-scrollbar,
.systm_cnfg_lst_bx::-webkit-scrollbar,
.systm_cnfg_lst_dscrption_con::-webkit-scrollbar {
  display: block;
  width: 5px;
}

.systm_cnfg_con .systm_cnfg_bx::-webkit-scrollbar-track,
.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_cntnt_bx::-webkit-scrollbar-track,
.systm_cnfg_lst_bx::-webkit-scrollbar-track,
.systm_cnfg_lst_dscrption_con::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-box-shadow: -10px 0px 6px -4px var(--muted);
  -moz-box-shadow: -10px 0px 6px -4px var(--muted);
  box-shadow: -10px 0px 6px -4px var(--muted);
}

.systm_cnfg_con .systm_cnfg_bx::-webkit-scrollbar-thumb,
.systm_cnfg_con .systm_cnfg_bx .systm_cnfg_cntnt_bx::-webkit-scrollbar-thumb,
.systm_cnfg_lst_bx::-webkit-scrollbar-thumb,
.systm_cnfg_lst_dscrption_con::-webkit-scrollbar-thumb {
  background:  var(--light);
  border-right: none;
  border-left: none;
}

.systm_cnfg_lst_bx .systm_cnfg_lst {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 0px solid transparent;
}

.systm_cnfg_lst_bx .systm_cnfg_lst .systm_cnfg_lst_ttl {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 3px;
}

.systm_cnfg_lst_bx .systm_cnfg_lst .systm_cnfg_lst_cntnt {
  padding: 0.5em 0;
  position: relative;
  background-color: transparent;
}

.systm_cnfg_lst_bx .systm_cnfg_lst .systm_cnfg_lst_cntnt .systm_cnfg_lst_itms {
  padding: 0em 0 0 1.3rem;
  position: relative;
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms:before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 3px;
  position: absolute;
  left: 9px;
  top: 2px;
  border-radius: 15px;
  background: var(--dark);
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  > li {
  position: relative;
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  > li
  > a,
.systm_cnfg_lst_bx .systm_cnfg_lst .systm_cnfg_lst_ttl {
  display: flex;
  align-items: center;
  line-height: 16px;
  height: auto;
  min-height: auto;
  padding: 2px 3px;
  position: relative;
  border-radius: 0.25rem;
  margin: 0.1rem 0;
  outline: none;
  font-size: 12px;
  letter-spacing: 0.3pt;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  li
  > a
  > i,
.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  li
  > i,
.systm_cnfg_lst_bx .systm_cnfg_lst .systm_cnfg_lst_ttl > i {
  float: left;
  line-height: 18px;
  margin: 0 0px 0 0;
  width: 25px;
  font-size: 18px;
  text-align: left;
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  li
  a.systm_cnfg_lst_ttl
  > i:before,
.systm_cnfg_lst_bx .systm_cnfg_lst a.systm_cnfg_lst_ttl > i:before {
  content: "\f07c";
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  li
  a.systm_cnfg_lst_ttl.collapsed
  > i:before,
.systm_cnfg_lst_bx .systm_cnfg_lst a.systm_cnfg_lst_ttl.collapsed > i:before {
  content: "\f07b";
}

.systm_cnfg_lst_bx
  .systm_cnfg_lst
  .systm_cnfg_lst_cntnt
  .systm_cnfg_lst_itms
  li
  a.systm_cnfg_lst_ttl.systm_cnfg_lst_lnk
  > i:before,
.systm_cnfg_lst_bx
  .systm_cnfg_lst
  a.systm_cnfg_lst_ttl.systm_cnfg_lst_lnk
  > i:before {
  content: "\f15c";
}

.systm_cnfg_lst_dscrption_bx {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.systm_cnfg_lst_dscrption {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  z-index: 9;
  background-color: var(--light);
}

.systm_cnfg_lst_dscrption:after,
systm_cnfg_lst_dscrption_bx:after {
  content: "";
  display: table;
  clear: both;
}

.systm_cnfg_lst_dscrption.show {
  display: block;
}

.systm_cnfg_lst_dscrption .input_bx {
  background:  var(--secondary)
}

.systm_cnfg_lst_dscrption .input_bx label {
  margin: 0;
}

.systm_cnfg_lst_dscrption h6 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 7px;
}

.systm_cnfg_lst_dscrption p {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 7px;
}

.systm_cnfg_lst_dscrption a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: bolder;
}

.gnrl-mrgn-pdng {
  padding: 0;
  margin: 0;
}

.gnrl-blk {
  display: block;
  width: 100%;
}

.gnrl-bg-trnsprnt,
.systm_cnfg_lst .panel-default > .panel-heading {
  background-color: transparent;
}

/*========== invoice design css ===============*/

.invoice_btn_con {
  position: relative;
}

.invoice_btn_con .invoice_btn_bx {
  position: relative;
  margin: 15px 0;
  padding: 0 15px;
}

.invoice_btn_bx .invoice_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.invoice_btn_bx .invoice_btn button {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 45px 15px 15px;
  position: relative;
  background-color: var(--warning);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  color: var(--white);
  font-size: 25px;
  line-height: 25px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.invoice_btn_bx .invoice_btn button .icon {
  display: block;
  width: 45px;
  height: 100%;
  line-height: 55px;
  position: absolute;
  background-color: var(--border);
  color: var(--white);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  cursor: pointer;
}

.invoice_con.for_voucher {
  display: block;
  position: relative;
  z-index: 9;
}

.invoice_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
}

.invoice_con.for_voucher .invoice_bx {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}

.invoice_con.for_voucher:after,
.invoice_con.for_voucher .invoice_bx:after {
  content: "";
  display: table;
  clear: both;
}

.invoice_con .invoice_bx .invoice_bx_scrl {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color:  var(--light);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 500ms;
}

.invoice_con .invoice_bx.show_scale {
  transform: translate3d(0, -15px, 0) rotate3d(1, 0, 0, 85deg) scale(1);
  opacity: 1;
}

.invoice_con .invoice_bx.show_rotate {
  transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg) scale(1);
}

.invoice_con .invoice_bx .invoice_cls_btn {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  margin: 0;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  background-color: var(--danger);
  color: var(--white);
  text-align: center;
  z-index: 1000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.invoice_con .invoice_bx .invoice_cls_btn button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: var(--white);
  cursor: pointer;
}

.invoice_con .invoice_bx .invoice_cntnt {
  position: relative;
  /* padding: 7px; */
}

.invoice_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -3px;
}

.invoice_row .invoice_col {
  display: block;
  margin: 3px 3px 7px;
  position: relative;
}

.invoice_row .invoice_col.gnrl-mrgn-pdng {
  margin: 0 3px 0;
}

.invoice_row .invoice_col .invoice_col_bx {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 3px 3px;
  border: 2px solid  var(--light);
  background-color:  var(--light);
  position: relative;
}

.invoice_row .invoice_col .invoice_col_txt.for_voucher_col_bx {
  padding-top: 7px;
}

.invoice_row .invoice_col .invoice_col_bx.for_tabs {
  /*padding: 0;*/
  /*border: 0 solid transparent;*/
  padding: 3px;
  margin-right: 6px;
  border-bottom: 0 solid transparent;
  border-width: 1px;
  width: auto;
  display: inline-block;
  float: right;
}

.invoice_row .invoice_col .chck_pdng {
  padding-left: 20px;
}

.invoice_row .invoice_col .custom-control-label::before {
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 0;
}

.invoice_row .invoice_col .custom-control-label::after,
.invoice_row .invoice_col .custom-control-label::before {
  top: 3px;
}

.invoice_row
  .invoice_col
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.invoice_row .invoice_col .invoice_col_bx:after {
  content: "";
  display: table;
  clear: both;
}

.invoice_col .invoice_col_bx .invoice_col_short {
  position: absolute;
  right: 3px;
  top: -8px;
  margin: 0 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.invoice_col .invoice_col_bx .invoice_col_short .col_short_btn {
  padding: 1px 2px !important;
  font-size: 12px;
  line-height: 13px;
  float: left;
  cursor: pointer;
}

.invoice_col
  .invoice_col_bx
  .invoice_col_short
  .col_short_btn
  + .col_short_btn {
  margin-left: 3px;
}

.invoice_row .invoice_col_ttl {
  display: block;
  padding: 0 3px;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  top: -7px;
  left: 0;
  background-color:  var(--light);
}

.invoice_row .invoice_col_input,
.invoice_row .invoice_col_txt {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0px solid  var(--light);
  background-color: var(--white);
}

.invoice_row .invoice_col_txt {
  border: 0;
  background-color: transparent;
  line-height: 20px;
}

.invoice_row .invoice_col_txt.for_inline_input_checkbox {
  display: inline-block;
  width: 240px;
  float: left;
  line-height: 18px;
}

.invoice_row .invoice_col_txt.for_inline_input_checkbox.multi_pro {
  width: 350px;
}

.invoice_row .invoice_col_txt.with_cntr_jstfy {
  display: flex;
  justify-content: center;
  align-content: space-around;
  align-items: center;
}

.invoice_row .invoice_col_txt.with_cntr_jstfy.for_voucher_btns {
  justify-content: flex-end;
}

.invoice_row
  .invoice_col
  .invoice_col_txt.for_voucher_col_bx
  .invoice_col_txt.with_cntr_jstfy {
  justify-content: left;
}

.invoice_row .invoice_col_txt:after {
  content: "";
  display: table;
  clear: both;
}

.invoice_row .invoice_col_txt .invoice_inline_input_txt {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 5px;
}

.invoice_row
  .invoice_col_bx.for_tabs
  .invoice_col_txt
  .invoice_inline_input_txt {
  margin: 0;
}

.invoice_row .invoice_col_txt .invoice_inline_input_txt.with_wrap {
  flex-wrap: wrap;
}

.invoice_row .invoice_col_txt .invoice_inline_input_txt .inline_input_txt_lbl {
  flex-basis: 190px;
}

.invoice_row .invoice_col_txt.for_invoice_nbr .inline_input_txt_lbl {
  flex-basis: auto;
  line-height: 15px;
}

.invoice_row .invoice_col_txt.for_invoice_nbr .invoice_chk_btn {
  background-color:  var(--success);
  color: var(--dark);
  padding: 3px 7px;
  margin: 0;
  line-height: 15px;
  font-size: 14px;
  border: 0 solid transparent;
}

.invoice_row
  .invoice_col_txt
  .invoice_inline_input_txt.with_wrap
  .radio
  + .radio {
  margin: 0 0 0 5px;
}

.invoice_row .invoice_col_input .inputs_up {
  display: block;
  width: 100%;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.invoice_row .invoice_col_input .inputs_up,
.invoice_row .invoice_col_input .select2 {
  border: 0;
  display: block;
}

.invoice_row .invoice_col_input .inputs_up,
.invoice_row .invoice_col_input .select2-container .select2-selection--single,
.invoice_row
  .invoice_col_input
  .select2-container--default
  .select2-selection--single,
.invoice_row
  .invoice_col_input
  .select2-container
  .select2-selection--multiple {
  min-height: 20px;
  height: 20px;
  line-height: 20px;
}

.invoice_row .invoice_col_input .inputs_up.grandTotalFont,
.invoice_row .invoice_col_txt h5.grandTotalFont {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: var(--danger);
}

.invoice_row
  .invoice_col_input
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 2px;
  font-size: 10px;
  line-height: 14px;
  color: var(--dark);
}

.invoice_row
  .invoice_col_input
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 12px;
}

.invoice_row
  .invoice_col_input
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 17px;
}

.invoice_row .select2-container {
  z-index: 999;
}

.invoice_row .invoice_col_txt h5 {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: var(--danger);
}

.radio.inline_radio {
  display: inline-block;
}

.invoice_frm_btn_bx {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 16px;
}

.invoice_frm_btn_bx + .invoice_frm_btn_bx {
  margin-left: 5px;
}

.pro_tbl_con .pro_tbl_bx {
  display: block;
  width: 100%;
  height: auto;
}

.pro_tbl_con .pro_tbl_bx table,
.pro_tbl_con .pro_tbl_bx table tr,
.pro_tbl_con .pro_tbl_bx table tbody tr:nth-child(odd),
.pro_tbl_con .pro_tbl_bx table td,
.pro_tbl_con .pro_tbl_bx table th {
  background-color: transparent;
}

.pro_tbl_con .pro_tbl_bx table thead {
  background-color:  var(--light);
}

.pro_tbl_con .pro_tbl_bx table tfoot {
  background-color: var(--white);
}

.pro_tbl_con .pro_tbl_bx .table td .inputs_up_tbl {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.2rem 0.2rem;
  text-align: center;
  top: 0;
  left: 0;
  border: 0 solid transparent;
  box-sizing: border-box;
}

.pro_tbl_con .pro_tbl_bx .table td .inputs_up_tbl.for_dropdown {
  padding: 0 0.2rem;
}

.pro_tbl_con .pro_tbl_bx .table th,
.pro_tbl_con .pro_tbl_bx .table td {
  border: 1px solid  var(--secondary);
}

.pro_tbl_con .pro_tbl_bx .table thead th {
  border-bottom: 0 solid transparent;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx {
  display: block;
  width: auto;
  height: 20px;
  padding: 0 4px 0 4px;
  position: absolute;
  margin: auto 0;
  top: 0;
  right: -100px;
  bottom: 0;
  background-color:  var(--light);
  z-index: 9;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.pro_tbl_con .pro_tbl_bx .edit_update:hover .edit_update_bx {
  right: 0;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .btn {
  border: 0;
  padding: 3px 3px;
  line-height: 12px;
  font-size: 12px;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .edit_link {
  margin-right: 5px;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con {
  position: relative;
  display: inline-block;
  width: auto;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx {
  position: relative;
  display: inline-block;
  width: auto;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_inc,
.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_dec {
  border: 0;
  padding: 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_inc,
.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_dec,
.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx i {
  line-height: 12px;
  font-size: 12px;
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_inc {
  background-color:  var(--success);
  color: var(--white);
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_dec {
  background-color: var(--danger);
  color: var(--white);
}

.pro_tbl_con .pro_tbl_bx .edit_update_bx .inc_dec_con .inc_dec_bx.for_val {
  font-size: 14px;
}

.pro_tbl_con .pro_tbl_bx tbody {
  scrollbar-color:  var(--muted)  var(--light);
  scrollbar-width: thin;
}

.pro_tbl_con .pro_tbl_bx tbody::-webkit-scrollbar {
  display: block;
  width: 5px;
}

.pro_tbl_con .pro_tbl_bx tbody::-webkit-scrollbar-track {
  background:  var(--light);
  -webkit-box-shadow: -10px 0px 6px -4px var(--muted);
  -moz-box-shadow: -10px 0px 6px -4px var(--muted);
  box-shadow: -10px 0px 6px -4px var(--muted);
}

.pro_tbl_con .pro_tbl_bx tbody::-webkit-scrollbar-thumb {
  background:  var(--muted);
  border-right: none;
  border-left: none;
}

/*========================= invoice small modal css ===========================*/

.invoice_sm_mdl {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.invoice_sm_mdl .invoice_sm_mdl_bx {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  height: 350px;
}

.invoice_sm_mdl .invoice_sm_mdl_bx .invoice_sm_mdl_scrl {
  position: relative;
  margin: 0;
  width: 100%;
  max-height: 350px;
  height: auto;
  padding: 7px;
  background-color:  var(--light);
}

.invoice_sm_mdl .invoice_sm_hdng {
  position: relative;
  text-align: center;
}

.invoice_sm_mdl .invoice_sm_hdng:after {
  content: "";
  display: table;
  clear: both;
}

.invoice_sm_mdl .invoice_sm_hdng h5 {
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px auto 15px;
  padding: 0 0 5px;
  text-align: center;
  border-bottom: 2px solid  var(--light);
}

.invoice_sm_mdl .invoice_sm_cntnt {
  position: relative;
  background-color:  var(--light);
}

/*=============== unset login setting css start =================================*/

.incld_nav_top_lft nav {
  height: 40px;
  color: var(--dark);
  background-color: var(--white);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.incld_nav_top_lft nav.login_navbar ul a {
  font-size: 12px;
  padding-left: 35px;
  color:  var(--dark);
}

.incld_nav_top_lft nav.login_navbar ul a i {
  font-size: 24px;
  color:  var(--dark);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
}

.lst_frm_screen .lst_frm_cntnt_bx.lst_frm_cntnt_bx_login_con {
  background-image: none;
  padding: 15px 0px;
}

.login_con,
.lst_frm_screen .login_con {
  background-image: url(../images/lap_stars.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  padding: 10px 0 20px;
}

.login_box,
.lst_frm_screen .login_box {
  position: absolute;
  min-height: 450px;
  z-index: 5;
  border: 1px solid  var(--light);
  border-radius: 4px;
}

.login_box .login_card,
.lst_frm_screen .login_box .login_card {
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  min-height: 480px;
}

.login_box_card,
.lst_frm_screen .login_box_card {
  margin: 0 0 0px;
  color:  var(--dark)
}

.login_box .login_card .card_block,
.lst_frm_screen .login_box .login_card .card_block {
  padding: 40px 40px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-color: transparent;
}

.login_box .login_card .card_block .card_blck_logo,
.lst_frm_screen .login_box .login_card .card_block .card_blck_logo {
  position: relative;
  text-align: center;
}

.login_box .login_card .card_block .card_block_title,
.lst_frm_screen .login_box .login_card .card_block .card_block_title {
  position: relative;
}

.login_box .login_card .card_block .card_block_title h5,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5 {
  color:  var(--dark);
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.login_box .login_card .card_block .card_block_title h5 span,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5 span {
  font-size: 20px;
}

.login_box .login_card .card_block .card_block_title h5:after,
.login_box .login_card .card_block .card_block_title h5:before,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5:after,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5:before {
  content: "";
  left: 0;
  position: absolute;
  z-index: 3;
}

.login_box .login_card .card_block .card_block_title h5:before,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5:before {
  width: 50%;
  bottom: -2px;
  right: 0;
  margin: 0 auto;
  border-bottom: 7px solid  var(--warning);
  z-index: 4;
}

.login_box .login_card .card_block .card_block_title h5:after,
.lst_frm_screen .login_box .login_card .card_block .card_block_title h5:after {
  width: 100%;
  bottom: 0;
  border-bottom: 3px solid rgba var(--secondary);
}

.login_box .login_card .card_block .input_bx,
.lst_frm_screen .login_box .login_card .card_block .input_bx {
  margin-bottom: 5px;
  border: 0px solid transparent;
  background-color: transparent;
}

.login_box .login_card .card_block .input_bx .toggle_password,
.lst_frm_screen .login_box .login_card .card_block .input_bx .toggle_password {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  z-index: 7;
  font-size: 20px;
  line-height: 20px;
}

.login_box .login_card .card_block .input_bx .character-counter,
.lst_frm_screen .login_box .login_card .card_block .input_bx .character-counter {
  position: absolute;
  right: 0;
  bottom: -2px;
  color:  var(--dark);
  font-size: 9px !important;
}

.lst_frm_screen .login_box .login_card .card_block .input_bx .inputs_up,
.lst_frm_screen.default-theme-clr .select2,
.lst_frm_screen  .login_box .login_card .card_block .input_bx input:not([type]).inputs_up,
.lst_frm_screen .login_box .login_card .card_block .input_bx input[type="text"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="password"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="url"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="time"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="date"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime-local"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="tel"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="number"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="search"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  textarea.materialize-textarea.inputs_up,
.login_box .login_card .card_block .input_bx .inputs_up,
.lst_frm_screen.default-theme-clr .select2,
.login_box .login_card .card_block .input_bx input:not([type]).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="text"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="password"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="url"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="time"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="date"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime-local"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="tel"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="number"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="search"]:not(.browser-default).inputs_up,
.login_box
  .login_card
  .card_block
  .input_bx
  textarea.materialize-textarea.inputs_up {
  display: block;
  height: 44px !important;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  color:  var(--light);
  background-color: var(--white);
  background-image: none;
  background-clip: padding-box;
  border: 1px solid  var(--light);
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
  transition: 0.3s all ease-in-out;
}

.login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default).inputs_up,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default).inputs_up {
  border-color: rgba var(--secondary);
}

.login_box
  .login_card
  .card_block
  .input_bx
  input[type="text"]:not(.browser-default).inputs_up::placeholder,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="text"]:not(.browser-default).inputs_up::placeholder {
  line-height: 40px;
}

.login_box .login_card .card_block .input_bx.input-field > label.inputs_up_lbl,
.login_box .login_card .card_block .input_bx label.inputs_up_lbl,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label.inputs_up_lbl,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  label.inputs_up_lbl {
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
  font-size: 14px;
  line-height: 20px;
  color:  var(--dark);
  left: 12px;
}

.login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label:not(.label-icon).active,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label:not(.label-icon).active {
  left: 12px;
  -webkit-transform: translateY(-16px) scale(0.8);
  transform: translateY(-16px) scale(0.8);
  color:  var(--dark);
}

.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label,
.lst_frm_screen .login_box .login_card .card_block .input_bx > label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="text"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="password"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="number"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="url"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="time"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="date"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="tel"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  input[type="search"]:not(.browser-default):focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx
  textarea.materialize-textarea:focus:not([readonly])
  + label,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label:not(.label-icon).active,
.login_box .login_card .card_block .input_bx.input-field > label,
.login_box .login_card .card_block .input_bx > label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="text"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="password"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="email"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="number"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="url"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="time"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="date"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="tel"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  input[type="search"]:not(.browser-default):focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx
  textarea.materialize-textarea:focus:not([readonly])
  + label,
.login_box
  .login_card
  .card_block
  .input_bx.input-field
  > label:not(.label-icon).active {
  color:  var(--dark)
}

.login_box .login_card .card_block .login_btn,
.lst_frm_screen .login_box .login_card .card_block .login_btn {
  font-size: 17px;
  width: 99%;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.login_box .login_card .card_block .gnrl-btn-hover-two span:nth-child(2),
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .gnrl-btn-hover-two
  span:nth-child(2) {
  border: 1px solid  var(--warning);
  background-color:  var(--warning);
}

.login_box .login_card .card_block .login_btn span,
.lst_frm_screen .login_box .login_card .card_block .login_btn span {
  box-sizing: border-box;
}

.login_box .login_card .card_block .login_ul,
.lst_frm_screen .login_box .login_card .card_block .login_ul {
  position: relative;
  margin: 0 0 10px;
}

.login_box .login_card .card_block .login_ul li,
.lst_frm_screen .login_box .login_card .card_block .login_ul li {
  position: relative;
}

.login_box .login_card .card_block .login_ul li .keep_me_btn,
.lst_frm_screen .login_box .login_card .card_block .login_ul li .keep_me_btn {
  position: relative;
  font-size: 12px;
}

.login_box
  .login_card
  .card_block
  .login_ul
  li
  .keep_me_btn
  [type="checkbox"]
  + span:not(.lever),
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  .login_ul
  li
  .keep_me_btn
  [type="checkbox"]
  + span:not(.lever) {
  padding-left: 0;
}

.login_box .login_card .card_block .login_ul li .keep_me_btn i,
.lst_frm_screen .login_box .login_card .card_block .login_ul li .keep_me_btn i {
  font-size: 21px;
  line-height: 20px;
}

.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):after,
.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):after,
.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):before,
.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):after,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):after,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):before,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before {
  bottom: 0;
  margin: auto 0;
}

.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):before,
.login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:not(:checked)
  + span:not(.lever):before,
.lst_frm_screen
  .login_box
  .login_card
  .card_block
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before {
  bottom: 2px;
}

.login_box .login_card .card_block .reset_pass,
.lst_frm_screen .login_box .login_card .card_block .reset_pass {
  margin: 10px 0 0;
}

.login_box .login_card a,
.footer .copyright a {
  color:  var(--primary);
}

.login_box .login_card .card_block .card_block:after,
.login_box .login_card .card_block .reset_pass:after,
.lst_frm_screen .login_box .login_card .card_block .card_block:after,
.lst_frm_screen .login_box .login_card .card_block .reset_pass:after {
  content: "";
  position: relative;
  display: table;
  clear: both;
}

.keep_me_tool_title,
.lst_frm_screen .keep_me_tool_title {
  margin-bottom: 5px;
  font-size: 14px;
}

.keep_me_tool_cntnt,
.lst_frm_screen .keep_me_tool_cntnt {
  font-size: 12px;
}

/*=============== unset login setting css end =================================*/

/*=============== unset footer setting css start =================================*/

.footer {
  text-align: center;
  padding: 10px 0;
  min-height: 44px;
  line-height: 20px;
  color:  var(--light);
  background-color: rgba(25, 24, 27, 0.7);
}

.footer .copyright {
  font-size: 12px;
  color: var(--white);
  background-color: transparent;
  letter-spacing: 1pt;
  font-family: "Montserrat-SemiBold";
}

/*=============== unset footer setting css end =================================*/

label.error {
  background-color: transparent;
  color:  var(--danger);
  padding: 0;
  margin: 0;
  border: 0 solid transparent;
  border-radius: 0;
}

.invoice_row .invoice_col_input label.error {
  position: absolute;
  left: 5px;
  bottom: 0;
}

.invoice_row .invoice_col_input .inputs_up.error,
.invoice_row .invoice_col_input .inputs_up.error ~ .select2-container {
  margin-bottom: 20px;
}

.hidden,
.hide {
  display: none !important;
}

.inline_radio .radio {
  display: inline-block;
}

.alert_dangerous {
  background-color:  var(--danger) !important;
  color: var(--white) !important;
  border: 2px solid  var(--danger) !important;
}

.search_form_hidden {
  display: none;
}

.popover {
  background-color:  var(--secondary)!important;
  border-color:  var(--danger) !important;
}
.popover-body {
  color: white !important;
}

.swal2-actions.sweet_actionsImportant {
  margin: 0;
}

button.sweet_confirmbuttonImportant {
  padding: 5px 25px;
}

.swal2-icon.swal2-info {
  border-color: transparent !important;
  background-image: url("../images/info-sign.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.swal2-icon::before,
.swal2-icon.swal2-info .swal2-icon-content {
  display: none;
}

@media (min-width: 1024px) {
  .pro_tbl_con .pro_tbl_bx thead,
  .pro_tbl_con .pro_tbl_bx tfoot,
  .pro_tbl_con .pro_tbl_bx tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .pro_tbl_con .pro_tbl_bx tbody {
    display: block;
    height: 270px;
    overflow-y: scroll;
    background-color: var(--white);
  }
  .pro_tbl_con.for_voucher_tbl .pro_tbl_bx tbody {
    height: 230px;
  }
  .invoice_row .invoice_col {
    width: 20%;
  }
  .basis_col_5 {
    flex-basis: 5%;
  }
  .basis_col_6 {
    flex-basis: 6%;
  }
  .basis_col_7 {
    flex-basis: 7%;
  }
  .basis_col_7 {
    flex-basis: 7%;
  }
  .basis_col_8 {
    flex-basis: 8%;
  }
  .basis_col_9 {
    flex-basis: 9%;
  }
  .basis_col_10 {
    flex-basis: 10%;
  }
  .basis_col_11 {
    flex-basis: 11%;
  }
  .basis_col_12 {
    flex-basis: 12%;
  }
  .basis_col_13 {
    flex-basis: 13%;
  }
  .basis_col_14 {
    flex-basis: 14%;
  }
  .basis_col_15 {
    flex-basis: 15%;
  }
  .basis_col_16 {
    flex-basis: 16%;
  }
  .basis_col_17 {
    flex-basis: 17%;
  }
  .basis_col_18 {
    flex-basis: 18%;
  }
  .basis_col_19 {
    flex-basis: 19.38%;
  }
  .basis_col_20 {
    flex-basis: 20%;
  }
  .basis_col_21 {
    flex-basis: 21%;
  }
  .basis_col_22 {
    flex-basis: 22%;
  }
  .basis_col_23 {
    flex-basis: 23.3%;
  }
  .basis_col_24 {
    flex-basis: 24.3%;
  }
  .basis_col_25 {
    flex-basis: 25%;
  }
  .basis_col_25_1 {
    flex-basis: 25.1%;
  }
  .basis_col_25_2 {
    flex-basis: 25.2%;
  }
  .basis_col_25_3 {
    flex-basis: 25.3%;
  }
  .basis_col_25_4 {
    flex-basis: 25.4%;
  }
  .basis_col_25_5 {
    flex-basis: 25.5%;
  }
  .basis_col_26 {
    flex-basis: 26%;
  }
  .basis_col_27 {
    flex-basis: 27.3%;
  }
  .basis_col_28 {
    flex-basis: 28%;
  }
  .basis_col_29 {
    flex-basis: 29%;
  }
  .basis_col_30 {
    flex-basis: 30%;
  }
  .basis_col_31 {
    flex-basis: 31%;
  }
  .basis_col_32 {
    flex-basis: 32%;
  }
  .basis_col_33 {
    flex-basis: 33%;
  }
  .basis_col_34 {
    flex-basis: 34%;
  }
  .basis_col_34_1 {
    flex-basis: 34.1%;
  }
  .basis_col_34_2 {
    flex-basis: 34.2%;
  }
  .basis_col_34_3 {
    flex-basis: 34.3%;
  }
  .basis_col_34_4 {
    flex-basis: 34.4%;
  }
  .basis_col_34_5 {
    flex-basis: 34.5%;
  }
  .basis_col_35 {
    flex-basis: 35%;
  }
  .basis_col_36 {
    flex-basis: 36%;
  }
  .basis_col_37 {
    flex-basis: 37%;
  }
  .basis_col_38 {
    flex-basis: 38%;
  }
  .basis_col_39 {
    flex-basis: 39%;
  }
  .basis_col_40 {
    flex-basis: 40%;
  }
  .basis_col_41 {
    flex-basis: 41%;
  }
  .basis_col_42 {
    flex-basis: 42%;
  }
  .basis_col_43 {
    flex-basis: 43%;
  }
  .basis_col_44 {
    flex-basis: 44%;
  }
  .basis_col_45 {
    flex-basis: 45%;
  }
  .basis_col_46 {
    flex-basis: 46%;
  }
  .basis_col_47 {
    flex-basis: 47%;
  }
  .basis_col_48 {
    flex-basis: 48%;
  }
  .basis_col_49 {
    flex-basis: 49%;
  }
  .basis_col_49_1 {
    flex-basis: 49.1%;
  }
  .basis_col_49_2 {
    flex-basis: 49.2%;
  }
  .basis_col_49_3 {
    flex-basis: 49.3%;
  }
  .basis_col_49_4 {
    flex-basis: 49.4%;
  }
  .basis_col_49_5 {
    flex-basis: 49.5%;
  }
  .basis_col_49_6 {
    flex-basis: 49.6%;
  }
  .basis_col_50 {
    flex-basis: 50%;
  }
  .basis_col_75 {
    flex-basis: 75.3%;
  }
  .basis_col_80 {
    flex-basis: 80.3%;
  }
  .basis_col_81 {
    flex-basis: 81.3%;
  }
  .basis_col_82 {
    flex-basis: 82.3%;
  }
  .basis_col_83 {
    flex-basis: 83.3%;
  }
  .basis_col_84 {
    flex-basis: 84.3%;
  }
  .basis_col_85 {
    flex-basis: 85.3%;
  }
  .basis_col_86 {
    flex-basis: 86.3%;
  }
  .basis_col_86 {
    flex-basis: 86.3%;
  }
  .basis_col_87 {
    flex-basis: 87.3%;
  }
  .basis_col_100 {
    flex-basis: 100%;
  }
}

.excel_con {
  position: relative;
  padding: 15px 15px 0;
}

.excel_con .excel_box {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 0 0 15px;
  margin: 0 auto 15px;
  border-bottom: 2px solid  var(--secondary);
}

.excel_con .excel_box:after {
  content: "OR";
  width: 27px;
  height: 22px;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 1px;
  position: absolute;
  background-color: var(--white);
  font-weight: bolder;
}

.excel_con .excel_box .excel_box_hdng {
  position: relative;
  margin: 0 0 15px;
}

.excel_con .excel_box .excel_box_hdng h2 {
  position: relative;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.excel_con .excel_box .excel_box_content {
  position: relative;
}

.nav-tabs.double_line_tab {
  border-bottom: 1px solid  var(--secondary);
  border-top: 1px solid  var(--secondary);
}

@media (min-width: 0px) and (max-width: 479px) {
  .form_controls {
    text-align: center;
  }
  .footer-wrap {
    text-align: center;
  }
  .footer-wrap .right {
    display: block;
    width: 100%;
    text-align: center;
    float: initial;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .form_header .list_btn.list_mul {
    width: 130px;
    height: 60px;
  }
  .form_controls {
    text-align: center;
  }
  .footer-wrap {
    text-align: center;
  }
  .footer-wrap .right {
    display: block;
    width: 100%;
    text-align: center;
    float: initial;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .form_header .list_btn.list_mul {
    width: auto;
    height: 45%;
  }
  .form_controls {
    text-align: center;
  }
  .footer-wrap {
    text-align: center;
  }
  .footer-wrap .right {
    display: block;
    width: 100%;
    text-align: center;
    float: initial;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form_header .list_btn.list_mul {
    width: auto;
    height: 45%;
  }
  .footer-wrap {
    text-align: center;
  }
  .footer-wrap .right {
    display: block;
    width: 100%;
    text-align: center;
    float: initial;
  }
}

@media (max-width: 767px) {
  .dates_manage p {
    display: block;
    font-size: 10px;
  }
  .dates_manage p span {
    font-size: 10px;
  }
  .dates_manage {
    display: none;
  }
  .form_header .text-white {
    font-size: 18px;
  }
  .form_header .list_btn {
    width: 115px;
    right: 10px;
  }
  .form_header .list_btn .list_link {
    font-size: 16px;
  }
  .form_manage {
    padding: 10px;
  }
  .form_header {
    margin: -10px -10px 30px -10px;
    padding: 20px 175px 20px 10px;
  }
  .form_controls input[type="button"].cancel_button,
  .form_controls input[type="submit"].cancel_button,
  .form_controls input[type="button"].save_button,
  .form_controls button[type="submit"].save_button,
  .form_controls button[type="button"].cancel_button,
  .form_controls button[type="submit"].cancel_button,
  .form_controls button[type="button"].save_button,
  .form_controls button[type="submit"].save_button,
  .form_controls input[type="reset"].cancel_button,
  .form_controls button[type="reset"].cancel_button {
    max-width: 115px;
    font-size: 14px;
  }
}

.add-prerequisite--modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
}
.add-prerequisite--modal .modal-content {
  width: 100%;
  height: 100%;
}
.add-prerequisite--modal .modal-header,
.add-prerequisite--modal .modal-footer {
  border: unset;
  background-color:  var(--secondary);
  padding: 10px 20px;
}
.add-prerequisite--modal .modal-body {
  overflow: unset;
}
.hide_column nav {
  text-align: right;
}
.invoice_cntnt fieldset {
  border: 2px solid  var(--dark);
}
.invoice_cntnt fieldset legend {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 5px;
}
.invoice_cntnt fieldset .custom-control-label::before {
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 0;
}

.container-fluid.search-filter .invoice_row {
  margin-right: -5px;
  margin-left: -5px;
}
.container-fluid.search-filter .invoice_row .invoice_col {
  margin: 0;
  margin-top: 15px;
  width: 100%;
}
.container-fluid.search-filter .invoice_row .invoice_col .invoice_col_bx {
  margin: 0px;
  width: 100%;
}
.container-fluid.search-filter .invoice_row .pro_tbl_con {
  width: 100%;
}
.container-fluid.search-filter .invoice_row .select2-container {
  z-index: 1;
}
.container-fluid.search-filter .form-check.form-check-inline .form-check-label {
  margin-left: 5px;
}

.container-fluid.search-filter.form_manage {
  background:  var(--light);
}
.container-fluid.search-filter.form_manage
  .invoice_row
  .invoice_col
  .invoice_col_bx {
  border: 1px solid var(--primary);
  background-color: inherit;
}
.container-fluid.search-filter.form_manage .invoice_row .invoice_col_ttl {
  background:  var(--light);
}

.container-fluid.search-filter.form_manage
  .pro_tbl_con
  .pro_tbl_bx
  table
  thead {
  background-color: var(--primary);
  color: var(--white);
}

.form_manage {
  background:  var(--light) !important;
}
.form_manage table {
  background: var(--white);
}
.form_manage table thead {
  background-color: var(--primary);
  color: var(--white);
}
.form_manage .highlight {
  padding: 0;
  background:  var(--light);
  margin-bottom: 15px;
}
.container-fluid.search-filter.form_manage
  .wizard-content
  .wizard
  > .steps
  > ul {
  background-color: inherit;
}
.container-fluid.search-filter.form_manage
  .pro_tbl_con
  .pro_tbl_bx
  .edit_update
  td {
  position: relative;
}
.container-fluid.search-filter.form_manage
  .pro_tbl_con
  .pro_tbl_bx
  .edit_update_bx {
  right: 0;
  width: 100%;
  top: 0;
  display: none;
  background-color: var(--white);
}
.container-fluid.search-filter.form_manage
  .pro_tbl_con
  .pro_tbl_bx
  .edit_update:hover
  .edit_update_bx {
  display: block;
}

.header-right .brand-logo {
  width: 50px;
  display: block;
  margin: 0;
  height: auto;
  border: 0;
}
.header-right .brand-logo a {
  padding: 0;
}
.header-right .menu-icon {
  margin-right: 10px;
  width: 36px;
  height: 30px;
}
.welcome-wizard.btn.btn-success {
  animation: shadow-pulse 1s infinite;
  margin-top: 14px;
}
.welcome-wizard.btn.btn-success a {
  color: var(--white);
}
.top-header.header .user-info-dropdown {
  padding-right: 0;
}
.top-header.header .header-right {
  padding: 0.1rem 1rem;
}
.top-header.header .user-notification {
  padding: 0.5rem 0.9rem 0.5rem 0 !important;
}

.navbar {
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
}

.navbar-brand.brand-logo {
  width: 50px;
  height: auto;
  border-bottom: 0;
  display: block;
}
.navbar-brand.brand-logo a {
  width: 100%;
  display: block;
  padding: 0;
}
.navbar .user-notification {
  padding: 0;
  margin: 0;
}
.navbar .user-notification .dates_manage p {
  margin: 0 !important;
  font-size: 1rem;
  border-right: 1 px solid  var(--secondary)
}

nav.navbar .menu-icon {
  position: relative;
}
nav.navbar .btn.btn-success {
  animation: shadow-pulse 1s infinite;
}
nav.navbar .btn.btn-success a {
  color: var(--white);
}
.navbar .menu-icon {
  position: relative;
}

thead {
  background-color: var(--primary);
  color: var(--white);
}
.table thead th {
  background: none !important;
}

.row-action-main .fin-wizard--body--content--row--heading {
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-right: 0;
}
.row-action-main .fin-wizard--body--content--row--action {
  padding: 0;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.user-notification .navbar {
  box-shadow: none;
  padding: 0.1rem 0.2rem;
  background-color: inherit;
}
.user-notification .navbar .navbar-nav .nav-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.user-notification .navbar .navbar-nav .nav-item span {
  color: var(--primary);
  font-weight: 700;
}
.user-reminders ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
.user-reminders ul li {
  float: left;
  padding: 0.2rem;
}
.user-reminders ul li span {
  color: var(--primary);
  font-weight: 600;
}

.navbar.user-navbar {
  float: right;
  box-shadow: none;
  padding: 0;
  background: var(--white);
}
.navbar.user-navbar .navbar-toggler {
  padding: 0.1rem 0.5rem;
  margin: 0.8rem 0.5rem 0 0;
  position: fixed;
  top: 0;
  right: 50px;
}
.navbar.user-navbar .navbar-collapse {
  padding: 0.4rem 0.9rem !important;
}
@media (max-width: 992px) {
  .navbar.user-navbar .navbar-collapse {
    margin-top: 40px;
  }
}
.navbar.user-navbar li {
  padding: 0 0.7rem;
  line-height: 1rem;
  border-right: 1px solid var(--dark);
  text-align: center;
}
.navbar.user-navbar li span {
  font-weight: 600;
  color: var(--primary);
}

.user-info-dropdown .dropdown-toggle::after,
.user-info-dropdown .dropdown-toggle::before {
  content: none !important;
}
.user-info-dropdown .dropdown-toggle .user-icon {
  background-color: var(--primary);
  color: var(--white);
}
.user-info-dropdown .top_drop_admin {
  padding-top: 0;
}
.user-info-dropdown .card-header {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem;
}
.user-info-dropdown .top_drop_admin {
  border: 2px solid var(--primary);
}
.user-info-dropdown .top_drop_admin .arrow {
  border-bottom: 11px solid var(--primary);
  right: 4px;
}
.user-info-dropdown .top_drop_admin .arrow::after {
  border-bottom: 9px solid transparent;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */
.nav-tabs,
.tab-content {
  background: var(--white);
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.hide_column nav {
  float: right;
}
.upper .form-group {
  margin-bottom: 20px !important;
}
.form_controls .dropdown-toggle::after {
  margin-left: 0;
}
.edit_update input {
  border: 0 !important;
  outline: none;
}
.edit_update select {
  border: 0 !important;
  outline: none;
  box-shadow: none;
}
.edit_update_bx-main .edit_update_bx {
  float: right;
}
.edit_update_bx-main .edit_update_bx .inc_dec_con {
  float: left;
}
.edit_update_bx-main .edit_update_bx .inc_dec_con .inc_dec_bx {
  margin: 0 2px !important;
}
.edit_update_bx-main .edit_update_bx .delete_link {
  float: left;
}
.tree ul li:last-child:before {
  background:  var(--light);
}
.container-fluid.search-filter.form_manage input.lower_style {
  background: none !important;
  color: var(--dark) !important;
}

/* student-dashboard start*/
.student-dashboard-row {
  display: flex;
}
.student-dashboard-row .card {
  display: block;
}
.student-dashboard-row .card .card-body .card-thumb {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  border: 1px solid  var(--primary);
  background-color: var(--primary);
  color: var(--white)fff;
}

/* Student-dashboard end */
/* Class-dashboard start */
.class-dash-card.border-left {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 5px solid var(--info) !important;
}
/* Class-dashboard end */
.tab-content
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple,
.tab-content
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: inherit;
}
