/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

:root {
  --main-bg: #2d6936;
  --main-color: #2d6936;
  --black: #000;
  --white: #ffffff;
}

/* body { background-color: var(--blue); } */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

textarea {
  text-align: left !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.text-blue {
  color: #1e78c2 !important;
}
.modal-backdrop {
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the opacity (0.5 is 50% opacity) */
}
.modal-header {
  border-bottom: 0 !important;
}
.modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal-footer {
  border-top: 0 !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

/* Hide spin buttons for all number inputs */
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
  /* Standard syntax */
}

/* Hide spin buttons in WebKit-based browsers (Chrome, Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Show spin buttons for inputs inside the .teeth class */
.teeth input[type="number"] {
  -moz-appearance: number-input;
  appearance: number-input;
}

/* Show spin buttons in WebKit-based browsers */
.teeth input[type="number"]::-webkit-inner-spin-button,
.teeth input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.tools_box input[type="text"],
.tools_box input[type="number"],
.tools_box input[type="email"] {
  width: 100% !important;
}

.tools_box input[type="checkbox"] {
  text-align: left !important;
}

.add_Tool_diesBox p {
  color: #000;
}

.arrowTdwidth {
  width: 24px;
}

/*searchIcon css*/
.searchInputGrid {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  border: 1px solid gray !important;
  border-radius: 3px;
  height: 32px;
}

.searchInputGrid input,
.searchInputGrid input:focus {
  height: 28px !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  padding-left: 0px !important;
  max-width: 200px !important;
}

.inputWithCross {
  padding-right: 30px;
}

.clear-icon {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #112d7c;
  visibility: hidden;
}

.inputWithCross:focus + .clear-icon {
  visibility: visible;
}

/*searchIcon css end*/

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="email"],
select {
  height: 32px;
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 2px 6px;
  text-align: left;
  font-size: 16px;
  color: #000;
  border-radius: 0; /* Removes rounded corners */
  background-color: #fff; /* Ensures a white background */
  /* appearance: none; /* Removes the default browser styling */
}

select {
  height: 32px;
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 2px 32px 2px 6px;
  text-align: left;
  font-size: 16px;
  color: #000;
  border-radius: 0; /* Removes rounded corners */
  background-color: #fff; /* Ensures a white background */
  appearance: none; /* Removes the default browser styling */
  -moz-appearance: none; /* For Firefox */
  -webkit-appearance: none; /* For Safari and Chrome */
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px center; /* Positioning the arrow */
  background-size: 19px;
  cursor: pointer;
}
/* Prevent text overflow inside the select box */
select option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type="number"] {
  text-align: right !important;
}

textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 4px 6px;
  text-align: right;
  font-size: 16px;
  color: #2c2e35;
}

textarea:focus {
  box-shadow: none;
  border-color: white !important;
  /* border: 2px solid black; */
  outline: 2px solid black;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="email"]:focus select:focus {
  box-shadow: none;
  border-color: white !important;
  outline: 2px solid black;
}

/* .form-control:focus {
  border: 2px solid;
  border-radius: 4px;
  border-color: black;
  box-shadow: none;
} */
textarea {
  height: inherit !important;
}

.table_col1.active input,
.table_col2.active input,
.table_col3.active input {
  color: #c61124;
  background: #fff;
}

.custom_checkbox {
  border: 1px solid #000;
  padding: 4px 4px;
  height: 32px;
  width: 32px;
  display: block;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

/*custom checkbox style*/
/* input[type="checkbox"] {
  position: relative;
  border: 2px solid #1e89d3;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  opacity: 0.5;
}

input[type="checkbox"]:hover {
  opacity: 1;
}

input[type="checkbox"]:checked {
  background-color: #1e89d3;
  opacity: 1;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 8px;
  height: 17px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
} */
/*custom checkbox style end*/
/*dashboard css*/
.header {
  background-color: #2c2e35;
  width: 100%;
  height: 31px;
  position: fixed;
  z-index: 1100;
  display: flex;
  align-items: center;
}

.header::after {
  content: "";
  position: absolute;
  background-color: #d02824;
  width: 20px;
  left: 0;
  top: 0;
  height: 31px;
}

.nav-link.active a {
  background-color: #0f75bb;
}

.custom_container {
  width: 980px;
}

.header i {
  color: #fff;
}

.navLogo img {
  max-width: 130px;
  margin-left: 36px;
}

.header_list ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: 23px;
}

.header_list ul li span {
  font-size: 12px;
  color: #fff;
}

.header_list ul li img {
  width: 20px;
}

.header .navBtn {
  width: 122px;
  background-color: #d02824;
  color: #fff;
  text-decoration: none;
  padding: 6.5px 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 31px;
}

.header .dropdown-menu {
  background-color: #2c2e35;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transform: translate3d(-126px, 27px, 0px) !important;
}

.header .dropdown-menu img {
  width: 16px;
}

.header .dropdown-menu span {
  color: #fff;
}

.header .btn {
  padding: 0px 10px !important;
}

.supervisor_header .header_list ul {
  margin-right: 0 !important;
}

.supervisor_header ul li span,
.supervisor_header i {
  color: #8adbdd;
}

.menuList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main {
  border-left: solid 20px #ececed;
}

/* .press-time {
  width: 669px !important;
} */

.press-time select {
  font-family: "Roboto", sans-serif;
  width: 50%;
  font-size: 13px;
  /* border: unset; */
  padding: unset;
  text-align: unset;
  color: #000;
  border-radius: unset;
  border-color: #000;
  height: unset;
}

