@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
}
.container {
    max-width: 1200px;
    border: 1px solid #E9E9E9;
    background: #F9F9F9;
    border-radius: 24px;
    margin: 0 auto;
    min-height: 600px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-weight: 600;
}
input {
    width: 100%;
    outline: none;
}
.inputradioContainer {
    background: #fff;
    /* border: 1px solid #D3D2D2; */
    /* padding: 18px 16px; */
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

.inputradioContainer label {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
    justify-content: flex-start;
}
.border-background {
    background: #fff;
    font-size: 16px;
    padding: 18px 16px;
    border: 1px solid #D3D2D2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.infoButton {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    /* position: relative; */
    /* overflow: visible; */
}

.inputradioContainer label h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    /* opacity: 0.5; */
    color: #000;
}

label {
    margin: 0;
}

.inputradio {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.inputradioContainer label:has(input[type="checkbox"]:checked) {
    background: #E8F4E9;
    border-color: #E8F4E9;
}

.inputradioContainer input {
    accent-color: #4FC755;
    color: #fff;
    max-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.containerMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.nextStepbutton {
    flex: 0 100%;
    margin: 32px 0px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* max-width: 442px; */
    margin: auto;
}

.nextStepbutton button {
    background: #3369FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3369FF;
    width: 185px;
    height: 48px;
    border-radius: 8px;
    transition: 0.5s all;
}

.nextStepbutton button:hover {
    background: none;
    color: #3369FF;
}

.step1 {
    width: 100%;
    max-width: 442px;
}
.nextStepbutton button.backButton {
    border-color: #D3D2D2;
    background: none;
    color: #000000;
}
.gap-10 {
    gap: 20px;
}
.flex-columns {
    display: flex;
    flex-direction: column;
}
.max-width-422 {
    /* max-width: 442px; */
}
.step3.max-width-wider {
    max-width: 1020px;
    background: #fff;
    border: 1px solid #E9E9E9;
    /* padding: 20px; */
    border-radius: 24px;
    width: 100%;
}

.header-step-orignal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.tag-header span {}

.tag-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4FC755;
    color: #fff;
    font-weight: 600;
    padding: 7px 23px;
    border-radius: 60px;
    font-size: 14px;
}

.numbers-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0px 32px;
    gap: 30px;
}

.numbers-header span {
    background: #DFDFDF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 5px 2px transparent;
}

.numbers-header span.selected {
    background: #3369FF;
    box-shadow: 0px 0px 5px 2px #3369ff85;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.background-light-dark {
    border: 1px solid #E9E9E9;
    background: #f5f5f5;
}

span.online-tag, span.total-tag {
    padding: 6px 32px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

span.number-tag {
    background: #DFDFDF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 5px 2px transparent;
}
.step-original {
    text-align: left;
    padding: 24px;
    position: relative;
}

.heading-process h2 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
}

ul {
    list-style: none;
    padding: 0;
}

