html {
  scroll-behavior: smooth;
}

/* EROMAC LOGIN FLOW -PAGE */

.mainsec-eromac-inner {
  padding: 25px;
  background: #F5F5F5;
}

section.eromac-login-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0;
  gap: 20px;
}

.eromac-left {
  width: 50%;
  height: auto;
  display: flex;
  /* overflow: auto; */
  position: relative;
  scrollbar-width: none;
  align-items: baseline;
  background: #fff;
  padding: 1rem 0;
  border-radius: 30px;

  a.back-icon {
    font-size: 2rem;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  form {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0px 90px;
    /* align-items: flex-start; */
    gap: 20px;
    flex-direction: column;
    margin: auto 0;

    h1 {
      font-size: 30px;
      color: var(--primary-clr);
      text-align: start;
      margin-bottom: 0px;
    }

    h2 {
      font-size: 20px;
      font-weight: 500;
      color: var(--primary-clr);
      text-align: start;
      margin-bottom: 0px;
      width: 100%;
    }

    p {
      font-size: 16px;
      font-weight: 500;
      color: #3C3C3C;
    }

    h3 {
      font-size: 18px;
      width: 100%;
      margin-bottom: 0px;
      font-weight: 500;
      color: #333333;
      line-height: 30px;
    }

  }

  .dont-have-account {
    display: flex;
    justify-content: center;

    a {
      color: #4A6782;
      font-size: 18px;
      font-weight: 500;
    }

    span {
      color: #3C3C3C;
      font-size: 18px;
      font-weight: 500;
    }
  }

  .didnt-recieve-code {
    display: flex;
    justify-content: flex-start;
    margin-bottom: -6px;

    a {
      color: #AF2323;
      font-size: 18px;
      font-weight: 500;
    }

    span {
      color: #3C3C3C;
      font-size: 18px;
      font-weight: 500;
    }
  }

  .terms-privacy-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    a {
      color: #3C3C3C;
      font-size: 18px;
      font-weight: 300;
    }

    span {
      color: #4A6782;
      font-size: 18px;
      font-weight: 300;
    }

    input[type="checkbox"] {
      width: 20px;
      height: 20px;
      cursor: pointer;
      appearance: none;
      outline: 2px solid #B0B0B0;
      border-radius: 2px;
      outline-offset: -2px;
      background-color: var(--white);
    }


    input[type="checkbox"]:checked {
      accent-color: var(--primary-clr);
      appearance: auto;
      border-radius: 2px;
      outline: 2px solid #B0B0B0;
    }

  }

  .forgotpass-wrap {
    display: flex;
    justify-content: end;

    a {
      color: #4A6782;
      font-size: 18px;
      font-weight: 500;
    }
  }


  .essentail-band-wrap {
    position: absolute;
    left: -10px;
    /* margin-bottom: 48px; */

    img {
      width: 70%;
    }
  }


}

.otp-verification-input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.otp-verification-input .inputs {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #8E8E8E;
  background: #FFF;
  /* color: #8E8E8E; */
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.otp-verification-input .inputs::-webkit-outer-spin-button,
.otp-verification-input .inputs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ------------- NAVBAR EROMAC CSS ----------- */

.navbar-eromac {
  background: #fff;
  padding: 20px 31px;
  margin-bottom: 22px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;


  & .dropdown-sec {

    form {
      display: flex;
      align-items: center;
    }

    .flag-imag-wrap img {
      width: 35px;
    }

    select {
      width: 100%;
      padding: 6px 20px;
      height: 40px;
      background: url(../images/Eromac-images/Login-flow-images/flag-dropdown.svg) no-repeat calc(100% - 34px) center transparent;
      background-size: 10px;
      padding-right: 50px;
      font-size: 16px;
      font-weight: 500;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      color: #3C3C3C;
      cursor: pointer;

      option {
        background-color: #fff;
        font-weight: 500;
        padding: 10px;
      }
    }

  }


  .back-icon-wrap {
    display: block;
    width: 50%;

    a {
      font-size: 16px;
      font-weight: 500;
      color: #3C3C3C;
    }

  }



}

/* ------------- NAVBAR EROMAC CSS ----------- */


/* ====================== DEV MODE ( DASHBOARD CSS ) =================== */


/* ------------------- TAB AND PILL CSS -------------------- */

.dev-classic-mode {
  position: absolute;
  top: 4px;
  right: 360px;


  .nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: none !important;
    margin-bottom: 0;
    justify-content: center;
  }

  .tab-pill-border {
    /* box-shadow: 0px 1px 1.7px 1px #0000001A inset; */
    width: fit-content;
    padding: 5px;
    border-radius: 45px;
    margin-bottom: 26px;
    background: #E8E8E8;
  }

  .toptab-pill-wrap {
    display: flex;
    justify-content: center;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4A6782;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    font-size: 16px;
  }

  .nav-tabs .nav-link {
    color: #4A6782;
    background: transparent;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
  }

  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: 600;
    color: #A9A9A9;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border: none;
  }

}

