/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.otp-input-fields {
    input {
        padding: 10px;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid gray;
    box-shadow: 0px 0px 8px 0px #02025044;
    outline: none;
    font-size: 16px;
    };
    background-color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    align-self: center;
    gap: 10px;
    padding-bottom: 10px;
}

.otp-input-fields {
    & input {
        &:focus {
            border-width: 2px;
            border-color: red;
            font-size: 20px;
        }
    }
}
#success-msg {
    border: 1px solid green;
    background: #0080002b;
    color: green;
    padding: 10px;
    border-radius: 5px;
}
#setblue, #error-msg {
    color: red;
    padding: 10px 0;
	width: 100%;
    background: #ff00002b;
    border: 2px solid red;
    margin-bottom: 10px;
    border-radius: 5px;
}
div#password-fields {
    display: flex ;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important;
}
#input-form{

  width: 100%;
}
.form-input input::placeholder {
  opacity: 0;
}

input#confirm_password::placeholder, input#reset-new-password::placeholder { 
    opacity: 1;
}

a#show-btn {
    color: #fff;
}
#bday-input{
	display: none;
}
button#reset-password {
    margin-bottom: 20px;
}
button#resend-email {
    border: none;
    background: none;
    text-decoration: underline;
    color: red;
}

.form-input input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  outline: none;
  border: 1px solid gray;
  box-sizing: border-box;
  border-radius: 5px;
}

.form-input.success input {
    border-color: 2px solid green;
}
div#last_message_e, div#last_message_e h4, div#last_message_e_upgrade, div#last_message_e_upgrade h4{
	color: #fff;
}
.form-input.error input {
    border-color: red;    
}
.form-input small{
    color: red;
    position: absolute;
    bottom: 0;
	top: 50px;
    left: 5px;
    visibility: hidden;
}
.form-input.error {
    margin-bottom: 10px;
}
.form-input.error small{
    visibility: visible;
}
.form-input label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: gray;
  letter-spacing: 1px;
  transition: 0.3s;
  font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
#input-form input:focus + label,
#input-form input:not(:placeholder-shown) + label {
	color: transparent;
background: none;
}
#setblue{
	color: red;
    padding: 10px 0;
    background: #ff00002b;
    border: 2px solid red;
    margin-bottom: 10px;
	border-radius: 5px;
}
#setRed{
	color:red;
    padding: 10px 0;
    background: #ff00002b;
    border: 2px solid red;
    margin-bottom: 10px;
	border-radius: 5px;
}
#bday-input input:focus + label,
#bday-input input:not(:placeholder-shown) + label {
	color: transparent;
background: none;
}
.form-input input:focus + label,
.form-input input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: rgb(225, 37, 28);
  background: #fff;
  padding: 7px;
}
.loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

button.loading .loader {
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 .form-input input:focus {
	 
	outline: 0;
  	border: 2px solid rgb(225, 37, 28);
} 
 .form-input button:focus {
	 
	outline: 0;
} 


.MuiStack-root.css-5uxyq9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
a.spu-close.spu-close-popup.spu-close-top_right {
    !i;!;
    padding: 8px;
    background: #73899e;
    border-radius: 50%;
    color: white !important;
    font-size: 19px !important;
}
.css-qmhs4s {
    margin-right: 16px;
    margin-left: -11px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.css-1gxpbzh {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    padding: 9px;
    border-radius: 50%;
    color: grey;
}

.css-webudf {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: inherit;
}

.css-1dn5iug {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.71429;
    text-transform: unset;
    min-width: 64px;
    width: 100%;
    box-shadow: none;
    min-height: 48px;
    color: rgb(225, 37, 28);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(225, 37, 28);
    border-image: initial;
}

.css-chltsx a {
    color: green;
}

.form-input {
  position: relative;
  width: 100%;
}
.form-input input::placeholder {
  opacity: 0;
}

.form-input input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  outline: none;
  border: 1px solid gray;
  box-sizing: border-box;
  border-radius: 5px;
}

.form-input label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: gray;
  letter-spacing: 1px;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
#input-form input:focus + label,
#input-form input:not(:placeholder-shown) + label {
background: none;
}
.form-input input:focus + label,
.form-input input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: rgb(225, 37, 28);
  background: #fff;
  padding: 0 7px;
}
button#toggle-password:focus {
    outline: none;
}
 .form-input input:focus {
  border: 2px solid rgb(225, 37, 28);
} 

