:root {
  --clr-primary-dark: #469b2e;
  --clr-primary-light: #e6f6e1;
  --clr-text-dark: #282828;
  --clr-text-muted: #93a3ab;
  --clr-text-light: #ffffff;
  --clr-text-voilet: #05004E;

  --ff-heading-bold: poppins-bold;
  --ff-heading-semibold: poppins-semibold;
  --ff-heading-medium: poppins-medium;
  --ff-heading-regular: poppins-regular;
  --ff-heading-light: poppins-light;
  --ff-accent-bold: roboto-bold;
  --ff-accent-medium: roboto-medium;
  --ff-accent-regular: roboto-regular;

  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;

  --fs-12: .75rem;
  --fs-13: .8125rem;
  --fs-14: .875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-30: 1.875rem;
  --fs-32: 2rem;
  --fs-34: 2.125rem;
  --fs-40: 2.5rem;
  --fs-48: 3rem;
  --fs-56: 3.5rem;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

@font-face {
  font-family: roboto-regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-medium;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: poppins-light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: poppins-light-italic;
  src: url(../fonts/Poppins/Poppins-LightItalic.ttf);
}

@font-face {
  font-family: poppins-regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppins-semibold;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: poppins-bold;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.underline {
  text-decoration: 1px solid underline;
}

.border-style {
  border: 1px solid #d9d9d9;
}

/* login demo  */
.box-area {
  width: 1440px;
  box-shadow: 1px 1px 20px 0px #00000005;
}

.featured-img img {
  width: 100%;
}

.featured-heading {
  position: absolute;
  top: 35%;
  text-align: center;
  max-width: 75%;
  letter-spacing: -2px;
}

/* login page  */

.height-100 {
  height: calc(100vh - 100px);
}

.heading {
  font-family: var(--ff-heading-semibold);
  font-size: 2.125rem;
}

.sub-heading {
  font-family: var(--ff-heading-regular);
  border-bottom: 1px #2c3e5033 solid;
  letter-spacing: -0.3px;
  font-size: 1rem;
  line-height: 25px;
}

.label-style {
  font-family: var(--ff-heading-medium);
  font-size: .88rem;
}

.input-style {
  /* max-width: 430px; */
  height: 50px;
  border-radius: 32px;
  border: 1px solid #ced4da;
  padding: 0 16px;
  color: #303030;
  font-size: 1.1rem;
  font-family: var(--ff-accent-regular);
}

button.login-btn {
  height: 60px;
  border-radius: 32px;
  background-color: var(--clr-primary-dark);
  border: none;
  font-size: var(--fs-20);
  text-transform: uppercase;
  font-family: var(--ff-heading-medium);
  letter-spacing: .7px;
}

.right-side-img {
  background: url(/SalestaxHelper-FINT/Assets/images/login-page-img.png);
  background-size: cover;
  width: 100%;
  min-height: calc(100vh - 100px);
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.login-right-content {
  position: absolute;
  top: 30%;
  left: 5%;
  max-width: 75%;
  font-family: var(--ff-heading-semibold);
  text-align: center;
  color: #313030;
}

.sign-up-sec {
  position: relative;
}

.sign-up-sec>.sign-up::before {
  content: " ";
  width: 35%;
  height: 1px;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 12px;
}

.sign-up-sec>.sign-up {
  text-decoration: none;
  color: #7d7d7d;
  font-family: var(--ff-heading-medium);
}

.sign-up-sec>.sign-up::after {
  content: " ";
  width: 35%;
  height: 1px;
  background-color: #c0c0c0;
  position: absolute;
  right: 0;
  top: 12px;
}

/* Registration  */

.input-style-2 {
  /* max-width: 430px; */
  height: 50px;
  border-radius: 32px;
  padding: 0 16px;
  background-color: #F1F3F5;
  border: none;
  color: #303030;
  font-size: 1.1rem;
  font-family: var(--ff-accent-regular);
  margin-bottom: 1.6rem !important;
}

.input-style::placeholder,
.input-style-2::placeholder {
  color: #868e96;
  font-size: 1.1rem;
  font-family: var(--ff-accent-regular);
}

input.input-style:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

input.input-style-2:focus {
  border: none;
  box-shadow: none;
  background-color: #F1F3F5;
}

input.form-check-input {
  border: 2px solid var(--clr-text-dark);
  height: 23px;
  width: 23px;
  box-shadow: 0 0 3px #28282891;
  border-radius: 3px !important;
}

.form-check-input:checked {
  background-color: var(--clr-primary-dark);
  border-color: var(--clr-primary-dark);
}

.pl-l {
  padding-left: 8px;
  padding-top: 4px;
}

.dummy-heading {
  font-size: 1.1rem;
  font-family: var(--ff-heading-medium);
  margin-bottom: 8px;
}

.dummy-para {
  font-size: .9rem;
  font-family: var(--ff-accent-regular);
}

.accept-model-btn {
  background-color: var(--clr-primary-dark);
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-14);
}

.accept-model-btn:hover,
.accept-model-btn:active {
  background-color: var(--clr-primary-dark) !important;
}

.cancel-model-btn {
  border: 2px solid #f03c3e;
  color: #f03c3e;
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-14);
}

.cancel-model-btn:hover,
.cancel-model-btn:active {
  border: 2px solid #f03c3e !important;
  color: #f03c3e !important;
}

/* verification */

.mail-content {
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mail-sec-heading img {
  width: 40%;
}

.mail-content .mail-sec-subheading {
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-18);
  color: #43474E;
  max-width: 450px;
}

.highlight-sec {
  background-color: var(--clr-primary-light);
  border-radius: 16px;
  padding: 32px;
}

.highlight-sec p {
  color: #43474E;
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-16);
  max-width: 380px;
}


