*{box-sizing:initial;font-family:Roboto,sans-serif;margin:0;padding:0;scroll-behavior:smooth}body{background-color:#ffd597}::-webkit-scrollbar{width:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb:hover{background:transparent}.fixed-navbar{align-items:center;background-color:#fff;border-radius:20px 20px 0 0;display:flex;justify-content:center;padding:3% 2%;width:96%}.navbar-brand{text-align:left;width:25%}.navbar-brand h1{background-color:#fff;cursor:pointer;font-size:1.3rem;font-weight:800;width:100%}.navbar-items{align-items:center;background-color:#fff;display:flex;justify-content:space-evenly;width:35%}.navbar-items a{background-color:#fff;color:#000;font-size:1.1rem;font-weight:600;text-decoration:none}.navbar-items i{background-color:#fff;cursor:pointer}.navbar-items a:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:.3s}.user-profile-container{background-color:#fff;text-align:right;width:25%}.user-profile-container a{background-color:#fff;color:#000;font-size:1.1rem;font-weight:600;margin-left:5%;text-decoration:none}.user-profile-container a:nth-child(2){background-color:#000;border-radius:5px;color:#fff;font-weight:500;padding:2% 3%}.progress-indicator-container{align-items:center;display:flex;height:10vh;justify-content:center;margin:5% 0 0 11%;width:90%}.bar-container{width:20%}.bar-container h3{color:#8b8b8b;font-size:1rem;font-weight:500;margin-bottom:2%;margin-left:-90%}.active-bar-container h3{color:#027b3a}.progress-line-container{align-items:center;display:flex;justify-content:start;width:100%}.progress-line{border-bottom:3px solid #8b8b8b;position:relative;width:100%}.active-progress-line{border-bottom:3px solid #027b3a}.progress-outer-circle{align-items:center;border:3px solid #8b8b8b;border-radius:50%;display:flex;height:1rem;justify-content:center;width:1.1rem}.active-progress-outer-circle{border:3px solid #027b3a}.progress-inner-circle{background-color:#8b8b8b;border-radius:50%;height:.6rem;width:.6rem}.active-progress-inner-circle{background-color:#027b3a}.progress-outer-circle1{align-items:center;border:3px solid #8b8b8b;border-radius:50%;display:flex;height:1rem;justify-content:center;width:1rem}.active-progress-outer-circle1{border:3px solid #027b3a}.loading-container{align-items:center;background-color:#0000002e;display:flex;height:100vh;justify-content:center;margin:-3% 0 10% -10%;position:fixed;width:110%;z-index:1000}.home-search-loading{margin-left:-6%;margin-top:-14.7%;position:absolute}.no-documents-found-container{background-color:#027b3a;height:30vh;width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.card{background-color:#fff;border-radius:10px 10px 10px 10px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;height:400px;margin:0 auto;width:100%}.best-flight-offer-container a{align-items:center;background:#000;border:2px solid #000!important;border-radius:10px;margin-left:20px;margin-top:20px}.best-flight-offer-container a,.content a{color:#fff;margin-right:30px;padding:10px;text-decoration:none}.content a{background:#2f4f4f;border:2px solid #000!important;border-radius:20px}.btn-One:hover{color:#e6e784}.btn-Two:hover{color:cyan}.content{padding:20px}.content,.image{flex:1 1;max-width:50%}.image{border-radius:10px 10px}@media (max-width:768px){.card{flex-direction:column;width:90%}.image{flex:none;height:auto;max-width:100%}}.home-page{background-color:#fff;border-radius:10px;margin:3% auto;padding-bottom:3%;width:90%}.home-slider-container{border-radius:10px;height:70vh;margin:3% auto;width:85%}.home-search-container{background-color:#ececec;border-radius:10px;height:30vh;margin:-8% 0 0 13%;position:absolute;width:64%}.home-search-container-header{align-items:center;background:transparent;display:flex;justify-content:space-evenly;list-style:none;margin-top:-2.5%;position:absolute;width:50%}.home-search-container-header li{background:transparent;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600}.home-search-container-header li a{background:transparent;color:#fff;font-weight:600;text-decoration:none}.best-flight-offer-container{background-color:#fff;border-radius:10px;margin:15% auto 0;padding:3%;width:76%}.best-flight-offer-container h1{background-color:#fff;border-radius:10px;font-size:1.5rem;font-weight:400}.best-flight-offer-card-container{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.best-flight-offer-card{background-color:#ffd597;border-radius:10px;height:60vh;margin-top:5%;width:30%}.best-flight-offer-card-image{border-radius:10px;height:53%;width:100%}.best-flight-offer-card-image>img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;width:100%}.best-flight-offer-card h3{font-size:1.5rem;margin-top:5%}.best-route-container{margin-top:5%}.check-best-route-container{background-color:#fff;width:100%}.check-best-route-container h4{background-color:#fff;color:#b7b7b7;font-weight:400;margin-top:3%;text-align:left}.best-route-destination-container{align-items:center;background-color:#fff;border-bottom:1px solid #b7b7b7;border-top:1px solid #b7b7b7;display:flex;flex-wrap:wrap;justify-content:space-between;margin:2% auto;padding:3%;width:96%}.best-route-destination-button{background-color:#fff;border:1px solid #b7b7b7;border-radius:25px;color:#b7b7b7;cursor:pointer;font-size:1rem;margin-bottom:2%;padding:.5% 3%}.best-route-destination-button:hover{background-color:#ffd597;border:1px solid #000;color:#000}.best-route-card{background-color:#fff;border:1px solid #b7b7b7;height:50vh}.best-route-card .best-flight-offer-card-image{height:70%}.best-route-detail-container{align-items:center;background-color:#fff;display:flex;justify-content:center;width:100%}.best-route-detail{background-color:#fff;margin-top:4%;width:50%}.best-route-detail h3{background-color:#fff;font-size:1.1rem;font-weight:500}.best-route-detail h4{background-color:#fff;color:#b7b7b7;font-size:1rem;font-weight:300}.best-route-detail h3 i,.best-route-detail h4 i{background-color:#fff}.popular-flight-routes-container{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;justify-content:start;margin-top:8%;width:100%}.popular-flight-routes{align-items:center;background-color:#fff;display:flex;gap:1rem;justify-content:center;margin-bottom:3%;width:50%}.popular-flight-route-image{border-radius:50%;height:4rem;width:4rem}.popular-flight-route-image>img{border-radius:50%;height:100%;object-fit:cover;width:100%}.popular-flight-route-detail{background-color:#fff;text-align:left}.popular-flight-route-detail h3{background-color:#fff;font-weight:400;margin-top:-5%}.popular-flight-route-detail h4{background-color:#fff;color:#ffd597;font-weight:400}.popular-flight-route-detail h4 span{background-color:#fff;color:#000}.best-flight-offer-card-image p{background-color:#fff;color:#7b7b7b;font-weight:400}.best-route-detail a{background-color:#fff;color:#ffd597;text-decoration:none}.flight-newsletter{align-items:center;background-color:#fff;display:flex;justify-content:center;margin:2% auto;width:80%}.flight-newsletter h3{background-color:#fff;color:#7b7b7b;font-size:1.1rem;font-weight:400;text-align:left;width:50%}.flight-newsletter h3 span{background-color:#fff;color:#000;font-weight:600}.flight-newsletter-form{background-color:#fff;width:50%}.flight-newsletter-form input{background-color:#fff;border:1px solid #b7b7b7;padding:2%;width:60%}.flight-newsletter-form input:focus{border:1px solid #ffd597;outline:none}.newsletter-subscribe-button{background-color:#000;border:none;border-radius:8px;color:#fff;margin-left:5%;padding:2% 3%}.newsletter-subscribe-button i{background-color:#000}.signin-container{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0e1e251f,0 2px 16px 0 #0e1e2552;margin:5% auto;width:30%}.signin-container-header{background-color:#ffd597;border-radius:10px 10px 0 0;cursor:pointer;font-size:1.3rem;font-weight:600;padding:4% 2%;width:96%}.signin-form{margin:5% auto;width:90%}.signin-form .input-fields{margin-bottom:5%;text-align:left}.signin-form .input-fields label{font-size:1.1rem;font-weight:600}.signin-form .input-fields label span{color:red}.signin-form .input-fields input[type=email],.signin-form .input-fields input[type=password],.signin-form .input-fields input[type=text]{border:1px solid #b7b7b7;border-radius:5px;color:#505050;font-size:1.2rem;height:3rem;outline:none;padding-left:2%;width:98%}.signin-form .input-fields input[type=password]::-webkit-input-placeholder,.signin-form .input-fields input[type=text]::-webkit-input-placeholder{font-size:.8rem}.signin-form .input-fields input[type=password]::placeholder,.signin-form .input-fields input[type=text]::placeholder{font-size:.8rem}.signin-form .input-fields:nth-child(3) label{color:#b7b7b7;font-size:1rem;font-weight:400;margin-left:2%}.signin-form .input-fields input[type=checkbox]{cursor:pointer}.signup-form .input-fields:nth-child(3) label{color:#000;font-size:1.1rem;font-weight:600;margin-left:-.5%}.signup-form .input-fields:nth-child(3) input[type=password]{border:1px solid #b7b7b7;border-radius:5px;color:#505050;font-size:1.2rem;height:3rem;outline:none;padding-left:2%;width:98%}.signup-form .input-fields:nth-child(4) label{color:#b7b7b7;font-size:1rem;font-weight:400;margin-left:2%}.signin-form a{color:blue;margin-left:55%;text-decoration:none}.signin-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;margin:10% 0;padding:3% 0;width:90%}.signin-button:hover{background-color:#ffd597;color:#000;transition:.3s}.signin-form h3{font-size:1rem;font-weight:400;padding-bottom:5%}.signin-form h3 a{margin-left:1%}.signup-container{margin:2% auto}.dashboard-page{background-color:#fff;border-radius:10px;margin:3% auto;padding-bottom:3%;width:90%}.dashboard-detail-container{margin:3% auto;width:80%}.airport-container{border-bottom:1px solid #8d8d8d;height:100vh;overflow:scroll;overflow-x:hidden;position:relative;width:100%;z-index:100}.airport-container-header{align-items:center;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;display:flex;justify-content:space-between;padding:1% 2%;width:96%}.admin-add-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1% 3%;text-decoration:none}.add-airport-form{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px 0 #0e1e251f,0 2px 16px 0 #0e1e2552;display:none;margin:2% 25%;max-height:60vh;overflow:scroll;padding-bottom:1%;position:absolute;width:50%;z-index:102}.active-add-airport-form{display:block}.add-airport-form-header{align-items:center;background-color:#ffd597;border-radius:10px 10px 0 0;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:2%;width:96%}.add-airport-form-header i{cursor:pointer}.add-airport-form .input-fields{margin-left:5%;margin-top:5%;text-align:left}.add-airport-form .input-fields input,.add-airport-form .input-fields select{font-size:1.2rem;height:2rem;padding-left:2%;width:90%}.add-airport-form .input-fields label{font-size:1rem;font-weight:500}.add-airport-form .input-fields input:focus,.add-airport-form .input-fields select:focus{border:1px solid #8d8d8d;border-radius:2px;height:2.3rem;outline:none}.add-airport-form .input-fields label span{color:red}.airport-form-button-container{align-items:center;display:flex;gap:1rem;justify-content:center;margin:5% auto;width:100%}.airport-add-button,.airport-cancel-button{background-color:#000;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:2% 5%}.airport-cancel-button{background-color:#dadada;color:#000}.airport-list-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:5% auto;position:absolute;width:100%;z-index:101}.airport-card{border-radius:5px;box-shadow:0 0 .25em rgba(67,71,85,.27),0 .25em 1em rgba(90,125,188,.05);height:60vh;margin-bottom:5%;width:30%}.airport-card-image{border-radius:5px;height:60%;width:100%}.airport-card-image>img{border-radius:5px 5px 0 0;height:100%;object-fit:cover;width:100%}.airport-card-detail>h2{font-size:1rem;font-weight:600;margin-top:3%}.airport-card-detail>h3{color:#00b97f;font-size:1rem;font-weight:500}.airport-card-detail>h4{color:#8d8d8d;font-size:1rem;font-weight:400}.airport-card-button-container{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:5%;width:100%}.airport-card-delete-button,.airport-card-edit-button{background-color:#00f;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1% 3%}.airport-card-delete-button{background-color:#a12424}.airlines-list-container{border-radius:5px;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;height:25vh;margin:2% auto;overflow:hidden;padding:.5% 1%;position:relative;width:94%}.big-airlines-list-container{height:70vh;overflow:scroll}.airlines-list-container-header{align-items:center;display:flex;gap:20rem;justify-content:center;margin:1.5% auto;width:100%}.airlines-image-container{align-items:center;display:flex;gap:1rem;justify-content:start;width:40%}.airlines-image-container p{color:#8d8d8d}.airlines-image{border-radius:50%;height:4rem;width:4rem}.airlines-image>img{border-radius:50%;height:100%;object-fit:cover;width:100%}.airlines-list-container h5{color:#00b97f;cursor:pointer;font-size:1rem;font-weight:400;margin-left:40%;margin-top:-40%;position:absolute}.airline-button-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:30%}.airline-button-container a{font-size:.8rem;margin-bottom:3%;padding:4% 3%}.flight-list-container{height:30vh;margin:9% auto;width:96%}.flights-list-card{border-radius:5px;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;height:25vh;overflow:hidden;padding:2%;width:96%}.big-flights-list-card{height:auto}.flights-list-card-header{align-items:center;display:flex;gap:18rem;justify-content:center;width:100%}.flights-schedule-list-container{height:30vh;margin:5% auto;padding-top:7%;width:90%}.add-schedule-form{margin:-50% 25% 5%}.flight-booking-card-image p{color:#8d8d8d;font-size:.7rem;margin-top:-3%;padding-bottom:5%}.flight-arrival-details h2 span,.flight-departure-details h2 span{color:#8d8d8d;font-size:.8rem;font-weight:400}.schedule-button-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:20%}.flight-status{border-radius:25px;padding:1% 3%}.flight-status.red{background-color:#ec6b6b}.flight-status.green{background-color:#00b97f}.flight-status.yellow{background-color:#ffff6f}.booking-page{background-color:#fff;border-radius:10px;margin:3% auto;min-height:90vh;padding-bottom:3%;width:90%}.booking-search-container{background-color:#ffe9c8;border-radius:5px;box-shadow:inset 0 30px 60px -12px #32325d40,inset 0 18px 36px -18px #0000004d;margin:5% auto;padding:3%;width:80%}.booking-search-form{align-items:center;display:flex;justify-content:space-evenly;width:100%}.booking-search-form .input-fields{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:30%}.booking-search-form .input-fields input,.booking-search-form .input-fields select{background-color:#ffe9c8;border:none;border-bottom:1px solid #000;font-size:1rem;outline:none;width:80%}.home-search{margin-top:-10%}.booking-search-form .input-fields label{font-size:1rem;font-weight:500}.booking-search-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;padding:1% 3%}.flight-booking-card-container{margin:2% auto;width:80%}.flight-booking-card{align-items:center;border-radius:8px;box-shadow:0 3px 8px #0000003d;display:flex;justify-content:space-between;margin-bottom:3%;padding:2%;width:100%}.flight-booking-card-image{height:4rem;margin-top:-3%;width:5rem}.flight-booking-card-image>img{height:100%;object-fit:contain;width:100%}.flight-route-details{align-items:center;display:flex;justify-content:space-between;width:50%}.flight-arrival-details,.flight-departure-details{width:50%}.flight-arrival-details h2,.flight-departure-details h2{font-size:1rem;font-weight:500}.flight-arrival-details h3,.flight-departure-details h3{font-size:1rem;font-weight:300}.line-container{border-bottom:1.5px solid #a5a5a5;margin-top:-5%;position:relative;width:40%}.line-container h2{color:#a5a5a5;font-size:1rem;font-weight:500}.line-container i{color:#a5a5a5;margin-top:4%;position:absolute}.flight-fare-details{width:30%}.flight-fare-details h2{font-size:1.1rem}.flight-fare-details p{color:#a5a5a5}.flight-book-button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1% 3%;text-decoration:none}.ticket-booking-page{background-color:#fff;border-radius:10px;margin:3% auto;padding-bottom:3%;width:90%}.ticket-booking-container{border-radius:10px;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;margin:5% auto;padding-bottom:3%;width:80%}.ticket-booking-container-header{align-items:center;border-bottom:1.5px dashed #757575;display:flex;gap:1rem;justify-content:start;padding:1% 3%;width:94%}.ticket-booking-flight-image{height:3rem;width:3rem}.ticket-booking-flight-image>img{height:100%;object-fit:contain;width:100%}.ticket-booking-container-header h1{color:#393939;font-size:1.3rem}.ticket-booking-container-header h2{color:#5d5d5d;font-size:1.2rem}.ticket-booking-container-header h3{color:#9c9c9c;font-size:1.1rem}.flight-booking-route-details{align-items:center;display:flex;gap:5rem;justify-content:center;margin:5% auto;padding-bottom:3%;width:80%}.travel-details-form{border:2px dotted #8d8d8d;margin:5% auto;padding-bottom:3%;width:70%}.travel-details-form-header{align-items:center;background-color:#ffd597;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:2%;width:96%}.travel-details-form .input-fields{margin-left:5%;margin-top:5%;text-align:left}.travel-details-form .input-fields input,.travel-details-form .input-fields select{font-size:1.2rem;height:2rem;padding-left:2%;width:90%}.travel-details-form .input-fields label{font-size:1rem;font-weight:500}.travel-details-form .input-fields input:focus,.travel-details-form .input-fields select:focus{border:1px solid #8d8d8d;border-radius:2px;height:2.3rem;outline:none}.travel-details-form .input-fields label span{color:red}.activity-page{background-color:#fff;border-radius:10px;margin:3% auto;min-height:90vh;padding-bottom:3%;width:90%}.activity-list-container{margin:5% auto;width:80%}.activity-list-card{border-radius:8px;box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d;height:30vh;margin:3% auto;overflow:hidden;padding-bottom:1%;padding-right:3.6%;width:90%}.big-activity-list-card{height:auto;transition:.5s}.activity-list-card h5{color:#00b97f;cursor:pointer;font-size:1rem;font-weight:400}.activity-details-container{align-items:center;display:flex;justify-content:space-between;margin:3% auto;width:80%}.activity-details-container table{width:40%}.activity-details-container table tr td:first-child,.activity-details-container table tr td:nth-child(2){color:#212121;font-size:1.1rem;font-weight:500;text-align:left}.activity-details-container table tr td:nth-child(3){color:#565656;font-size:1.1rem;font-weight:500;text-align:left}.activity-page-header{background-color:#ffe9c8;border-radius:5px;box-shadow:inset 0 30px 60px -12px #32325d40,inset 0 18px 36px -18px #0000004d;margin:5% auto;padding:3%;width:80%}.activity-page-header,.booking-button-container{align-items:center;display:flex;justify-content:space-around}.booking-button-container{width:50%}.booking-filter-button{padding:4% 5%}.active-filter{background-color:#fff;color:#212121}.download-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.download-button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.80272930.css.map*/