:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login{display:flex;justify-content:center;flex-direction:column;align-items:center}.login .login-head{width:100%;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:center center;min-height:186px;display:flex;border-radius:2px 0 150px;background:#00a4c6;align-items:center}.login .title{color:#9aacb2;text-align:center;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:20px}.login .inputContainerWithError .inputContainer1{display:flex!important;width:286px;border-radius:30px;border:1.5px solid #00a4c6;padding:2px;margin-bottom:25px;height:41px}.btn-content{margin-top:50px;padding-top:30}.btn-content .login-btn{border-radius:30px;background:#00a4c6;border:none!important;color:#fff;text-align:center;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;padding:10px 45px;cursor:pointer}.btn-content .login-btn:hover{background:#f48120}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;margin-top:45px}.otp-texts{margin-bottom:40px;display:flex;align-items:center}.otp-texts .otp-text{color:#00a4c6;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;padding-left:2px}.otp-texts .otp-root-text{color:#9aacb2;padding-right:2px;font-family:Avant Garde;font-size:15px;font-weight:700;line-height:17px;letter-spacing:0em;text-align:center}.otp-btns{display:flex;justify-content:center;width:100%;margin-top:40px}.text-pin{width:59px;border-radius:20px 15px 0 20px;background:#00a4c6;color:#fff;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:400;line-height:normal;padding:9px 18px;padding-inline:18px;text-align:center;display:flex;align-items:center}.pin-content{padding:2px;display:flex;align-items:center;border-radius:30px;border:1.5px solid #00a4c6;max-width:286px;width:100%;height:41px}.inputContainer1 input{border:none!important}.inputContainer1 input:focus{border:none!important;outline:none!important}@media (max-width: 576){.btn-content{margin-top:40px;padding-top:30px}.btn-content .login-btn{border-radius:30px;background:#00a4c6;border:none!important;color:#fff;text-align:center;font-family:Avant Garde;font-size:12px;font-style:normal;font-weight:700;line-height:normal;padding:7px 35px}.btn-content .login-btn:hover{background:#f48120}.otp-texts{margin-bottom:40px;display:flex;align-items:center}.otp-texts .otp-text{color:#00a4c6;font-family:Avant Garde;font-size:10px;font-style:normal;font-weight:700;line-height:normal;padding-left:2px}.otp-texts .otp-root-text{color:#9aacb2;padding-right:2px;font-family:Avant Garde;font-size:10px;font-weight:700;line-height:17px;letter-spacing:0em;text-align:center}}#fin{padding-left:10px;color:#9aacb2}.analyze-result{width:100%}.analyze-result .anlayze-result-top{display:flex;justify-content:space-between}@media (min-width: 768px){.analyze-result .anlayze-result-top{padding-right:30px}}.analyze-result .anlayze-result-top .left{min-height:176px;display:flex;border-radius:2px 0 150px;background:#00A4C6;align-items:center}@media (max-width: 768px){.analyze-result .anlayze-result-top .left{width:100%;padding-left:10px}}@media (min-width: 768px){.analyze-result .anlayze-result-top .left{padding-left:30px;width:80%}}.analyze-result .anlayze-result-top .right{display:flex;flex-direction:column;justify-content:end;align-items:end}@media (max-width: 768px){.analyze-result .anlayze-result-top .right{padding-right:20px}}.analyze-result .anlayze-result-top .right .logout-btn{border-radius:30px;height:35px;background:#F48120;padding:3px 35px;border:none;color:#fff;text-align:center;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.analyze-result .anlayze-result-top .right .logout-btn:hover{background:#00A4C6}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .logout-btn{height:28px;margin-top:8px;font-size:10px}}.analyze-result .anlayze-result-top .right .phone{margin-top:20px;display:flex;flex-direction:column}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .phone{padding-left:10px;justify-content:start;align-items:start}}@media (min-width: 768px){.analyze-result .anlayze-result-top .right .phone{justify-content:end;align-items:end}}.analyze-result .anlayze-result-top .right .phone .phone-text{color:#9aacb2;text-align:right;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .phone .phone-text{font-size:10px;margin-bottom:0}}.analyze-result .anlayze-result-top .right .phone .phone-content{width:185px;height:35px;border-radius:30px;background:rgba(154,172,178,.29);display:flex;align-items:center;padding-right:5px;padding-left:5px;margin-bottom:10px}.analyze-result .anlayze-result-top .right .phone .phone-content .phone-prefix{width:49px;height:29px;border-radius:20px 15px 0 20px;background:#00A4C6;color:#fff;text-align:center;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .phone .phone-content .phone-prefix{font-size:10px;height:25px}}.analyze-result .anlayze-result-top .right .phone .phone-content .phone-number{color:#718489;text-align:center;font-family:Avant Garde;font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin-left:15px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .phone .phone-content .phone-number{font-size:10px}}@media (max-width: 768px){.analyze-result .anlayze-result-top .right .phone .phone-content{height:28px;margin-top:8px;font-size:10px}}.analyze-result .analyze-result-main{margin-top:3rem}@media (max-width: 768px){.analyze-result .analyze-result-main{padding:0 10px}}@media (min-width: 768px){.analyze-result .analyze-result-main{padding:0 30px}}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top{margin-bottom:20px;border-radius:25px 25px 0 0;background:rgba(154,172,178,.03);padding:20px}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .result-title{color:#718489;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:15px}@media (max-width: 576px){.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .result-title{font-size:9px!important}}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .bottom{display:flex;justify-content:space-between;align-items:center}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .bottom .bottom-first-item{display:flex}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .bottom .search-btn{border-radius:30px;background:#00A4C6;color:#fff;text-align:center;font-family:Avant Garde;font-size:15px;font-style:normal;font-weight:700;line-height:normal;border:none;padding:5px 21px;cursor:pointer}.analyze-result .analyze-result-main .anlayze-result-center .analyze-result-center-top .bottom .search-btn:hover{background:#F48120}@media (max-width: 576px){.analyze-result .anlayze-result-top{flex-direction:column}.analyze-result .anlayze-result-top .left{width:100%}.analyze-result .anlayze-result-top .right{justify-content:space-between;flex-direction:row-reverse;align-items:center}.analyze-result .anlayze-result-top .right .phone .phone-content{padding-left:2px}}.construction-page{display:flex;justify-content:center!important;align-items:center!important;height:100vh;background-color:#f4f4f4;text-align:center}.construction-page .construction-content{background-color:#fff;border:2px solid #e0e0e0;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a}.construction-page .construction-content h1{font-size:2.5rem;color:#333}.construction-page .construction-content p{font-size:1.2rem;color:#666}@font-face{font-family:Avant Garde;src:url(/assets/AvantGarde-Italic-fcc563cb.eot);src:url(/assets/AvantGarde-Italic-fcc563cb.eot?#iefix) format("embedded-opentype"),url(/assets/AvantGarde-Italic-8171817a.woff2) format("woff2"),url(/assets/AvantGarde-Italic-1330d081.woff) format("woff"),url(/assets/AvantGarde-Italic-18a7ac71.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avant Garde;src:url(/assets/AvantGarde-BoldItalic-5659ccc8.eot);src:url(/assets/AvantGarde-BoldItalic-5659ccc8.eot?#iefix) format("embedded-opentype"),url(/assets/AvantGarde-BoldItalic-64ac7783.woff2) format("woff2"),url(/assets/AvantGarde-BoldItalic-a15673ca.woff) format("woff"),url(/assets/AvantGarde-BoldItalic-2cfb512d.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Avant Garde;src:url(/assets/AvantGarde-Bold-de513cf2.eot);src:url(/assets/AvantGarde-Bold-de513cf2.eot?#iefix) format("embedded-opentype"),url(/assets/AvantGarde-Bold-5061b9e4.woff2) format("woff2"),url(/assets/AvantGarde-Bold-1b823fd7.woff) format("woff"),url(/assets/AvantGarde-Bold-11aaaa48.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Avant Garde;src:url(/assets/AvantGarde-c0f43999.eot);src:url(/assets/AvantGarde-c0f43999.eot?#iefix) format("embedded-opentype"),url(/assets/AvantGarde-de01b360.woff2) format("woff2"),url(/assets/AvantGarde-13d30813.woff) format("woff"),url(/assets/AvantGarde-87ae626a.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Avant Garde!important}.error{margin-bottom:10px;color:red;font-family:Avant Garde}button:disabled{opacity:.7}.ottpError{margin-top:10px;color:red}.goBack{display:flex;justify-content:flex-start;align-items:center;margin-left:10px;font-size:20px;width:fit-content;cursor:pointer;color:#9aacb2;margin-bottom:10px;font-family:Avant Garde}.inputContainer1 .custom-select .ant-select-selector{background-color:#00a4c6!important;box-shadow:none!important;outline:none!important;border:none!important;color:#fff!important;text-align:center!important;font-family:Avant Garde!important;font-size:15px!important;font-style:normal;font-weight:400!important;line-height:normal;border-radius:20px 15px 0 20px!important;background:#00a4c6!important;height:100%!important;display:flex!important;justify-content:flex-start!important;align-items:center!important}.custom-select .ant-select-selector:focus{box-shadow:none!important;outline:none!important}.d-flex{display:flex}.mr-2{margin-right:.75rem}.focused-input{border:2px solid blue;outline:none}.otpAbovePart{display:flex;justify-content:space-between}.justify-content-center{justify-content:center}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.text-end{text-align:end!important}.font-600{font-weight:600}.pl-1{padding-left:.5rem}.signOutContainer{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.signOut{background:#ae1211}.data-testid{margin-right:0;border-color:#00a4c6!important}[data-testid=input]{margin-right:23px!important;margin-left:10px!important;border:1px solid #00a4c6!important;border-color:#00a4c6!important}[data-testid=otp-input-root] input{border-color:#00a4c6!important;border:1px solid #00a4c6!important;width:37px!important;height:32px!important;border-radius:7px!important;outline:none!important}@media (max-width: 768px){[data-testid=input]{margin-left:0!important}[data-testid=input]{margin-right:5px!important;margin-left:5px!important}}@media (max-width: 476px){.mobile{display:flex;align-items:center}.mobileBtn{margin-top:10px}}.ant-table-content{width:100%;overflow-x:auto}.risAnalyzeContainer{margin-top:30px}.resultType{margin-bottom:15px;font-weight:600;margin-left:5px}.resultRisType{margin-bottom:15px;font-weight:600;margin-left:5px;margin-top:20px}.ant-table-wrapper .ant-table-tbody>tr>td{padding-right:5px!important}.ml{margin-left:5px}.darkBtn .ant-spin-dot-item{background-color:#0293a6!important}.ant-spin-text{color:#0293a6!important}.whiteSppiner .ant-spin-dot-item{background-color:#fff!important;display:block}@media (max-width: 576px){.forMobile{display:block}.forDesktop{display:none}.darkBtn{height:25px!important}}@media (min-width: 576px){.forMobile{display:none}.forDesktop{display:block}}.ant-table-thead tr th{min-width:350px!important;background:rgba(191,205,209,.18)!important}.ant-table-thead tr th:first-child{min-width:267px!important;background:rgba(191,205,209,.18)!important}.ant-table-thead tr th:last-child{min-width:100px!important;background:rgba(191,205,209,.18)!important}.pdfTable .ant-table-thead tr th{font-size:25px}.pdfTable .ant-table-tbody>tr>td{font-size:25px!important}.risPdfContent{font-size:23px;display:flex;justify-content:center;align-items:center;padding-left:15px;padding-right:15;margin-top:15px;margin-bottom:15px}@media (max-width: 768px){.risPdfContent{font-size:15px}.mobile-footer{display:none!important}}.ant-select-selector,.ant-select-selection-item{color:#fff!important;opacity:1!important}.bottom-first-item .ant-picker{border-radius:30px!important;border:1px solid #00a4c6!important;color:#9aacb28f!important;font-family:Avant Garde!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;margin-right:20px!important}.bottom-first-item .ant-picker-large{padding:4px 10px!important;width:200px!important}@media (max-width: 768px){.bottom-first-item .ant-picker-large .ant-picker-input>input{font-size:6px!important}.bottom-first-item .ant-picker-large{padding:2px 6px!important;width:93px!important}.search-btn{font-size:6px!important}}.w-100{width:100%!important}.mt-3{margin-top:3rem}.ant-table-thead>tr>th{text-align:center!important;color:#718489!important;font-family:Avant Garde!important;font-size:15px!important;font-style:normal!important;font-weight:700!important;line-height:normal!important}@media (max-width: 768px){.ant-table-thead tr th{min-width:150px!important;background:rgba(191,205,209,.18)!important}.ant-table-thead tr th:first-child{min-width:99px!important;background:rgba(191,205,209,.18)!important}.ant-table-thead>tr>th{font-size:9px!important}.ant-table-tbody>tr>td p{color:#718489!important;font-family:Avant Garde!important;font-size:8px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;text-align:center!important}.ant-table-tbody .ant-table-cell{font-size:8px!important}}.ant-table-tbody>tr>td{color:#718489!important;font-family:Avant Garde!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;text-align:center!important}.ant-table-tbody>tr:nth-child(odd){background-color:#fff!important}.ant-table-tbody>tr:nth-child(even){background:rgba(191,205,209,.18)!important}.ant-table-wrapper .ant-table-tbody>tr .ant-table-row>td:hover{background-color:transparent!important}.inputContainer1 input{padding-left:10px}z.ant-table-tbody>tr:hover>td{background:#f5f8ff!important;cursor:pointer!important}.ant-table-wrapper .ant-table-tbody>tr>td{border-right:4px solid #fff!important}.ant-table-thead .ant-table-cell{border-right:4px solid #fff!important}@media (max-width: 768px){.ant-picker-suffix svg{height:8px!important}}.anlayze-result-center-ris .ant-table-thead tr th{min-width:200px!important;background:rgba(191,205,209,.18)!important}.btn-content-pdf{position:relative;margin-left:5px}