.MuiStack-root.css-5uxyq9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.css-qmhs4s {
    margin-right: 16px;
    margin-left: -11px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.css-1gxpbzh {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    padding: 9px;
    border-radius: 50%;
    color: grey;
}

.css-webudf {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: inherit;
}

.css-1dn5iug {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.71429;
    text-transform: unset;
    min-width: 64px;
    width: 100%;
    box-shadow: none;
    min-height: 48px;
    color: rgb(225, 37, 28);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(225, 37, 28);
    border-image: initial;
}

.css-webudf a ,.css-fi1y7v a{
    text-decoration: underline;
}


.spu-container {border-radius: 16px;}

.layout__has__sidebar.MuiBox-root.css-1ejd7gt {
    display: flex;
    flex-direction: column;
}

.css-x99wsu {
	display: flex;
	flex-direction: column;
	gap:10px;
    text-align: center;
}

p.css-chltsx {
    padding-bottom: 10px;
}

.css-1qock67 {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;!i;!;
    font-size: 20px;
    color: black;
    line-height: normal;
}

.css-chltsx {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
}

.css-feqhe6 {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}

p.css-sf82ef {
    margin: 0;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}

.css-uf3bft {
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: var(--palette-text-primary);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 70%;
    position: relative;
    border-radius: 5px;
}

.css-19f6ici {
    color: var(--palette-text-secondary);
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4375em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}

.css-xx6ov {
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box !important;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}

.css-1fcs6ge {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: grey;
}

.css-14lo706 {
    float: unset;
    width: 70px;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}

div#spu-1631597,div#spu-1631598,div#spu-1631601,div#spu-1631602,div#spu-1631603,div#spu-1631879 {
    border-radius: 16px;
    max-width: 600px;
}

.css-qmhs4s {
	padding-top: 4px;
    display: inline-flex;
	font-size: 16px;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
}

.css-1dn5iug {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 15px;
    line-height: 1.71429;
    text-transform: unset;
    min-width: 64px;
    width: 100%;
    box-shadow: none;
    min-height: 48px;
    color: rgb(225, 37, 28);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(225, 37, 28);
    border-image: initial;
}
.css-i6adeu {
    margin: 0px 0px 12px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.57143;
    text-decoration: none;
    cursor: pointer;
}
.css-5uxyq9 {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}
.css-1gxpbzh {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    padding: 9px;
    border-radius: 50%;
    color: grey;
}
.css-1gxpbzh:hover {
    background-color: rgb(225 37 28 / 8%);
}
.css-1dn5iug:hover {
    background-color: rgba(28, 37, 46, 0.08);
    text-decoration: none;
}
.css-x9drps {
    gap: 12px;
    padding: 40px 30px 0px;
    width: 100%;
    border-radius: 16px;
    display: flex
;
    flex-direction: column;
    background-color: rgb(3, 21, 70);
    max-width: var(--layout-auth-content-width);
    text-align: center;
}
.css-j7qwjs {
    display: flex
;
    flex-direction: column;
}
.spu-container{
	padding: 0 !important;
}
.css-yd8sa2 {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    gap: 16px;
}
.css-39suid {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
}

