* {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}
/*These below codes are showing index.html.................////////..................../////////////....///////*/
body {
  font-family: "Poppins", sans-serif;
}

/* .logo {
  margin: 1px 23px -3px 23px;
} */
#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #003611;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  /
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.fa {
  font-size: 16px; 
  padding: 2px;
}

.logo {
  width: 100px;
  padding-top: 5px;
}

.logo img {
  height: 60px;
  
}

.navbar-menu {
  /* flex-grow: 1; */
  box-shadow: 2 px solid black;

}

.menu-list {
  list-style-type: none;

  margin-left: 100px;
  padding: 0;
  display: flex;
  gap: 20px;
  /* Space between menu items */
  box-shadow: 2 px solid black;
}


.menu-item {
  position: relative;

}

.menu-item a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: block;
  font-size: 17px;
}

.menu-item a:hover {
  color: rgb(255, 254, 254);
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 156px;
  top: 100%;
  left: 0;
  z-index: 9999;
  border-radius: 6px;
}

.dropdown-menu li {
  /* padding: 5px 10px; */
  background-color: #fff;
  border-radius: 6px;
  width: 156px;
  /* height: 71px; */
  /* font-size: 11px; */
  align-items: center;

}

.dropdown-menu li a {
  color: #000;
  box-shadow: 1px solid black;
  display: block;
  width: 146px;
  /* font-size: 17px; */
  height: 24px;
  /* padding: 11px 0px 0px 10px; */

}

.dropdown-menu li a:hover {
  background-color: #5d6161;
  border-radius: 6px;
}



.menu-item:hover .dropdown-menu {
  display: block;
}




.settings {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  /* padding: 16px 15px 14px 16px; */
  /* margin: 0px 23px 0px 0px; */
  color: #858d8d;
}

#icons {
  display: flex;
  height: 100%;
  justify-content: center;
  gap: 24px;
  /* padding: 5px 30px 5px 30px; */
  /* margin: 0px 0px 0px 0px; */
}

.nav-icons {
  color: #ffffff;
  font-size: 1.2rem;
}

.nav-icons:hover {
  color: orange;
  cursor: pointer;
}

.user-profile {
  color: #ffffff;
  font-size: 2rem;
}

.user-profile:hover {
  color: orangered;
  cursor: pointer;
}

.nav-items ul {
  display: flex;
  /* gap: 30px; */
}

.nav-items li {
  padding: 12px;
}

/* All above code showing the navbar......../////......///....*/

.main-container {
  background-color: #d0d3d3;
  /* width: 100vw; */
  max-width: 100%;
  height: auto;
  padding: 20px;
}

.services-container {
  background-color: rgb(245 245 249);
  border-radius: 16px;
  /* margin: 13px 28px 13px 28px; */
  box-shadow: -1px -1px 8px 6px #b5bdbd;
}

.hero-content {
  /*display: flex;
  justify-content: center;*/
  background-color: #003611;
  font-family: "Kanit", sans-serif;
  border-radius: 16px 16px 0px 0px;
  /*box-shadow: 0px 0px 5px 1px #b5bdbd;*/
  color: #ffffff;
  height: 36px;
}

.h-primary {
  display: flex;
  justify-content: center;
  height: 36px;
  
}
.center-agent{
  font-size: 16px;
  font-weight: normal;
  margin-top: 7px;
  margin-left: 3px;
}


.services-top-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.button-container {
  display: flex;
  gap: 15px;
  /* padding: 3px 11px 32px 553px; */

  font-size: larger;
}

.button {
  font-size: 18px;
}

.btn {
  padding: 5px 12px;
  font-weight: 400;
  color: white;
  background-color: black;
  width: 72px;
    border-radius: 5px;

}

.btn:hover {
  color: orangered;
  /*color: white;
  background-color: black;*/
}

#from {
  width: 100px;
  height: 25px;
}

#to {
  width: 100px;
  height: 25px;
}


.services-inner {
  padding: 60px;
}