/*charge page css*/
.charges_page {
  width: 593px !important;
}

.chargerTopGrid .grid_item:nth-child(2) {
  padding-right: 15px;
}

/*charge page css end*/
.finishing p {
  color: #000 !important;
}

/*finishing page css*/

#finishing .heading_bar p::after {
  width: 85.5%;
}

#finishing hr {
  width: 85.5%;
}

.finsihingTopGrid {
  gap: 17px;
}

.finsihingTopGrid .grid_item .flexo_card {
  height: 100%;
  min-height: 257px;
}

.finsihingTopGrid .grid_item:nth-child(1) {
  width: 38%;
}

.finsihingTopGrid .grid_item:nth-child(2) {
  width: 37%;
}

.finsihingTopGrid .grid_item:nth-child(3) {
  width: 25%;
}

.finishing_bottomBox .grid_item:nth-child(2) {
  width: 33.5%;
}

.finishing_bottomBox .d-flex .grid_item {
  width: calc(100% / 2);
}

.speed_page {
  width: 689px !important;
}

.stock_page label,
.stock_form label {
  color: #1e78c2 !important;
}

.waste_page {
  width: 850px !important;
}

/* .waste_page .flexo_card{
  min-height: 361px !important;
} */

.administration_page {
  width: 685px !important;
}

.administration_page .radioGrid label {
  margin-right: 0 !important;
}

.customer_page {
  width: 780px !important;
}

.customer_page select {
  min-width: 214px;
}

.newCustomer {
  width: 638px !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.customer_edit_page {
  width: 767px !important;
}

.newCustomer .innerWrapper {
  width: 65%;
  display: flex;
  align-self: end;
}

.press-change {
  display: flex;
  gap: 17px;
  justify-content: space-between;
  padding: 6px 0;
  width: 100%;
  max-width: 100%;
}

.innerWrapper .press-change-input {
  gap: 14px !important;
}

.innerWrapper input[type="checkbox"] {
  border-color: gray;
  width: 20px;
  height: 20px;
}

.innerWrapper input[type="checkbox"]:before {
  width: 6px;
  height: 12px;
  color: gray !important;
}

.innerWrapper input[type="checkbox"]:checked {
  /* background-color: white; */
}

.innerWrapper label {
  min-width: 143px;
  justify-content: end;
  display: flex;
}

.innerWrapper input[type="text"],
.innerWrapper input[type="email"],
.innerWrapper input[type="number"],
.innerWrapper input[type="password"] {
  min-width: 214px;
}

.parameterInput {
  max-width: 492px;
  font-weight: 800;
}

.vendor_Radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}

.vendor_Radio label {
  min-width: 50px !important;
}

.password_login {
  position: relative;
}

.password_login .grid {
  min-width: 293px;
  height: 35px;
  align-items: center;
  display: flex;
  border: 1px solid #c1c1c1;
}

.password_login .grid input:focus .password_login .grid {
  outline: 2px solid black;
}

.password_login .grid input:focus {
  outline: none;
}

.password_login input {
  border: none;
}

.password_login img {
  position: absolute;
  right: 3px;
  width: 29px;
}

.tollsAlignment {
  min-height: 487px !important;
}

/*sidebar css*/
.layout-wrapper {
  display: flex;
}

.layout-page {
  width: 818px;
  /* max-width: 65%; */
  /* max-width: 61%; */
  padding: 20px;
  position: relative;
  left: 172px;
  top: 31px;
  padding-right: 10px;
}

.sidebar {
  background-color: #112d7c;
  width: 172px;
  height: 100%;
  padding: 50px 0px 50px 0px;
  position: fixed;
}

.sidebar ul li {
  padding: 2px 0;
}

.sidebar ul li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5px 15px;
}

.sidebar ul li a:hover {
  background-color: #0f75bb;
  color: #fff !important;
}

.offcanvas .sidebar {
  width: 200px !important;
}

.sidebar ul li a::after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  position: absolute;
  right: 15px;
  display: none;
}

.sidebar ul li a.active {
  background-color: #0f75bb;
  color: #fff !important;
}

#subMenuBtn::after {
  display: none;
}

.submenu ul li a i {
  padding-right: 10px;
}

.accordion-button,
.accordion-button:focus {
  padding: 13px;
  outline: none;
  box-shadow: none !important;
  background-color: #112d7c;
  color: #fff;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: relative;
}

.accordion-button::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-left: 8px;
  background-image: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button:not(.collapsed)::before {
  background-image: none;
}

.accordion-button:not(.collapsed) {
  background-color: #112d7c;
  color: #fff;
}

.accordion-item {
  border: none;
}

.accordion-body {
  background-color: #112d7c;
  padding: unset;
}

.submenu ul li a::after {
  display: none;
}

/*layout css*/
.pageTitle h4 {
  font-size: 30px;
  font-weight: 300;
  color: #0f75bb;
  margin: 0;
  padding: 0;
}

.pageTitle h6 {
  font-weight: 600;
  color: #0f75bb;
}

.table_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.table_list ul select {
  width: 100%;
}

.table_list ul input {
  padding: 5px;
  height: 32px;
  text-align: left;
}

.table_list input {
  width: 220px;
  height: 30px;
  color: #000;
  font-size: 16px;
  border: 1px solid gray;
  border-radius: 3px;
}