.dashboard-flag-drop {
  position: absolute;
  right: 64px;

  & .dropdown-sec {

    form {
      display: flex;
      align-items: center;
    }

    .flag-imag-wrap img {
      width: 35px;
    }

    select {
      width: 100%;
      padding: 6px 20px;
      height: 40px;
      background: url(../images/Eromac-images/Login-flow-images/flag-dropdown.svg) no-repeat calc(100% - 34px) center transparent;
      background-size: 10px;
      padding-right: 50px;
      font-size: 16px;
      font-weight: 500;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      color: #3C3C3C;
      cursor: pointer;

      option {
        background-color: #fff;
        font-weight: 500;
        padding: 10px;
      }
    }

  }

}






/* ------------------- TAB AND PILL CSS -------------------- */


/* ====================== DEV MODE ( DASHBOARD CSS ) =================== */









.eromac-left-field {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
  flex-wrap: wrap;

  &:last-child {
    margin-bottom: 0;
  }

  h3 {
    color: #4F5B76;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 9px;
  }

}

.eromac-left-field input[type="text"],
.eromac-left-field input[type="email"],
.eromac-left-field input[type="password"] {
  width: 100%;
  height: 100%;
  border: 1px solid #B0B0B0;
  outline: none;
  background: var(--white);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-clr);
  padding: 0px 20px;

  &::placeholder {
    color: #B0B0B0;
  }

}

.eromac-left-field select {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 1px solid #8E8E8E;
  outline: none;
  background-color: var(--white);
  background-size: 15px;
  background-position: calc(100% - 20px);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #8E8E8E;
  padding: 0px 20px;
  cursor: pointer;

  & option {
    font-weight: 600;
    color: #333333;
  }
}

.additional-gst input[type="text"].active {
  color: #8E8E8E;
  background-color: #D1E6FD;
  border: 1px solid #D1E6FD;
}

.additional-gst input[type="text"][disabled] {
  background-color: #D8D8D8;
  border-color: #8E8E8E;
  background-image: url(../images/field-disabled.svg);
  background-size: 20px;
  background-position: center right 15px;
  background-repeat: no-repeat;
}

.additional-gst p.eromac-left-text.eromac-left-checkbox {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 500;
}

.eromac-left-field.international-user-field img {
  position: absolute;
  right: 15px;
}

.eromac-right {
  width: 50%;
}


.eromac-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: auto;
  right: 15px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}