.section-heading {
  padding: 0px 0px 0px 0px;
  margin: 20px 0;
  /* margin: 0px 0px -22px 55px;; */
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.box {
  display: flex;
  text-decoration: none;
  color: black;
  width: 30%;
  height: 103px;
  /* border: 1px solid rgb(148, 136, 136); */
  padding: 1px 0px 0px 0px;
  /* margin: 27px 0px 27px 55px; */
  border-radius: 15px;
  box-shadow: 10px 10px 5px #878787;
  background-color: #d0d3d3;
}

.box:hover {
  color: rgb(80, 7, 7);

}

.box .box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inner-container {
  display: flex;
  justify-content: space-between;
}

.container-boxone {
  display: flex;
  flex-direction: row;
  gap: 57px;
}

.container-boxtwo {
  display: flex;
  flex-direction: row;
  gap: 57px;
}

.box-icon {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003611;
}


.box-icon i {
  font-size: 4rem;
}

/*These below codes are showing unpickedagent.html.................////////..................../////////////....///////*/

.Serviceinner-container {
  padding: 40px 60px;



}

.search-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.search-inner {
  position: relative;
  margin-right: 19px;
}

form {

  position: relative;
}


.search-input {

  display: block;
  border-radius: 25px;
  font-size: 20px;
  padding: 8px 20px 8px 20px;
  border: none;
  box-shadow: 0 5px 8px 3px black;
}

.search-input:focus {
  outline: none;
}

.agentlead_least {
  margin: 0px 0px 0px 20px;
}

.submit {
  position: absolute;
  top: 0px;
  right: 0;
  width: 56px;
  height: 100%;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  border: none;
  background: #e5b2b2;
  font-size: 18px;
}

button i {
  color: rgb(93, 94, 95);
}

button:hover i {
  color: rgb(162, 163, 163);
}

/* This below all cods are representing the Table....//..//..//..*/
.table__body {
  width: 100%;
  max-height: calc(89% - 1.6rem);
  background-color: #fffb;

  margin: .8rem auto;
  border-radius: .6rem;

  overflow: auto;
  overflow: overlay;
}

table {
  width: 100vw;
  text-align: center;
  padding: 1rem;
  /* overflow-x: auto; */
}


table th {
  /* border-collapse: collapse; */
  padding: 1rem 0rem 1rem 0rem;
  /* text-align: left*/
}

table td {
  text-align: center;
  padding: 1rem 0rem 1rem 0rem;
  font: 11px;

}

thead th {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #d5d1defe;
  cursor: pointer;
  text-transform: capitalize;
}

tbody tr:nth-child(even) {
  background-color: #0000000b;
}

tbody tr {
  --delay: .1s;
  transition: .5s ease-in-out var(--delay), background-color 0s;
}

tbody tr.hide {
  opacity: 0;
  transform: translateX(100%);
}

tbody tr:hover {
  background-color: #fff6 !important;
}

tbody tr td,
tbody tr td p,
tbody tr td img {
  transition: .2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
  padding: 0;
  font: 0 / 0 sans-serif;
  transition: .2s ease-in-out .5s;
}

.active{
  background-color: #86e49d;
  color: #006b21;
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;

}

.call_back {
  background-color: #86e49d;
  color: #006b21;
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.cancelled {
  background-color: #d893a3;
  color: #b30021;
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.leads{
  background-color: #ebc474;
  color: #836020;
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;
}

.sale_in_process {
  background-color: #6fcaea;
  color: #49499b;
  padding: .4rem 0;
  border-radius: 2rem;
  text-align: center;
}


@media (max-width: 1000px) {
  td:not(:first-of-type) {
    min-width: 12.1rem;
  }
}

thead th span.icon-arrow {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1.4px solid transparent;

  text-align: center;
  font-size: 1rem;

  margin-left: .5rem;
  transition: .2s ease-in-out;
}

thead th:hover span.icon-arrow {
  border: 1.4px solid #6c00bd;
}

thead th:hover {
  color: #6c00bd;
}



thead th.asc span.icon-arrow {
  transform: rotate(180deg);
}

thead th.active,
tbody td.active {
  color: #6c00bd;
}


/*These below codes are showing addagent.html.................////////..................../////////////....///////*/

.heading {
  display: flex;
  justify-content: space-between;
  background-color: #003611;
  font-family: "Kanit", sans-serif;
  border-radius: 16px 16px 0px 0px;
  /* box-shadow: 0px 0px 5px 1px #b5bdbd; */
  color: #ffffff;
  height: 36px;
}

.agent_leadadd {
  margin: 0px 0px 0px 20px;
}

.button-sec {
  margin: 3px 20px 0px 0px;
}

.sec-btn {
  padding: 5px 12px;
  font-weight: 400;
  color: white;
  background-color: black;
  border-radius: 5px;

}

.sec-btn:hover {
  color: orangered;
  /*color: white;
    background-color: black;*/
}

.sec-heading {
  display: flex;
  justify-content: space-between;
  font-family: "Kanit", sans-serif;
  border-radius: 16px 16px 0px 0px;
  margin: 0px 0px 26px 0px
    /* box-shadow: 0px 0px 5px 1px #b5bdbd; */


}

.add {
  font-size: 16px;
  font-weight: normal;
}


.third-btn {
  padding: 5px 12px;
  font-weight: 400;
  color: white;
  background-color: black;
  border-radius: 5px;

}

.third-btn:hover {
  color: orangered;
  /*color: white;
    background-color: black;*/
}

.lead_container {
  display: flex;
  gap: 22px;
  /* gap: 51px; */
  /* height: 100px; */
}

.lead_container .lead_control {
  width: 100%;
}

hr {
  /* height: 12px; */
  margin: 48px 0px 20px 0px;
}

.lead_control {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.lead_control input,
.lead_control select {
  width: 100%;
  /* Make inputs and selects take full width */
  padding: 6px;
  /* Adds padding inside inputs */
  font-size: 16px;
  /* Optional: Adjust font size */
  box-sizing: border-box;
  /* Ensures padding doesn't affect width */
}

.section-container {
  width: 100%;
  /* Full width for the container */
}

.Fitment_control {
  display: flex;
  gap: 22px;
  /* Adds space between input fields */
  width: 100%;
  /* Ensures full width */
  margin-bottom: 15px;
  /* Adds space between rows */
  flex-wrap: wrap;
  /* Ensures the fields wrap on smaller screens */
}

.Fitment {
  flex: 1;
  /* Each field takes equal space */
}

.Fitment label {
  display: block;
  /* Labels are above the inputs */
  margin-bottom: 5px;
}

.Fitment input,
.Fitment select {
  width: 100%;
  /* Inputs and selects take full width */
  padding: 6px;
  /* Adds padding inside the fields */
  font-size: 16px;
  /* Optional: Adjust font size */
  box-sizing: border-box;
  /* Prevents padding from affecting width */
}
svg{
  width: 20px;
  height: 35px;
  margin-left: 6px;
}

textarea {
  font-size: 15px;
}


.biling_container {


  width: 100%;
  /* height: 87px; */

}


.biling_control {
  display: flex;
  gap: 22px;

}



select:not(:checked) {
  color: rgb(221 217 217);
}

select option:not(:disabled) {
  color: #000;
}

.textarea_control {
  height: 93px;
}

.third_image {
  margin: 0px 0px 41px 0px;
}

.comment_control {
  height: 179px;
}

.action_button {
  display: flex;
  /* gap: 10px; */
  justify-content: space-between;
  margin: 0px 0px 40px 0px;
}

.button_action button {
  width: 200px;
  /* Set desired width */
  height: 40px;
  /* Set desired height */
  padding: 10px 20px;
  /* Adjust padding if needed */
  font-size: 16px;
  /* Set font size for consistency */
  border: 1px solid black;
  cursor: pointer;
  border-radius: 5px;
  /* Optional: Rounded corners */
}

.green_btn {
  color: rgb(255, 255, 255);
  background-color: rgb(29, 146, 0);
}

.white_btn {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.purple_btn {

  color: white;
  background-color: rgb(180, 2, 250);

}

.orang_btn {

  color: white;
  background-color: orange;

}

.red_btn {

  color: white;
  background-color: red;

}

.shipping_container {
  width: 100%;
}

.Shipping_control {
  display: flex;
  gap: 22px;
  
  width: 100%;
  
  margin-bottom: 15px;
  
}

.shipping {
  flex: 1;
  
}

.shipping input,
.shipping select {
  width: 100%;
 
  padding: 8px;
  
  font-size: 16px;
 
  box-sizing: border-box;
 
}

#checbox {
  display: flex;
  justify-content: end;
}

.biling_container {
  width: 100%;
}

.biling_control {
  display: flex;
  gap: 22px;
  
  width: 100%;
  
  margin-bottom: 15px;
 
}

.biling {
  flex: 1;
 
}

.biling input,
.biling select {
  width: 100%;
 
  padding: 8px;
 
  font-size: 16px;
  
  box-sizing: border-box;
 
}

.search-part {
  position: relative;
  /* margin-right: 1.3rem;*/
}

.part {
  display: block;
  /* border-radius: 25px;
  font-size: 20px;
  padding: 8px 20px 8px 20px;
  border: none;
  box-shadow: 0 5px 8px 3px black;*/
}

.part_icon {
  margin-top: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 29px;
  /* height: 100%; */
  /* border-radius: 0px 25px 25px 0px; */
  /* cursor: pointer; */
  border: -4px;
  /* background: #e5b2b2; */
  font-size: 22px;
}




.input-container {
  position: relative;
  padding: 0px;
  /*display: inline-block;*/
}

.input-container input {
  padding-right: 57px;
  padding-left: -6px;
  width: 65rem;
  height: 2rem;
  font-size: 15px;
}

p {
  background: #d5d5d5;
  text-align: center;
  /*border: 1px solid black;*/
}

.input-field {
  background: #ffffff;
}

#reference {
  width: 100%;
  padding: 0px;
}

#yard-container {
  width: 100%;
}

.delete-btn {
  position: absolute;
  right: 10px;
  /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: #f44336;
 
  color: white;
  border: none;
  cursor: pointer;
}

.delete-btn:hover {
  background-color: #d32f2f;
}

.add-btn {

  background-color: rgb(29, 146, 0);
  color: white;
  border: 0;
  padding: 6px 20px 6px 20px;
}

.add-btn:hover {
  background-color: rgb(39, 172, 5);
}

#reference {
  border: 1px solid black;
  border-collapse: collapse;
 
  width: 100%;
}

select {
  color: gray; 
}

select option {
  color: black; 
}

select:focus {
  color: black; 
}

/* Make sure to style the default disabled option (the placeholder) */
select option[value=""] {
  color: gray;
}
select:not(:focus):not([value=""]) {
  color: black;
}

#reference td,
#reference th {
  border: 1px solid black;
  padding: 5px;
}

