 
.password-field-container {
  position: relative;
}

.password-toggle-edit {
  position: absolute;
  right: 45px;
  top: 71%;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle1 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle2 {
  position: absolute;
  right: 45px;
  top: 71%;
  transform: translateY(-50%);
  cursor: pointer;
}


.password-field-container {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.green-button {
  background-color: green;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}
/* In your CSS file */
.green-button {
  color: green;
  transition: color 0.3s ease; /* Adding a smooth transition effect */
}


/* In your CSS file */
.green-button {
  width: 100%;
/*  background-color: green;*/
  color: white;
  transition: background-color 0.3s ease;
}

.green-button:active {
  background-color: darkgreen; /* Change the background color when clicked */
}
/* In your CSS file */
.actions {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 100px; /* Optional: Set a height for the container */
}


.dropdown-menu {
    position: absolute;
    top: 80%;
    left: 21px;
    min-width: 12rem;
    text-align: left;
}
 .nav-link1 {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: .875rem;
    font-weight: 500;
    color: #00388b;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
a:hover {
  text-decoration: none; 
  cursor: pointer; 
}

.horiz {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 900;
  overflow: hidden;
  background-color: #0d6efd;
}

li {
  float: left;
}

.horiz{
  display: block;
  color: white;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
}
.horiz1:hover {
  background-color: #111;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
    padding: 7px,14px;
    margin-left: 2px;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 6px;
}

.current-page {
  background-color: #333;
  color: #fff;
  justify-content: center;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 2px;
}

/* Style for other pagination links */
.pagination a {
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 5px;
  margin: 0 2px;
}

.pagination a:hover {
  background-color: #ddd;
}

.styled-link1 {
   text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 9px;
    background-color: #0d6efd;
    border: 2px solid #3777af;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover state - change background and text color */
.styled-link1:hover {
    background-color: #0074d9;
    color: #fff;
}

.styled-link2 {
   text-decoration: none;
    color: #ffffff;
    font-weight: 20px;
    padding: 1px 11px;
    background-color: #0d6efd;
    border: 2px solid #3777af;
    border-radius: 7px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}
.styled-link3 {
text-decoration: none;
    color: #ffffff;
    font-weight: 20px;
    padding: 1px 11px;
    background-color: #f17878;
    border: 2px solid #af3737;
    border-radius: 7px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.styled-link2:hover {
  color: white;
  text-decoration: none; 
  cursor: pointer; 
}

#company-select {
    width: 35%;
    padding: 6px;
    font-size: 17px;
    border: 1px solid #206da1;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    position: absolute;
    right: 26px;
    top: 23px;
    text-align: inherit;
}

#shipping_address {
    width: 35%;
    padding: 6px;
    top: 23px;
    font-size: 17px;
    right: 25px;
    border: 1px solid #206da1;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    text-align: inherit;
}

 .ginput_container {
  position: relative;
}

.help-icon {
 cursor: pointer;
    position: absolute;
    right: 29px;
    top: 51%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/25/Icon-round-Question_mark.jpg);
    background-size: cover;
}

.help-message {
 position: absolute;
    left: 0%;
    font-size: 13px;
    color: white;
    top: 160%;
    transform: translateY(-50%);
    display: none;
    background-color: #393838;
    border: 1px solid #ccc;
    padding: 10px 34px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.ginput_container .help-icon:hover + .help-message {
  display: inline-block;
}

.help-icon1 {
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 73%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/25/Icon-round-Question_mark.jpg);
    background-size: cover;
}


.ginput_container .help-icon1:hover + .help-message1 {
  display: inline-block;
}

.help-message1 {
    position: absolute;
    left: 66%;
    font-size: 13px;
    color: white;
    top: 120%;
    transform: translateY(-50%);
    display: none;
    background-color: #393838;
    border: 1px solid #ccc;
    padding: 10px 34px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