.password-eye .eye-close {
  background-image: url(../images/Eromac-images/Login-flow-images/eye-close.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.password-eye .eye-open {
  background-image: url(../images/Eromac-images/Login-flow-images/eye-open.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.eromac-left-field-code {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.eromac-left-field-code-in {
  display: block;
  height: 50px;
  width: 50px;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #8E8E8E;
  background: #F8F8F808;
  border: 1px solid #8E8E8E;
  outline: none;
  border-radius: 8px !important;
  caret-color: var(--primary-clr);
}

.eromac-left-field-code-in.active {
  background: #F8F8F8;
}

.eromac-left-field-code-in::-webkit-outer-spin-button,
.eromac-left-field-code-in::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.successfully-popup .modal-content {
  border-radius: 20px;

  & button[aria-label="Close"] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;

    img {
      width: 100%;
      height: 100%;
    }

  }

}

.successfully-popup .modal-dialog {
  max-width: 455px;
}

.successfully-popup .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;

  img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-clr);
    margin-bottom: 15px;

    span {
      font-size: 24px;
      font-weight: 600;
      color: #FFA723;
      margin-bottom: 15px;
    }
  }

  h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-clr);
    margin-bottom: 15px;
  }

  p {
    font-size: 16px;
    font-weight: 500;
    color: #58585A;
    margin-bottom: 35px;
    display: flex;
    gap: 5px;
    align-items: center;

    b {
      font-weight: 600;
      color: #000;
    }

    input[type="checkbox"] {
      width: 17px;
      height: 17px;
      cursor: pointer;
      accent-color: var(--primary-clr);
    }

    a {
      background: none;
      border: none;
      padding: 0;
      color: var(--primary-clr);
    }
  }

  .create-admin-bns {
    display: flex;
    gap: 40px;
    justify-content: center;

    a:nth-child(1) {
      background: var(--primary-clr);
      color: var(--white);
      font-weight: 600;
      border: 1px solid var(--primary-clr);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 8px;
      padding: 12px 43px;
      cursor: pointer;
      font-size: 16px;
      outline: none !important;
      -webkit-transition: all 0.3sease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3sease-in-out;
    }

    a:nth-child(2) {
      background: transparent;
      color: #00152B;
      font-weight: 600;
      border: 1px solid #00152B;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 100px;
      padding: 12px 55px;
      cursor: pointer;
      font-size: 16px;
      outline: none !important;
      -webkit-transition: all 0.3sease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3sease-in-out;
    }

  }



}

.eromac-left-text.eromac-left-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;

  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #8E8E8E;
    accent-color: var(--primary-clr);
    cursor: pointer;
  }

}

form.upload-doc h1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;

  & img {
    width: 18px;
    cursor: pointer;
  }

  &:hover .info-in {
    visibility: visible;
  }
}

.info-in {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  width: 350px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 8px;
  top: auto;
  left: 30px;
  visibility: hidden;

  b {
    font-weight: 400;
    color: red;
    display: inline-block;
    margin-bottom: 5px;
  }
}

.eromac-left-upload-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eromac-left-upload {
  width: 100%;
  height: 220px;
  border: 2px dashed #00152B;
  border-radius: 10px;

  label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #416072;
    cursor: pointer;

    img {
      width: 80px;
      height: auto;
    }
  }
}

.eromac-left-upload-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eromac-left-upload-in {
  width: 80px;
  height: 80px;
  border: 1px solid #00152B;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;

  img {
    width: 100%;
    height: 100%;
  }

  button {
    color: red;
    background: #fff;
    padding: 0;
    border: none;
    outline: none;
    font-size: 1.2rem;
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 1px;
  }
}

/* EROMAC LOGIN FLOW -PAGE */



/* EROMAC LOGIN FLOW -PAGE */

.dashboard-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.dashboard-header-sidebar {
  width: 260px;
  height: auto;
  display: flex;
  transition: .3s ease;
  background: var(--primary-clr);
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  border-right: 1px solid #E7E7E7;
}

.dashboard-header-sidebar .dashboard-notification {
  display: none;
}

.logo {
  width: 100px;
  height: auto;

  a {
    display: block;

    img {
      width: 100%;
      height: 100%;
    }
  }
}

button.menu-icon {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  width: 55px;
  height: auto;
  justify-content: center;

  img {
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    transition: .3s ease;
  }
}

button.menu-icon.flip img {
  transform: rotateY(0deg);
  transition: .3s ease;
}

