: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)}}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8f5f5;font-family:Poppins,sans-serif}.greet-card{display:flex;flex-direction:column;align-items:center;text-align:center}.login-logo{margin-bottom:15px;width:120px;height:auto}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;width:350px;text-align:center}.login-title-wrap{display:flex;flex-direction:column;align-items:center}.login1{margin:0;color:#333333ce;font-size:1.6rem;font-weight:600}.login2{margin:10px 0 20px;color:#1e1e1e80;font-size:14px;font-weight:200}.login-form .form-group{margin-bottom:1rem;text-align:left}.login-form label{display:block;margin-bottom:.6rem;font-size:.9rem;color:#555}.login-form input{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px;outline:none;transition:border .3s;box-sizing:border-box}.login-form input:focus{border-color:#ff750c}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-icon{position:absolute;left:12px;color:#666;font-size:16px;pointer-events:none}.login-form .input-wrapper input{padding-left:40px}.eye-icon{position:absolute;right:12px;color:#666;font-size:18px;cursor:pointer;display:flex;align-items:center;transition:color .3s}.eye-icon:hover{color:#ff750c}.login-btn{width:100%;padding:.7rem;background:#ff750c;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s;margin-top:1.2rem}.login-btn:hover{background:#ff7104}.login-btn:disabled{background:#f1a96a;cursor:not-allowed}.sidebar{width:240px;background-color:#262d34!important;min-height:100vh;padding-top:20px;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-section{margin-bottom:7px}.section-title{color:#ef6b37d7;font-size:13px;font-weight:600;padding:5px 20px;margin:8px 0;text-transform:uppercase}.sidebar ul{list-style:none;padding:0;margin:0}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#9097a7;text-decoration:none;font-size:14px;transition:background .3s,color .3s}.nav-link.active{background-color:transparent;color:inherit}.nav-link .icon{font-size:20px}.nav-link .icon-b{font-size:23px}.nav-link.active .icon-b,.nav-link.active .icon{color:#f07e21}.nav-link:hover{background-color:#334155;color:#fff}.nav-link.active{color:#fff;background-color:transparent;position:relative}.nav-link.active:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background-color:#f07e21;border-radius:0 4px 4px 0}.sidebar-logo{height:60px;width:65px;margin-bottom:7px;margin-left:50px;background-color:#4d5c76;border-radius:15px}.logout-btn{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#9097a7;text-decoration:none;font-size:14px;cursor:pointer;transition:background .3s,color .3s;width:100%;border:none;background:transparent}.logout-btn .icon{font-size:20px}.logout-btn:hover{background-color:#334155;color:#fff}.logout-btn:hover .icon{color:#f07e21}.logout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.logout-modal-content{background:#fff;padding:2rem;border-radius:10px;text-align:center;width:300px}.logout-modal-buttons{margin-top:1.5rem;display:flex;justify-content:space-around}.yes-btn,.no-btn{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer}.yes-btn{background-color:#d9534f;color:#fff}.no-btn{background-color:#6c757d;color:#fff}.header{background-color:#ebebeb5b;color:#7a7a7ae4;padding:16px 38px;font-size:10px;font-weight:lighter}.footer{background-color:#2c3e50;color:#fff;text-align:center;padding:12px;font-size:14px}.main-layout{display:flex;min-height:100vh;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow:hidden}.sidebar{width:240px;background-color:#1e2a38;position:fixed;top:0;left:0;bottom:0;flex-shrink:0;z-index:100}.content{flex:1;margin-left:240px;display:flex;flex-direction:column;height:100vh;background:#fff;box-sizing:border-box;overflow:hidden}.hero-section{flex:1;padding:20px;overflow-y:auto}.dashboard-container{padding:20px;background-color:#f9f9f9}.top-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;margin-bottom:30px}.small-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{display:flex;flex-direction:column;align-items:stretch;gap:15px;background:#fff;height:130px;width:200px;border-radius:12px;padding-top:20px;padding-left:20px;padding-right:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.card-body{display:flex;flex-direction:row;gap:40px;align-items:center;justify-content:space-between}.card-footer{background-color:#f7f8fb;color:#4e4e4e;text-align:center;padding:12px;font-size:14px;cursor:pointer;transition:background .3s ease;margin-top:auto;margin-left:-20px;margin-right:-20px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.card:hover{transform:translateY(-3px)}.card-icon{font-size:24px;background:#fadacb;padding:12px;border-radius:8px;height:28px;width:24px;color:#ef6a37}.font-num{display:flex;flex-direction:column;align-items:flex-end}.font-num h4{font-size:11.5px;color:#666;margin:0;align-self:flex-start}.font-num p{font-size:20px;font-weight:500;color:#1e2a38;margin:2px 0 0;align-self:flex-end}.card h4{font-size:12px;font-weight:500;color:#666;margin:0}.card p{font-size:20px;font-weight:500;color:#1e2a38}.graph-box{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.graph-box h3{margin-bottom:15px;font-size:18px;color:#444}.dashboard-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.dashboard-section h2{margin-bottom:15px;font-size:16px;font-weight:300;color:#444}.dashboard-section ul{list-style:none;padding:0}.dashboard-section li{padding:8px 0;border-bottom:1px solid #eee}.dashboard-section li:last-child{border-bottom:none}.table-container{overflow-x:auto}.recruiter-table{width:100%;border-collapse:collapse;font-size:14px}.recruiter-table th,.recruiter-table td{padding:20px 33px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.recruiter-table th{background:#becbdb19;color:#444;font-weight:500}.recruiter-table tr:hover{background:#f9f9f9}.school-logo{width:25px;height:25px;border-radius:50%;vertical-align:middle;margin-right:8px}.membership{font-weight:300}.membership.advanced{color:#f07e21}.membership.basic{color:#444}.rec-seek{display:flex;flex-direction:column;gap:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.currency{font-size:14.5px;color:#3f3f3f}.amount{font-size:20px;font-weight:500;color:#1e2a38}.card-footer button{background-color:#f7f8fb;color:#3f3f3f;font-size:15px;border-style:none;width:150px;height:30px;cursor:pointer;border-radius:6px;transition:transform .2s ease,background-color .2s ease}.card-footer button:hover{transform:scale(1.09);background-color:#f7f8fb}.card-2{display:flex;flex-direction:column;align-items:stretch;gap:15px;background:#fff;height:80px;width:200px;border-radius:12px;padding-top:20px;padding-left:20px;padding-right:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.card-body2{display:flex;flex-direction:row;gap:40px;align-items:center;justify-content:space-between}.card-2:hover{transform:translateY(-3px)}.card-icon2{font-size:24px;background:#fadacb;padding:12px;border-radius:8px;height:28px;width:24px;color:#ef6a37}.font-num2{display:flex;flex-direction:column;align-items:flex-end}.font-num2 h4{font-size:11.5px;color:#666;margin:0;align-self:flex-start}.font-num2 p{font-size:20px;font-weight:500;color:#1e2a38;margin:2px 0 0;align-self:flex-end}.card-2 h4{font-size:12px;font-weight:500;color:#666;margin:0}.card-2 p{font-size:20px;font-weight:500;color:#1e2a38}.title-button2{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.currency2{height:24px}.card-footer2{text-align:center;padding:16px;margin-top:auto;margin-left:-20px;margin-right:-20px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.card-footer2 button{background-color:#ef6b37c4;color:#fff;font-size:15px;font-weight:500;border:none;padding:10px 20px;cursor:pointer;border-radius:8px;margin-right:30px}.card-footer2 button:hover{background-color:#ef6a37}.graph-box .year-selector{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:10px;padding-top:8px;border-top:1px solid #f0f0f0}.graph-box .year-nav-btn{border:none;background:transparent;color:#bbb;font-size:14px;font-weight:500;cursor:not-allowed;transition:color .2s ease,transform .2s ease}.graph-box .year-nav-btn.enabled{color:#333;cursor:pointer}.graph-box .year-nav-btn.enabled:hover{color:#007bff;transform:scale(1.05)}.graph-box .year-current{font-weight:600;font-size:15px;color:#333;letter-spacing:.5px}.no-data-overlay{margin-top:15px;text-align:center;color:#999;font-size:14px;font-style:italic}.currency-wrap{display:flex;flex-direction:row;align-items:center;gap:4px}.seeker-users{margin-top:20px}.homebanner-container{padding:20px;background-color:#f9f9f9}.homebanner-title{font-size:16px;font-weight:600;color:#444;margin-bottom:20px}.homebanner-top-row{display:flex;flex-wrap:wrap;gap:60px;margin-bottom:30px}.recruiter-banner-top-row{margin-top:50px}.homebanner-card{background:#d6d6d64d;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:7px;text-align:center;width:200px;height:150px}.homebanner-card img{width:200px;height:100px;border-radius:12px;margin-bottom:10px}.homebanner-card p{font-size:14px;font-weight:500;color:#444;margin:1px}.homebanner-rec-seek{display:flex;flex-direction:column;gap:30px}.homebanner-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.homebanner-section h2{margin-bottom:15px;font-size:16px;font-weight:300;color:#444}.homebanner-table-container{overflow-x:auto;position:relative}.homebanner-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:4px 10px;border-radius:10px;font-size:13px;font-weight:500;height:37px;cursor:pointer;margin-bottom:8px;transition:background .3s ease}.homebanner-add-btn:hover{background:#d95b28}.banner-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.homebanner-table{width:100%;border-collapse:collapse;font-size:14px}.homebanner-table th,.homebanner-table td{padding:20px 33px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.homebanner-table th{background:#becbdb19;color:#444;font-weight:500}.homebanner-img{width:100px;height:50px;box-shadow:0 12px 18px #0003;padding:1.4px}.homebanner-actions{white-space:nowrap}.homebanner-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.homebanner-btn:hover{transform:translateY(-2px)}.edit-btn{background-color:#ffeee6;color:#e89e2f}.delete-btn{background-color:#ffeee6;color:#df4646}.viewed-row{background-color:#0000000d;opacity:.7;transition:all .3s ease}.viewed-row td{transition:all .3s ease}.homebanner-rec-seek .homebanner-section .banner-button .seeker-text{color:#ef6b37d7;font-weight:600}.jobpostfilter-rec-seek{display:flex;flex-direction:column;gap:30px}.jobpostfilter-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.jobpostfilter-section h2{margin-bottom:15px;font-size:16px;font-weight:300;color:#444}.jobpostfilter-table-container{overflow-x:auto;position:relative}.jobpostfilter-add-btn{background:#ef6a37;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;position:absolute;right:10px;top:-55px;cursor:pointer;transition:background .3s ease}.jobpostfilter-add-btn:hover{background:#d95b28}.jobpostfilter-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostfilter-table th,.jobpostfilter-table td{padding:17px 26px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.jobpostfilter-table th{background:#becbdb19;color:#444;font-weight:500}.jobpostfilter-actions{white-space:nowrap}.jobpostfilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostfilter-btn:hover{transform:translateY(-2px)}.recruiterprofile-container{padding:20px;background-color:#f9f9f9}.recruiterprofile-top-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;margin-bottom:30px}.recruiterprofile-small-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.recruiterprofile-cards-container{display:flex;gap:20px}.recruiterprofile-card{flex:1;display:flex;flex-direction:column;justify-content:center;background:#fff;height:80px;width:240px;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.recruiterprofile-card:hover{transform:translateY(-3px)}.recruiterprofile-card-body{display:flex;flex-direction:column;gap:8px}.recruiterprofile-card-left{display:flex;align-items:center;gap:10px}.recruiterprofile-card-icon{font-size:30px;background:#fadacb;padding:10px;border-radius:8px;color:#ef6a37;display:flex;align-items:center;justify-content:center}.recruiterprofile-card-body h4{font-size:large;font-weight:400}.recruiterprofile-amount{font-size:20px;font-weight:600;color:#1e2a38b0;margin:0;padding-left:2px}.recruiterprofile-rec-seek{display:flex;flex-direction:column;gap:30px}.recruiterprofile-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.recruiterprofile-section h2{margin-bottom:15px;font-size:19px;font-weight:800;color:#444}.recruiter-table-wrapper{width:100%}.top-scroll{overflow-x:auto;overflow-y:hidden;height:15px}.top-scroll-inner{width:1500px;height:1px}.recruiterprofile-table-container{overflow-x:auto}.recruiterprofile-table{width:100%;border-collapse:collapse;font-size:14px}.recruiterprofile-table th:first-child{width:40px}.recruiterprofile-table th,.recruiterprofile-table td{padding:20px 30px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.recruiterprofile-table th{background:#becbdb19;color:#444;font-weight:500}.recruiterprofile-table tr:hover{background:#f9f9f9}.recruiterprofile-status.seeking{color:#16a34a;font-weight:600}.recruiterprofile-status.not-seeking{color:#dc2626;font-weight:600}.recruiterprofile-pagination{display:flex;justify-content:center;margin-top:15px;margin-bottom:25px;gap:8px}.recruiterprofile-pagination button{padding:6px 12px;border-radius:6px;border:1px solid #ccc;background:#fff;cursor:pointer;transition:all .3s ease}.recruiterprofile-pagination button:hover{background:#f1f1f1}.recruiterprofile-pagination button.active{background:#ef6a37;color:#fff;border-color:#ef6a37}.recruiterprofile-pagination button:disabled{opacity:.5;cursor:not-allowed}.recruiterprofile-membership{font-weight:300}.recruiterprofile-membership.advanced{color:#f07e21}.recruiterprofile-membership.basic{color:#444}.icon-school{display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;width:110px}.recruiter-school-cell{display:flex;align-items:flex-start;gap:10px}.school-logo{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.recruiter-school-info{display:flex;flex-direction:column;gap:2px}.school-name{font-weight:600;font-size:13px;color:#222}.recruiter-header-btn{display:flex;justify-content:space-between}.recruiter-header-buttons{display:flex;align-items:center}.recruiter-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.recruiter-modal-content{position:relative;background:#fff;border-radius:12px;padding:30px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.recruiter-modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.recruiter-modal-close-btn:hover{color:#333}.recruiter-modal-title{margin:0 0 20px;font-size:20px;font-weight:600;color:#333}.recruiter-modal-body{min-height:100px}.recruiter-search-field-group{display:flex;flex-direction:column;margin-bottom:20px}.recruiter-search-field-group:last-child{margin-bottom:0}.recruiter-search-label{font-size:14px;font-weight:500;color:#444;margin-bottom:8px}.recruiter-search-input{padding:12px 14px;font-size:14px;border:1px solid #ccc;border-radius:8px;outline:none;transition:border-color .2s ease}.recruiter-search-input:focus{border-color:#ef6a37}.recruiter-search-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.recruiter-search-btn-clear,.recruiter-search-btn-apply{padding:10px 24px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.recruiter-search-btn-clear{background:#fff;border:1px solid #ccc;color:#444}.recruiter-search-btn-clear:hover{background:#ef6a37;border-color:#ef6a37}.recruiter-search-btn-clear:focus{outline:2px solid #ef6a37;outline-offset:2px}.recruiter-search-btn-apply{background:#ef6a37;border:1px solid #ef6a37;color:#fff}.recruiter-search-btn-apply:hover{background:#d95a2a;border-color:#d95a2a}.recruiter-search-btn-apply:focus{outline:2px solid #ef6a37;outline-offset:2px}.recruiterprofile-pagination{display:flex;align-items:center;justify-content:flex-end;gap:15px;padding:15px 0;font-size:14px;color:#444}.recruiterprofile-pagination button{border:none;background:transparent;font-size:18px;cursor:pointer;padding:5px 10px}.recruiterprofile-pagination button:disabled{opacity:.3;cursor:not-allowed}.scroll-top-btn{position:fixed;bottom:30px;right:30px;padding:10px 14px;background:#1e88e5;color:#fff;border:none;border-radius:50px;cursor:pointer;font-size:14px;z-index:999}.scroll-top-btn:hover{background:#1565c0}.seeker-filter-modal-content{max-width:500px;margin:40px auto;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:15px;position:relative;z-index:1000;overflow:visible!important}.seeker-filter-modal-header h2{text-align:center;color:#333}label{display:flex;flex-direction:column;font-size:.95rem;color:#444}input,select{padding:8px 10px;margin-top:5px;border-radius:6px;border:1px solid #ccc;font-size:.9rem;background:#fff;cursor:pointer}.seeker-filter-modal-actions{display:flex;justify-content:space-between;gap:10px}.seeker-filter-clear-btn{flex:1;background:#e0e0e0;border:none;border-radius:6px;cursor:pointer;color:#333;padding:8px 12px}.seeker-filter-clear-btn:hover{background:#d6d6d6}.seeker-filter-apply-btn{flex:1;background:#ef6b37c2;border:none;border-radius:6px;cursor:pointer;color:#fff;padding:8px 12px}.seeker-filter-apply-btn:hover{background:#ef6a37}.seeker-filter-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999;overflow:visible}.seeker-filter-close-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:red;position:absolute;top:10px;right:15px;z-index:1100}label{overflow:visible}select{padding:8px 10px;margin-top:5px;border-radius:6px;border:1px solid #ccc;font-size:.9rem;background:#fff;cursor:pointer}.seekerprofile-container{padding:20px;background-color:#f9f9f9}.seekerprofile-top-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;margin-bottom:30px}.seekerprofile-small-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.seekerprofile-cards-container{display:flex;gap:20px}.seekerprofile-card{flex:1;display:flex;flex-direction:column;justify-content:center;background:#fff;height:80px;width:240px;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.seekerprofile-card:hover{transform:translateY(-3px)}.seekerprofile-card-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:14px}.seekerprofile-card-left{display:flex;align-items:center;gap:10px}.seekerprofile-card-icon{font-size:30px;background:#fadacb;padding:10px;border-radius:8px;color:#ef6a37;display:flex;align-items:center;justify-content:center}.seekerprofile-card-body h4{font-size:large;font-weight:400;color:#1e293b;margin:0}.seekerprofile-card-body p{color:#1e2a38b0}.seekerprofile-amount{font-size:20px;font-weight:600;color:#1e2a38;margin:0;padding-left:2px}.seekerprofile-card-icon.total{background:#e0f2fe;color:#0284c7}.seekerprofile-card-icon.active{background:#dcfce7;color:#16a34a}.seekerprofile-card-icon.inactive{background:#fee2e2;color:#dc2626}.seekerprofile-card-body h4{font-size:16px;font-weight:500;color:#1e293b;margin:0}.seekerprofile-amount{font-size:22px;font-weight:600;color:#334155;margin:0}.seekerprofile-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.seekerprofile-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px 16px;border-radius:8px}.seekerprofile-section-header h2{font-size:20px;font-weight:600;color:#444}.seekerprofile-header-buttons{display:flex;gap:10px}.seekerprofile-add-btn{padding:8px 18px;font-size:14px;font-weight:500;border:none;border-radius:6px;background:#ef6a37;color:#fff;cursor:pointer;transition:background .2s ease}.seekerprofile-add-btn:hover{background:#d95a2d}.seekerprofile-search-btn{display:flex;align-items:center;gap:7px;background-color:#fff;color:#131313;font-size:15px;padding:8px 12px;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.seekerprofile-search-btn:hover{background:#f3f4f6}.seekerprofile-table-container{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.seekerprofile-table{width:100%;border-collapse:collapse;font-size:14px}.seekerprofile-table th:first-child{width:40px}.seekerprofile-table th,.seekerprofile-table td{padding:17px 10px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.seekerprofile-table th{background:#f9fafb;color:#444;font-weight:500}.seekerprofile-row{cursor:pointer;transition:background .25s ease}.seekerprofile-row:hover{background:#f1f5f9}.school-logo{margin-right:6px;color:#ef6a37}.seekerprofile-status.seeking{color:#245924d9;font-weight:500}.seekerprofile-status.not-seeking{color:#cb1b1bd9;font-weight:500}.seekerprofile-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:1rem 0}.seekerprofile-pagination button{padding:6px 12px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#333;cursor:pointer;transition:all .3s ease}.seekerprofile-pagination button:hover:not(:disabled){background:#ef6a37;color:#fff;border-color:#ef6a37}.seekerprofile-pagination button.active{background:#ef6a37;color:#fff;border-color:#ef6a37}.seekerprofile-pagination button:disabled{background:#f3f3f3;color:#aaa;cursor:not-allowed}.seekerprofile-pagination.top{margin-bottom:15px}.seekerprofile-pagination.bottom{margin-top:20px}.column-filter-panel{background:#fff;border:1px solid #ddd;padding:15px;border-radius:8px;margin-top:10px;box-shadow:0 4px 6px #0000001a}.column-checkbox{display:inline-block;margin-right:15px;font-size:14px}.filter-actions1{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.column-apply-btn,.column-reset-btn{font-size:12px;padding:4px 10px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.column-apply-btn{background-color:#f07e21;color:#fff}.column-apply-btn:hover{background-color:#d6691c}.column-reset-btn{background-color:#95a5a6;color:#fff}.column-reset-btn:hover{background-color:#7f8c8d}.column-filter-close-btn{background:transparent;border:none;font-size:18px;cursor:pointer;float:right}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.search-modal-content{background:#fff;width:80%;height:80%;display:flex;border-radius:8px;overflow:hidden}.search-sidebar{width:25%;padding:20px;background:#f7f8fb;border-right:1px solid #ddd}.search-sidebar h3{margin-bottom:15px}.search-sidebar label{display:block;margin-bottom:12px;font-size:14px}.search-sidebar input,.search-sidebar select{width:100%;padding:6px;margin-top:5px;border:1px solid #ccc;border-radius:4px}.filter-actions{display:flex;gap:10px;margin-top:15px}.search-results{flex:1;padding:20px;overflow-y:auto}.search-results h3{margin-bottom:10px}.seekerprofile-reset-btn{background-color:#95a5a6;color:#fff;padding:8px 12px;border:none;border-radius:5px;cursor:pointer;margin-left:3px}.seekerprofile-reset-btn:hover{background-color:#7f8c8d}.seekerprofile-avatar{width:33px;height:33px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:6px;vertical-align:middle}.seeker-user-cell{display:flex;align-items:center;gap:10px}.seeker-user-info{display:flex;flex-direction:column;line-height:1.2}.seeker-name{font-weight:600;color:#222;margin-bottom:6px}.seeker-meta{font-size:10px;color:#777;gap:6px}.seeker-user-cell{display:flex;align-items:flex-start;gap:10px}.seekerprofile-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.seekerprofile-avatar-icon{font-size:36px;color:#999}.seeker-user-info{display:flex;flex-direction:column;gap:2px}.seeker-name{font-weight:600;font-size:14px;color:#222}.seeker-user-type{font-size:12px;color:#ef6a37;font-weight:500}.seeker-login-date{font-size:12px;color:#666}.seeker-login-time{font-size:11px;color:#999}.seeker-user-info span{font-size:12px}.user-type{font-size:12px;color:#ef6a37;font-weight:500}.login-date{font-size:12px;color:#666}.login-time{font-size:11px;color:#999}.seekerprofile-pagination{display:flex;align-items:center;justify-content:flex-end;gap:15px;padding:15px 0;font-size:14px;color:#444}.pagination-range{font-weight:500}.seekerprofile-pagination button{border:none;background:transparent;font-size:18px;cursor:pointer;padding:5px 10px}.seekerprofile-pagination button:disabled{opacity:.3;cursor:not-allowed}.delete-btn-table{background-color:#ff4d4f;color:#fff;border:none;padding:5px 7px;border-radius:5px;cursor:pointer;font-size:13px}.delete-btn-table:hover{background-color:#d9363e}.seekerfilter-rec-seek{display:flex;flex-direction:column;gap:30px}.seekerfilter-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.seekerfilter-section h2{margin-bottom:15px;font-size:16px;font-weight:300;color:#444}.seekerfilter-table-container{overflow-x:auto;position:relative}.seekerfilter-add-btn{background:#ef6a37;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;position:absolute;right:10px;top:-55px;cursor:pointer;transition:background .3s ease}.seekerfilter-add-btn:hover{background:#d95b28}.seekerfilter-table{width:100%;border-collapse:collapse;font-size:14px}.seekerfilter-table th,.seekerfilter-table td{padding:17px 26px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.seekerfilter-table th{background:#becbdb19;color:#444;font-weight:500}.seekerfilter-actions{white-space:nowrap}.seekerfilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.seekerfilter-btn:hover{transform:translateY(-2px)}.view-btn{background-color:#e6f0ff;color:#3d6dff;font-size:large}.edit-btn{background-color:#ffeee6;color:#e89e2f;font-size:large}.delete-btn{background-color:#ffeee6;color:#df4646;font-size:large}.view-btn:hover{background-color:#c4ddfe}.subscriptionaddmodal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.subscriptionaddmodal-content{background:#fff;padding:15px 40px;border-radius:8px;width:600px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 8px 20px #0003}.button-headline{display:flex;align-items:center;justify-content:space-between}.subscriptionaddmodal-content h3{margin-bottom:20px;color:#ef6a37}.subscriptionaddmodal-content label{display:block;margin:10px 0 6px;font-size:14px;font-weight:500;color:#475569}.subscriptionaddmodal-content input,.subscriptionaddmodal-content select{width:95%;padding:8px 10px;border-radius:6px;border:1px solid #ccc;margin-bottom:10px}.subscriptionaddmodal-content input::-moz-placeholder{color:#94a3b8}.subscriptionaddmodal-content input::placeholder{color:#94a3b8}.subscriptionaddmodal-content textarea::-moz-placeholder{color:#94a3b8}.subscriptionaddmodal-content textarea::placeholder{color:#94a3b8}.add-content-btn{margin-bottom:15px;background:#ef6a37;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;border:none}.subscriptionaddmodal-actions{display:flex;justify-content:flex-end;gap:10px}.cancel-btn{background:#dcdcdc!important;color:#333;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.cancel-btn:hover{background:#a63d3d}.save-btn{background:#ef6a37;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.membership-select{width:95%;padding:8px 10px;border-radius:6px;border:1px solid #bbb;margin-bottom:10px;background-color:#bfbfbf5d;color:#333;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.membership-select:focus{border-color:#6f6f6fc7;background-color:#bfbfbf5d;outline:none}.content-line{display:flex;align-items:center;gap:8px;margin-bottom:8px}.content-line input{flex:1}.remove-content-btn{background:#ff5f5ff9;color:#fff;border:none;padding:4px 6px;border-radius:25%;cursor:pointer;font-size:11px;line-height:1;transition:transform .2s ease,background .2s ease}.remove-content-btn:hover{background:#fb0000;transform:scale(1.2)}.reset-btn{background:transparent;color:#555;border:1px solid #ccc;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease-in-out}.reset-btn:hover{background:#ea3636;border-color:#ea3636;color:#e3e3e3}.membership-row{display:flex;align-items:center;gap:8px}.cancel-membership-btn{background:#ff5f5ff9;color:#fff;border:none;padding:4px 6px;border-radius:25%;cursor:pointer;font-size:11px;line-height:1;transition:transform .2s ease,background .2s ease}.cancel-membership-btn:hover{background:#fb0000;transform:scale(1.2)}.subscription-limits-section{margin:24px 0;padding:20px 24px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 2px 8px #0000000a,0 1px 2px #0000000f;position:relative}.subscription-limits-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ef6a37,#f59e0b);border-radius:12px 12px 0 0}.subscription-limits-title{margin:0 0 20px;padding-bottom:12px;font-size:15px;font-weight:600;color:#1e293b;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.subscription-limits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.subscription-limits-field{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.subscription-limits-field label{margin:0 0 8px;font-size:13px;font-weight:500;color:#475569}.subscription-limits-field input{width:80%;padding:10px 12px;margin-bottom:0;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;font-size:14px;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease}.subscription-limits-field input:focus{border-color:#ef6a37;box-shadow:0 0 0 3px #ef6a371a;outline:none}.subscription-limits-field input::-moz-placeholder{color:#94a3b8}.subscription-limits-field input::placeholder{color:#94a3b8}.subscription-limits-checkbox{display:flex;align-items:center;gap:8px;grid-column:span 2;margin-top:8px}.subscription-limits-checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}.subscription-limits-checkbox label{margin:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:500px){.subscription-limits-section{padding:16px 18px;margin:20px 0}.subscription-limits-grid{grid-template-columns:1fr;gap:16px}.subscription-limits-checkbox{grid-column:span 1}.subscription-limits-title{font-size:14px}}.subscription-features-textarea{width:95%;padding:12px 14px;border-radius:6px;border:1px solid #ccc;margin-bottom:15px;font-family:inherit;font-size:14px;line-height:1.5;resize:vertical;min-height:120px;max-height:250px;overflow-y:auto;transition:border-color .2s ease}.subscription-features-textarea:focus{border-color:#ef6a37;outline:none}.subscription-features-textarea::-moz-placeholder{color:#999;opacity:1}.subscription-features-textarea::placeholder{color:#999;opacity:1}.subscription-section h2{margin-bottom:15px;font-size:16px;font-weight:500!important;color:#ff6a2f!important}.delete-confirm-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.delete-confirm-dialog{background:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 8px 24px #0003;text-align:center;max-width:400px;width:90%}.delete-confirm-message{font-size:16px;font-weight:500;color:#333;margin:0 0 24px}.delete-confirm-actions{display:flex;justify-content:center;gap:12px}.delete-confirm-btn{padding:10px 28px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:background .2s ease,transform .2s ease}.delete-confirm-btn:hover{transform:translateY(-2px)}.delete-confirm-yes{background:#e53935;color:#fff}.delete-confirm-yes:hover{background:#c62828}.delete-confirm-no{background:#f1f1f1;color:#333}.delete-confirm-no:hover{background:#e0e0e0}.subscription-container{padding:20px;background-color:#f9f9f9}.subscription-top-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;margin-bottom:30px}.subscription-small-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.subscription-cards-container{display:flex;gap:20px}.subscription-card{flex:1;display:flex;flex-direction:column;justify-content:center;background:#fff;height:80px;width:240px;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.subscription-card:hover{transform:translateY(-3px)}.subscription-card-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.subscription-card-left{display:flex;align-items:center;gap:10px}.subscription-card-icon{font-size:30px;background:#fadacb;padding:10px;border-radius:8px;color:#ef6a37;display:flex;align-items:center;justify-content:center}.subscription-card-body h4{font-size:large;font-weight:400}.subscription-card-body p{color:#1e2a38b0}.subscription-currency{font-size:14.5px;color:#3f3f3f}.subscription-amount{font-size:20px;font-weight:600;color:#1e2a38;margin:0;padding-left:2px}.subscription-rec-seek{display:flex;flex-direction:column;gap:30px}.subscription-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.subscription-section h2{margin-bottom:15px;font-size:16px;font-weight:300;color:#444}.subscription-table-container{overflow-x:auto}.subscription-table{width:100%;border-collapse:collapse;font-size:14px}.subscription-table th,.subscription-table td{padding:30px 16px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.subscription-table th{background:#becbdb19;color:#444;font-weight:500}.subscription-table tr:hover{background:#f9f9f9}.subscription-school-logo{width:25px;height:25px;border-radius:50%;vertical-align:middle;margin-right:8px}.subscription-membership{display:inline-block;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:500}.subscription-membership.free{background:#e3f2fd;color:#1976d2}.subscription-membership.basic{background:#f1f1f1;color:#333}.subscription-membership.advanced{background:#ffe0b2;color:#e65100}.subscription-membership.premium{background:#fff3e0;color:#ef6c00}.subscription-membership.enterprise{background:#ede7f6;color:#4527a0}.subscription-status.seeking{color:green;font-weight:500}.subscription-status.not-seeking{color:red;font-weight:500}.subscription-actions{white-space:nowrap}.subscription-btn{padding:6px 14px;margin:0 4px;border-radius:6px;font-size:13px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.subscription-btn:hover{transform:translateY(-2px)}.edit-btn{background-color:#ffeee6;border-radius:7px;font-size:large;color:#e89e2f}.edit-btn:hover{background-color:#ffe0d1}.delete-btn{background-color:#ffeee6;border-radius:7px;font-size:large;color:#df4646}.delete-btn:hover{background-color:#ffd9c8}.subscription-content-list{list-style-type:disc;padding-left:20px;margin:0;font-size:14px;color:#444}.subscription-content-list li{margin-bottom:4px}.subscription-add-btn{background-color:#ff6a2fd5;color:#fff;padding:10px 15px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;border:none}.subscription-add-btn:hover{background-color:#f96b32}.subscriptionmodal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.subscriptionmodal-content{background:#fff;padding:23px 55px;border-radius:12px;width:700px;max-width:90vw;box-shadow:0 8px 20px #0003;animation:subscriptionmodal-pop .3s ease}.subscriptionmodal-content h3{margin-bottom:16px;font-size:20px;font-weight:600;color:#333}.subscriptionmodal-content label{display:block;margin:12px 0 6px;font-size:14px;font-weight:300;color:#4444449d}.subscriptionmodal-content input,.subscriptionmodal-content textarea{width:95%;padding:8px 10px;border:2px solid rgba(114,161,175,.153);border-radius:6px;font-size:14px;outline:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subscriptionmodal-content textarea{min-height:80px;resize:vertical}.subscriptionmodal-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.subscriptionmodal-cancel-btn,.subscriptionmodal-save-btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:.2s}.subscriptionmodal-cancel-btn{background:#f1f1f1;color:#333}.subscriptionmodal-cancel-btn:hover{background:#e0e0e0}.subscriptionmodal-save-btn{background:#ef6b37be;color:#fff}.subscriptionmodal-save-btn:hover{background:#ff6a2f}@keyframes subscriptionmodal-pop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.education-rec{display:flex;flex-direction:column;gap:30px}.education-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.education-title{margin-bottom:15px;font-size:16px;font-weight:300;color:#444;display:flex;align-items:center;gap:6px;cursor:pointer}.education-table th,.education-table td{padding:17px 26px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.education-table th{background:#becbdb19;color:#444;font-weight:500}.education-btn.edit-btn{background-color:#ffeee6;color:#e89e2f;border:none;border-radius:6px;padding:10px 14px;cursor:pointer;font-size:16px;transition:background .3s ease,transform .2s ease}.education-btn.edit-btn:hover{background-color:#ffe0d1;transform:translateY(-2px)}.highestedu-rec{display:flex;flex-direction:column;gap:30px}.highestedu-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.highestedu-title{margin-bottom:15px;font-size:16px;font-weight:300;color:#444;display:flex;align-items:center;gap:6px;cursor:pointer}.highestedu-title-button{display:flex;justify-content:space-between;align-items:center}.highestedu-add-btn{background:#ef6a37;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .3s ease}.highestedu-add-btn:hover{background:#d95b28}.highestedu-table-container{overflow-x:auto;position:relative}.highestedu-table{width:100%;border-collapse:collapse;font-size:14px}.highestedu-table th,.highestedu-table td{padding:17px 26px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.highestedu-table th{background:#becbdb19;color:#444;font-weight:500}.highestedu-actions{white-space:nowrap}.highestedu-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.highestedu-btn:hover{transform:translateY(-2px)}.highestedu-btn.view-btn{background-color:#e6f0ff;color:#3d6dff;font-size:large}.highestedu-btn.edit-btn{background-color:#ffeee6;color:#e89e2f;font-size:large}.highestedu-btn.delete-btn{background-color:#ffeee6;color:#df4646;font-size:large}.highestedu-btn.view-btn:hover{background-color:#c4ddfe}.highestedu-btn.edit-btn:hover{background-color:#ffe0d1}.highestedu-btn.delete-btn:hover{background-color:#ffd9c8}@keyframes slideDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.highestedu-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.highestedu-modal-content{background:#fff;padding:25px;border-radius:12px;width:400px;box-shadow:0 5px 20px #00000026;animation:slideDown .3s ease}.highestedu-modal-content h2{margin-bottom:15px;font-size:18px;color:#444}.highestedu-modal-content form{display:flex;flex-direction:column;gap:15px}.highestedu-modal-content input{padding:10px 14px;border:1px solid #ccc;border-radius:8px;font-size:14px}.highestedu-modal-actions{display:flex;justify-content:flex-end;gap:10px}.highestedu-modal-actions .save-btn{background:#ef6a37;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.highestedu-modal-actions .cancel-btn{background:#ddd;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.teachingqualif-rec{display:flex;flex-direction:column;gap:30px}.teachingqualif-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.teachingqualif-title{margin-bottom:15px;font-size:16px;font-weight:300;color:#444;display:flex;align-items:center;gap:6px;cursor:pointer}.teachingqualif-title-button{display:flex;justify-content:space-between;align-items:center}.teachingqualif-add-btn{background:#ef6a37;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .3s ease}.teachingqualif-add-btn:hover{background:#d95b28}.teachingqualif-table-container{overflow-x:auto;position:relative}.teachingqualif-table{width:100%;border-collapse:collapse;font-size:14px}.teachingqualif-table th,.teachingqualif-table td{padding:17px 26px;color:#7c8c9d;text-align:left;border-bottom:1px solid #eeeeeeca}.teachingqualif-table th{background:#becbdb19;color:#444;font-weight:500}.teachingqualif-actions{white-space:nowrap}.teachingqualif-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.teachingqualif-btn:hover{transform:translateY(-2px)}.teachingqualif-btn.view-btn{background-color:#e6f0ff;color:#3d6dff;font-size:large}.teachingqualif-btn.edit-btn{background-color:#ffeee6;color:#e89e2f;font-size:large}.teachingqualif-btn.delete-btn{background-color:#ffeee6;color:#df4646;font-size:large}.teachingqualif-btn.view-btn:hover{background-color:#c4ddfe}.teachingqualif-btn.edit-btn:hover{background-color:#ffe0d1}.teachingqualif-btn.delete-btn:hover{background-color:#ffd9c8}.pagination{display:flex;justify-content:center;margin-top:20px;gap:8px}.pagination button{padding:8px 14px;border:none;border-radius:6px;background:#f0f0f0;cursor:pointer;transition:background .3s ease}.pagination button:hover{background:#ddd}.pagination button.active{background:#ef6a37;color:#fff}@keyframes fadeDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.teachingqualif-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.teachingqualif-modal-content{background:#fff;padding:25px;border-radius:12px;width:400px;box-shadow:0 5px 20px #00000026;animation:fadeDown .3s ease}.teachingqualif-modal-content h2{margin-bottom:15px;font-size:18px;color:#444}.teachingqualif-modal-content form{display:flex;flex-direction:column;gap:15px}.teachingqualif-modal-content input{padding:10px 14px;border:1px solid #ccc;border-radius:8px;font-size:14px}.teachingqualif-modal-actions{display:flex;justify-content:flex-end;gap:10px}.teachingqualif-modal-actions .save-btn{background:#ef6a37;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.teachingqualif-modal-actions .cancel-btn{background:#ddd;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.experiencefilter-container{padding:20px;background:#f9fafc;min-height:100vh}.experiencefilter-rec{max-width:1100px;margin:0 auto}.experiencefilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.experiencefilter-title{font-size:15px;font-weight:600;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.experiencefilter-title:hover{color:#f26422c5}.experiencefilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.experiencefilter-add-btn:hover{background:#d95b28}.experiencefilter-table-container{overflow-x:auto}.experiencefilter-table{width:100%;border-collapse:collapse;font-size:14px}.experiencefilter-table th,.experiencefilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.experiencefilter-table th{background:#becbdb19;font-weight:500;color:#444}.experiencefilter-table td{color:#7c8c9d}.experiencefilter-actions{white-space:nowrap}.experiencefilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.experiencefilter-btn:hover{transform:translateY(-2px)}.experiencefilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.experiencefilter-btn.edit-btn{background-color:#ffeee6;color:#e89e2f}.experiencefilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.experiencefilter-btn.view-btn:hover{background-color:#c4ddfe}.experiencefilter-btn.edit-btn:hover{background-color:#ffe0d1}.experiencefilter-btn.delete-btn:hover{background-color:#ffd9c8}.experienceModal-overlay{position:fixed;inset:0;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.experienceModal-content{background:#fff;padding:20px;border-radius:10px;width:450px;max-width:95%;box-shadow:0 6px 20px #00000026}.experienceModal-content h3{font-size:18px;font-weight:300;margin-bottom:16px;color:#1f2937}.experienceModal-content label{font-size:14px;font-weight:500;color:#374151a9;display:block;margin-bottom:6px}.experienceModal-content input{width:90%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:18px;outline:none}.experienceModal-content input:focus{border-color:#ef6b37;box-shadow:0 0 0 2px #ef6b3733}.experienceModal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.experienceModal-cancel-btn{background:#f9fafb;color:#374151;border:1px solid #d1d5db;padding:8px 18px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s}.experienceModal-cancel-btn:hover{background:#f3f4f6}.experienceModal-save-btn{background:#ef6b37;color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.experienceModal-save-btn:hover{background:#d95b28}.addExperienceModal-overlay{position:fixed;inset:0;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:1000}.addExperienceModal-content{background:#fff;padding:20px;border-radius:12px;width:500px;max-width:95%;box-shadow:0 4px 12px #00000014;overflow:hidden;display:flex;flex-direction:column}.addExperienceModal-content h3{font-size:16px;font-weight:600;color:#444;margin:0 0 16px}.addExperienceModal-field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.addExperienceModal-field label{font-size:14px;font-weight:500;color:#374151a9}.addExperienceModal-field input{width:90%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border .2s ease-in-out,box-shadow .2s}.addExperienceModal-field input:focus{border-color:#ef6b37;box-shadow:0 0 0 2px #ef6b3733}.addExperienceModal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.addExperienceModal-cancel-btn,.addExperienceModal-save-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:background .2s ease,transform .2s ease}.addExperienceModal-cancel-btn{background:#f9fafb;color:#374151;border:1px solid #d1d5db}.addExperienceModal-cancel-btn:hover{background:#f3f4f6}.addExperienceModal-save-btn{background:#ef6b37;color:#fff}.addExperienceModal-save-btn:hover{background:#d95b28}.education-container{padding:20px;background:#f9fafc;min-height:100vh}.education-rec{max-width:1100px;margin:0 auto}.education-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.education-title{font-size:15px;font-weight:600;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.education-title:hover{color:#f26422c5}.education-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.education-add-btn:hover{background:#d95b28}.education-table-container{overflow-x:auto}.education-table{width:100%;border-collapse:collapse;font-size:14px}.education-table th,.education-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.education-table th{background:#becbdb19;font-weight:500;color:#444}.education-table td{color:#7c8c9d}.education-actions{white-space:nowrap}.education-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.education-btn:hover{transform:translateY(-2px)}.education-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.education-btn.edit-btn{background-color:#ffeee6;color:#e89e2f}.education-btn.delete-btn{background-color:#ffeee6;color:#df4646}.education-btn.view-btn:hover{background-color:#c4ddfe}.education-btn.edit-btn:hover{background-color:#ffe0d1}.education-btn.delete-btn:hover{background-color:#ffd9c8}.title-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-top:16px}.pagination button{border:none;background:#f1f1f1;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px;transition:background .2s;border-style:none}.pagination button:hover{background:#ef6b37ae}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination button.active{background:#ef6b37d7;color:#fff;border-style:none}.education-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.education-modal-content{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;padding:0;overflow:hidden}.education-modal-content h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.education-modal-content form{display:flex;flex-direction:column}.education-modal-content input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.education-modal-content input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.education-modal-actions{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.education-modal-actions button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.education-save-btn{background:#f97316;color:#fff}.education-save-btn:hover{background:#ea580c}.education-cancel-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.education-cancel-btn:hover{background:#f9fafb}.compartment-container{padding:20px;background:#f9fafc;min-height:100vh}.compartment-rec{max-width:1100px;margin:0 auto}.compartment-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.compartment-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.compartment-title:hover{color:#f26422c5}.compartment-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.compartment-add-btn:hover{background:#d95b28}.compartment-table-container{overflow-x:auto}.compartment-table{width:100%;border-collapse:collapse;font-size:14px}.compartment-table th,.compartment-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.compartment-table th{background:#becbdb19;font-weight:500;color:#444}.compartment-table td{color:#7c8c9d}.compartment-actions{white-space:nowrap}.compartment-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.compartment-btn:hover{transform:translateY(-2px)}.compartment-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.compartment-btn.delete-btn{background-color:#ffeee6;color:#df4646}.compartment-btn.view-btn:hover{background-color:#c4ddfe}.compartment-btn.delete-btn:hover{background-color:#ffd9c8}.subjectfilter-container{padding:20px;background:#f9fafc;min-height:100vh}.subjectfilter-rec{max-width:1100px;margin:0 auto}.subjectfilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.subjectfilter-title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.subjectfilter-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.subjectfilter-title:hover{color:#f26422c5}.subjectfilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.subjectfilter-add-btn:hover{background:#d95b28}.subjectfilter-table-container{overflow-x:auto}.subjectfilter-table{width:100%;border-collapse:collapse;font-size:14px}.subjectfilter-table th,.subjectfilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.subjectfilter-table th{background:#becbdb19;font-weight:500;color:#444}.subjectfilter-table td{color:#7c8c9d}.subjectfilter-actions{white-space:nowrap}.subjectfilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.subjectfilter-btn:hover{transform:translateY(-2px)}.subjectfilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.subjectfilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.subjectfilter-btn.view-btn:hover{background-color:#c4ddfe}.subjectfilter-btn.delete-btn:hover{background-color:#ffd9c8}.subject-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.subject-modal-content{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column;padding:0}.subject-modal-content h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.subject-modal-content form{display:flex;flex-direction:column}.subject-modal-content input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.subject-modal-content input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.subject-modal-actions{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.subject-modal-actions button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.subject-save-btn{background:#f97316;color:#fff}.subject-save-btn:hover{background:#ea580c}.subject-cancel-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.subject-cancel-btn:hover{background:#f9fafb}.expectedSalary-container{padding:20px;background:#f9fafc;min-height:100vh}.expectedSalary-rec{max-width:1100px;margin:0 auto}.expectedSalary-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.expectedSalary-title{font-size:15px;font-weight:600;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.expectedSalary-title:hover{color:#f26422c5}.expectedSalary-table-container{overflow-x:auto}.expectedSalary-table{width:100%;border-collapse:collapse;font-size:14px}.expectedSalary-table th,.expectedSalary-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.expectedSalary-table th{background:#becbdb19;font-weight:500;color:#444}.expectedSalary-table td{color:#7c8c9d}.expectedSalary-actions{white-space:nowrap}.expectedSalary-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.expectedSalary-btn:hover{transform:translateY(-2px)}.expectedSalary-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.expectedSalary-btn.edit-btn{background-color:#ffeee6;color:#e89e2f}.expectedSalary-btn.delete-btn{background-color:#ffeee6;color:#df4646}.expectedSalary-btn.view-btn:hover{background-color:#c4ddfe}.expectedSalary-btn.edit-btn:hover{background-color:#ffe0d1}.expectedSalary-btn.delete-btn:hover{background-color:#ffd9c8}.expectedSalary-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.expectedSalary-add-btn:hover{background:#d95b28}.expectedSalary-btn.delete-btn{color:#dc3545;margin-left:8px}.expectedSalary-btn.delete-btn:hover{color:#a71d2a}.modal-overlay{position:fixed;top:0;left:0;width:90%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;width:500px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column}.modal-body{padding:20px}.modal-body label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#374151}.modal-body input{width:80%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.modal-body input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.modal-actions{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px}.primary-btn{background:#f97316;color:#fff}.primary-btn:hover{background:#ea580c}.languagefilter-container{padding:20px;background:#f9fafc;min-height:100vh}.languagefilter-rec{max-width:1100px;margin:0 auto}.languagefilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.languagefilter-title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.languagefilter-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.languagefilter-title:hover{color:#f26422c5}.languagefilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.languagefilter-add-btn:hover{background:#d95b28}.languagefilter-table-container{overflow-x:auto}.languagefilter-table{width:100%;border-collapse:collapse;font-size:14px}.languagefilter-table th,.languagefilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.languagefilter-table th{background:#becbdb19;font-weight:500;color:#444}.languagefilter-table td{color:#7c8c9d}.languagefilter-actions{white-space:nowrap}.languagefilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.languagefilter-btn:hover{transform:translateY(-2px)}.languagefilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.languagefilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.languagefilter-btn.view-btn:hover{background-color:#c4ddfe}.languagefilter-btn.delete-btn:hover{background-color:#ffd9c8}.language-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.language-modal-content{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column;padding:0}.language-modal-content h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.language-modal-content form{display:flex;flex-direction:column}.language-modal-content input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.language-modal-content input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.language-modal-actions{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.language-modal-actions button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.language-save-btn{background:#f97316;color:#fff}.language-save-btn:hover{background:#ea580c}.language-cancel-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.language-cancel-btn:hover{background:#f9fafb}.generalinfo-container{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 12px #00000014;max-width:900px;margin:30px auto}.generalinfo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.generalinfo-header h2{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:500;color:#1e293b;cursor:pointer}.generalinfo-back:hover{color:#ef6a37}.back-icon{font-size:22px}.block-btn{background:#ef4444;border:none;padding:8px 18px;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:background .3s ease}.generalinfo-icon{display:flex;justify-content:center;margin-bottom:25px}.profile-icon{font-size:90px;color:#94a3b8}.generalinfo-form{display:flex;flex-direction:column;gap:22px}.generalinfo-row{display:flex;gap:25px;flex-wrap:wrap}.generalinfo-field{flex:1;display:flex;flex-direction:column;gap:6px}.generalinfo-field label{font-size:14px;font-weight:500;color:#334155}.generalinfo-field input{padding:10px 14px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;color:#1f2937;outline:none;transition:border .2s ease}.generalinfo-field input:focus{border-color:#ef6a37}.generalinfo-row-resume{display:flex;margin-top:10px}.generalinfo-field-resume{flex:none}.resume-link{display:flex;align-items:center;gap:12px;padding:10px 14px;width:240px;background-color:#fdf2f2;border-radius:10px;text-decoration:none;color:#1f2937;font-weight:500;transition:background .3s ease}.resume-link:hover{background-color:#f9a9a9}.pdf-icon{font-size:34px;color:#fb0101}.resume-info{display:flex;flex-direction:column}.resume-text{font-weight:600;font-size:14px}.resume-size{font-size:12px;color:#6b7280}.resume-missing{color:#9ca3af;font-style:italic}.loading-text{text-align:center;font-size:16px;color:#334155;margin-top:50px}.profile-img{width:180px;height:180px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.recruitergeneralinfo-container{padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 6px #00000014}.recruitergeneralinfo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.recruitergeneralinfo-back{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:18px;font-weight:600;color:#333}.recruitergeneralinfo-back:hover{color:#ef6a37}.back-icon{font-size:20px}.block-btn{background:#ef4444;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500}.block-btn:hover{background:#dc2626}.recruitergeneralinfo-icon{margin-bottom:20px}.profile-icon{font-size:80px;color:#6b7280}.recruiter-id{margin-top:8px;font-size:14px;color:#555}.recruitergeneralinfo-form{display:flex;flex-direction:column;gap:16px}.recruitergeneralinfo-row{display:flex;gap:16px}.recruitergeneralinfo-field{flex:1;display:flex;flex-direction:column}.recruitergeneralinfo-field label{font-weight:500;margin-bottom:6px;font-size:14px;color:#586473}.recruitergeneralinfo-field input{padding:10px;border:1px solid #ccc;border-radius:6px}.detail-card{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fce9e0;padding:10px;border-radius:13px;width:100px;height:105px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.detail-card:hover{transform:translateY(-5px) scale(1.05)}.detail-card h2{font-size:42px;font-weight:500;margin:0;height:55px;color:#ef6a37}.detail-card span{font-size:13px;color:#ef6a37;text-align:center;margin:0%}.detailCard-wrap{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;margin-top:20px}.recruiter-jobs-section{margin-top:30px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #00000014}.recruiter-jobs-section h3{font-size:16px;font-weight:500;margin-bottom:15px;color:#444}.recruiter-jobs-table-container{overflow-x:auto}.recruiter-jobs-table{width:100%;border-collapse:collapse;font-size:14px}.recruiter-jobs-table th,.recruiter-jobs-table td{padding:19px 26px;text-align:left;border-bottom:1px solid #eee;color:#555}.recruiter-jobs-table th{background-color:#f4f4f4;font-weight:600;color:#333}.recruiter-jobs-row:hover{background-color:#f9f9f9;cursor:pointer}.job-status{padding:4px 8px;border-radius:6px;font-weight:500;text-align:center;display:inline-block;font-size:13px}.job-status.active{color:#2e7d32}.job-status.closed{color:#c62828}.job-status.expired{color:#856404}.jobpostexperiencefilter-container{padding:20px;background:#f9fafc;min-height:100vh}.jobpostexperiencefilter-rec{max-width:1100px;margin:0 auto}.jobpostexperiencefilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobpostexperiencefilter-title{font-size:15px;font-weight:600;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.jobpostexperiencefilter-title:hover{color:#f26422c5}.jobpostexperiencefilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobpostexperiencefilter-add-btn:hover{background:#d95b28}.jobpostexperiencefilter-table-container{overflow-x:auto}.jobpostexperiencefilter-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostexperiencefilter-table th,.jobpostexperiencefilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobpostexperiencefilter-table th{background:#becbdb19;font-weight:500;color:#444}.jobpostexperiencefilter-table td{color:#7c8c9d}.jobpostexperiencefilter-actions{white-space:nowrap}.jobpostexperiencefilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostexperiencefilter-btn:hover{transform:translateY(-2px)}.jobpostexperiencefilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobpostexperiencefilter-btn.edit-btn{background-color:#ffeee6;color:#e89e2f}.jobpostexperiencefilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobpostexperiencefilter-btn.view-btn:hover{background-color:#c4ddfe}.jobpostexperiencefilter-btn.edit-btn:hover{background-color:#ffe0d1}.jobpostexperiencefilter-btn.delete-btn:hover{background-color:#ffd9c8}.jobpostsubjectfilter-container{padding:20px;background:#f9fafc;min-height:100vh}.jobpostsubjectfilter-rec{max-width:1100px;margin:0 auto}.jobpostsubjectfilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobpostsubjectfilter-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.jobpostsubjectfilter-title:hover{color:#f26422c5}.jobpostsubjectfilter-title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.jobpostsubjectfilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobpostsubjectfilter-add-btn:hover{background:#d95b28}.jobpostsubjectfilter-table-container{overflow-x:auto}.jobpostsubjectfilter-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostsubjectfilter-table th,.jobpostsubjectfilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobpostsubjectfilter-table th{background:#becbdb19;font-weight:500;color:#444}.jobpostsubjectfilter-table td{color:#7c8c9d}.jobpostsubjectfilter-actions{white-space:nowrap}.jobpostsubjectfilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostsubjectfilter-btn:hover{transform:translateY(-2px)}.jobpostsubjectfilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobpostsubjectfilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobpostsubjectfilter-btn.view-btn:hover{background-color:#c4ddfe}.jobpostsubjectfilter-btn.delete-btn:hover{background-color:#ffd9c8}.jobpostexpectedsalary-container{padding:20px;background:#f9fafc;min-height:100vh}.jobpostexpectedsalary-rec{max-width:1100px;margin:0 auto}.jobpostexpectedsalary-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobpostexpectedsalary-title{font-size:15px;font-weight:600;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.jobpostexpectedsalary-title:hover{color:#f26422c5}.jobpostexpectedsalary-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobpostexpectedsalary-add-btn:hover{background:#d95b28}.jobpostexpectedsalary-table-container{overflow-x:auto}.jobpostexpectedsalary-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostexpectedsalary-table th,.jobpostexpectedsalary-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobpostexpectedsalary-table th{background:#becbdb19;font-weight:500;color:#444}.jobpostexpectedsalary-table td{color:#7c8c9d}.jobpostexpectedsalary-actions{white-space:nowrap}.jobpostexpectedsalary-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostexpectedsalary-btn:hover{transform:translateY(-2px)}.jobpostexpectedsalary-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobpostexpectedsalary-btn.edit-btn{background-color:#ffeee6;color:#e89e2f}.jobpostexpectedsalary-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobpostexpectedsalary-btn.view-btn:hover{background-color:#c4ddfe}.jobpostexpectedsalary-btn.edit-btn:hover{background-color:#ffe0d1}.jobpostexpectedsalary-btn.delete-btn:hover{background-color:#ffd9c8}.jobpostcompartment-container{padding:20px;background:#f9fafc;min-height:100vh}.jobpostcompartment-rec{max-width:1100px;margin:0 auto}.jobpostcompartment-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobpostcompartment-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease-in-out}.jobpostcompartment-title:hover{color:#f26422c5}.title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.jobpostcompartment-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobpostcompartment-add-btn:hover{background:#d95b28}.jobpostcompartment-table-container{overflow-x:auto}.jobpostcompartment-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostcompartment-table th,.jobpostcompartment-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobpostcompartment-table th{background:#becbdb19;font-weight:500;color:#444}.jobpostcompartment-table td{color:#7c8c9d}.jobpostcompartment-actions{white-space:nowrap}.jobpostcompartment-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostcompartment-btn:hover{transform:translateY(-2px)}.jobpostcompartment-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobpostcompartment-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobpostcompartment-btn.view-btn:hover{background-color:#c4ddfe}.jobpostcompartment-btn.delete-btn:hover{background-color:#ffd9c8}.jobposteducation-container{padding:20px;background:#f9fafc;min-height:100vh}.jobposteducation-rec{max-width:1100px;margin:0 auto}.jobposteducation-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobposteducation-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.jobposteducation-title:hover{color:#f26422c5}.jobposteducation-title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.jobposteducation-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobposteducation-add-btn:hover{background:#d95b28}.jobposteducation-table-container{overflow-x:auto}.jobposteducation-table{width:100%;border-collapse:collapse;font-size:14px}.jobposteducation-table th,.jobposteducation-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobposteducation-table th{background:#becbdb19;font-weight:500;color:#444}.jobposteducation-table td{color:#7c8c9d}.jobposteducation-actions{white-space:nowrap}.jobposteducation-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobposteducation-btn:hover{transform:translateY(-2px)}.jobposteducation-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobposteducation-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobposteducation-btn.view-btn:hover{background-color:#c4ddfe}.jobposteducation-btn.delete-btn:hover{background-color:#ffd9c8}.pagination{margin-top:20px;display:flex;justify-content:center;gap:8px}.pagination button{padding:8px 14px;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:6px;transition:background .3s ease,color .3s ease}.pagination button:hover{background:#f4f4f4}.pagination .active{background:#007bff;color:#fff;border-color:#007bff}.modal-overlay-education{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content-education{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column;padding:0}.modal-content-education h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.modal-content-education form{display:flex;flex-direction:column}.modal-content-education input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.modal-content-education input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.modal-actions-education{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.modal-actions-education button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.save-btn-education{background:#f97316;color:#fff}.save-btn-education:hover{background:#ea580c}.cancel-btn-education{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-btn-education:hover{background:#f9fafb}.worktypefilter-container{padding:20px;background:#f9fafc;min-height:100vh}.worktypefilter-rec{max-width:1100px;margin:0 auto}.worktypefilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.worktypefilter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.worktypefilter-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.worktypefilter-title:hover{color:#f26422c5}.worktypefilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.worktypefilter-add-btn:hover{background:#d95b28}.worktypefilter-table-container{overflow-x:auto}.worktypefilter-table{width:100%;border-collapse:collapse;font-size:14px}.worktypefilter-table th,.worktypefilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.worktypefilter-table th{background:#becbdb19;font-weight:500;color:#444}.worktypefilter-table td{color:#7c8c9d}.worktypefilter-actions{white-space:nowrap}.worktypefilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.worktypefilter-btn:hover{transform:translateY(-2px)}.worktypefilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.worktypefilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.worktypefilter-btn.view-btn:hover{background-color:#c4ddfe}.worktypefilter-btn.delete-btn:hover{background-color:#ffd9c8}.modal-overlay-worktype{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content-worktype{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column;padding:0}.modal-content-worktype h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.modal-content-worktype form{display:flex;flex-direction:column}.modal-content-worktype input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.modal-content-worktype input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.modal-actions-worktype{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.modal-actions-worktype button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.save-btn-worktype{background:#f97316;color:#fff}.save-btn-worktype:hover{background:#ea580c}.cancel-btn-worktype{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-btn-worktype:hover{background:#f9fafb}.jobpostenddatefilter-container{padding:20px;background:#f9fafc;min-height:100vh}.jobpostenddatefilter-rec{max-width:1100px;margin:0 auto}.jobpostenddatefilter-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.jobpostenddatefilter-title{font-size:15px;font-weight:600;color:#444;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease-in-out}.jobpostenddatefilter-title:hover{color:#f26422c5}.jobpostenddatefilter-title-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.jobpostenddatefilter-add-btn{background:#ef6b37d7;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;height:37px;cursor:pointer;transition:background .3s ease}.jobpostenddatefilter-add-btn:hover{background:#d95b28}.jobpostenddatefilter-table-container{overflow-x:auto}.jobpostenddatefilter-table{width:100%;border-collapse:collapse;font-size:14px}.jobpostenddatefilter-table th,.jobpostenddatefilter-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #e5e7eb}.jobpostenddatefilter-table th{background:#becbdb19;font-weight:500;color:#444}.jobpostenddatefilter-table td{color:#7c8c9d}.jobpostenddatefilter-actions{white-space:nowrap}.jobpostenddatefilter-btn{padding:10px 14px;margin:0 4px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:background .3s ease,transform .2s ease}.jobpostenddatefilter-btn:hover{transform:translateY(-2px)}.jobpostenddatefilter-btn.view-btn{background-color:#e6f0ff;color:#3d6dff}.jobpostenddatefilter-btn.delete-btn{background-color:#ffeee6;color:#df4646}.jobpostenddatefilter-btn.view-btn:hover{background-color:#c4ddfe}.jobpostenddatefilter-btn.delete-btn:hover{background-color:#ffd9c8}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;width:480px;border-radius:10px;box-shadow:0 4px 20px #0003;overflow:hidden;display:flex;flex-direction:column;padding:0}.modal-content h3{font-size:16px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid #e5e7eb;color:#1f2937}.modal-content form{display:flex;flex-direction:column}.modal-content input{margin:20px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none}.modal-content input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.modal-actions{background:#f3f4f6;padding:14px 20px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.modal-actions button{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.save-btn{background:#f97316;color:#fff}.save-btn:hover{background:#ea580c}.cancel-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover{background:#f9fafb}.hidden-row{opacity:.3;transition:opacity .3s ease}.jobpostenddatefilter-btn.edit-btn{background-color:#ffeee6;border-radius:7px;color:#e89e2f}.jobpostenddatefilter-btn.edit-btn:hover{background-color:#ffe0d1}.enddateeditmodal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.enddateeditmodal-content{background:#fff;padding:20px;border-radius:8px;width:350px;max-width:100%;box-shadow:0 4px 8px #0003;animation:enddateeditmodal-fadeIn .3s ease-in-out}.enddateeditmodal-content h3{margin-bottom:15px;font-size:18px;font-weight:600}.enddateeditmodal-body{margin-bottom:20px}.enddateeditmodal-body label{display:block;margin-bottom:6px;font-weight:500}.enddateeditmodal-body input{width:90%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.enddateeditmodal-actions{display:flex;justify-content:flex-end;gap:10px}.enddateeditmodal-cancel-btn{background:#f5f5f5;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.enddateeditmodal-primary-btn{background:#f97416d8;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.enddateeditmodal-primary-btn:hover{background:#f97316}@keyframes enddateeditmodal-fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.addbanner-container{display:flex;justify-content:center;align-items:center;padding:40px}.addbanner-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #00000014;width:100%;max-width:800px;text-align:center}.addbanner-title{font-size:20px;font-weight:400;margin-bottom:20px;color:#1d1d1d}.addbanner-upload{margin-bottom:25px}.addbanner-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #bbb;border-radius:10px;padding:40px 20px;font-weight:600;font-size:22px;cursor:pointer;color:#666;transition:border-color .3s ease}.addbanner-dropzone p{font-size:12px;color:#9e9e9e;font-weight:300}.upload-icon{font-size:40px;margin-bottom:30px;color:#ff7944}.upload-warp{display:flex;flex-direction:column;align-items:center}.browse-text{color:#ff8555;font-weight:900;font-size:22px;cursor:pointer}.addbanner-dropzone:hover .browse-text{text-decoration:underline;color:#ff5c1c}.addbanner-input{display:none}.addbanner-preview{max-width:100%;height:auto;border-radius:10px;border:1px solid #ddd}.addbanner-actions{display:flex;justify-content:flex-end;gap:12px}.addbanner-cancel{background:#f1f1f1;color:#555;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;transition:background .2s ease}.addbanner-cancel:hover{background:#e0e0e0}.addbanner-save{background:#ef6a37;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;transition:background .2s ease}.addbanner-save:hover{background:#d95b28}.editbanner-container{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000d;max-width:700px;margin:0 auto}.editbanner-container h2{font-size:15px;font-weight:300;margin-bottom:20px;color:#333}.editbanner-preview-box{display:flex;align-items:center;justify-content:center;border:1px solid #eee;border-radius:10px;padding:15px 20px;margin:0 auto 20px;gap:20px}.editbanner-preview-img{width:690px;height:230px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #ddd;background:#fafafa;flex-shrink:0}.editbanner-controls{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:12px;margin:10px}.editbanner-upload-btn{background:#ef6b37f1;color:#fff;padding:7px 10px;border-radius:6px;font-size:14px;cursor:pointer;border:none;transition:.2s}.editbanner-upload-btn:hover{background:#d95b2f}.editbanner-delete-btn{background:#fdd4d4;border-style:none;color:#d9534f;padding:7px 12px;border-radius:6px;font-size:17px;cursor:pointer;transition:.2s}.editbanner-delete-btn:hover{background:#d9534f;color:#fff}.editbanner-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.editbanner-cancel{background:#fff;border:1px solid #ccc;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:14px;transition:.2s}.editbanner-cancel:hover{background:#f2f2f2}.editbanner-save{background:#ef6a37;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:.2s}.editbanner-save:hover{background:#d95b2f}.terms-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014}.terms-container h2{margin:0;font-size:18px;font-weight:600;color:#222}.terms-container .terms-button{display:flex;align-items:center;justify-content:space-between}.terms-container .terms-button .add-btn{background:#ef6a37;color:#fff;border:none;outline:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease}.terms-condition-details{display:flex;flex-direction:column;gap:18px;margin-top:50px}.terms-section h3{font-size:14px;font-weight:600;color:#111;margin-bottom:6px}.terms-description{font-size:13px;color:#555;line-height:1.6;margin-bottom:8px}.terms-points{padding-left:18px}.terms-points li{font-size:13px;color:#555;line-height:1.6;list-style:disc}.terms-header{display:flex;justify-content:space-between;align-items:center}.terms-actions{display:flex;gap:8px}.term-content{margin-top:8px;font-size:13px;color:#555}.terms-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.terms-modal{background:#fff;width:95%;max-width:420px;border-radius:12px;padding:36px;animation:scaleIn .2s ease}.terms-modal h3{margin-bottom:15px;font-size:16px;font-weight:600}.terms-modal label{font-size:13px;color:#444;margin-bottom:4px;display:block}.terms-modal input,.terms-modal textarea{width:100%;padding:8px 10px;margin-bottom:12px;border-radius:6px;border:1px solid #ddd;font-size:13px}.terms-modal textarea{resize:none}.terms-modal-actions{display:flex;justify-content:flex-end;gap:10px}.privacy-container{background:#fff!important;border-radius:12px!important;padding:20px!important;box-shadow:0 2px 8px #00000014!important}.privacy-container h2{margin:0;font-size:18px;font-weight:600!important;color:#222}.privacy-container .privacy-button{display:flex;align-items:center;justify-content:space-between}.privacy-container .privacy-button .add-btn{background:#ef6a37;color:#fff;border:none;outline:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease}.add-btn:hover{background:#d85a2d}.privacy-condition-details{display:flex;flex-direction:column;gap:18px;margin-top:50px}.privacy-section h3{font-size:14px;font-weight:600;color:#111;margin-bottom:6px}.privacy-description{font-size:13px;color:#555;line-height:1.6;margin-bottom:8px}.privacy-points{padding-left:18px}.privacy-points li{font-size:13px;color:#555;line-height:1.6;list-style:disc}.privacy-header{display:flex;justify-content:space-between;align-items:center}.delete-btn{background:#ff4d4f;border:none;color:#fff;font-size:12px;padding:5px 10px;border-radius:6px;cursor:pointer}.privacy-actions{display:flex;gap:8px}.edit-btn{background:#ef6a37;border:none;color:#fff;font-size:12px;padding:5px 10px;border-radius:6px;cursor:pointer}.edit-btn:hover{background:#ef6a37}.privacy-content{margin-top:8px;font-size:13px;color:#555}.privacy-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.privacy-modal{background:#fff;width:95%;max-width:420px;border-radius:12px;padding:36px;animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.privacy-modal h3{margin-bottom:15px;font-size:16px;font-weight:600}.privacy-modal label{font-size:13px;color:#444;margin-bottom:4px;display:block}.privacy-modal input,.privacy-modal textarea{width:100%;padding:8px 10px;margin-bottom:12px;border-radius:6px;border:1px solid #ddd;font-size:13px}.privacy-modal textarea{resize:none}.privacy-modal-actions{display:flex;justify-content:flex-end;gap:10px}.cancel-btn{background:#f1f1f1;border:none;padding:7px 14px;border-radius:6px;cursor:pointer}.save-btn{background:#ef6a37;color:#fff;border:none;padding:7px 16px;border-radius:6px;cursor:pointer}.save-btn:hover{background:#d85a2d}.recruiter-school-cell{display:flex;align-items:center}.abuse-container{padding:20px;background:#f4f6f9;min-height:100vh}.title{font-size:20px;font-weight:600;margin-bottom:20px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.abuse-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 3px 10px #00000014;transition:.3s}.abuse-card:hover{transform:translateY(-4px)}.seeker-section{display:flex;align-items:center;gap:15px;margin-bottom:15px}.profile-img{width:65px;height:65px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.seeker-section h3{margin:0}.recruiter-section{margin-bottom:15px}.recruiter-section h4{margin-bottom:5px;color:#444}.message-section{background:#f9fafc;padding:12px;border-radius:8px;margin-bottom:15px}.message-section h4{margin-bottom:5px}.card-footer{display:flex;justify-content:space-between;align-items:center}.date{font-size:13px;color:gray}.delete-btn{background:#ff4d4f;color:#fff;border:none;padding:6px 14px;border-radius:6px;cursor:pointer}.delete-btn:hover{background:#d9363e}.loading{text-align:center;padding:40px;font-size:18px}.seeker-section .abused-name,.seeker-section .abused-email,.seeker-section .abused-number{font-size:15px;color:gray}.recruiter-report{color:#d95a2a!important}.recruiter-section p{color:gray;font-size:15px}.delete-btn{background-color:red!important;color:#fff!important;font-weight:900!important}.company-section{margin-bottom:30px}.company-card{display:flex;justify-content:space-between;background:#fff;padding:30px;border-radius:12px;box-shadow:0 6px 18px #0000000f;border-left:6px solid #4f46e5;flex-wrap:wrap}.company-left{line-height:1.8}.company-name{margin-bottom:10px;font-size:22px;font-weight:700;color:#222}.company-left p{margin:0;color:#555;font-size:14px}.company-right{text-align:right;line-height:1.8;font-size:14px;color:#444}.company-right strong{color:#222}.invoice-container{padding:30px;background:#f4f6f9;min-height:100vh}.page-title{margin-bottom:20px;font-weight:600;color:#333}.filter-buttons{margin-bottom:20px}.filter-buttons button{padding:8px 18px;margin-right:10px;border:none;background:#e0e0e0;cursor:pointer;border-radius:6px;font-weight:500;transition:.3s}.filter-buttons button:hover{background:#d4d4d4}.active-btn{background:#007bff!important;color:#fff}.table-wrapper{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;overflow-x:auto}.invoice-table{width:100%;border-collapse:collapse}.invoice-table th{background:#f8f9fa;padding:12px;text-align:left;font-size:14px;font-weight:600;color:#555}.invoice-table td{padding:12px;border-top:1px solid #eee;font-size:14px;color:#444}.invoice-table tr:hover{background:#f5f9ff}.status-active{background:#e6f4ea;color:#28a745;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.status-expired{background:#fdecea;color:#dc3545;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.no-data{text-align:center;padding:20px;color:#888}.download-btn{background:#4f46e5;color:#fff;padding:6px 14px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.3s}.download-btn:hover{background:#3730a3}.top-bar{display:flex;justify-content:flex-end;margin-bottom:15px}.advanced-btn{padding:8px 16px;background:#ef6a37;color:#fff;border:none;border-radius:6px;cursor:pointer}.advanced-btn:hover{background:#334155}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center}.modal{background:#fff;padding:25px;border-radius:10px;width:350px;display:flex;flex-direction:column;gap:15px}.modal input{padding:8px 12px;border-radius:6px;border:1px solid #ccc}.modal-buttons{display:flex;justify-content:flex-end;gap:10px}.search-btn{background:#ef6a37;color:#fff;padding:7px 15px;border:none;border-radius:5px;cursor:pointer}.cancel-btn{background:#e5e7eb;padding:7px 15px;border:none;border-radius:5px;cursor:pointer}.payment-badge{padding:5px 12px;border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize;display:inline-block}.payment-badge.success{background-color:#e6f9f0;color:#00a65a}.payment-badge.pending{background-color:#fff5e6;color:#ff9800}.payment-badge.failed{background-color:#ffe6e6;color:#e53935}.payment-badge.refunded{background-color:#e6f0ff;color:#1e88e5}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.fixed{position:fixed}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[250px\]{height:250px}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-8{width:2rem}.w-\[220px\]{width:220px}.w-\[250px\]{width:250px}.w-\[350\]{width:350}.w-full{width:100%}.flex-1{flex:1 1 0%}.border-collapse{border-collapse:collapse}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-t{border-top-width:1px}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-left{text-align:left}.capitalize{text-transform:capitalize}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html,body{height:100%;margin:0;padding:0;overflow:hidden}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