.innerDarkBtn {
  padding: 8px 40px !important;
}

.saveBtn {
  background: #1e78c2;
  color: #fff;
  border: 1px solid transparent;
  text-transform: capitalize;
  padding: 2px 40px;
  font-size: 22px;
  font-weight: normal;
  border-radius: 0;
  cursor: pointer;
}

.topBtn,
.topBtn:hover {
  background-color: #e6e6e7;
  /* background-color: #23347c; */
  line-height: 28px;
  height: 30px;
  padding: 0px 0;
  border: 1px solid #3a3c4270;
  font-size: 15px;
  padding: 0px 20px;
  display: block;
  cursor: pointer;
  color: black;
}

.table_btn,
.table_btn:hover {
  background-color: #23347c;
  color: #fff;
  padding: 1px 5px;
  font-size: 14px;
}

.findCustomer {
  height: 30px;
}

.findCustomer input {
  height: 28px !important;
  width: 145px !important;
  background: transparent;
}

.findCustomer input:focus {
  background: transparent;
}

.btnImg img {
  height: 18px;
  object-fit: contain;
  padding-right: 5px;
}

.darkBtn {
  background-color: #23347c;
  color: #fff;
}

.table_list .form-control {
  padding: 12px 10px;
  text-align: left;
  width: 242px;
}

.table table {
  width: 100%;
  text-align: left;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
}

.no-border td {
  border: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: inherit;
  padding: 4px 6px;
}

table tr th {
  color: #1e78c2;
  font-weight: 400;
}

/* table tr:nth-child(1),
table tr:nth-child(3) {
  background-color: #f9f9f9;
} */
.offcanvasBtn {
  display: none;
  background-color: transparent;
  border: none;
}

.offcanvasBtn:hover,
.offcanvasBtn:focus,
.offcanvas.active {
  background-color: transparent;
  border: none;
}

.offcanvas {
  width: 200px;
}

.offcanvas-body {
  padding: 0;
  overflow-y: initial;
}

/*suppervisor page css*/
.supervisor_header {
  background-color: #23347c;
  position: initial;
}

.supervisor_layout {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border-left: solid 20px #ececed;
  box-sizing: border-box;
  /* Ensures border is part of the element's total size */
  font-family: arial !important;
}

.supervisor_layout .nav-tabs .nav-link,
.supervisor_layout .nav-tabs {
  border: none;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 4px;
}

.supervisor_layout input,
.supervisor_layout select {
  text-align: left !important;
}

/* .supervisor_layout label {
  color: #1e78c2;
} */

.supervisor_layout textarea {
  text-align: left;
}

.tab_box {
  position: relative;
  padding: 0;
  text-align: center;
}

/* .active .tab_box {
  box-shadow: 0px 4px 10px 0px rgb(230 230 230);
  background: #f3efef;
  border-bottom: 2px solid #23347c;
} */
.tab_box img {
  max-width: inherit;
  height: 40px;
  object-fit: contain;
}

.tab_box p {
  font-size: 14px;
  color: #000;
}

.tabTitle {
  position: relative;
  background-color: #c9eeea;
  padding: 3px 20px;
  height: 28px;
}

.tabTitle h4 {
  color: #42b0a4;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
}

.estimateTabContent {
  padding-top: 12px;
}

.estimate_no {
  display: flex;
  gap: 5px;
  position: relative;
}

.estimate_no .left {
  width: 93%;
}

.estimate_no input {
  max-width: 100px;
}

.estimate_no .text-danger {
  position: absolute;
  left: 108px;
  top: 7px;
  width: 75%;
  z-index: 1;
}

#estimate .tabTitle h4 {
  color: #1e78c2;
}

#estimate .tabTitle {
  background-color: #cceff9;
}

#estimate .tabTitle::before {
  background-color: #1e78c2;
}

#header .tabTitle h4 {
  color: #44b94a;
}

#header .tabTitle {
  background-color: #bfe5c7;
}

#header .tabTitle::before {
  background-color: #44b94a;
}

.header_eslimate select {
}

#tooling .tabTitle h4 {
  color: #747f96;
}

#tooling .table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}

#tooling .tabTitle {
  background-color: #dde1e0;
}

#tooling .tabTitle::before {
  background-color: #747f7e;
}

#tooling .numberInput p,
#tooling table p,
#tooling .custom_input label {
  color: #1e78c2;
}

#tooling .list-unstyled .custom_input label {
  color: #1e78c2 !important;
}

.toolingInput {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.toolingInput input {
  width: 110px;
}

.noOf .searchInputGrid {
  height: auto;
  border-radius: 0;
  border-color: #c1c1c1 !important;
  width: 60px;
}

.noOf input {
  width: 40%;
}

.startingWeb input {
  width: 45%;
}

.finished_web input {
  width: 50%;
}

.tooling_label {
  display: inline-block;
  padding-right: 5px;
  padding-top: 4px;
}

.teeth input[type="number"]::-webkit-inner-spin-button,
.teeth input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  /* This enables the spin buttons for .teeth class */
}

#materials .tabTitle h4 {
  color: #2c2e35;
}

#materials .tabTitle {
  background-color: #eff2f2;
}

#materials .tabTitle::before {
  background-color: #000;
}

.turnbar input {
  width: 65px;
}

#inks .tabTitle h4 {
  color: #f3657f;
}

#inks .tabTitle {
  background-color: #fbd9e2;
}