.dashboard-header-profile {
  width: calc(100% - 260px);
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;



  .toggle-button-wrap {
    display: flex;
    align-items: center;


    h3 {
      color: #4A6782;
      font-weight: 800;
      font-size: 24px;
    }

  }



  form {
    width: 30%;
    height: auto;

    input[type="text"] {
      height: auto;
      padding: 10px;
      border-radius: 10px;
      background-color: var(--white);
      border: 2px solid #949494;
      color: #949494;
      font-size: 14px;
      font-weight: 600;
      background-image: url(../images/search.svg);
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-size: 20px;

      &::placeholder {
        color: #949494;
      }
    }
  }
}

.dashboard-notification {
  width: auto;
  position: relative;
  margin-left: auto;

  button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #F6F6F6;
    position: relative;
    border: none;
    outline: none;

    span {
      width: 20px;
      height: 20px;
      display: flex;
      position: absolute;
      top: -3px;
      right: -3px;
      background-color: #EA3030;
      color: #fff;
      border-radius: 5px;
      font-size: 14px;
      align-items: center;
      justify-content: center;
    }
  }
}

.dashboard-notification-dropdown {
  position: absolute;
  max-height: 450px;
  overflow: auto;
  scrollbar-width: none;
  right: 0;
  background: #F2F8FF;
  min-width: 450px;
  height: auto;
  padding: 2rem 1rem 1rem 1rem;
  box-shadow: 0px 4px 28.9px 0px #0000001A;
  border-radius: 10px;
  top: 100%;
  margin-top: 10px;
  display: none;

  h3 {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.dashboard-notification-dropdown-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;

  &:last-child {
    margin-bottom: 0;
  }

  h4 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;

    b {
      font-weight: 600;
    }
  }

  p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-left: auto;
  }
}

.dashboard-notification-dropdown-icon {
  width: 50px;
  height: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

.dashboard-eromac-profile {
  display: flex;
  align-items: center;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  border-left: 1px solid #C9C9C9;
  margin-left: 15px;
  padding-left: 15px;
}

.dashboard-eromac-profile-image {
  width: 40px;
  height: 40px;
  position: relative;

  img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  span {
    width: 12px;
    height: 12px;
    background-color: #23A149;
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
  }
}

.dashboard-dev-profile {
  display: flex;
  align-items: center;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  margin-left: 15px;
  padding-left: 15px;


}

.dashboard-dev-profile-image {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 35px;

  img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

}

.profile-dropdown-list {
  position: relative;
  bottom: 0;
  top: 100px;
  width: max-content;
  height: auto;
  right: 5px;
  background: #fff;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  padding: 6px 0px 0px 0px;
  border: 3px solid #F2F4F7;
  border-radius: 10px;

  .user-email {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 5px 20px;
    border-bottom: 3px solid #F2F4F7;
    width: 100%;

    p {
      font-size: 14px;
      color: #344054;
      font-weight: 600;
      text-align: center;
      margin-bottom: 0;
    }


    span {
      font-size: 14px;
      color: #667085;
      font-weight: 500;
      text-align: center;
    }

  }

  .view-profile {
    padding: 0px 5px;
    border-bottom: 3px solid #F2F4F7;
    width: 100%;

    a {
      font-size: 14px;
      color: #3C3C3C;
      font-weight: 500;
      text-align: justify;
      width: 100%;
      padding: 12px;
    }

  }


}


main.dashboard-wrap {
  width: 100%;
  padding-top: 4.5rem;
}

.dashboard-nav-sidebar {
  width: 260px;
  height: 100%;
  background: #4A6782;
  border-right: 1px solid #E7E7E7;
  position: fixed;
  top: auto;
  left: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  transform: translateX(0%);
  transition: .3s ease;
  z-index: 1;

  &.hide {
    transform: translateX(-100%);
    transition: .3s ease;
  }
}

.side-navbar {
  width: 100%;
  padding: 25px 15px;

  p {
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary-clr);
    margin-bottom: 15px;
  }

  ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;

    li {
      list-style: none;

      a {
        display: flex;
        font-weight: 400;
        font-size: 14px;
        color: var(--white);
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 10px;

        &.active,
        &:hover {
          background-color: #FFFFFF33;
          transition: .5s;
        }
      }

      /* &:last-child a {
        color: #FF0000;

        &:hover {
          color: var(--white);
        }

        &:hover img {
          filter: brightness(0) invert(1);
        }
      } */
    }
  }
}

