#homeDash .contentList{display:grid;flex:1 1 0%;grid-template-columns:repeat(4,minmax(0,1fr));row-gap:1.25rem;-moz-column-gap:2rem;column-gap:2rem}#homeDash .citiesTabContent{margin-bottom:2rem;display:flex}#homeDash .navCities{position:relative}#homeDash .navCities:after{content:"";height:2px;background-color:#d1d1d1;width:100%;bottom:0;position:absolute}#homeDash .navCities .MuiTabs-indicator{z-index:2;background-color:var(--first-color)}#homeDash .navItem{padding:1rem;font-size:.875rem;line-height:1.25rem;text-transform:capitalize;color:var(--second-color);white-space:nowrap;font-family:InstrumentSans!important;font-weight:400}.infinite-scroll-component{overflow:initial!important}.addCity{color:var(--first-color)}@media screen and (max-width:1700px){#homeDash .contentList{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:1350px){#homeDash .contentList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:850px){#homeDash .contentList{grid-template-columns:repeat(1,minmax(0,1fr))}}.cardIncorporatorDisabled{cursor:auto;opacity:.4}.cardIncorporatorDisabled *{cursor:auto}.cardIncorporatorDisabled #cardIncorporator:hover{box-shadow:0 10px 30px #00000021;border-color:transparent}#cardIncorporator{display:flex;width:100%;align-items:center;gap:1rem;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.25rem 1rem 1.25rem .75rem;box-shadow:0 10px 30px #00000021;transition:.3s;box-sizing:border-box;border:1px solid transparent;height:120px}#cardIncorporator:hover{box-shadow:none;border-color:var(--second-color)}#cardIncorporator .image{display:flex;height:7rem;width:7rem;align-items:center;justify-content:center}#cardIncorporator .cardContent{flex:1 1 0%}#cardIncorporator .head{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}#cardIncorporator .ball{display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));padding:3px 6px;min-width:22px;min-height:22px;background-color:#6078B9}#cardIncorporator .body{display:flex;align-items:center;gap:1rem}#cardIncorporator .flag{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between}#cardIncorporator .lockCircle{height:2.75rem;width:2.75rem;cursor:pointer;align-items:center;justify-content:center;background-color:#f1f2f9;width:75px;height:75px;border-radius:15px;display:flex;flex-direction:column}#cardIncorporator .lockCircle span{font-size:11px;color:#707070;margin-top:5px;line-height:.8;text-align:center}#cardIncorporator .pendingCircle{height:2.75rem;width:2.75rem;cursor:pointer;align-items:center;justify-content:center;background-color:#6078B9;width:75px;height:75px;border-radius:15px;display:flex;flex-direction:column}#cardIncorporator .pendingCircle span{font-size:11px;color:#fff;margin-top:5px;line-height:.9;text-align:center}#cardIncorporator .lockCircle--fill{background-color:var(--first-color);border:0;cursor:auto}#cardIncorporator .lockCircle *{cursor:pointer}@media screen and (max-width:1700px){#cardIncorporator{gap:.5rem}#cardIncorporator .image{height:6rem;width:6rem}#cardIncorporator .lockCircle{width:75px;height:75px}#cardIncorporator .lockCircle svg{width:15px}}@media screen and (max-width:767px){#cardIncorporator{padding-top:1rem;padding-bottom:1rem}#cardIncorporator .head{margin-bottom:.5rem}#cardIncorporator .image{height:5rem;width:5rem}}.modalDefault{position:absolute;top:50%;left:50%;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1.5rem;transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%}.modalDefault.error{color:var(--second-color);--tw-text-opacity:initial}.modalDefault.success{color:var(--first-color)}.modalDefault__icon{margin-bottom:1rem;text-align:center}.modalDefault__icon svg{width:120px;height:auto}.modalDefault__title{margin-bottom:1rem;text-align:center;font-size:1.5rem;line-height:2rem;font-weight:700}.modalDefault__desc{margin-bottom:2rem;text-align:center;font-size:1.125rem;line-height:1.75rem}@media screen and (max-width:767px){.modalDefault__title{font-size:2.25rem;line-height:2.5rem}.modalDefault__icon svg{width:80px}}