.css-um44em {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}
.css-1juewmn {
    display: inline-flex
;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.css-1juewmn .MuiOutlinedInput-root {
    background-color: rgb(255, 255, 255);
}
.css-uf3bft {
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: var(--palette-text-primary);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.css-1fcs6ge {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(var(--palette-grey-500Channel) / 0.2);
}
.css-ihdtdm {
    float: unset;
    width: auto;
    line-height: 11px;
    overflow: hidden;
    padding: 0px;
    transition: width 150ms cubic-bezier(0, 0, 0.2, 1);
}
.css-1l4w6pd {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
}
.css-qmhs4s {
	padding-top: 4px;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
}
.css-1m9pwf3 {
    cursor: inherit;
    position: absolute;
    opacity: 0 !important;
    display: inline !important;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}
.css-1k33q06 {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-fi1y7v {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}
.css-gx6z0i {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 15px;
    line-height: 1.71429;
    text-transform: unset;
	width: 100%;
    min-width: 64px;
    box-shadow: none;
    min-height: 48px;
    color: rgb(28, 53, 94);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: currentcolor;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    background: linear-gradient(117.84deg, rgb(171, 121, 23) 8.15%, rgb(255, 223, 110) 50%, rgb(171, 121, 23) 91.85%);
}
.css-mkw003 {
    margin: 0px 0px 40px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
    color: rgb(255, 255, 255);
}
.css-wkyv4k {
    margin: 0px 0px 12px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
    color: var(--palette-primary-main);
    text-decoration: none;
    cursor: pointer;
    background: -webkit-linear-gradient(117.84deg, rgb(171, 121, 23) 8.15%, rgb(255, 223, 110) 50%, rgb(171, 121, 23) 91.85%) text;
    -webkit-text-fill-color: transparent;
}


.MuiBox-root.css-x9drps {
	padding-top: 50px !important;
	padding-bottom: 20px !important;
}
.css-12k6d9g {
    margin: 0px;
	color: #000;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
	margin-bottom: 10px;
}
.css-chltsx {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
}
.css-qfdd9t {
    display: flex
;
    flex-direction: column;
    align-items: center;
	gap: 20px;
}
.css-7jfyte {
    align-self: end;
}
#spu-1582608{
	top: 60px !important;
	border-radius: 16px !important;
}
.css-12jjaf6 {
    display: inline-flex
;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px 0px 24px;
    border: 0px;
    vertical-align: top;
    width: 100%;
	gap:20px;
}
.css-19f6ici {
    color: var(--palette-text-secondary);
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4375em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}
.css-uf3bft {
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: var(--palette-text-primary);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.css-xx6ov:invalid {
    box-shadow: none;
}
.css-xx6ov {
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box !important;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.css-1fcs6ge {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(var(--palette-grey-500Channel) / 0.2);
}
.css-14lo706 {
    float: unset;
    width: 70px;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100mscubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.css-14lo706 > span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}

span.custom-link {
    text-decoration: underline;
    cursor: pointer;
}
span.custom-link:hover {
    text-decoration: none;
}
.css-12jjaf6 {
    display: inline-flex
;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px 0px 24px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.css-19f6ici {
    color: var(--palette-text-secondary);
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4375em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}
.css-24bly1 {
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: var(--palette-text-primary);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding-right: 10px;
}
.css-1b2le20:invalid {
    box-shadow: none;
}
.css-1b2le20 {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box !important;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 0px 16.5px 14px;
}
.css-w8wce8 {
    display: flex
;
    height: 0.01em;
    max-height: 2em;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: var(--palette-action-active);
    margin-left: 8px;
}
.css-6u1dcw {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-size: 1.5rem;
    color: var(--palette-action-active);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px -12px 0px 0px;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-cnvj7y {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex
;
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.css-1fcs6ge {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(var(--palette-grey-500Channel) / 0.2);
}
.css-14lo706 {
    float: unset;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100mscubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}

.css-14lo706 > span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}.css-7jfyte {
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.css-dh5qej {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.71429;
    text-transform: unset;
    min-width: 64px;
    width: 100%;
    box-shadow: none;
    min-height: 48px;
    color: rgb(225, 37, 28);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    border-color: rgb(225, 37, 28);
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.css-chltsx {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
}
.cbox p{
	color: red;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	margin: 0;
	margin-top:10px;
}
.css-i6adeu {
    margin: 0px 0px 12px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.57143;
    color:#E02900 !important;
    text-decoration: none;
    cursor: pointer;
}
.MuiBox-root.css-x99wsu {
    padding: 0 30px !important;
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}
.css-19f6ici.Mui-focused {
    color: red;
}
.css-9352bz {
	text-align: center;
	color: #fff !important;
    background-color: rgb(181, 46, 39);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px 30px;
}
a.color-red {
    color: #FF5630 !important;
	cursor: pointer;
}
.css-1loagn2 {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size:20px;
    color: #000;
    line-height: normal;
}
.css-10dvef2, .css-pm7vsv {
    margin: 0px;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
    color: #000;
}
.css-xx6ov {
	outline: none;
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.css-19f6ici {
    color: var(--palette-text-secondary);
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4375em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}
.css-12jjaf6 {
    display: inline-flex
;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px 0px 24px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.css-1fcs6ge:focus{
	border: 2px solid red;
}
.css-1fcs6ge {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgb(145 158 171 / 20%);
}
.css-14lo706 {
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 12px;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.css-14lo706 > span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.css-1gb5vvm {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 15px;
    line-height: 1.71429;
    text-transform: unset;
    min-width: 64px;
    width: 100%;
    box-shadow: none;
    min-height: 48px;
    color: rgb(255, 255, 255);
    background-color: rgb(225, 37, 28);
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 7px 21px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    border-color: rgb(225, 37, 28);
}
.css-1yp7y7p {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "DM Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 15px;
    line-height: 1.71429;
    text-transform: unset;
	width: 100%;
    min-width: 64px;
    box-shadow: none;
    min-height: 48px;
    color: rgb(28, 53, 94);
    outline: 0px;
    margin: 0px 0px 40px;
    text-decoration: none;
    padding: 7px 21px;
    border-width: 1px;
    border-style: solid;
    border-color: currentcolor;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    background: linear-gradient(117.84deg, rgb(171, 121, 23) 8.15%, rgb(255, 223, 110) 50%, rgb(171, 121, 23) 91.85%);
}
div#spu-1582612, div#spu-1582614, div#spu-1582680{
    border-radius: 16px !important;!i;!;
}
.first-last-name {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

#dyna-form-m, #dyna-form-e, #dyna-form-m-1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    display: none;
}

/* Slider CSS */

.add_hide_class{
	display:none !important;
}


@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-22%)}
}

.slider {
	height: 60px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	
}

	.slide-track {
		animation: scroll 10s linear infinite;
		display: flex;
		width: calc(150px * 14);
	}
	.slide {
		height: 100px;
		width: 150px;
	}
@media (max-width: 550px){
	#dyna-form-m, #dyna-form-e{
		gap: 20px;
	}
   .form-input, #input-form {
	  position: relative;
	  width: 100%;
}
	.MuiBox-root.css-x99wsu, .MuiBox-root.css-x9drps{
    padding: 0 20px !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
}