From 77436a90423120895d022eb42115c8eeda76768d Mon Sep 17 00:00:00 2001 From: RaY8118 Date: Sat, 14 Dec 2024 11:58:14 +0530 Subject: [PATCH] Updates --- assets/{index-Dq-Fkqg8.js => index--lKKve4g.js} | 0 assets/index-2mbmwAWT.css | 1 - assets/index-AvY8IGde.css | 1 + index.html | 6 +++--- 4 files changed, 4 insertions(+), 4 deletions(-) rename assets/{index-Dq-Fkqg8.js => index--lKKve4g.js} (100%) delete mode 100644 assets/index-2mbmwAWT.css create mode 100644 assets/index-AvY8IGde.css diff --git a/assets/index-Dq-Fkqg8.js b/assets/index--lKKve4g.js similarity index 100% rename from assets/index-Dq-Fkqg8.js rename to assets/index--lKKve4g.js diff --git a/assets/index-2mbmwAWT.css b/assets/index-2mbmwAWT.css deleted file mode 100644 index 472c12c..0000000 --- a/assets/index-2mbmwAWT.css +++ /dev/null @@ -1 +0,0 @@ -@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Montserrat,sans-serif}body{background:#61b4d7}.btn{padding:7px 20px;border-radius:12px;border:none;font-weight:700;letter-spacing:2px}.white-btn{background:#5b1212b9;color:#188a42}.purple-btn{background:#9083d5;color:#fff}p,span,a{font-size:20px}h1{font-size:36px;font-weight:900}h2{font-size:32px;font-weight:900}h3{font-size:28px;font-weight:900}h4{font-size:24px;font-weight:900}h5,h6{font-size:24px;font-weight:700}@media (max-width: 1186px){h1{font-size:32px;font-weight:900}h2{font-size:30px;font-weight:900}}.container{padding:0 100px}@media (max-width: 700px){.container{padding:0 20px}}.hero{display:flex;gap:50px;padding-top:120px;padding-bottom:120px;position:relative}.hero .banner{flex:1}.hero .banner h1,.hero .banner p{max-width:650px}.hero .banner h1{letter-spacing:2px;word-spacing:5px;font-size:40px}.hero .banner p{color:#111;letter-spacing:2px}.hero .banner span{position:absolute;right:-300px;top:-200px;z-index:-1}.hero .banner:first-child{display:flex;justify-content:center;flex-direction:column;gap:50px}.hero .banner:last-child{display:flex;justify-content:center;align-items:center;overflow-y:hidden}.animated-image{animation:moveUpDown 1s infinite alternate ease-in-out}@keyframes moveUpDown{0%{transform:translateY(0)}to{transform:translateY(20px)}}@media (max-width: 1186px){.hero .banner span{right:-400px}.hero .banner h1{font-size:32px}}@media (max-width: 1085px){.hero .banner span{right:-480px;top:-315px}}@media (max-width: 925px){.hero{flex-direction:column}@media (max-width: 700px){.hero{padding-bottom:40px}}}.form-component{padding-top:40px;padding-bottom:60px}.form-component h2{color:#000;letter-spacing:4px;margin-bottom:30px}.form-component h4{color:red;font-weight:700;margin-bottom:20px}.form-component p{max-width:750px;color:#000;margin-bottom:20px}.form-component form{display:flex;flex-direction:column;gap:30px}.form-component form div{display:flex;gap:30px}.form-component form input,.form-component form select,.form-component form textarea{flex:1;font-size:24px;padding:10px 10px 10px 40px;border-radius:7px;border:2px solid black}.form-component button{padding:10px 35px;color:#fff;font-weight:700;width:fit-content;border:none;border-radius:8px;font-size:24px;margin-bottom:30px;background:linear-gradient(140deg,#9083d5,#271776ca)}.form-component .wrapper{display:flex;gap:50px}.form-component .wrapper .banner{flex:1}.form-component .wrapper .banner:last-child{display:flex;justify-content:center;align-items:center}.form-component .wrapper .banner:last-child img{max-width:450px}.login-form{margin:100px auto 20px;max-width:800px;text-align:center}.register-form{max-width:1200px;margin:100px auto 20px}.login-form h2,.register-form h2{color:#000}@media (max-width: 1110px){.appointment-form form div:nth-child(4){flex-direction:column}.appointment-form form div:nth-child(5){flex-direction:column}}@media (max-width: 888px){.form-component{padding-top:30px;padding-bottom:30px}.form-component form div{flex-direction:column}}@media (max-width: 667px){.form-component form input,.form-component form select,.form-component form textarea{font-size:20px;padding:10px;border:2px solid black}}.biography{display:flex;gap:50px;padding-top:40px;padding-bottom:60px}.biography .banner:first-child{flex:1;display:flex;justify-content:center;align-items:center}.biography .banner:last-child{flex:1;display:flex;flex-direction:column;gap:10px}.biography .banner h3{font-weight:700;letter-spacing:3px}.biography .banner p:first-child{font-size:24px;letter-spacing:2px}@media (max-width: 925px){.biography{flex-direction:column-reverse}}.message-form{position:relative}.message-form h2{text-align:center;color:#000;position:relative}.message-form img{position:absolute;top:0;right:-16%;height:600px;z-index:-1}@media (max-width: 700px){.message-form img{right:-35%;height:450px;top:10%}}footer{padding-bottom:30px!important}footer hr{margin-bottom:30px}footer .content{display:flex;gap:20px}footer .content div{flex:1}footer .content div:nth-child(3){flex:2}footer .content div h4{font-weight:700;margin-bottom:20px}footer .content div ul{display:flex;flex-direction:column;gap:10px}footer .content div ul a{color:#000;text-decoration:none}footer .content div ul a:hover{color:#8570ed;transition:.3s}footer .content div ul li span{color:#000}footer .content div ul li span:first-child{width:150px;display:inline-block}footer .content div:last-child div{display:flex;align-items:center;gap:12px;margin-bottom:10px}footer .content div:last-child div svg{font-size:24px}@media (max-width: 1135px){footer .content{flex-wrap:wrap;justify-content:space-between}footer .content div,footer .content div:nth-child(3){flex:none;width:340px;margin-bottom:30px}}@media (max-width: 900px){footer{padding-bottom:0!important}footer .content div,footer .content div:nth-child(3){width:100%}}@media (max-width: 390px){footer .content div:nth-child(3) ul li{display:flex;flex-direction:column}}.departments{padding-top:30px;padding-bottom:50px}.departments h2{color:#fff;margin-bottom:30px;margin-left:15px}.card{position:relative;border-radius:8px;flex:1;display:flex;justify-content:center;align-items:flex-end;padding-bottom:15px;padding-left:10px;padding-right:20px;min-height:360px;margin:0 10px;text-decoration:none;overflow:hidden}.card img{position:absolute;width:100%;height:100%;z-index:1;top:0;left:0;object-fit:cover}.card .depart-name{z-index:2;margin-bottom:30px;background:#e5e5e5cc;width:320px;font-size:24px;text-transform:uppercase;display:flex;justify-content:center;padding:12px;border-radius:30px;height:fit-content;font-weight:700;position:relative}nav{display:flex;width:100%;margin:0 auto;justify-content:space-between;position:fixed;align-items:center;border-bottom-right-radius:7px;border-bottom-left-radius:7px;padding-top:20px!important;padding-bottom:20px!important;z-index:1000;background-color:#fff;opacity:.9}nav .logo{flex:1;display:flex;align-items:center;font-size:2rem}nav .navLinks{flex:2}nav .navLinks{display:flex;justify-content:space-between;align-items:center}nav .navLinks .links{display:flex;gap:25px}nav .navLinks .links a{text-decoration:none;color:#222;font-size:20px;font-weight:600;letter-spacing:1.4px}nav .navLinks .links a:hover{color:#000;transition:.3s;cursor:pointer}nav .btn{padding:8px 20px;color:#e5e5e5;background:transparent;border:none;border-radius:20px;font-size:20px;font-weight:600;z-index:2}nav .logoutBtn{background:linear-gradient(135deg,#000,#313131)}nav .loginBtn{background:linear-gradient(135deg,#000,#313131)}nav .hamburger{display:none}nav svg{font-size:1.75rem}@media (max-width: 1520px){nav{min-width:100%;padding:25px 20px 40px}}@media (max-width: 1100px){nav{background:#ffffffbf;position:fixed;top:0;left:0}nav .hamburger{display:flex}nav .navLinks{display:flex;flex-direction:column;justify-content:space-evenly;padding:15px 7.5px;z-index:2;transition:.3s;position:fixed;left:0;height:100%;width:400px;background:#ffffffbf;top:79px}nav .showmenu{display:flex;flex-direction:column;justify-content:space-evenly;padding:15px 7.5px;z-index:2;transition:.3s;position:fixed;left:-100%;width:400px;height:100%;background:#ffffffbf;top:79px}nav .navLinks .links{flex-direction:column;text-align:center}nav .navLinks .links a{font-weight:700}nav .logoutBtn{margin-top:20px}}@media (max-width: 800px){nav .showmenu{width:96vw}}@media (max-width: 650px){nav .showmenu{margin:0;width:100%;border-radius:0}}@media (max-width: 555px){nav{background:#fff}nav .navLinks{background:#fff;width:100%}}input[type=date]:before{content:attr(placeholder);color:#444;margin-right:.5em}input[type=time]:before{content:attr(placeholder);color:#444;margin-right:.5em}.logo-img{width:150px}footer .logo-img{width:100%}.cards{padding:1.5em;border:1px solid #ddd;border-radius:8px;box-shadow:6px 4px 8px #000;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.cards:hover{transform:translateY(-10px);box-shadow:0 8px 16px #000}.cards p{margin:.3em 0}.grid{max-width:120rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-top:120px;padding-bottom:50px;padding-left:3rem;padding-right:3rem;margin:0 auto;background-color:#61b4d7;text-align:left;position:relative;background-image:url(/Vector.png);background-position:right top;background-repeat:no-repeat}.inner-grid{text-align:left}.dashboard{display:flex;flex-direction:column;gap:20px;margin-top:80px;margin-left:25px;margin-right:25px}.dashboard .header{margin-bottom:20px}.dashboard .banner:first-child{height:35vh;display:flex;gap:20px;margin-top:20px}.dashboard .banner:first-child .firstBox{flex:2;display:flex;align-items:center;border-radius:20px;background:#b5b5ff;padding:20px 20px 0 10px}.dashboard .banner:first-child .firstBox img{height:100%;flex:1}.dashboard .banner:first-child .firstBox .content{flex:2}.dashboard .banner:first-child .firstBox .content div{display:flex;align-items:center;font-size:34px;margin-bottom:12px}.dashboard .banner:first-child .firstBox .content div p{margin-right:10px;font-size:34px}.dashboard .banner:first-child .firstBox .content div h5{color:#ff008d}.dashboard .banner:first-child .firstBox .content p{font-size:16px}.dashboard .banner:first-child .secondBox{background:#3939d9f2;color:#fff}.dashboard .banner:first-child .thirdBox{color:#ff008d;background:#fff}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{flex:1;border-radius:20px;padding:20px 25px;display:flex;flex-direction:column;justify-content:center;gap:12px}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p{font-size:24px;font-weight:600}.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:34px;font-weight:700;letter-spacing:2px}.dashboard .banner:last-child{height:65vh;background:#fff;border-radius:20px;padding:40px}.dashboard .banner:last-child h5{font-size:24px;letter-spacing:2px;margin-bottom:20px;color:#111;margin-right:20px;padding-right:100px}.dashboard .banner table{width:100%;color:#111;font-size:20px;margin-top:40px;padding:10px;text-align:center;border:2px solid black;border-radius:10px;font-weight:500}.dashboard .banner table th{background-color:#add8e6}.dashboard .banner table tr:hover{background-color:#d3d3d3}.dashboard .banner table select{font-size:20px;border:none;width:100%;font-weight:600}.dashboard table td svg{display:flex;margin:0 auto}.dashboard table td .green{font-size:20px;color:#16a34a}.dashboard table td .red{font-size:20px;color:#dc2626}.dashboard .banner table select:focus{outline:none}.dashboard .banner table .value-pending{color:#eab308}.dashboard .banner table .value-accepted{color:#16a34a}.dashboard .banner table .value-rejected{color:#dc2626}.dashboard .banner table thead{text-align:justify;padding:12px 0}.dashboard .banner table thead th{padding:12px 0}.dashboard .banner table tbody td{padding:15px 0}@media (max-width: 1376px){.dashboard .banner:first-child .firstBox .content div,.dashboard .banner:first-child .firstBox .content div p{font-size:26px}.dashboard .banner:first-child .firstBox .content p{font-size:14px}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p,.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:20px}}@media (max-width: 1020px){.dashboard{height:fit-content}.dashboard .banner:first-child,.dashboard .banner:last-child{flex-wrap:wrap;height:fit-content}.dashboard .banner:first-child .firstBox{flex:none;width:100%;height:265px}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{height:175px}}@media (max-width: 620px){.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{width:100%;flex:none}}@media (max-width: 485px){.dashboard .banner:first-child .firstBox{flex-direction:column;height:fit-content;padding:20px}.dashboard .banner:first-child .firstBox img{width:270px;height:270px;margin-bottom:25px}.dashboard .banner:first-child .firstBox div{justify-content:center}}.doctors h1{color:#000;margin-bottom:30px;font-size:2.3rem;margin-top:75px;margin-left:30px}.doctors .banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));grid-gap:20px;padding-bottom:25px;margin:25px}.doctors .banner .Card{background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center}.doctors .banner .Card img{width:270px;height:270px;border-radius:100%;margin-bottom:20px}.doctors .banner .Card h4{font-size:24px;color:#333;margin-bottom:20px}.doctors .banner .Card div{width:100%;display:flex;flex-direction:column;gap:8px;font-size:20px}.doctors .banner .Card div p{font-weight:700}.doctors .banner .Card div p span{font-weight:500}@media (max-width: 350px){.doctors .banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-gap:20px}}.link-button{display:inline-block;padding:10px 20px;margin-top:20px;font-size:16px;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:5px;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.link-button:hover{background-color:#0056b3;transform:scale(1.05)}.link-button:active{background-color:#004085;transform:scale(1)}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.pagination button{background-color:#ecfc0b;color:#000;border:none;padding:10px 20px;margin:5px 40px;cursor:pointer;font-size:24px;border-radius:5px;transition:background-color .3s ease}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}.pagination button:not(:disabled):hover{background-color:#4a9bb5}.pagination span{font-size:18px}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}} diff --git a/assets/index-AvY8IGde.css b/assets/index-AvY8IGde.css new file mode 100644 index 0000000..8fabda2 --- /dev/null +++ b/assets/index-AvY8IGde.css @@ -0,0 +1 @@ +@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Montserrat,sans-serif}body{background:#61b4d7}.btn{padding:7px 20px;border-radius:12px;border:none;font-weight:700;letter-spacing:2px}.white-btn{background:#5b1212b9;color:#188a42}.purple-btn{background:#9083d5;color:#fff}p,span,a{font-size:20px}h1{font-size:36px;font-weight:900}h2{font-size:32px;font-weight:900}h3{font-size:28px;font-weight:900}h4{font-size:24px;font-weight:900}h5,h6{font-size:24px;font-weight:700}@media (max-width: 1186px){h1{font-size:32px;font-weight:900}h2{font-size:30px;font-weight:900}}.container{padding:0 100px}@media (max-width: 700px){.container{padding:0 20px}}.hero{display:flex;gap:50px;padding-top:120px;padding-bottom:120px;position:relative}.hero .banner{flex:1}.hero .banner h1,.hero .banner p{max-width:650px}.hero .banner h1{letter-spacing:2px;word-spacing:5px;font-size:40px}.hero .banner p{color:#111;letter-spacing:2px}.hero .banner span{position:absolute;right:-300px;top:-200px;z-index:-1}.hero .banner:first-child{display:flex;justify-content:center;flex-direction:column;gap:50px}.hero .banner:last-child{display:flex;justify-content:center;align-items:center;overflow-y:hidden}.animated-image{animation:moveUpDown 1s infinite alternate ease-in-out}@keyframes moveUpDown{0%{transform:translateY(0)}to{transform:translateY(20px)}}@media (max-width: 1186px){.hero .banner span{right:-400px}.hero .banner h1{font-size:32px}}@media (max-width: 1085px){.hero .banner span{right:-480px;top:-315px}}@media (max-width: 925px){.hero{flex-direction:column}@media (max-width: 700px){.hero{padding-bottom:40px}}}.form-component{padding-top:40px;padding-bottom:60px}.form-component h2{color:#000;letter-spacing:4px;margin-bottom:30px}.form-component h4{color:red;font-weight:700;margin-bottom:20px}.form-component p{max-width:750px;color:#000;margin-bottom:20px}.form-component form{display:flex;flex-direction:column;gap:30px}.form-component form div{display:flex;gap:30px}.form-component form input,.form-component form select,.form-component form textarea{flex:1;font-size:24px;padding:10px 10px 10px 40px;border-radius:7px;border:2px solid black}.form-component button{padding:10px 35px;color:#fff;font-weight:700;width:fit-content;border:none;border-radius:8px;font-size:24px;margin-bottom:30px;background:linear-gradient(140deg,#9083d5,#271776ca)}.form-component .wrapper{display:flex;gap:50px}.form-component .wrapper .banner{flex:1}.form-component .wrapper .banner:last-child{display:flex;justify-content:center;align-items:center}.form-component .wrapper .banner:last-child img{max-width:450px}.login-form{margin:100px auto 20px;max-width:800px;text-align:center}.register-form{max-width:1200px;margin:100px auto 20px}.login-form h2,.register-form h2{color:#000}@media (max-width: 1110px){.appointment-form form div:nth-child(4){flex-direction:column}.appointment-form form div:nth-child(5){flex-direction:column}}@media (max-width: 888px){.form-component{padding-top:30px;padding-bottom:30px}.form-component form div{flex-direction:column}}@media (max-width: 667px){.form-component form input,.form-component form select,.form-component form textarea{font-size:20px;padding:10px;border:2px solid black}}.biography{display:flex;gap:50px;padding-top:40px;padding-bottom:60px}.biography .banner:first-child{flex:1;display:flex;justify-content:center;align-items:center}.biography .banner:last-child{flex:1;display:flex;flex-direction:column;gap:10px}.biography .banner h3{font-weight:700;letter-spacing:3px}.biography .banner p:first-child{font-size:24px;letter-spacing:2px}@media (max-width: 925px){.biography{flex-direction:column-reverse}}.message-form{position:relative}.message-form h2{text-align:center;color:#000;position:relative}.message-form img{position:absolute;top:0;right:-16%;height:600px;z-index:-1}@media (max-width: 700px){.message-form img{right:-35%;height:450px;top:10%}}footer{padding-bottom:30px!important}footer hr{margin-bottom:30px}footer .content{display:flex;gap:20px}footer .content div{flex:1}footer .content div:nth-child(3){flex:2}footer .content div h4{font-weight:700;margin-bottom:20px}footer .content div ul{display:flex;flex-direction:column;gap:10px}footer .content div ul a{color:#000;text-decoration:none}footer .content div ul a:hover{color:#8570ed;transition:.3s}footer .content div ul li span{color:#000}footer .content div ul li span:first-child{width:150px;display:inline-block}footer .content div:last-child div{display:flex;align-items:center;gap:12px;margin-bottom:10px}footer .content div:last-child div svg{font-size:24px}@media (max-width: 1135px){footer .content{flex-wrap:wrap;justify-content:space-between}footer .content div,footer .content div:nth-child(3){flex:none;width:340px;margin-bottom:30px}}@media (max-width: 900px){footer{padding-bottom:0!important}footer .content div,footer .content div:nth-child(3){width:100%}}@media (max-width: 390px){footer .content div:nth-child(3) ul li{display:flex;flex-direction:column}}.departments{padding-top:30px;padding-bottom:50px}.departments h2{color:#fff;margin-bottom:30px;margin-left:15px}.card{position:relative;border-radius:8px;flex:1;display:flex;justify-content:center;align-items:flex-end;padding-bottom:15px;padding-left:10px;padding-right:20px;min-height:360px;margin:0 10px;text-decoration:none;overflow:hidden}.card img{position:absolute;width:100%;height:100%;z-index:1;top:0;left:0;object-fit:cover}.card .depart-name{z-index:2;margin-bottom:30px;background:#e5e5e5cc;width:320px;font-size:24px;text-transform:uppercase;display:flex;justify-content:center;padding:12px;border-radius:30px;height:fit-content;font-weight:700;position:relative}nav{display:flex;width:100%;margin:0 auto;justify-content:space-between;position:fixed;align-items:center;border-bottom-right-radius:7px;border-bottom-left-radius:7px;padding-top:20px!important;padding-bottom:20px!important;z-index:1000;background-color:#fff;opacity:.9}nav .logo{flex:1;display:flex;align-items:center;font-size:2rem}nav .navLinks{flex:2}nav .navLinks{display:flex;justify-content:space-between;align-items:center}nav .navLinks .links{display:flex;gap:25px}nav .navLinks .links a{text-decoration:none;color:#222;font-size:20px;font-weight:600;letter-spacing:1.4px}nav .navLinks .links a:hover{color:#000;transition:.3s;cursor:pointer}nav .btn{padding:8px 20px;color:#e5e5e5;background:transparent;border:none;border-radius:20px;font-size:20px;font-weight:600;z-index:2}nav .logoutBtn{background:linear-gradient(135deg,#000,#313131)}nav .loginBtn{background:linear-gradient(135deg,#000,#313131)}nav .hamburger{display:none}nav svg{font-size:1.75rem}@media (max-width: 1520px){nav{min-width:100%;padding:25px 20px 40px}}@media (max-width: 1100px){nav{background:#ffffffbf;position:fixed;top:0;left:0}nav .hamburger{display:flex}nav .navLinks{display:flex;flex-direction:column;justify-content:space-evenly;padding:15px 7.5px;z-index:2;transition:.3s;position:fixed;left:0;height:100%;width:400px;background:#ffffffbf;top:79px}nav .showmenu{display:flex;flex-direction:column;justify-content:space-evenly;padding:15px 7.5px;z-index:2;transition:.3s;position:fixed;left:-100%;width:400px;height:100%;background:#ffffffbf;top:79px}nav .navLinks .links{flex-direction:column;text-align:center}nav .navLinks .links a{font-weight:700}nav .logoutBtn{margin-top:20px}}@media (max-width: 800px){nav .showmenu{width:96vw}}@media (max-width: 650px){nav .showmenu{margin:0;width:100%;border-radius:0}}@media (max-width: 555px){nav{background:#fff}nav .navLinks{background:#fff;width:100%}}input[type=date]:before{content:attr(placeholder);color:#444;margin-right:.5em}input[type=time]:before{content:attr(placeholder);color:#444;margin-right:.5em}.logo-img{width:150px}footer .logo-img{width:100%}.cards{padding:1.5em;border:1px solid #ddd;border-radius:8px;box-shadow:6px 4px 8px #000;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.cards:hover{transform:translateY(-10px);box-shadow:0 8px 16px #000}.cards p{margin:.3em 0}.grid{max-width:120rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-top:120px;padding-bottom:50px;padding-left:3rem;padding-right:3rem;margin:0 auto;background-color:#61b4d7;text-align:left;position:relative;background-image:url(/Hospital_Management_System/Vector.png);background-position:right top;background-repeat:no-repeat}.inner-grid{text-align:left}.dashboard{display:flex;flex-direction:column;gap:20px;margin-top:80px;margin-left:25px;margin-right:25px}.dashboard .header{margin-bottom:20px}.dashboard .banner:first-child{height:35vh;display:flex;gap:20px;margin-top:20px}.dashboard .banner:first-child .firstBox{flex:2;display:flex;align-items:center;border-radius:20px;background:#b5b5ff;padding:20px 20px 0 10px}.dashboard .banner:first-child .firstBox img{height:100%;flex:1}.dashboard .banner:first-child .firstBox .content{flex:2}.dashboard .banner:first-child .firstBox .content div{display:flex;align-items:center;font-size:34px;margin-bottom:12px}.dashboard .banner:first-child .firstBox .content div p{margin-right:10px;font-size:34px}.dashboard .banner:first-child .firstBox .content div h5{color:#ff008d}.dashboard .banner:first-child .firstBox .content p{font-size:16px}.dashboard .banner:first-child .secondBox{background:#3939d9f2;color:#fff}.dashboard .banner:first-child .thirdBox{color:#ff008d;background:#fff}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{flex:1;border-radius:20px;padding:20px 25px;display:flex;flex-direction:column;justify-content:center;gap:12px}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p{font-size:24px;font-weight:600}.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:34px;font-weight:700;letter-spacing:2px}.dashboard .banner:last-child{height:65vh;background:#fff;border-radius:20px;padding:40px}.dashboard .banner:last-child h5{font-size:24px;letter-spacing:2px;margin-bottom:20px;color:#111;margin-right:20px;padding-right:100px}.dashboard .banner table{width:100%;color:#111;font-size:20px;margin-top:40px;padding:10px;text-align:center;border:2px solid black;border-radius:10px;font-weight:500}.dashboard .banner table th{background-color:#add8e6}.dashboard .banner table tr:hover{background-color:#d3d3d3}.dashboard .banner table select{font-size:20px;border:none;width:100%;font-weight:600}.dashboard table td svg{display:flex;margin:0 auto}.dashboard table td .green{font-size:20px;color:#16a34a}.dashboard table td .red{font-size:20px;color:#dc2626}.dashboard .banner table select:focus{outline:none}.dashboard .banner table .value-pending{color:#eab308}.dashboard .banner table .value-accepted{color:#16a34a}.dashboard .banner table .value-rejected{color:#dc2626}.dashboard .banner table thead{text-align:justify;padding:12px 0}.dashboard .banner table thead th{padding:12px 0}.dashboard .banner table tbody td{padding:15px 0}@media (max-width: 1376px){.dashboard .banner:first-child .firstBox .content div,.dashboard .banner:first-child .firstBox .content div p{font-size:26px}.dashboard .banner:first-child .firstBox .content p{font-size:14px}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p,.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:20px}}@media (max-width: 1020px){.dashboard{height:fit-content}.dashboard .banner:first-child,.dashboard .banner:last-child{flex-wrap:wrap;height:fit-content}.dashboard .banner:first-child .firstBox{flex:none;width:100%;height:265px}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{height:175px}}@media (max-width: 620px){.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{width:100%;flex:none}}@media (max-width: 485px){.dashboard .banner:first-child .firstBox{flex-direction:column;height:fit-content;padding:20px}.dashboard .banner:first-child .firstBox img{width:270px;height:270px;margin-bottom:25px}.dashboard .banner:first-child .firstBox div{justify-content:center}}.doctors h1{color:#000;margin-bottom:30px;font-size:2.3rem;margin-top:75px;margin-left:30px}.doctors .banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));grid-gap:20px;padding-bottom:25px;margin:25px}.doctors .banner .Card{background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center}.doctors .banner .Card img{width:270px;height:270px;border-radius:100%;margin-bottom:20px}.doctors .banner .Card h4{font-size:24px;color:#333;margin-bottom:20px}.doctors .banner .Card div{width:100%;display:flex;flex-direction:column;gap:8px;font-size:20px}.doctors .banner .Card div p{font-weight:700}.doctors .banner .Card div p span{font-weight:500}@media (max-width: 350px){.doctors .banner{display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-gap:20px}}.link-button{display:inline-block;padding:10px 20px;margin-top:20px;font-size:16px;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:5px;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.link-button:hover{background-color:#0056b3;transform:scale(1.05)}.link-button:active{background-color:#004085;transform:scale(1)}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.pagination button{background-color:#ecfc0b;color:#000;border:none;padding:10px 20px;margin:5px 40px;cursor:pointer;font-size:24px;border-radius:5px;transition:background-color .3s ease}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}.pagination button:not(:disabled):hover{background-color:#4a9bb5}.pagination span{font-size:18px}@font-face{font-family:revicons;fallback:fallback;src:url(/Hospital_Management_System/assets/revicons-DbTteTvA.woff) format("woff"),url(/Hospital_Management_System/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/Hospital_Management_System/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}} diff --git a/index.html b/index.html index 159366b..2218b95 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,11 @@ - + City Care - - + +