/* ======================== Dashboard start ============================= */

.container-wrap {
  display: grid;
  grid-template-columns: 22.5rem auto 25rem;
}

/* left-sidebar  */


/* main section  start*/
.main-center {
  background-color: #e9e9e9;
  /* background-color: #fafbfc; */
  width: 100%;
  height: 100vh;
}

.search-box {
  position: relative;
}

.search-box input[type=search] {
  width: 600px;
  height: 60px;
  background-color: #e8e8e8;
  border: none;
  border-radius: 16px;
  padding: 10px 20px 10px 70px;
}

.search-input:focus-visible {
  outline: none;
}

input#dummyexample1:focus {
  box-shadow: none;
  border: 2px solid var(--clr-primary-dark);

}

.profile-img-box.px-2.py-1 img {
  width: 50px;
}

.search-input::placeholder {
  font-size: var(--fs-18);
  font-family: var(--ff-accent-regular);
}

.search-icon {
  position: absolute;
  left: 32px;
  top: 16px;
}

.heading-2 {
  font-family: var(--ff-heading-semibold);
  font-size: 1.23rem;
}

.date {
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-14);
}

/* overview card section  */

.card-muted-text {
  font-size: var(--fs-14);
  color: var(--clr-text-muted);
  font-family: var(--ff-accent-regular);
}

h5.card-value {
  font-family: var(--ff-heading-semibold);
}

span.total-revenue-profit-per {
  background-color: var(--clr-primary-light);
  border-radius: 12px;
  font-size: var(--fs-12);
  color: #65c565;
  padding: 2px 8px;
}

/* main section end  */

.wrapper {
  width: 100vw;
  height: 100vh;
  user-select: none;
  overflow: hidden;
}

.container-wrapper {
  display: grid;
  width: 99%;
  gap: .7rem;
  grid-template-columns: 19rem auto 21rem;
  margin: 0 auto;
}

.container-wrapper:has(.purchase-plan-page) {
  grid-template-columns: 16rem auto;
}

aside {
  height: 100vh;
}

aside .top {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  margin-left: .5rem;
}

.logo-text {
  font-family: var(--ff-heading-semibold);
  color: #3e4b5e;
  font-size: var(--fs-18);
}

.close-icon {
  max-width: 30px;
  width: 100%;
  display: none;
}

/* sidebar  */

aside .sidebar {
  display: flex;
  flex-direction: column;
  height: 90vh;
  position: relative;
  top: 1rem;
}

aside>.sidebar>a:nth-child(1) {
  color: #424F68;
}

aside>.sidebar>a:nth-last-child(-n+6) {
  color: #424F68;
}

aside>.sidebar>a {
  color: #bbbfc7;
  font-family: var(--ff-accent-medium);
  display: flex;
  margin: .2rem 0rem .2rem 0rem;
  padding: 1.3rem .5rem;
  gap: .7rem;
  align-items: center;
  height: 2rem;
  transition: all .1s ease-in;
}

