@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --primary-font: "Figtree", sans-serif;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-Bold: 700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --progress:9%;
  --primary: #E41863; 
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
  --secondery-font: "";
}



* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  
}

body {
  font-family: var(--primary-font);
  background-image: url(../images/body-bg.png);
  /* padding: 20px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
}

h2 {
  color: #000000;
  font-family: var(--primary-font);
}

/* header */

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: flex-start;
  justify-content: space-between;
}

div#dashboard-nav ul.navbar-nav.nav.nav-tabs.dashboard-nav {
  border: none;
}

ul.navbar-nav.nav.nav-tabs.dashboard-nav {
  border: none;
}

div#dashboard-nav a {
  padding: 0 10px;
}

.right-menu a {
  padding-right: 10px;
}

.bg-body-tertiary {
  --bs-bg-opacity: 0.8;
  background-color: rgb(233 231 231) !important;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: #e3e3e3;
  padding-top: 0px;
}

.dropdown.header-drop .custom-dropdown::after {
  display: none !important;
}

.header-drop {
  position: relative;
}

.header-drop .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -95px;
  margin-top: 0;
  z-index: 1000;
  padding: 20px 0 5px;
}

.header-drop.profile .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  margin-top: 0;
  z-index: 1000;
}

.dropdown.header-drop li {
  padding: 5px;
}

.header-drop:hover .dropdown-menu,
.header-drop .dropdown-menu:hover {
  display: block;
}

.header-drop.profile .dropdown-menu {
  min-width: unset;
  padding: 10px;
  text-align: center;
}

a.dropdown-item.logout {
  color: #E41863;
}

.dropdown.header-drop .dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background: none;
}

.dropdown.header-drop ul.dropdown-menu p {
  color: #E41863;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  font-family: var(--primary-font);
  padding-left: 15px;
  margin-bottom: 3px;
}

a.dropdown-item.img {
  font-size: 12px;
  font-weight: 500;
  color: #777777;
}

a.dropdown-item.img img {
  margin-right: 5px;
}

.right-menu {
  display: flex;
  justify-content: space-evenly;
}

.right-menu a.navbar-brand {
  margin-right: 0;
}

div#dashboard-nav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 7px 11px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

div#dashboard-nav .nav-tabs .nav-link.active {
  color: #E41863;
  border-bottom: 1px solid #E41863;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.errormsg {
  position: absolute;
  background-color: #E41863;
  font-size: 10px;
  top: 93%;
  left: 5px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  z-index: 999;
  display: none;
  white-space: nowrap;
  margin-top: 4px;
}


/* breadcrumb start */
.breadcrumb span {
  color: #777777;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.breadcrumb a {
  color: #777777;
  text-decoration: none;
  margin-right: 3px;
  font-size: 10px;
  font-weight: 400;
  font-family: var(--primary-font);
}

section.breadcrumb {
  position: fixed;
  top: 68px;
  left: 209px;
  z-index: 999;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.main-page {
  position: relative;
}
.main-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.trs-page {
  margin-top: 9rem;
  flex: 1;                
}

.form-group .dropdown.register-dropdown input,
.form-group select {
  width: 20px !important;
  padding: 11px 18px;
  border-radius: 25px;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
}


section#register-form-section {
  margin-top: 50px;
}

.signup-form {
  max-width: 683px;
  background: #fff;
  margin: auto;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.signup-form h2 {
  margin-bottom: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.form-group {
  /* display: flex; */
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
}

.form-group input {
  font-family: var(--primary-font);
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  font-size: 14px;
  width: 100%;
  background-color: #F7F7F7;
}

.verify-group {
  position: relative;
  width: 100%;
}

#otp,
#code {
  width: 100%;
  max-width: 300px;
  height: 42px;
  font-size: 14px;
  /*border: 1px solid #A8A8A8;*/
  border-radius: 40px;
  padding: 0 0;
  font-weight: 400;
  text-align: center;
  outline: none;
  letter-spacing: 20px;
  color: #333;
}

#otp::placeholder,
#code::placeholder {
  color: #A8A8A8;
  letter-spacing: 10px;
  text-align: center;
  font-size: 32px;
  height: 20px;
}

input#resetotp {
  font-size: 14px;
  border-radius: 40px;
  padding: 0 0;
  font-weight: 400;
  text-align: center;
  outline: none;
  letter-spacing: 20px;
  color: #333;
  height: 42px;
}

.verify-btn {
  font-family: var(--primary-font);
  background: none;
  border: none;
  color: #58AA58;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 10px;
}

.captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.confirm-btn {
  position: relative;
  width: 100%;
  background-color: #41b655;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

/* Confirm text */
.confirm-btn .btn-text {
  transition: transform 0.3s ease;
}

/* Arrow icon positioned to the right */
.confirm-btn .right-arrow {
  position: absolute;
  right: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.confirm-btn:hover {
  background-color: #E41863;
}

.confirm-btn:hover .btn-text {
  transform: translateX(-15px);
  /* Slide text left */
}

.confirm-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

/* buttons animation start*/
/* Arrow icon positioned to the right */
.confirm-btn.common-btn .right-arrow {
  position: absolute;
  right: 160px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.confirm-btn.common-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

/* buttons animation end*/
img.right-arrow {
  width: 24px !important;
}

.login-link {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.login-link p {
  margin-top: 15px;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--primary-font);
  margin-bottom: 0;
}

.login-link a {
  color: #E41863;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--primary-font);
  padding-left: 3px;
}

input:focus-visible {
  outline-offset: 0px;
  border: none;
  box-shadow: none;
  outline: 1px solid #D9D9D9;
}

::placeholder {
  color: #A8A8A8;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #A8A8A8;
}

.verify-group::placeholder {
  font-size: 32px;
  text-align: center;
}

.verify-group::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-size: 32px;
  text-align: center;
}

/* Password section start*/
.password-form {
  max-width: 462px;
  background: #fff;
  margin: auto;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.password-form h2 {
  margin-bottom: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

form.password-form p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #777777;
  padding-bottom: 10px;
}

/* Password section end*/

/* Reset-Password section start*/
input#resetotp::placeholder {
  color: #A8A8A8;
  letter-spacing: 10px;
  text-align: center;
  font-size: 32px;
  height: 20px;
}

.reset-password-form {
  max-width: 462px;
  background: #fff;
  margin: auto;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.reset-password-form h2 {
  margin-bottom: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

form.reset-password-form p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #777777;
  padding-bottom: 10px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

button.toggle-password span img {
  width: 15px;
}

/* Reset-Password section end*/
/* thank you section start*/
.thank-you-box {
  max-width: 683px;
  background: #fff;
  margin: auto;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.thank-you-text h2 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 45px;
  line-height: 113.99999999999999%;
  letter-spacing: 0%;
  text-align: center;
  padding: 45px 0 30px;
}

.thank-you-text p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 113.99999999999999%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.thank-you-box img {
  width: 55px;
  height: 55px;
}

.register-btn .confirm-btn {
  position: relative;
  width: auto;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 115px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.register-btn .confirm-btn .btn-text {
  transition: transform 0.3s ease;
}

/* Arrow icon positioned to the right */
.register-btn .confirm-btn .right-arrow {
  position: absolute;
  right: 95px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.register-btn .confirm-btn:hover {
  background-color: #E41863;
}

.register-btn .confirm-btn:hover .btn-text {
  transform: translateX(-15px);
  /* Slide text left */
}

.register-btn .confirm-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

.register-btn {
  padding-top: 20px;
}
.a-btn{
  text-decoration: underline;
}
.a-btn:hover{
  text-decoration: none;
}
section#welcome-form-popup .thank-you-box {
  max-width: 683px;
  background: #fff;
  margin: auto;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you-text h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 113.99999999999999%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.ok-btn .confirm-btn {
  /* background-color: #41b655; */
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 48px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  width: auto !important;
  margin: 30px 0 0;
}

.ok-btn {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}



/* Hover effects */
.ok-btn .confirm-btn:hover {
  background-color: #E41863;
}

.ok-btn .confirm-btn .right-arrow {
  position: absolute;
  right: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.ok-btn .confirm-btn:hover {
  background-color: #E41863;
}

.ok-btn .confirm-btn:hover .btn-text {
  transform: translateX(-15px);
  /* Slide text left */
}

.ok-btn .confirm-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

/* buttons animation start*/
/* Arrow icon positioned to the right */
.ok-btn .confirm-btn.common-btn .right-arrow {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ok-btn .confirm-btn.common-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

section.thank-you.register-popup .thank-you-box {
  max-width: 525px;
  background: #fff;
  margin: auto;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* thank you section end*/

/* login form start */
.login-form {
  max-width: 462px;
  background: #fff;
  margin: auto;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.login-form h2 {
  margin-bottom: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
}

form.login-form p {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #777777;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.login-text a {
  font-family: var(--primary-font);
  color: #777777;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.login-link.text p {
  color: #000000;
}

button#login-btn {
  margin: 15px 0 10px;
}

/* login form end */

/* register form start */

.company-details-form {
  margin: auto;
  padding: 25px 80px;
  background: #FFFFFF80;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: var(--primary-font);
}

.form-group ::placeholder {
  color: #A8A8A8;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

.company-details-form h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}

.form-section {
  margin-bottom: 20px;
}

.form-section h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #000000;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #000000;
  font-weight: 400;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 11px 18px;
  border-radius: 25px;
  border: none;
  background-color: #F7F7F7;
  font-size: 14px;
  color: #333;
}

.poc-block h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000000;
}

.form-buttons .confirm-btn {
  position: relative;
  width: auto;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 55px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.form-buttons .confirm-btn .btn-text {
  transition: transform 0.3s ease;
}

/* Arrow icon positioned to the right */
.form-buttons .confirm-btn .right-arrow {
  position: absolute;
  right: 45px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.form-buttons .confirm-btn:hover {
  background-color: #E41863;
}

.form-buttons .confirm-btn:hover .btn-text {
  transform: translateX(-15px);
  /* Slide text left */
}

.form-buttons .confirm-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}

.add-btn {
  background: none;
  border: none;
  color: #777777;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
}

button.add-btn img {
  margin-right: 10px;
}

.form-check .form-group {
  display: flex;
  align-items: center;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 0;
}

/* Hide default checkbox */
.form-check .form-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #e41863;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  background: none;
  transition: background-color 0.2s, border-color 0.2s;
}
/*New Css*/
.info-texts {
    display: flex;
    align-items: center;
    padding: 7px 0 0;
}
.info-texts p {
    margin-bottom: 0;
    color: #777777;
    font-size: 9px;
    padding-left: 3px;
}

/* Show custom checkmark */
.form-check .form-group input[type="checkbox"]:checked {
  background-color: #e41863;
  border-color: #e41863;
}

.form-check .form-group input[type="checkbox"]::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-check .form-group input[type="checkbox"]:checked::after {
  display: block;
}

.form-check .form-group label {
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  cursor: pointer;
  margin-left: 0px;
  margin-bottom: 0;
}

label.terms-checkbox a {
  color: #000000;
  text-decoration: underline;
  font-weight: 300;
  padding: 0;
}

.form-check {
  display: block;
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
}

.form-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.form-buttons .save-btn {
  background: #777777;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 36px;
  font-size: 14px;
  cursor: pointer;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper .select-container {
  position: relative;
}

.custom-select-wrapper .dropdown span.select-label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
  pointer-events: none;
  z-index: 2;
}

.custom-select-wrapper .select-container select {
  width: 100%;
  padding: 11px 40px 11px 100px;
  border-radius: 50px;
  border: none;
  background: #f9f9f9;
  font-size: 14px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #eee;
  background-image: url(../images/pink-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}

.custom-select-wrapper .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #555;
}

.business-popups .thank-you-content{
  background-color: #00000060;
  width: 100vw;
  display: flex;
  left: 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100vh;
}
.header-title{
  letter-spacing: 20px;
}
.header-img{
  height: 50px;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: #e41863;
}

.business-popups section.thank-you.register-popup .thank-you-box {
    width: 450px;
    background: #fff;
    margin: auto;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.thank-you-text h3 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 113.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}
.business-popups .thank-you-text a {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 113.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    color: #E41863;
}
.business-popups .ok-btn .confirm-btn {
    color: #fff;
    border: none;
    font-family: var(--primary-font);
    padding: 11px 48px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    width: auto !important;
    margin: 30px 0 0;
}
.business-popups .ok-btn {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.business-popups .ok-btn .confirm-btn.common-btn .right-arrow {
    position: absolute;
    right: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.business-popups .ok-btn .confirm-btn.common-btn:hover .right-arrow {
    opacity: 1;
}


:focus-visible {
  outline: 1px solid #D9D9D9;
  box-shadow: none;
}

select#segment {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
}

select#category {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
}

.comapany-details-row .form-group {
  margin-bottom: 10px;
  position: relative;
}



/* dropdown button start */
button#segmentDropdown {
  width: 100%;
  border: none;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
  padding: 11px 40px 11px 0px;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #eee;
  background-image: url(../images/pink-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}

button#categoryDropdown {
  width: 100%;
  border: none;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
  /*color: #333;*/
  /*padding: 11px 40px 11px 100px;*/
  border-radius: 50px;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #eee;
  background-image: url(../images/pink-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}

.form-group.custom-select-wrapper span#selectedText {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
}

/* ul.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 45px);
    width: 100%;
} */


.form-group.custom-select-wrapper .dropdown-toggle::after {
  display: none;
}





.form-group.custom-select-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 45px);
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.form-group.custom-select-wrapper .dropdown-menu.show {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 15px !important;
  /*overflow-y: auto;*/
  overflow: hidden;
  justify-content: center;
}


.form-group.custom-select-wrapper .dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-group.custom-select-wrapper .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 14px;
  color: #333;
  border: none;
  background: transparent;
  padding: 5px 25px 0 15px;
}

.form-group.custom-select-wrapper .dropdown-item input[type="checkbox"] {
  accent-color: #E41863;
}

.form-group.custom-select-wrapper .dropdown-item input[type="checkbox"]:checked+label,
.dropdown-item label[for]:has(input:checked) {
  color: #E41863;
  font-weight: 400;
}

.dropdown.register-dropdown label {
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}

form#company-details-form .errormsg {
  position: absolute;
  background-color: #E41863;
  font-size: 10px;
  top: 93%;
  left: 0px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  z-index: 999;
  display: none;
  white-space: nowrap;
  margin-top: 4px;
}

button.dropdown-item label {
  margin-bottom: 0;
}

form#company-details-form .errormsg {
  position: absolute;
  background-color: #E41863;
  font-size: 10px;
  top: 93%;
  left: 14px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  z-index: 999;
  display: none;
  white-space: nowrap;
  margin-top: 4px;
}

/* footer css start  */
.footer-text p,
a {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #777777;
  text-decoration: none;
  margin-bottom: 0;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer.footer {
  padding: 50px 0 10px;
}

/* footer css start  */

/* forms hide show end */


/* account request  section start*/
.account-request-content {
  background: #FFFFFF80;
  margin: auto;
  padding: 50px 100px;
  border-radius: 30px;
}

.top-status {
  text-align: center;
  color: #777777;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.top-status span {
  color: #58AA58;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 14px;
}

.account-request-content h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.account-category h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #777777;
  font-family: var(--primary-font);
}

.account-category label {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: #777777;
  display: flex;
  align-items: center;
}

input.approval-box {
  width: 19px;
  height: 19px;
}

.approval-box {
  margin-right: 10px;
  accent-color: #E41863;
  border: 1px solid #777777;
}

.checked-label {
  color: #E41863;
  font-weight: 500;
}

.account-category input[type="checkbox"]:checked+.label-text {
  color: #e91e63;
  font-weight: 600;
}

.account-category {
  padding: 0px 40px;
}

.checkbox-label input[type="checkbox"]:checked+span {
  color: #E41863;
  font-weight: 400;
}

.poc-details-texts span {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}

.account-poc-details-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.account-poc-details-boxes {
  padding-bottom: 10px;
  display: flex;
  gap: 40px;
}














.reason-box {
  display: inline-block;
  position: relative;
}

.account-poc-details-boxes .tooltip-custom {
  display: none;
  position: absolute;
  top: -10px;
  left: 35px;
  min-width: 200px;
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.account-poc-details-boxes .tooltip-custom.reason {
  display: none;
  position: absolute;
  top: -10px;
  left: 45px;
  min-width: 200px;
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.account-poc-details-boxes .tooltip-custom::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 16px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent #E41863 transparent transparent;
}

.account-poc-details-boxes .tooltip-custom.reason::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 16px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent #E41863 transparent transparent;
}

.eye-icon {
  cursor: pointer;
}

.account-poc-details-boxes .poc-details-reasons span {
  font-size: 12px;
  color: #E41863;
  line-height: 8px;
  font-weight: 500;
}

.account-poc-details-boxes .poc-details-texts-reasons span {
  font-size: 10px;
  line-height: normal !important;
  font-weight: 400;
  color: #777777;
}

.reason-text {
  font-size: 10px;
  color: #E41863;
  font-weight: 400;
  text-align: center;
}

.poc-details-icon {
  text-align: center;
}

.poc-details-texts-reasons {
  line-height: normal;
}

.poc-details-icon img {
  margin-right: 10px;
}

/* Default: gray icon and text */
.account-poc-details-boxes .toggle-visibility img {
  filter: brightness(0.5);
  transition: filter 0.3s;
}

.account-poc-details-boxes .toggle-visibility .reason-text {
  color: #999;
  transition: color 0.3s;
}

/* Active: pink icon and text */
.account-poc-details-boxes .toggle-visibility.active img {
  filter: brightness(1) saturate(100%) sepia(1) hue-rotate(-50deg) saturate(500%) brightness(1.1);
}

.account-poc-details-boxes .toggle-visibility.active .reason-text {
  color: #E41863;
}






/**/


.approval-box:checked+.label-text {
  color: #E41863;
  font-weight: 500;
}


.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 1px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"]:checked {
  background-color: #FFFFFF80;
  border-color: #e91e63;
}

.checkbox-label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  /* adjust as needed */
  height: 9px;
  background-image: url('../images/pink-check-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-label input[type="checkbox"]:checked+.label-text {
  color: #e91e63;
  font-weight: 600;
}



/**/

.proceed-btn {
  display: block;
  margin: 30px auto 0;
  background: #33b864;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.proceed-btn:hover {
  background: #2da657;
}

section#account-request .confirm-btn {
  position: relative;
  width: auto;
  background-color: #41b655;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 38px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  margin: auto;
}

