@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";#root{width:100%;padding:0;margin:0;overflow:hidden;display:flex}@media (max-width: 1000px){#root{flex-direction:column!important}}.crudPop__container{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#000000a4;z-index:30;display:flex;flex-direction:column;justify-content:center;align-items:center}.crudPop__formContainer{background-color:var(--body-white);width:auto;max-width:870px;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;box-shadow:0 3px 10px 2px var(--body-darkBlue);border-radius:10px}.crudPop__formContainer h2{font-size:20px}.crudPopForm__sectionOne{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px}.crudPopForm__sectionOne__div{width:260px;display:flex;flex-direction:column;gap:2px}.crudPopForm__sectionOne__div label{width:100%;font-size:16px;font-weight:600}.crudPopForm__sectionOne__div input,.crudPopForm__sectionOne__div select{width:100%;height:40px;border:1px solid var(--text-color-gray);font-size:16px;border-radius:5px;transition:.3s ease;padding-left:15px}.crudPopForm__sectionButtons{width:100%;display:flex;justify-content:center;align-items:center;gap:20px}.crudPopForm__sectionButtons button{font-size:16px;font-weight:600;width:200px;height:50px;padding:0 15px;background-color:var(--body-white);border:2px solid var(--body-darkBlue);cursor:pointer;border-radius:10px;transition:.5s}.crudPopForm__sectionButtons button:hover{background-color:var(--body-darkBlue);color:var(--text-color-white)}.crud__container{width:100%;padding:20px}.crud__formContainer{width:100%;padding:16px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:20px;border-radius:10px}.crudForm__sectionOne{width:100%;display:flex;flex-wrap:wrap;justify-content:start;align-items:start;gap:20px}.crudForm__sectionOne__div{width:260px;display:flex;flex-direction:column;gap:5px}.crudForm__sectionOne__div label{width:100%;font-size:15px;font-weight:600}.crudForm__sectionOne__div input,.crudForm__sectionOne__div select{width:100%;height:40px;border:none;font-size:16px;border-radius:5px;transition:.3s ease;padding-left:15px;background-color:var(--body-white);box-shadow:0 0 10px -2px var(--body-grayLigth)}.crudForm__sectionOne__div textarea{width:100%;border:none;font-size:16px;border-radius:5px;transition:.3s ease;padding-left:15px;background-color:var(--body-white);box-shadow:0 0 10px -2px var(--body-grayLigth)}.crudForm__sectionButtons{width:100%;display:flex;justify-content:start;align-items:center;gap:20px}.crudForm__sectionButtons button{font-size:16px;font-weight:600;width:200px;height:50px;padding:0 15px;background-color:var(--body-white);border:2px solid var(--body-darkBlue);cursor:pointer;border-radius:10px;transition:.5s}.crudForm__sectionButtons button:hover{background-color:var(--body-darkBlue);color:var(--text-color-white)}.crudForm__fileInput{width:260px;display:flex;justify-content:center;align-items:center}.crudForm__fileInput__article{width:100%;height:60px;display:flex;justify-content:center;align-items:center;background-color:var(--body-white);box-shadow:0 0 10px -2px var(--body-grayLigth);gap:10px;border-radius:5px;cursor:pointer}.crudForm__fileInput__articleImg{width:40px}.crudForm__fileInput__button{color:var(--text-color-black);font-weight:600;font-size:14px}.crudForm__fileInput__article2{background-color:var(--body-darkBlue)}.crudForm__fileInput__p{color:var(--text-color-white);font-weight:600;font-size:14px}: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)}}.longin__container{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.login__form{width:100%;max-width:700px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px 1px var(--body-grayLigth);border-radius:10px;overflow:hidden}.loginForm__containerImg{width:300px;height:100%;background-color:var(--body-gray)}.loginForm__containerImg img{width:150px;margin:auto}.loginForm__sectionOne{width:400px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:30px;background-color:var(--body-white)}.loginForm__sectionOne h1{font-size:20px;font-weight:800;color:var(--text-color-gray)}.loginForm__div{position:relative;width:100%;display:flex;flex-direction:column;gap:5px}.loginForm__div label{font-size:16px;color:var(--text-color-gray);font-weight:600}.loginForm__div input{width:100%;height:45px;font-size:16px;padding:0 15px;border:1px solid var(--text-color-grayLigth);box-shadow:-1px 3px 10px -3px var(--body-ligth);border-radius:10px}.loginForm__sectionOne button{width:200px;height:50px;background-color:var(--body-white);color:var(--text-color-gray);font-size:18px;font-weight:600;border-radius:10px;border:1px solid var(--body-gray);cursor:pointer;transition:.5s ease}.loginForm__sectionOne button:hover{background-color:var(--body-gray);color:var(--text-color-white)}.Home__container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:start;align-items:start;background-color:var(--body-light);overflow:hidden;overflow-y:auto;padding:30px;gap:30px}.Home__sectionOne{width:100%;display:flex;gap:5%}.Home__sectionOne div{width:300px;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--body-grayBlue);border-radius:10px;box-shadow:0 0 10px 1px gray;gap:15px}.Home__sectionOne span{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;font-size:50px;font-weight:600;color:var(--text-color-white)}.Home__sectionOne img{width:50px;height:50px;object-fit:cover}.Home__sectionOne p{color:var(--text-color-white);font-size:25px;font-weight:600}.Home__sectionTwo{width:100%;display:flex;justify-content:space-around;padding:30px 0}.Graph__container{width:45%}.Graph__container canvas{width:100%!important;height:500px!important;display:block}.Header__container{position:relative;height:100vh;width:75px;background-color:var(--body-grayBlue);display:flex;flex-direction:column;justify-content:start;align-items:start;overflow:hidden;overflow-y:auto;transition:.5s ease}.Header__container:hover{width:350px}.Header__sectionOne{width:100%;display:flex;flex-direction:column;gap:10px}.Header__sectionOne a{width:100%;height:60px;display:flex;justify-content:start;align-items:center;gap:23px;color:var(--text-color-white);padding:0 20px}.Header__sectionOne a:hover{background-color:#31383f}.Header__sectionOne img{width:35px;height:35px}.Header__sectionOne p{font-size:16px;font-weight:500}.Header__sectionOne i{font-size:35px}.Header__buttons{display:none}@media (max-width: 1000px){.Header__container{position:relative;width:100%;height:80px;align-items:end}.Header__container:hover{width:100%}.Header__buttons{padding:20px}.Header__buttons i{font-size:38px;color:var(--text-color-white);cursor:pointer}.Header__sectionOne{position:fixed;top:80px;right:0;width:100%;max-width:300px;height:100vh;z-index:2;background-color:var(--body-grayBlue);transition:.5s ease;box-shadow:0 5px 10px 3px #38454c}.closeMain{transform:translate(110%)}.Header__buttons{display:block}.Header__sectionOne{padding-top:20px}.Header__sectionOne img{width:30px;height:30px}.Header__sectionOne i{font-size:30px}.Header__sectionOne p{font-size:15px}}.page__container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:start;align-items:start;background-color:var(--body-light);overflow:hidden;overflow-y:auto}.page___sectionOne{width:100%;background-color:var(--body-black);padding:20px;display:flex;align-items:center}.page___sectionOne h1{color:var(--text-color-white);font-size:22px}.page___sectionTwo{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px}.page___sectionTwo__form{width:100%;max-width:500px;display:flex;align-items:end;gap:20px;color:var(--text-color-gray)}.page___sectionTwo__form div{display:flex;flex-direction:column;gap:10px}.page___sectionTwo__form label{font-weight:600;font-size:18px}.page___sectionTwo__form input,.page___sectionTwo__form select{width:100%;height:40px;border:none;font-size:16px;border-radius:5px;transition:.3s ease;padding-left:15px;background-color:var(--body-white);box-shadow:0 0 10px -2px var(--body-grayLigth)}.page___sectionTwo button{font-size:18px;font-weight:600;width:200px;height:50px;padding:0 15px;background-color:transparent;border:2px solid var(--body-darkBlue);cursor:pointer;border-radius:10px;transition:.5s}.page___sectionTwo button:hover{background-color:var(--body-black);color:var(--text-color-white)}.page___sectionThree{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;gap:20px;padding:20px}.Loading{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background-color:#000000a4;color:var(--text-color-white);z-index:10}.table__container{width:100%;border-collapse:collapse;overflow:auto}.table__container th,.table__container td{border:1px solid #b6b6b6;padding:8px;text-align:left}.table__container td{font-size:14px;font-weight:400}.table__container th{height:45px;background-color:var(--body-grayBlue);padding:.5em 8px;font-size:14px;font-weight:500;color:var(--text-color-white);text-align:center}.tablle__tdButton div{display:flex;justify-content:center;align-items:center;gap:10px}.tablle__tdButton i{font-size:22px;cursor:pointer}.TableBirds_container{width:100%;display:flex;flex-direction:column;align-items:center}.TableBirds_paginations_container{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 0}.TableBirds_paginations_container i{font-size:25px;font-weight:600;color:var(--text-color-gray);cursor:pointer}.TableBirds_paginations_number{display:flex;gap:10px;font-size:18px;color:var(--text-color-gray)}.TableBirds_paginations_number p{font-weight:600;cursor:pointer}.TableBirds_paginations_number p:hover{color:var(--text-color-red)}.CardFamilyTree__container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}.CardFamilyTree__cardsContainer{width:100%;display:flex;justify-content:space-around;align-items:center;gap:50px}.CardFamilyTree__cardBird{position:relative;width:200px;display:flex;flex-direction:column;gap:5px;box-shadow:0 0 10px 1px #a9a9a9;background-color:var(--body-beigeLigth);padding:10px;border-radius:10px}.CardFamilyTree__cardBird img{width:100%;height:180px;object-fit:cover}.CardFamilyTree__cardBird p{font-size:14px}.rowLeft1{position:absolute;top:100%;left:-20%;font-size:40px}.rightLeft1{position:absolute;top:100%;right:-20%;font-size:40px}.Configuration__sectionsContainer{width:100%;padding:20px;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.Configuration__section{width:450px;border-radius:10px;overflow:hidden}.Configuration__section__article{width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;background-color:var(--body-grayBlue);padding:10px 10px 10px 20px}.Configuration__section__article h2{color:var(--text-color-white);font-size:16px}.Configuration__section__article button{height:50px;width:200px;background-color:var(--body-white);color:var(--text-color-gray);font-size:14px;font-weight:600;border:2px solid var(--body-white);border-radius:10px;cursor:pointer;padding:10px;display:flex;justify-content:center;align-items:center}.Configuration__section__article button:hover{background-color:var(--body-grayBlue);color:var(--text-color-white)}.Configuration__section__div{width:100%;background-color:var(--body-white)}.Configuration__section__div ul{display:flex;justify-content:space-between}.Configuration__section__div li{display:flex;justify-content:space-between;align-items:center;padding:10px}.Configuration__section__div span{width:80px;height:100%;border-radius:5px;margin-left:20px}.Configuration__section__divLiButtons{gap:10px!important}.Configuration__section__divLiButtons button{cursor:pointer!important;z-index:2;font-size:20px}.BirdId__container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:start;align-items:start;background-color:var(--body-light);overflow:hidden;overflow-y:auto;gap:10px}.BirdId__sectionOne{width:100%;background-color:var(--body-black);padding:20px;display:flex;justify-content:space-between;align-items:center}.BirdId__sectionOne_navigate{display:flex;align-items:center;color:var(--body-white);gap:20px;font-size:25px;cursor:pointer}.BirdId__sectionOne_navigate i{font-size:35px}.BirdId__sectionOne__buttonsContainer{display:flex;gap:20px}.BirdId__sectionOne__buttonsContainer button{font-size:18px;font-weight:600;width:200px;height:50px;padding:0 15px;border:2px solid var(--body-white);background-color:var(--body-white);cursor:pointer;border-radius:10px;transition:.5s}.BirdId__sectionTwo{width:100%;padding:0 20px 20px;border-bottom:2px solid var(--body-grayLigth);display:flex;flex-direction:column;gap:20px}.BirdId__sectionTwo h1{color:var(--text-color-gray);font-size:30px}.BirdId__sectionTwo ul{display:flex;flex-wrap:wrap;justify-content:start;gap:20px}.BirdId__sectionTwo li{width:350px;font-size:18px;font-weight:600;gap:10px;color:var(--text-color-gray)}.BirdId__sectionTwo b{padding-right:10px}.BirdId__sectionThree{width:100%;padding:20px;display:flex;flex-direction:column;gap:20px;border-bottom:2px solid var(--body-grayLigth)}.BirdId__sectionThree h2{font-size:20px}.BirdId__sectionThree__containerImages{display:flex;flex-wrap:wrap;justify-content:start;align-items:start;gap:10px}.BirdId__sectionThree__containerImages div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.BirdId__sectionThree__containerImages button{width:150px;height:40px;background-color:var(--body-red);color:var(--text-color-white);font-size:15px;font-weight:600;border-radius:10px;cursor:pointer}.BirdId__sectionThree__containerImages img{width:300px;height:300px;cursor:pointer;object-fit:cover}.BirdId__sectionFour{width:100%;padding:20px;display:flex;flex-direction:column;gap:20px}.BirdId__sectionFour_article{width:100%;align-items:center;display:flex;justify-content:space-between}.BirdId__sectionFour_article h2{font-size:20px}.BirdId__sectionFour_article button{font-size:16px;font-weight:600;width:200px;height:50px;padding:0 15px;background-color:var(--body-white);border:2px solid var(--body-darkBlue);cursor:pointer;border-radius:10px;transition:.5s}.BirdId__sectionFour_article button:hover{background-color:var(--body-darkBlue);color:var(--text-color-white)}.BirdId__sectionFour__containerVideos{display:flex;flex-wrap:wrap;justify-content:start;align-items:start;gap:10px}.BirdId__sectionFour__containerVideos div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.BirdId__sectionFour__containerVideos button{width:150px;height:40px;background-color:var(--body-red);color:var(--text-color-white);font-size:15px;font-weight:600;border-radius:10px;cursor:pointer}.BirdId__sectionFour__containerVideos video{width:330px;height:200px;cursor:pointer;object-fit:cover}*{box-sizing:border-box;background-color:transparent}*::-webkit-scrollbar{position:fixed;width:.4em;height:.5em}*::-webkit-scrollbar-track{background:#fff}*::-webkit-scrollbar-thumb{background-color:#000;border-radius:1em}*::-webkit-scrollbar-thumb:vertical{height:1vw}:root{--body-black: #000000;--body-yeloow: #f5eded;--body-white: #ffffff;--body-beigeLigth: #f9f7f1;--body-ligth: #d8d8d8;--body-gray: #31383f;--body-grayBlue: #1a2027;--body-grayLigth: #c9c9c9;--body-red: #f53e50;--body-darkBlue: #000000;--text-color-black: #0b0b0b;--text-color-red: #f1192f;--text-color-beige: #f8f8f8;--text-color-white: #ffffff;--text-color-gray: rgb(37, 37, 37);--text-color-grayLigth: rgb(202, 202, 202);--text-color-blue: #053781;--text-color-darkSkyBlue: #26aec1;--text-color-skyBlue: #4ce8db}body{margin:0 auto;width:100vw;min-width:360px;font-family:Montserrat,sans-serif;background-color:#ebf1f3;letter-spacing:.3px;overflow:hidden;overflow-y:auto}video{object-fit:cover!important}h1,h2,h3,h4,p,ul{margin-top:0;margin-bottom:0}ul,li,:link{list-style:none;padding-left:0;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:contain}input{outline:none;font-family:inherit}button{border:none;padding:0;margin:0}