aside>.sidebar>a>h6 {
  font-size: var(--fs-14);
}

.genral {
  text-transform: uppercase;
  font-family: var(--ff-heading-regular);
  font-size: var(--fs-18);
  color: #acacac;
}

.horizontal-ruler {
  margin: .5rem 0;
}

.sidebar a:nth-last-child(3) {
  margin-top: auto;
}

.sidebar>a.active,
aside>.sidebar>a:hover {
  background: var(--clr-primary-light);
  color: var(--clr-primary-dark) !important;
  border-radius: 4px;
  font-family: var(--ff-accent-medium);
}

.sidebar>a>span {
  font-family: var(--ff-accent-medium);
  font-size: var(--fs-12);
  color: #424F68;
  /* background-color: #f9f9f9; */
}

.sidebar>a>span.notification {
  background-color: #FF472E;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-text-light);
}

aside>.sidebar>a.disable:hover {
  color: #bbbfc7 !important;
  background-color: #FFFFFF !important;
  cursor: context-menu;
}

/* main  */

main.main-content {
  background-color: #fafbfc;
  overflow-y: scroll;
  height: 100vh;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f8f8f8;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f3f3f3;
}

.overview-heading {
  font-size: 1.1rem;
  font-family: var(--ff-heading-semibold);
  color: var(--clr-text-dark);
}

.overview-card {
  height: 120px;
  background-color: var(--clr-text-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
}

.card-shadow {
  box-shadow: 0 2px 10px 0px #00000005 !important;
}

.area-chart,
.liability-area {
  height: 400px;
  color: var(--clr-text-voilet);
  font-size: var(--fs-20);
  font-family: var(--ff-heading-semibold);
}

.liability-heading {
  font-size: 1.1rem;
}

.dots-3 {
  width: 20px;
}

/* map  */
#map-container {
  width: 100%;
}

.map-label {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.map-label-heading {
  font-size: 1.1rem;
  color: #474747;
}

.clr-code-G,
.clr-code-W,
.clr-code-M {
  height: 16px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid rgb(134, 134, 134);
  display: block;
}

.collectinghighlight {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.clr-code-G {
  background-color: #456a33;
}

.clr-code-W {
  background-color: #424040;
}

.clr-code-M {
  background-color: #f2bd72;
}

.map-detail {
  font-family: var(--ff-accent-regular);
  font-size: var(--fs-14);
  margin-left: 8px;
}

div#usa-map {
  position: relative;
  width: 779px !important;
  height: 400px !important;
  overflow: hidden;
}

#svggroup>svg {
  left: 30% !important;
  width: 500px;
  height: 350px;
  transform: translateX(-30%);
}

.liability-content {
  height: 333px;
  font-family: poppins-light-italic;
  font-size: var(--fs-20);
}

.inprogress-heading {
  font-size: 1.3rem;
  color: #000000;
  font-family: var(--ff-accent-bold);
}

.highlight-area {
  background-color: var(--clr-primary-light);
  border-radius: 7px;
  padding: 32px;
}

.inprogress-wrap p {
  font-size: var(--fs-16);
  font-family: var(--ff-accent-regular);
  color: #000000;
}

.inprogress-subheading {
  font-size: .95rem !important;
}

img.star-icon {
  width: 35px;
  margin-bottom: 7px;
}

.upgrade-sec-btn {
  gap: 10px;
}

.upgrade-btn {
  min-width: 250px;
  height: 50px;
  border-radius: 38px;
  font-family: var(--ff-accent-medium);
}

.btn-fill {
  background-color: var(--clr-primary-dark);
  border: none;
  color: var(--clr-text-light);
}

.btn-empty {
  background-color: var(--clr-primary-light);
  border: 2px solid var(--clr-primary-dark);
  color: var(--clr-primary-dark);
}

/* right sidebar */

.right-sidebar {
  width: 360px;
  height: 97vh;
}

.profile-box {
  background-color: #f9f9f9;
  border-radius: 16px;
}

.profile-user {
  font-family: var(--ff-heading-medium);
  color: var(--clr-text-voilet);
}

.profile-role {
  font-family: var(--ff-heading-regular);
  font-size: var(--fs-14);
  color: #737791;
}