section#account-request .confirm-btn .btn-text {
  transition: transform 0.3s ease;
}

section#account-request .confirm-btn .right-arrow {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section#account-request .confirm-btn:hover {
  background-color: #E41863;
}

section#account-request .confirm-btn:hover .btn-text {
  transform: translateX(-15px);
}

section#account-request .confirm-btn:hover .right-arrow {
  opacity: 1;
}

.account-request-card {
  padding-bottom: 30px;
}


/* account request  section end*/


/* Dashboard section start */
.dashboard-template {
  background: #FFFFFF80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.dashboard-left-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dashboard-left-icon h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  font-family: var(--primary-font);
  padding-left: 30px;
}

.main-dashboard-content .top-status {
  text-align: right;
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.dashboard-template.inner {
  background: none;
  padding: 0;
}

.certification-content {
  background-color: #FFFFFF80;
  border-radius: 20px;
  padding: 10px 20px 50px;
}

.pdf-view {
  background: #FFFFFF80;
  padding: 10px 30px;
  border-radius: 23px;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-pdf-inner-content {
  margin: 0 70px;
}

button.btn.ftp-btn {
  text-align: left;
  padding: 20px 15px;
}

button.btn.ftp-btn img {
  margin-right: 10px;
}

.dashboard-right-download {
  display: flex;
  align-items: center;
  align-content: center;
}

.dashboard-right-download p {
  margin-bottom: 0;
}

.dashboard-right-download p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  margin-right: 20px;
}

.dashboard-right-download span.text-small {
  font-size: 12px;
  font-weight: 400;
  color: #58AA58;
  padding-right: 5px;
}

button#download-btn {
  position: relative;
  width: 100%;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 33px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

button#download-btn .right-arrow {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
button#download-btn:hover {
  background-color: #E41863;
}