#inks .tabTitle::before {
  background-color: #f3657f;
}

#quantities .tabTitle h4 {
  color: #6d6556;
}

#quantities .tabTitle {
  background-color: #c5bcad;
}

#quantities .tabTitle::before {
  background-color: #6d6556;
}

.quantitiesLeftInput input {
  margin-right: 30px;
}

.qntyTexarea::placeholder,
.qntyTexarea:focus::placeholder {
  color: #1e78c2;
}

#special .tabTitle h4 {
  color: #ff9027;
}

#special .tabTitle {
  background-color: #fcdec2;
}

#special .tabTitle::before {
  background-color: #ff9027;
}

#finishing .tabTitle h4 {
  color: #8e5926;
}

#finishing p,
#finishing span {
  color: #1e78c2;
}

#finishing .tabTitle {
  background-color: #c1ac93;
}

#finishing .tabTitle::before {
  background-color: #8e5926;
}

#supervisor .tabTitle h4 {
  color: #2c2e35;
}

#supervisor .tabTitle {
  background-color: #d7dcdb;
}

#supervisor .tabTitle::before {
  background-color: #2c2e35;
}

.tabTitle::before {
  content: "";
  height: 28px;
  position: absolute;
  background-color: #5ec7be;
  width: 20px;
  left: -20px;
  top: 0;
}

.tabContentWrapper {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
}

.supervisor_layout .table_list {
  margin-bottom: 20px;
}

.formBtnGrid {
  display: flex;
  gap: 12px;
}

.formBtn {
  padding: 7px 11px;
  border: none;
  background-color: #1e78c2;
  border: 2px solid #1e78c2;
  color: #fff;
  transition: 0.3s;
}

.formBtn span {
  margin-left: 6px;
}

.formBtn:hover {
  background-color: #fff;
  color: #0f75bb;
}

.formBtn .fa-circle-xmark {
  padding: 5px;
}

.trashBtn {
  background-color: #85878b;
  border-color: #85878b;
}

.trashBtn i {
  color: #fff;
}

.trashBtn:hover {
  color: #85878b;
}

.trashBtn:hover i {
  color: #85878b;
}

.cancelBtn {
  border-color: rgb(226, 39, 39);
  color: #fff;
  background-color: rgb(226, 39, 39);
}

.cancelBtn:hover {
  background-color: #fff;
  color: rgb(226, 39, 39);
}

.customHr {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid lightgray;
}

.BoxImg {
  width: 38px;
  padding-top: 0;
  height: 32px;
  object-fit: cover;
  padding: 0;
  margin-top: 25px;
  position: relative;
  border: 1px solid #b0b1b3;
}

.BoxImg img {
  position: absolute;
  width: 28px;
  top: -1px;
  right: -1px;
  padding: 1px;
}

.form-control {
  border: 1px solid #c1c1c1;
  padding: 2px 6px;
  font-size: 16px;
  color: #2c2e35;
  text-align: end;
  border-radius: 0;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff !important;
  outline: 2px solid black;
}

/* .form-control {
  height: 20px;
  border: 1px solid #c1c1c1;
  padding: 14px 6px;
  font-size: 16px;
  color: #2c2e35;
  text-align: end;
  border-radius: 0;
} */
.inputGrid {
  display: flex;
  gap: 5px;
}

.inputGrid img {
  max-width: 50px;
  width: 23px;
  object-fit: contain;
}

.formGrid {
  display: flex;
  gap: 18px;
  align-items: center;
}

.formTitle p {
  position: relative;
  color: #1e89d3;
  font-weight: 600;
}

.formTitle p:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1e89d3;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content_Left_padding {
  padding-left: 25px;
}

.number {
  color: #000;
}

.special_page .table_number {
  justify-content: left !important;
  padding-left: 20px;
}

.quantities_page label {
  color: #000;
}

.text_blue {
  color: #1e78c2 !important;
}

.text_black {
  color: black !important;
}

.press-change-input {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: end;
  gap: 10px;
  margin-bottom: 8px;
  align-items: center;
}

.press-change-input p {
  text-align: end;
}

/* .press-change-input p {
  text-align: end;
} */

.press-change-input-inner {
  display: flex;
  gap: 5px;
}

.shipingGridMain {
  align-items: start;
}

.shipingGridMain > p {
  margin: 0;
  line-height: 1.1;
  text-align: end;
}

.shipingGrid {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  width: 118px;
}

.materials_page .press_material {
  min-height: 350px;
}

.userPage .innerWrapper input {
  text-align: left;
}

.userItem2 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 50%;
}

.userGrid input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

.venderPage label {
  color: #1e78c2;
}

.venderPage input {
  text-align: left !important;
}

.userGrid {
  display: flex;
  gap: 14px;
}

.pressPage label {
  color: #1e78c2;
}

.pressPage input {
  text-align: left !important;
}

.pressPage .custom_checkbox {
  width: 30px !important;
  height: 30px !important;
}

.header_page {
  width: 777px !important;
}

.header_page .gridFlex {
  display: flex;
}

.header_page .gridFlex .grid_item:nth-child(1) {
  width: 42%;
  padding-right: 50px;
}