.header-list ul {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.header-list li:first-child, .list-container-row li:first-child {
    /* background: red; */
    min-width: 35%;
    font-size: 15px;
    font-weight: 500;
}

.list-container-row ul {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
}

.list-container-row li {
    width: 100%;
}

.header-list li {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.formWrapper {border: 1px solid #E9E9E9;border-radius: 24px;padding: 16px;margin-bottom: 24px;}

.header-list li:first-child, .list-container-row li:first-child p {
    line-height: 24px;
    margin: 0;
    display: inline;
    color: #000;
}

.inputselector select {
    border: 1px solid #D3D2D2;
/*    background: #fff;*/
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("./images/1.png");
      background-repeat: no-repeat;
      background-position-x: 90%;
      background-position-y: center;
      background-size: 10px 5px;
      outline: none;
}
span.info-butto {
    background: #C0C0C0;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    cursor: pointer
}
.inputAdd span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #999999;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
}

.inputAdd {
    border: 1px solid #D3D2D2;
    /* background: #fff; */
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

input[type="number"] {
    border: 1px solid #D3D2D2;
    /* background: #fff; */
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}
.list-container-row ul:not(:last-child) {
    margin-bottom: 16px;
}
.modal-content {
    padding: 32px;
    border-radius: 24px;
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
}

.modal-header {
    padding: 0;
    margin-bottom: 24px;
    border: none;
}

.inputSeclected textarea {
    width: 100%;
    height: 254px;
    background: #fff;
    border: 1px solid #D3D2D2;
    resize: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    font-weight: 500;
}

.modal-body {
    padding: 0;
}

.modal-title {
    font-size: 17px;
    font-weight: 600;
}

.modal-dialog.modal-dialog-centered {
    max-width: 600px;
}
.numbers-header span.completed {
    background: #50c755;
    font-size: 0;
    position: relative;
}

.numbers-header span.completed::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    top: -2px;
}
.step-original.active {
    animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.step-original:not(.active) {
    display: none;
}
.steps:not(.active) {
    display: none;
}

span.online-tag.active {
    background: #50c755;
    color: #fff;
}

div#step3 {
    margin-bottom: 24px;
}
/*label.border-background[for="general"] {
    pointer-events: none;
}*/
p {}

.infoButton p {
    position: absolute;
    background: #f9f9f9;
    font-size: 11px;
    padding: 10px 20px;
    max-width: 200px;
    overflow: auto;
    display: none;
    /* top: 0; */
    text-align: center;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 300;
}

.infoButton:hover p {
    display: block;
}
.list-container-row ul:last-child, .list-container-row ul:nth-last-child(2) {
    pointer-events: none;
    user-select: none;
}

div#overallTotal {
    margin: 20px 0px 0px;
}
.inputAdd {
    max-width: 136px;
    overflow: auto;
}
div#step1 h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

div#step1 h2 + p {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    margin: 24px 0px 16px;
}
.stepwrappers > p {
    margin: 30px 24px 0px;
    font-size: 14px;
    opacity: 0.6;
    color: #000;
}
div#d-you {}

div#d-you {
    margin: 30px 0px 0px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
}

button.NoButton {
    background: #3369FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3369FF;
    width: 185px;
    height: 48px;
    border-radius: 8px;
    transition: 0.5s all;
}

button.NoButton:hover {
    background: none;
    color: #3369FF;
}

.nextStepbuttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0px 0px;
}

button.yesButton {
    border-color: #D3D2D2;
    background: none;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D3D2D2;
    width: 185px;
    height: 48px;
    border-radius: 8px;
    transition: 0.5s all;
}
button.downloadButton {
    background: #3369FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3369FF;
    width: 185px;
    height: 48px;
    border-radius: 8px;
    transition: 0.5s all;
    gap: 20px;
    margin-top: 50px;
    margin-left: auto;
}

button.downloadButton img {
    width: 20px;
}
.heading-process h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.heading-process div.infoButton {
    margin-left: 20px;
}
h2 div.infoButton {}

h2 div.infoButton p {
    top: calc(100% + 20px);
    left: 0;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: visible;
}

.heading-process h2 {
    position: relative;
}

h2 div.infoButton p:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    right: 0;
    left: 0;
    top: -6px;
    margin: auto;
    transform: rotate(45deg);
    background: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}
div#stepsOnline:not(.active) {
    /* display: none; */
}
div#stepsOnline.active .step-original {
    display: block;
}
div#stepsstore:not(.active) {
    /* display: none; */
}
div#stepsstore.active .step-original {
    display: block;
}
div#directsales:not(.active) {
    /* display: none; */
}
div#directsales.active .step-original {
    display: block;
}
div#totals:not(.activated) {
    /* display: none; */
}
div#totals.activated .step-original {
    display: block;
}
span#selected {
    max-width: max-content;
    width: max-content;
    padding: 5px 20px;
}





/*new*/
img.logo {margin: 0 auto 40px;}

img {
    display: block;
    max-width: 100%;
}

.content-home h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    opacity: 0.7;
    margin-bottom: 16px;
}

.content-home h2 + p {
    margin: 16px auto;
    max-width: 781px;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    opacity: 0.6;
    margin-bottom: 16px;
}