button#download-btn :hover .btn-text {
  transform: translateX(-10px);
  /* Slide text left */
}

button#download-btn:hover .right-arrow {
  opacity: 1;
  /* Reveal arrow */
}


button#upload-btn {
  position: relative;
  width: 100%;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 40px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

button#upload-btn .right-arrow {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#upload-btn:hover {
  background-color: #E41863;
}

button#upload-btn :hover .btn-text {
  transform: translateX(-10px);
}

button#upload-btn:hover .right-arrow {
  opacity: 1;
}



button#views-btn {
  position: relative;
  width: 100%;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 48px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

button#views-btn .right-arrow {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#views-btn:hover {
  background-color: #E41863;
}

button#views-btn :hover .btn-text {
  transform: translateX(-10px);

}

button#views-btn:hover .right-arrow {
  opacity: 1;
}


div#file-preview {
  padding: 10px 43px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-right: 15px;
}

.pdf-view span {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: var(--primary-font);
}

.pdf-view a {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  font-family: var(--primary-font);
}

.pdf-view img {
  margin-right: 5px;
}

.delivery-address {
  margin: 35px 70px 15px;
}

.delivery-address input.form-control {
  padding: 4px 25px;
}

.delivery-address input.form-control {
  padding: 7px 25px;
  border-radius: 30px;
  border: none;
}