.header_page .gridFlex .grid_item:nth-child(2) {
  width: 70%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-clear-button {
  display: none;
}

.press-change {
  display: flex;
  gap: 17px;
  justify-content: space-between;
  padding: 6px 0;
  width: 100%;
  max-width: 100%;
}

.presstimeBox {
  height: 100%;
}

.quantityGird {
  display: flex;
  gap: 5px;
  align-items: center;
}

.special_input input {
  width: 97px;
}

.quantityGird img {
  width: 50px;
  height: 30px;
  object-fit: contain;
}

.radioGrid {
  display: flex;
  gap: 8px;
  align-items: center;
}

.radioGrid label,
.radioGrid .text_black {
  margin-right: 15px;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
}

.customCheck {
  height: 30px;
  width: 30px;
  margin-right: 8px;
}

.customInputSize {
  width: 100%;
  max-width: 86px;
}

.formTitle {
  color: #1e78c2;
  font-size: 18px;
  margin: 10px 0;
}

.Miscellaneous_table {
  background-color: #f5f6f6;
}

.Miscellaneous_table .table_number {
  text-align: left;
  padding-left: 15px;
}

.Miscellaneous_table .table_number .text-danger {
  padding-left: 5px;
}

.Miscellaneous_table tr td {
  border: 1px solid #dddddd;
  padding: 8px 14px;
}

.box_padding {
  padding: 10px 30px;
}

.quantities {
  padding: 0px 55px 10px 5px;
}

/*flex main page css*/
.flexo_card {
  width: 100%;
  background: #f5f6f6;
  border: 1px solid #c1c1c1;
  padding: 13px;
}

.flexo_card .row .col {
}

.flexo_card h6 {
  color: #0f75bb;
  margin-bottom: 10px;
}

.fullInput input[type="text"] {
  width: 97% !important;
}

.flexo_card input[type="text"],
.flexo_card input[type="number"] {
  width: 61px;
}

.press-time input[type="number"] {
  width: 60px !important;
}

.flexo_card input[type="radio"] {
  width: 40px;
}

.press_material {
  height: 100%;
  /* min-height: 346px !important; */
}

.Administration .customCheck {
  width: 30px;
}

.administration_page textarea {
  height: 99px !important;
}

.administration_page .formBtn {
  padding: 6px 11px;
}

.border_card {
  padding: 5px 0;
  border-top: 1px solid lightgray;
}

.standard_box {
  position: relative;
}

.standard_box .top_title {
  position: absolute;
  top: -23px;
  right: 0px;
}

.border_card .small_para {
  font-size: 14px;
  text-align: end;
}

.tool_page label {
  color: #0f75bb !important;
}

.prestimePage {
  width: 638px;
}

.prestimePage input {
  width: 50px !important;
}

.pressTimeTopBoxGrid .grid_item:nth-child(2) {
  padding-left: 30px;
}

.pressTimeTopBoxGrid .grid_item:nth-child(3) {
  padding-left: 28px;
}

.inputLable {
  /* width: 100%; */
  display: ruby-text;
  gap: 10px;
  font-size: 20px;
  padding: 2px 0;
}

.title_height {
  height: 30px;
}

.inputLable span {
  /* width: 100%; */
}

.inputLableActive {
  width: 100%;
  display: flex;
  gap: 10px;
  font-size: 20px;
  padding: 2px 0;
}

.inputLable button {
  border: none;
  background-color: #fff;
}

.inputLable i {
  color: #03a84e;
}

/*press materilal page*/
.pressMaterialTopGrid {
  gap: 16px;
}

.pressMaterialTopGrid .grid_item {
  margin-bottom: 10px;
}

.pressMaterialTopGrid .grid_item:nth-child(1) {
  width: 32%;
}

.pressMaterialTopGrid .grid_item:nth-child(2) {
  width: 36%;
}

.pressMaterialTopGrid .grid_item:nth-child(3) {
  width: 28%;
}

.grid_item .presschangeWasteBox:nth-child(1) {
  margin-bottom: 16px;
}

.presschangeWasteBox {
  height: 47.7%;
}

.pinHead input {
  margin-left: 12px;
}

/*parameter page css */
.parameterTab {
  display: unset;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: none !important;
}

.parameterTab li.nav-item {
  width: 94px;
  display: inline-block;
}

.parameterTab .nav-link {
  width: 92px;
  /* height: 40px; */
  position: relative;
  background: #e6e6e7;
  border: none;
  /* text-align: end; */
  padding-left: 19px !important;
  font-size: 14px;
  border-radius: 0;
}

.parameterTab .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 0;
  border-left: 11px solid white;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
}

.parameterTab .nav-link:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 2;
  border-left: 11px solid #e6e6e7;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