.box-wrapper-light {
    max-width: 1200px;
    border: 1px solid #E9E9E9;
    background: #F9F9F9;
    border-radius: 24px;
    margin: auto;
    padding: 40px;
    margin-top: 32px;
    width: 100%;
}

.toggle-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #DFDFDF;
}

.toggle-wrapper p {
    margin: 0;
    font-size: 16px;
    display: none;
    margin-top: 16px;
}

.toggle-wrapper {
    margin-top: 20px;
    cursor: pointer;
}

.toggle-wrapper h5 {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin: 0;
}

.toggle-wrapper small {
    font-weight: 500;
    opacity: 0.6;
    font-size: 18px;
}

.toggle-wrapper h5:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    position: absolute;
    right: 0;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s all;
}
.main-wrapper-home {
    width: 100%;
}
.box-wrapper-light h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
a.blue-button {
    background: #3369FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3369FF;
    width: 185px;
    height: 48px;
    border-radius: 8px;
    transition: 0.5s all;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.main-wrapper-home a.blue-button {
    margin: 50px auto;
    padding: 12px 16px;
    width: auto;
    height: auto;
    max-width: max-content;
    height: max-content;
}
a.blue-button:hover {
    background: none;
    color: #3369FF;
}
.toggle-wrapper.active {border-color: #4FC755;background: rgb(79 199 85/10%);}

.toggle-wrapper.active h5:after {
    transform: rotate(226deg);
}
div#step1 {
    max-width: 508px;
}
div#step1 .nextStepbutton {
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
}
body.home {
    height: auto;
}
div#step2 .nextStepbutton {
    margin: 20px 0px;
    justify-content: space-between;
}
span.opacity0 {
    width: 0;
    height: 0;
}
div#step1[data-id="step1-again"] h2 {
    margin-bottom: 32px;
}
div#step1[data-id="step1-again"] .nextStepbutton {
    justify-content: space-between;
}

div#step1[data-id="step1-again"] .nextStepbutton button {
    text-transform: capitalize;
}
.steps-online-wrapper {
    display: none;
    background: #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.steps-online-wrapper.selected.active {
    display: block;
}
.container-specialised-form {
    width: 100%;
}
.container-specialised-form:not(.active) {
    display: none;
}
.right-header-specialized {
    display: flex;
    align-items: center;
    gap: 20px;
}

.general-completed span {
    display: flex;
    align-items: center;
}
.header-specialized {
    background: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px 20px 0px;
}

.general-completed span {
    background: #4FC755;
    display: flex;
    align-items: center;
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
}

.header-spsi:not(.active) {
    display: none;
}

.header-spsi.active {
    display: flex;
}

.header-spsi {
    gap: 20px;
    align-items: center;
}

span.text {
    background: #f5f5f5;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid #E9E9E9;
}

span.number {
    background: #DFDFDF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 5px 2px transparent;
}

.header-spsi.active .number {
    background: #3369FF;
    box-shadow: 0px 0px 5px 2px #3369ff85;
}

.header-spsi.active .text {
    /* background: #3369FF; */
}
div#specialists .nextStepbutton {
    margin: 20px 0px;
}
div#totals.active {
    display: block;
    width: 100%;
}
.totals_active:not(.active) {
    display: none;
}
div#step1.active h2 {
    margin-bottom: 20px;
}
button.next[disabled] {
    opacity: 0.5;
    margin-left: auto;
}
button[data-id="next-step0"]{
    margin-left: auto;
}
button.downloadButton[disabled] {
    opacity: 0.5;
    pointer-events: none;

}
button.downloadButton[disabled]:before {
    content: "To download the PDF, please select the General Category. Click on the Main Menu to proceed to General.";
    display: block;
    position: absolute;
    top: 0;
    /* background: red; */
    opacity: 1;
    color: #000;
    width: 100%;
    min-width: 390px;
    right: 100%;
    padding: 0px 10px;
    font-size: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

button.downloadButton[disabled] {
    position: relative;
}






div#step0 h2 {
    margin: 0 0 10px;
}
span.required {
    color: red;
    opacity: 1;
}