.delivery-address .form-control:focus {
  color: var(--bs-body-color);
  background: #ffffff;
  border: none;
  outline: 0;
  box-shadow: none;
}

.delivery-address label.form-label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: var(--primary-font);

}


button#dash-upload-btn {
  position: relative;
  width: auto;
  margin-left: 70px;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 42px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

button#dash-upload-btn .right-arrow {
  position: absolute;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#dash-upload-btn:hover {
  background-color: #E41863;
}

button#dash-upload-btn :hover .btn-text {
  transform: translateX(-10px);
}

button#dash-upload-btn:hover .right-arrow {
  opacity: 1;
}

.delivery-address input::placeholder {
  color: #000000;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.pdf-view label {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--primary-font);
}

.tooltip-info {
  margin-right: 75px;
}

.tooltip .tooltip-inner {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #000 !important;
}

.main-dashboard-content div#statusText a {
  font-size: 14px;
  color: #E41863;
  font-weight: 400;
  text-decoration: underline;
}

.pdf-view.upload {
  background: none;
  padding: 10px 11px;
  border-radius: 23px;
  margin: 0px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 25px;
}

a.text-dashboard.upload {
  display: flex;
  justify-content: space-between;
  width: 55px;
}

.dashboard-tab-exel {
  background: #FFFFFF80;
  border-radius: 20px;
}

.dashboard-template.dash-exel {
  background: none;
}

.upload-pdf-exel .pdf-view {
  background: #FFFFFF;
  padding: 9px 30px;
  border-radius: 23px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 80%;
}

.upload-pdf-exel {
  padding: 20px 0 80px;
  margin-bottom: 10px;
}

.upload-pdf-exel label span {
  padding-left: 10px;
}

.upload-pdf-exel {
  display: none;
}

