@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*,body{font-family:"Poppins",sans-serif}.Navbar{display:flex;background-color:#25313c;width:100vw;height:8vh;align-items:center;justify-content:space-between;padding:0 8vw}@media(max-width:767px){.Navbar{padding:0 7vw}}.Navbar .Navbar__logo{display:flex;align-items:center;margin-bottom:.2vh}.Navbar .Navbar__logo img{height:5vh;margin-bottom:.3vh}@media(max-width:767px){.Navbar .Navbar__logo img{margin:0}}.Navbar .Navbar__logo span{color:#f5f5f5;font-size:2.3vh;margin-left:1vw;margin-top:.3vh;letter-spacing:2px;font-weight:lighter}@media(max-width:767px){.Navbar .Navbar__logo span{margin:0;padding-left:2vw;padding-top:.7vh}}.Navbar .Navbar__links{min-width:25%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;justify-content:space-between;align-items:center;font-size:1.8vh;text-transform:uppercase;font-weight:500}@media(max-width:767px){.Navbar .Navbar__links{display:none}}.Navbar .Navbar__links a{position:relative;color:#fff;font-size:1.5;font-weight:500;letter-spacing:1px}.Navbar .Navbar__links a:after{content:"";position:absolute;bottom:-2px;left:0;right:0;width:100%;height:1px;transform:scaleX(0);background-color:#3bb2ac;transition:transform .3s}.Navbar .Navbar__links a:hover:after{transform:scaleX(1)}.Navbar .Navbar__links a:hover{transform:scale(1)}.Navbar .Navbar__links .active{color:#3bb2ac}.Navbar .Navbar__links-opened{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;color:#fff;top:0;left:0;width:100%;z-index:10;height:100vh;background-color:#1e2429;-webkit-animation-name:navdown;animation-name:navdown;-webkit-animation-duration:.5s;animation-duration:.5s;transition:all .5 ease}.Navbar .Navbar__links-opened a{margin:8vh;font-size:3.5vh;color:#fff}.Navbar .Navbar__links-opened .active{color:#3bb2ac}.Navbar .Navbar__hamburger{position:relative;z-index:11;right:-3.5vw;transition:all .5 ease}@media(min-width:768px){.Navbar .Navbar__hamburger{display:none}}@-webkit-keyframes navdown{0%{opacity:0;height:8vh}to{opacity:1;height:100vh}}@keyframes navdown{0%{opacity:0;height:8vh}to{opacity:1;height:100vh}}@-webkit-keyframes navup{0%{opacity:1;height:100vh}to{opacity:0;height:8vh}}@keyframes navup{0%{opacity:1;height:100vh}to{opacity:0;height:8vh}}.About{min-height:100vh;height:100%}.About__header h1{margin:8vh 0;text-align:center;font-size:4vh;text-transform:uppercase;letter-spacing:8px;color:#404a52}.About__imagebox{display:flex;justify-content:center;height:60vh}.About__imagebox .About__images{display:flex;justify-content:center;flex-wrap:wrap}.CommitteeCard{width:20vw;text-align:center}.CommitteeCard img{width:16vw;height:46vh;border-radius:4px}.CommitteeCard .info h2{padding-top:1rem;margin:0;font-size:3vh}.NavBar{display:flex;background-color:#25313c;width:100vw;height:8vh;align-items:center;justify-content:space-between;padding:0 6vw}@media(max-width:767px){.NavBar{padding:0 6vw}}.NavBar .NavBar__logo{display:flex;align-items:center;margin-bottom:.2vh}.NavBar .NavBar__logo img{height:5vh;margin-bottom:.3vh}@media(max-width:767px){.NavBar .NavBar__logo img{margin:0}}.NavBar .NavBar__logo span{color:hsla(0,0%,100%,.9);font-size:3vh;margin-left:2vw;margin-top:.7vh;font-weight:100}.NavBar .ant-menu-item{display:flex;align-items:center;justify-content:flex-start;height:10vh;margin-bottom:5vh}.NavBar .ant-menu-submenu{margin:2.5vh 0}.NavBar .ant-menu-vertical{border:none}.NavBar .ant-drawer-body{margin-top:5vh;padding:0}.NavBar__hamburger{position:relative;z-index:11;right:-3.5vw}@media(min-width:768px){.NavBar__hamburger{display:none}}.SideBar-logo{display:flex;justify-content:center;padding:1.5rem 1rem}.SideBar-logo img{height:7vh}.SideBar-profile{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1.5rem 1rem 0}.SideBar-profile img{height:10vh;border-radius:50%;width:5vw}.SideBar-profile span{padding-top:.2rem;color:#5a6270}.ant-menu-dark.ant-menu-inline .ant-menu-item{margin-bottom:3vh}.Layout-logo{display:flex;justify-content:center;padding:1.5rem 1rem}.Layout-logo img{height:7vh}.Loader{display:flex;justify-content:center;align-items:center;position:relative;z-index:10;left:0;top:0;width:100%;height:100%;transition:all .1s ease}@media(max-width:767px){.Loader{height:90vh}}.Loader__completed{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;overflow:hidden}.Loader__completed h1{font-size:5vh;position:relative;top:8vh;color:#404a52}@media(max-width:1023px){.Loader__completed h1{top:2vh;font-size:4vh}}.Loader__completed .Loader__completed-animation{width:40vw}@media(max-width:767px){.Loader__completed .Loader__completed-animation{width:100vw}}.ListItem{display:grid;grid-template-columns:1.7fr .3fr;align-items:center;justify-content:center;width:100%;margin:1rem 0;padding:1rem 2vw .7rem;cursor:pointer;border-radius:.3rem;box-shadow:1px 1px 7px rgba(0,0,0,.25);transition:all .3s ease}.ListItem:hover{transform:scale(1.02)}@media(max-width:767px){.ListItem{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem 0;padding:2vh}}.ListItem__content{display:flex;flex-direction:column;justify-content:space-between}@media(max-width:767px){.ListItem__content{justify-content:center}}.ListItem__content-title{font-size:1rem;font-weight:600;color:#3f5366;margin-bottom:1.5rem}@media(max-width:767px){.ListItem__content-title{justify-content:center;margin-bottom:2vh}}.ListItem__content-time{color:#5a6270;align-self:flex-end;margin-bottom:1px}@media(max-width:767px){.ListItem__content-time{align-self:center;margin-bottom:2vh}.ListItem__content-time .ant-picker{margin-top:2vh}}.ListItem__content-type .label{margin-right:1vw;background:#3bb2ac;padding:.2rem .4rem;border-radius:4px;color:#fff}@media(max-width:767px){.ListItem__content-type .label{margin-right:4vw}}.ListItem__content-against{display:flex;align-items:center;align-self:flex-end;color:#5a6270;margin-top:1rem;font-weight:400}.ListItem__content-against span{background-color:#ffc117;padding:.15rem .4rem;border-radius:3px;color:#fff;margin-left:5px}.ListItem__select{justify-self:end}.ListItem__content-extra{display:flex;justify-content:space-between;align-items:center}@media(max-width:767px){.ListItem__content-extra{flex-direction:column;align-items:center;justify-content:center}.ListItem__content-extra .ant-checkbox-wrapper{margin-bottom:4vh}}.ListItem__content-status{margin-top:1rem;font-weight:400;color:#5a6270}.ListItem__content-status span{color:#fff;padding:.15rem .4rem;border-radius:3px;margin-left:5px;background-color:#ffd36a}.Card{box-shadow:1px 1px 7px rgba(0,0,0,.25);margin:1.5vh 0;border-radius:.3rem;transition:all .3s ease;cursor:pointer}.Card:hover{transform:scale(1.02)}@media(max-width:767px){.Card{margin:2vh 0;width:100%}}.Card .ant-page-header-heading-title{color:#404a52;width:75%}.Card .ant-page-header-heading-title a{color:#404a52}@media(max-width:767px){.Card .ant-page-header-heading-title{width:100%}}.Card .ant-page-header-heading-left{width:100%}@media(max-width:767px){.Card .ant-page-header-heading-left{display:grid;grid-template-areas:"avatar title" "subtitle subtitle"}}@media(max-width:767px){.Card .ant-page-header-heading-sub-title{grid-area:subtitle}}.Card .ant-typography p,.Card div.ant-typography{margin-bottom:1em;width:85%}@media screen and (min-width:1400px){.Card .ant-typography p,.Card div.ant-typography{width:90%}}@media(max-width:767px){.Card .ant-typography p,.Card div.ant-typography{display:none}}@media(max-width:767px){.Card .ant-page-header-heading-extra{width:100%;display:flex;margin-top:3vh;justify-content:space-evenly}}@media(max-width:767px){.Card .Card__docs{display:flex;flex-direction:column}.Card .Card__docs a:first-child{margin:3vh 0}}.Card .image{margin:0 0 0 60px;display:flex;align-items:center}.Card .ant-page-header-rtl .image{margin:0 60px 0 0}.Card .example-link{line-height:24px;margin-right:16px}[data-theme=compact] .Card .example-link{line-height:20px}.Card .example-link-icon{margin-right:8px}[data-theme=compact] .Card .example-link-icon{width:20px;height:20px}.Card .ant-page-header-rtl .example-link{float:right;margin-right:0;margin-left:16px}.Card .ant-page-header-rtl .example-link-icon{margin-right:0;margin-left:8px}@media(max-width:768px){.Card .image{flex:100% 1;margin:24px 0 0}}.Card__link{padding:0 2vw 0 0}.List{display:flex;flex-direction:column;justify-content:center;margin:3vh 8vw 2vh}@media(max-width:767px){.List{margin:0 4vw 2vh}}.List__completed{display:flex;text-align:center;flex-direction:column;align-items:center;height:100%}@media(max-width:767px){.List__completed{margin:3vh 4vw 2vh}}.List__completed h1{font-size:5vh;position:relative;top:5vh;font-size:4vh;letter-spacing:6px;text-transform:uppercase;color:#404a52}@media(max-width:1023px){.List__completed h1{top:2vh;font-size:3vh}}.List__completed .List__completed-animation{position:relative;width:46%}@media(max-width:1023px){.List__completed .List__completed-animation{width:100%}}.List__pagination{margin-top:1rem}.Filters{display:flex;margin-top:4vh;justify-content:center;align-items:center}@media screen and (max-width:600px){.Filters{flex-direction:column}}.Filters__radio{margin-left:3rem}@media screen and (max-width:600px){.Filters__radio{margin:2rem 0 .5rem}}.SearchBar .ant-input-group{width:30vw}@media screen and (max-width:600px){.SearchBar .ant-input-group{width:60vw}}.ModalATR .ant-input{width:40vw;background-color:red}.Table .ant-table-tbody>tr>td,.Table .ant-table-thead>tr>th{text-align:center}.Table .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{padding:0 .8vw}.Table .ant-table-pagination.ant-pagination{margin:3vh 1.5vw}.CommitteeListItem{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:40vh;width:15vw;color:#5a6270;cursor:pointer;border-radius:5px;margin:2rem;box-shadow:0 1px 4px 1px #ccc;transition:all .3s ease}@media screen and (max-width:700px){.CommitteeListItem{justify-content:center;width:70vw;margin:0 0 2rem}}.CommitteeListItem:hover{transform:scale(1.05)}.CommitteeListItem__image img{margin-top:1rem;height:25vh;max-width:100%;border-radius:5px}.CommitteeListItem__info{text-align:center;display:flex;flex-direction:column;align-items:center}.CommitteeListItem__info p{font-size:3vh;margin:0}.CommitteeListItem__info p:last-of-type{font-size:2.5vh}.CommitteeList{display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width:700px){.CommitteeList{flex-direction:column;justify-content:center;align-items:center}}.CommitteePage__add{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2vh}.CommitteePage__add h1{text-transform:uppercase;letter-spacing:6px;font-size:4vh;color:#404a52}.CommitteePage__add button{margin-top:5vh}.CommitteeForm{height:100%}@media(max-width:767px){.CommitteeForm .ant-form{width:85vw}}.CommitteeForm .CommitteeForm__grid{display:grid;height:80vh;grid-template-columns:1.5fr 1fr;justify-content:center;align-items:center}@media(max-width:1023px){.CommitteeForm .CommitteeForm__grid{display:flex;flex-direction:column-reverse;justify-content:center;height:100%}}.CommitteeForm .CommitteeForm__grid img{justify-self:center;height:60vh}.CommitteeForm .CommitteeForm__grid .ant-row{margin-bottom:2vh}.CommitteeForm .CommitteeForm__grid .ant-select{margin-top:2vh}.CommitteeForm .CommitteeForm__register{display:flex;justify-content:center;padding-top:3vh}.CommitteeForm .CommitteeForm__register .ant-btn{min-height:5vh;min-width:5vw;font-size:1.8vh}.CommitteeForm .CommitteeForm__background{display:flex;justify-content:center}.CommitteeForm .CommitteeForm__background img{height:35vh;margin-bottom:10vh;border-radius:4px}@media(max-width:1023px){.CommitteeForm .CommitteeForm__background img{width:70%;margin:3vh 0}}.CommitteeForm .ant-input-affix-wrapper{margin-top:2vh;border-radius:3px;width:25vw}@media(max-width:1023px){.CommitteeForm .ant-input-affix-wrapper{display:flex;margin-top:0;width:100%}}.CommitteeForm .ant-form-item-label{margin-top:2vh;margin-right:.5rem}.CommitteeViewPage{padding-top:2vh}.CommitteeViewPage h1{color:#404a52;font-size:4vh;text-align:center;text-transform:uppercase;letter-spacing:8px}.Contact{height:100vh;overflow-x:hidden}.Contact__content{flex-wrap:wrap;margin:10vh 100px 20px}.Contact__content,.Contact__map{display:flex;justify-content:center}.Contact__map{border:1px solid #cec9c9;margin-right:30px}.Contact__map img{height:440px;width:400px}.Contact__address{display:flex;flex-direction:column;justify-content:center;margin-top:20px;flex-wrap:wrap}.Contact__add1{flex:1 1;display:flex;flex-direction:column;padding:10px;border:1px solid #bdbaba;border-radius:8px;margin:10px}.Contact__add1 p{font-size:25px}.Contact__add2{flex:1 1;display:flex;flex-direction:column;padding:10px;border:1px solid #bdbaba;border-radius:8px;margin:10px}.Contact__add2 p{font-size:25px}.Contact__location{height:20px;width:20px}@media screen and (max-width:1760px){.Contact__map{margin:10vh 0;order:2}.Contact__address{order:1}}.RegisterForm{min-height:51vh;min-width:22vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:10px;padding:2vh 5vh 1vh;box-shadow:2px 1px 10px rgba(0,0,0,.25)}@media(max-width:767px){.RegisterForm{width:100vw;height:70vh;box-shadow:none}}.RegisterForm h1{font-size:7vh;color:#3f5366;text-align:center;margin-bottom:3vh}@media(max-width:767px){.RegisterForm h1{margin-bottom:5vh}}.RegisterForm .ant-input-affix-wrapper{border-radius:3px}@media(max-width:767px){.RegisterForm .ant-input-affix-wrapper{margin-top:1vh}}.RegisterForm .RegisterForm__submit{display:flex;justify-content:center;align-items:center;padding-top:2vh;margin-bottom:3vh}.RegisterForm .RegisterForm__submit .ant-btn{min-height:4.5vh;min-width:5vw;font-size:1.8vh}@media(max-width:767px){.RegisterForm .RegisterForm__submit{margin-top:6vh}}.RegisterForm .RegisterForm__register{display:flex;flex-direction:column;justify-content:center;align-items:center}.RegisterForm .RegisterForm__register h5{color:#3f5366;margin:0}.RegisterForm .RegisterForm__register button{color:#3bb2ac;background-color:transparent;border:none;padding:0}.LoginForm{background-color:#fff;min-height:51vh;min-width:22vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:10px;padding:2vh 5vh 1vh;box-shadow:2px 1px 10px rgba(0,0,0,.25)}@media(max-width:767px){.LoginForm{width:100vw;height:70vh;box-shadow:none}}.LoginForm h1{font-size:7vh;color:#3f5366;text-align:center;margin-bottom:5vh}@media(max-width:767px){.LoginForm h1{margin-bottom:5vh}}.LoginForm .ant-input-affix-wrapper{margin-top:.5vh;border-radius:3px}@media(max-width:767px){.LoginForm .ant-input-affix-wrapper{margin-top:1vh}}.LoginForm .LoginForm__register{display:flex;flex-direction:column;justify-content:center;align-items:center}.LoginForm .LoginForm__register h5{color:#3f5366;margin:0}.LoginForm .LoginForm__register button{color:#3bb2ac;background-color:transparent;border:none;padding:0}.LoginForm .LoginForm__forgot{display:flex;justify-content:flex-end;position:relative;top:-1.5vh}.LoginForm__submit{display:flex;align-items:center;justify-content:center;margin-bottom:2vh;padding-top:1vh;margin-top:2vh}.LoginForm__submit .ant-btn{min-height:4.5vh;min-width:5vw;font-size:1.8vh}@media(max-width:767px){.LoginForm__submit{margin-top:7vh}}.LoginForm__forgot-button{padding:0}.HomePage{height:100vh;overflow:hidden}.HomePage .HomePage__content{padding:0 8vw;display:flex;align-items:center;justify-content:space-between;height:92vh}@media(max-width:767px){.HomePage .HomePage__content{height:90vh;justify-content:center;padding:0 1vw}}.HomePage .HomePage__bg{text-align:center;height:76vh}@media(max-width:767px){.HomePage .HomePage__bg{display:none}}.HomePage .HomePage__bg h1{color:#3f5366;font-size:5vh;letter-spacing:2px;margin-bottom:6vh}.HomePage .HomePage__bg svg{height:52vh;width:45vw}.HomePage .HomePage__form{display:flex;justify-content:flex-end;align-items:center}.PostGrievance{padding:4vh 10vw;display:flex;flex-direction:column;box-sizing:border-box;justify-items:center}.PostGrievance .steps{display:flex}@media(max-width:767px){.PostGrievance{padding:5vh 7vw}.PostGrievance .grievance_wrapper-steps .ant-steps-horizontal.ant-steps-label-horizontal{flex-direction:row;justify-content:space-between}.PostGrievance .grievance_wrapper-steps .ant-steps-item-container{display:flex;justify-content:center}}.PostGrievance .heading h1{padding-top:2vh;text-align:center;font-size:4vh;letter-spacing:6px;text-transform:uppercase;color:#3f5366;font-weight:300}@media(max-width:767px){.PostGrievance .heading h1{margin:1vh 0 2vh;font-size:3vh}}.PostGrievance .flex-button{display:flex;justify-content:space-evenly}.PostGrievance .form-label{display:block;padding:.3rem 1rem}@media(max-width:767px){.PostGrievance .form-label{padding:0}}.PostGrievance .ant-form label{padding-bottom:2px}.PostGrievance .ant-form-item-label>label{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.PostGrievance .ant-form-item-label{text-align:left;white-space:normal}@media(max-width:767px){.PostGrievance .ant-form-item{margin-bottom:5vh}}.Step{margin-top:4vh;display:flex;flex-direction:column;height:100%}@media(max-width:767px){.Step{margin-top:2vh}}.Step .blocks{display:flex;justify-content:space-around}@media(max-width:767px){.Step .blocks{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.Step .block{width:30vw}@media(max-width:767px){.Step .block{width:100%;padding-bottom:5vh}}.Step .ant-input-prefix{margin-right:6px}.secretaryStats_Main{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.secretaryStats_Main h1{font-size:4vh;letter-spacing:6px;text-transform:uppercase;color:#404a52}@media(max-width:767px){.secretaryStats_Main{padding:4vh 0}}.secretaryStats_charts{display:flex}@media(max-width:767px){.secretaryStats_charts{flex-direction:column}}.secretaryStats_line{width:50vw;margin-top:5vh;position:relative;right:-6vw}@media(max-width:767px){.secretaryStats_line{display:none}}.secretaryStats_graph{width:40vw;margin-top:13vh;position:relative;left:3vw}@media(max-width:767px){.secretaryStats_graph{width:90vw;left:0;margin-top:0}}.secretaryStats_content{display:flex;margin-top:8vh}@media(max-width:767px){.secretaryStats_content{flex-direction:column;width:100%;margin-top:2vh;padding:0 4vw}}.secretaryStats_card{box-shadow:0 2px 8px 0 rgba(0,0,0,.2);padding:1vw;text-align:center;transition:.3s;cursor:pointer;border-radius:4px;margin:1vw;font-weight:400}.secretaryStats_card p{border-bottom:3px solid #ffde34;border-radius:4px}@media(max-width:767px){.secretaryStats_card{padding:1rem}}.secretaryStats_card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.secretaryStats_Inner{text-align:center}.SelectedPage{display:flex;justify-content:center;align-items:center}.SelectedPage__filters{display:flex;justify-content:space-evenly;align-items:center;width:100%;padding:5vh 5vw 0}.StudenntDashboardPage{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(max-width:767px){.StudenntDashboardPage{height:90vh;justify-content:flex-start;align-items:center}}.StudenntDashboardPage .StudenntDashboardPage__buttons{display:flex}.StudenntDashboardPage .StudenntDashboardPage__buttons h1{font-size:4vh;text-transform:uppercase;letter-spacing:6px;color:#3f5366}@media(max-width:767px){.StudenntDashboardPage .StudenntDashboardPage__buttons h1{font-size:3vh}}@media(max-width:767px){.StudenntDashboardPage .StudenntDashboardPage__buttons{flex-direction:column;justify-content:space-evenly;height:90vh}}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button1{height:50vh;width:38vw;transition:all .2s}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button1 h1{padding-top:1vh}@media(max-width:767px){.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button1{width:100vw;height:25vh}}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button1:hover{transform:scale(1.1)}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button2{height:68vh;width:38vw;position:relative;z-index:2;top:-9vh;transition:all .2s}@media(max-width:767px){.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button2{width:100vw;height:35vh;top:-2vh}}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button2:hover{transform:scale(1.1)}.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button2 h1{position:relative;z-index:100;top:-8vh}@media(max-width:767px){.StudenntDashboardPage .StudenntDashboardPage__buttons .StudenntDashboardPage__button2 h1{top:-4vh}}.dispTable__edit{width:100%}.dispTable__edit .ant-tag{font-size:calc(6.30769px + .23077vw)}@media(max-width:767px){.dispTable__edit .ant-tag{font-size:calc(8.30769px + .23077vw)}}.dispTable__edit .ant-table th{font-size:calc(10.61538px + .46154vw)}@media(max-width:767px){.dispTable__edit .ant-table th{font-size:calc(13.61538px + .46154vw)}}.dispTable__edit .ant-table td{font-size:calc(8.61538px + .46154vw)}@media(max-width:767px){.dispTable__edit .ant-table td{font-size:calc(12.61538px + .46154vw)}}.dispTable__edit button{cursor:pointer}.studentView_table{min-height:100vh;height:100%}.studentView_table h1{padding-top:4vh;letter-spacing:6px;color:#3f5366}.studentView_table h1,.UnderProcess h1{text-transform:uppercase;text-align:center;font-size:4vh;font-weight:300;margin-bottom:4vh}.UnderProcess h1{padding-top:2vh;letter-spacing:8px;color:#404a52}@media(max-width:767px){.UnderProcess h1{margin-bottom:2vh}}.UnderProcess .ant-table{display:block}@media(max-width:767px){.UnderProcess .ant-table .ant-table-cell{margin-bottom:4vh}.UnderProcess .ant-table-thead{display:none}.UnderProcess .ant-table-tbody>tr td:first-of-type,.UnderProcess .ant-table-tbody>tr th:first-of-type,.UnderProcess .ant-table-thead>tr td:first-of-type,.UnderProcess .ant-table-thead>tr th:first-of-type{padding-top:1rem}.UnderProcess .ant-table-tbody>tr td:last-of-type,.UnderProcess .ant-table-tbody>tr th:last-of-type,.UnderProcess .ant-table-thead>tr td:last-of-type,.UnderProcess .ant-table-thead>tr th:last-of-type{padding-bottom:1rem}.UnderProcess .ant-table-tbody>tr>td,.UnderProcess .ant-table-tbody>tr>th,.UnderProcess .ant-table-thead>tr>td,.UnderProcess .ant-table-thead>tr>th{display:block;width:auto!important;border:none;padding:0 1rem;font-size:1.1rem}.UnderProcess .ant-table-tbody>tr>td:last-child,.UnderProcess .ant-table-tbody>tr>th:last-child,.UnderProcess .ant-table-thead>tr>td:last-child,.UnderProcess .ant-table-thead>tr>th:last-child{border-bottom:1px solid #eee}}.Temp__upload{width:100%;border-radius:4px;padding:1vh}.Temp__upload,.Temp__upload .Temp__upload-dragger{display:flex;flex-direction:column;justify-content:center;align-items:center}.Temp__upload .Temp__upload-dragger{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Temp__upload .Temp__upload-comment{padding-top:3vh;padding-bottom:5vh}.Temp__upload-heading h1{padding-top:2vh;text-align:center;margin-bottom:4vh;font-size:4vh;text-transform:uppercase;letter-spacing:8px;color:#404a52;font-weight:300}@media(max-width:767px){.Temp__upload-heading h1{margin-bottom:2vh}}.UploadPage{min-height:100vh;height:100%;overflow-x:hidden}.UploadPage__card{padding:4vh 4vw 0}.Upload__spinner{height:92vh}.Comment .ant-comment{width:50vw}.Comment .ant-comment .ant-comment-avatar img{width:2.2rem;height:5vh}@media(max-width:767px){.Comment .ant-comment{width:90vw}}.ViewGrievance{justify-content:space-between;padding:0 6vw;margin-top:2vh;align-items:center;min-height:90vh;height:100%}.ViewGrievance,.ViewGrievance .ViewGrievance__comments{display:flex;flex-direction:column;width:100%}.ViewGrievance button{-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.ViewGrievance .ant-modal-body img{width:5vw;height:10vh}.ViewGrievance .ViewGrievance__time{text-align:center}.ViewGrievance .ViewGrievance__data,.ViewGrievance .ViewGrievance__modal-first{display:flex;justify-content:space-between}.ViewGrievance .ViewGrievance__data{width:100%;text-align:center;margin-top:1rem}@media(max-width:767px){.ViewGrievance .ViewGrievance__data{flex-direction:column;height:12vh}}.ViewGrievance .ViewGrievance__data .ViewGrievance__author{font-size:18px;font-weight:700;color:#fff}.ViewGrievance .ViewGrievance__data .ViewGrievance__author .ViewGrievance__author-first,.ViewGrievance .ViewGrievance__data .ViewGrievance__author .ViewGrievance__author-second{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#3bb2ac;padding:.5rem 2rem;min-width:20vw}.ViewGrievance .ViewGrievance__data .ViewGrievance__author .ViewGrievance__author-second{margin-top:5vh}.ViewGrievance .ViewGrievance__data .ViewGrievance__against{padding:4px 15px;box-shadow:0 2px 0 rgba(0,0,0,.045);border-radius:2px;color:#fff;text-transform:capitalize;background-color:#e5435a}.ViewGrievance .ViewGrievance__data .ViewGrievance__against span{font-weight:100}.ViewGrievance2{min-height:97vh}.ViewGrievance__title{font-size:5vh;text-align:center;padding-top:1rem}@media(max-width:767px){.ViewGrievance__title{font-size:3vh;padding-top:5vh}}.ViewGrievance__description{width:100%;text-align:center;padding:2rem 0;font-size:1.4rem}@media(max-width:767px){.ViewGrievance__description{font-size:2.5vh}}.ViewGrievance__submit{display:flex;width:100%;align-items:center;margin-bottom:5vh;justify-content:space-evenly}.ViewGrievance__submit button:active{transform:translateY(2px)}@media(max-width:767px){.ViewGrievance__submit{flex-wrap:wrap}}@media(max-width:767px){.ViewGrievance__submit button{margin:1rem}}.Grievance .Grievance__comments{display:flex;justify-content:center;align-items:center;flex-direction:column}.Grievance .Grievance__comments .ant-collapse{width:56.5vw;background-color:#fff;border-radius:4px}
/*# sourceMappingURL=main.0081f877.chunk.css.map */