.dashboard-content {
  position: relative;
  width: calc(100% - 0px);
  height: 100vh;
  left: 0px;
  transition: .3s ease;
  background: #fff;
  padding: 0;
  border-radius: 20px;
  background: url(../images/Eromac-images/Dev-dashboard-imgs/bg-welcome.png) no-repeat #fff;
  background-size: 100%;
  background-position: bottom;
}

.dashboard-nav-sidebar.hide~.dashboard-content {
  width: calc(100% - 0px);
  left: 0px;
  transition: .3s ease;
}



.dashboard-content-third {
  position: relative;
  width: calc(100% - 0px);
  height: 100%;
  left: 0px;
  transition: .3s ease;
  /* background: #fff; */
  padding: 0;
  border-radius: 20px;
  background: url(../images/Eromac-images/Dev-dashboard-imgs/bg-welcome2.png) no-repeat #fff;
  background-size: 100%;
  background-position: bottom;
}

.dashboard-nav-sidebar.hide~.dashboard-content-third {
  width: calc(100% - 0px);
  left: 0px;
  transition: .3s ease;
}

.dashboard-content-second {
  position: relative;
  width: calc(100% - 0px);
  height: auto;
  left: 0px;
  transition: .3s ease;
  background: #fff;
  padding-bottom: 18px;
  border-radius: 20px;
}

.dashboard-nav-sidebar.hide~.dashboard-content-second {
  width: calc(100% - 0px);
  left: 0px;
  transition: .3s ease;
}


.welcome-page {
  padding: 2rem 1rem;

  h2 {
    font-size: 50px;
    margin-bottom: 0;
  }

  hr {
    width: 100%;
    height: 1px;
    background-color: var(--primary-clr);
    opacity: 1;
    margin: 2rem 0;
  }
}

.welcome-page-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.welcome-page-item {
  width: 30%;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid var(--primary-clr);
  display: flex;
  flex-direction: column;
  align-items: center;

  img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-align: center;
  }

  a {
    background-color: var(--primary-clr);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding: 12px 0;
    border-radius: 30px;
    text-align: center;
  }
}

.side-navbar-mob {
  display: none;
}



/* EROMAC LOGIN FLOW -PAGE */







/* DROPDOWN */

.filters-dropdown {
  position: relative;
}

.filters-drop-list {
  position: absolute;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  display: none;
  width: max-content;
  z-index: 9;
}

.filters-drop-list-search {
  width: 100%;
  border-radius: 5px;
  background: #CDE5FF;
  display: flex;
  align-items: center;
}

.filters-drop-list-search input[type="text"] {
  width: 100%;
  height: 35px;
  background: none;
  border: none;
  outline: none;
  padding: 6px 10px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.filters-drop-list-search input[type="text"]::placeholder {
  color: #333;
}

.filters-drop-list-search button {
  background: none;
  border: none;
  outline: none;
  margin-right: 5px;
}

.filters-drop-list-search button img {
  width: 20px;
  height: auto;
}

.filters-drop-list-inner {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  margin: 10px 0 10px 0;
  padding-right: 8px;

  &::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  &::-webkit-scrollbar-track {
    background: #B9DBFF;
  }

  &::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
    border: none;
    border-radius: 0px;
  }
}

.filters-drop-list-item {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 9px;
  cursor: pointer;
}

.filters-drop-list-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  appearance: none;
  outline: 2px solid var(--primary-clr);
  border-radius: 2px;
  outline-offset: -2px;
}

.filters-drop-list-item input[type="checkbox"]:checked {
  accent-color: var(--primary-clr);
  appearance: auto;
  border-radius: 2px;
  outline: 2px solid var(--primary-clr);
}

.filters-drop-list-inner.exrta {
  height: auto;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}


/* DROPDOWN */


/* DATERANGE */