.upload-pdf-exel {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.uploading-text span {
  font-size: 12px;
  color: #E41863;
  font-weight: 400;
  line-height: 20px;
}

.uploading-text p {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

/* Dashboard section end */

/* my-tag-request section start */
.accordion-button:not(.collapsed) .request-text:first-child {
  color: #E41863;
  font-weight: 400;
  transition: color 0.3s ease;
}

.progress-tracker {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 30px 20px 40px;
  counter-reset: step;
}

.progress-tracker::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #D9D9D9;
  z-index: 0;
}

.progress-tracker::after {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  height: 2px;
  background-color: #28a745;
  z-index: 0;
  width: var(--progress);
  transition: width 0.4s ease;
}

.progress-indicator {
  position: absolute;
  top: 35px;
  width: 10px;
  left: var(--progress);
  height: 10px;
  background-color: #fff;
  border: 1px solid #28a745;
  border-radius: 50%;
  z-index: 2;
  transition: left 0.4s ease;
}

.progress-fill {
  position: absolute;
  top: 39px;
  left: 0;
  height: 2px;
  /*background-color: #28a745;*/
  z-index: 1;
  transition: width 0.4s ease;
}

.step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 1;
}

.step .circle {
  width: 9px;
  height: 9px;
  background-color: #ec407a;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.step.active .circle {
  background-color: #ec407a;
}

.step.done .circle {
  background-color: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  top: -7px;
}

.step.done .circle img {
  width: 10px;
  height: 10px;
}

.label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}

.sub-label {
  font-size: 10px;
  font-weight: 400;
  color: #777777;
  line-height: 16px;
  position: absolute;
  bottom: -20px;
}

div#myrequests .confirm-btn {
  margin-bottom: 10px;
}

.request-content-box {
  display: flex;
  width: 100%;
  align-items: baseline;
  align-content: center;
  justify-content: space-around;
}

.request-number {
  width: auto;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: var(--primary-font);
}

.request-content-left span.request-text {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: var(--primary-font);
}

.request-content-left small.request-text {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  padding-left: 20px;
}

span.request-status {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  margin-right: 10px;
}

span.request-status-info {
  font-size: 11px;
  color: #58AA58;
  font-weight: 400;
}

.my-tag-request-content .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #ffffff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-radius: 15px 15px 0px 0px !important;
}

span.request-status-info {
  font-size: 11px;
  color: #58AA58;
  font-weight: 400;
  background: #C6ECC6;
  padding: 5px 14px;
  border-radius: 30px;
}

.request-content-right {
  text-align: right;
}


.my-tag-request-content .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #FFFFFF80;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

h2.accordion-header {
  position: relative;
}

.request-content-right.business {
  position: absolute;
  right: 60px;
  top: 3px;
  z-index: 9;
}

section#past-tag-request .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #FFFFFF80;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-radius: 15px 15px 0px 0px !important;
}

section#past-tag-request .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #FFFFFF80;
  border-radius: 0 0 15px 15px;
  padding: 5px 0 35px 60px;
}

section#past-tag-request .request-content-left span.request-text {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: var(--primary-font);
  margin-left: -5px;
}

.dispatch-no {
  background-color: #F9F0F3;
  border-radius: 15px;
  padding: 9px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 30px 0 40px;
}

.dispatch-no p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.dispatch-no span {
  color: #E41863;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
}

.my-tag-request-content .accordion {
  --bs-accordion-border-color: none;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-body.request h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0 0px 40px;
}

.col-lg-4.request-content-left {
  padding: 0;
}

.progress-tracker .label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 14px;
  height: 30px;
  text-align: left;
}

button#confirm-tag-btn {
  position: relative;
  width: auto;
  background-color: #41b655;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 27px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  margin-left: 40px;
  margin-top: 60px;
}

button#confirm-tag-btn .right-arrow {
  position: absolute;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#confirm-tag-btn:hover {
  background-color: #E41863;
}

button#confirm-tag-btn:hover .btn-text {
  transform: translateX(-10px);
}

button#confirm-tag-btn:hover .right-arrow {
  opacity: 1;
}



.accordion-item {
  border-radius: 15px;
  background: none;
}

.my-tag-request-content .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #ffffff;
  border-radius: 0 0 15px 15px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 30px 30px 30px 30px;
}

button.accordion-button.d-flex.justify-content-between.align-items-center.collapsed {
  border-radius: 30px;
}

span.request-status-info.rejected {
  font-size: 11px;
  color: #E41863;
  font-weight: 400;
  background: #F9E2EB;
  padding: 5px 14px;
  border-radius: 30px;
}

span.request-status-info.review {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: 400;
  background: #A8A8A8;
  padding: 5px 14px;
  border-radius: 30px;
}

.pagination a.page-link {
  background: none;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--primary-font);
  height: 24px;
  width: 24px;
  padding: 7px;
  text-align: center;
}