.missing-info-heading {
  font-size: 1.1rem;
  font-family: var(--ff-heading-semibold);
}

.mis-info {
  font-family: var(--ff-heading-medium);
  font-size: .9rem;
}

.missing-list>.profile-info {
  cursor: pointer;
}

img.me-2.complete-1,
.complete-2,
.complete-3,
.complete-4 {
  width: 22px;
}

/* card */
.card img {
  width: 40px;
}

.card {
  border: 3px solid rgb(145 145 145);
  cursor: pointer;
}

.active-card {
  color: #dc3545;
  font-weight: bold;
  border: 3px solid #dc3545;
}

.form-check-input:focus {
  box-shadow: none;
}

.bg-color-info {
  background-color: #dc3545 !important;
}

.border-color {
  border-color: #ececec;
}

.btn {
  padding: 16px 30px;
}

.back-to-wizard {
  transform: translate(-50%, -139%) !important;
}

.bg-success-color {
  background-color: #87D185;
}

.bg-success-color:focus {
  box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}

/* Modal Stepper */
.modal-content {
  background-color: #f9fafd;
}

.modal-dialog {
  max-width: 650px;
}

div#staticBackdrop {
  overflow: hidden;
}

.form-box {
  max-height: 720px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}

.form-box:first-child {
  display: block;
}

.form-box.completed {
  display: none !important;
}

.modal-header {
  width: 100%;
  height: auto;
  padding: 8px 32px 24px;
  margin: 0;
  position: relative;
}

.modal-header.stepper-wrap {
  padding: 32px 32px 8px;
}

.modal-header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal-header .stepper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.modal-header .stepper .each-step {
  width: calc(100% / 4);
  height: auto;
  padding: 1rem;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-header .stepper .each-step.each-point {
  width: calc(100% / 5);
}

.modal-header .stepper .each-step::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #F1F0F4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.modal-header .stepper .each-step:last-child::before {
  display: none;
}

.modal-header .stepper .each-step .index {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #909094;
  background-color: #F1F0F4;
  border: 2px solid #F1F0F4;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
}

.modal-header .stepper .each-step .title {
  position: absolute;
  top: 100%;
  color: #000000;
  font-size: .85rem;
  font-weight: 500;
  font-family: var(--ff-heading-medium);
}

.modal-header .stepper .each-step.completed .index {
  color: var(--clr-primary-dark);
  border-color: var(--clr-primary-dark);
}

.modal-header .stepper .each-step.completed .title {
  color: var(--clr-primary-dark);
}

.modal-header .stepper .each-step.completed::before {
  background-color: var(--clr-primary-dark);
}

.button.btn-close:focus-visible {
  outline: none;
}

.modal-header .button.btn-close:focus {
  box-shadow: none !important;
}

/* Modal Stepper */

/* profile setup form  */
input.form-control.profile-input {
  font-family: var(--ff-accent-regular);
  font-size: .88rem;
}

div#staticBackdrop.modal {
  background: #0000005c;
}

