@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";html{scroll-behavior:smooth;overflow:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;overflow-y:auto;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}.scroller::-webkit-scrollbar{width:8px}.scroller::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px;margin-top:140px}.scroller::-webkit-scrollbar-thumb{background:#fdca00;border-radius:4px}.scroller::-webkit-scrollbar-thumb:hover{background:#f0d060}@media only screen and (min-width: 0px) and (max-width: 600px),only screen and (min-width: 600px) and (max-width: 899px){.scroller::-webkit-scrollbar{display:none}}#root{display:flex;justify-content:center;margin:0 auto}.App-admin{color:#000;width:100%;max-width:1400px;margin:0 auto;height:100vh}.App-admin .route-container{display:grid;grid-template-columns:auto 1fr;min-width:100%;max-width:1400px;margin:0 auto;height:100%}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.App-admin .route-container{grid-template-columns:1fr}}.app-container{display:flex;flex-direction:column;min-height:100vh}.content-area{flex:1;min-height:0;overflow:hidden}.header{width:100%;position:fixed;top:0;left:0;right:0;height:84px;background:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000;z-index:100}.header .header-wrapper{max-width:1400px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.header .header-wrapper{width:90%;margin:0 auto}}.header .logo-container{display:flex;align-items:center}.header .logo-container .User-logo{width:120px;height:80px;border-radius:4px;display:flex;align-items:center;justify-content:center}.header .logo-container .User-logo .logo-text{color:#fff;font-size:20px;font-weight:700}.header .logo-container .company-name{font-size:18px;font-weight:700;margin-right:8px}.header .logo-container .company-tagline{color:#666;font-size:12px}.header .header-menu{display:none;z-index:100}.header .header-menu.hide-menu{display:none}@media only screen and (min-width: 1200px) and (max-width: 1535px){.header{padding:0 20px}.header .logo-container .User-logo{width:110px;height:70px}.header .logo-container .company-name{font-size:16px}.header .logo-container .company-tagline{font-size:11px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.header .logo-container .User-logo{width:100px;height:65px}.header .logo-container .company-name{font-size:15px}.header .logo-container .company-tagline{font-size:10px}}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.header .header-menu{display:block}.header .logo-container{margin-left:0}.header .logo-container .User-logo{width:80px;height:60px}.header .logo-container .company-name,.header .logo-container .company-tagline{display:none}}.menu-bar{max-width:fit-content;height:40px;padding:0 16px;display:none;align-items:center;gap:8px;border:1px solid #000000;text-align:center;margin-top:100px;margin-left:5%;border-radius:10px}.menu-bar .menu-title{color:#000;font-size:16px;font-weight:600}.menu-bar .menu-icon{font-size:16px}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.menu-bar{display:flex}}.sidebar{font-family:Inter;min-width:240px;background-color:#000;border-radius:10px;margin:50px;height:75vh;position:relative;left:0;top:64px;padding-top:32px;transition:all .3s ease;z-index:99}.sidebar .menu-bar-inner{display:none;align-items:center;justify-content:center;gap:8px;min-width:78%;height:40px;margin:100px auto 0;padding:0 16px;border:1px solid #ffffff;text-align:center;position:relative;border-radius:10px}.sidebar .menu-bar-inner .menu-title{color:#fff;font-size:18px;font-weight:600}.sidebar .menu-bar-inner .menu-icon{color:#fff;font-size:18px}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.sidebar{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;margin:0;height:100%;padding-top:0;width:280px;border-radius:0;transform:translate(-300px)}.sidebar.open{transform:translate(0)}.sidebar .menu-bar-inner{display:flex}.sidebar .menu-bar-inner .menu-title{font-size:16px}}.sidebar .sidebar-menu{text-align:center;padding:90px 16px 0}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.sidebar .sidebar-menu{padding-top:0}}.sidebar .sidebar-menu .sidebar-item{display:flex;text-align:center;margin-bottom:18px;border:1px solid #ffffff;border-radius:10px}.sidebar .sidebar-menu .sidebar-item .sidebar-button{display:flex;justify-content:center;width:100%;padding:12px 16px;background:none;color:#fff;text-align:left;cursor:pointer;border-radius:4px;font-size:14px;transition:background-color .2s ease}.sidebar .sidebar-menu .sidebar-item .sidebar-button:hover{background-color:#ffffff1a}.sidebar .sidebar-menu .sidebar-item .sidebar-button.active{border-radius:10px;border:none!important;background-color:#f4b000}.sidebar .sidebar-menu .sidebar-item .sidebar-button.active:hover{border-radius:10px;background-color:#ffc400}.sidebar .logout-button{position:absolute;bottom:20px;left:16px;right:16px;padding:8px 16px;background:none;border:1px solid #F4B000;color:#f4b000;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s ease}.sidebar .logout-button:hover{background-color:#f39c121a}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.sidebar .logout-button{position:relative;width:calc(100% - 32px);padding:12px 0}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.sidebar{width:200px;margin:40px;height:70vh}.sidebar .sidebar-button{font-size:13px;padding:10px 14px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.sidebar{width:180px;margin:30px;height:65vh}.sidebar .sidebar-button{font-size:12px;padding:10px 12px}}.pagination-container{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:20px}.pagination-container .custom-pagination{font-family:Inter;display:flex;gap:15px;box-shadow:0 2px 4px #0000001a;flex-wrap:wrap}.pagination-container .custom-pagination .pagination-btn{min-width:auto!important;height:40px!important;padding:0 16px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;border-radius:0!important;border:none!important;transition:all .2s ease!important}.pagination-container .custom-pagination .pagination-btn.prev-btn{background-color:#000!important;color:#fff!important;padding:0 20px!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.pagination-container .custom-pagination .pagination-btn.prev-btn:hover{background-color:#333!important}.pagination-container .custom-pagination .pagination-btn.prev-btn:disabled{background-color:#666!important;color:#ccc!important;cursor:not-allowed!important}.pagination-container .custom-pagination .pagination-btn.prev-btn:disabled:hover{background-color:#666!important}.pagination-container .custom-pagination .pagination-btn.next-btn{background-color:#000!important;color:#fff!important;padding:0 20px!important;border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.pagination-container .custom-pagination .pagination-btn.next-btn:hover{background-color:#333!important}.pagination-container .custom-pagination .pagination-btn.next-btn:disabled{background-color:#666!important;color:#ccc!important;cursor:not-allowed!important}.pagination-container .custom-pagination .pagination-btn.next-btn:disabled:hover{background-color:#666!important}.pagination-container .custom-pagination .pagination-btn.page-btn{background-color:#000!important;color:#fff!important;min-width:40px!important}.pagination-container .custom-pagination .pagination-btn.page-btn.active{background-color:#ffc400!important;color:#fff!important;font-weight:600!important}.pagination-container .custom-pagination .pagination-btn.page-btn:hover{background-color:#000!important}.pagination-container .custom-pagination .pagination-btn.page-btn:hover.active{background-color:#f0d060!important}.pagination-container .pagination-info{background-color:#000!important;color:#fff!important;padding:4px 8px!important;font-size:12px!important;font-weight:500!important;border-radius:2px!important;box-shadow:0 1px 2px #0000001a;margin-top:4px}@media only screen and (min-width: 1536px){.pagination-container{margin-top:20px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.pagination-container{justify-content:flex-end}.pagination-container .custom-pagination{gap:12px}.pagination-container .custom-pagination .pagination-btn{font-size:13px!important;padding:0 14px!important;height:36px!important}.pagination-container .pagination-info{font-size:11px!important;padding:3px 6px!important}}@media only screen and (min-width: 1280px) and (max-width: 1365px){.pagination-container{margin-top:20px;margin-right:20px}.pagination-container .custom-pagination{gap:10px}.pagination-container .custom-pagination .pagination-btn{font-size:13px!important;padding:0 12px!important;height:36px!important}.pagination-container .pagination-info{font-size:11px!important;padding:3px 6px!important}}@media only screen and (min-width: 900px) and (max-width: 1199px){.pagination-container{justify-content:flex-end}.pagination-container .custom-pagination{gap:10px}.pagination-container .custom-pagination .pagination-btn{font-size:12px!important;padding:0 12px!important;height:34px!important}.pagination-container .pagination-info{font-size:10px!important;padding:2px 6px!important}}@media only screen and (min-width: 600px) and (max-width: 899px){.pagination-container{margin-top:12px}.pagination-container .custom-pagination{gap:8px;flex-wrap:wrap}.pagination-container .custom-pagination .pagination-btn{font-size:11px!important;padding:0 10px!important;height:32px!important}.pagination-container .pagination-info{font-size:10px!important;padding:2px 5px!important}}@media only screen and (min-width: 0px) and (max-width: 600px){.pagination-container{margin-top:8px}.pagination-container .custom-pagination{gap:6px;flex-wrap:wrap}.pagination-container .custom-pagination .pagination-btn{font-size:10px!important;padding:0 8px!important;height:30px!important}.pagination-container .pagination-info{font-size:9px!important;padding:2px 4px!important}}.signup-container{font-family:Inter;display:flex;width:100%;position:relative;overflow:hidden}@media only screen and (min-width: 900px) and (max-width: 1199px){.signup-container{height:162vh}}@media only screen and (min-width: 0px) and (max-width: 600px){.signup-container{height:134vh}}.left-panel{flex:4;background-color:#fee78a;display:flex;align-items:center;justify-content:center;width:900px;padding:0;position:relative;right:78px;clip-path:polygon(0 0,100% 0,80% 100%,0 100%);height:100vh}@media only screen and (min-width: 1200px) and (max-width: 1535px){.left-panel{right:50px;padding:135px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.left-panel{right:5px;padding:65px}}@media only screen and (min-width: 0px) and (max-width: 600px){.left-panel{width:150%;height:320px;right:-1px}}@media only screen and (min-width: 600px) and (max-width: 899px){.left-panel{right:0}}.left-content{text-align:center;max-width:310px}.left-content h2{font-size:32px;font-weight:700;color:#333;margin-bottom:24px;line-height:1.2}@media only screen and (min-width: 900px) and (max-width: 1199px){.left-content h2{font-size:25px}}@media only screen and (min-width: 0px) and (max-width: 600px){.left-content h2{font-size:25px}}.left-content p{color:#666;margin-bottom:32px;line-height:1.6;font-size:16px}@media only screen and (min-width: 0px) and (max-width: 600px){.left-content p{font-size:25px}}.login-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;outline:none;background:transparent;border:2px solid #333;color:#333;padding:12px 40px;text-transform:uppercase;font-size:14px;letter-spacing:.5px}.login-btn:disabled{cursor:not-allowed;opacity:.6}.login-btn:hover{background-color:#0000000a;transform:translateY(-1px)}.right-panel{position:relative;top:60px;height:0;padding-left:170px;padding-bottom:-10px}@media only screen and (min-width: 1200px) and (max-width: 1535px){.right-panel{right:170px;max-width:130vw}}@media only screen and (min-width: 900px) and (max-width: 1199px){.right-panel{right:100px;top:200px;max-width:130vw}}@media only screen and (min-width: 0px) and (max-width: 600px){.right-panel{max-width:180vw;right:-95px;top:134px}}@media only screen and (min-width: 600px) and (max-width: 899px){.right-panel{right:-25px;top:34px;max-width:130vw}}.form-container{background:#fff;padding:40px 60px 20px;border-radius:5px;border:1px solid #000;max-width:480px}@media only screen and (min-width: 900px) and (max-width: 1199px){.form-container{padding:30px 30px 0}}.form-container .logo-icon{display:flex;align-items:center;justify-content:center;padding:-40px}.form-container .logo-icon img{top:50px;width:120px;height:100px;object-fit:contain;cursor:pointer;transition:transform .3s ease}.form-container .logo-icon img:hover{transform:scale(1.05)}.signUP-logo-section{text-align:center}.signUP-logo-section .logo{display:inline-flex;align-items:center}.signUP-logo-section .logo .logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:12px}@media only screen and (min-width: 900px) and (max-width: 1199px){.signUP-logo-section .logo .logo-icon{width:35px;height:35px}}.title-section{text-align:center;margin-bottom:-2px;position:relative;bottom:40px}.title-section h1{font-size:32px;margin-bottom:0;bottom:20px;font-weight:700;color:#333}@media only screen and (min-width: 900px) and (max-width: 1199px){.title-section h1{font-size:25px}}.title-section p{bottom:10px;color:#666;font-size:14px}.social-buttons{position:relative;margin-bottom:24px;display:flex;flex-direction:row;bottom:35px;gap:30px;justify-content:center}@media only screen and (min-width: 900px) and (max-width: 1199px){.social-buttons{gap:35px;width:330px}}@media only screen and (min-width: 600px) and (max-width: 899px){.social-buttons{gap:110px}}.social-buttons .social-btn{display:flex;align-items:center;justify-content:center;max-width:200px;gap:8px;margin-bottom:12px;background:#fff;color:#666;font-size:14px;text-transform:none;font-weight:500;border:1px solid #E0E0E0;border-radius:6px;padding:5px 6px;cursor:pointer;transition:all .2s ease}.social-buttons .social-btn .social-img{width:20px;height:20px}.social-buttons .social-btn:hover{background-color:#00000005;transform:translateY(-1px)}.divider{position:relative;display:flex;bottom:40px;justify-content:center;margin:-20px 0}.divider span{padding:0 16px;color:#666;font-size:14px}@media only screen and (min-width: 900px) and (max-width: 1199px){.divider span{font-size:12px}}.signup-form{display:flex;flex-direction:column;gap:16px;position:relative;bottom:5px}@media only screen and (min-width: 900px) and (max-width: 1199px){.signup-form{gap:10px}}.signup-form .form-group input{display:flex;position:relative;justify-content:center;left:0;width:93%;padding:12px;border:1px solid #cacaca;border-radius:8px;font-size:12px;color:#000;outline:none;background:transparent}@media only screen and (min-width: 900px) and (max-width: 1199px){.signup-form .form-group input{left:0;width:92%;font-size:10px}}.signup-form .form-group input:focus{border-color:#b6d11c}.signup-form .form-group input::placeholder{color:#a9a9a9}.signup-form .checkbox-group{display:flex;align-items:center;font-size:14px;color:#333;position:relative;right:7px}@media only screen and (min-width: 900px) and (max-width: 1199px){.signup-form .checkbox-group{right:7px;font-size:10px}}.signup-form .checkbox-group .checkbox-label{display:flex;align-items:center;cursor:pointer}.signup-form .checkbox-group .checkbox-label input[type=checkbox]{margin-right:8px;accent-color:#000000}.signup-form .checkbox-group .checkbox-label .checkmark{margin-left:4px}.signup-form .signup-btn{position:relative;left:0;width:100%;padding:14px;background-color:#f4b000;color:#000;font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}@media only screen and (min-width: 900px) and (max-width: 1199px){.signup-form .signup-btn{width:330px;top:-20px;font-size:12px}}.signup-form .signup-btn:hover{background-color:#e09500}.signup-form .signup-btn.disabled{background-color:#ccc;cursor:not-allowed}.checkbox-group{margin-bottom:24px}.checkbox-group .checkbox-label{position:relative;left:3px;display:flex;align-items:center;cursor:pointer;font-size:14px;color:#666}.checkbox-group .checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#fee78a;border-color:#fee78a}.checkbox-group .checkbox-label input[type=checkbox]:checked+.checkmark:after{display:block}.checkbox-group .checkbox-label .checkmark{position:relative;width:18px;height:18px;border:2px solid #E0E0E0;border-radius:3px;margin-right:12px;transition:all .3s ease}.checkbox-group .checkbox-label .checkmark:after{content:"";position:absolute;display:none;left:4px;top:1px;width:6px;height:10px;border:solid #333;border-width:0 2px 2px 0;transform:rotate(45deg)}.signup-btn{width:85%;background-color:#fee78a;color:#333;padding:14px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.signup-btn:hover:not(:disabled){background-color:#f0c542;transform:translateY(-2px);box-shadow:0 4px 12px #f5d54766}.signup-btn:disabled{background-color:#e0e0e0;color:#999}.signup-btn:disabled:hover{transform:none;box-shadow:none}@media (max-width: 968px){.signup-container{flex-direction:column}.left-panel{flex:none;min-height:300px;clip-path:none}.left-panel .left-content h2{font-size:24px}.right-panel{flex:1;padding:0}.form-container{padding:24px}}@media (max-width: 480px){.left-panel{padding:-70px;min-height:250px}.left-panel .left-content h2{font-size:20px;margin-bottom:16px}.left-panel .left-content p{font-size:14px;margin-bottom:24px}.left-panel .login-btn{padding:10px 32px;font-size:12px}.right-panel{padding:0}.form-container{padding:30px}.title-section{margin-bottom:24px}.title-section h1{font-size:24px}.signUP-logo-section{margin-bottom:24px}.signUP-logo-section .logo .logo-icon{width:32px;height:32px;margin-right:8px}.signUP-logo-section .logo .logo-icon svg{width:20px;height:20px}.signUP-logo-section .logo .logo-text{font-size:18px}}.login-container{width:1600px;min-height:100vh;display:flex;position:relative}@media only screen and (min-width: 1200px) and (max-width: 1535px){.login-container{min-height:100vh}}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-container{min-height:100vh}}@media only screen and (min-width: 600px) and (max-width: 899px){.login-container{width:100%;min-height:100vh;flex-direction:column}.login-container .login-right-side{display:none}}@media only screen and (min-width: 0px) and (max-width: 600px){.login-container{width:100%;min-height:100vh;flex-direction:column}.login-container .login-right-side{display:none}}.login-container .login-right-side{width:50%}.right-side-content{position:relative;clip-path:polygon(20% 100%,100% 100%,100% 0,0 0);min-width:750px;background:#fee78a;height:100vh}@media only screen and (min-width: 900px) and (max-width: 1199px){.right-side-content{height:117.2vh;width:550px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.right-side-content{height:107vh;width:616px}}@media only screen and (min-width: 600px) and (max-width: 899px){.right-side-content{clip-path:polygon(0 100%,0 0,100% 0%,100% 100%);height:95.6vh;width:43px}}@media only screen and (min-width: 0px) and (max-width: 600px){.right-side-content{display:none}}.login-left-side{width:50%;font-family:Inter;position:relative;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.login-left-side{width:100%;height:100vh}}.login-left-side .login-card{background:#fff;border-radius:3px;padding:2rem;width:60%;max-width:400px;position:relative;border:1px solid #6e6e6e}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-left-side .login-card{padding:3rem 1.4rem}}@media only screen and (min-width: 600px) and (max-width: 899px){.login-left-side .login-card{width:50%;max-width:50%;margin:0;padding:2rem 2.5rem}}.login-left-side .logo-section{text-align:center;margin-bottom:2rem}@media only screen and (min-width: 0px) and (max-width: 600px){.login-left-side .logo-section{margin-top:1.5rem}}.login-left-side .logo-section .logo-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.login-left-side .logo-section .logo-wrapper .login-logo{width:160px;height:100px;object-fit:contain}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-left-side .logo-section .logo-wrapper{height:10px;object-fit:contain}}.login-left-side .welcome-section{text-align:center;margin-bottom:2.5rem}.login-left-side .welcome-section .welcome-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.6}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-left-side .welcome-section .welcome-title{font-size:1.7rem;line-height:1.6}}.login-left-side .welcome-section .welcome-subtitle{color:#666;font-size:.95rem;margin:0;font-weight:400}.login-left-side .form-section{margin-bottom:3.5rem}@media only screen and (min-width: 0px) and (max-width: 600px){.login-left-side .form-section{margin-bottom:2rem}}.login-left-side .form-section .input-group{margin-bottom:1rem;position:relative}.login-left-side .form-section .input-group.password-group{margin-bottom:1.5rem}.login-left-side .form-section .form-input{width:100%;padding:.9rem 1.1rem;border:1.5px solid #666;border-radius:6px;background:transparent;font-size:14px;font-weight:400;color:#999;transition:border-color .3s ease;box-sizing:border-box}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-left-side .form-section .form-input{position:relative;left:20px;padding:.7rem .9rem;width:90%}}.login-left-side .form-section .form-input::placeholder{color:#a0a0a0;font-weight:400}.login-left-side .form-section .form-input:focus{outline:none;border-color:#f4b000;box-shadow:0 0 0 3px #f5b0411a}.login-left-side .form-section .form-input.password-input{padding-right:3rem}.login-left-side .form-section .password-toggle{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);background:none;border:none!important;cursor:pointer;color:#a0a0a0;transition:color .3s ease;padding:.25rem}.login-left-side .form-section .password-toggle .eye-icon{position:relative;right:20px;width:18px;height:18px}.login-left-side .form-section .login-button{width:100%;background:#f4b000;color:#000;font-weight:600;padding:.9rem 1.1rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;letter-spacing:.5px;transition:background-color .3s ease}@media only screen and (min-width: 900px) and (max-width: 1199px){.login-left-side .form-section .login-button{position:relative;left:20px;width:90%;padding:.7rem 1rem}}.login-left-side .form-section .login-button:hover{background:#f4b000}.login-left-side .form-section .login-button:active{transform:translateY(1px)}.login-left-side .additional-options{text-align:center}.login-left-side .additional-options .forgot-password{background:none;border:none;color:#f4b000;font-size:.85rem;cursor:pointer;font-weight:400;transition:color .3s ease}.login-left-side .additional-options .forgot-password:hover{color:#f4b000;text-decoration:underline}@media only screen and (min-width: 0px) and (max-width: 600px){.login-container{flex-direction:column}.right-side-content{clip-path:polygon(0 100%,100% 100%,100% 0,0 0);width:130%;height:250px;left:-41px}.login-left-side{flex:unset;width:100%;right:0;top:0}.login-left-side .login-card{width:80%;margin:auto;right:3px;padding:0rem 1rem}.logo-section{margin-bottom:1.5rem}.logo-section .logo-wrapper .login-logo{width:120px;height:auto}.welcome-section{margin-bottom:2rem}.welcome-section .welcome-title{font-size:1.4rem;line-height:1.4}.welcome-section .welcome-subtitle{font-size:.9rem}.form-section .form-input,.form-section .login-button{width:100%;left:0;padding:.8rem 1rem}}@media only screen and (min-width: 0px) and (max-width: 600px){.dashboard-container{flex-direction:column!important;margin-top:80px}}@media only screen and (min-width: 600px) and (max-width: 899px){.dashboard-container{flex-direction:column!important;margin-top:80px}}.sub-content-area{z-index:100}.table{flex:1;overflow-y:scroll;width:100%;border-collapse:collapse}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 900px) and (max-width: 1199px){.table{min-width:800px}}.table .table-row{overflow:scroll;border-bottom:1px solid #999;transition:background-color .2s ease}.table .table-row .table-cell{padding:0 12px;font-size:14px}.table .table-row .table-cell.number{color:#000;font-weight:500}.table .table-row .table-cell.name{font-weight:500;color:#000}.table .table-row .table-cell.email{color:#000}.table .table-row .table-cell.message{color:#000;max-width:400px;word-wrap:break-word}.table .table-row .table-cell.time{color:#000;margin-left:100px}@media only screen and (min-width: 600px) and (max-width: 899px){.user-main-content{margin-top:60px;padding:12px}.user-main-content .page-title{font-size:20px;margin-bottom:16px}.user-main-content .table .table-cell{font-size:12px;padding:4px 6px}}@media only screen and (min-width: 0px) and (max-width: 600px){.user-main-content{margin-left:0;margin-top:60px;padding:8px}.user-main-content .page-title{font-size:18px;margin-bottom:12px}.user-main-content .table .table-cell{font-size:11px;padding:2px 4px;white-space:normal}.user-main-content .table .table-row .message{max-width:200px;word-wrap:break-word}}.edit-management-container{display:flex;flex-direction:column;font-family:Inter;margin-top:100px;height:calc(100vh - 100px);overflow-y:scroll}@media only screen and (min-width: 0px) and (max-width: 600px),only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container{width:90%;margin:80px auto 0}}.edit-management-container .edit-heading{display:flex;align-items:center;font-size:28px;font-weight:700;color:#000;position:relative;gap:10px;cursor:pointer}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-heading{font-size:18px;gap:15px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-heading{font-size:22px;gap:20px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-heading{font-size:24px;gap:25px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.edit-management-container .edit-heading{font-size:26px;right:auto;gap:10px}}.edit-management-container .edit-main-content{flex:1;position:relative;margin-bottom:50px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content{left:0;margin-bottom:20px;padding:0 15px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content{left:0;margin-bottom:30px;padding:0 20px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content{left:-5px;margin-bottom:40px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.edit-management-container .edit-main-content{left:10px;margin-bottom:45px}}.edit-management-container .edit-main-content .edit-form-container{max-width:800px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container{max-width:100%}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container{max-width:100%}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container{max-width:700px}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group{margin-bottom:4px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group{margin-bottom:15px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group{margin-bottom:15px}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group label{display:block;font-size:14px;font-weight:700;color:#000;margin-bottom:6px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group label{font-size:13px;margin-bottom:8px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group label{font-size:13px}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input{color:#000;width:95%;padding:12px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;gap:20px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input{width:100%;padding:10px;font-size:13px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input{width:100%;padding:11px;font-size:13px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input{width:97%}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input:focus{outline:none;border-color:#f4b000;box-shadow:0 0 0 3px #fbbf241a}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.select-input{background-position:right 0px center;background-repeat:no-repeat;background-size:16px;appearance:none}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.select-input{width:100%}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.select-input{width:100%}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.select-input{width:97%}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.textarea-input{min-height:30px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.textarea-input{min-height:80px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.textarea-input{min-height:80px}}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-date-input-container{position:relative}.edit-management-container .edit-main-content .edit-form-container .edit-form-group .edit-date-input-container .edit-calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;cursor:pointer;pointer-events:auto}.edit-management-container .edit-main-content .edit-form-container #image-upload{display:none}.edit-management-container .edit-main-content .edit-form-container .edit-form-row{display:grid;grid-template-columns:1fr 1fr;gap:130px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-form-row{grid-template-columns:1fr;gap:0}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-form-row{grid-template-columns:1fr;gap:0}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-form-row{gap:40px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.edit-management-container .edit-main-content .edit-form-container .edit-form-row{gap:80px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section{display:grid;grid-template-columns:1fr minmax(200px,1fr);gap:24px;align-items:start}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section{grid-template-columns:1fr;gap:20px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section{grid-template-columns:1fr;gap:20px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section{grid-template-columns:1fr 180px;gap:20px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area{border:2px dashed #F0C542;border-radius:12px;padding:12px 24px;text-align:center;background:#fff;transition:border-color .2s ease,background-color .2s ease}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area{padding:20px 15px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area{padding:20px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area:hover{border-color:#f4b000;background-color:#fff}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon{margin-bottom:5px}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon .edit-upload-icon-svg{color:#f4b000}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon .edit-upload-icon-svg{font-size:48px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon .edit-upload-icon-svg{font-size:50px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p{margin:8px 0;font-size:14px;color:#666}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p{font-size:12px;margin:6px 0}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p{font-size:13px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p.upload-formats{font-size:12px;color:#666}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p.upload-formats{font-size:10px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p.upload-formats{font-size:11px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .file-input{display:none}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn{display:inline-block;background-color:#f4b000;color:#000;padding:5px 16px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;margin-top:16px;transition:background-color .2s ease}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn{padding:8px 20px;font-size:11px;margin-top:12px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn{padding:7px 18px;font-size:11px;margin-top:14px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn:hover{background-color:#ffc400}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview{position:relative;height:213px;display:inline-block}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview{width:100%;height:200px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview{width:100%;height:220px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview{width:100%;height:200px}}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-preview-image{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #E0E0E0;transition:filter .3s ease;display:block}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;border-radius:8px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-delete-image-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:2}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-delete-image-btn:hover{transform:translate(-50%,-50%) scale(1.15)}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover:before{opacity:1}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover .edit-delete-image-btn{opacity:1}.edit-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover .edit-preview-image{filter:brightness(.8)}.edit-management-container .edit-main-content .edit-form-container .edit-save-btn{background-color:#000;color:#fff;border:none;padding:20px 104px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:13px}@media only screen and (min-width: 0px) and (max-width: 600px){.edit-management-container .edit-main-content .edit-form-container .edit-save-btn{width:100%;padding:14px 20px;font-size:13px;margin-top:20px}}@media only screen and (min-width: 600px) and (max-width: 899px){.edit-management-container .edit-main-content .edit-form-container .edit-save-btn{width:100%;padding:16px 40px;font-size:13px;margin-top:18px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.edit-management-container .edit-main-content .edit-form-container .edit-save-btn{padding:18px 80px;font-size:13px}}.edit-management-container .edit-main-content .edit-form-container .edit-save-btn:hover{background-color:#333}.edit-management-container .edit-main-content .edit-form-container .edit-save-btn:disabled{opacity:.6;cursor:not-allowed}.dashboard-container{display:flex;min-height:90vh;overflow:hidden}@media only screen and (min-width: 0px) and (max-width: 600px){.dashboard-container{flex-direction:column!important;margin-top:100px}}@media only screen and (min-width: 600px) and (max-width: 899px){.dashboard-container{flex-direction:column!important;margin-top:100px}}.user-main-content{font-family:Inter;margin-top:70px;padding:24px;flex:1}.user-main-content .page-title{font-size:28px;font-weight:700;color:#000;margin-bottom:24px}.table-container{display:flex;text-align:center;height:400px;background:#fff;border-radius:8px}@media only screen and (min-width: 0px) and (max-width: 600px),only screen and (min-width: 600px) and (max-width: 899px){.table-container{height:100%!important}}.table-wrapper{height:120%;width:100%;overflow-y:auto}.table-wrapper::-webkit-scrollbar{width:0px}.table{flex:1;width:100%;border-collapse:collapse}.table .table-header{background-color:#fee78a}.table .table-header th{padding:18px 0;font-weight:700;color:#000;font-size:14px;border-bottom:1px solid #999}.table .table-row{border-bottom:1px solid #999;transition:background-color .2s ease}.table .table-row:hover{background-color:#e0e0e0}.table .table-row .table-cell{padding:10px 12px;font-size:14px;color:#000}.table .table-row .table-cell.number,.table .table-row .table-cell.email{font-weight:500}.table .table-row .table-cell.time{font-size:13px;color:#333}@media only screen and (min-width: 900px) and (max-width: 1199px){.user-main-content{padding:16px}.user-main-content .page-title{font-size:24px}.user-main-content .table .table-cell{font-size:13px;padding:6px 8px}}@media only screen and (min-width: 600px) and (max-width: 899px){.user-main-content{width:90%;margin:0 auto;padding:0}.user-main-content .page-title{font-size:20px;margin-bottom:16px}.user-main-content .table .table-cell{font-size:12px;padding:4px 6px}}@media only screen and (min-width: 0px) and (max-width: 600px){.user-main-content{width:90%;margin:0 auto;padding:0}.user-main-content .page-title{font-size:18px;margin-bottom:12px}.user-main-content .table{min-width:600px;height:70%}.user-main-content .table .table-cell{font-size:11px;padding:2px 4px;white-space:normal}}.upload-dashboard-container{width:100%;font-family:inherit;margin-top:100px;height:calc(100vh - 100px);overflow-y:scroll;z-index:9!important}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.upload-dashboard-container{width:90%;margin-inline:auto}}.Upload-main-content{width:100%;padding:0;max-height:90%}.upload-content-area{margin:0 auto;display:flex;flex-direction:column;gap:40px}.upload-content-area .upload-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-block-end:40px}.upload-content-area .upload-container .Upload-selected-files{position:relative;width:100%}.upload-content-area .upload-container .Upload-save-section{width:100%;display:flex;justify-content:center}.upload-header{background:#fff;z-index:1000;padding:20px 0 0}.upload-title{cursor:pointer;position:relative;display:flex;align-items:center;gap:12px;font-size:30px;font-weight:700;margin:0}.upload-icon{position:relative;color:#000;font-weight:700;font-size:32px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.upload-icon:hover{color:#f4b000;transform:translate(-2px)}.Upload-page-title{position:relative;top:0}@media only screen and (min-width: 0px) and (max-width: 600px){.Upload-page-title{font-size:24px}}.Upload-drop-zone{position:relative;top:2%;left:0;right:0;margin:auto;border:2px dashed #FEE78A;border-radius:12px;width:500px;height:250px;text-align:center;transition:all .3s ease;margin:0rem}.Upload-drop-zone:hover{border-color:#fee78a;transform:translateY(-1px)}.Upload-drop-zone.drag-over{border-color:#fee78a;transform:scale(1.01);box-shadow:0 4px 12px #0000001a}.Upload-drop-zone.drag-over .cloud-icon{transform:scale(1.1);color:#fee78a}.Upload-drop-zone.drag-over .Upload-drop-title{color:#fee78a}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.Upload-drop-zone{width:90%;margin:0 auto}}.Upload-drop-zone-content{pointer-events:none}.Upload-drop-zone-content .cloud-icon{font-size:4.5rem;color:#f4b000;margin-top:0;transition:all .3s ease;display:inline-block}.Upload-drop-zone-content .cloud-icon svg{width:4rem;height:4rem;filter:drop-shadow(0 2px 4px rgba(255,193,7,.3))}.Upload-drop-zone-content .Upload-drop-title{font-size:18px;font-weight:600;color:#333;margin-top:0;transition:all .3s ease}.Upload-drop-zone-content .Upload-drop-subtitle{color:#666;margin-bottom:1rem;font-size:14px;line-height:1.4}.Upload-choose-files-btn{color:#fff;border:none;padding:.875rem 2.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:8px;pointer-events:auto;box-shadow:0 2px 8px #ffc1074d;text-transform:uppercase;letter-spacing:.5px;background-color:#f4b000}.Upload-choose-files-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffc10766}.Upload-choose-files-btn:active{transform:translateY(0);box-shadow:0 2px 8px #ffc1074d}.Upload-file-input{display:none;position:absolute;left:99px;opacity:0;pointer-events:none}.Upload-selected-title{font-size:1.2rem;font-weight:700;color:#000;display:flex}.Upload-selected-title:after{content:"";flex:1;height:1px;margin-left:1rem}.Upload-files-grid{width:100%;overflow-y:scroll;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;min-height:25%}.Upload-files-grid::-webkit-scrollbar{width:18px;color:#000}.Upload-file-item{border-radius:8px;padding:0rem;text-align:center;transition:all .3s ease;border:1px solid #333;position:relative}.Upload-file-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;transition:left .5s ease}.Upload-file-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;border-color:#fee78a}.Upload-file-item:hover:before{left:100%}.Upload-file-preview{position:relative;margin-bottom:.75rem;border-radius:6px;overflow:hidden}.Upload-file-preview:after{content:"";position:absolute;inset:0 0 0 30px;transition:all .3s ease;opacity:0}.Upload-file-preview:hover:after{opacity:1}.Upload-preview-image{width:100%;height:120px;object-fit:cover;border-radius:6px;border:2px solid #ffffff;transition:all .3s ease}.Upload-preview-image:hover{border-color:#fee78a;transform:scale(1.02)}.Upload-remove-file-btn{position:absolute;top:3px;right:0;background:linear-gradient(135deg,#fe0019,#c82333);color:#fff;border:none;width:28px;height:28px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.Upload-remove-file-btn:hover{background:linear-gradient(135deg,#000,#a71e2a);transform:scale(1.15);box-shadow:0 4px 12px #dc354580}.Upload-remove-file-btn:active{transform:scale(1.05)}.Upload-file-name{font-size:.85rem;font-weight:500;color:#000;margin:.5rem 0 .25rem;word-break:break-word;line-height:1.3;max-height:2.6em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.Upload-file-size{font-size:.75rem;color:#666;margin:0;font-weight:400}.Upload-save-photos-btn{background:#000;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease}.Upload-save-photos-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);transition:all .6s ease;border-radius:50%;transform:translate(-50%,-50%)}.Upload-save-photos-btn:hover{background:linear-gradient(135deg,#000 0% 100%);transform:translateY(-2px);box-shadow:0 8px 20px #3336}.Upload-save-photos-btn:active{transform:translateY(0);box-shadow:0 4px 12px #3333334d}.Upload-selected-files,.Upload-save-section{animation:fadeInUp .4s ease-out}.cloud-icon:hover{animation:pulse 1s infinite}.text-center{text-align:center}.Upload-choose-files-btn:focus,.Upload-save-photos-btn:focus,.Upload-remove-file-btn:focus{outline:2px solid #FEE78A;outline-offset:2px}.Upload-drop-zone:focus-within{outline:2px solid #FEE78A;outline-offset:2px}@media only screen and (min-width: 900px) and (max-width: 1199px){.upload-title{cursor:pointer;position:relative;display:flex;align-items:center;font-weight:700;margin:0}}.main-content{display:flex;min-height:calc(100vh - 70px)}.gallery-categories-container{display:flex;flex-direction:column;gap:20px;padding:20px}.gallery-page-title{font-size:32px;font-weight:700;margin:0 0 -10px}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1200px;padding:40px 0}.category-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;position:relative}.category-card:hover{transform:translateY(-3px)}.category-card:hover .category-img{transform:scale(1.02) rotate(-.5deg);box-shadow:0 12px 35px #0003,0 6px 15px #00000026}.card-image-container{position:relative;width:280px;height:200px;margin-bottom:20px}.card-image-container:before,.card-image-container:after{content:"";position:absolute;width:100%;height:100%;border-radius:8px;border:3px solid #ffffff;background:linear-gradient(45deg,#fff 0% 100%)}.card-image-container:before{top:-6px;left:-4px;z-index:1;box-shadow:0 4px 15px #0000001a;transform:rotate(-1deg)}.card-image-container:after{top:-3px;left:-2px;z-index:2;box-shadow:0 6px 20px #0000001f;transform:rotate(.5deg)}.category-img{width:100%;height:100%;object-fit:cover;border-radius:8px;position:relative;z-index:3;border:3px solid #ffffff;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transition:all .3s ease}.no-images-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border-radius:8px;position:relative;z-index:3;border:3px solid #ffffff;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transition:all .3s ease}.no-images-placeholder p{margin:0;font-family:Inter;font-size:16px;font-weight:600;color:#757575;text-align:center;padding:20px}.category-title{margin:0;font-family:Inter;font-size:24px;font-weight:700;color:#000;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1)}.category-card.featured .card-image-container{width:320px;height:230px}.category-card.featured .category-title{font-size:28px;color:#000}.category-card.compact .card-image-container{width:200px;height:140px}.category-card.compact .category-title{font-size:18px}.category-card.loading .category-img{background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-color-scheme: dark){.category-title{color:#000}}@media only screen and (min-width: 1536px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:60px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.gallery-page-title{left:320px;font-size:30px}.categories-grid{grid-template-columns:repeat(3,1fr);gap:45px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.gallery-categories-container{margin-left:0;padding:30px}.gallery-page-title{position:static;font-size:26px;margin-bottom:20px;text-align:center}.categories-grid{grid-template-columns:repeat(2,minmax(0,360px));gap:30px;padding:20px 0;justify-content:flex-end}.category-card{top:0}.card-image-container{width:100%}}@media only screen and (min-width: 600px) and (max-width: 899px){.gallery-categories-container{padding:20px;margin-left:0}.gallery-page-title{position:static;font-size:24px;margin-bottom:15px;text-align:center}.categories-grid{grid-template-columns:1fr;gap:25px;padding:15px 0}.category-card{top:0}.card-image-container{width:100%;height:220px}.category-title{font-size:22px}.category-card.featured .card-image-container{width:100%;height:240px}.category-card.featured .category-title{font-size:24px}}@media only screen and (min-width: 0px) and (max-width: 600px){.gallery-categories-container{padding:15px 0;width:90%;margin:0 auto}.gallery-page-title{position:static;font-size:20px;margin-bottom:10px;text-align:center}.categories-grid{grid-template-columns:1fr;gap:20px;padding:10px 0}.category-card{top:0}.card-image-container{width:100%;height:180px}.card-image-container:before{top:-4px;left:-3px}.card-image-container:after{top:-2px;left:-1px}.category-img,.no-images-placeholder{border-width:2px}.category-title{font-size:18px}.no-images-placeholder p{font-size:14px;padding:15px}.category-card.featured .card-image-container{width:100%;height:200px}.category-card.featured .category-title{font-size:20px}.category-card.compact .card-image-container{width:100%;height:160px}.category-card.compact .category-title{font-size:16px}}@media only screen and (width: 1280px) and (height: 800px){.gallery-page-title{position:static;margin-top:50px}}.event-management-container{position:relative;display:flex;flex-direction:column;font-family:Inter;padding:20px;max-width:100%;box-sizing:border-box;margin-top:80px;height:calc(100vh - 100px);overflow-y:scroll;z-index:9!important}.event-management-container .content-header{position:relative;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:16px;background-color:#fff;z-index:10;padding:20px 0}.event-management-container .content-header .Main-Event-title{font-family:Inter;font-size:28px;margin:0;font-weight:700;letter-spacing:-.5px;flex-shrink:0}.event-management-container .content-header .create-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:#f4b000;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #f4b00033;flex-shrink:0;margin-top:10px}.event-management-container .content-header .create-btn svg{width:18px;height:18px}.event-management-container .content-header .create-btn:hover{background-color:#ffc400;transform:translateY(-2px);box-shadow:0 4px 12px #f4b0004d}.event-management-container .content-header .create-btn:active{transform:translateY(0)}.event-management-container .event-main-content{width:100%;display:flex;flex-direction:column;min-height:0}.event-management-container .event-tabs-container{display:flex;flex-direction:column;height:calc(100vh - 100px);min-height:0}.event-management-container .event-tabs-container .event-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-shrink:0;margin-bottom:20px}.event-management-container .event-tabs-container .event-wrapper::-webkit-scrollbar{height:4px}.event-management-container .event-tabs-container .event-wrapper::-webkit-scrollbar-track{background:#e0e0e0;border-radius:2px}.event-management-container .event-tabs-container .event-wrapper::-webkit-scrollbar-thumb{background:#f4b000;border-radius:2px}.event-management-container .event-tabs-container .tabs{display:flex;gap:12px;flex-wrap:nowrap;justify-content:center;min-width:min-content;padding:4px}.event-management-container .event-tabs-container .tabs .tab{background:#fff;border:2px solid #E0E0E0;padding:10px 24px;cursor:pointer;font-size:14px;font-weight:500;color:#333;border-radius:8px;transition:all .3s ease;white-space:nowrap;position:relative}.event-management-container .event-tabs-container .tabs .tab.active{font-weight:700;border-color:#f4b000;background:linear-gradient(135deg,#fdca00,#f4b000);color:#000;box-shadow:0 4px 12px #fdca004d}.event-management-container .event-tabs-container .tabs .tab.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:40px;height:3px;background:#000;border-radius:2px}.event-management-container .event-tabs-container .tabs .tab:hover:not(.active){border-color:#f0d060;background:#fdca001a;transform:translateY(-2px)}.event-management-container .events-list{display:flex;flex-direction:column;gap:20px;width:100%;margin:0 auto;padding:10px 10px 10px 0;flex:1}.event-management-container .events-list::-webkit-scrollbar{width:8px}.event-management-container .events-list::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.event-management-container .events-list::-webkit-scrollbar-thumb{background:#fdca00;border-radius:4px}.event-management-container .events-list::-webkit-scrollbar-thumb:hover{background:#f0d060}.event-management-container .events-list .event-card{display:flex;flex-direction:column;border:1px solid #E0E0E0;border-radius:12px;padding:20px;background-color:#fff;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;position:relative;overflow:hidden;min-height:fit-content}.event-management-container .events-list .event-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#fdca00,#f4b000);opacity:0;transition:opacity .3s ease}.event-management-container .events-list .event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#f0d060}.event-management-container .events-list .event-card:hover:before{opacity:1}.event-management-container .events-list .event-card .event-card-content{display:flex;flex-direction:column;gap:16px;width:100%}.event-management-container .events-list .event-card .event-image-container{width:100%;height:120px;border-radius:8px;overflow:hidden;position:relative;background:#e0e0e0}.event-management-container .events-list .event-card .event-image-container .event-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.event-management-container .events-list .event-card .event-image-container:hover .event-image{transform:scale(1.05)}.event-management-container .events-list .event-card .event-image-container .event-badge{position:absolute;top:12px;right:12px;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.event-management-container .events-list .event-card .event-details{flex-grow:1}.event-management-container .events-list .event-card .event-details .event-title{font-size:clamp(16px,3vw,20px);font-weight:700;margin:0 0 8px;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-management-container .events-list .event-card .event-details .event-description{font-size:14px;line-height:1.6;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-management-container .events-list .event-card .event-meta{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;padding-top:12px;border-top:1px solid transparent}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.event-management-container .events-list .event-card .event-meta{border-top:1px solid #E0E0E0}}.event-management-container .events-list .event-card .event-meta .event-date-status{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.event-management-container .events-list .event-card .event-meta .event-date-status .event-date{font-size:13px;color:#666;font-weight:500;display:flex;align-items:center;gap:4px}.event-management-container .events-list .event-card .event-meta .event-date-status .event-date:before{content:"📅";font-size:14px}.event-management-container .events-list .event-card .event-meta .event-date-status .event-status{font-size:12px;padding:4px 12px;border-radius:16px;font-weight:600;color:#000;background-color:#f0d060;text-transform:capitalize;border:1px solid rgba(0,0,0,.1)}.event-management-container .events-list .event-card .event-meta .event-date-status .event-status.ongoing{background-color:#90ee90;color:#006400}.event-management-container .events-list .event-card .event-meta .event-date-status .event-status.upcoming{background-color:#87ceeb;color:#00008b}.event-management-container .events-list .event-card .event-meta .event-date-status .event-status.past{background-color:#ffb6c1;color:#8b0000}.event-management-container .events-list .event-card .event-meta .event-actions{display:flex;gap:8px}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn{font-size:18px;display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:1px solid #E0E0E0;border-radius:8px;cursor:pointer;background:#fff;transition:all .2s ease;padding:0}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn svg{width:18px;height:18px}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn:active{transform:translateY(0)}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn.edit-btn{color:#4cafef;border-color:#4cafef}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn.edit-btn:hover{background-color:#4cafef;color:#fff}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn.delete-btn{color:#ff5c5c;border-color:#ff5c5c}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn.delete-btn:hover{background-color:#ff5c5c;color:#fff}.event-management-container .no-events{text-align:center;color:#666;padding:60px 20px;border-radius:12px;font-size:15px;margin-top:20px}.event-management-container .no-events p{margin:0;font-weight:500}.event-management-container .no-events p:before{display:block;font-size:48px;margin-bottom:16px}.event-management-container .pagination{flex-shrink:0;display:flex;justify-content:flex-end;padding:15px 0;margin-top:10px}@media only screen and (min-width: 1536px){.event-management-container .pagination{left:220px}.event-management-container .events-list .event-card .event-card-content{flex-direction:row;gap:24px}.event-management-container .events-list .event-card .event-image-container{width:180px;height:120px;flex-shrink:0}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.event-management-container .content-header .Main-Event-title{margin-left:20px}.event-management-container .content-header .create-btn{margin-top:10px}.event-management-container .pagination{left:270px}.event-management-container .events-list .event-card .event-card-content{flex-direction:row;gap:20px}.event-management-container .events-list .event-card .event-image-container{width:180px;height:120px;flex-shrink:0}}@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px){.event-management-container .content-header .Main-Event-title{margin-left:10px}.event-management-container .content-header .create-btn{margin-top:15px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.event-management-container .content-header .create-btn{padding:10px 16px;font-size:13px}.event-management-container .pagination{left:250px}.event-management-container .event-tabs-container .tabs{justify-content:flex-start}.event-management-container .event-tabs-container .tabs .tab{padding:8px 20px;font-size:13px}.event-management-container .events-list .event-card .event-card-content{flex-direction:row;gap:16px}.event-management-container .events-list .event-card .event-image-container{width:180px;height:120px;flex-shrink:0}.event-management-container .events-list .event-card .event-meta{flex-direction:column;align-items:flex-start}}@media only screen and (min-width: 600px) and (max-width: 899px){.event-management-container{gap:20px;width:90%;margin:60px auto 40px;padding:0;height:unset}.event-management-container .content-header{position:relative;top:20px;left:0;right:auto;flex-direction:column;align-items:stretch;gap:12px;padding:10px 0}.event-management-container .content-header .create-btn{width:fit-content;justify-content:center;padding:12px}.event-management-container .pagination{position:relative;left:0;right:auto;bottom:auto;margin-top:30px}.event-management-container .events-list{padding-bottom:20px}.event-management-container .event-tabs-container .tabs{justify-content:flex-start;padding:8px}.event-management-container .event-tabs-container .tabs .tab{padding:8px 16px;font-size:12px}.event-management-container .events-list .event-card{padding:16px}.event-management-container .events-list .event-card .event-image-container{height:180px}.event-management-container .events-list .event-card .event-details .event-title{font-size:16px}.event-management-container .events-list .event-card .event-details .event-description{font-size:13px;-webkit-line-clamp:2}.event-management-container .events-list .event-card .event-meta{flex-direction:column;align-items:flex-start;gap:10px}.event-management-container .events-list .event-card .event-meta .event-date-status{width:100%;justify-content:space-between}.event-management-container .events-list .event-card .event-meta .event-actions{width:100%;justify-content:flex-end}}@media only screen and (min-width: 0px) and (max-width: 600px){.event-management-container{gap:20px;width:90%;margin:60px auto 40px;padding:0;height:unset}.event-management-container .content-header{position:relative;top:20px;left:0;right:auto;gap:10px;flex-direction:column;align-items:stretch;padding:10px 0}.event-management-container .content-header .Main-Event-title{font-size:1.75rem}.event-management-container .content-header .create-btn{width:fit-content;padding:10px;font-size:13px}.event-management-container .pagination{position:relative;left:0;right:auto;bottom:auto;margin-top:25px}.event-management-container .events-list{padding-bottom:15px}.event-management-container .event-tabs-container{margin-bottom:20px}.event-management-container .event-tabs-container .tabs{gap:8px;padding:4px}.event-management-container .event-tabs-container .tabs .tab{padding:8px 12px;font-size:12px;border-radius:6px;width:100%}.event-management-container .events-list{gap:16px}.event-management-container .events-list .event-card{padding:12px;border-radius:10px}.event-management-container .events-list .event-card .event-card-content{gap:12px}.event-management-container .events-list .event-card .event-image-container{height:160px;border-radius:6px}.event-management-container .events-list .event-card .event-details .event-title{font-size:15px;margin-bottom:6px}.event-management-container .events-list .event-card .event-details .event-description{font-size:12px;line-height:1.5}.event-management-container .events-list .event-card .event-meta{padding-top:10px;gap:8px}.event-management-container .events-list .event-card .event-meta .event-date-status{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.event-management-container .events-list .event-card .event-meta .event-date-status .event-date{font-size:12px}.event-management-container .events-list .event-card .event-meta .event-date-status .event-status{font-size:11px;padding:3px 10px}.event-management-container .events-list .event-card .event-meta .event-actions{width:100%;justify-content:flex-end}.event-management-container .events-list .event-card .event-meta .event-actions .action-btn{width:32px;height:32px;font-size:16px}.event-management-container .no-events{padding:40px 16px}.event-management-container .no-events p:before{font-size:36px;margin-bottom:12px}.event-management-container .pagination{justify-content:flex-end;margin-top:30px}}@media only screen and (max-width: 360px){.event-management-container{padding:10px}.event-management-container .content-header .Main-Event-title{font-size:1.2rem}.event-management-container .event-tabs-container .tabs .tab{padding:6px 10px;font-size:11px}.event-management-container .events-list .event-card{padding:10px}.event-management-container .events-list .event-card .event-image-container{height:140px}.event-management-container .events-list .event-card .event-details .event-title{font-size:14px}.event-management-container .events-list .event-card .event-details .event-description{font-size:11px}}.page-layout{display:flex;flex-direction:column;margin-top:80px;padding-block-start:20px;height:calc(100vh - 120px);max-height:100vh;margin-bottom:20px}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.page-layout{margin-top:100px}}.main-content{display:flex;flex:1;min-height:calc(100vh - 70px)}.gallery-detail-container{padding-block-start:40px;display:flex;flex-direction:column;width:100%;min-height:0;height:100vh;overflow-y:scroll}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.gallery-detail-container{max-width:90%;margin:0 auto;padding-block-start:0px}}.gallery-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e9ecef;gap:100px;flex-shrink:0}@media (max-width: 768px){.gallery-header{gap:15px}}.gallery-header-left{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding-right:10px}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.gallery-header-left{flex-wrap:wrap}}.gallery-header-left .back{cursor:pointer;transition:all .3s ease;white-space:nowrap;align-items:center;display:flex;justify-content:space-between;font-size:14px}.gallery-header-left .back :hover{color:#fdca00}@media (max-width: 1024px){.gallery-header-left{gap:15px}}.back-button{font-family:Inter;background-color:#ffc400;color:#000;border:none;font-size:14px;font-weight:500;padding:10px 20px;border-radius:5px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.back-button:before{content:"←";font-size:20px;margin-right:8px}.back-button:hover{opacity:.9;transform:translate(-3px)}@media (max-width: 1024px){.back-button{font-size:13px;padding:9px 16px}}@media (max-width: 768px){.back-button{text-align:center;font-size:14px;margin-right:0}}.gallery-detail-title{font-family:Inter;font-size:36px;font-weight:700;margin:0;color:#000}@media (max-width: 440px){.gallery-detail-title{order:3}}@media (max-width: 1200px){.gallery-detail-title{font-size:30px}}@media (max-width: 1024px){.gallery-detail-title{font-size:26px}}@media (max-width: 768px){.gallery-detail-title{font-size:22px}}@media (max-width: 480px){.gallery-detail-title{font-size:20px}}.add-photo-button{font-family:Inter;font-size:16px;font-weight:500;background-color:#ffc400;color:#000;border:none;padding:12px 24px;border-radius:5px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;white-space:nowrap}.add-photo-button:hover{opacity:.9;transform:translateY(-2px)}@media (max-width: 768px){.add-photo-button{justify-content:center;font-size:15px;padding:10px 20px}}@media (max-width: 440px){.add-photo-button{margin-left:40px;order:2}}.add-photo-icon{margin-right:10px;font-size:20px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:max-content;gap:24px;padding:10px 10px 0;flex:1;min-height:0;align-content:start}.gallery-grid::-webkit-scrollbar{width:8px}.gallery-grid::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb{background:#fdca00;border-radius:4px}.gallery-grid::-webkit-scrollbar-thumb:hover{background:#f0d060}@media (max-width: 1400px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}}@media (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}}@media (max-width: 480px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.gallery-item{position:relative;border-radius:8px;cursor:pointer;transition:all .3s ease;overflow:hidden;aspect-ratio:1;box-shadow:0 2px 8px #0000001a}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.gallery-item:hover .image-overlay{opacity:1}.gallery-item:hover .gallery-image{transform:scale(1.05)}@media (max-width: 768px){.gallery-item:hover{transform:translateY(-3px)}}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.view-text{font-family:Inter;color:#fff;font-size:18px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:8px 16px;border:2px solid #ffffff;border-radius:5px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.view-text{font-size:16px;padding:6px 12px}}@media (max-width: 480px){.view-text{font-size:14px;padding:5px 10px}}.loading-message,.error-message{text-align:center;padding:40px 20px;font-family:Inter;font-size:18px;color:#000}@media (max-width: 768px){.loading-message,.error-message{font-size:16px;padding:30px 15px}}.error-message{color:#fe0019}.empty-gallery{display:flex;align-items:center;justify-content:center;min-height:400px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;border:2px dashed #dee2e6;margin:20px 0}@media (max-width: 768px){.empty-gallery{min-height:300px;margin:15px 0}}.empty-content{text-align:center;max-width:400px;padding:40px}@media (max-width: 768px){.empty-content{padding:30px 20px}}@media (max-width: 480px){.empty-content{padding:20px 15px}}.empty-content h3{font-family:Inter;font-size:24px;margin:0 0 12px;font-weight:600;color:#000}@media (max-width: 768px){.empty-content h3{font-size:20px}}@media (max-width: 480px){.empty-content h3{font-size:18px}}.empty-content p{font-family:Inter;font-size:16px;color:#000;margin:0 0 30px;line-height:1.5}@media (max-width: 768px){.empty-content p{font-size:14px;margin:0 0 20px}}@media (max-width: 480px){.empty-content p{font-size:13px}}.add-photo-button-large{font-family:Inter;background-color:#ffc400;color:#000;border:none;font-size:18px;font-weight:500;padding:16px 32px;border-radius:5px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.add-photo-button-large:before{content:"+";font-size:24px;font-weight:700;margin-right:8px}.add-photo-button-large:hover{opacity:.9;transform:translateY(-2px)}@media (max-width: 768px){.add-photo-button-large{font-size:16px;padding:12px 24px}}@media (max-width: 480px){.add-photo-button-large{font-size:15px;padding:10px 20px}}.image-modal{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@media (max-width: 768px){.image-modal{padding:10px}}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.modal-content{max-width:95vw;max-height:95vh}}.modal-close{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:80px;padding:0;font-size:24px;line-height:1;cursor:pointer;z-index:1001;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#000000e6;transform:scale(1.1)}@media (max-width: 768px){.modal-close{width:35px;height:35px;font-size:20px;top:10px;right:10px}}.modal-image{width:100%;height:auto;max-height:calc(90vh - 100px);object-fit:contain;display:block}@media (max-width: 768px){.modal-image{max-height:calc(95vh - 120px)}}.modal-actions{padding:20px;text-align:center;background:#fff;border-top:1px solid #e9ecef;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.modal-actions{padding:15px}}.delete-button{font-family:Inter;background-color:#fe0019;color:#fff;border:none;font-size:16px;font-weight:500;padding:12px 24px;border-radius:5px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.delete-button:hover{opacity:.9;transform:translateY(-2px)}@media (max-width: 768px){.delete-button{font-size:14px;padding:10px 20px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.gallery-item{animation:fadeInUp .5s ease forwards}.gallery-item.loading .gallery-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.forgot-password-container{width:1600px;min-height:100vh;display:flex;position:relative}@media only screen and (min-width: 1200px) and (max-width: 1535px){.forgot-password-container{min-height:100vh}}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-container{min-height:100vh}}@media only screen and (min-width: 600px) and (max-width: 899px){.forgot-password-container{width:100%;min-height:100vh;flex-direction:column}.forgot-password-container .forgot-password-right-side{display:none}}@media only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-container{width:100%;min-height:100vh;flex-direction:column}.forgot-password-container .forgot-password-right-side{display:none}}.forgot-password-container .forgot-password-right-side{width:50%}.forgot-password-right-content{position:relative;clip-path:polygon(20% 100%,100% 100%,100% 0,0 0);min-width:750px;background:#fee78a;height:100vh}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-right-content{height:117.2vh;width:550px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.forgot-password-right-content{height:107vh;width:616px}}@media only screen and (min-width: 600px) and (max-width: 899px){.forgot-password-right-content{clip-path:polygon(0 100%,0 0,100% 0%,100% 100%);height:95.6vh;width:43px}}@media only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-right-content{display:none}}.forgot-password-left-side{width:50%;font-family:Inter;position:relative;display:flex;align-items:center;justify-content:center}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-left-side{width:100%;height:100vh}}.forgot-password-left-side .forgot-password-card{background:#fff;border-radius:3px;padding:2rem;width:60%;max-width:400px;position:relative;border:1px solid #6e6e6e}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-left-side .forgot-password-card{padding:3rem 1.4rem}}@media only screen and (min-width: 600px) and (max-width: 899px){.forgot-password-left-side .forgot-password-card{width:50%;max-width:50%;margin:0;padding:2rem 2.5rem}}.forgot-password-left-side .forgot-password-logo-section{text-align:center;margin-bottom:2rem}@media only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-left-side .forgot-password-logo-section{margin-top:1.5rem}}.forgot-password-left-side .forgot-password-logo-section .forgot-password-logo-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.forgot-password-left-side .forgot-password-logo-section .forgot-password-logo-wrapper .forgot-password-logo{width:160px;height:100px;object-fit:contain}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-left-side .forgot-password-logo-section .forgot-password-logo-wrapper{height:10px;object-fit:contain}}.forgot-password-left-side .forgot-password-welcome-section{text-align:center;margin-bottom:2.5rem}.forgot-password-left-side .forgot-password-welcome-section .forgot-password-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.6}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-left-side .forgot-password-welcome-section .forgot-password-title{font-size:1.7rem;line-height:1.6}}.forgot-password-left-side .forgot-password-welcome-section .forgot-password-subtitle{color:#666;font-size:.95rem;margin:0;font-weight:400}.forgot-password-left-side .forgot-password-form-section{margin-bottom:3.5rem}@media only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-left-side .forgot-password-form-section{margin-bottom:2rem}}.forgot-password-left-side .forgot-password-form-section .forgot-password-input-group{margin-bottom:1rem;position:relative}.forgot-password-left-side .forgot-password-form-section .forgot-password-input{width:100%;padding:.9rem 1.1rem;border:1.5px solid #666;border-radius:6px;background:transparent;font-size:14px;font-weight:400;color:#999;transition:border-color .3s ease;box-sizing:border-box}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-left-side .forgot-password-form-section .forgot-password-input{position:relative;left:20px;padding:.7rem .9rem;width:90%}}.forgot-password-left-side .forgot-password-form-section .forgot-password-input::placeholder{color:#a0a0a0;font-weight:400}.forgot-password-left-side .forgot-password-form-section .forgot-password-input:focus{outline:none;border-color:#f4b000;box-shadow:0 0 0 3px #f5b0411a}.forgot-password-left-side .forgot-password-form-section .forgot-password-button{width:100%;background:#f4b000;color:#000;font-weight:600;padding:.9rem 1.1rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;letter-spacing:.5px;transition:background-color .3s ease}@media only screen and (min-width: 900px) and (max-width: 1199px){.forgot-password-left-side .forgot-password-form-section .forgot-password-button{position:relative;left:20px;width:90%;padding:.7rem 1rem}}.forgot-password-left-side .forgot-password-form-section .forgot-password-button:hover{background:#f4b000}.forgot-password-left-side .forgot-password-form-section .forgot-password-button:active{transform:translateY(1px)}.forgot-password-left-side .forgot-password-form-section .forgot-password-button:disabled{opacity:.7;cursor:not-allowed}.forgot-password-left-side .forgot-password-additional-options{text-align:center}.forgot-password-left-side .forgot-password-additional-options .forgot-password-back-link{background:none;border:none;color:#f4b000;font-size:.85rem;cursor:pointer;font-weight:400;transition:color .3s ease}.forgot-password-left-side .forgot-password-additional-options .forgot-password-back-link:hover{color:#f4b000;text-decoration:underline}@media only screen and (min-width: 0px) and (max-width: 600px){.forgot-password-container{flex-direction:column}.forgot-password-right-content{clip-path:polygon(0 100%,100% 100%,100% 0,0 0);width:130%;height:250px;left:-41px}.forgot-password-left-side{flex:unset;width:100%;right:0;top:0}.forgot-password-left-side .forgot-password-card{width:80%;margin:auto;right:3px;padding:0rem 1rem}.forgot-password-logo-section{margin-bottom:1.5rem}.forgot-password-logo-section .forgot-password-logo-wrapper .forgot-password-logo{width:120px;height:auto}.forgot-password-welcome-section{margin-bottom:2rem}.forgot-password-welcome-section .forgot-password-title{font-size:1.4rem;line-height:1.4}.forgot-password-welcome-section .forgot-password-subtitle{font-size:.9rem}.forgot-password-form-section .forgot-password-input,.forgot-password-form-section .forgot-password-button{width:100%;left:0;padding:.8rem 1rem}}.edit-calandar-management-container{display:flex;flex-direction:column;margin-block-start:100px;font-family:Inter}.edit-calandar-management-container .Edit-title{margin:0}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.edit-calandar-management-container .Edit-title{width:90%;margin:0 auto}}.edit-calandar-management-container .edit-heading{font-size:32px;font-weight:700;color:#000;cursor:pointer;z-index:10}.edit-calandar-management-container .edit-main-content{flex:1;position:relative;margin-top:20px}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.edit-calandar-management-container .edit-main-content{width:90%;margin:12px auto 0}}.edit-calandar-management-container .edit-main-content .edit-form-container{display:flex;flex-direction:column;align-items:center;gap:12px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group{margin-bottom:4px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group label{display:block;font-size:14px;font-weight:700;color:#000;margin-bottom:6px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input{color:#000;padding:12px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;gap:20px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input:focus{outline:none;border-color:#f4b000;box-shadow:0 0 0 3px #fbbf241a}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.select-input{background-position:right 0px center;background-repeat:no-repeat;background-size:16px;appearance:none}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-form-input.textarea-input{min-height:30px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-date-input-container{position:relative}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-group .edit-date-input-container .edit-calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;cursor:pointer;pointer-events:auto}.edit-calandar-management-container .edit-main-content .edit-form-container #image-upload{display:none}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-form-row{display:grid;grid-template-columns:1fr 1fr;gap:130px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section.is-selected-image{grid-template-columns:1fr 1fr}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section{grid-template-columns:1fr!important}}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area{max-height:220px;height:200px;border:2px dashed #F0C542;border-radius:12px;padding:12px 24px;text-align:center;background:#fff;transition:border-color .2s ease,background-color .2s ease}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area:hover{border-color:#f4b000;background-color:#fff}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon{margin-bottom:5px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-icon .edit-upload-icon-svg{color:#f4b000}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p{margin:8px 0;font-size:14px;color:#666}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area p.upload-formats{font-size:12px;color:#666}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .file-input{display:none}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn{display:inline-block;background-color:#f4b000;color:#000;padding:5px 16px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;margin-top:16px;transition:background-color .2s ease}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-upload-area .edit-upload-btn:hover{background-color:#ffc400}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview{position:relative;width:100%;max-width:400px;height:auto;max-height:220px;overflow:hidden;border-radius:8px;border:1px solid #E0E0E0;margin:0 auto}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-preview-image{width:100%;height:auto;max-height:420px;object-fit:cover;transition:filter .3s ease;display:block}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;border-radius:8px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-delete-image-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease;z-index:2}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview .edit-delete-image-btn:hover{transform:translate(-50%,-50%) scale(1.15)}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover:before{opacity:1}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover .edit-delete-image-btn{opacity:1}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-image-upload-section .edit-image-preview:hover .edit-preview-image{filter:brightness(.8)}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-save-btn{background-color:#000;color:#fff;border:none;padding:20px 104px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:13px}.edit-calandar-management-container .edit-main-content .edit-form-container .edit-save-btn:hover{background-color:#333}@media only screen and (min-width: 600px) and (max-width: 899px),only screen and (min-width: 0px) and (max-width: 600px){.edit-calandar-management-container .edit-main-content .edit-form-container .edit-save-btn{padding:16px 32px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}