.pagination a.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #E41863;
  border: none;
  border-radius: 30px;
  text-align: center;
}

.page-item.active .page-link {
  background-color: #E41863;
  color: #fff;
  border-radius: 30px;
  border: none;
}

.pagination .page-item:first-child .page-link {
  border-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-radius: 30px;
}

li.page-item {
  padding: 15px;
}

.page-link {
  background: none;
  border: none;

}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #E41863;
  border-radius: 30px;
}

.page-link:focus {
  z-index: 3;
  color: none;
  background: none;
  outline: 0;
  box-shadow: none;
}

.pagination-content {
  padding: 50px 0 0;
}

.dropdown.request-right a.btn.dropdown-toggle {
  background: #f1f1f180;
  border-radius: 30px;
  padding: 8px 37px;
  font-size: 12px;
  color: #777777;
  font-weight: 400;
}

.dropdown.request-right {
  text-align: right;
  padding: 0px 0 20px;
}

.dropdown.request-right .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var var(--bs-btn-active-color) (--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border: none;
}



.dropdown.request-right .custom-dropdown::after {
  display: none !important;
}

.dropdown.request-right .custom-arrow {
  margin-left: 30px;
  transition: transform 0.3s ease;
}


.dropdown.request-right .custom-dropdown[aria-expanded="true"] .custom-arrow {
  transform: rotate(180deg);
}


span.request-status-info.reorder {
  font-size: 11px;
  color: #58AA58;
  font-weight: 400;
  background: #FFFFFF;
  padding: 5px 14px;
  border-radius: 30px;
}

section#profile-details p {
  padding: 10px 30px;
  background-color: #F7F7F7;
  border-radius: 30px;
  font-size: 14px;
  color: #000000;
}

.company-flex {
  display: flex;
  justify-content: space-between;
}

.company-edit span {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  padding-left: 15px;
}

.company-edit {
  cursor: pointer;
}




section#past-tag-request label.info-label {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  line-height: 20px;
}

section#past-tag-request .info-value {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

section#past-tag-request .common-box-label {
  width: 12%;
}

section#past-tag-request .common-box-label-report {
  width: 35%;
}

section#past-tag-request .info-value.pdf {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: flex-start;
}

.info-value.pdf img {
  padding-right: 5px;
}

.past-report {
  padding-right: 28px;
}

.tag-rejected-heading h2 {
  font-weight: 400;
  font-size: 24px;
}

.tag-rejected-heading p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}


button#re-submit-btn {
  position: relative;
  width: auto;
  background-color: #41b655;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 27px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

button#re-submit-btn .right-arrow {
  position: absolute;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#re-submit-btn:hover {
  background-color: #E41863;
}

button#re-submit-btn:hover .btn-text {
  transform: translateX(-10px);
}

button#re-submit-btn:hover .right-arrow {
  opacity: 1;
}

.tag-rejected-heading {
  padding-left: 40px;
}


.dashboard-content-details .common-box-label {
  width: 12%;
}

.dashboard-content-details .common-box-label-report {
  width: 35%;
}

.dashboard-content-details label.info-label {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  line-height: 20px;
}

.dashboard-content-details .info-value {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.dashboard-content-details .info-value.pdf {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: flex-start;
}

.dashboard-content-details {
  padding-left: 90px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.verify-info-details span {
  color: #E41863;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.verify-info-details p {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  padding: 25px 0 0;
}

ul.pagination {
  margin-bottom: 0;
}

button#close-btns {
  position: relative;
  width: 100%;
  background-color: #58AA58;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 48px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

button#close-btns .right-arrow {
  position: absolute;
  right: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

button#close-btns:hover {
  background-color: #E41863;
}

button#close-btns :hover .btn-text {
  transform: translateX(-10px);

}

button#close-btns:hover .right-arrow {
  opacity: 1;
}

.past-report {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}


.tab-click-here span {
  font-size: 14px;
  color: #58AA58;
  font-weight: 400;
}

.tab-click-here a {
  font-size: 14px;
  color: #E41863;
  font-weight: 400;
}

.tab-click-here p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  text-align: right;
  padding-right: 10px;
}

.tag-request-box h2 {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.reject-reason p {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.request-details-box span {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  line-height: 20px;
}

.request-details-box {
  display: flex;
  gap: 35px;
}

.tag-request-box {
  background-color: #F9F0F3;
  border-radius: 15px;
  padding: 13px 30px;
}

.reject-reason {
  background-color: #FFFFFF;
  padding: 6px 15px;
  border-radius: 30px;
  margin: 10px 0 5px;
}

.accordion-body.request.tag-rejected {
  padding-top: 0;
}

/* my-tag-request section end */


#selectedText,
#selectedText2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: #888;
  justify-content: center;
}

.selected-tag {
  display: inline-block;
  background: #E41863;
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  margin: 2px 4px;
  font-size: 12px;
  position: relative;
}

.remove-tag {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}



/* new css */
nav.file-request div#nav-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.file-request .nav-link.active {
  border-radius: 20px;
  padding: 0;
}