.parameterTab .nav-link.active {
  background-color: #838383;
  background-image: linear-gradient(160deg, #ababaf 0%, #838383 100%);
  color: #fff !important;
}

.parameterTab .nav-link.active::before {
  border-left-color: #919195;
  /* z-index: 15 !important; */
}

.parameterTab .nav-link.active::after {
  z-index: 0 !important;
}

.parameterTab .nav-link:hover .active::before {
  z-index: 1;
}

.parameterTab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: unset !important;
  /* z-index: 1; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  z-index: 1;
}

/* .parameterTab .nav-tabs .nav-link:focus,
.parameterTab .nav-tabs .nav-link:hover {
  isolation: unset !important;
} */
/*dashbard page css*/
.dashboard_grid {
  padding: 18px 8px 12px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard_item {
  text-align: center;
  cursor: pointer;
}

.page-wrapper {
  /* padding: 15px; */
  width: 980px;
}

.supervisor_lable p {
  color: #000 !important;
}

.page-wrapper p {
  color: #1e78c2;
}

.numberInput input {
  text-align: right !important;
}

/* .custom_input label {
  color: #1e78c2;
} */
.heading_bar p {
  position: relative;
  padding: 0 12px 0 0;
  z-index: 1;
  margin-bottom: 6px;
  font-size: 18px;
}

.heading_bar p span {
  background-color: #fff;
  position: relative;
  padding: 0 12px 0 0;
  font-weight: 600;
  /* color: #1e78c2; */
}

.left_from {
  background-color: #f5f6f6;
  padding: 10px;
}

.twikerBtn {
  color: #ffeb3d;
  background-color: #1e78c2;
  border: none;
  padding: 0px 15px;
}

.supervisor_page .lockInput.active .form-control,
#finishing .lockInput.active .form-control {
  color: #c61124 !important;
  background-color: #fff !important;
}

.supervisor_table input {
  width: 50px;
  height: 29px;
}

.supervisor_table td {
  padding: 8px 6px;
}

.supervisor_table span {
  font-size: 15px;
}

.supervisor_table td div {
  display: flex;
  justify-content: center;
}

.supervisor_table td.table_number {
  display: flex;
  border: none;
  gap: 15px;
}

.supervisor_box_padding {
  padding: 15px 0 20px 0;
}

.table_number {
  /* display: flex;
  gap: 15px;
  justify-content: center;
  border: none;
  margin-top: 10px; */
  text-align: center;
}

.heading_bar p::after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #adadb3;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: -1;
}

