@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,html{height:100%;margin:0;padding:0;width:100%}::-webkit-scrollbar{display:none}.app{height:100%;width:100%}.landing_page{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:row;height:90vh;justify-content:space-between;overflow:hidden;position:absolute;width:100vw}.landing_page .left{align-items:flex-start;padding:50px}.landing_page .left,.landing_page .right{box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;width:50%}.landing_page .right{align-items:center}.landing_page .right .doctor_image{height:100%;width:auto}.landing_page .left .title{font-size:51px;margin-bottom:10px}.landing_page .left .description,.landing_page .left .title{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:auto}.landing_page .left .description{margin-bottom:20px}.landing_page .left .services_button{background:linear-gradient(90deg,#259afc,#5cb6ff);border:0 solid;border-radius:10px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;height:50px;outline:none;text-decoration:none;width:150px}.landing_page .left .services_button:hover{background:linear-gradient(270deg,#259afc,#5cb6ff)}.landing_page .left .services_button .linkservice{color:#fff;text-decoration:none}@media screen and (max-width:768px){.landing_page{align-items:center;flex-direction:column;height:auto;justify-content:center;margin:0;overflow:scroll;padding:0;position:relative;top:13%;width:100vw}.landing_page .left{height:auto;padding:0;width:80%}.landing_page .left .title{font-size:35px;margin-bottom:5px}.landing_page .left .description{font-weight:400;margin-bottom:15px}.landing_page .right{height:auto;width:100vw}.landing_page .right .doctor_image{height:auto;width:85%}}.services{bottom:0;flex-direction:column;height:90vh;justify-content:center;overflow:hidden;position:absolute;width:100vw}.services,.services .imgproto{align-items:center;box-sizing:border-box;display:flex}.services .imgproto{flex-direction:row;flex-wrap:wrap;height:60%;justify-content:space-evenly;padding:30px;width:100%}.services .imgproto .proto{border-radius:20px;filter:drop-shadow(rgba(0,0,0,.2) 0 0 20px);height:100%;object-fit:cover;width:30%}.services .description{align-items:center;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;height:10%;justify-content:center;text-align:justify;width:40%}.services .facility_sec{flex-wrap:wrap;height:40%;justify-content:center;width:100%}.services .facility_sec,.services .facility_sec .facility_item{align-items:center;display:flex;flex-direction:row;list-style:none}.services .facility_sec .facility_item{background-color:#fff5e6;border-radius:25px;box-sizing:border-box;height:100px;justify-content:flex-start;margin-left:7px;margin-right:7px;overflow:hidden;padding:10px;width:200px}.services .facility_sec .facility_item .facility_image{background-color:initial;border:2px solid #000;border-radius:50%;box-sizing:border-box;height:60%;padding:5px;width:auto}.services .facility_sec .facility_item .facility_name{align-items:center;display:flex;flex-direction:row;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;height:100%;justify-content:flex-start;margin-left:10px;width:100%}@media screen and (max-width:720px){.services{overflow:hidden;position:relative;top:10%;width:100vw}.services,.services .imgproto{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center}.services .imgproto{flex-wrap:nowrap;width:80%}.services .imgproto .proto{border-radius:20px;filter:drop-shadow(rgba(0,0,0,.2) 0 0 20px);height:150px;margin-bottom:10px;margin-top:10px;object-fit:cover;width:100%}.services .description{align-items:center;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;justify-content:center;margin-bottom:35px;text-align:justify;width:80%}.services .facility_sec{flex-wrap:wrap;height:auto;justify-content:center;margin-bottom:20px;width:100%}.services .facility_sec,.services .facility_sec .facility_item{align-items:center;display:flex;flex-direction:row;list-style:none}.services .facility_sec .facility_item{background-color:#fff5e6;border-radius:25px;box-sizing:border-box;height:75px;justify-content:flex-start;margin:7px;overflow:hidden;padding:10px;width:150px}.services .facility_sec .facility_item .facility_image{background-color:initial;border:1.5px solid #000;border-radius:50%;box-sizing:border-box;height:60%;padding:5px;width:auto}.services .facility_sec .facility_item .facility_name{align-items:center;display:flex;flex-direction:row;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;height:100%;justify-content:flex-start;margin-left:10px;width:100%}}.user{flex-direction:column;height:auto;justify-content:center;min-height:100vh;width:100vw}.user,.user .profile_sec{align-items:center;box-sizing:border-box;display:flex}.user .profile_sec{background-color:#259afc;border-radius:20px;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);flex-direction:row;height:300px;justify-content:space-between;margin-top:20vh;overflow:hidden;width:90vw}.user .profile_sec .profile_image{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:30%}.user .profile_sec .profile_image .img{background-color:#f0f8ff;border-radius:50%;height:250px;width:250px}.user .profile_sec .profile_details{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:25px;padding-top:25px;width:70%}.user .profile_sec .profile_details .profile_desc{color:#fff;font-size:17px;font-weight:500;text-align:center;width:auto}.user .chart,.user .profile_sec .profile_details .profile_desc{align-items:center;display:flex;flex-direction:column;justify-content:center}.user .chart{background-color:#f0f8ff;border-radius:20px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);height:100%;margin-bottom:10vh;margin-top:25px;overflow:hidden;padding:20px;width:90vw}.user .chart .label{flex-direction:row;margin-bottom:5px;margin-top:5px;text-align:center;width:100%}.user .chart .label,.user .chart .line{align-items:center;display:flex;justify-content:center}.user .chart .line{flex-direction:column;height:80vh;margin-bottom:20px}@media screen and (max-width:720px){.user .profile_sec{background-color:#5cb6ff;border-radius:20px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);justify-content:space-between;overflow:hidden;width:80vw}.user .profile_sec,.user .profile_sec .profile_image{align-items:center;display:flex;flex-direction:column;height:auto}.user .profile_sec .profile_image{justify-content:center;margin-bottom:10px;margin-top:20px;width:auto}.user .profile_sec .profile_image .img{background-color:#f0f8ff;border-radius:50%;height:auto;width:80%}.user .profile_sec .profile_details{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:20px;overflow:hidden;padding-bottom:0;padding-top:0;width:80%}.user .profile_sec .profile_details .profile_desc{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:15px;font-weight:500;justify-content:flex-start;margin-top:5px;text-align:left;width:auto}.user .chart{background-color:#f0f8ff;box-sizing:border-box;overflow:hidden;width:80vw}.user .chart,.user .chart .line{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center}.user .chart .line{margin-bottom:10px;margin-top:10px;width:80%}}.lineOut{border:0;border-radius:10px;flex-direction:column;height:auto;margin-bottom:20px}.lineOut,.lineOut .label{align-items:center;display:flex;justify-content:center;width:100%}.lineOut .label{flex-direction:row;margin-bottom:5px;margin-top:5px;text-align:center}.popup{background-color:#0009;height:100vh;position:fixed;top:0;width:100vw;z-index:10}.popup,.popup .popcontainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.popup .popcontainer{background-color:#f0f8ff;border-radius:15px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.2) 0 0 10px);height:250px;overflow:hidden;padding:20px;width:250px}.popup .popcontainer .warning{align-items:center;color:#259afc;display:flex;flex-direction:row;font-weight:600;height:20%;justify-content:center;margin-bottom:5px;width:100%}.login{background-color:#fff;min-height:100vh;padding-bottom:50px;padding-top:50px;width:100vw}.login,.login .form{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;overflow:hidden}.login .form{background-color:#f0f8ff;border-radius:25px;filter:drop-shadow(rgba(0,0,0,.2) 0 0 10px);padding:20px;width:400px}.login .form .loginlabel{flex-direction:column;justify-content:center}.login .form .loginlabel,.login .form .modeswap{align-items:center;display:flex;font-family:Roboto,sans-serif;font-size:25px;font-style:normal;font-weight:600;height:auto;margin-bottom:10px;padding-bottom:5px;padding-top:5px;text-align:center;width:100%}.login .form .modeswap{border-radius:15px;flex-direction:row;justify-content:space-between}.login .form .modeswap .modeapp{background-color:#5cb6ff;border:0;border-radius:10px;cursor:pointer;height:45px;outline:none;width:49%}.login .form .entry{background-color:#fff;border:0;border-radius:10px;box-sizing:border-box;height:40px;margin-bottom:10px;outline:none;padding-left:10px;padding-right:10px;text-decoration:none;width:100%}.login .form .submit{align-items:center;background-color:#5cb6ff;border:0;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;font-size:15px;height:40px;justify-content:center;text-align:center;width:90px}@media screen and (max-width:720px){.login .form{height:auto;padding:30px;width:275px}.login .form .submit{font-size:13px}}.register{background-color:#fff;min-height:100vh;padding-bottom:50px;padding-top:50px;width:100vw}.register,.register .register_form{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;overflow:hidden}.register .register_form{background-color:#f0f8ff;border-radius:25px;filter:drop-shadow(rgba(0,0,0,.2) 0 0 10px);margin-top:50px;padding:20px;width:400px}.register .register_form .registerlabel{flex-direction:column;justify-content:center}.register .register_form .modeswap,.register .register_form .registerlabel{align-items:center;display:flex;font-family:Roboto,sans-serif;font-size:25px;font-style:normal;font-weight:600;height:auto;margin-bottom:10px;padding-bottom:5px;padding-top:5px;text-align:center;width:100%}.register .register_form .modeswap{border-radius:15px;flex-direction:row;justify-content:space-between}.register .register_form .modeswap .modeapp{background-color:#5cb6ff;border:0;border-radius:10px;cursor:pointer;height:45px;outline:none;width:49%}.register .register_form .register_det{border:0;border-radius:10px;box-sizing:border-box;height:40px;margin-bottom:10px;outline:none;padding-left:10px;padding-right:10px;text-align:start;width:100%}.register .register_form .register_submit{background-color:#5cb6ff;border:0;border-radius:15px;cursor:pointer;font-size:15px;height:45px;width:100px}@media screen and (max-width:720px){.register .register_form{height:auto;padding:30px;width:275px}.register .register_form .register_submit{font-size:13px}}.doctor{box-sizing:border-box;flex-direction:column;height:auto;justify-content:center;padding-top:50px;position:absolute;top:10%;width:100vw}.doctor,.doctor .profile_sec{align-items:center;display:flex}.doctor .profile_sec{background-color:#259afc;border-radius:20px;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);flex-direction:row;height:300px;justify-content:space-between;width:90vw}.doctor .profile_sec .profile_image{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:30%}.doctor .profile_sec .profile_image .img{background-color:#f0f8ff;border-radius:50%;height:250px;width:250px}.doctor .profile_sec .profile_details{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:25px;padding-top:25px;width:70%}.doctor .profile_sec .profile_details .profile_desc{color:#fff;font-size:17px;font-weight:500;text-align:center;width:auto}.doctor .device_section,.doctor .profile_sec .profile_details .profile_desc{align-items:center;display:flex;flex-direction:column;justify-content:center}.doctor .device_section{background-color:#f0f8ff;border-radius:20px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);flex-wrap:wrap;height:auto;margin-bottom:50px;margin-top:50px;min-height:200px;overflow:hidden;width:90vw}.doctor .device_section .devices{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-evenly;overflow:hidden;padding:20px;width:100%}.doctor .device_section .devices .device{align-items:center;background-color:#259afc;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;font-size:20px;font-weight:700;height:125px;justify-content:center;list-style-type:none;margin:10px;position:relative;text-align:center;width:125px}.doctor .device_section .devices .device .live{background-color:red;border:2px solid #f0f8ff;border-radius:50%;bottom:5%;height:20px;position:absolute;right:5px;width:20px}@media screen and (max-width:720px){.doctor .profile_sec{background-color:#5cb6ff;border-radius:20px;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);justify-content:space-between;width:80%}.doctor .profile_sec,.doctor .profile_sec .profile_image{align-items:center;display:flex;flex-direction:column;height:auto}.doctor .profile_sec .profile_image{justify-content:center;margin-bottom:10px;margin-top:20px;width:auto}.doctor .profile_sec .profile_image .img{background-color:#f0f8ff;border-radius:50%;height:auto;width:80%}.doctor .profile_sec .profile_details{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:20px;overflow:hidden;padding-bottom:0;padding-top:0;width:80%}.doctor .profile_sec .profile_details .profile_desc{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:15px;font-weight:500;justify-content:flex-start;margin-top:5px;text-align:left;width:auto}.doctor .device_section{background-color:#f0f8ff;border-radius:20px;filter:drop-shadow(rgba(0,0,0,.4) 0 0 10px);flex-direction:column;height:auto;justify-content:center;margin-bottom:50px;margin-top:50px;min-height:200px;width:80%}.doctor .device_section,.doctor .device_section .devices{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden}.doctor .device_section .devices{flex-direction:row;height:100%;justify-content:space-evenly;padding:20px;width:100%}.doctor .device_section .devices .device{align-items:center;background-color:#259afc;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;font-size:20px;font-weight:700;height:100px;justify-content:center;list-style-type:none;margin:10px;position:relative;text-align:center;width:100px}.doctor .device_section .devices .device .live{background-color:red;border:2px solid #f0f8ff;border-radius:50%;bottom:5%;height:20px;position:absolute;right:5px;width:20px}}.info{background-color:#fff;box-sizing:border-box;height:auto;overflow:hidden}.info,.info .popup{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100vw}.info .popup{background-color:#0009;height:100vh;position:fixed;top:0;z-index:10}.info .popup .popcontainer{background-color:#f0f8ff;border-radius:15px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.2) 0 0 10px);height:200px;overflow:hidden;padding:20px;position:relative;width:200px}.info .popup .popcontainer,.info .popup .popcontainer .label{align-items:center;display:flex;flex-direction:column;justify-content:center}.info .popup .popcontainer .label{text-align:center}.info .popup .popcontainer .buttons{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:45px;justify-content:space-evenly;overflow:hidden;width:100%}.info .popup .popcontainer .buttons .operationbutton{background:linear-gradient(90deg,#259afc,#5cb6ff);border:0;border-radius:5px;cursor:pointer;font-size:13px;font-weight:500;height:100%;outline:none;width:40%}.info .patient{align-content:space-between;box-sizing:border-box;display:flex;filter:drop-shadow(rgba(0,0,0,.2) 0 0 5px);flex-direction:row;height:590px;justify-content:center;margin-bottom:100px;margin-top:100px;overflow:hidden;width:auto}.info .patient .profile{background-color:initial;height:auto;margin-right:5px;width:250px}.info .patient .profile,.info .patient .profile .id{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.info .patient .profile .id{background-color:#5cb6ff;border-radius:15px;font-size:30px;font-weight:600;height:75px;margin-bottom:10px;text-align:center}.info .patient .profile .details{align-items:center;background-color:#f0f8ff;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;overflow:hidden;width:100%}.info .patient .profile .details .profileimg{background-color:#f0f8ff;box-sizing:border-box;height:250px;object-fit:cover;overflow:hidden;width:100%}.info .patient .profile .details .profile_details{background-color:#5cb6ff;border:0 solid;border-radius:15px;box-sizing:border-box;height:220px;margin:25px;overflow:hidden;padding:10px;width:80%}.info .patient .profile .details .profile_details .profile_desc{box-sizing:border-box;font-size:13px;font-weight:600;height:auto;margin-bottom:5px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:wrap}.info .patient .util{height:100%;margin-left:5px;width:550px}.info .patient .util,.info .patient .util .charts{align-items:center;display:flex;flex-direction:column;justify-content:center}.info .patient .util .charts{background-color:#f0f8ff;border-radius:20px;box-sizing:border-box;height:calc(100% - 85px);margin-bottom:10px;overflow:hidden;padding:20px;text-align:center;width:100%}.info .patient .util .charts .wrapper{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:scroll;width:100%}.info .patient .util .charts .wrapper::-webkit-scrollbar{display:none}.info .patient .util .opt{align-items:center;background-color:#f0f8ff;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:row;height:75px;justify-content:space-evenly;overflow:hidden;width:100%}.info .patient .util .opt .but{background-color:initial;border:0 solid;cursor:pointer;height:35px;outline:none;width:35px}@media screen and (max-width:768px){.info .patient{flex-direction:column;height:auto;margin-bottom:25%;margin-top:25%}.info .patient .profile{margin-bottom:20px;margin-right:0;width:80vw}.info .patient .util{margin-left:0;margin-top:0;width:80vw}.info .patient .profile .id,.info .patient .util .charts{margin-bottom:20px}}.AssignPopup{background-color:#f5f5f5;height:100vh;justify-content:center;width:100vw}.AssignPopup,.AssignPopup .card{align-items:center;display:flex;flex-direction:column}.AssignPopup .card{background-color:#259afc;border-radius:25px;box-sizing:border-box;filter:drop-shadow(rgba(0,0,0,.2) 0 0 10px);height:auto;justify-content:space-between;overflow:hidden;width:350px}.AssignPopup .card .id{background-color:#f0f8ff;border-radius:50%;font-size:30px;font-weight:600;height:100px;margin:10px;text-align:center;width:100px}.AssignPopup .card .form,.AssignPopup .card .id{align-items:center;display:flex;flex-direction:column;justify-content:center}.AssignPopup .card .form{background-color:#fff5e6;box-sizing:border-box;height:auto;overflow:hidden;padding:20px;width:100%}.AssignPopup .card .form .entry{background-color:#fff;margin-bottom:10px}.AssignPopup .card .form .entry,.AssignPopup .card .form .submit{border:0;border-radius:10px;box-sizing:border-box;height:40px;outline:none;padding-left:10px;padding-right:10px;text-decoration:none;width:100%}.AssignPopup .card .form .submit{background-color:#5cb6ff;cursor:pointer}@media screen and (max-width:720px){.AssignPopup .card{width:250px}}.vision{align-items:center;bottom:0;flex-direction:column;height:90vh;position:absolute;width:100vw}.vision,.vision .header{box-sizing:border-box;display:flex;justify-content:center;overflow:hidden}.vision .header{align-items:flex-end;background-color:blue;flex-direction:row;font-size:51px;height:30%;padding-bottom:20px;text-align:center;width:100%}.vision .anime{background-color:green;height:70%;width:100%}.vision .anime .description{flex-direction:column;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;text-align:justify;width:40%}.navbar,.vision .anime .description{align-items:center;display:flex;height:10%;justify-content:center}.navbar{background-color:#fff;filter:drop-shadow(rgba(0,0,0,.25) 1px 1px 10px);position:fixed;top:0;z-index:1000}.navbar,.navbar .sectionf{flex-direction:row;width:100%}.navbar .sectionf{align-items:center;display:flex;height:100%;justify-content:space-between}.navbar .sectionf .title{align-items:flex-start;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:600;height:100%;justify-content:center;padding-left:60px;width:30%}.navbar .sectionf .items{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;list-style:none;text-decoration:none;width:50%}.navbar .sectionf .items .item{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;outline:none;padding-right:60px;text-decoration:none;width:auto}.navbar .sectionf .items .item .link:hover{color:#259afc}.navbar .items .item .link{color:#000;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:500;text-decoration:none}.navbar .sections{display:none}@media screen and (max-width:720px){.navbar .sectionf{display:none}.navbar .sections{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:80%}.navbar .sections .title{align-items:center;display:flex;flex-direction:row;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:600;justify-content:flex-start;margin:0;padding:0;text-align:left;width:auto}.navbar .sections .outerbuttonsection{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:auto}.navbar .sections .outerbuttonsection .smallnav{align-items:center;aspect-ratio:1/1;border:0 solid;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;outline:none;padding:0;width:40px}.navbar .sections .outerbuttonsection .smallnav .smallImg{border:0 solid;border-radius:50%;height:100%;width:100%}.navbar .sections .outerbuttonsection .profiledetails{align-items:center;background-color:#fff;border:0 solid;border-bottom-left-radius:15px;box-sizing:border-box;display:none;flex-direction:column;height:auto;justify-content:center;overflow:hidden;padding-bottom:5px;padding-top:5px;position:absolute;right:0;top:100%;width:40vw}.slide-in-right{animation:slide-in-right .75s cubic-bezier(.25,.46,.45,.94) both;display:flex}@keyframes slide-in-right{0%{opacity:0;transform:translateX(1000px)}to{opacity:1;transform:translateX(0)}}.slide-out-right{animation:slide-out-right .75s cubic-bezier(.55,.085,.68,.53) both}@keyframes slide-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(1000px)}}.navbar .sections .outerbuttonsection .profiledetails .item{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:5px;margin-top:5px;outline:none;padding-bottom:5px;padding-top:5px;text-decoration:none;width:auto}.navbar .sections .outerbuttonsection .profiledetails .item .link{color:#000;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:500;text-decoration:none}.navbar .sections .outerbuttonsection .profiledetails .item .link:hover{color:#259afc}}
/*# sourceMappingURL=main.ebd35641.css.map*/