nav.file-request .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  height: 2px;
  background-color: #E41863;
  border-radius: 2px;
  width: 70%;
  margin: 0 auto;
}

nav.file-request .dashboard-template.dash-exel {
  margin-bottom: 0px;
  padding: 10px 92px;
}

nav.file-request .nav-tabs .nav-link {
  margin: 0;
  padding: 0;
  position: relative;
}

.or h4 {
  margin-bottom: 0;
  width: 79px;
  padding: 20px;
}

.register-form-content.request-content {
  padding: 10px 0;
}

.register-form-content.request-content .company-details-form {
  margin: auto;
  padding: 50px 80px;
  background: #FFFFFf;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: var(--primary-font);
}


.filled-excel-doc {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 85px;
}

.request-content.upload-box .upload-box {
  background: #fff5f7;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.file-info .file-name {
  font-size: 14px;
  color: #333;
}

.uploading-text p {
  font-size: 13px;
  color: #666;
}

.request-content.upload-box button#upload-btn {
  position: relative;
  width: auto;
  color: #fff;
  border: none;
  font-family: var(--primary-font);
  padding: 11px 40px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.request-content.upload-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

button#upload-btn:hover {
  background-color: #E41863;
}

.register-form-content.request-content .form-buttons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.certification-content.address {
  margin-top: 10px;
}

.certification-content.address .delivery-address {
  margin: 5px 70px 15px;
}

button#requestTagType {
  width: 100%;
  border: none;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
  padding: 11px 40px 11px 100px;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #eee;
  background-image: url(../images/pink-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}

.dropdown.register-dropdown {
  width: 100%;
  border: none;
  border: none;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
  /* padding: 11px 40px 11px 100px; */
  border-radius: 50px;
  border: none;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  /* z-index: 1; */
  box-shadow: inset 0 0 0 1px #eee;
  background-image: url(../images/pink-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
}

button.btn.dropdown-toggle {
  width: 100%;
  padding: 10px 30px;
}

button.re-upd {
  color: #E41863;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  text-decoration: underline;
}

.sub-time {
  font-size: 10px;
  font-weight: 400;
  color: #777777;
  line-height: 16px;
  position: absolute;
  bottom: -40px;
  text-align: left;
  left: 0;
}

.my-tag-request-content.behalf-content .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x) 2.25rem;
  background: #ffffff;
  border-radius: 0 0 15px 15px;
}

.dropdown-toggle {
  white-space: nowrap;
  border: none;
}

button.btn.dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
}

.form-group.custom-select-wrapper.brand-category .dropdown-menu {
  display: none;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 45px);
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.form-group.custom-select-wrapper.brand-category button#categoryDropdown {
  padding: 11px 40px 11px 0px;
}

.form-group.custom-select-wrapper.brand-category .dropdown-item {

  padding: 5px 0px 0px;
}

form#profile-details-info #selectedText,
#selectedText2,
#selectedStateText,
#selectedCityText {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: #888;
  justify-content: center;
}

span#selectedStateText1 {
  display: flex;
  flex-wrap: wrap;
}

span#selectedCityText1 {
  display: flex;
  flex-wrap: wrap;
}

form#profile-details-info .form-group input {
  color: #000000;
}

div#raise input.info-value {
  background: none;
  border: none;
}

img.icon.exel {
  margin-right: 5px;
}

section#past-tag-request input.info-value {
  background: none;
  border: none;
}


button.btn.dropdown-toggle span {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;

}
form#raise-request-form .form-group.custom-select-wrapper .dropdown-item {
    display: flex
;
    align-items: center;
    gap: 0px;
    font-size: 14px;
    color: #333;
    border: none;
    background: transparent;
    padding: 5px 15px 0 15px;
}
.poc-step {
  padding-top: 20px;
}

@media (max-width: 1280px) {
  .dashboard-left-icon {
    width: 100%;
  }

  nav.file-request {
    width: 100%;
  }

  .or h4 {
    margin-bottom: 0;
    width: 55px;
    padding: 20px 10px;
  }

  nav.file-request div#nav-tab {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  nav.file-request .dashboard-template.dash-exel {
    margin-bottom: 0px;
        padding: 10px 85px !important;
  }
}


@media (max-width: 1366px) {
    nav.file-request .dashboard-template.dash-exel {
        margin-bottom: 0px;
        padding: 10px 92px !important;
    }
}


@media (max-width: 1440px) {

nav.file-request {
    width: 100%;
}
nav.file-request div#nav-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav.file-request .dashboard-template.dash-exel {
    margin-bottom: 0px;
    padding: 10px 100px;
}
}