@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Dynalight&family=Imperial+Script&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-size:62.5%;--nav-background: #000047;--icons-and-buttons: rgba(129, 126, 255, 1);--report-button: #e83939;--report-button-hover: rgba(232, 57, 57, .9);--new-report: #f79c37;--contact-button: #4fc3f4;--contact-button-hover: rgba(79, 195, 244, .8);--white-background: #f7f9fb;--pure-white: #ffffff}*{margin:0;padding:0;font:inherit;font-family:Poppins,sans-serif!important}body{min-height:100vh}ol,ul,li{list-style:none}button{border:none;cursor:pointer}img,picture,svg,video{display:block}textarea{white-space:revert;word-wrap:break-word}*:where(:not(iframe,canvas,img,svg,video):not(svg *)){display:revert}a{text-decoration:none;color:#000}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-thumb{background:transparent;cursor:pointer;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--contact-button)}@keyframes rotation{0%{transform:rotate(0) scale(1)}to{transform:rotate(180deg) scale(1)}}.loadingClass img{animation:rotation .8s infinite ease-in-out}*{transition:.2s}p{font-size:1.2rem}.mainNavBar{display:flex;justify-content:space-between;align-items:center;color:var(--pure-white);padding:0 2% 0 10px;position:sticky;top:0;width:100%;height:120px!important}@media (max-width: 1500px){.mainNavBar{height:90px!important}}@media (max-width: 1250px){.mainNavBar{height:80px!important}}@media (max-width: 1080px){.mainNavBar{height:70px!important}}@media (max-width: 980px){.mainNavBar{height:65px!important}}.mainNavBar .leftSection{display:flex;justify-content:left;align-items:center;gap:20px;font-size:2.7rem;width:48%;min-width:430px}.mainNavBar .leftSection img{cursor:pointer;height:52px}.mainNavBar .leftSection ul{display:flex;justify-content:center;align-items:center;font-size:max(1vw,16px)!important}.mainNavBar .leftSection .active{border-radius:7px;font-size:14px;padding:7px 7%;background:var(--icons-and-buttons)}@media screen and (max-width: 1300px){.mainNavBar .leftSection .active{padding:5px;font-size:12px}}.mainNavBar .leftSection .inActive{padding:7px 7%;border-radius:7px;font-size:14px}.mainNavBar .leftSection li{cursor:pointer;transition:.2s ease-in-out}.mainNavBar .leftSection li:hover{transform:scale(.9)}.mainNavBar .rightSection{display:flex;justify-content:center;align-items:center;gap:10px}.mainNavBar .rightSection span{font-size:22px;padding:9px 22px;background:var(--pure-white);border-radius:10px;cursor:pointer;font-weight:500;color:#000;transition:.2s ease-in-out}@media screen and (max-width: 1300px){.mainNavBar .rightSection span{font-size:16px}}.mainNavBar .rightSection span:hover{transform:translate(-5px,-3px)}@media screen and (max-width: 690px){ul .active,ul .inActive{padding:7px 4%}}@media screen and (max-width: 640px){.leftSection ul li{font-size:11px!important}}.logoutPopupContainer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:10000;overflow:hidden}.logoutPopupContainer .logoutPopup{background-color:#fff;padding:20px;border-radius:10px;height:350px;width:550px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;box-shadow:0 0 20px 5px #0009}@media screen and (max-width: 1600px){.logoutPopupContainer .logoutPopup{height:300px;width:500px}}@media screen and (max-width: 1300px){.logoutPopupContainer .logoutPopup{height:250px;width:400px}}@media screen and (max-width: 1100px){.logoutPopupContainer .logoutPopup{height:230px;width:350px}}.logoutPopupContainer .logoutPopup .LogHeadImage{height:100px;width:100px}@media screen and (max-width: 1600px){.logoutPopupContainer .logoutPopup .LogHeadImage{height:80px;width:80px}}@media screen and (max-width: 1300px){.logoutPopupContainer .logoutPopup .LogHeadImage{height:70px;width:70px}}@media screen and (max-width: 1100px){.logoutPopupContainer .logoutPopup .LogHeadImage{height:60px;width:60px}}.logoutPopupContainer .logoutPopup h1{font-size:26px;font-weight:400;margin-bottom:10px;text-wrap:nowrap}@media screen and (max-width: 1600px){.logoutPopupContainer .logoutPopup h1{font-size:22px}}@media screen and (max-width: 1300px){.logoutPopupContainer .logoutPopup h1{font-size:20px}}@media screen and (max-width: 1100px){.logoutPopupContainer .logoutPopup h1{font-size:18px}}.logoutPopupContainer .logoutPopup .logoutPopupButtons{gap:20px;width:100%;display:flex;justify-content:center}.logoutPopupContainer .logoutPopup .logoutPopupButtons button{padding:12px 20px;border-radius:10px;border:none;cursor:pointer;font-size:16px;font-weight:600;width:170px;background-color:#fff;transition:.1s ease-in-out}.logoutPopupContainer .logoutPopup .logoutPopupButtons button:hover{transform:scale(1.07)}@media screen and (max-width: 1600px){.logoutPopupContainer .logoutPopup .logoutPopupButtons button{font-size:14px;width:165px}}@media screen and (max-width: 1300px){.logoutPopupContainer .logoutPopup .logoutPopupButtons button{font-size:12px;width:130px;padding:7px 20px;border-radius:8px}}@media screen and (max-width: 1100px){.logoutPopupContainer .logoutPopup .logoutPopupButtons button{font-size:10px;width:110px}}.custom-table{border-collapse:collapse;width:100%;max-height:500px}.custom-table th{background-color:#fff;border:none;text-align:left;font-size:clamp(12px,1.2vw,18px)!important;font-weight:500;padding:25px 5px}.custom-table tr:nth-child(1) td{text-align:left;border-top:1px solid #d9d9d9}.custom-table td{font-size:12px!important;font-weight:400;padding:15px 5px}.custom-table-body .even{background-color:#fff}.custom-table-body .odd{background:#d9d9d933}.custom-table-body tr:hover{background:#d9d9d966}.addons{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:15px}.addons .searchDiv{display:flex;justify-content:flex-start;align-items:center;gap:10px;border-radius:10px;padding:10px;border:1px solid rgba(0,0,0,.25);width:457px}.addons .filterDiv{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.addons .filterDiv .mainSpan{outline:1px solid rgba(0,0,0,.25);padding:7px 22px;border-radius:7px;display:flex;justify-content:center;align-items:center;cursor:pointer}.addons .filterDiv .mainSpan:hover{outline:1px solid rgba(0,0,0,.45)}.addons .filterDiv .mainSpan .subSpan{padding:0 6px;border-radius:6px;margin-left:8px;font-size:16px;color:#000!important}.addons .filterDiv .active{background-color:#817eff;outline:none!important;color:#fff}.pagination{margin-top:15px;display:flex;justify-content:space-between}.pagination button{background-color:#fff;border:1px solid #cccccc;color:#333;padding:8px 14px;margin:0 5px;cursor:pointer;transition:background-color .3s,color .3s,border-color .3s;border-radius:4px;font-size:14px}.pagination button:hover{background-color:#f2f2f2}.pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff;box-shadow:0 0 10px #007bff80}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination button:not(.active):hover{transform:scale(1.05)}.tableLoaderContainer{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100vh;background-color:#000000b3;z-index:1000;top:0;left:0}.tableLoaderContainer .loaderWraper{background-color:#fff;width:150px;height:150px;border-radius:20%;display:flex;justify-content:center;align-items:center}.lds-ellipsis,.lds-ellipsis div{box-sizing:border-box}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33.33333px;width:13.33333px;height:13.33333px;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}@media (max-width: 1500px){.lds-ellipsis div{width:11px;height:11px}}@media (max-width: 1300px){.lds-ellipsis div{width:10px;height:10px}}@media (max-width: 1100px){.lds-ellipsis div{width:9px;height:9px}}@media (max-width: 900px){.lds-ellipsis div{width:8px;height:8px}}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.loader{width:68px;height:68px;border-radius:50%;display:inline-block;border-top:5px solid #000047;border-right:5px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.transactionDiv{background:var(--pure-white);border-radius:10px;width:97%;margin-left:1.5%;margin-bottom:20px}.transactionDiv .customDownload{font-family:Poppins;font-size:16px}.transactionFilterDiv{margin-left:0!important;display:flex;justify-content:space-between;width:100%;align-items:center;padding:10px 0}@media screen and (max-width: 1300px){.transactionFilterDiv{padding:5px 0}}.transactionFilterDiv .arrearerror{font-size:22px}.transactionFilterDiv .arrearsCard{justify-content:space-between;align-items:center;background:var(--pure-white);padding:10px 30px;border-radius:13px;display:flex;gap:12px;margin-right:20px;font-size:19px}@media screen and (max-width: 1200px){.transactionFilterDiv .arrearsCard{font-size:14px}}.transactionFilterDiv .arrearsCard:hover{transform:scale(1.02);box-shadow:0 0 10px 1px #7b7b7b65;cursor:pointer}.transactionFilterDiv .arrearsCard .wrapper{display:flex;justify-content:flex-start;align-items:center;gap:10px}.transactionFilterDiv .filterDiv{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;padding:0 20px}.transactionFilterDiv .filterDiv .mainSpan{outline:1px solid var(--icons-and-buttons);padding:8px 22px;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--icons-and-buttons);transition:.1s ease-in-out}.transactionFilterDiv .filterDiv .mainSpan:hover{outline:1px solid var(--icons-and-buttons);transform:scale(1.04)}.transactionFilterDiv .filterDiv .active{background-color:var(--icons-and-buttons);outline:none!important;color:var(--pure-white)}.homeSection{width:100%;background-color:var(--white-background);border-top-left-radius:3rem;border-top-right-radius:3rem;overflow-y:scroll;height:91vh;overflow-x:hidden}.homeSection::-webkit-scrollbar-thumb{background-color:#c5c5c5}.mainComponent{display:flex;justify-content:center;align-items:flex-start;gap:14px;padding-bottom:20px}@media screen and (max-width: 1050px){.mainComponent{gap:3px}}.mainComponent .homeMainSection{width:100%;display:flex;gap:20px}.mainComponent .homeMainSection .dashMainLeftSection,.mainComponent .homeMainSection .dashMainRightSection{width:50%;padding-bottom:25px}@media screen and (max-width: 915px){.mainComponent .homeMainSection .dashMainLeftSection,.mainComponent .homeMainSection .dashMainRightSection{padding-bottom:0!important}}.mainComponent .homeMainSection .dashMainLeftSection{min-width:500px;padding-bottom:20px!important}.mainComponent .dashboardRightMain{padding-right:5px;transition:.2s ease}.mainComponent .dashboardLeftMain{padding-left:25px;transition:.2s ease}.dashboardRightMain,.dashboardLeftMain{width:100%;height:100%}.dashboardRightMain .topSection,.dashboardLeftMain .topSection{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;min-height:80px}.dashboardLeftMain{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.dashboardLeftMain .topSection{background-color:var(--pure-white);display:flex;justify-content:left;align-items:center;border-radius:14px;width:100%;height:112px}@media screen and (min-width: 1300px){.dashboardLeftMain .topSection{height:146px}}.dashboardLeftMain .topSection .bellSection{width:100%;display:flex;justify-content:center;align-items:center;padding:0 2%;gap:2%}.dashboardLeftMain .topSection .bellSection .initail-tenant{height:100px;aspect-ratio:1/1;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:40px;color:var(--pure-white);font-weight:600;text-transform:capitalize;transition:.2s}@media screen and (max-width: 1300px){.dashboardLeftMain .topSection .bellSection .initail-tenant{font-size:25px!important;height:80px}}.dashboardLeftMain .topSection .bellSection .alertSection{width:inherit;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:6px}.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(1){font-size:2.2rem;font-weight:500}@media screen and (max-width: 1700px){.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(1){font-size:20px}}@media screen and (max-width: 1500px){.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(1){font-size:18px}}@media screen and (max-width: 1300px){.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(1){font-size:16px}}.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(2){font-size:16px}@media screen and (max-width: 1500px){.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(2){font-size:14px}}@media screen and (max-width: 1300px){.dashboardLeftMain .topSection .bellSection .alertSection span:nth-child(2){font-size:12px}}.dashboardLeftMain .topSection .outstandingSection{display:flex;justify-content:center;align-items:flex-end;flex-direction:column;gap:10px}.dashboardLeftMain .topSection .outstandingSection .moneySection{display:flex;justify-content:center;align-items:center;gap:1rem}.dashboardLeftMain .topSection .outstandingSection .moneySection span{font-size:2rem;font-weight:500}.dashboardLeftMain .bottomSection{width:100%;border-radius:14px;background:var(--pure-white);flex:1}.dashboardLeftMain .bottomSection .sectionOne{display:flex;justify-content:flex-start;align-items:center;gap:2%;padding:10px 15px}@media (max-width: 1090px){.dashboardLeftMain .bottomSection .sectionOne{padding:10px 15px;gap:3%}}.dashboardLeftMain .bottomSection .sectionOne .leftSections{height:80%;padding:2%;display:flex;align-items:center;justify-content:center}.dashboardLeftMain .bottomSection .sectionOne .leftSections img{height:65%;border-radius:10px;max-height:200px}@media screen and (max-width: 1350px){.dashboardLeftMain .bottomSection .sectionOne .leftSections img{height:160px;width:220px}}@media screen and (max-width: 1050px){.dashboardLeftMain .bottomSection .sectionOne .leftSections img{height:250px;width:400px}}.dashboardLeftMain .bottomSection .sectionOne .rightSection{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:13px;width:85%}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(1){width:100%;font-size:2.2rem;font-weight:500;display:flex;align-items:flex-start;gap:10%}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(1){font-size:20px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(1){font-size:18px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(1){font-size:16px}}.dashboardLeftMain .bottomSection .sectionOne .rightSection .activeStatus{font-size:16px}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionOne .rightSection .activeStatus{font-size:14px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionOne .rightSection .activeStatus{font-size:12px}}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4){display:flex;justify-content:flex-start;align-items:center;gap:10px;width:100%}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){width:35%;font-size:18px;order:1}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){font-size:12px}}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(2){order:2}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){order:3;font-size:18px;font-weight:500}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){font-size:12px}}.dashboardLeftMain .bottomSection .sectionTwo{padding:0 27px 15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.dashboardLeftMain .bottomSection .sectionTwo h4{font-weight:500;border-bottom:1px solid #404040;margin-bottom:10px;margin-top:15px;padding-bottom:15px;font-size:26px}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:24px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:22px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:20px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1{display:flex;justify-content:center;align-items:flex-start;gap:25px;flex-direction:column}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1{gap:18px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:2%}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p img{width:30px;height:29px}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(2){font-size:18px;width:25%;font-weight:500}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(2){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(2){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(2){font-size:12px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(3){width:68%;font-size:18px}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(3){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(3){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(3){font-size:12px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:25px}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{gap:18px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:2%}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p img{width:20px;height:20px}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(2){font-size:18px;width:25%;font-weight:500}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(2){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(2){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(2){font-size:12px}}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(3){width:68%;font-size:18px}@media screen and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(3){font-size:17px}}@media screen and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(3){font-size:15px}}@media screen and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(3){font-size:12px}}.dashboardRightMain{width:100%;display:flex;justify-content:flex-start;flex-direction:column;gap:15px;transition:.2s ease;height:100%;padding-right:20px!important}.dashboardRightMain .topSectionRight{transition:.2s ease;width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;min-height:250px}.dashboardRightMain .topSectionRight .topSectionRightTop,.dashboardRightMain .topSectionRight .topSectionRightBottom{transition:.2s ease;display:flex;gap:16px}.dashboardRightMain .topSectionRight .topSectionRightTop .card,.dashboardRightMain .topSectionRight .topSectionRightBottom .card{display:flex;justify-content:flex-start;align-items:center;width:48%;background-color:var(--pure-white);padding:12px 25px;gap:25px;border-radius:14px;min-height:97px;transition:.3s ease;cursor:pointer}.dashboardRightMain .topSectionRight .topSectionRightTop .card .imageSection,.dashboardRightMain .topSectionRight .topSectionRightBottom .card .imageSection{padding:22px;background:#817eff1a;border-radius:50%;display:flex;justify-content:center;align-items:center;width:32px;height:32px}.dashboardRightMain .topSectionRight .topSectionRightTop .card .imageSection img,.dashboardRightMain .topSectionRight .topSectionRightBottom .card .imageSection img{height:32px;width:32px}.dashboardRightMain .topSectionRight .topSectionRightTop .card .dataSection,.dashboardRightMain .topSectionRight .topSectionRightBottom .card .dataSection{width:80%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}.dashboardRightMain .topSectionRight .topSectionRightTop .card .dataSection span:nth-child(1),.dashboardRightMain .topSectionRight .topSectionRightBottom .card .dataSection span:nth-child(1){width:100%;display:flex;align-items:center}.dashboardRightMain .topSectionRight .topSectionRightTop .card .dataSection span:nth-child(1) img,.dashboardRightMain .topSectionRight .topSectionRightBottom .card .dataSection span:nth-child(1) img{width:20px;height:20px}.dashboardRightMain .topSectionRight .topSectionRightTop .card .dataSection span:nth-child(2),.dashboardRightMain .topSectionRight .topSectionRightBottom .card .dataSection span:nth-child(2){font-size:1.4rem}.dashboardRightMain .topSectionRight .topSectionRightTop .card:hover,.dashboardRightMain .topSectionRight .topSectionRightBottom .card:hover{transform:scale(1.02);box-shadow:0 0 10px 1px #7b7b7b65}.dashboardRightMain .bottomSection{background-color:var(--pure-white);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:5px;flex:1;padding:10px 0 10px 15px;border-radius:14px;overflow-y:scroll}.dashboardRightMain .bottomSection::-webkit-scrollbar-thumb{background-color:var(--icons-and-buttons)}.dashboardRightMain .bottomSection{transition:.2s ease}.dashboardRightMain .bottomSection h4{padding-left:20px;font-weight:500;font-size:24px}@media screen and (max-width: 1700px){.dashboardRightMain .bottomSection h4{font-size:22px}}@media screen and (max-width: 1500px){.dashboardRightMain .bottomSection h4{font-size:20px}}@media screen and (max-width: 1300px){.dashboardRightMain .bottomSection h4{font-size:18px}}.dashboardRightMain .bottomSection .fileSection{display:flex;overflow-x:hidden;align-content:flex-start;align-items:flex-start;row-gap:2rem;column-gap:3%;flex-wrap:wrap;width:100%;padding-left:10px;overflow-y:auto;padding-top:5px;height:90%}.dashboardRightMain .bottomSection .fileSection::-webkit-scrollbar{width:2px}.dashboardRightMain .bottomSection .fileSection::-webkit-scrollbar-track{width:2px}.dashboardRightMain .bottomSection .fileSection::-webkit-scrollbar-thumb{background-color:#989898}.dashboardRightMain .bottomSection .fileSection .fileCardWrapper{display:flex;justify-content:flex-start;align-items:center;gap:10px;width:43%;padding:15px 18px;background-color:#f7f9fb99;border-radius:1rem;height:66px;margin-right:3px;transition:.2s ease-in-out}.dashboardRightMain .bottomSection .fileSection .fileCardWrapper:hover{background-color:var(--white-background);transform:scale(1.02);box-shadow:0 0 10px 1px #7b7b7b65}.dashboardRightMain .bottomSection .fileSection .fileCardWrapper img{width:34px;height:27px}.dashboardRightMain .bottomSection .fileSection .fileCardWrapper span{font-size:1.5rem}@media screen and (max-width: 1300px){.bottomSection .rightSection{width:99%}.bottomSection .rightSection p:nth-child(1){padding-bottom:7px}.bottomSection .rightSection p:nth-child(2) span:nth-child(1),.bottomSection .rightSection p:nth-child(3) span:nth-child(1),.bottomSection .rightSection p:nth-child(4) span:nth-child(1){font-size:12px!important}.bottomSection .rightSection p:nth-child(2) span:nth-child(3),.bottomSection .rightSection p:nth-child(3) span:nth-child(3),.bottomSection .rightSection p:nth-child(4) span:nth-child(3){font-size:12px!important}.bottomSection .fileCardWrapper{padding:7px 10px!important;gap:6px;width:43.23%!important}.bottomSection .fileCardWrapper span{font-size:1.2rem!important}}@media screen and (max-width: 1050px){.dashboardLeftMain .topSection{gap:10px!important}.dashboardLeftMain .bottomSection .sectionOne{flex-direction:column}.dashboardLeftMain .bottomSection .sectionOne .rightSection{width:94%}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(1){transition:.2s;font-size:2.2rem;border-bottom:1px solid black;padding-bottom:7px}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4){transition:.2s;gap:30px}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){width:30%;font-size:1.2rem;order:2}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(2),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(2){order:1;width:5%}.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashboardLeftMain .bottomSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){order:3;font-size:1.2rem}.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:21px}}@media screen and (max-width: 1050px) and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:19px}}@media screen and (max-width: 1050px) and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:17px}}@media screen and (max-width: 1050px) and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo h4{font-size:15px}}@media screen and (max-width: 1050px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1,.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{gap:13px}}@media screen and (max-width: 1050px) and (max-width: 1700px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1,.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{gap:11px}}@media screen and (max-width: 1050px) and (max-width: 1500px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1,.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{gap:9px}}@media screen and (max-width: 1050px) and (max-width: 1300px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1,.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2{gap:7px}}@media screen and (max-width: 1050px){.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p img,.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p img{width:17px;height:17px}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(2),.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(2){font-size:12px;width:25%;font-weight:500}.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper1 p span:nth-child(3),.dashboardLeftMain .bottomSection .sectionTwo .propertyWrapper2 p span:nth-child(3){width:68%;font-size:12px}.dashboardRightMain .topSectionRight .topSectionRightTop,.dashboardRightMain .topSectionRight .topSectionRightBottom{flex-direction:column}.dashboardRightMain .topSectionRight .card .imageSection{padding:16px!important;width:22px!important;height:22px!important}.dashboardRightMain .topSectionRight .card .imageSection img{width:22px!important;height:22px!important}.dashboardRightMain .topSectionRight .card .dataSection{gap:6px!important;width:80%}.dashboardRightMain .topSectionRight .card .dataSection span:nth-child(1){font-size:min(2vw,16px)!important}.dashboardRightMain .topSectionRight .card .dataSection span:nth-child(1) img{width:16px;height:16px!important}.dashboardRightMain .topSectionRight .card .dataSection span:nth-child(2){font-size:1.2rem!important}.dashboardRightMain .bottomSection{height:450px}.dashboardRightMain .bottomSection .fileCardWrapper{padding:7px 10px!important;gap:6px;width:43.23%!important}.dashboardRightMain .bottomSection .fileCardWrapper span{font-size:1.2rem!important}}@media screen and (max-width: 915px){.homeMainSection{width:100%!important;flex-direction:column!important;align-items:center;display:block!important}.dashboardRightMain{margin-top:20px;padding:0 20px!important;display:block}.dashboardRightMain .bottomSection{height:475px;margin-top:15px}.dashMainLeftSection{width:100%!important}.dashMainLeftSection .dashboardLeftMain{padding:0 20px}.dashMainLeftSection .sectionOne{flex-direction:row!important}.dashMainLeftSection .sectionOne .rightSection{width:99%}.dashMainLeftSection .sectionOne .rightSection p:nth-child(1){font-size:1.7rem;border:none!important}.dashMainLeftSection .sectionOne .rightSection p:nth-child(2) span:nth-child(1),.dashMainLeftSection .sectionOne .rightSection p:nth-child(3) span:nth-child(1),.dashMainLeftSection .sectionOne .rightSection p:nth-child(4) span:nth-child(1){order:1!important;font-size:1.2rem;margin-right:0!important}.dashMainLeftSection .sectionOne .rightSection p:nth-child(2) span:nth-child(2),.dashMainLeftSection .sectionOne .rightSection p:nth-child(3) span:nth-child(2),.dashMainLeftSection .sectionOne .rightSection p:nth-child(4) span:nth-child(2){order:2!important;width:auto!important;font-size:1.2rem}.dashMainLeftSection .sectionOne .rightSection p:nth-child(2) span:nth-child(3),.dashMainLeftSection .sectionOne .rightSection p:nth-child(3) span:nth-child(3),.dashMainLeftSection .sectionOne .rightSection p:nth-child(4) span:nth-child(3){order:3;font-size:1.2rem}.dashMainLeftSection .sectionTwo .propertyWrapper1,.dashMainLeftSection .sectionTwo .propertyWrapper2{gap:20px!important}.dashMainRightSection{width:100%!important}.dashMainRightSection .topSectionRight .topSectionRightTop,.dashMainRightSection .topSectionRight .topSectionRightBottom{display:flex;flex-direction:row}.dashMainRightSection .topSectionRight .topSectionRightTop .card,.dashMainRightSection .topSectionRight .topSectionRightBottom .card{width:83%;padding:0 25px!important}.dashMainRightSection .topSectionRight .topSectionRightTop .card .dataSection,.dashMainRightSection .topSectionRight .topSectionRightBottom .card .dataSection{width:80%}.dashMainRightSection .bottomSection .fileCardWrapper{width:100%!important}}@media screen and (max-width: 691px){.topSectionRight{margin-bottom:5vh}}@media screen and (max-width: 690px){.mainComponent{width:100%;flex-direction:column!important}.mainComponent .dashboardLeftMain{width:96%;margin-bottom:-20px}.mainComponent .dashboardRightMain{width:96%}.mainComponent .dashboardRightMain .topSectionRight{display:flex!important;flex-direction:column!important;align-items:center;margin-left:2%}.mainComponent .dashboardRightMain .topSectionRight .topSectionRightTop,.mainComponent .dashboardRightMain .topSectionRight .topSectionRightBottom{width:100%;display:flex;flex-direction:row}.mainComponent .dashboardRightMain .topSectionRight .topSectionRightTop .card .imageSection img,.mainComponent .dashboardRightMain .topSectionRight .topSectionRightBottom .card .imageSection img{width:30px!important;height:30px!important}.mainComponent .dashboardRightMain .bottomSection{margin-top:-4%;width:94.5%;margin-left:2%}.mainComponent .dashboardRightMain .bottomSection .fileSection{width:95%}.mainComponent .dashboardRightMain .bottomSection .fileSection .fileCardWrapper{padding:0 5px!important}}.headingSection{display:flex;justify-content:space-between;align-items:center;color:#000;overflow:hidden;padding:18px 25px}@media screen and (max-width: 1050px){.headingSection{padding:18px 25px 8px}}.headingSection .rightSection{font-size:max(1vw,20px)}.headingSection .leftSection{display:flex;justify-content:center;align-items:center;gap:16px}.headingSection .leftSection span{font-size:16px;padding:1.1rem 2.5rem;border-radius:10px;cursor:pointer;color:#fff;font-weight:500;transition:.1s ease-in-out}.headingSection .leftSection span:hover{transform:scale(1.07)}@media screen and (max-width: 1500px){.headingSection .leftSection span{padding:.8rem 2.3rem;font-size:13px;border-radius:8px}}@media screen and (max-width: 1200px){.headingSection .leftSection span{font-size:11px;padding:.7rem 2rem}}.headingSection .leftSection span:nth-child(1){background:var(--new-report)}.headingSection .leftSection span:nth-child(2){background:var(--contact-button)}.MaintenancePopup_Wrapper{position:fixed;width:100%;height:100vh;background-color:#00000080;z-index:1999;display:flex;justify-content:center;align-items:center;left:0;bottom:0}.MaintenancePopup_Wrapper button{padding:10px;width:100px;margin-right:20px;display:flex;justify-content:center;align-items:center;font-size:14px!important;cursor:pointer}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper button{font-size:12px!important;width:80px}}@media screen and (max-width: 1000px){.MaintenancePopup_Wrapper button{font-size:10px!important;width:70px}}.MaintenancePopup_Wrapper button.Next_Button{color:#fff;background:#817eff;border-radius:10px}.MaintenancePopup_Wrapper button.Next_Button:hover{background:#817eff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper{min-width:530px;width:50%;max-width:800px;border-radius:20px;height:85vh;max-height:95vh;background:#fff}@media screen and (max-height: 800px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper{height:95vh}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Loader_Wrapper{height:90%;display:flex;justify-content:center;align-items:center}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Loader_Wrapper img{width:80px;height:80px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Footer{display:flex;justify-content:flex-end;align-items:center;margin-top:65px;margin-right:35px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Footer button{padding:10px;width:100px;margin-right:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Footer button.Next_Button{color:#fff;background:#817eff;border-radius:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Footer button.Next_Button:hover{background:#817eff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main{margin-top:22px;border-radius:10px;overflow:auto;width:100%}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main{margin-top:10px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type{width:100%;padding:0 0 10px 43px;text-align:left;width:93%}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type{padding:0 0 10px 27px;width:95%}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .alert_check{height:62px;background-color:#2862d8;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 10px;margin:20px 0}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .alert_check .alertbutton{width:120px;height:42px;border:1px solid #ffffff;border-radius:5px;color:#fff;margin-left:105px;background-color:#2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .alert_check .alertbutton:hover{background-color:#fff;color:#2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .yes{background-color:#fff;border:1px solid #817eff;border-radius:13px;color:#2862d8;margin:10px;padding:5px 0}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .yes{margin:2px 10px 5px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .no{background-color:#fff;border-radius:13px;opacity:1;margin:10px;padding:5px 0}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .no{margin:2px 10px 5px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .activebutton{color:#fff!important}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type select{padding:6px;height:48px;width:100%;border:0px;outline:none;font-size:14px;border-radius:10px;background-color:#fff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .divider{margin-top:20px;margin-bottom:20px;border-bottom:1px dotted}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper{display:flex;flex-direction:column;gap:25px}@media screen and (max-width: 1400px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper{gap:20px}}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper{gap:5px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper .Main_header{font-size:14px;margin-bottom:12px}@media screen and (max-width: 1400px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper .Main_header{margin-bottom:5px;font-size:12px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper .customP{border-radius:10px;padding:7px 15px;font-size:12px}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper .customP{font-size:10px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper .sub_content{color:#d3d3d3}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .issue_type_main .Issue_type .Notes_wrapper textarea{padding:10px;height:50%;width:97%;border:0px;outline:none;border-radius:10px;font-size:14px;background:#f7f9fb}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header{height:50px;background-color:#fff;color:#000;font-weight:600;font-size:27px;text-align:left;padding:3px 7px;border-radius:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header p{font-size:23px;padding-left:1%!important}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header p{font-size:19px}}@media screen and (max-width: 1400px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header p{font-size:17px}}@media screen and (max-width: 1100px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header p{font-size:15px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header .close-icon{float:right;margin-right:10px;cursor:pointer;width:55px;margin-top:-7px}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header .close-icon{width:35px;margin-right:25px}}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header .close-icon{width:25px;margin-right:25px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header .close-icon span{background-color:#e9edf7;padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:65%;font-weight:500;cursor:pointer;opacity:.7}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Popup_Header .close-icon span:hover{opacity:1}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss{width:87%;margin:0 auto;text-align:left;overflow-y:auto;border-radius:10px;height:59%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;padding:12px}@media screen and (max-height: 700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss{height:56%}}@media screen and (max-height: 580px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss{height:53%}}@media screen and (max-height: 520px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss{height:51%}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss::-webkit-scrollbar{display:none!important}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div{margin-bottom:10px;gap:14px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainHeader{font-size:18px;font-weight:500;margin-bottom:10px}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainHeader{font-size:16px}}@media screen and (max-width: 1000px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainHeader{font-size:14px}}@media screen and (max-width: 900px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainHeader{font-size:12px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainSubHeader{font-size:16px;line-height:28px}@media screen and (max-width: 1200px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainSubHeader{font-size:14px}}@media screen and (max-width: 1000px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainSubHeader{font-size:12px}}@media screen and (max-width: 900px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .mainSubHeader{font-size:10px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .attachDiv{display:flex;justify-content:center;align-items:flex-start;width:100%;flex-wrap:wrap;flex-direction:column}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .internalAttachDiv{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div svg{color:green;width:70px;height:70px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .Back_Button{width:120px;height:42px;border:1px solid #ffffff;border-radius:5px;color:#fff;background-color:#2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .Back_Button:hover{background-color:#fff;color:#2862d8;border:1px solid #2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div a{color:#4aa3df;text-decoration:underline}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div textarea{padding:10px;width:100%;border:0px;outline:none;border:1px solid #dbdbdb;border-radius:10px;resize:none}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .divider{border-bottom:1px dotted;margin-top:30px;margin-bottom:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Main_div .Sub_header{color:gray}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Header{font-size:max(16px,1.4vw)}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Sub_Header{font-size:16px;color:gray}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Image_Viewer{position:absolute;display:flex;justify-content:flex-start;align-items:center;width:96%;flex-wrap:wrap}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .Image_Viewer .ImageView{width:70px;height:60px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper::-webkit-scrollbar{display:none!important}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper{border-radius:10px;width:96%;padding:15px;display:flex;flex-direction:row-reverse;overflow:auto;background:#f7f9fb;position:relative}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper.active{padding:15px 8px 15px 0}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper .Imagedropper_inner{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;border:2px dashed rgba(129,126,255,.5);padding:0;border-radius:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper .Imagedropper_inner .upload{padding:10px;border-radius:5px;color:#2862d8;font-weight:500;border:0px;margin-bottom:22px;border:1px solid #2862d8;cursor:pointer;transition:.3s ease}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_picssss .imagedropper .Imagedropper_inner .upload:hover{background:#2862d8;color:#fff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic{width:100%;text-align:left;overflow-y:auto;border-radius:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;height:65%}@media screen and (max-width: 1050px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic{gap:10px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic::-webkit-scrollbar{display:none!important}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic button{padding:10px;width:100px;margin-right:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic button.Next_Button{color:#fff;background:#817eff;border-radius:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic button.Next_Button:hover{background:#817eff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div{margin-bottom:10px;gap:14px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .mainHeader{font-size:18px;font-weight:600}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .mainSubHeader{font-size:16px;line-height:28px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .attachDiv{display:flex;justify-content:center;align-items:flex-start;width:100%;flex-wrap:wrap;flex-direction:column}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .internalAttachDiv{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div svg{color:green;width:70px;height:70px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .Back_Button{width:120px;height:42px;border:1px solid #ffffff;border-radius:5px;color:#fff;background-color:#2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .Back_Button:hover{background-color:#fff;color:#2862d8;border:1px solid #2862d8}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div a{color:#4aa3df;text-decoration:underline}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div textarea{padding:10px;width:100%;border:0px;outline:none;border:1px solid #dbdbdb;border-radius:10px;resize:none}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .divider{border-bottom:1px dotted;margin-top:30px;margin-bottom:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Main_div .Sub_header{color:gray}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Header{font-size:clamp(13px,1.1vw,24px)}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Header-subT{font-size:clamp(11px,1vw,20px)}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Sub_Header{font-size:16px;color:gray}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Image_Viewer{position:absolute;display:flex;align-items:center;flex-wrap:wrap;left:10px;max-width:92%;justify-content:left;overflow-x:hidden;overflow-y:auto;padding-right:12px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Image_Viewer .ImageView{width:80px;height:80px;margin:15px 0 15px 20px;border-radius:15px}@media screen and (max-width: 1500px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Image_Viewer .ImageView{width:70px;height:70px;margin-top:12px;margin-bottom:12px;border-radius:10px}}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Image_Viewer .ImageView{width:65px;height:65px;margin-top:10px;margin-bottom:10px;margin-left:15px;border-radius:8px}}@media screen and (max-width: 1050px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .Image_Viewer .ImageView{width:60px;height:60px;margin-top:8px;margin-bottom:8px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper{border-radius:10px;width:86%;height:380px;padding:15px;display:flex;flex-direction:row-reverse;overflow:auto;background:#f7f9fb;position:relative;margin:0 auto}@media screen and (max-height: 600px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper{height:250px}}@media screen and (max-height: 550px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper{height:220px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper.actives{padding:20px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper .Imagedropper_inner{width:100%;height:93%;display:flex;flex-direction:column;justify-content:flex-end;color:#6a6a79;align-items:center;border:2px dashed rgba(129,126,255,.5);padding:5px 0;border-radius:10px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper .Imagedropper_inner .upload{padding:10px;border-radius:5px;color:#2862d8;font-weight:500;border:0px;margin-bottom:22px;border:1px solid #2862d8;cursor:pointer;transition:.3s ease}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Upload_pic .imagedropper .Imagedropper_inner .upload:hover{background:#2862d8;color:#fff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type{width:90%;height:70%;text-align:left;padding:10px 0;margin:15px auto 0;display:flex;flex-direction:column}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type{margin-top:5px!important}}@media screen and (max-height: 880px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type{height:65%!important}}@media screen and (max-height: 760px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type{height:60%!important}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .Header{font-size:16px;padding-bottom:16px}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .Header{font-size:14px}}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .Header{font-size:12px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .footerButton{width:93%;position:absolute;bottom:20px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type{background:#f7f9fb;border-radius:10px;padding:10px;overflow:auto;flex:1}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul{list-style:none;padding:0}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li{padding:0 15px;background-color:#fff;text-align:left;width:90%;margin:16px auto;border-radius:10px;min-height:60px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;cursor:pointer;height:90px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li p{margin:0;padding:0}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Main_type{font-size:16px;padding:2px}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Main_type{font-size:14px!important}}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Main_type{font-size:12px!important}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Sub_type{font-size:14px;color:gray;padding:3px}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Sub_type{font-size:12px!important}}@media screen and (max-width: 1300px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li .Sub_type{font-size:10px!important}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Type .inner_type ul li:hover{background-color:#817eff0d}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header{display:flex;align-items:normal;flex-direction:column;border-radius:10px;gap:20px;padding:1% 0}@media screen and (max-width: 1400px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header{gap:12px}}@media screen and (max-width: 1000px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header{gap:8px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .steps{display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;width:230px;padding:5px}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .line{height:2px;background-color:#dbdbdb;width:70%;position:absolute;left:65%}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .Stepscount{width:43px;height:43px;border-radius:50%;font-size:20px;font-weight:600;background-color:#e9edf7;z-index:1;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .Stepscount{width:35px;height:35px;font-size:17px}}@media screen and (max-width: 1350px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .Stepscount{width:30px;height:30px;font-size:13px}}@media screen and (max-width: 1100px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .Stepscount{width:25px;height:25px;font-size:11px}}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header .color{background-color:#817eff;color:#fff}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Header p{padding:0;margin:0;text-align:left;color:#00000080}.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Inner_Content{font-size:16px}@media screen and (max-width: 1700px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Inner_Content{font-size:16px}}@media screen and (max-width: 1350px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Inner_Content{font-size:14px}}@media screen and (max-width: 1100px){.MaintenancePopup_Wrapper .MaintenancePopup_Inner_Wrapper .Steps_Inner_Content{font-size:12px}}.liactive{border:1px solid rgb(129,126,255)!important;box-shadow:0 1px 10px #817eff80}.popupalert{position:absolute;width:100%;height:100%;background-color:#0000004d;z-index:2000;display:flex;justify-content:center;align-items:center}.popupalert .popupcontainer{width:405px;height:180px;background-color:#fff;position:absolute;display:flex;justify-content:space-between;flex-direction:column;padding:10px}.popupalert .popupcontainer .alertbutton{width:265px;height:40px;background-color:#4aa3df;color:#fff;margin:auto;border:none}.popupalert .popupcontainer .alertbutton>p{padding:0%;margin:0%}.cancle_img{border-radius:50%;position:absolute;cursor:pointer;top:3px;right:-10px;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;font-size:10px}.cancle_img img{height:30px;width:30px}@media (max-width: 930px){.cancle_img img{height:22px;width:22px}}.masterMain{display:flex;justify-content:space-evenly;align-items:center}.masterMain .steps{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;position:relative}.ContactUsPopup_Wrapper{position:absolute;width:100%;height:100%;background-color:#00000080;z-index:99;display:flex;justify-content:center;align-items:center;left:0;bottom:0}.ContactUsPopup_Wrapper .clickHere:hover{text-decoration:underline}.ContactUsPopup_Wrapper .close-icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center;position:relative;bottom:3px}@media screen and (max-width: 1600px){.ContactUsPopup_Wrapper .close-icon{width:35px;height:35px}}@media screen and (max-width: 1450px){.ContactUsPopup_Wrapper .close-icon{width:30px;height:30px}}@media screen and (max-width: 1100px){.ContactUsPopup_Wrapper .close-icon{width:25px;height:25px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper{width:40%;max-width:800px;border-radius:10px;background:var(--pure-white);padding:0 25px;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;height:55vh;max-width:600px;max-height:540px;min-width:420px;min-height:360px}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody{height:62%;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(1){font-size:18px;line-height:30px}@media screen and (max-width: 1500px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(1){font-size:16px}}@media screen and (max-width: 1250px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(1){font-size:14px}}@media screen and (max-width: 1000px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(1){font-size:12px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2){width:100%;font-size:14px;text-align:left}@media screen and (max-width: 1500px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:12px}}@media screen and (max-width: 1250px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:10px}}@media screen and (max-width: 1000px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:8px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2) span:nth-child(1){color:red}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2) span:nth-child(2){color:red;text-decoration:underline;cursor:pointer}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody p:nth-child(2) span:nth-child(2):hover{color:#000;text-decoration:underline}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupBody textarea{width:94%;height:55%;padding:10px;border:.5px solid rgb(0,0,0);border-radius:10px;outline:none;resize:vertical;font-size:clamp(10px,.9vw,15px)}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader{display:flex;justify-content:space-between;width:100%;align-items:center}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(2){font-size:24px;line-height:36px}@media screen and (max-width: 1500px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(2){font-size:24px}}@media screen and (max-width: 1250px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(2){font-size:20px}}@media screen and (max-width: 1000px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(2){font-size:18px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(3){font-size:23px;color:var(--pure-white);background:var(--icons-and-buttons);padding:0 10px;border-radius:8px;position:relative;top:-5px;left:5px;cursor:pointer}@media screen and (max-width: 1500px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(3){font-size:24px}}@media screen and (max-width: 1250px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(3){font-size:20px}}@media screen and (max-width: 1000px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupHeader span:nth-child(3){font-size:18px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupFooter .Next_Button{color:var(--pure-white);background:#817effcc;border-radius:5px;padding:10px 20px;font-size:18px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 1500px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupFooter .Next_Button{font-size:16px;padding:7px 18px;border-radius:3px}}@media screen and (max-width: 1250px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupFooter .Next_Button{font-size:14px;padding:6px 16px}}@media screen and (max-width: 1000px){.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupFooter .Next_Button{font-size:12px}}.ContactUsPopup_Wrapper .ContactUsPopup_Inner_Wrapper .popupFooter.Next_Button:hover{background:var(--icons-and-buttons)}.SuccessPopup_Wrapper{position:fixed;width:100%;height:100%;background-color:#00000080;z-index:1999;display:flex;justify-content:center;align-items:center;left:0;bottom:0}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper{width:540px;max-width:600px;border-radius:10px;height:400px;background:#fff;padding:29px 25px;display:flex;justify-content:space-between;align-items:center;flex-direction:column}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper{width:440px;height:300px;padding:20px 15px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper{width:370px;height:250px;padding:15px 10px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody{height:62%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:17px;margin-top:-50px}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody{gap:13px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody{gap:10px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody img{width:110px;height:110px}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody img{width:90px;height:90px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody img{width:70px;height:70px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:30px;font-weight:600;line-height:54px}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:24px;line-height:44px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(2){font-size:20px;line-height:34px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(3){font-size:18px;font-weight:400;line-height:36px;text-align:center}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(3){font-size:16px;line-height:30px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupBody p:nth-child(3){font-size:14px;line-height:24px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader{display:flex;justify-content:flex-end;width:100%;align-items:center}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader .success_close_icon{cursor:pointer;width:40px;height:40px}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader .success_close_icon{width:35px;height:35px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader .success_close_icon{width:30px;height:30px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader span{font-size:23px;line-height:36px;color:#fff;background:#817eff;padding:0 14px;border-radius:8px;cursor:pointer}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader span{font-size:20px;line-height:30px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupHeader span{font-size:16px;line-height:24px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupFooter .Next_Button{color:#fff;background:#817effcc;border-radius:5px;padding:10px;width:100px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 1700px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupFooter .Next_Button{font-size:16px;line-height:24px;padding:8px;width:80px}}@media screen and (max-width: 1300px){.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupFooter .Next_Button{font-size:14px;line-height:20px;padding:6px;width:60px}}.SuccessPopup_Wrapper .SuccessPopup_Inner_Wrapper .popupFooter.Next_Button:hover{background:#817eff}.maintenanceMainDiv{max-width:100%;width:96%;display:flex;align-items:flex-start;flex-direction:column;gap:30px;margin:0 2%}@media screen and (max-width: 1600px){.maintenanceMainDiv{gap:20px}}@media screen and (max-width: 1300px){.maintenanceMainDiv{gap:15px}}.maintenanceMainDiv thead{border-bottom:1px solid #d9d9d9}.maintenanceMainDiv td:nth-of-type(1){width:10%!important}.maintenanceMainDiv td:nth-of-type(2){width:15%!important}.maintenanceMainDiv td:nth-of-type(3){width:25%!important}.maintenanceMainDiv td:nth-of-type(4){width:40%!important}.maintenanceMainDiv .customDownload{color:var(--icons-and-buttons);font-family:Poppins;font-size:16px}.maintenanceMainDiv .searchDiv{display:flex;justify-content:flex-start;align-items:center;gap:10px;border-radius:10px;height:60px;padding:0 10px;border:1px solid rgba(0,0,0,.25);width:23%;min-width:260px;font-size:14px}@media screen and (max-width: 2000px){.maintenanceMainDiv .searchDiv{padding:0 10px;height:50px}}@media screen and (max-width: 1800px){.maintenanceMainDiv .searchDiv{padding:0 10px;height:40px}}@media screen and (max-width: 1500px){.maintenanceMainDiv .searchDiv{padding:0 10px}}@media screen and (max-width: 1200px){.maintenanceMainDiv .searchDiv{border-radius:7px;padding:0 10px}}@media screen and (max-width: 1000px){.maintenanceMainDiv .searchDiv{padding:0 10px}}.maintenanceMainDiv .searchDiv input{background-color:transparent;border:none}.maintenanceMainDiv .searchDiv input:focus{outline:none}.maintenanceMainDiv .tableWrapper{background:var(--pure-white);border-radius:15px;width:100%;margin:0 auto 27px}.maintenanceMainDiv .tableWrapper .noResult{background-color:#f7f9fb;text-align:center;font-size:20px;height:200px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1200px){.maintenanceMainDiv .tableWrapper .noResult{font-size:16px}}.maintenanceMainDiv .filterDiv{display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:wrap}.maintenanceMainDiv .filterDiv .mainSpan{outline:1px solid rgba(0,0,0,.25);padding:4px 22px;border-radius:7px;display:flex;justify-content:center;align-items:center;font-size:10px;cursor:pointer;transition:.2s ease-in-out}.maintenanceMainDiv .filterDiv .mainSpan:hover{outline:1px solid var(--icons-and-buttons);transform:scale(1.07)}.maintenanceMainDiv .filterDiv .mainSpan .subSpan{padding:0 6px;border-radius:6px;margin-left:8px;font-size:13px;color:#000!important}.maintenanceMainDiv .filterDiv .active{background-color:var(--icons-and-buttons);outline:none!important;color:var(--pure-white)}.loginMain{width:100%;height:100%;background-color:var(--pure-white);display:flex;justify-content:center;align-items:center;position:absolute}.loginMain .forgetPassword{font-size:1.2vw;color:var(--nav-background);font-weight:500;margin-bottom:25px;cursor:pointer}@media screen and (max-width: 1500px){.loginMain .forgetPassword{margin-bottom:18px}}@media screen and (max-width: 1250px){.loginMain .forgetPassword{margin-bottom:14px}}.loginMain .forgetPassword:hover{text-decoration:underline}.loginMain .loginLeft{height:100%;width:50%}.loginMain .loginLeft .backgroundOverlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#dbff0030}.loginMain .loginLeft .backgroundImage{height:100%;width:100%;background-size:cover;background-position:center center;display:flex;justify-content:center;align-items:center}.loginMain .loginLeft .backgroundImage .innerContent{width:85%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:13%}@media screen and (min-width: 1900px){.loginMain .loginLeft .backgroundImage .innerContent{margin-bottom:10%}}@media screen and (min-width: 2400px){.loginMain .loginLeft .backgroundImage .innerContent{margin-bottom:8%}}@media screen and (min-width: 2800px){.loginMain .loginLeft .backgroundImage .innerContent{margin-bottom:4%}}.loginMain .loginLeft .backgroundImage .innerContent .innerTop{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;gap:18px}@media screen and (max-width: 1500px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop{gap:15px}}@media screen and (max-width: 1200px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop{gap:13px}}@media screen and (max-width: 1000px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop{gap:11px}}.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo{display:flex;justify-content:flex-end;align-items:flex-end}.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:360px!important}@media (max-width: 1685px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:330px!important}}@media (max-width: 1485px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:300px!important}}@media (max-width: 1236px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:270px!important}}@media (max-width: 1060px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:240px!important}}@media (max-width: 930px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo1{width:210px!important}}.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo2{width:120px!important}@media (max-width: 1700px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo2{width:100px!important}}@media (max-width: 1500px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo2{width:80px!important}}@media (max-width: 1280px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo2{width:60px!important}}.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace{width:100%!important;display:flex!important;justify-content:right!important}.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:70px!important;font-weight:bolder!important}@media screen and (max-width: 2000px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:50px!important}}@media screen and (max-width: 1400px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:35px!important}}@media screen and (max-width: 1100px){.loginMain .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:25px!important}}.loginMain .loginLeft .backgroundImage .innerContent p{width:110%;padding-top:10px;color:var(--pure-white);text-align:right;font-size:clamp(16px,1.8vw,40px)!important;min-width:200px}.loginMain .loginLeft .backgroundImage .innerContent .borderDiv{height:2px;width:105%;max-width:60%;background-color:var(--pure-white)}.loginMain .loginRight{width:50%;min-width:350px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.loginMain .loginRight .innerContent{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;text-align:left;width:72%}.loginMain .loginRight .innerContent form{width:100%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1500px){.loginMain .loginRight .innerContent form{gap:15px}}@media screen and (max-width: 1300px){.loginMain .loginRight .innerContent form{gap:12px}}@media screen and (max-width: 1000px){.loginMain .loginRight .innerContent form{gap:9px}}.loginMain .loginRight .innerContent input{background:#f7f9fb;height:clamp(38px,4vw,60px);border-radius:clamp(10px,.8vw,16px);padding:2px 20px;font-size:clamp(12px,1.1vw,24px)!important;width:90%!important;border:none;max-width:600px}.loginMain .loginRight .innerContent input:focus{border:none;outline:none}.loginMain .loginRight .innerContent ::placeholder{color:#383939;opacity:1;font-size:clamp(12px,1.1vw,20px)}.loginMain .loginRight .innerContent ::-ms-input-placeholder{color:#383939}.loginMain .loginRight h2{font-family:Poppins,sans-serif;font-size:clamp(20px,2.7vw,55px);font-weight:500;line-height:48.28px;text-align:left;color:#000047;margin-bottom:clamp(2px,.8vw,20px)}.loginMain .loginRight p:nth-child(2){font-family:Poppins,sans-serif;font-size:clamp(11px,.95vw,23px);margin-bottom:clamp(15px,1.2vw,28px);font-weight:300;color:#000}.loginMain .loginRight p:nth-child(5),.loginMain .loginRight .forgetPassword{font-size:clamp(12px,1.1vw,20px)!important;font-weight:500;color:#000047;cursor:pointer;margin-top:clamp(10px,1vw,18px)}.loginMain .loginRight p:nth-child(5):hover,.loginMain .loginRight .forgetPassword:hover{text-decoration:underline}.loginMain .loginRight .button_container button{font-size:clamp(14px,1.25vw,24px)!important;font-weight:500;color:var(--pure-white);background-color:#817effcc;padding:max(6px,.7vw) max(10px,1.15vw);border-radius:clamp(8px,.8vw,18px);display:flex;justify-content:center;align-items:center;gap:clamp(12px,1.2vw,18px)}.loginMain .loginRight .button_container button img{width:clamp(20px,2.8vw,45px)}.loginMain .loginRight .button_container button:hover{background-color:#817eff}.customInputLogin div{width:91%!important;border-radius:clamp(10px,.9vw,18px);max-width:600px}.customInputLogin input{margin:0!important}.Forget_password{width:100%;height:100%;background-color:var(--pure-white);display:flex;justify-content:center;align-items:center;position:absolute}.Forget_password .backButton{margin-bottom:max(10px,1.5vw);color:#000047;display:flex;align-items:center;gap:max(10px,.8vw);font-size:clamp(12px,1.1vw,24px)}.Forget_password .backButton:hover{text-decoration:underline}.Forget_password .loginLeft{height:100%;width:50%}.Forget_password .loginLeft .backgroundOverlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#dbff0030}.Forget_password .loginLeft .backgroundImage{height:100%;width:100%;background-image:url(/assets/hero2-rtihOBRI.png);background-size:cover;background-position:center center;display:flex;justify-content:center;align-items:center}.Forget_password .loginLeft .backgroundImage .innerContent{width:85%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:13%}@media screen and (min-width: 1900px){.Forget_password .loginLeft .backgroundImage .innerContent{margin-bottom:10%}}@media screen and (min-width: 2400px){.Forget_password .loginLeft .backgroundImage .innerContent{margin-bottom:8%}}@media screen and (min-width: 2800px){.Forget_password .loginLeft .backgroundImage .innerContent{margin-bottom:4%}}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop{width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;gap:18px}@media screen and (max-width: 1500px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop{gap:15px}}@media screen and (max-width: 1200px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop{gap:13px}}@media screen and (max-width: 1000px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop{gap:11px}}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo{display:flex;justify-content:flex-end;align-items:flex-end}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:360px!important}@media (max-width: 1685px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:330px!important}}@media (max-width: 1485px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:300px!important}}@media (max-width: 1236px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:270px!important}}@media (max-width: 1060px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:240px!important}}@media (max-width: 930px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo3{width:210px!important}}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo4{width:120px!important}@media (max-width: 1700px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo4{width:100px!important}}@media (max-width: 1500px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo4{width:80px!important}}@media (max-width: 1280px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageLogo .logo4{width:60px!important}}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace{width:100%;display:flex;justify-content:right}.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:70px;font-weight:bolder}@media screen and (max-width: 2000px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:50px}}@media screen and (max-width: 1400px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:35px}}@media screen and (max-width: 1100px){.Forget_password .loginLeft .backgroundImage .innerContent .innerTop .loginPageSolace h1{font-size:25px}}.Forget_password .loginLeft .backgroundImage .innerContent p{width:110%;padding-top:10px;color:var(--pure-white);text-align:right;font-size:clamp(16px,1.8vw,40px)!important;min-width:200px}.Forget_password .loginLeft .backgroundImage .innerContent .borderDiv{height:2px;width:105%;max-width:60%;background-color:var(--pure-white)}.Forget_password .loginRight{width:50%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.Forget_password .loginRight .innerContent{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;text-align:left;width:80%;gap:max(9px,1.1vw)}.Forget_password .loginRight .innerContent .inputStyle{background:#d9d9d966;height:clamp(38px,4vw,60px);border-radius:clamp(10px,.8vw,16px);width:80%;min-width:220px;padding:4px 8px;border:none;margin-top:clamp(12px,1.1vw,24px);font-size:clamp(12px,1.1vw,24px);margin-bottom:4%;max-width:500px}@media screen and (min-width: 2400px){.Forget_password .loginRight .innerContent .inputStyle{margin-bottom:3%}}@media screen and (min-width: 2800px){.Forget_password .loginRight .innerContent .inputStyle{margin-bottom:1%}}@media screen and (min-width: 3000px){.Forget_password .loginRight .innerContent .inputStyle{margin-bottom:0%}}.Forget_password .loginRight .innerContent .inputStyle::placeholder{font-size:clamp(12px,1.1vw,24px)}.Forget_password .loginRight .innerContent .inputStyle:focus{border:none;outline:none}.Forget_password .loginRight h2{font-family:Poppins;font-size:clamp(20px,2.7vw,55px);font-weight:500;line-height:48.28px;text-align:left;color:#000047}.Forget_password .loginRight p:nth-child(2){font-size:clamp(12px,.9vw,20px);margin-top:clamp(12px,.9vw,20px)}.Forget_password .loginRight p:nth-child(5){font-size:clamp(12px,.9vw,20px);font-weight:500;color:#000047;cursor:pointer}.Forget_password .loginRight p:nth-child(5):hover{text-decoration:underline}.Forget_password .loginRight button{font-size:clamp(14px,1.25vw,24px)!important;font-weight:500;color:#fff;background-color:#817effcc;padding:clamp(8px,.7vw,16px) clamp(12px,1.15vw,24px);border:none;border-radius:8px;gap:clamp(10px,.8vw,16px);margin-top:clamp(10px,1vw,18px)}.Forget_password .loginRight button:hover{background-color:#817eff}.loginMainImg1{position:absolute;bottom:0;right:0;opacity:.2}.loginRightMainImg1{position:absolute;bottom:95%;right:33%;opacity:.2;transform:rotate(180deg)}.passwordCreate{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.passwordCreate .innerPasswordCreate{width:90%;min-height:50%;z-index:10;box-shadow:0 1px 10px #0000001a;background-color:#fff;padding:30px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;border-radius:20px;gap:25px}.passwordCreate .innerPasswordCreate input{height:50px;border-radius:7px;width:100%;padding:4px 8px}.passwordCreate .innerPasswordCreate .topSection{display:flex;justify-content:center;align-items:center;padding:10px 0}.passwordCreate .innerPasswordCreate .textSection{text-align:center;padding:0 10px}.passwordCreate .innerPasswordCreate .successSection{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:31px}.passwordCreate .innerPasswordCreate .successSection p{font-weight:600;font-size:24px}.passwordCreate .innerPasswordCreate .mainPasswordSection{width:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.passwordCreate .innerPasswordCreate .mainPasswordSection div{display:flex;justify-content:center;align-items:center;background:#d9d9d966;height:50px;border-radius:7px;width:100%;padding:4px 8px;color:#000}.passwordCreate .innerPasswordCreate .mainPasswordSection .innerTop{width:50%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px;margin-left:50%}.passwordCreate .innerPasswordCreate .footerSection{display:flex;justify-content:center;align-items:center}.passwordCreate .innerPasswordCreate .footerSection button{font-size:21px;font-weight:500;color:#fff;background-color:#817effcc;padding:7px 25px;border-radius:12px}.passwordCreate:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/src/assets/Login/Background.svg);opacity:.1;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 890px){.innerPasswordCreate{width:40%!important}.textSection{padding:0 10%}}.passwordInputFieldMain:focus{outline:none}@media (max-width: 500px){input::placeholder{font-size:14px!important}}.not-found-container{display:flex;justify-content:center;align-items:center;height:100vh}.not-found-content{text-align:center}.not-found-title{font-size:48px;color:#333;margin-bottom:20px}.not-found-description{font-size:18px;color:#666;margin-bottom:20px}.not-found-link{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.not-found-link:hover{background-color:#0056b3}.MoreInfoMain{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;height:100%}.MoreInfoMain .topLeft{position:absolute;top:0;left:0;opacity:.3}.MoreInfoMain .bottomLeft{position:absolute;bottom:0;right:0;opacity:.3}.MoreInfoMain .moreInfoExpire{width:850px;height:550px;max-height:1100px;z-index:10;box-shadow:0 1px 10px #0000001a;background-color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;border-radius:20px;margin:20px 0}@media screen and (max-width: 2300px){.MoreInfoMain .moreInfoExpire{width:700px;height:450px}}@media screen and (max-width: 2000px){.MoreInfoMain .moreInfoExpire{width:650px;height:400px}}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoExpire{width:580px;height:350px}}@media screen and (max-width: 1600px){.MoreInfoMain .moreInfoExpire{width:550px;height:310px}}@media screen and (max-width: 1500px){.MoreInfoMain .moreInfoExpire{width:500px;height:280px}}@media screen and (max-width: 1400px){.MoreInfoMain .moreInfoExpire{width:480px;height:290px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoExpire{width:400px;height:250px}}@media screen and (max-width: 1000px){.MoreInfoMain .moreInfoExpire{width:350px;height:250px}}.MoreInfoMain .moreInfoExpire .MoreExpireTop{display:flex;flex-direction:column;justify-content:center;gap:5%;height:100%;width:100%}.MoreInfoMain .moreInfoExpire .MoreExpireTop .MoreExpirerTopSection{width:100%;display:flex;justify-content:center;align-items:center;height:30%}.MoreInfoMain .moreInfoExpire .MoreExpireTop .MoreExpirerTopSection img{height:100%;max-height:170px}.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo{display:flex;flex-direction:column;align-items:center;justify-content:center}.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection{display:flex;flex-direction:column;justify-content:center;align-items:center}.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:80px;height:80px}@media screen and (max-width: 2300px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:75px;height:75px}}@media screen and (max-width: 2000px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:70px;height:70px}}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:65px;height:65px}}@media screen and (max-width: 1500px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:60px;height:60px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:55px;height:55px}}@media screen and (max-width: 1000px){.MoreInfoMain .moreInfoExpire .MoreExpireTop .expireHeadLogo .successSection .MoreErrorIcon{width:50px;height:50px}}.MoreInfoMain .MoreInfoContainer{width:1500px;height:90%;max-height:1100px;min-height:50%;z-index:10;box-shadow:0 1px 10px #0000001a;background-color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;border-radius:20px;margin:20px 0}@media screen and (max-width: 2300px){.MoreInfoMain .MoreInfoContainer{width:1300px}}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer{width:1200px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer{padding:12px;width:1100px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer{padding:8px;width:900px}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer{width:800px;padding:6px}}@media screen and (max-width: 1000px){.MoreInfoMain .MoreInfoContainer{width:700px;padding:6px}}.MoreInfoMain .MoreInfoContainer input{height:50px;border-radius:7px;width:100%;padding:4px 8px}.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{display:flex;justify-content:center;align-items:center;padding:10px 0;width:100%;border-bottom:1px solid grey;margin-bottom:10px}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{margin-bottom:4px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{margin-bottom:3px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{margin-bottom:2px;padding:8px 0}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{margin-bottom:1px;padding:3px 0}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection{margin-bottom:0;padding:1px 0}}.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:200px}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:180px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:150px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:130px}}@media screen and (max-width: 1300px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:110px}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:100px}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .MoreInfoTopSection .moreInfoLogo{width:80px}}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection{text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-around;padding:0 10px}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{font-size:24px;margin-top:6px;margin-bottom:10px}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:9px;font-size:22px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:9px;font-size:20px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:7px;font-size:18px;margin-top:4px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:5px;font-size:16px;margin-top:2px}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:5px;font-size:14px;margin-top:2px}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoHeading{margin-bottom:4px;font-size:12px;margin-top:1px}}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{margin-bottom:10px;font-size:16px;color:gray}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:14px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:12px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:11px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:10px}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:9px}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:8px}}@media screen and (max-width: 900px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .moreInfoSubHeading{font-size:7px}}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo{height:80%;display:flex;flex-direction:column;align-items:center;gap:20px}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo{gap:16px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo{gap:13px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo{gap:10px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo{gap:7px}}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:22px;width:95%;text-align:left;display:flex}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:20px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:18px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:16px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:14px}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoDescription,.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .uploadPicLabel{font-size:12px}}.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{width:96%;text-align:left;padding:15px;height:30%;border-radius:10px;background:#f7f9fb;border:none;outline:none;font-size:16px}@media screen and (max-width: 2200px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:14px}}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:13px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:12px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:11px}}@media screen and (max-width: 1500px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:11px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .moreInfoTextSection .ContentMoreInfo .MoreInfoTextArea{font-size:10px}}.MoreInfoMain .MoreInfoContainer .successSection{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:31px}.MoreInfoMain .MoreInfoContainer .successSection p{font-weight:600;font-size:24px}.MoreInfoMain .MoreInfoContainer .mainPasswordSection{width:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.MoreInfoMain .MoreInfoContainer .mainPasswordSection div{display:flex;justify-content:center;align-items:center;background:#d9d9d966;height:50px;border-radius:7px;width:100%;padding:4px 8px;color:#000}.MoreInfoMain .MoreInfoContainer .mainPasswordSection div img{cursor:pointer}.MoreInfoMain .MoreInfoContainer .mainPasswordSection .innerTop{width:50%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px;margin-left:50%}.MoreInfoMain .MoreInfoContainer .mainPasswordSection p{width:100%;color:#fff;text-align:center;font-size:28px}.MoreInfoMain .MoreInfoContainer .mainPasswordSection .borderDiv{height:2px;width:100%;background-color:#fff}.MoreInfoMain .MoreInfoContainer .footerSection{display:flex;justify-content:center;align-items:center}.MoreInfoMain .MoreInfoContainer .footerSection button{margin-left:15%;font-size:21px;font-weight:500;color:#fff;background-color:#817effcc;padding:7px 25px;border-radius:12px}@media screen and (max-width: 2000px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:18px}}@media screen and (max-width: 1800px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:16px}}@media screen and (max-width: 1600px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:14px;border-radius:8px}}@media screen and (max-width: 1400px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:13px}}@media screen and (max-width: 1200px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:12px;border-radius:5px}}@media screen and (max-width: 1050px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:11px}}@media screen and (max-width: 900px){.MoreInfoMain .MoreInfoContainer .footerSection button{font-size:10px}}.MoreInfoMain .moreInfoUploadPic{width:100%;text-align:left;overflow-y:auto;border-radius:10px;height:57%;justify-content:flex-start;flex-direction:column;gap:20px;display:flex;align-items:center}@media screen and (max-width: 2400px){.MoreInfoMain .moreInfoUploadPic{gap:16px}}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoUploadPic{gap:14px}}@media screen and (max-width: 1600px){.MoreInfoMain .moreInfoUploadPic{gap:12px}}@media screen and (max-width: 1400px){.MoreInfoMain .moreInfoUploadPic{gap:10px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoUploadPic{gap:8px}}@media screen and (max-width: 1050px){.MoreInfoMain .moreInfoUploadPic{gap:6px}}.MoreInfoMain .moreInfoUploadPic::-webkit-scrollbar{display:none!important}.MoreInfoMain .moreInfoUploadPic button{padding:10px 30px;margin-right:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:10px}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoUploadPic button{padding:8px 25px}}@media screen and (max-width: 1600px){.MoreInfoMain .moreInfoUploadPic button{padding:6px 21px;border-radius:8px}}@media screen and (max-width: 1500px){.MoreInfoMain .moreInfoUploadPic button{padding:5px 18px}}@media screen and (max-width: 1400px){.MoreInfoMain .moreInfoUploadPic button{padding:5px 17px;border-radius:6px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoUploadPic button{padding:4px 15px;border-radius:5px}}@media screen and (max-width: 1050px){.MoreInfoMain .moreInfoUploadPic button{padding:3px 12px;border-radius:4px}}.MoreInfoMain .moreInfoUploadPic button.MoreInfoNextButton{color:#fff;background:#817eff;border-radius:10px}.MoreInfoMain .moreInfoUploadPic button.MoreInfoNextButton:hover{background:#817eff}.MoreInfoMain .moreInfoUploadPic .Main_div{margin-bottom:10px;gap:14px;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.MoreInfoMain .moreInfoUploadPic .Main_div .mainHeader{font-size:18px;font-weight:600}.MoreInfoMain .moreInfoUploadPic .Main_div .mainSubHeader{font-size:16px;line-height:28px}.MoreInfoMain .moreInfoUploadPic .Main_div .attachDiv{display:flex;justify-content:center;align-items:flex-start;width:100%;flex-wrap:wrap;flex-direction:column}.MoreInfoMain .moreInfoUploadPic .Main_div .internalAttachDiv{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.MoreInfoMain .moreInfoUploadPic .Main_div svg{color:green;width:70px;height:70px}.MoreInfoMain .moreInfoUploadPic .Main_div .Back_Button{width:120px;height:42px;border:1px solid #ffffff;border-radius:5px;color:#fff;background-color:#2862d8;border:1px solid black}.MoreInfoMain .moreInfoUploadPic .Main_div .Back_Button:hover{background-color:#fff;color:#2862d8;border:1px solid #2862d8}.MoreInfoMain .moreInfoUploadPic .Main_div a{color:#4aa3df;text-decoration:underline}.MoreInfoMain .moreInfoUploadPic .Main_div textarea{padding:10px;width:100%;border:0px;outline:none;border:1px solid #dbdbdb;border-radius:10px;resize:none}.MoreInfoMain .moreInfoUploadPic .Main_div .divider{border-bottom:1px dotted;margin-top:30px;margin-bottom:10px}.MoreInfoMain .moreInfoUploadPic .Main_div .Sub_header{color:gray}.MoreInfoMain .moreInfoUploadPic .Header{font-size:20px}.MoreInfoMain .moreInfoUploadPic .Sub_Header{font-size:16px;color:gray}.MoreInfoMain .moreInfoUploadPic .Image_Viewer{position:absolute;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;left:20px}.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:80px;height:80px;margin-left:15px;margin-top:15px;margin-bottom:15px;border-radius:15px}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:75px;height:75px}}@media screen and (max-width: 1600px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:70px;height:70px;border-radius:10px}}@media screen and (max-width: 1500px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:67px;height:67px}}@media screen and (max-width: 1400px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:64px;height:64px;border-radius:8px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:55px;height:55px;border-radius:6px}}@media screen and (max-width: 1050px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:50px;height:50px;border-radius:5px}}@media screen and (max-width: 900px){.MoreInfoMain .moreInfoUploadPic .Image_Viewer .ImageView{width:45px;height:45px}}.MoreInfoMain .moreInfoUploadPic .imagedropper{border-radius:10px;width:95.5%;height:90%;padding:15px;display:flex;flex-direction:row-reverse;overflow:auto;background:#f7f9fb;position:relative}.MoreInfoMain .moreInfoUploadPic .imagedropper.actives{padding:20px}.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner{width:100%;height:90%;display:flex;flex-direction:column;justify-content:flex-end;color:#6a6a79;align-items:center;border:2px dashed rgba(129,126,255,.5);padding:5px 0;border-radius:10px}.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:21px;margin-bottom:10px}@media screen and (max-width: 1800px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:19px}}@media screen and (max-width: 1600px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:17px}}@media screen and (max-width: 1500px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:16px;margin-bottom:6px}}@media screen and (max-width: 1400px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:15px}}@media screen and (max-width: 1200px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:13px;margin-bottom:4px}}@media screen and (max-width: 1050px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:11px;margin-bottom:2px}}@media screen and (max-width: 900px){.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .DropDownTitle{font-size:10px}}.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .upload{padding:10px;border-radius:5px;color:#2862d8;font-weight:500;border:0px;margin-bottom:10px;border:1px solid #2862d8;cursor:pointer;transition:.3s ease}.MoreInfoMain .moreInfoUploadPic .imagedropper .Imagedropper_inner .upload:hover{background:#2862d8;color:#fff}.MoreInfoMain button{padding:10px;margin-right:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.MoreInfoMain button.MoreInfoNextButton{color:#fff;background:#817eff;border-radius:10px}.MoreInfoMain button.MoreInfoNextButton:hover{background:#817eff}.MoreInfoMain:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/src/assets/Common/Background.svg);opacity:.1;background-repeat:no-repeat;background-size:cover}.passwordCreate{position:relative;width:99vw;height:100vh;display:flex;justify-content:center;align-items:center}.passwordCreate .topLeft{position:absolute;top:0;left:0;opacity:.3}.passwordCreate .bottomLeft{position:absolute;bottom:0;right:0;opacity:.3}.passwordCreate .innerPasswordCreate{width:30%;min-height:200px;max-width:1100px;z-index:10;box-shadow:0 1px 10px #817eff4d;background-color:#fff;padding:clamp(15px,1.25vw,47px);display:flex;justify-content:space-around;align-items:center;flex-direction:column;border-radius:clamp(15px,1.25vw,47px);min-width:330px;overflow:hidden}@media (max-width: 500px){.passwordCreate .innerPasswordCreate{padding:20px 10px}}.passwordCreate .innerPasswordCreate input{height:38px;border-radius:max(10px,.8vw);width:100%;padding:6px 35px;font-size:clamp(12px,1.1vw,24px)}@media screen and (max-width: 1300px){.passwordCreate .innerPasswordCreate input{padding:6px 20px}}.passwordCreate .innerPasswordCreate input::placeholder{font-size:26px}@media screen and (max-width: 2000px){.passwordCreate .innerPasswordCreate input::placeholder{font-size:22px}}@media screen and (max-width: 1900px){.passwordCreate .innerPasswordCreate input::placeholder{font-size:18px}}@media screen and (max-width: 1300px){.passwordCreate .innerPasswordCreate input::placeholder{font-size:14px}}.passwordCreate .innerPasswordCreate .topSection{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.passwordCreate .innerPasswordCreate .topSection img{width:80%}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .topSection img{width:100%}}.passwordCreate .innerPasswordCreate .textSection{text-align:center;padding:0 10px;height:clamp(75px,8vw,250px);width:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .textSection .p1{font-size:18px!important}}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .textSection .p2{font-size:14px!important}}.passwordCreate .innerPasswordCreate .successSection{display:flex;justify-content:center;align-items:center;flex-direction:column}.passwordCreate .innerPasswordCreate .successSection img{height:100px;width:100px}@media screen and (max-width: 2800px){.passwordCreate .innerPasswordCreate .successSection img{height:80px;width:80px}}@media screen and (max-width: 2500px){.passwordCreate .innerPasswordCreate .successSection img{height:70px;width:70px}}@media screen and (max-width: 2200px){.passwordCreate .innerPasswordCreate .successSection img{height:60px;width:60px}}@media screen and (max-width: 1900px){.passwordCreate .innerPasswordCreate .successSection img{height:55px;width:55px}}@media screen and (max-width: 1600px){.passwordCreate .innerPasswordCreate .successSection img{height:50px;width:50px}}@media screen and (max-width: 1300px){.passwordCreate .innerPasswordCreate .successSection img{height:40px;width:40px}}.passwordCreate .innerPasswordCreate .successSection .imag1{width:80px!important;height:80px!important}@media (max-width: 700px){.passwordCreate .innerPasswordCreate .successSection .imag1{width:60px!important;height:55px!important}}.passwordCreate .innerPasswordCreate .successSection p{font-weight:600;font-size:clamp(14px,1.2vw,36px)}.passwordCreate .innerPasswordCreate .mainPasswordSection{width:85%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:clamp(12px,1.5vw,65px);height:30%}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .mainPasswordSection{width:100%}}.passwordCreate .innerPasswordCreate .mainPasswordSection div{display:flex;justify-content:center;align-items:center;background:#d9d9d966;border-radius:7px;width:100%;padding:4px 8px;color:#000;gap:clamp(10px,.8vw,20px);height:35%}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .mainPasswordSection div .l1{font-size:14px!important}}.passwordCreate .innerPasswordCreate .mainPasswordSection div img{cursor:pointer}.passwordCreate .innerPasswordCreate .mainPasswordSection .innerTop{width:50%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;margin-left:50%}.passwordCreate .innerPasswordCreate .mainPasswordSection p{width:100%;color:#fff;text-align:center;font-size:28px}.passwordCreate .innerPasswordCreate .mainPasswordSection .borderDiv{height:2px;width:100%;background-color:#fff}.passwordCreate .innerPasswordCreate .footerSection{display:flex;justify-content:center;align-items:center;margin-top:0!important}.passwordCreate .innerPasswordCreate .footerSection button{font-size:clamp(11px,.95vw,39px);font-weight:500;color:#fff;padding:clamp(7px,.65vw,16px) clamp(15px,4vw,200px);border-radius:clamp(7px,.65vw,16px)}@media (max-width: 500px){.passwordCreate .innerPasswordCreate .footerSection button{font-size:14px}}.passwordCreate:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../Assets/Common/Background.svg);opacity:.1;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 800px){.textSection{padding:0 10%}}.skeleton-container{width:60%;min-width:350px;min-height:200px;background-color:#fff;border-radius:20px;padding:20px;box-shadow:0 1px 10px #817eff4d;display:flex;flex-direction:column;align-items:center;gap:20px}.skeleton-logo{width:150px;height:40px;background-color:#f0f0f0;border-radius:5px}.skeleton-text{width:80%;height:20px;background-color:#f0f0f0;border-radius:5px}.skeleton-input{width:90%;height:50px;background-color:#f0f0f0;border-radius:7px}.skeleton-button{width:120px;height:40px;background-color:#f0f0f0;border-radius:12px}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.skeleton-animate{animation:pulse 1.5s ease-in-out infinite}.inputFieldsCover{display:flex;flex-direction:column;background-color:#fff!important;width:100%;padding:0 30px;gap:20px!important}.customButton{background:var(--pure-white);color:var(--icons-and-buttons);font-size:18px;padding:9.5px 20px;border-radius:8px;border:1px solid var(--icons-and-buttons);cursor:pointer;font-weight:500;display:flex;justify-content:center;align-items:center;gap:10px;opacity:.8}.customButton:hover{opacity:1}.activeCustomButton{background:var(--icons-and-buttons);color:#fff;border:none}.customButton:disabled{opacity:.6;cursor:not-allowed}.sign-body{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reverseButton{left:-2%}@media screen and (max-width: 2600px){.reverseButton{left:-3%}}@media screen and (max-width: 2000px){.reverseButton{left:-4%}}@media screen and (max-width: 1300px){.reverseButton{left:-5%}}@media screen and (max-width: 1100px){.reverseButton{left:-6%}}.inital-card{background-color:#fff;z-index:2;box-shadow:0 1px 10px #00000040;width:70dvw;border-radius:10px}.contact-card{background-color:#000047;width:26dvw;gap:0px;border-radius:10px;padding:48px 40px;z-index:10;opacity:0px;margin-right:-202px}.about-deatils{color:#fff;width:100%;font-size:16px}.name{color:#817eff;font-size:16px}.heading{color:#fff;font-size:20px;padding-bottom:10px;margin-top:25px;border-bottom:.5px solid #434343}.carddata{display:flex;margin-top:25px;gap:15px}.docsbtn{background-color:#817eff;color:#fff;border-radius:6px;padding:10px 15px;font-size:16px}.esign_contact_body{display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.card-content{margin-left:320px;display:flex;flex-direction:column;height:100%!important;justify-content:space-around;gap:10px;padding:65px 52px 64px 0}.card-content label{font-size:18px}.card-text{font-size:16px;font-weight:400}.inputbox{font-size:16px;width:445px;height:50px;border:1px solid #9b9b9b;border-radius:10px;padding:0 10px;text-transform:capitalize}.inputbox:focus{outline:none;border:1px solid #9b9b9b;box-shadow:0 0 1px #9b9b9b}.icons-left{display:flex;width:40%;align-items:center;gap:10px}.signature{width:450px;border:1px solid grey;border-radius:10px;height:165px}.radiobtn{width:18px;cursor:pointer}.signature-text{padding:0 20px;font-size:36px;text-align:center;font-family:Dynalight,cursive!important}@media screen and (max-width: 1300px){.signature-text{font-size:24px}}@media screen and (max-width: 1050px){.signature-text{font-size:18px}}.signatureCanvas{width:98%;height:118px;padding:4px}@media screen and (min-width: 1800px){.card-content{justify-content:center;gap:15px}}@media screen and (min-width: 2000px){.card-content{justify-content:center;gap:30px}}@media screen and (min-width: 2400px){.card-content{gap:40px}}@media screen and (min-width: 2900px){.card-content{gap:60px}}@media (max-width: 1750px){.contact-card{padding:38px 40px!important}.contact-card .heading{margin-top:20px!important}.card-content{padding:49px 79px 54px 0!important}.card-content .esign_heading{font-size:24px!important}.card-content .card-text{font-size:14px!important}.card-content .docsbtn{padding:9px 12px!important;font-size:14px!important}}@media (max-width: 1550px){.contact-card{padding:30px 35px!important}.contact-card .heading{margin-top:15px!important;font-size:18px!important}.contact-card .icons-left{width:50%!important}.contact-card .icons-left svg{width:22px!important;height:22px!important}.contact-card .name,.contact-card .about-deatils{font-size:14px!important}.card-content{margin-left:305px!important;padding:37px 79px 54px 0!important}.card-content .esign_heading{font-size:24px!important}.card-content .card-text{font-size:14px!important}.card-content .docsbtn{padding:9px 12px!important;font-size:14px!important}.card-content .signature{height:140px!important}.card-content .inputbox{height:45px!important}}@media (max-width: 1400px){.contact-card{width:30dvw!important}}@media (max-width: 1300px){.contact-card{padding:30px 35px!important}.contact-card img{width:110px!important}.contact-card .heading{margin-top:15px!important;font-size:16px!important}.contact-card .icons-left{width:50%!important}.contact-card .icons-left svg{width:18px!important;height:18px!important}.contact-card .name,.contact-card .about-deatils{font-size:12px!important}.contact-card .carddata{margin-top:13px!important}.card-content{margin-left:285px!important;padding:15px 79px 15px 0!important}.card-content .esign_heading{font-size:20px!important}.card-content .card-text{font-size:10px!important}.card-content .docsbtn{padding:7px 10px!important;font-size:12px!important}.card-content .signature{height:125px!important;width:350px!important}.card-content .sign-text{font-size:12px!important}.card-content label{font-size:15px!important}.card-content .inputbox{font-size:13px;width:350px!important}}@media (max-width: 1100px){.contact-card{width:31dvw!important;padding:26px 25px!important}.contact-card img{width:110px!important}.contact-card .heading{margin-top:11px!important;font-size:13px!important}.contact-card .icons-left{width:50%!important}.contact-card .icons-left svg{width:16px!important;height:16px!important}.contact-card .name,.contact-card .about-deatils{font-size:10px!important}.contact-card .carddata{margin-top:13px!important}.card-content{margin-left:240px!important;padding:15px 79px 15px 0!important}.card-content .esign_heading{font-size:20px!important}.card-content .card-text{font-size:10px!important}.card-content .docsbtn{padding:6px 10px!important;font-size:10px!important}.card-content .signature{height:100px!important;width:270px!important}.card-content .sign-text{font-size:10px!important}.card-content label{font-size:12px!important}.card-content .inputbox{height:43px!important;width:270px!important}.card-content #submit_button{width:75px!important}}@media (max-width: 990px){.inital-card{width:80dvw!important}.contact-card{width:29dvw!important;padding:11px 22px!important}.contact-card img{width:70px!important}.contact-card .heading{margin-top:9px!important;font-size:11px!important}.contact-card .icons-left{width:50%!important}.contact-card .icons-left svg{width:10px!important;height:10px!important}.contact-card .name,.contact-card .about-deatils{font-size:8px!important}.contact-card .carddata{margin-top:10px!important}.card-content{margin-left:240px!important;padding:24px 79px 26px 0!important;gap:7px!important}.card-content .esign_heading{font-size:16px!important}.card-content .card-text{font-size:8px!important}.card-content .docsbtn{padding:4px 7px!important;font-size:8px!important}.card-content .signature{height:100px!important;width:220px!important}.card-content .sign-text,.card-content label{font-size:8px!important}.card-content .inputbox{height:33px!important;width:220px!important;border-radius:5px}.card-content #submit_button{width:65px!important}}@media (max-width: 850px){.inital-card{width:80dvw!important}.contact-card{width:36dvw!important}.card-content{gap:4px!important}.card-content label{font-size:6px!important}}@media (min-width: 2250px){.inputbox{width:500px!important;height:55px!important}.signature{width:500px!important;height:180px!important}.signature .sign-text{font-size:18px!important}.esign_heading{font-size:35px!important}.card-text{font-size:22px!important}.card-content label{font-size:24px!important}.docsbtn{font-size:20px!important}.icons-left svg{width:35px!important;height:35px!important}.contact-card{max-height:700px!important;max-width:700px!important}.heading{font-size:26px!important}.name,.about-deatils{font-size:22px!important}}@media (min-width: 3050px){.inputbox{width:580px!important;height:60px!important;font-size:24px!important}.signature{width:558px!important;height:200px!important}.signature .sign-text{font-size:22px!important}.esign_heading{font-size:38px!important}.card-text{font-size:25px!important}.card-content label{font-size:27px!important}.docsbtn{font-size:23px!important}.icons-left svg{width:45px!important;height:45px!important}.contact-card{max-height:800px!important;max-width:800px!important}.heading{font-size:34px!important}.name,.about-deatils{font-size:28px!important}}.esignature_sucess_box{z-index:10;box-shadow:0 1px 10px #0000001a;background-color:#fff;width:30dvw;height:30dvh;padding:30px;display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;row-gap:50px;border-radius:20px}:root{--rpv-attachment__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-attachment__item-color: #000}.rpv-core__viewer--dark{--rpv-attachment__item--hover-background-color: #2566e8;--rpv-attachment__item-color: #fff}.rpv-attachment__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-attachment__empty--rtl{direction:rtl}.rpv-attachment__list{display:flex;height:100%;flex-direction:column;overflow:auto;padding:.5rem 0;width:100%}.rpv-attachment__list--rtl{direction:rtl}.rpv-attachment__item{align-items:center;background-color:#0000;border:none;color:var(--rpv-attachment__item-color);cursor:pointer;display:flex;padding:.5rem;text-align:left;width:100%}.rpv-attachment__item:focus{background-color:var(--rpv-attachment__item--hover-background-color);outline:0}.rpv-attachment__item:hover{background-color:var(--rpv-attachment__item--hover-background-color)}.rpv-attachment__loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}:root{--rpv-bookmark__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-bookmark__item-color: #000}.rpv-core__viewer--dark{--rpv-bookmark__item--hover-background-color: #2566e8;--rpv-bookmark__item-color: #fff}.rpv-bookmark__item{align-items:center;color:var(--rpv-bookmark__item-color);cursor:pointer;display:flex;padding-bottom:.25rem;padding-right:.25rem;padding-top:.25rem}.rpv-bookmark__item:focus{background-color:var(--rpv-bookmark__item--hover-background-color);outline:0}.rpv-bookmark__item:hover{background-color:var(--rpv-bookmark__item--hover-background-color)}.rpv-bookmark__toggle{align-items:center;display:flex;height:1rem;margin-right:.25rem;width:1rem}.rpv-bookmark__title{flex-grow:1;flex-shrink:1;text-decoration:none}.rpv-bookmark__list{list-style-type:none;overflow:auto;margin:0;padding:0}.rpv-bookmark__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-bookmark__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-bookmark__empty--rtl{direction:rtl}.rpv-bookmark__container{height:100%;overflow:auto;padding:.5rem 0;width:100%}.rpv-bookmark__container--rtl{direction:rtl}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-thumbnail__container-background-color: #fff;--rpv-thumbnail__container-box-shadow: rgba(0, 0, 0, .2) 2px 2px 8px 0px;--rpv-thumbnail__item--selected-background-color: rgba(0, 0, 0, .3)}.rpv-core__viewer--dark{--rpv-thumbnail__item--selected-background-color: #2566e8}.rpv-thumbnail__cover,.rpv-thumbnail__cover-inner{align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-thumbnail__cover-image{max-height:100%;max-width:100%}.rpv-thumbnail__cover-loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.rpv-thumbnail__container{align-items:center;background:var(--rpv-thumbnail__container-background-color);box-shadow:var(--rpv-thumbnail__container-box-shadow);display:flex;justify-content:center;margin:0 auto;position:relative}.rpv-thumbnail__item{cursor:pointer}.rpv-thumbnail__item--single,.rpv-thumbnail__item--dual-cover{padding:.5rem}.rpv-thumbnail__item--dual-even,.rpv-thumbnail__item--dual-cover-odd{padding:.5rem 0 .5rem .5rem}.rpv-thumbnail__item--dual-odd,.rpv-thumbnail__item--dual-cover-even{padding:.5rem .5rem .5rem 0}.rpv-thumbnail__item--single:hover,.rpv-thumbnail__item--dual-cover:hover,.rpv-thumbnail__items--dual:hover .rpv-thumbnail__item,.rpv-thumbnail__items--dual-cover:hover .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__item:focus{outline:0}.rpv-thumbnail__label{font-size:.75em;text-align:center;padding:.25rem}.rpv-thumbnail__list{overflow:auto;padding:.5rem}.rpv-thumbnail__list--rtl{direction:rtl}.rpv-thumbnail__list--horizontal{align-items:center;display:flex;flex-direction:row;width:100%}.rpv-thumbnail__list--vertical{height:100%}.rpv-thumbnail__items{align-items:center;display:flex;justify-content:center}.rpv-thumbnail__items--selected .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__list-container{height:100%;width:100%}.rpv-thumbnail__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);bottom:0;left:0;position:absolute;right:0;top:0;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--rpv-default-layout__body-background-color: #fff;--rpv-default-layout__container-border-color: rgba(0, 0, 0, .3);--rpv-default-layout__toolbar-background-color: #eee;--rpv-default-layout__toolbar-border-bottom-color: rgba(0, 0, 0, .1);--rpv-default-layout__sidebar-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #eee;--rpv-default-layout__sidebar-content--opened-background-color: #fff;--rpv-default-layout__sidebar-content--opened-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar-content--opened-color: #000}.rpv-core__viewer--dark{--rpv-default-layout__body-background-color: #1a1a1a;--rpv-default-layout__container-border-color: #454647;--rpv-default-layout__toolbar-background-color: #292929;--rpv-default-layout__toolbar-border-bottom-color: #000;--rpv-default-layout__sidebar-border-color: #000;--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #292929;--rpv-default-layout__sidebar-content--opened-background-color: #1a1a1a;--rpv-default-layout__sidebar-content--opened-border-color: #292929;--rpv-default-layout__sidebar-content--opened-color: #fff}.rpv-default-layout__container{border:1px solid var(--rpv-default-layout__container-border-color);box-sizing:border-box;height:100%;width:100%}.rpv-default-layout__toolbar{align-items:center;background-color:var(--rpv-default-layout__toolbar-background-color);border-bottom:1px solid var(--rpv-default-layout__toolbar-border-bottom-color);display:flex;left:0;position:absolute;top:0;height:2.5rem;width:100%;z-index:1}.rpv-default-layout__sidebar{display:flex;padding-top:2.5rem}.rpv-default-layout__sidebar--opened{bottom:0;left:0;position:absolute;top:0;width:12rem;background-color:var(--rpv-default-layout__sidebar--opened-background-color);z-index:1}.rpv-default-layout__sidebar--ltr{border-right:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__sidebar--rtl{border-left:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__main{display:flex;height:100%;position:relative}.rpv-default-layout__main--rtl{direction:rtl}.rpv-default-layout__body{background-color:var(--rpv-default-layout__body-background-color);flex:1;overflow:auto;padding-top:2.5rem}@media (min-width: 768px){.rpv-default-layout__sidebar--opened{width:16rem}}@media (min-width: 1024px){.rpv-default-layout__sidebar--opened{background:inherit;position:inherit;width:20rem;z-index:inherit}}.rpv-default-layout__sidebar-tabs{display:flex;height:100%;width:100%}.rpv-default-layout__sidebar-headers{background-color:var(--rpv-default-layout__sidebar-headers-background-color);padding:.25rem}.rpv-default-layout__sidebar-header{padding:.125rem}.rpv-default-layout__sidebar-content{display:none;flex-grow:1;flex-shrink:1}.rpv-default-layout__sidebar-content--opened{background-color:var(--rpv-default-layout__sidebar-content--opened-background-color);color:var(--rpv-default-layout__sidebar-content--opened-color);display:flex;overflow:hidden}.rpv-default-layout__sidebar-content--ltr{border-left:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.rpv-default-layout__sidebar-content--rtl{border-right:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}