.form-box {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.form-box .next-btn {
  background-color: var(--clr-primary-dark);
  border: 2px solid var(--clr-primary-dark);
}

.form-box .prev-btn {
  background-color: #82bf70;
  border: 2px solid #82bf70;
}

.form-box .prev-btn:hover {
  background-color: var(--clr-primary-dark);
  border: 2px solid var(--clr-primary-dark);
}

.form-box .next-btn,
.prev-btn {
  color: #fff;
  border-radius: 35px;
  padding: 10px 20px;
  font-size: var(--fs-16);
  font-family: var(--ff-heading-medium);
  outline-color: var(--clr-primary-dark);
}

.next-btn .next-icon {
  width: 16px;
}

.prev-btn .prev-icon {
  width: 16px;
  transform: rotate(180deg);
}

.form-box .save-btn {
  background-color: #fff;
  color: var(--clr-primary-dark);
  border: 2px solid var(--clr-primary-dark);
  border-radius: 35px;
  padding: 10px 20px;
  font-size: var(--fs-16);
  font-family: var(--ff-heading-medium);
  outline-color: var(--clr-primary-dark);
}

.form-heading {
  font-size: var(--fs-18);
  font-family: var(--ff-heading-semibold);
  color: #424F68;
  margin-bottom: .5rem;
}

.form-subheading {
  font-size: var(--fs-14);
  font-family: var(--ff-accent-regular);
  color: #909094;
}

.profile-label {
  font-size: var(--fs-14);
  font-family: var(--ff-heading-medium);
  color: #757575;
  margin-bottom: .05rem;
  margin-top: 16px;
  padding-left: 8px;
  word-spacing: 0.1rem;
}

.profile-input::placeholder {
  color: #ADB5BD;
  font-size: var(--fs-14);
  font-family: var(--ff-accent-regular);
}

.profile-input {
  border-radius: 20px;
}

input[type="date"] {
  color: #ADB5BD;
  font-size: var(--fs-14);
  font-family: var(--ff-accent-regular);
}

.profile-input:focus {
  border-color: #469b2e;
  box-shadow: 0 0 0 0.25rem rgb(70 155 46 / 25%);
}

.form-check-input:focus {
  border-color: #469b2e;
}

input.form-check-input.checkbox-style {
  height: 18px;
  width: 18px;
}

.add-info {
  cursor: pointer;
}

.plus-circle-icon {
  width: 20px;
}

/* Tool Tip Start */
.css-tooltip-right {
  position: relative !important;
  display: inline-block !important;
  text-decoration: none !important;
}

a.css-tooltip-right {
  color: #000000;
}

.css-tooltip-right span {
  width: 100%;
  min-width: 340px;
  font-family: arial, sans-serif !important;
  font-size: 13px !important;
  line-height: normal !important;
  text-align: left !important;
  padding: 12px 15px 15px 12px !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9999999 !important;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
  -moz-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
  -o-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
  -ms-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
}

.css-tooltip-right span:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 0 !important;
  border-right: 8px solid var(--clr-primary-dark);
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  top: 11px;
  left: -8px;
}

.css-tooltip-right span {
  left: 100%;
  top: -7px;
  margin-left: 35px;
  background: hsl(117, 75%, 95%);
  padding: 9px 9px !important;
  border-radius: 12px;
  color: #2b2a2a;
  font-weight: 300;
  box-shadow: 1px 3px 9px #469b2e40;
  border: 1px dashed var(--clr-primary-dark);
  text-align: justify !important;
  -webkit-transition-property: opacity, margin-left, visibility;
  -moz-transition-property: opacity, margin-left, visibility;
  -o-transition-property: opacity, margin-left, visibility;
  -ms-transition-property: opacity, margin-left, visibility;
  transition-property: opacity, margin-left, visibility;
  line-height: 17px !important;
  font-size: .79rem !important;
  letter-spacing: .01em;
}

.css-tooltip-right:hover span {
  margin-left: 25px;
  visibility: visible;
  opacity: 1;
}

/* Tool Tip End */
/* tool tip for start date  */
.css-tooltip-right.start-date-tooltip span {
  top: -115px;
  left: -175px;
}

.css-tooltip-right.start-date-tooltip span:before {
  top: 99px;
  left: 153px;
  transform: rotate(270deg);
}

/* tool tip for start date end */
/* tool tip for registration date  */
.css-tooltip-right.reg-date-tooltip span {
  top: -115px;
  left: -325px;
}

.css-tooltip-right.reg-date-tooltip span:before {
  top: 99px;
  left: 300px;
  transform: rotate(270deg);
}

/* tool tip for registration date end */



/* multiselecter  */

.dropdown-container {
  width: 100%;
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 40px;
  background: #ffffff;
  display: none;
  z-index: 1;
}

.dropdown-button {
  float: left;
  width: 100%;
  padding: 10px 12px;
  line-height: 1;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
}

.dropdown-button .dropdown-label,
.dropdown-quantity {
  float: left;
}

.dropdown-button .dropdown-quantity {
  margin-left: 4px;
}

.dropdown-button .fa-filter {
  float: right;
}

input.dropdown-search {
  width: 100%;
  padding: 4px 8px;
}

.dropdown-list {
  float: left;
  width: 100%;
  border: 1px solid lightgray;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 12px;
}

.dropdown-list ul.state-dropdown-list {
  margin: 10px 0;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}

tbody.state-data-section {
  overflow-y: scroll;
  max-height: 160px;
  display: table-caption;
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #dee2e6;
}


.dropdown-list ul.state-dropdown-list input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.dropdown-list ul.state-dropdown-list>li>label {
  padding-left: 10px;
}

