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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root,.App,body,html{display:flex;flex-direction:column;flex-grow:1;height:100%}::-webkit-scrollbar{width:0;background:transparent}::-webkit-scrollbar-thumb{background:red}.form-input-wrapper{position:relative;margin:30px 20px}.form-input-wrapper .form-input{background:none;background-color:#fff;color:grey;font-size:18px;padding:10px 0 5px;display:block;width:100%;border-radius:0;border:none;border-bottom:1px solid grey;margin:25px 0}.form-input-wrapper .form-input:focus{outline:none}.form-input-wrapper .form-input:focus~.form-input-label{top:-14px;font-size:12px;color:#000}.form-input-wrapper input[type=password]{letter-spacing:.3em}.form-input-wrapper .form-input-label{color:grey;font-size:16px;font-weight:400;position:absolute;pointer-events:none;left:7px;top:10px;transition:all .3s ease}.form-input-wrapper .form-input-label.shrink{top:-14px;font-size:12px;color:#000}.custom-button{min-width:165px;width:auto;max-height:6.5vw;letter-spacing:.5px;line-height:50px;padding:0 35px;margin:2px 0;font-size:15px;background-color:#2c4258;color:#fff;text-transform:uppercase;font-family:"Open Sans Condensed";font-weight:bolder;border:2px solid #2c4258;border-radius:0 15px;cursor:pointer;display:flex;justify-content:center;align-items:center}.custom-button:hover{background-color:#fff;color:#2c4258;border:2px solid #2c4258}.custom-button.google-signin{background-color:#456585;border:2px solid #456585}.custom-button.google-signin:hover{background-color:#e5f0fd}.custom-button.inverted{background-color:#fff;color:#2c4258;border:2px solid #2c4258}.custom-button.inverted:hover{background-color:#2c4258;color:#fff;border:2px solid #021e39}.sign-in{display:flex;flex-direction:column;min-width:35%;margin:0 5px 20px 0}.sign-in .title{margin:10px 0;display:flex;justify-content:center}.sign-in .button-box{display:flex;flex-wrap:wrap;justify-content:space-between}.sign-in .createacc{margin-top:20px;margin-bottom:-10px;font-size:14px;display:flex;justify-content:center;cursor:pointer;color:#855}.sign-up{display:flex;flex-direction:column;min-width:30%;margin-bottom:0 0 5px 5px}.sign-up .title{margin:10px 0}.sign-up .dologin,.sign-up .title{display:flex;justify-content:center}.sign-up .dologin{margin-top:20px;margin-bottom:-10px;font-size:14px;cursor:pointer;color:#855}.drawerContainer{width:200px;height:100%;box-shadow:0 1px 2px rgba(29,19,116,.25)}.drawerContainer .drawerHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 10px;box-shadow:-1px 1px 2px rgba(0,0,0,.25);color:#430396;font-weight:600;font-size:18px;height:50px}.drawerContainer .drawerHeader .drawericon{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;width:40px}.drawerContainer .menus{font-size:15px;padding:5px 5px 20px;color:rgba(38,10,83,.8)}.drawerContainer .menus .menuItem{display:flex;justify-content:flex-end;align-items:center;height:45px;margin:5px 0;padding:0 20px;box-shadow:-1px 1px 2px rgba(0,0,0,.1);cursor:pointer}.drawerContainer .menus .menuItem:hover{color:#921463;font-size:16px}.header{display:flex;flex-direction:row;justify-content:space-between;height:60px;background-color:#fff;padding:5px 0;box-shadow:0 1px 3px rgba(31,5,92,.356);width:100%}.header .header-logo{height:100%;margin-left:15px}.header .header-logo .logo-wrapper{height:100%;width:55px;object-fit:cover}.header .header-logo .logo-wrapper img{height:100%;width:100%}.header .header-content{display:flex;justify-content:center;align-items:center;padding:10px;margin-right:40px}.header .header-content .header-icon{border:1px solid rgba(0,0,0,.13333333333333333);border-radius:4px;padding:3px;margin-left:10px;display:flex;justify-content:center;align-items:center}.header .header-menu-popup{position:absolute;top:61px;right:0;display:flex;flex-direction:column;padding:10px 65px;border-width:1px;border-radius:15px 0 15px 15px;box-shadow:0 1px 5px rgba(0,0,0,.26666666666666666);font-size:14px;background-color:#fff}.header .header-menu-popup .header-menu-item{display:flex;align-items:center;justify-content:flex-end;margin:5px 0;cursor:pointer;color:rgba(0,0,0,.8)}.header .header-menu-popup .header-menu-item span{display:flex;justify-content:center}.ovCardWrapper{height:150px;background-color:#fce2e5;border-radius:10px;box-shadow:0 1px 3px rgba(63,56,57,.3333333333333333);margin:40px 60px 40px 50px;padding:10px;cursor:pointer;display:flex;min-width:200px;width:22%;max-width:300px}.ovCardWrapper .innerWrapper{flex-grow:1;text-align:center;background-color:rgba(255,242,242,0);border-radius:10px;box-shadow:0 1px 3px rgba(51,44,68,.129);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#5f3c3c;text-shadow:1px 1px 4px rgba(97,43,125,.3137254901960784);padding:0 10px}.ovCardWrapper .innerWrapper *{margin:7px 0}.ovCardWrapper .innerWrapper .cardIcon{box-shadow:0 0 2px rgba(33,3,102,.2);text-shadow:1px 1px 4px rgba(97,43,125,.6784313725490196);font-size:25px;border-radius:5px;padding:0 10px;display:flex;justify-content:center;align-items:center}.overviewContainer{display:flex;flex-direction:column;flex-grow:1;overflow:scroll;padding:0 10px}.overviewContainer .rowSec{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.overview-page{display:flex;flex-direction:column;flex-grow:1}.overview-page .container{flex-grow:1;display:flex;flex-direction:row}.ptnCard{min-height:180px;min-width:450px;max-height:180px;max-width:450px;padding:8px;display:flex;flex-direction:column;border:1px solid rgba(73,49,117,.35);border-radius:10px;font-size:12px;box-shadow:0 3px 5px rgba(82,82,121,.4);margin:20px}.ptnCard .frstSec{display:inline-flex;flex-direction:row;height:80px;margin:2px}.ptnCard .frstSec .imgWrapper{width:70px;height:80px;padding:3px;border:1px solid rgba(21,35,82,.329);border-radius:5px;display:flex;align-items:center;justify-content:center}.ptnCard .frstSec .imgWrapper img{height:100%;width:100%;object-fit:cover}.ptnCard .frstSec .details{margin-left:10px;padding:10px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:space-evenly}.ptnCard .frstSec .details div{color:rgba(0,0,0,.8);margin:1px 0}.ptnCard .frstSec .details div div{margin-left:5px;color:#000;font-weight:400}.ptnCard .frstSec .details .items{display:flex;flex-direction:row}.ptnCard .scndSec{padding:5px;margin:10px 2px 2px}.ptnCard .scndSec .items{display:flex;flex-direction:row;color:rgba(0,0,0,.8);font-weight:700;margin:1px 0}.ptnCard .scndSec .items div,.ptnCard .scndSec .items span{margin-left:10px;font-weight:400;color:#000;font-size:12px}.ptnCard .modal{position:fixed;background-color:#fff;top:20%;left:25%;padding:100px 0;border-style:solid;border-color:rgba(85,85,85,.3333333333333333);border-radius:10px}.ptnCard .modal .closeBtn{position:absolute;top:10px;right:10px;width:50px;height:50px;display:flex;justify-content:flex-end}.docCard{min-height:180px;min-width:450px;max-height:180px;max-width:450px;padding:8px;display:flex;flex-direction:column;border:1px solid rgba(73,49,117,.35);border-radius:10px;font-size:12px;box-shadow:0 3px 5px rgba(82,82,121,.4);margin:20px}.docCard .frstSec{display:inline-flex;flex-direction:row;height:80px;margin:2px}.docCard .frstSec .imgWrapper{width:70px;height:80px;padding:3px;border:1px solid rgba(21,35,82,.329);border-radius:5px;display:flex;align-items:center;justify-content:center}.docCard .frstSec .imgWrapper img{height:100%;width:100%;object-fit:cover}.docCard .frstSec .details{margin-left:10px;padding:10px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:space-evenly}.docCard .frstSec .details div{color:rgba(0,0,0,.8);margin:2px 0}.docCard .frstSec .details div div{font-weight:400;margin-left:5px;color:#000}.docCard .frstSec .details .items{display:flex;flex-direction:row}.docCard .scndSec{padding:5px;margin:0 2px 2px}.docCard .scndSec .items{display:flex;flex-direction:row;color:rgba(0,0,0,.8);font-weight:700;margin:1px 0}.docCard .scndSec .items div,.docCard .scndSec .items span{font-weight:400;margin-left:10px;color:#000;font-size:12px}.docCard .modal{position:fixed;background-color:#fff;top:20%;left:25%;padding:100px 0;border-style:solid;border-color:rgba(85,85,85,.3333333333333333);border-radius:10px}.docCard .modal .closeBtn{position:absolute;top:10px;right:10px;width:50px;height:50px;display:flex;justify-content:flex-end}.prescription-details{max-height:440px;width:270px;background-color:#fff;margin:20px;border-radius:10px;box-shadow:0 0 2px rgba(0,0,0,.5333333333333333);display:flex;flex-direction:column;padding:10px;font-size:10px;overflow:scroll}.prescription-details div{margin:2.5px 0}.prescription-details div span{color:rgba(0,0,0,.8);margin-left:5px}.rxCard{min-height:180px;width:450px;padding:8px;display:flex;flex-direction:column;border:1px solid rgba(73,49,117,.35);border-radius:10px;font-size:12.5px;box-shadow:0 3px 5px rgba(82,82,121,.4);margin:15px 20px;justify-content:space-between}.rxCard .rxfrstSec{display:inline-flex;flex-direction:row}.rxCard .rxfrstSec .imgWrapper{min-width:90px;height:118px;padding:3px;border:1px solid rgba(21,35,82,.329);border-radius:5px;cursor:pointer}.rxCard .rxfrstSec .imgWrapper img{height:100%;width:100%;object-fit:fill}.rxCard .rxfrstSec .details{margin-left:10px;padding:5px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:space-evenly}.rxCard .rxfrstSec .details div{font-weight:700}.rxCard .rxfrstSec .details div div,.rxCard .rxfrstSec .details div span{margin-left:5px;color:#000;font-weight:400}.rxCard .scndSec{padding:6px 8px}.rxCard .scndSec .advice{font-weight:700}.rxCard .scndSec .advice div,.rxCard .scndSec .advice span{margin-left:5px;color:#000;font-weight:400}.rxCard .scndSec .footer{display:flex;flex-direction:row;margin-top:4px;justify-content:space-between}.rxCard .scndSec .footer .token-id{font-weight:700;font-size:13px;color:#0a609e;cursor:pointer}.rxCard .modal{position:fixed;top:0;left:0;padding:100px 0;border-style:solid;border-color:rgba(85,85,85,.3333333333333333);display:flex;height:100%;width:100%;justify-content:center;z-index:10}.rxCard .modal .modalWrapper{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transform:scale(1.5);transform:scale(1.5);border-radius:10px;border:1px solid rgba(0,0,0,.3333333333333333);box-shadow:1px 2px 4px rgba(0,0,0,.26666666666666666);margin-top:90px}.rxCard .modal .modalWrapper .closeBtn{position:absolute;top:5px;right:5px;width:10px;height:10px;display:flex;padding:2px;justify-content:center;align-items:center;border-radius:15px;border:1px solid rgba(0,0,0,.2);cursor:pointer;color:rgba(0,0,0,.6666666666666666)}.rxlist{display:flex;flex-direction:column;flex-grow:1}.rxlist .listHead{margin-bottom:10px}.rxlist .listHead .title{display:flex;flex-direction:row;justify-content:center;font-size:30px}.rxlist .rxfilter{display:flex;flex-direction:row;flex-wrap:wrap;margin:10px 0;padding:5px 0;justify-content:space-evenly;align-items:center}.rxlist .rxfilter .rxfilter-sec{width:30%;display:flex;justify-content:center;align-items:center}.rxlist .rxfilter .rxfilter-sec:nth-child(2){font-size:large}.rxlist .rxfilter .rxfilter-sec2{flex-grow:2;font-size:15px}.rxlist .allLists{display:flex;flex-direction:row;flex-wrap:wrap;overflow:scroll;justify-content:center}.rxlist #react-paginate{display:flex;flex-direction:row-reverse;padding:10px 60px}.rxlist #react-paginate ul{display:inline-block;padding-left:15px;padding-right:15px}.rxlist #react-paginate li{background:#fff;padding:10px 5px;border:1px solid #519abd;cursor:pointer;display:inline-block}.rxlist #react-paginate li a{padding:0 15px}.rxlist #react-paginate .active{color:#fff;background-color:#519abd}.rxlist #react-paginate .previous{margin-right:5px;border-top-left-radius:10px;border-bottom-left-radius:10px}.rxlist #react-paginate .next{margin-left:5px;border-top-right-radius:10px;border-bottom-right-radius:10px}.prescriptions-page{display:flex;flex-direction:column;flex-grow:1}.prescriptions-page .container{flex-grow:1;display:flex;flex-direction:row}.doclist{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1}.doclist .listHead{margin-bottom:10px}.doclist .listHead .title{font-size:30px}.doclist .allLists,.doclist .listHead .title{display:flex;flex-direction:row;justify-content:center}.doclist .allLists{flex-wrap:wrap;overflow:scroll}.doctors-page{display:flex;flex-direction:column;flex-grow:1}.doctors-page .container{flex-grow:1;display:flex;flex-direction:row}.authentication{display:flex;flex-direction:column;justify-content:space-around;flex-wrap:wrap;align-items:center}.authentication .headTitle{margin:50px 0 20px;padding:20px;font-size:30px}.authentication .wrapper{padding:30px;border-style:solid;border-color:rgba(85,85,85,.3333333333333333);border-radius:20px;margin:0 50px 30px;min-width:30%}.authentication .wrapper .changepass{display:flex;flex-direction:column;min-width:35%;margin:0 5px 20px 0}.authentication .wrapper .changepass .title{margin:10px 0;display:flex;justify-content:center}.authentication .wrapper .changepass .button-box{display:flex;flex-wrap:wrap;justify-content:space-between}.authentication .wrapper .changepass .dashback{margin:10px 0;font-size:14px;display:flex;justify-content:center;cursor:pointer;color:#855}*{font-family:"Merienda",cursive}.ptnlist{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1}.ptnlist .listHead{margin-bottom:10px}.ptnlist .listHead .title{font-size:30px}.ptnlist .allLists,.ptnlist .listHead .title{display:flex;flex-direction:row;justify-content:center}.ptnlist .allLists{flex-wrap:wrap;overflow:scroll}.patients-page{display:flex;flex-direction:column;flex-grow:1}.patients-page .container{flex-grow:1;display:flex;flex-direction:row}
/*# sourceMappingURL=main.fcc0ad5d.chunk.css.map */