.auth-container{display:flex;justify-content:center;align-items:center;height:70vh}.auth-box{width:100%;max-width:550px;padding:30px;border-radius:20px;box-shadow:0 10px 20px #789bb34d;animation:fadeIn 1s ease-in-out;background:linear-gradient(135deg,#6262e7,#494bda)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}h3{text-align:center;margin-bottom:20px;color:#fff;font-family:Roboto,sans-serif;font-size:large;font-weight:700}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#fff;font-family:Roboto,sans-serif;font-weight:700}.form-control{width:100%;padding:12px;border-radius:8px;border:1px solid #ddd;box-sizing:border-box;font-size:16px;font-family:Roboto,sans-serif;transition:border-color .3s ease}.form-control:focus{border-color:#007bff;outline:none}.is-invalid{border-color:#dc3545}.invalid-feedback{color:#dc3545;font-size:14px}.btn-primary{background-color:#007bff;border:none;color:#fff;padding:12px;border-radius:8px;cursor:pointer;font-size:16px;font-family:Roboto,sans-serif;transition:background-color .3s ease,transform .2s ease}.btn-primary:hover{background-color:#0056b3;transform:scale(1.02)}.text-danger{color:#dc3545;text-align:center;text-decoration:none}.auth-links{margin-top:20px;display:flex;justify-content:space-between}.auth-link{color:#e70909;font-family:Roboto,sans-serif;font-weight:700;font-size:large;text-decoration:none}.auth-link:hover{text-decoration:underline}.MenuLinks-Container{display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-top:-15px;position:sticky;width:100%;top:0;z-index:1000;background-color:#13274f;box-shadow:0 4px 8px #0000004d}.MenuLinks-Container a.active{border-bottom:1px solid #52e3c2}.MenuLinks-Container ul{margin:0;padding:0;display:flex;list-style-type:none}.MenuLinks-Container ul li{padding:4px 10px}.MenuLinks-Container ul li a,.MenuLinks-Container ul li span{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:600;font-size:15px;letter-spacing:.5px;position:relative;padding:10px 0}.MenuLinks-Container ul li span:hover{opacity:1;border-bottom:1px solid #52e3c2}.MenuLinks-Container ul li a:after{content:"";height:1px;position:absolute;bottom:0;width:100%;left:0;opacity:0;transition:all ease-in-out .5s}.MenuLinks-Container ul li a:hover{opacity:1;border-bottom:1px solid #52e3c2}#logoutbtn:hover{padding-bottom:10px;cursor:pointer;opacity:1;border-bottom:1px solid #52e3c2}@media (max-width: 960px){.MenuLinks-Container ul{visibility:hidden;display:block}.MenuLinks-Container.menu-open ul{display:block}}@media (min-width: 961px){#App{display:none}}.MenuLinks-Container{display:block;padding:0}@media (max-width: 1540px){.icon{left:90%;position:absolute}}@media (min-width: 397px){.icon{left:92.8%;position:absolute}}.hero{text-align:center;padding:40px 20px;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;position:relative;min-height:20vh;display:flex;flex-direction:column;justify-content:center;align-items:center}h1{font-size:4.2em;line-height:1.1}h3{color:#000}p{font-size:medium;font-weight:700}.service-card{transition:transform .2s ease,box-shadow .2s ease;border-radius:12px!important;overflow:hidden;box-shadow:0 2px 8px #0000001a;will-change:transform}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.plan-card{transition:transform .2s ease,box-shadow .2s ease;border-radius:16px!important;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.1);will-change:transform}.plan-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #667eea33;border-color:#667eea4d}.section-divider{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);height:1px;border:none;margin:2rem 0}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black}@media (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid selectedItem}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;--scale-factor: 1}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1}.textLayer{position:absolute;text-align:initial;left:0;top:0;right:0;bottom:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none}.textLayer span,.textLayer br{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.css-99wn1p-MuiList-root-MuiMenu-list{background-color:#979ccc!important}.pdf-container{overflow-y:auto;max-height:80vh;padding:20px}.pdf-page{margin-bottom:20px}.checkout-form{max-width:400px;margin:0 auto;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9}.form-group{margin-bottom:15px}.form-group label{display:block;font-size:.9rem;margin-bottom:5px}.form-group input{width:100%;padding:8px;font-size:.9rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.form-label{font-size:.9rem;color:#333;margin-bottom:10px;display:block}.card-input{margin-bottom:20px;padding:10px;border:1px solid #ccc;border-radius:4px;background:#fff}.submit-btn{width:100%;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer}.submit-btn:hover{background-color:#0056b3}.success-message{margin-top:10px;color:green;font-size:.85rem}.form-card{width:100%;padding:30px;box-shadow:0 10px 20px #789bb34d;animation:fadeIn 1s ease-in-out;background:linear-gradient(135deg,#6262e7,#494bda)}.form-card.white{background-color:#fff!important;background:none;color:#000}.form-card.white h3{color:#000!important}.inner-card{padding:20px;margin:2rem 3rem;flex-wrap:wrap;border-radius:8px}.discount-section{margin-bottom:20px}.discount-input-container{display:flex;gap:10px;align-items:flex-start}.discount-input{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px;transition:border-color .3s ease}.discount-input.success{border-color:#28a745}.discount-input.error{border-color:#dc3545}.discount-btn{padding:10px 15px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.discount-btn.apply{background-color:#007bff}.discount-btn.apply:hover{background-color:#0056b3}.discount-btn.apply:disabled{background-color:#6c757d;cursor:not-allowed}.discount-btn.remove{background-color:#dc3545}.discount-btn.remove:hover{background-color:#c82333}.discount-error{color:#dc3545;font-size:12px;margin-top:5px}.discount-success{color:#28a745;font-size:14px;margin-top:5px;background-color:#d4edda;padding:8px;border-radius:4px;border:1px solid #c3e6cb}.discount-success .discount-details{font-size:12px;margin-top:4px}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#ffffffb3;z-index:1000}.spinner{border:8px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{background:#474747;padding:.2rem .1rem;margin-bottom:2rem;border-bottom:none;margin-top:-10px;border-radius:9px;margin-left:25px}body{background-image:url(/static/assets/background-BctkSBm4.avif);background-size:cover;background-repeat:no-repeat;background-position:center center;margin:0;padding:1rem 0rem;font-family:D-din Exp,GT America,"system-ui",BlinkMacSystemFont,-apple-system,Segoe UI,Helvetica Neue,Helvetica,sans-serif;color:#fff;font-size:12px;overflow-y:auto;min-height:100vh;box-sizing:border-box}.form-control-sm{padding:10px}*{font-family:D-din Exp,GT America,"system-ui",BlinkMacSystemFont,-apple-system,Segoe UI,Helvetica Neue,Helvetica,sans-serif}#root,body,html{height:"100%"}*,:after,:before{border:0 solid #dae1e7}@font-face{font-family:D-Din Exp,GT America,sans-serif}@font-face{font-family:D-Din-blod Exp}@font-face{font-family:D-Din-America-Exp}.layout{width:100%}.macro-data-header{display:flex;align-items:center}@media only screen and (max-width: 465px){.macro-data-header{flex-direction:column;margin-left:-150px}}@media (max-width: 1250px){.custom-dark-mode{transform:translateY(-2px)!important}.heading{padding-top:8px}}.table{--bs-table-bg: transparent}@media only screen and (max-width: 767px){body{background-size:cover}}@media only screen and (max-width: 1500px) and (min-width: 1000px){body{background-size:150% 150%}}