#yard-container {
  border: none;
 
}


/*These below codes are showing reports.html.................////////..................../////////////....///////*/
.workreport {
  margin: 0px 0px 0px 20px;
}

.section-filter {
  margin: 30px 0px 0px 60px;
}

.filter_container {
  display: flex;
  gap: 1px;
  /* height: 19rem; */
  /* width: 100%; */
  margin: 5px 60px 38px 60px;
  border: 1px solid gray;
  border-radius: 5px;
}


.filter_control {
  /* display: block; */
  /* display: flex; */
  /* display: flex; */
  gap: 15px;
  width: 100%;
  margin: 20px 20px 0px 20px;

}

.filter {
  margin-bottom: 21px;
}

.filter input,
.filter select {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.inside_container {
  width: 100%;
  height: 40rem;
}

.verticle_line {
  height: 123px;
}

.generate_button {
  display: flex;
  justify-content: end;
  margin: 0px 60px 0px 0px;
  /* width: 1251px; */
  /* gap: 10px; */
  /*justify-content: space-between;
  margin: 0px 0px 40px 0px;*/
}

.generate_action button {
  width: 142px;
  /* height: 39px; */
  padding: 8px 8px;
  font-size: 16px;
  border: 1px solid black;
  cursor: pointer;
  border-radius: 5px;
}

.purpal_btn {
  color: white;
  background-color: rgb(180, 2, 250);
}

.work {
  font-size: 16px;
  font-weight: normal;
}


/*These below codes are showing saleagent.html.................////////..................../////////////....///////*/
.Servicesale-container {
  padding: 40px 60px;
}

.sectionsale-container {
  width: 100%;
}

.sale-heading {
  /*display: flex;
  justify-content: space-between;*/
  font-family: "Kanit", sans-serif;
  margin: 0px 0px 26px 0px
    /* border-radius: 16px 16px 0px 0px; */
}

.salebutton {
  display: flex;
  justify-content: end;
  gap: 5px;
  margin-right: 19px;
}

.sale-btn {
  padding: 5px 12px;
  font-weight: 400;
  color: white;
  background-color: black;
  border-radius: 5px;
  width: 72px;
}
.salebutton .sale-btn a{
  
  padding: 7px 17px 7px 17px;
  margin-left: -13px;
  font-weight: 400;
  color: white;
  background-color: black;
  border-radius: 5px;
  text-decoration: none;
}
.sale-btn a:hover{
  color: orangered;
}

.sale-btn:hover {
  color: orangered;
  /*color: white;
    background-color: black;*/
}


.apply_button {

  margin: 0px 0px 0px 0px;
}

.apply_action {
      /* width: 142px; */
    /* height: 39px; */
    /* padding: 8px 8px; */
    font-size: 16px;
    border: 0px solid black;
    cursor: pointer;
    border-radius: 5px;
}

.apply_action button {
  /* height: 39px; */
    /* height: 39px; */
    /* width: 142px; */
    padding: 8px 8px;
    font-size: 16px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 5px;
}

.purpil_btn {
  color: white;
  background-color: rgb(180, 2, 250);
}

.sale_control {
  /* display: block; */
  /* display: flex; */
  /* display: flex; */
  display: flex;
  gap: 15px;
  width: 100%;
  height: 62px;

}

.sale {
  margin-bottom: 21px;
}

.sale select {
  height: 36px;
  width: 240px;
  border-radius: 5px;
}