.daterange-btn {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: 2px solid var(--primary-clr);
  gap: 5px;
  position: relative;
}

.daterange-btn img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
}

.daterange-btn input[type="text"] {
  padding: 0px 10px 0px 50px;
  font-size: 14px;
  height: 40px;
  font-weight: 600;
  outline: none;
  color: var(--primary-clr);
  border: none;
  border-radius: 30px;
  background-color: transparent;
  width: 160px;
  cursor: pointer;
}

.daterange-btn input[type="text"]::placeholder {
  color: #fff;
}

.daterange-btn2 {
  width: auto;
  height: auto;
  background: var(--primary-clr);
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.daterange-btn2 img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
}

.daterange-btn2 input[type="text"] {
  padding: 0px 10px 0px 50px;
  font-size: 14px;
  height: 40px;
  font-weight: 600;
  outline: none;
  color: #fff;
  border: none;
  border-radius: 30px;
  background-color: transparent;
  width: 105px;
  cursor: pointer;
}

.daterange-btn2 input[type="text"]::placeholder {
  color: #fff;
}

.daterangepicker {
  font-family: "Montserrat", serif !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary-clr) !important;
}

.daterangepicker .drp-buttons .btn .btn-primary {
  background-color: var(--primary-clr) !important;
}

button.applyBtn.btn-primary {
  background-color: var(--primary-clr) !important;

}

/* DATERANGE */

/* EROMAC LOGIN FLOW -PAGE */


/* PASSWORD CHANGED SUCCESFULL POPUP */

.passwordchanged-popup .modal-dialog {
  max-width: 455px;
}

.passwordchanged-popup .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;

  img {
    width: 64px;
    height: auto;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 24px;
    font-weight: 800;
    color: #3C3C3C;
    margin-bottom: 15px;

    span {
      font-size: 24px;
      font-weight: 600;
      color: #FFA723;
      margin-bottom: 15px;
    }
  }

  h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-clr);
    margin-bottom: 15px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 27px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;

    b {
      font-weight: 600;
      color: #000;
    }

    input[type="checkbox"] {
      width: 17px;
      height: 17px;
      cursor: pointer;
      accent-color: var(--primary-clr);
    }

    a {
      background: none;
      border: none;
      padding: 0;
      color: var(--primary-clr);
    }
  }

  .create-admin-bns {
    display: flex;
    gap: 40px;
    justify-content: center;

    a:nth-child(1) {
      background: var(--primary-clr);
      color: var(--white);
      font-weight: 600;
      width: 100%;
      border: 1px solid var(--primary-clr);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 16px;
      padding: 11px 43px;
      cursor: pointer;
      font-size: 16px;
      outline: none !important;
      -webkit-transition: all 0.3sease -in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3sease -in-out;
    }

    a:nth-child(2) {
      background: transparent;
      color: #00152B;
      font-weight: 600;
      border: 1px solid #00152B;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 100px;
      padding: 12px 55px;
      cursor: pointer;
      font-size: 16px;
      outline: none !important;
      -webkit-transition: all 0.3sease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3sease-in-out;
    }

  }

}

/* PASSWORD CHANGED SUCCESFULL POPUP */

/* SS101125 Begin */

.password-eye {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media only screen and (max-width: 575px){
    .mainsec-eromac-inner{
        padding: 12px;
    }
    .eromac-left form {
        padding: 0 12px;
    }
    .eromac-left{
        border-radius: 12px;
    }
    .eromac-left .terms-privacy-wrap span,.eromac-left .terms-privacy-wrap span a{
        font-size: 16px;
    }
    .eromac-left .terms-privacy-wrap input[type="checkbox"]{
        width: 15px;
        height: 15px;
        flex-shrink: 0;
    }
    #registrationForm .row .pe-2,#registrationForm .row .ps-2{
        padding: 0 !important;
        margin: 0 !important;
    }
    #registrationForm >.row{
        gap: 0 12px;
    }
    /* .navbar-eromac{
        margin-bottom: 0;
    } */
}

/* End Of SS101125 */