.register-date,
.state-heading-section {
  display: none;
}

/* multiselecter end */

/* table  */
.table-wrap>table.table {
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.table-wrap>table.table thead>tr>th {
  font-size: var(--fs-14);
  font-family: var(--ff-accent-medium);
  letter-spacing: .3px;
  font-weight: 500;
}

.table-wrap>.table>tbody>tr>td:nth-child(1),
.table-wrap>.table>thead>tr>th:nth-child(1) {
  width: 33%;
}

.table-wrap>.table>tbody>tr>td:nth-child(2),
.table-wrap>.table>thead>tr>th:nth-child(2) {
  width: 30%;
}

.table-wrap>.table>tbody>tr>td:nth-child(3),
.table-wrap>.table>thead>tr>th:nth-child(3) {
  width: 37%;
}

td .register-checkbox {
  box-shadow: none;
  height: 15px;
  width: 15px;
}

.close-reg-btn {
  font-size: 24px;
}

.same-date>.same-date-checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  box-shadow: none;
}

.same-date>.same-date-label {
  font-size: 0.75rem;
  font-family: var(--ff-heading-regular);
}

.register-date>.d-flex {
  line-height: 1.5;
}

/* document upload section  */
.drop-zone {
  max-width: 100%;
  height: 100px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 1px dashed #87898E;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.upload-content {
  padding: 0px 20px;
}

.upload-content h5 {
  font-size: var(--fs-16);
  font-family: var(--ff-heading-bold);
  color: #43474E;
  line-height: 30px;
}

.upload-content p {
  font-size: var(--fs-16);
  font-family: var(--ff-heading-regular);
  color: #43474E;
}

.upload-content p span {
  color: var(--clr-primary-dark);
  font-family: var(--ff-heading-semibold);
}

/* document upload section  */

/* successfully submit  */
h3.form-complete-heading {
  font-size: 40px;
  text-align: center;
  color: var(--clr-primary-dark);
  font-family: var(--ff-accent-medium);
  margin: 36px 0;
}

.stpper-form-completed {
  width: 20%;
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}

p.form-complete-para {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-family: var(--ff-accent-regular);
  padding: 36px 0px;
  margin-bottom: 48px;
}

/* successfully submit  */


/* ======================== Dashboard end ============================= */

/* ======================== Subscription page ============================= */
/* header section  */

.upper-nav p {
  color: #696F8C;
  font-family: var(--ff-heading-regular);
  font-size: var(--fs-16);
  padding: 8px;
}

.upper-nav h4 {
  color: #343434;
  font-family: var(--ff-heading-bold);
  font-size: var(--fs-20);
  padding: 8px;
}

.navbar {
  display: flex;
  justify-content: flex-end;
}

ul.nav-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

li.nav-menu-link {
  padding: 8px 16px;
}

li.nav-menu-link a {
  color: #000;
  font-family: var(--ff-heading-semibold);
  font-size: var(--fs-16);
}

li.nav-menu-link a.active-menu-link {
  color: var(--clr-primary-dark);
  font-family: var(--ff-heading-bold);
}

li.nav-menu-link a:hover {
  color: var(--clr-primary-dark);
}

/* header section end */
.horizontal-breaker {
  color: #e3e3e3;
  height: 16px;
  background-color: #e3e3e3;
  margin: 0px;
}

/* main  */
main.subscription-main {
  padding-bottom: 70px;
}

h3.subscription-heading {
  font-size: 40px;
  font-family: var(--ff-heading-bold);
  color: #000;
}

p.subscription-subheading {
  font-size: var(--fs-16);
  font-family: var(--ff-heading-medium);
  line-height: 32px;
  letter-spacing: .4px;
  text-align: center;
}

.nav-item>.nav-link {
  color: #9ca0ac;
  font-family: var(--ff-heading-semibold);
  padding: 16px 16px;
  font-size: var(--fs-14);
}

.nav-item>.nav-link.active {
  background-color: var(--clr-primary-dark);
  padding: 16px 16px;
}

.nav-pills {
  border: 1px solid #dddddd;
  padding: 4px;
  width: 500px;
  border-radius: 8px;
}

.card-tag>span {
  font-size: 11px;
  font-family: var(--ff-accent-medium);
  background: #ededed;
  padding: 2px 6px 1px;
  border-radius: 16px;
  color: #424f68;
  border: 1px solid #00000049;
}