/*==============================================logoin page css===================================*/
.main_div {
  background-image: url(../images/background.png);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner {
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-top: 5%;
}

.innerin {
  height: 220px;
  background-image: url(../images/background-page.png);
  width: 293px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.innerin_of {
  width: 100%;
  margin: 0 auto;
  padding: 31px 40px !important;
  text-align: center;
}

.innerin input {
  text-align: left;
}

.innerin::after {
  content: "";
  background-image: url(../images/logo-binda.png);
  position: absolute;
  width: 80px;
  top: -7px;
  left: -75px;
  height: 238px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  right: auto;
}

.innerin_of label {
  font-family: arial;
  font-weight: 300;
  color: #999797;
  padding: 8px 0;
  display: block;
}

/* .innerin_of #gsearch {
  padding: 6px 5px;
  border: 1px solid #adadb3;
  margin: 0 0 8px 0;
  width: 100%;
} */
/* .innerin_of #gsearch {
  padding: 6px 5px;
  border: 1px solid #adadb3;
  margin: 0 0 8px 0;
  width: 100%;
} */
.loginBtn,
.loginBtn:hover {
  background-color: #112d7c;
  color: #fff;
  padding: 6px 17px;
  border: none;
}

/*responsive css*/
/* .modal-backdrop.show {
  opacity: 0;
} */

/*pagination css*/
.page-item.active .page-link {
  background-color: #23347c;
  border-color: #23347c;
}

.page-link {
  color: #23347c;
}

.curdGrid {
  display: flex;
  gap: 10px;
}

.curdGrid button {
  background-color: transparent;
  border: none;
}

.curdGrid button .fa-pencil {
  color: #2d6936;
}

.curdGrid button .fa-trash {
  color: rgb(117, 11, 11);
}

.lockImg {
  display: none;
}

.lockInput button {
  border: none;
  background-color: transparent;
}

.lockInput.active .form-control {
  background-color: #f7e692;
}

.lockInput.active .lockImg {
  display: block;
}

.lockInput.active .unloackImg {
  display: none;
}

.unloackImg {
  display: block;
}

.presChangeGrid {
  gap: 17px;
}

.presChangeGrid .grid_item:nth-child(1) {
  width: 36%;
}

.presChangeGrid .grid_item:nth-child(2) {
  width: 48%;
}

.presstimeBlankBox {
  width: 16%;
  background: #f5f6f6;
  border: 1px solid #c1c1c1;
  padding: 13px;
  min-height: 163px;
}

.speedGrid .grid_item:nth-child(1) {
  width: 38%;
}

.speedGrid .grid_item:nth-child(2) {
  width: 38%;
}

.speedGrid .grid_item:nth-child(3) {
  width: 20%;
}

.speedBlankBox {
  background: #f5f6f6;
  border: 1px solid #c1c1c1;
  padding: 13px;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 1024px) {
}

@media (max-width: 991px) {
  .layout-page {
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .sidebar {
    display: none;
  }

  .offcanvasBtn {
    display: block;
  }

  .mobSidebar {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .dashboard_grid {
    padding: 15px;
    gap: 18px;
    justify-content: center;
  }

  .tab_box {
    width: 80px;
    height: 67px;
  }

  .tab_box img {
    height: 28px;
  }
}

.nav-link,
.nav-link:hover {
  color: #000;
}

.nav-link.active,
.nav-link:hover {
  /* background-color: #e6e6e7 !important;
  border: 1px solid #3a3c4270 !important; */
  color: #000 !important;
}

/* .tab-pane {
  padding-top: 15px;
} */

.nav-tabs .nav-link {
  padding: 5px 0px;
}

/* .nav {
  justify-content: space-between;
} */

li.nav-item {
  width: 90px;
}

.press-time select {
  font-family: "Roboto", sans-serif;
  width: 50%;
  font-size: 13px;
  padding: unset;
  text-align: unset;
  color: #000;
  border-radius: unset;
  border-color: #000;
  height: unset;
}

/*tools page css */
.tools_dropdown {
  position: relative;
}

.tools_dropdown select {
  appearance: none; /* Removes the default dropdown arrow */
  /* padding: 10px 40px 10px 10px; */
  font-size: 16px;
  color: #0f75bb;
}
.tools_dropdown select:focus {
  outline: none;
}
.tools_dropdown select option {
  color: #000;
  border: 1px solid #c1c1c1 !important;
}
.tools_dropdown select option:nth-child(odd) {
  background-color: #fff; /* Change this to the color you want for odd options */
}

.tools_dropdown select option:nth-child(even) {
  background-color: #f2f2f2; /* This is the color for even options */
}
.tools_dropdown::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 35px;
  background-image: url(../images/Screenshot_9.png);
  background-size: cover;
  transform: rotate(90deg);
  background-size: 9px;
  pointer-events: none;
  background-repeat: no-repeat;
}

.ToolDropdown {
  border: 1px solid #c1c1c1;
  box-shadow: 6px 7px 9px -6px rgba(0, 0, 0, 0.8);
}
.ToolDropdown button,
.ToolDropdown button:hover {
  color: #0f75bb;
  padding: 3px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ToolDropdown button:focus {
  outline: none;
  box-shadow: none;
}
.ToolDropdown button img {
  width: 7px;
  transform: rotate(90deg);
}
.ToolDropdown li {
}
.ToolDropdown li a {
  display: block;
  padding: 5px 13px;
  border-bottom: 1px solid #c1c1c1;
  color: #000;
}
.ToolDropdown li:first-child a {
  border-top: 1px solid #c1c1c1;
}
.ToolDropdown li:last-child a {
  border-bottom: none;
}
.ToolDropdown li:nth-child(odd) a {
  background-color: #fff;
}
.ToolDropdown li:nth-child(even) a {
  background-color: #f2f2f2;
}

.toolscard {
  width: 100%;
  background: #f5f6f6;
  border: 1px solid #c1c1c1;
  padding: 10px;
}

.ToolDetailTopBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.innerGrid {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ToolDetailTopBox .input {
  width: 100% !important;
}

.toolscard p {
  width: 150px;
}

.ToolDetail .press-change-input p {
  width: 259px;
  color: #0f75bb;
}

.fullInput p {
  color: #0f75bb;
}

/**/
.Tool.Detail {
  background-color: #f5f6f6;
  border: 1px solid #adadb3;
  padding: 20px;
  padding: 15px 0;
  margin: 15px 0;
}

.Tool.Detail .Tool_ID .new2 {
  display: flex;
  align-items: center;
}

.Tool.Detail label {
  min-width: 110px;
  text-align: right;
  padding-right: 12px;
  padding-bottom: 0;
}

.Tool.Detail .Tool_ID .new2 .press-bearer {
  width: 200px;
  direction: ltr;
  color: #2c2e35;
  opacity: 1;
  padding: 4px 3px;
}

input {
  font-size: 16px !important;
}

.new2 > p:nth-child(3) {
  padding: 0 10px;
}

.Tool.Detail .Tool_Type {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.Tool.Detail label {
  min-width: 110px;
  text-align: right;
  padding-right: 12px;
  padding-bottom: 0;
}

.Tool.Detail .Tool_Type .pet-select {
  margin-right: 10px;
  padding: 5px 6px;
  background: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  border: 1px solid #adadb3;
  border-radius: 3px;
  margin-top: 0;
  width: 170px;
  text-align: left;
}

.Tool.Detail .Tool_Type .rolls_out {
  display: flex;
  align-items: center;
}

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

.Description textarea {
  width: 66%;
}

.ToolDetail label {
  font-family: arial;
  color: #1e78c2;
}

.Tool.Detail .Tool_Type .rolls_out label {
  min-width: inherit;
}

.Tool_Type .press-bearer {
  width: 199px;
  margin-right: 13px;
}

div.rolls_out:nth-child(4) > label:nth-child(1) {
  padding: 0 10px 0 15px;
}

.item_shape_input {
  width: 210px !important;
}

.Dies_man {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.Dies_man select {
  text-align: left;
}

.uper {
  width: 50%;
}

.hist {
  width: 48%;
}

.Dies_man .Dies_left {
  width: 100%;
  background-color: #f5f6f6;
  border: 1px solid #adadb3;
  padding: 10px 15px;
  margin: 15px 0;
  margin-top: 0;
}

.Dies_man .Dies_left h5,
.Dies_man .History_right h5 {
  font-size: 16px;
  font-weight: 600;
}
.History_right input[type="number"] {
  text-align: left !important;
}

.Dies_left label {
  color: #000;
}

.Dies_man .Dies_left h5,
.Dies_man .History_right h5 {
  color: #1e78c2;
  font-size: 16px;
}

.History_right fieldset {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

.History_right fieldset div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.History_right fieldset div label {
  color: #000;
}

.Dies_man .Dies_left .fdf {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.Dies_man .Dies_left .fdf label {
  color: #2c2e35;
  font-size: 16px;
  padding-right: 10px;
}

.Dies_man .Dies_left div.bolcx:nth-child(3) {
  margin: 15px 0;
}

.bolcx {
  display: flex;
  grid-gap: 8px;
  justify-content: space-between;
}

.Dies_man .Dies_left .fdf #pet-select {
  background-size: 31px !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  appearance: none;
  width: 210px;
  border: 1px solid #adadb3;
  padding: 5px 6px;
  background-color: #fff;
  font-size: 16px;
  text-align: left;
}

.Dies_man .Dies_left .bolcx.bolcx_inr .fname {
  width: 74%;
  color: #2c2e35;
}

.Dies_man .History_right {
  width: 100%;
  background-color: #f5f6f6;
  border: 1px solid #adadb3;
  padding: 10px 15px;
  margin: 15px 0;
  margin-top: 0;
}

.Dies_man .History_right ul li label {
  color: #2c2e35;
  min-width: 90px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 0;
}

/* .Dies_man .History_right ul li #pet-select {
  width: 58%;
} */

.Dies_man .History_right ul li label {
  color: #2c2e35;
  min-width: 90px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 0;
}

.Dies_man .History_right ul li .form-control {
  width: 58%;
  float: right;
  text-align: left;
}
.vendorInput {
  width: 58%;
  float: right;
  text-align: left;
}

.Dies_man .History_right ul li {
  display: flex;
  margin-bottom: 9px;
  justify-content: right;
  align-items: center;
}

.right-dash.page_Speed.Customers.Presses fieldset {
  width: 100%;
  justify-content: right;
}

.right-dash.page_Speed.Customers.Presses fieldset div {
  margin: 0 0 0 16px;
}

.doun {
  width: 100%;
  background-color: #f5f6f6;
  border: 1px solid #adadb3;
  padding: 20px 15px;
  margin: 15px 0;
  margin-top: 15px;
  margin-top: 0;
}

.doun h6 {
  color: #1e78c2;
  font-size: 16px;
}

.uper .dounn h5 {
  color: #1e78c2;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}

.doun {
  gap: 45px;
}

.dounn textarea {
  height: 60px !important;
}

.secondDiv .thead {
  width: 167px;
}

.secondDiv .thead:nth-child(3) input {
  width: 88px;
}

.ToolDetail .lockInput.active .form-control {
  background-color: #fff;
  color: #c61124;
}

/*stock detail page css*/
.stockDetailPage {
  width: 100%;
  max-width: 790px;
}

.stockDetailPage input,
.stockDetailPage textarea {
  text-align: left;
}

.AdhesiveGrid {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.AdhesiveGrid .grid_item:nth-child(1) .inputFlex input {
  width: 141px !important;
}
.AdhesiveGrid .grid_item:nth-child(2) .inputFlex input {
  width: 108px !important;
}

.AdhesiveGrid .grid_item:nth-child(1) p {
  width: unset;
}

.AdhesiveGrid .grid_item:nth-child(1) .inputFlex {
  gap: 12px;
}

.AdhesiveGrid .grid_item:nth-child(2) p {
  width: unset !important;
}

.inputFlex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inputFlex p {
  width: 150px;
  text-align: end;
}

.inputFlex input {
  text-align: left;
}

.stockDetailBottomGrid {
  display: flex;
  /* gap: 25px; */
  margin-right: 18px;
}

.stockDetailBottomGrid .grid_item:nth-child(1) {
  width: 26%;
  margin-right: 21px;
}
.stockDetailBottomGrid .grid_item input {
  margin-right: 21px;
}

/* .stockDetailBottomGrid .grid_item:nth-child(4) {
  width: 24%;
} */

/* .stockDetailBottomGrid .grid_item:nth-child(4) input {
  width: 87% !important;
} */

.stockDetailBottomGrid input[type="number"] {
  width: 92px !important;
}

.readonly-select {
  pointer-events: none;
  /* background-color: #e9ecef; */
  color: #6c757d;
  border: 1px solid #ced4da;
  cursor: not-allowed;
}

@-moz-document url-prefix() {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  input[type="email"],
  select {
    background-color: #fff;
  }
  table {
    border: none;
  }
  .pinHead .customCheck {
    appearance: none; /* Removes default checkbox styling */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    border: 1px solid #7d7a7a; /* Set a uniform border */
    border-radius: 4px; /* Optional: Adds rounded corners */
  }
  input:-moz-autofill {
    background: white !important; /* Set your desired background color */
    box-shadow: 0 0 0px 1000px white inset !important; /* Ensures full white background */
  }
}

/* For WebKit browsers like Chrome and Safari, if necessary */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  table {
    border: none;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important; /* Change to the background color you want */
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Remove the autofill shadow */
  box-shadow: 0 0 0px 1000px white inset !important; /* Ensure background is white */
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  border-radius: 0 !important;
}
/*safari css */
/* Apply custom background for the select input */
select {
  background-color: white; /* Set a white background */
  /* -webkit-appearance: none;  */
  -moz-appearance: none; /* Remove default styling in Firefox */
  /* appearance: none; */
  /* outline: none; */
}

/* Optional: Custom arrow for select input */
select::-ms-expand {
  display: none; /* Hide the default arrow in IE/Edge */
}
/* @media screen and (-webkit-min-device-pixel-ratio:0)
{
  select,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  border-radius: 0 !important;
}
} */



/* loader  */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.tool-active {
    opacity: 1;
    transform: scale(1.15);
    filter: drop-shadow(0 0 8px #38b000);
}

.tool-inactive {
    opacity: 0.4;
    transform: scale(1);
    filter: none;
}
#tool-charge-toggle:hover {
    transform: scale(1.15);
    filter: brightness(1.2);
}