.card {
  border: 2px solid #D6DAE4;
  min-height: 450px;
  margin-bottom: 24px;
}

.card-body {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
}

h5.card-title {
  font-family: var(--ff-heading-bold);
  font-size: var(--fs-20);
  margin-bottom: 32px;
}

.card-content {
  font-size: var(--fs-14);
  font-family: var(--ff-heading-medium);
}

button.btn.card-btn {
  border: 2px solid var(--clr-primary-dark);
  padding: 8px 32px;
  height: 50px;
  width: 250px;
  border-radius: 25px;
  font-size: var(--fs-16);
  font-family: var(--ff-accent-bold);
  color: var(--clr-primary-dark);
}

.assessment-sec {
  background-color: #f7f7f7;
}

.chat-btn {
  padding: 8px 40px;
  border-radius: 0px 0px 16px 16px;
  background: #82bf70;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: var(--ff-accent-medium);
}

.contact-icon {
  width: 70px;
  height: 70px;
  background-color: var(--clr-primary-light);
  border-radius: 50px;
}

.enterprises-row {
  border: 2px solid #D6DAE4;
  border-radius: 10px;
}

.mob-text {
  font-size: 48px;
  color: #000000;
  font-weight: 700;
}

/* subscription plan page end */

/* Dashboard Tier 2  */
/* left sidebar  */
a.sidebar-list.enable {
  color: #424F68;
}
/* processing sec  */
.processbar-sec{
  padding: 50px;
}
.processbar-sec>h4 {
  font-size: var(--fs-16);
  color: #222222;
}
.processbar-sec>p {
  font-size: var(--fs-14);
  color: #666666;
  font-family: var(--ff-accent-regular);
}
p.processbar-title {
  font-size: var(--fs-16);
  color: #222222;
  font-family: var(--ff-accent-medium);
}
progress.processbar-sale, .processbar-order{
  width: 100%;
}
progress[value]::-webkit-progress-bar{
  background-color: rgb(255, 103, 103);
  border-radius: 10px;
}
progress[value]::-webkit-progress-value{
  background-color: #e4a01a;
  border-radius: 10px;
}
/* right-sidebar  */

p.right-sidebar-heading{
  font-size: var(--fs-16);
  font-family: var(--ff-heading-light);
  text-transform: uppercase;
  font-weight: 300;
}
hr.right-sidebar-divider{
  width: 94%;
  color: #b8b8b8;
}
.right-sidebar-card{
  background: rgb(105,170,65);
  background: linear-gradient(120deg, rgba(105,170,65,1) 0%, rgba(25,145,5,1) 100%);
  border-radius: 20px;
  padding: 24px;
}
.right-sidebar-card>p{
  color: #ffffff;
  font-family: var(--ff-heading-medium);
  font-size: var(--fs-14);
text-align: center;
}
.right-sidebar-card>button{
  background-color: #ffffff;
  font-family: var(--ff-heading-medium);
  font-size: var(--fs-14);
  color: var(--clr-primary-dark);
  border-radius: 20px;
  width: 100%;
  height: 40px;
  border: none;
  box-shadow: 2px 4px 4px #502aea33;
}
.helpfull-resource-heading{
  font-size: var(--fs-14);
  font-family: var(--ff-heading-semibold);
}

.cons-content>span{
  background-color: #7ac3c734;
  font-size: .67rem;
  font-family: var(--ff-accent-bold);
  padding: 4px 16px;
  border-radius: 25px;
  color: #22065C;
}
.cons-content>span.audit-tag{
  color: #815500;
  background-color: #e9cb3533;
}
.cons-content>p{
  font-size: var(--fs-12);
  font-family: var(--ff-accent-medium);
}
.question-sec{
  padding: 16px;
  background-color: hsla(126, 100%, 21%, 0.096);
  border-radius: 8px;
  margin-top: 24px;
}
.question-sec>h5{
  font-size: var(--fs-12);
  font-family: var(--ff-heading-semibold);
}
.question-sec>p{
  font-size: var(--fs-12);
  font-family: var(--ff-accent-medium);
}


.modal-footer .cancel-model-btn {
  border-radius: 30px !important;
  padding: 6px 10px;
}
.modal-footer .accept-model-btn {
  border-radius: 30px !important;
  padding: 7px 10px;
}