@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.navbar{display:flex;position:relative;justify-content:space-between;align-items:center;background-color:#4c187b;padding:0px 1rem;height:56px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar .navbar-left{display:flex;align-items:center}.navbar .navbar-left .nav-items{display:flex;margin-left:1.25rem}.navbar .navbar-left .nav-items span{margin-right:1.25rem;font-size:1rem;color:#fff;cursor:pointer}.navbar .navbar-left .nav-items span:hover{text-decoration:underline}.navbar .navbar-right{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar .navbar-right img:hover{opacity:.7}.navbar .navbar-right img:active{animation:ping-animation .3s ease-in-out}.navbar .navbar-right .iconRight{font-size:1rem!important;border-left:1px solid rgba(255,255,255,.1921568627);display:flex;align-items:center;gap:15px}.navbar .navbar-right .iconRight span{display:flex;align-items:center;justify-content:center}.navbar .navbar-right .iconRight img{cursor:pointer;width:25px;height:25px;padding-left:0!important}.navbar .navbar-right .leftIcon{color:#ffffff67;font-size:1.4rem;width:4.375rem;display:flex;justify-content:space-between;margin-left:20px}.navbar .navbar-right .leftIcon:before{content:"";width:1px;height:25px;background:#e8d3e641;margin-right:10px}.navbar .navbar-right .leftIcon div{width:1px;height:1.5625rem;background:#ffffff34;margin-right:1.25rem}.navbar .navbar-right .leftIcon span{cursor:pointer}.navbar .navbar-right .leftIcon .icon2{color:#adff2f}.navbar .navbar-right .search-bar{display:flex;align-items:center;background-color:#3b0066;padding:5px 10px;border-radius:.3125rem;width:30%;height:25px}.navbar .navbar-right .search-bar span{font-size:1.2rem;padding-top:.1875rem}.navbar .navbar-right .search-bar input{border:none!important;background:transparent;color:#ffffffe2;outline:none;margin-right:.3125rem;width:100%;position:relative;font-size:13px;font-weight:400}.navbar .navbar-right .search-bar input::placeholder{color:#bfa8ffd3}.navbar .navbar-right .search-bar input:hover{border:none!important;outline:none!important;box-shadow:none}.navbar .navbar-right .search-bar input:focus{border:none!important;outline:none!important}.navbar .navbar-right .search-bar input:active{border:none!important;outline:none!important}.navbar .navbar-right .search-bar svg{color:#fff}.navbar .navbar-right .search-bar:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.navbar .navbar-right .icon{cursor:pointer;color:#fff;font-size:1.325rem}.navbar .navbar-right .icon:hover{color:#d8d5d5}.navbar .navbar-right .icon:active{color:#fff;animation:ping-animation .3s ease-in-out}.notification-popup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:50px;right:20px;width:300px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px .5px #1b1a1a57;z-index:999}.notification-popup h3{text-align:center;border-bottom:2px solid rgba(189,177,177,.5607843137);padding:10px;font-size:1.3rem;color:#222121;margin-bottom:10px;font-size:18px}.notification-popup .all_notifications{text-align:center;padding:10px;border-top:2px solid rgba(189,177,177,.5607843137)}.notification-popup .all_notifications p{cursor:pointer;padding:10px;text-decoration:none;color:#3b0066}.notification-popup .all_notifications a:hover{color:#4b187a;text-shadow:0px 0px 30px #3b0066}.notification-popup .img_user_profile{display:flex;align-items:center;gap:10px}.notification-popup .img_user_profile img{width:60px;height:60px;border-radius:50%;object-fit:cover}.notification-popup ul{list-style:none;padding:0;margin:0}.notification-popup ul li{margin:10px 20px;gap:10px;padding:5px;display:flex;align-items:center}.notification-popup ul li img{width:60px;height:60px;border-radius:50%;object-fit:cover}.notification-popup ul li div{display:flex;flex-direction:column;align-items:start;cursor:pointer}.notification-popup ul li div p{color:#212020}.notification-popup ul li div small{color:#545151b0}.notification-popup ul li:hover{box-shadow:0 0 10px .2px #dbd3d38a;border-radius:10px}.account-popup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:50px;right:20px;width:300px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px .5px #1b1a1a57;z-index:999}.account-popup .img_user_profile{display:flex;align-items:center;gap:10px;margin:10px 20px}.account-popup .img_user_profile img{width:60px;height:60px;border-radius:50%;object-fit:cover}.account-popup .img_user_profile div h2{font-size:1rem}.account-popup .img_user_profile div p{font-size:.9rem;color:#938d8da3;margin-top:5px}.account-popup ul{list-style:none;padding:0;margin:0}.account-popup ul li{margin:5px 20px 10px;gap:10px;display:flex;align-items:center;padding:10px 20px}.account-popup ul li div{display:flex;align-items:start;cursor:pointer;gap:10px}.account-popup ul li div a{text-decoration:none;color:#212020}.account-popup ul li div small{color:#545151b0}.account-popup ul li div:active{animation:ping-animation .6s infinite}.account-popup ul li:hover{box-shadow:0 0 10px .2px #dbd3d38a;border-radius:10px;cursor:pointer;background:#e9d6fb}.account-popup .out{margin:10px 20px;gap:10px;display:flex;align-items:center;justify-content:start;color:red;padding:10px 20px}.account-popup .out span{cursor:pointer;font-size:1.1rem}.account-popup .out h2{cursor:pointer;font-size:1rem;font-weight:500}.account-popup .out:active span{animation:ping-animation .6s infinite}@keyframes ping-animation{0%{transform:ma(.5);opacity:.5}50%{transform:scale(1);opacity:0}to{transform:scale(0);opacity:0}}@media screen and (max-width: 768px){.navbar{padding:0px .5rem}.navbar .navbar-left .nav-items{margin-left:.5rem}.navbar .navbar-left .nav-items span{font-size:.875rem;margin-right:.75rem}.navbar .navbar-right img{width:1.25rem;height:1.25rem}.navbar .navbar-right .leftIcon{cursor:pointer!important;font-size:1.2rem}.navbar .navbar-right .search-bar{padding:.0625rem .75rem}.navbar .navbar-right .search-bar span{font-size:1.25rem}.navbar .navbar-right .search-bar input{font-size:1rem}.navbar .navbar-right .icon{font-size:1.25rem;margin-left:.5rem}}.icon-active{color:#7fff00;outline:none;border:1px solid rgba(197,0,251,0);box-shadow:0 0 0 2px #730fad00;border-radius:50%}.icon-active:active{color:#0f0;animation:ping-animation .3s ease-in-out;outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e;border-radius:50%}.icon-active:hover{color:#0bb127;transition:.3s linear}.icon-inactive{color:#ccc}.notification-status-dot{width:6px;height:6px;background:#d10de7;border-radius:50%;position:absolute;right:3px;top:-1px;z-index:1}.notification-status-dot:before{content:"";position:absolute;width:14px;height:14px;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:pulsate1 2s;animation:pulsate1 2s;-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:steps;animation-timing-function:steps;opacity:1;border-radius:50%;border:5px solid #F6CECE;top:-4px;left:-4px;background:#e36d6d;z-index:-1;box-sizing:border-box}@keyframes pulsate1{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px #ffffffbf,0 0 25px 10px #ffffffbf}to{-webkit-transform:scale(1);transform:scale(1);opacity:0;box-shadow:none}}.icon_ball{display:inline-block;transform-origin:top center;margin-left:15px;display:flex}.swing{animation:swing 3s infinite}@keyframes swing{0%,to{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.openP{animation:zoomIn .3s forwards}.sidebar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:105px;z-index:1;background-color:#320b57;transition:height .3s ease-in-out}.sidebar .ul{background-color:#320b57}.sidebar .slide-btn{width:100%;padding-top:10px;display:flex;justify-content:end}.sidebar .slide-btn .toggle-button{position:absolute;margin-right:-12px;color:#320b57;display:flex;align-items:center;justify-content:center;background-color:#a6cb00;border:none;width:30px;height:30px;border-radius:50px;cursor:pointer;margin-top:-8px}.sidebar .slide-btn .toggle-button:hover{background-color:#b7df02}.sidebar .slide-btn .toggle-button:active{background-color:#a6cb00}.sidebar #top_bar{border-top:1px solid rgba(255,255,255,.15)}.sidebar ul{list-style-type:none;padding:0;transition:height .3s ease-in-out;z-index:9}.sidebar ul li{z-index:9;display:flex;flex-direction:column;align-items:center;justify-content:start;text-align:start;color:#f1ecf285;gap:12px;transition:.4s ease-in}.sidebar ul li .span_activeItem{width:35px;height:45px;font-size:24px!important}.sidebar ul li .color_li{color:#fff;opacity:1}.sidebar ul li .color_li .hover_P{display:none!important}.sidebar ul li .color_li svg{color:#fff}.sidebar ul li .color_li:active{color:#d8ace4}.sidebar ul li .active_span_li_2{display:block}.sidebar ul li .active_span_li{display:none!important}.sidebar ul li p{font-size:12px!important}.sidebar ul li h5{width:100%;display:flex;align-items:center;justify-content:center;font-weight:300;cursor:pointer;margin-top:23px;color:#fff}.sidebar ul li .border-b{margin-top:10px;background:#c600fb;background:linear-gradient(90deg,#c600fb00,#8916a8b1,#d100ff00);width:100%;height:1px}.sidebar ul li i{margin-right:10px}.sidebar ul li .hover_menu{display:none}.sidebar ul .list_card{margin-top:30px}.sidebar ul .list_card svg{color:#ffffff92}.sidebar ul .list_card p{padding-left:10px}.sidebar ul li:hover{color:#f6eff7}.sidebar ul .li p{transition:ease-in-out .4s}.sidebar ul li .hover_P{display:none}.sidebar ul li .hover_P :hover{display:block;animation:zoomIn .5s forwards}.sidebar ul li .spanLiP{display:flex;flex-direction:column;width:100%}.sidebar ul li .spanLiP .openP{margin-top:1px!important}.sidebar ul li span:hover .hover_P{display:flex;position:absolute;background-color:#320b57;box-shadow:0 0 10px 5px #00000053;border:1px solid #c600fb;width:90px;height:20px;padding:5px;left:70px;margin-top:15px;border-top-right-radius:5px;border-bottom-right-radius:5px;z-index:9;animation:slideIn .3s forwards}.sidebar ul li span:hover .hover_P p{color:#fff;margin-top:2px;z-index:9;font-size:1rem;margin-left:-5px}.sidebar ul li span:hover .hover_P div{border-bottom:1px solid #c600fb;border-left:1px solid #c600fb;position:absolute;width:20px;height:22px;margin-top:-2px;rotate:45deg;background-color:#320b57;margin-left:-16px;z-index:1;border-bottom-left-radius:5px}.sidebar ul li span{cursor:pointer;transition:height .3s ease-in-out;display:flex;align-items:center;justify-content:center;border-left:1px solid rgba(245,222,179,0);border-top:1px solid rgba(245,222,179,0);border-radius:15px;animation:slideIn .3s forwards}.sidebar ul li span:hover{cursor:pointer;transition:height .3s ease-in-out;color:#fff;display:flex;align-items:center;justify-content:center}.sidebar ul li{animation:ScrollAnimationView linear;animation-timeline:view();animation-range:100% cover 102%;transition:transform .3s ease}.sidebar ul .li .span_activeItem{background-color:#320b57;background-image:linear-gradient(120.71deg,#451a6d 21.08%,#fff0 84.63%);border:1px solid;z-index:9;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:15px;height:56px;width:56px;box-shadow:4px 10px 13px #0000004a;border-left:1px solid rgba(255,255,255,.3137254902);border-top:1px solid rgba(255,255,255,.3137254902);border-bottom:#320b57;border-right:#320b57}.sidebar ul li span:hover svg{color:#fff}.sidebar ul .li .hover_menu{display:flex;font-size:.5rem;width:100px;margin-top:-15px;transition:height .5s ease-in}.sidebar ul .li .hover_menu .side_arrow{height:fit-content;width:fit-content;height:100%;margin-left:44px}.sidebar ul .li .hover_menu .side_arrow div{padding:7px 6px}.sidebar ul .li .hover_menu .side_arrow div:nth-child(2){padding:26px 6px}.sidebar ul .li .hover_menu .side_arrow div:nth-child(3){padding:10px 6px 13px}.sidebar ul .li .hover_menu .side_arrow div:nth-child(4){padding:20px 6px 25px}.sidebar ul .li .hover_menu .side_arrow div:nth-child(5){padding:13px 6px}.sidebar ul .li .hover_menu .side_arrow div:nth-child(6){padding-top:25px}.sidebar ul .li .hover_menu .side_arrow .leftArrow{width:1px;height:0px}.sidebar ul .li .hover_menu .side_arrow .leftArrow .divL{width:10px;animation:slideIn .5s ease-in-out;margin-top:-5px;border-bottom:1px solid rgba(122,2,155,.6156862745)}.sidebar ul .li .hover_menu .side_arrow .leftArrow .divL:nth-child(2){height:10px}.sidebar ul .li .hover_menu .side_arrow .leftArrow .divL:nth-child(3){height:10px}.sidebar ul .li .hover_menu .lineS{width:.5px;background-color:#7a029b9d;margin-left:-7px;animation:slideIn .5s ease-in-out;margin-bottom:13px}.sidebar ul .li .hover_menu ul{width:150px;overflow:auto;padding:0 10px;border:.4px solid rgba(197,0,251,.5882352941);background-color:#320b57;box-shadow:0 0 10px .5px #00000036;margin-left:70px;position:absolute;display:flex;flex-direction:column;align-items:start;height:fit-content;animation:slideIn .5s ease-in-out;margin-top:5px;overflow:hidden}.sidebar ul .li .hover_menu ul li{margin-left:-8px!important;padding:7.3px;width:100%;display:flex;flex-direction:column;align-items:start;margin:2px 0;border-radius:5px;background-color:#320b57;border:1px solid rgba(197,0,251,0);font-size:12px;z-index:0;transition:ease-in-out .3s;animation:slideIn .7s forwards}.sidebar ul .li .hover_menu ul li:hover{z-index:9;border:1px solid rgba(197,0,251,.5882352941);font-size:12px;transition:.3 linear;cursor:pointer;width:100%;box-shadow:0 10px 10px 1px #00000058;color:#fff}.sidebar ul .li .hover_menu ul li:active{border:1px solid rgba(197,0,251,.2823529412)!important;box-shadow:0 10px 10px .1px #0000000d!important}.sidebar .sideLine{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:70px;margin-top:30px;margin-left:-5px}.sidebar .sideLine .dot{position:absolute;border-radius:8px;right:-3px;width:4px;height:90%;background-color:#c500fb83}.sidebar .sideLine .dot div{position:absolute;top:40px;border-radius:10px;width:4px;height:20%;background-color:#a6cb00;animation:zoomIn .5s forwards}.sidebar .fix-add{background-color:#320b57;z-index:99;padding:10px 20px;position:relative;width:60px;bottom:0}.sidebar .fix-add span{width:40px;height:40px;background-color:#a6cb00;margin-bottom:0;bottom:15px;margin-left:10px;border-radius:10px;color:#ffffffab;display:flex;align-items:center;justify-content:center;font-size:23px;cursor:pointer}.sidebar .fix-add span:active{opacity:.8;font-size:12px}.sidebar .fix-add span:hover{scale:1.05}.sidebar .side{padding-left:20px}.itemnavCardLi{display:flex;align-items:center}.navCardLi{display:flex;align-items:center;justify-content:space-between!important}.open-sidebar{background:#fff!important;width:200px}.open-sidebar ul li{width:100%;display:block;align-items:start;flex-direction:row;color:#302f2f}.open-sidebar ul li .navCardLi{height:15px;padding:10px 10px 10px 15px;display:flex;align-items:center;justify-content:start}.open-sidebar ul li .navCardLi svg{width:18px;height:18px}.open-sidebar ul li .navCardLi:hover{background-color:#320b57;border:1px solid;cursor:pointer;display:flex;align-items:center;justify-content:start}.open-sidebar ul li p{padding-top:20px}.open-sidebar ul li p:hover{color:#302f2f}.open-sidebar ul li:hover{cursor:pointer}.open-sidebar ul li:hover svg{color:#fff;transition:.3s linear;scale:1.05}.open-sidebar ul li:hover p{color:#fff;transition:.3s linear;scale:1.05}.open-sidebar ul .list_card{margin-top:5px}.open-sidebar ul .list_card svg{color:#000000b1}.open-sidebar ul .li .navCardLi{height:35px;padding:0 0 0 15px;background-color:#320b57;z-index:9;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-left:1px solid rgba(255,255,255,.3137254902);border-top:1px solid rgba(255,255,255,.3137254902);border-bottom:#320b57;border-right:#320b57}.open-sidebar ul .li .navCardLi .icon_toggle{padding-right:10px}.open-sidebar ul .li .navCardLi:hover svg{color:#fff!important}.open-sidebar ul .li .navCardLi:hover p{color:#fff!important}.open-sidebar ul li:nth-child(1){margin-top:15px}.open-sidebar ul .li .span_activeItem{width:fit-content;box-shadow:none;border:none;background:transparent}.open-sidebar .ul{background:#fff!important;height:calc(100vh - 50px)!important;overflow:auto!important;overflow-x:hidden!important}.open-sidebar .li .hover_menu{margin-top:0!important}.open-sidebar .li .hover_menu .side_arrow{margin-left:20px!important;margin-bottom:14px!important}.open-sidebar .li .hover_menu .side_arrow .leftArrow .divL{margin-top:0!important}.open-sidebar .li .hover_menu ul{margin-left:45px!important;box-shadow:none!important;border:transparent!important;background:transparent!important}.open-sidebar .li .hover_menu ul li{width:fit-content!important;box-shadow:none!important;border:1px solid transparent;background:transparent!important;color:#302f2f;width:90%!important}.open-sidebar .li .hover_menu ul li:hover{border:.4px solid rgba(225,222,222,.588)!important;color:#400f6f!important;background-color:#091e420d!important;width:90%!important}.open-sidebar .li .hover_menu ul .li_open{color:#400f6f!important;background-color:#091e420d!important;width:90%!important;border-radius:5px}.open-sidebar .ul2{margin-top:20px}.open-sidebar .ul2 li{border:1px solid transparent;margin-top:10px;width:100%;padding:5px 0;display:block;align-items:start;flex-direction:row}.open-sidebar .ul2 li .spanLiP{flex-direction:row;align-items:center;justify-content:start;padding-left:15px}.open-sidebar .ul2 li .spanLiP svg{width:18px;height:18px}.open-sidebar .ul2 li .spanLiP p{padding-left:10px;margin-top:-15px!important}.open-sidebar .ul2 li:hover,.open-sidebar .ul2 .bli{background-color:#320b57;background-image:linear-gradient(120.71deg,#451a6d 21.08%,#fff0 84.63%);border:1px solid;z-index:9;cursor:pointer;display:flex;align-items:center;justify-content:start;border-radius:5px;box-shadow:4px 10px 13px #0000004a;border-left:1px solid rgba(255,255,255,.3137254902);border-top:1px solid rgba(255,255,255,.3137254902);border-bottom:#320b57;border-right:#320b57}.open-sidebar .fix-add{background:transparent}@keyframes slideOut{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ColorIn{0%{color:#575656}to{color:#fff}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.1);margin-top:-20px;opacity:0}to{transform:scale(1);margin-top:-20px}}#shortcuts-box{position:fixed;left:90px;bottom:10px;max-width:100%;min-width:300px;box-shadow:0 0 60px .5px #5153556e;background:#fff;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1111;animation:zoomIn .1s forwards;display:flex;flex-direction:column;gap:10px}#shortcuts-box #sugnboxsxx1{display:flex;flex-direction:column}#shortcuts-box #sugnboxsxx1 h3{font-size:16px;font-weight:500;padding-left:15px;padding-bottom:10px;border-bottom:1px solid black;display:none}#shortcuts-box #sugnboxsxx1 ul{display:flex;flex-direction:column;list-style:none;gap:0px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1{display:flex;align-items:center;gap:10px;border-bottom:1px dashed black;padding:8px 10px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1:last-child{border-bottom:none!important}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s2{display:flex;flex-direction:column;align-items:center;min-width:76px;padding:8px 5px;border-radius:10px;gap:5px;font-size:12px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s2 svg{width:fit-content;height:36px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s2 img{height:30px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1:hover,#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1:hover .xkwloxs654s2{background:#fff}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s25{display:flex;align-items:center;gap:5px;column-gap:10px;flex-wrap:wrap;max-width:440px}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s25 li{display:flex!important;align-items:center;justify-content:center;flex-direction:row;gap:5px;border-radius:5px;padding:3px 7px;border:1px solid rgb(174,162,162);color:#868080}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s25 li svg{width:21px;height:21px;border-radius:10px;color:#716f71cc}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s25 li:hover{display:flex;color:#fff;background:#320b57;border:1px solid transparent}#shortcuts-box #sugnboxsxx1 ul .firstboxxlw51ws1 .xkwloxs654s25 li:hover svg{color:#fff}#shortcuts-box #sugnboxsxx1 ul li{display:flex;align-items:center;gap:5px;padding:2px 10px;font-size:13px;font-weight:400}#shortcuts-box #sugnboxsxx1 ul li a{display:flex;align-items:center;gap:10px}#shortcuts-box #sugnboxsxx1 ul li:hover{background:#fff;cursor:pointer}.sidebar.expanded{width:300px}#MobileMenu{display:none}@media (max-width: 700px){.sidebar{transform:translateY(-20px);animation:slideIn 1s forwards}.sidebarMobile{transform:translate(-100px)!important}#MobileMenu{position:fixed;margin-top:-21px;margin-right:-10px;padding:1px;background:#320b57;display:flex;align-items:center;justify-content:center;border-radius:5px}#MobileMenu svg{color:#fff!important}#MobileMenu svg:hover{color:#eddbf7!important}.arrowMobile{display:none!important;border:2px solid red!important}}@keyframes ScrollAnimationView{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}.bli{color:#fff!important}.bli .hover_P{display:none!important}.li_open{color:#fff!important}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}*{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal}::selection{background:#8400ff;color:#000}.action_card{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.app .sideBar_app2{width:117px;overflow-y:auto!important;position:fixed;z-index:9}.app .sideBar_app{box-shadow:10px 0 10px 1px #37363610;z-index:1}.sideBar_app:hover{transition:width .3s ease,height .3s ease}#app_{max-width:2400px;margin:0 auto;position:relative}.content{width:calc(100vw - 105px);height:calc(100vh - 56px);overflow-y:auto}.content ::-webkit-scrollbar{width:6px;height:6px}.content ::-webkit-scrollbar-track{background:#ab81d33b}.content ::-webkit-scrollbar-thumb{background:#410f6f9d}.content ::-webkit-scrollbar-thumb:hover{background:#400f6f}@media (max-width: 700px){.content{margin-left:0}}.css-q6vpb4{z-index:100000000000000000000}.container{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column}#svg_submit_loading{width:70px;height:30px}#svg_submit_loading{cursor:none;display:flex;align-items:center;justify-content:center}#svg_submit_loading_popup{width:300px!important;height:50px!important;cursor:none!important;display:flex!important;align-items:center!important;justify-content:center!important}#svg_submit_loading_popup svg{font-size:10px!important}#svg_submit_loading_popup .svg_loading{width:50%;height:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 0 90px}.svg_submit_loading_popup{position:absolute;margin-top:80px!important;margin-left:-85%!important;margin-bottom:-50px}.made-with-love{margin-top:20px;padding:10px;font-size:10px;font-family:arial;color:#fff}.made-with-love i{font-style:normal;color:#fff;font-size:14px;position:relative;top:2px}.made-with-love a{color:#fff;text-decoration:none}.made-with-love a:hover{text-decoration:underline}.wrapper{height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px}.login-container{width:100vw;height:100vh;display:flex;justify-content:center;background-color:#fff;margin:0 auto}.form-image-wrapper{display:flex;flex-direction:row;width:100%;max-width:1200px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden}.form-wrapper{flex:1;padding:40px;box-sizing:border-box}.image-wrapper{flex:1;position:relative;width:100%}.image-wrapper img{width:100%;height:auto;display:block}.login-image{background-image:url(/assets/LoginBg1-Cx37OGXr.png);max-width:35vw;margin-left:-10px;margin-top:10px;border-radius:11px;object-fit:cover;margin-bottom:20px!important;background-repeat:no-repeat;background-size:cover;background-position:center}.login-image .Img_main{background-image:url(/assets/bbbL-hcUCG-o1.png);background-repeat:no-repeat;background-size:cover;background-position:center;width:31vw!important;border-radius:10px;border-left:2px solid #d9c5eb79;height:70vh!important;margin-left:2vw;margin-top:35px;display:flex;align-items:center;justify-content:center}.login-image .Img_main .roundBg{height:70vh;background:radial-gradient(circle,#e5e2e9e6,transparent 52%)}.chair_shadow{background-image:url(/assets/chair_shadow-BewwHQKb.png);border:1px solid rgba(255,0,0,0);border:1px solid red!important;width:100%;height:100%}.login-image img{margin:0 auto;margin-bottom:0!important;margin-top:25vh;width:20vw;position:relative;border-radius:8px}.overlay-text{position:absolute;text-align:center;display:flex;flex-direction:column;align-items:center;font-size:3rem;color:#2a2a2a!important;top:10vh;width:31vw}.overlay-text p:nth-child(1){background:linear-gradient(173.1deg,#fff 23.33%,#2cef0c 126.44%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2vw;font-weight:600;letter-spacing:-.04em;text-align:center;margin-bottom:10px}.overlay-text p:nth-child(2){font-size:1.3vw;font-weight:600;letter-spacing:-.04em;text-align:center;text-align:center!important;font-weight:500}.overlay-text p:nth-child(3){font-size:20px;font-weight:600;letter-spacing:-.04em;text-align:left;text-align:center}.overlay-text .access-infoo{font-size:24px;font-weight:700;color:#b1e6bc}.overlay-text .details-info,.overlay-text .details-info1{font-size:14px;color:#e0e0e0}.login-form{display:flex;flex-direction:column;justify-content:center;margin-left:3vw;width:30vw;background-color:#fff}label{color:#2a2a2a}.accountimage img{width:10vw;height:auto;margin-bottom:10px}.welcome{color:#7b33bd;margin-bottom:10px;font-size:1.6vw;font-weight:500;letter-spacing:-.025em;text-align:left}.name{color:#bab7b7;margin-bottom:20px;font-size:1vw;font-weight:500;text-align:left}.loginAlignmentform div{margin-bottom:1vw}.input1 .labelL{font-size:1vw}.address,.passwordform{color:#2a2a2a;margin-bottom:5px;display:block;font-size:1vw;font-weight:400;letter-spacing:-.02em;text-align:left}.valueform[type=email],.valueform[type=password],.valueform[type=text]{padding:10px;font-size:1vw;color:#333;border:1px solid #ececec;border-radius:.4vw;box-sizing:border-box;background:#fdfdfd;width:30vw;height:2.5vw}.eyeicon{position:static;margin-left:-2vw;font-size:1vw!important;cursor:pointer}.eyeicon svg{width:1.4vw!important;height:1.4vw!important}.rememberMe1,.forgot-password a{font-size:1vw!important}.remember-forgot-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.remember-me{display:flex;align-items:center;gap:1.73px}.checkbox[type=checkbox]{width:1.5vw!important;height:1.5vw!important;z-index:1!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #000;cursor:pointer;position:relative;border-radius:3px;border:1px solid grey}.checkbox[type=checkbox]:not(:checked){background-color:#fff}.checkbox[type=checkbox]:checked{background-color:#6540a3}.checkbox[type=checkbox]:checked:after{content:"";position:absolute;top:0;left:.4vw;width:.4vw;height:1vw;border:solid white;border-width:0 .2vw .2vw 0;transform:rotate(45deg)}.checkbox[type=checkbox]:hover{box-shadow:0 0 0 2px #730fad4e;border:1px solid #ea00ffe7!important}.input1 input{border:1px solid #efe5de!important;font-size:13px;color:#727171!important;box-sizing:border-box;background:#fdfdfd;width:424px;height:40px;gap:0px;border-radius:6px 6px 6px 7px;opacity:0px}input{border:none;outline:none}.input1 input:hover{box-shadow:0 0 0 2px #730fad4e}.input1 input:focus{color:#2a2a2a!important;border:1px solid #ea00ffe7!important}#rememberMe{margin-right:9px}.rememberMe1{font-size:13px;color:#827c7c}.forgot-password a{color:#400f6f;font-size:13px;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:-.02em;text-align:left}.forgot-password a:hover{text-decoration:underline}.button-container{width:30vw}.btnnn{width:100%;padding:1vw;font-size:16px;color:#fff;background-color:#400f6f;border:none;border-radius:5px;cursor:pointer;position:relative;left:0;font-size:1vw;font-weight:500;letter-spacing:-.025em;height:50px;text-align:center;display:flex;align-items:center;justify-content:center}#svg_login_loading{width:100px;margin-top:15px;height:50px;cursor:none;display:flex;align-items:center;justify-content:center}.or-divider{display:flex;align-items:center;justify-content:center;margin:20px 0}.line{flex:1;height:1px;background-color:#edebeb!important;margin:0 10px}.Underline2{justify-content:center;margin-left:-10px;display:flex;align-items:center;margin-top:9px;width:30vw}.Underline2 .line1{flex:1;border:none;border-top:1px solid #c3c3c3;text-align:center;margin-left:20px}.Underline2 span{padding-left:15px!important}.distancelogin{text-align:center;margin-bottom:10px}.login1{color:#2a2a2a;font-size:14px;font-weight:500;letter-spacing:.015em;margin-left:37px}.social-media-container{display:flex;justify-content:space-around;position:relative;top:-5px;width:30vw;height:56px;gap:17px;opacity:0px}.social-media-container img{width:56px}.social-icon img{width:3vw}.wholeaccount h6{text-align:center;top:12px;font-size:1vw;position:relative}.accountant{font-size:13px;font-weight:400;letter-spacing:-.025em;text-align:center;margin-left:38px}.accountant a{color:#683de5;font-weight:500;text-decoration:none}.accountant a:hover{text-decoration:underline}.or-divider{margin-right:27px;display:flex;align-items:center;margin-top:20px;width:93%}.or-divider .line{flex:1;border:none;border-top:1px solid #c3c3c3}.or-divider span{margin:0 10px;color:#400f6f;font-size:14px}@media (max-width: 814px){.login-image{border:1px solid red;display:none;opacity:0!important}}@media (max-width: 800px){.wrapper{padding:10px}.login-container{flex-direction:column;justify-content:flex-start;align-items:center;height:auto}.form-image-wrapper{flex-direction:column;width:100%;box-shadow:none;border-radius:0}.form-wrapper{padding:20px}.image-wrapper,.login-image{display:none}.login-form{width:90%;margin:0 auto}.welcome{font-size:1.4rem}.name{font-size:1rem}.valueform[type=email],.valueform[type=password],.valueform[type=text]{width:100%;height:3rem;font-size:1rem}.eyeicon{margin-left:-2rem;font-size:1.2rem}.button-container{width:100%}.btnnn{font-size:1.2rem;padding:12px}.or-divider{margin:10px 0}.Underline2{width:100%}.Underline2 span{padding-left:10px}.social-media-container{width:100%;gap:10px}.input1 .labelL{font-size:1rem;margin-bottom:2vw;gap:1vw}.accountimage img{width:80px;margin-top:20px}.social-icon img{width:4rem}.wholeaccount h6{font-size:1rem}.rememberMe1,.forgot-password a{font-size:3vw!important}.checkbox[type=checkbox]{width:3vw!important;height:3vw!important}}#HI{display:inline-block;animation:bounce 2s ease-in-out,shake 2s ease-in-out infinite .5s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes shake{0%,to{transform:rotate(37deg)}50%{transform:rotate(-10deg)}}.wave{animation-name:wave-animation;animation-duration:2.5s;animation-iteration-count:infinite;transform-origin:70% 70%;display:inline-block}@keyframes wave-animation{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.Alert{position:absolute;right:2%;top:2%}@media (min-width: 2800px){.slick-dots li{width:50px!important}.login-image .Img_main{margin-top:80px;border-radius:20px}.login-image{margin:40px!important;border-radius:25px}}@media (min-width: 768px) and (max-width: 1050px){.login-container{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;height:100vh}.login-image{max-width:50vw}.login-image .Img_main{width:46vw!important;margin-bottom:10vh}.overlay-text{width:46vw!important}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.ADMIN_EMP{overflow-y:scroll;overflow-x:hidden;background:#fffdfd!important;height:93.4vh}.ADMIN_EMP .Top_Head_Admin_Dashboard{box-shadow:0 0 10px .1px #a59d9d!important;background-blend-mode:multiply;background-color:#64358c;background:linear-gradient(90deg,#743d90,#fff 60%),repeating-radial-gradient(circle at bottom center,#420779,#400f6f,20px,transparent 1px,transparent 1px)!important;display:flex;align-items:center;justify-content:space-between;margin:10px;border-radius:10px;color:#fff}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div h2{font-size:28px;font-weight:500}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:16px;margin-top:10px;color:#ffffffe1}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time{display:flex;align-items:center;justify-content:center;padding:15px 20px;background:#260446!important;border-radius:10px;gap:10px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time h3{font-size:14px!important;font-weight:500}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time .svg_live_clock{height:fit-content;display:flex}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time .svg_live_clock svg{color:#fff}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .check_out_time{gap:10px;padding:12px 20px;background:#260446;border-radius:10px;display:flex;align-items:center;justify-content:center}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .check_out_time h3{font-size:14px!important;font-weight:600}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .check_out_time button{outline:none;border:none;font-size:14px;padding:7px 25px;border-radius:10px;color:#400f6f;font-weight:500;margin-left:10px;cursor:pointer}.ADMIN_EMP .content_emp_three{gap:15px!important}.ADMIN_EMP .content_emp_three .Left_cart{display:flex;align-items:center;flex-direction:column;gap:15px!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{width:100%;height:fit-content;background:linear-gradient(313.96deg,#27014a 55.43%,#7a19d3 132.82%);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head h3{font-size:19px!important;font-weight:500}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown{width:100px;height:33px;position:relative;border:2px solid #e3cbeb;border-radius:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-button{box-shadow:0 0 10px .1px #a59d9d29;font-size:18px;padding:5px 10px;border:none;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu{display:flex;background:#27014a;z-index:2;flex-direction:column;position:absolute;top:100%;left:0;width:100px;border:1px solid #fff;border-radius:4px;box-shadow:0 8px 16px #0003;padding:3px;margin-left:-7px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu .dropdown-item_{padding:3px;border-radius:3px;cursor:pointer}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu .dropdown-item_:hover{background-color:#ffffff1a}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right{display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left{margin-bottom:-40px;display:flex;flex-direction:column;justify-content:space-between;padding:20px 0}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div{display:flex;align-items:center;margin-bottom:15px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div span{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div span.present{background-color:#a448ee}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div span.absent{background-color:#a348eebe}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div span.halfday{background-color:#a348ee77}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div h3{font-size:14px;width:60px;font-weight:400;text-align:start}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .pie_char_admin{scale:1.4;margin-right:60px;margin-bottom:20px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-55px;margin-right:-130px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge span{font-size:9px;color:#a39e9e}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge h1{font-size:28px;font-weight:600;margin:0}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .span1:before{content:"";position:absolute;width:8px;height:50px;background-color:#27014a;rotate:64deg;margin-left:200px;z-index:1}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .span2:before{content:"";position:absolute;width:8px;height:60px;background-color:#27014a;rotate:25deg;margin-left:140px;margin-top:-60px;z-index:1}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview:hover{box-shadow:0 0 20px #6565652d}@media (max-width: 1153px) and (min-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{overflow:hidden}}@media (max-width: 1115px) and (min-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .pie_char_admin{scale:1!important;margin-right:0!important;margin-bottom:0!important}}@media (max-width: 1005px) and (min-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .right{margin-left:-100px!important}}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart{width:100%;height:100%;border:1px solid #ebe7ee!important;border-radius:10px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp{margin-bottom:15px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .header_Birthday div .BirthdaySVG{border-radius:50%;width:25px;height:25px;padding:2px;display:flex;align-items:center;justify-content:center;border:2px solid #30005a!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp{padding:10px 20px;width:38vw!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob{display:flex!important;align-items:center!important;justify-content:space-between!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob p{color:#595959;font-size:14px!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name img{width:46px!important;height:46px!important;border:3px solid #e3e3e3!important;border-radius:50%;padding:1px;object-fit:cover}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name div{text-align:start}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name div h3{font-size:16px;font-weight:500;color:#2a2a2a}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name div p{font-size:14px!important;line-height:21px;color:#00000064}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart:hover{box-shadow:0 0 20px #6565652d}.ADMIN_EMP .content_emp_three .flex_right{display:flex;width:80%;gap:15px!important}.ADMIN_EMP .content_emp_three .flex_right .center_Cart{border:1px solid #ebe7ee;border-radius:10px;box-shadow:0 0 10px .1px #a59d9d2d!important}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire h3{text-align:start;color:#272727;font-size:18px;font-weight:500}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire div{display:flex;align-items:center;gap:5px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire div h2{color:#27014a;font-size:25px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire div h3{display:flex;color:gray;font-size:25px;font-weight:500}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp button{outline:none;border:none;width:100px;height:34px;border-radius:20px;background-color:#fff;border:1px solid rgba(0,0,0,.72);cursor:pointer;color:#3c066e}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp button:hover{background-color:#faf9f9;box-shadow:0 0 5px 1px #aba3a328}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .newEmp_img{display:flex}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .newEmp_img .img_add{background:#fff;z-index:9;width:40px;height:40px;border-radius:50%;margin-left:-20px;border:1px solid #a448ee;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;color:#27014a}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .newEmp_img .div_newEmp_img img{width:40px;height:40px;margin-left:-13px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .top_border{border:1px solid #e3dddd;margin:5px 15px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp{padding:10px 20px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob{cursor:pointer;margin-top:15px;display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob p{color:#595959;font-size:14px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name img{width:46px;height:46px;border:3px solid #e3e3e3;border-radius:50%;padding:1px;object-fit:cover}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name div{text-align:start}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name div h3{font-size:16px;font-weight:500;color:#2a2a2a;margin-bottom:3px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name div p{font-size:14px;font-weight:500;color:#2a2a2a;opacity:.7;display:flex;margin-top:3px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart:hover{box-shadow:0 0 10px .1px #a59d9d56!important}.ADMIN_EMP .content_emp_three .flex_right .Right_cart{border:1px solid #ebe7ee;box-shadow:0 0 10px .1px #a59d9d2d!important;border-radius:10px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire h3{text-align:start;color:#272727;font-size:18px;font-weight:500}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire p{color:#272727;opacity:.7;padding-top:5px;font-size:13px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire div{display:flex;align-items:center;gap:5px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire div h2{color:#27014a;font-size:28px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire div h3{color:gray;font-size:28px;font-weight:500}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp button{outline:none;border:none;width:100px;height:34px;border-radius:20px;background-color:#fff;border:1px solid rgba(0,0,0,.72);cursor:pointer;color:#3c066e}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp button:hover{background-color:#faf9f9;box-shadow:0 0 5px 1px #aba3a328}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .top_border{border:1px solid #e3dddd;margin:5px 15px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp{padding:10px 20px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob p{color:#595959;font-size:1rem}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name img{width:46px;height:46px;border:3px solid #e3e3e3;border-radius:50%;padding:1px;object-fit:cover}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div{text-align:start}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div h3{font-size:16px;font-weight:500;color:#2a2a2a;margin-bottom:1px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div p{font-size:14px;font-weight:500;color:#2a2a2a;opacity:.7;display:flex;margin-bottom:1px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div div{display:flex}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div div p{color:#999595;font-size:13px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div div .content_dot_red:before{content:"";position:relative;width:7px;height:7px;margin-top:5px;background:red;border:1px solid red;border-radius:50%;margin-right:4px;gap:10px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart:hover{box-shadow:0 0 10px .1px #a59d9d56!important}.ADMIN_EMP .content_emp_four .box_{border-radius:10px;flex:1;border:1px solid #ebe7ee!important;box-shadow:0 0 10px 1px #74737319!important}.ADMIN_EMP .content_emp_four .box_{padding:0 25px}.ADMIN_EMP .content_emp_four .box_ .head p{font-size:14px;opacity:.7}.ADMIN_EMP .content_emp_four .box_ .head span{cursor:pointer;rotate:90deg!important}.ADMIN_EMP .content_emp_four .box_ .centerData{display:flex;align-items:center;justify-content:space-between;margin-top:10px!important}.ADMIN_EMP .content_emp_four .box_ .centerData div h2{font-size:36px!important;color:#3d2c67}.ADMIN_EMP .content_emp_four .box_ .centerData .up p{color:#089fa4;font-size:14px!important}.ADMIN_EMP .content_emp_four .box_ .centerData .down{padding:5px 10px;border-radius:8px;background:#d693934d!important}.ADMIN_EMP .content_emp_four .box_ .centerData .down p{color:red;font-size:14px}.ADMIN_EMP .content_emp_four .box_ .bottom{margin-left:50px;margin-bottom:30px;margin-top:5px}.ADMIN_EMP .content_emp_four .box_ .bottom p{color:#2a2a2a5d;font-size:14px!important}.ADMIN_EMP .content_emp_four .box_ .bottom p span{color:#2a2a2a;opacity:.6;font-size:15px}.ADMIN_EMP .content_emp_four .box_:hover{box-shadow:0 0 5px .1px #6464643d!important}@media (max-width: 1100px){.ADMIN_EMP .content_emp_four{display:grid!important;grid-template-columns:1fr 1fr}.ADMIN_EMP .dashboard-container{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.ADMIN_EMP .dashboard-container .section{width:83%!important}.ADMIN_EMP .dashboard-container .quick-links{width:83%!important;margin-left:-6px!important;margin:0 auto}}.ADMIN_EMP .dashboard-container{padding:15px 20px;display:flex;justify-content:space-between;gap:20px}.ADMIN_EMP .dashboard-container .section{background:#fff;padding:20px;border-radius:10px;box-shadow:0 0 10px .1px #a59d9d29;width:30%}.ADMIN_EMP .dashboard-container .section .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #ebe7ee}.ADMIN_EMP .dashboard-container .section .header h3{margin:0;font-size:20px!important;color:#2a2a2a;font-weight:500}.ADMIN_EMP .dashboard-container .section .header select,.ADMIN_EMP .dashboard-container .section .header a{padding:10px 5px;display:flex;align-items:center;justify-content:space-between;border-radius:5px;border:1px solid #ddd;color:#2a2a2a;font-weight:700;text-decoration:none;background-color:#fff}.ADMIN_EMP .dashboard-container .section .header button{outline:none;border:none;width:100px;height:34px;border-radius:20px;background-color:#fff;border:1px solid rgba(0,0,0,.72);cursor:pointer;color:#3c066e}.ADMIN_EMP .dashboard-container .section .header button:hover{background-color:#faf9f9;box-shadow:0 0 5px 1px #aba3a328}.ADMIN_EMP .dashboard-container .section ul li .details h4{margin:0;font-size:16px;color:#2a2a2a;font-weight:500}.ADMIN_EMP .dashboard-container .section .a{display:block;text-align:center;color:#7e57c2;font-weight:700;text-decoration:none;border-top:1px solid #efe3e3!important;padding-top:20px}.ADMIN_EMP .dashboard-container .section a{display:block;margin-top:15px;text-align:center;color:#400f6f;font-weight:700;text-decoration:none;font-size:16px;font-weight:500}.ADMIN_EMP .dashboard-container .section:hover{box-shadow:0 0 10px .1px #7876763d!important}.ADMIN_EMP .dashboard-container .quick-links .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.ADMIN_EMP .dashboard-container .quick-links .header .seeAll{margin-top:0!important;display:block;margin-top:15px;text-align:center;color:#400f6f;font-weight:700;text-decoration:none;border:2px solid #827c7c;padding:10px 15px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500}.ADMIN_EMP .dashboard-container .quick-links .header h3{font-size:18px!important;font-weight:600!important;color:#2a2a2a!important}.ADMIN_EMP .dashboard-container .quick-links ul li{display:flex;justify-content:space-between;align-items:center;border:1px solid #cfcccc!important;margin:20px 0!important;border-radius:10px}.ADMIN_EMP .dashboard-container .quick-links ul li div{width:100px;gap:0}.ADMIN_EMP .dashboard-container .quick-links ul li div button{margin-right:-5px;margin-left:15px}.ADMIN_EMP .dashboard-container .quick-links ul li a{display:block;text-align:center;color:#272727;font-weight:700;text-decoration:none;font-size:15px!important;padding:20px 15px;font-weight:500!important}.ADMIN_EMP .dashboard-container .quick-links ul li .add-job-link{padding:8px;text-decoration:none;display:inline-block;border:none;outline:none;margin-right:20px;width:15px;height:18px;border-radius:50%;font-size:26px;font-weight:700;cursor:pointer;background-color:#3d1167;color:#fff;display:flex;align-items:center;justify-content:center}.ADMIN_EMP .dashboard-container .quick-links ul li .add_avg{font-size:26px}.ADMIN_EMP .dashboard-container .quick-links ul li:hover{box-sizing:0px 0px 10px 1px black!important;border:1px solid #a7a6a6!important}.header_img_rounded{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:top;overflow:hidden}@media (min-width: 1800px){.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{height:260px!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .pie_char_admin{scale:2;margin-right:170px;margin-bottom:55px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge{margin-top:-69px;margin-right:-100px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div{margin-bottom:25px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .left div h3{font-size:16px;width:90px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge span{font-size:12px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right .right .gauge h1{font-size:35px}}@media (max-width: 1208px){.ADMIN_EMP .content_emp_three{flex-direction:column}.ADMIN_EMP .content_emp_three .Left_cart{display:flex;flex-direction:row!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart{height:205px!important}.ADMIN_EMP .content_emp_three .Left_cart .emp_ds_left_Bottom_cart{height:218px!important}.ADMIN_EMP .content_emp_three .flex_right{width:100%}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob{margin-top:10px}}@media (max-width: 1483px){.number_new_hire div h3{font-size:1.4rem!important}.number_new_hire div h2{font-size:1.5rem!important}}@media (max-width: 1443px){.number_new_hire div h3{font-size:1.1rem!important}.number_new_hire div h2{font-size:1.3rem!important}}@media (max-width: 1473px) and (min-width: 1390px){.ADMIN_EMP .content_emp_three .Left_cart{width:50%!important}.ADMIN_EMP .content_emp_four{gap:13px!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp{width:35vw!important}.ADMIN_EMP .content_emp_three .flex_right{width:65%!important}}@media (max-width: 1393px) and (min-width: 1200px){.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp{width:30vw!important}}@media (max-width: 1293px){.number_new_hire div h3{font-size:1.2rem!important}.number_new_hire div h2{font-size:1.3rem!important}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .newEmp_img .div_newEmp_img img{width:35px;height:35px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire h3{font-size:16px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp button{width:90px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name div h3{font-size:14px}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name div p,.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob p{font-size:12px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div h3{font-size:14px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div p{font-size:12px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div div p{font-size:11px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name div div .content_dot_red:before{margin-top:3px}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .Emp .div_dob .img_dob_name img,.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .Emp .div_dob .img_dob_name img{width:40px;height:40px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .check_out_time button{padding:5px 20px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p,.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .check_out_time h3,.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time h3{font-size:12px!important}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div h2{font-size:25px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time .svg_live_clock svg{width:30px;height:30px}.ADMIN_EMP .content_emp_four{gap:10px!important}.ADMIN_EMP .content_emp_four .box_{padding:5px 10px!important}.ADMIN_EMP .content_emp_four .box_ button P{border:1px solid red!important}.ADMIN_EMP .content_emp_four .box_ .centerData div h2{font-size:28px!important}.ADMIN_EMP .content_emp_four .box_ .centerData div div{width:35px!important;height:35px!important}}@media (max-width: 1250px){.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:13px!important}}@media (max-width: 1250px) and (min-width: 1208px){.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire h3{font-size:16px!important}.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire div h2,.ADMIN_EMP .content_emp_three .flex_right .center_Cart .newEmployee .header_newEmp .number_new_hire div h3{font-size:17px!important}.ADMIN_EMP .content_emp_three .flex_right .Right_cart .employeesOnLeave .newEmployee .header_newEmp .number_new_hire h3{font-size:14px}}@media (max-width: 1180px){.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:18px!important}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time{flex-direction:column}}@media (max-width: 1100px){.ADMIN_EMP .content_emp_four{gap:15px!important}.ADMIN_EMP .dashboard-container{gap:15px!important;width:85vw}.ADMIN_EMP .dashboard-container .section{width:90%!important}}@media (max-width: 970px){.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:14px!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .Left_right{overflow:hidden}.ADMIN_EMP .dashboard-container{width:93%;gap:25px!important}.ADMIN_EMP .dashboard-container .section{width:92%!important}}@media (max-width: 900px){.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:17px!important}.ADMIN_EMP .Top_Head_Admin_Dashboard{flex-direction:column}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time{flex-direction:row;margin-top:10px}.ADMIN_EMP .content_emp_three .Left_cart{flex-direction:column!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp{width:79vw!important}.ADMIN_EMP .dashboard-container{width:93%;margin:0;display:grid!important;grid-template-columns:1fr}.ADMIN_EMP .dashboard-container .section{width:95%!important}.ADMIN_EMP .dashboard-container .quick-links{width:97%!important}}@media (max-width: 821px){.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time,.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello{flex-direction:column}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div{text-align:center}.ADMIN_EMP .content_emp_three .flex_right{flex-direction:column}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob{width:95%!important}}@media (max-width: 781px){.ADMIN_EMP{overflow-x:hidden}.ADMIN_EMP .content_emp_four{grid-template-columns:1fr!important}.ADMIN_EMP .dashboard-container{width:90%}.ADMIN_EMP .dashboard-container .section{width:97%!important}.ADMIN_EMP .dashboard-container .quick-links{width:98%!important}}@media (max-width: 781px){.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob{width:90%!important}}@media (max-width: 1115px) and (min-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart{height:185px!important}.ADMIN_EMP .content_emp_three .Left_cart .emp_ds_left_Bottom_cart{height:218px!important}}@media (max-width: 1005px) and (min-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart{height:185px!important}}.wave{display:inline-block;animation:wave-animation 3s infinite;transform-origin:70% 70%}@keyframes wave-animation{0%,60%,to{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}.quick-links .list_card{overflow:auto;height:340px;-ms-overflow-style:none;scrollbar-width:none}.quick-links .list_card li button:hover{background:#7739ab!important;box-shadow:0 0 10px 1px #b483c6ea}.quick-links .list_card li button:active{scale:1.1;transition:.2s ease-out}.quick-links .add-button{margin-right:20px;cursor:pointer;background:#460c76;padding:5px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.quick-links .add-button .add{font-size:24px;color:#fff}.quick-links .add-button:hover{background:#7739ab;box-shadow:0 0 10px 1px #b483c6ea}.quick-links .add-button:active{scale:1.1;transition:.2s ease-out}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000008a;display:flex;justify-content:center;align-items:center;z-index:999999}.delete_button_icon:hover svg{color:red;scale:1.1;transition:.3s linear}.modal-content{background:#fff;padding:20px 40px 20px 20px;border-radius:8px;width:400px;box-shadow:0 2px 10px #0003}.modal-content .modal-actions{display:flex;align-items:center;justify-content:space-between}.modal-content .modal-actions .delete-button{background:red;color:#fff;margin-right:-20px}.modal-content h3{margin-bottom:10px}.not_quick_link{width:90%;text-align:center;margin-top:50px}.modal-content input{width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;border-radius:4px}.modal-content input:hover{border:1px solid #994fd5}.modal-content button{margin-right:10px;padding:8px 12px;background-color:#460c76;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:6px}.modal-content button:hover{box-shadow:0 4px 10px 1px #b483c693}.modal-content button:active{scale:1.1;transition:.2s ease-out}.modal-content button:last-child{background-color:#ccc;color:#000}.emp_lev_sum{scrollbar-width:none}.emp_lev_sum .Leave_Summary:hover{border:1px solid rgba(81,79,79,.337254902)!important}.emp_lev_sum .Leave_Summary:hover .right_le p{text-align:start!important}.emp_lev_sum .Leave_Summary .right_le h3{font-size:16px;font-weight:500}.emp_lev_sum .Leave_Summary .right_le p{margin:2px 0;font-size:12px;text-align:start}.emp_lev_sum .Leave_Summary .right_le p span{display:inline-block;width:10px;height:10px;margin-right:10px;border-radius:50%}.leave-type-container .filtered-number_chart{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:75px;height:50px;text-align:center}.custom-tooltip_lev_sum{background-color:#f4f3f5;padding:5px;border:1px solid #ccc;border-radius:5px;font-size:10px;box-shadow:0 0 10px 1px #c2c1c1}.custom-tooltip_lev_sum .label_lev{font-weight:700;margin:0}.section_link{background:#fff;padding:20px;border-radius:10px;box-shadow:0 0 10px .1px #7474741a!important;width:97%;margin-left:-15px;border:1px solid rgb(222,219,219)}.section_link .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px!important;border-bottom:1px solid rgba(195,195,195,.511)}@media (max-width: 1100px){.section_link{width:109%!important}}@media (max-width: 900px){.section_link{width:98%!important}}.filtered_number_Round{width:35px;height:35px;border:4px solid rgb(220,218,218);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px}.right_title_leave{width:240px!important}.right_title_leave h3{font-size:15px;font-weight:500;text-align:left}.right_title_leave div{text-align:left;font-size:12px;color:#545454;font-weight:400;display:flex!important;align-items:center;justify-content:space-between}.right_title_leave div div{margin-top:3px;flex-direction:column-reverse;align-items:center}.right_title_leave div .line_-{font-size:30px;margin-top:-3px;font-weight:200!important;color:#ebeaea!important}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.ADMIN_EMP{overflow-y:scroll;width:100%;font-family:Inter;height:93.4vh}.ADMIN_EMP .Top_Head_Admin_Dashboard{background-blend-mode:multiply;background-color:#3d2c67;background:linear-gradient(90deg,#743d90,#fff 60%),repeating-radial-gradient(circle at bottom center,#420779,#400F6F,20px,transparent 1px,transparent 1px)!important;display:flex;align-items:center;justify-content:space-between;margin:20px;padding:20px 25px;border-radius:10px;color:#fff}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div{gap:20px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div h2{font-weight:500;font-size:26px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:12px;font-weight:400;margin-top:10px;color:#ffffffe1}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time{display:flex;align-items:center;justify-content:center;gap:20px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time{display:flex;align-items:center;justify-content:center;padding:10px 20px;background:#150a28ad;border-radius:10px;gap:10px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time h3{font-weight:600;font-size:14px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time span{font-size:28px;margin-left:10px}.ADMIN_EMP .Top_Head_Admin_Dashboard .Right_Time .Check_in_time h2{font-size:24px;font-weight:600}.ADMIN_EMP .content_emp_three{display:flex;justify-content:space-between;gap:10px;margin:20px}.ADMIN_EMP .content_emp_three .Left_cart,.ADMIN_EMP .content_emp_three .center_Cart,.ADMIN_EMP .content_emp_three .Right_cart{flex:1;text-align:center;transition:transform .3s ease}.ADMIN_EMP .content_emp_three .Left_cart{display:flex;align-items:center;flex-direction:column;gap:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{box-shadow:none!important;width:100%;height:fit-content;background:linear-gradient(313.96deg,#27014a 55.43%,#7a19d3 132.82%);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head h3{font-size:20px;font-weight:500}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown{width:90px;height:30px;position:relative;border:2px solid #e3cbeb;border-radius:10px;background:#27014a}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-button{background:#27014a;font-size:14px;font-weight:400;border:none;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu{display:flex;background:#27014a;z-index:2;flex-direction:column;position:absolute;top:100%;left:0;width:100px;border:1px solid #fff;border-radius:5px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu .dropdown-item{cursor:pointer}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head .dropdown .dropdown-menu .dropdown-item:hover{background-color:#ffffff1a;border-radius:5px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS{display:flex;align-items:center;flex-direction:column;justify-content:space-between;padding:10px 20px;gap:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut{margin-bottom:10px;width:100%;border-bottom:1px solid rgba(143,33,174,.5725490196);padding-bottom:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut div{display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut div button{font-size:14px!important;font-weight:600;outline:none;border:none;padding:10px 20px;border-radius:10px;font-size:18px;cursor:pointer}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut div h2{font-size:41px;font-weight:600;padding-top:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut p{color:#d2b3d0af;text-align:start;font-size:11px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork div div h2{font-size:19px;font-weight:600;margin-bottom:20px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork div div h2 span{font-weight:300!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork div p{margin-bottom:10px;font-size:11px;font-weight:500;text-align:start;color:#d2b3d0ac}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview:hover{box-shadow:0 0 20px #6565652d!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart{width:100%;height:fit-content;border:1px solid #EBE7EE!important;border-radius:10px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob img{width:50px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .Emp .div_dob .img_dob_name div h3{font-size:18px!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .header_Birthday{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .header_Birthday h3{font-size:18px;color:#2a2a2a;font-weight:500}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .header_Birthday div{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;width:30px;height:30px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart .top_border{border:1px solid #e3dddd;margin:5px 15px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp{padding:10px 20px;width:32vw!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob{display:flex!important;align-items:center!important;justify-content:space-between!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob p{color:#595959;font-size:14px!important}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name img{width:46px!important;height:46px!important;border:3px solid #E3E3E3!important;border-radius:50%;padding:1px;object-fit:cover}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name .img2{margin-right:-20px}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name div{text-align:start}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name div h3{font-size:16px!important;font-weight:500;color:#2a2a2a}.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp .div_dob .img_dob_name div p{font-size:14px!important;line-height:21px;color:#00000064}.ADMIN_EMP .content_emp_three .chart_Performance_Stats{width:60%;border-radius:10px;border:1px solid rgba(221,218,218,.6117647059)}.ADMIN_EMP .content_emp_three .chart_Performance_Stats .BarChart{width:100%;height:100%}.ADMIN_EMP .content_emp_three .chart_Performance_Stats .headerCrt{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin:15px 20px;border-bottom:1px solid rgba(212,212,212,.511)}.ADMIN_EMP .content_emp_three .chart_Performance_Stats .headerCrt h3{margin:0;font-size:20px;color:#2a2a2a;font-weight:500}.ADMIN_EMP .content_emp_three .chart_Performance_Stats .headerCrt select,.ADMIN_EMP .content_emp_three .chart_Performance_Stats .headerCrt a{cursor:pointer;padding:10px 5px;font-size:12px;display:flex;align-items:center;justify-content:space-between;border-radius:5px;border:1px solid #ddd;color:#444446;font-weight:700;text-decoration:none;background-color:#fff}.ADMIN_EMP .content_emp_three .chart_Performance_Stats:hover{box-shadow:0 0 20px #6565652d}@media (max-width: 768px){.ADMIN_EMP .content_emp_three{flex-direction:column}.ADMIN_EMP .content_emp_three .Left_cart,.ADMIN_EMP .content_emp_three .center_Cart,.ADMIN_EMP .content_emp_three .Right_cart{margin-bottom:15px}.ADMIN_EMP .content_emp_three .Left_cart:last-child,.ADMIN_EMP .content_emp_three .center_Cart:last-child,.ADMIN_EMP .content_emp_three .Right_cart:last-child{margin-bottom:0}}.ADMIN_EMP .content_emp_four{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:20px}.ADMIN_EMP .content_emp_four .box_{border-radius:10px;flex:1;border:1px solid rgba(174,169,169,.542);box-shadow:0 0 10px .1px #74737346}.ADMIN_EMP .content_emp_four .box_{padding:10px 25px}.ADMIN_EMP .content_emp_four .box_ .head{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.ADMIN_EMP .content_emp_four .box_ .centerData{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.ADMIN_EMP .content_emp_four .box_ .centerData div{display:flex;align-items:center;justify-content:center;gap:10px}.ADMIN_EMP .content_emp_four .box_ .centerData div div{width:40px;height:40px;box-shadow:2px 2px 5px .1px #80808054;display:flex;align-items:center;justify-content:center;font-size:14px;background-color:#651ca5;color:#fff;border-radius:10px}.ADMIN_EMP .content_emp_four .box_ .centerData div div span{border:1px solid #fff;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:10px}.ADMIN_EMP .content_emp_four .box_ .centerData div h2{font-size:46px;color:#3d2c67}.ADMIN_EMP .content_emp_four .box_ .centerData .up{padding:5px 10px;border-radius:8px;background:#93d6d14d}.ADMIN_EMP .content_emp_four .box_ .centerData .up p{color:#089fa4}.ADMIN_EMP .content_emp_four .box_ .centerData .down{padding:5px 10px;border-radius:8px;background:#93d6d14d}.ADMIN_EMP .content_emp_four .box_ .centerData .down p{color:red}.ADMIN_EMP .content_emp_four .box_ .bottom{margin-left:50px;color:#636363;margin-bottom:30px}.ADMIN_EMP .dashboard-container{padding:15px 20px;display:flex;justify-content:space-between;gap:20px;margin-bottom:40px!important}.ADMIN_EMP .dashboard-container .section{background:#fff;padding:20px;border-radius:10px;box-shadow:0 0 10px .1px #7474741a!important;width:30%;border:1px solid rgb(222,219,219)}.ADMIN_EMP .dashboard-container .section .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid rgba(195,195,195,.511)}.ADMIN_EMP .dashboard-container .section .header h3{margin:0;font-size:18px}.ADMIN_EMP .dashboard-container .section .header select,.ADMIN_EMP .dashboard-container .section .header a{padding:10px 5px;display:flex;align-items:center;justify-content:space-between;border-radius:5px;border:1px solid #ddd;color:#444446;font-weight:700;text-decoration:none;background-color:#fff}.ADMIN_EMP .dashboard-container .section ul{list-style:none;padding:0}.ADMIN_EMP .dashboard-container .section ul li{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.ADMIN_EMP .dashboard-container .section ul li .date,.ADMIN_EMP .dashboard-container .section ul li .icon{background:#e1e4ff9c;padding:10px;border-radius:50%;font-size:18px;color:#2a3158;font-weight:700;width:30px;display:flex;align-items:center;justify-content:center;height:30px}.ADMIN_EMP .dashboard-container .section ul li .date{color:#323232b5}.ADMIN_EMP .dashboard-container .section ul li .icon2{background:#f1e1ff9c}.ADMIN_EMP .dashboard-container .section ul li .details{flex:1;margin-left:15px}.ADMIN_EMP .dashboard-container .section ul li .details h4{margin:0;font-size:16px}.ADMIN_EMP .dashboard-container .section ul li .details p{margin:5px 0 0;font-size:12px;color:#888}.ADMIN_EMP .dashboard-container .section ul li span{font-size:12px;color:#888}.ADMIN_EMP .dashboard-container .section .a{display:block;text-align:center;color:#7e57c2;font-weight:700;text-decoration:none;border-top:1px solid rgba(182,174,174,.3176470588);padding-top:20px}.ADMIN_EMP .dashboard-container .section a{display:block;margin-top:15px;text-align:center;color:#7e57c2;font-weight:700;text-decoration:none}.ADMIN_EMP .dashboard-container .quick-links{padding:5px 20px;border-radius:10px;width:30%;display:flex;flex-direction:column;justify-content:space-between}.ADMIN_EMP .dashboard-container .quick-links .header{display:flex;justify-content:space-between;align-items:center}.ADMIN_EMP .dashboard-container .quick-links .header .seeAll{display:block;margin-top:15px;text-align:center;color:#7e57c2;font-weight:700;text-decoration:none;border:2px solid rgba(0,0,0,.301);padding:10px 15px;border-radius:8px;cursor:pointer}.ADMIN_EMP .dashboard-container .quick-links .header h3{font-size:1px}.ADMIN_EMP .dashboard-container .quick-links ul{list-style:none;padding:0}.ADMIN_EMP .dashboard-container .quick-links ul li{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(70,69,69,.455);margin:10px 0 20px;border-radius:10px;box-shadow:0 0 10px .1px #a59d9d29}.ADMIN_EMP .dashboard-container .quick-links ul li a{display:block;text-align:center;color:#313131;font-weight:700;text-decoration:none;font-size:16px;padding:20px 15px}.ADMIN_EMP .dashboard-container .quick-links ul li button{border:none;outline:none;margin-right:20px;width:30px;height:30px;border-radius:50%;font-size:26px;cursor:pointer;background-color:#3d1167;color:#fff}@media only screen and (max-width: 1800px){.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{padding:10px 0}}@media (max-width: 768px){.dashboard-container{flex-direction:column}.dashboard-container .section{width:100%}}@media (max-width: 1208px){.ADMIN_EMP .content_emp_three .chart_Performance_Stats{width:100%}}@media (max-width: 1280px){.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{padding:0!important;scale:.92}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .head{padding:10px 20px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut div h2{font-size:32px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut div button{font-size:14px}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork div div h2{font-size:20px!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .checkOut{padding:10px;margin-top:-20px!important}.css-l0h214-MuiResponsiveChart-container{height:95%!important}}@media (max-width: 1050px){.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview .TotalWorkingHRS .totalWork div div h2{font-size:18px!important}}@media (max-width: 900px){.ADMIN_EMP .content_emp_three .Left_cart .left_Bottom_cart #Emp{width:95%!important}.ADMIN_EMP .content_emp_three .Left_cart .Attendance_Overview{scale:1}}.performance-stats{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif}.performance-stats .header{font-size:18px;font-weight:700;color:#333;margin-bottom:10px}.performance-stats .week-selector{float:right;font-size:14px;color:#666;cursor:pointer}.performance-stats .chart-container{width:100%;height:370px}.performance-stats .recharts-wrapper{width:100%;height:100%}.performance-stats .recharts-cartesian-axis-tick-value{font-size:12px;color:#666}.performance-stats .recharts-legend-wrapper{display:flex;justify-content:flex-end;margin-top:10px}.performance-stats .recharts-legend-wrapper .recharts-legend-item{font-size:14px;color:#333}.performance-stats .recharts-legend-wrapper .recharts-legend-item.assigned-hours .recharts-legend-icon{background-color:#591ab7}.performance-stats .recharts-legend-wrapper .recharts-legend-item.worked-hours .recharts-legend-icon{background-color:#7c3ce9}.lable_chart_Performance{display:flex;align-items:end;justify-content:space-between;width:270px;text-align:center;margin:0 30px 0 auto;font-size:12px}.lable_chart_Performance .Expected{position:relative}.lable_chart_Performance .Expected:before{content:"";display:block;width:9px;height:9px;border-radius:50%;background-color:#591ab7;position:absolute;left:-15px;top:50%;transform:translateY(-50%)}.lable_chart_Performance .Achieved{position:relative}.lable_chart_Performance .Achieved:before{content:"";display:block;width:9px;height:9px;border-radius:50%;background-color:#7c3ce9;position:absolute;left:-15px;top:50%;transform:translateY(-50%)}.main_performance_stats_dash{border:1px solid #e8e8e8;border-radius:5px}.main_performance_stats_dash .header_stats_dash{background:#bfb3cb1c;width:97.5%;border-bottom:1px solid #e8e8e8;padding:10px;display:flex;align-items:center;gap:5px}.main_performance_stats_dash .skill_types{padding:20px;display:flex;gap:10px}.main_performance_stats_dash .skill_types .title{color:#000!important}.main_performance_stats_dash .skill_types p{color:#333333ec}.main_performance_stats_dash .performance_stats{margin:20px}.main_performance_stats_dash .performance_stats .stats-grid{display:flex;justify-content:space-between;gap:20px;box-shadow:none}.main_performance_stats_dash .performance_stats .stats-grid .stats-column{width:100%}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .column-title{font-size:18px;font-weight:700;color:#400f6f;margin-bottom:15px;text-align:start}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .title_info_dash{width:98.3%;display:flex;align-items:center;border:1px solid rgb(205,205,205);border-top-right-radius:5px;border-top-left-radius:5px;margin-bottom:-1px;padding:5px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .title_info_dash div{text-transform:uppercase;width:38%;text-align:start;font-size:17px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list{border-left:1px dashed #e8e8e8;border-bottom:1px dashed #e8e8e8;border-right:1px dashed #e8e8e8;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item{display:flex;padding:2px;justify-content:space-between;border-top:1px dashed #e8e8e8}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .competency{font-weight:700;color:#2a2a2abe;display:flex;align-items:center;width:40%;font-weight:400;font-size:13px;padding-left:10px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container{position:relative;width:60%;height:30px;display:flex;flex-direction:column;gap:3px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.expected-bar{background-color:#7b00ffbe;width:0}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Beginner{background-color:#a1dbf1;width:0}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Intermediate{background-color:#71d5e4;width:0}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Advanced{background-color:#00b6bc;width:0}.main_performance_stats_dash .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Expert{background-color:#029fa4;width:0}@media (max-width: 1070px){.main_performance_stats_dash .performance_stats .stats-grid{flex-direction:column}}.main_performance_stats_dash .performance_stats .legend{display:flex;justify-content:start;gap:20px;margin-top:10px}.main_performance_stats_dash .performance_stats .legend .legend-item{display:flex;align-items:start;gap:10px;font-size:14px;color:#333}.main_performance_stats_dash .performance_stats .legend .legend-item .legend{margin-left:-15px}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color{width:20px;height:15px;border-radius:3px}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color.expected{background:#7b00ffbe}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color.Beginner{background-color:#a1dbf1}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color.Intermediate{background-color:#71d5e4}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color.Advanced{background-color:#00b6bc}.main_performance_stats_dash .performance_stats .legend .legend-item .legend-color.Expert{background-color:#039196}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.AdminProfile_main{overflow-y:auto;height:93.4vh}.AdminProfile_main .top-bar{position:sticky;height:60px;display:flex;box-shadow:0 2px 10px .1px #0000002c;width:100%;overflow:hidden}.AdminProfile_main .top-bar h2{padding:15px;width:100%;color:#400f6f;text-align:start;margin:0 0 0 20px;display:flex;font-size:22px;width:500}.AdminProfile_main .top-bar h2 .span{width:30px;font-size:22px}.AdminProfile_main .top-bar .close_nav{position:absolute;right:35px;border:1px solid black;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;margin-top:15px}.AdminProfile_main .top-bar div{width:100%;height:70px;overflow:hidden;display:flex}@media (max-width: 500px){.AdminProfile_main .top-bar div{display:none}}.AdminProfile_main .top-bar div span:nth-child(1){width:40px;height:140px;margin-left:33px;margin-top:-28px;background:linear-gradient(240deg,#7916d630 6.46%,#6e20b63b 10.46%,#7915c623 90.2%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(2){width:130px;height:170px;margin-left:33px;margin-top:-47px;background:linear-gradient(240deg,#8103f755 36.46%,#6e20b64b 10.46%,#7915c623 100.2%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(3){width:40px;height:160px;margin-left:103px;margin-top:-33px;background:linear-gradient(240deg,#8103f77e 20%,#8103f750 60%,#8103f74d 20%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(4){width:60px;height:160px;margin-left:22px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(5){width:20px;height:160px;margin-left:55px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(6){width:120px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(7){width:100px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(8){width:20px;height:160px;margin-left:13.7px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(9){width:190px;height:222px;margin-left:14px;margin-top:-75px;background:linear-gradient(240deg,#6d16be43,#8103f723 0%,#8103f720);transform:rotate(40deg)}.AdminProfile_main .top-bar div span:nth-child(10){width:90px;height:205px;margin-left:7px;margin-top:-57px;background:linear-gradient(240deg,#6d16bea0 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}@media (max-width: 1300px){.AdminProfile_main .top-bar div span:nth-child(8){display:none}.AdminProfile_main .top-bar div span:nth-child(7){display:none}.AdminProfile_main .top-bar div span:nth-child(6){display:none}.AdminProfile_main .top-bar div span:nth-child(10){margin-left:6px}}@media (max-width: 1030px){.AdminProfile_main .top-bar div span:nth-child(1){display:none}.AdminProfile_main .top-bar div span:nth-child(2){display:none}}@media (max-width: 800px){.AdminProfile_main .top-bar div span:nth-child(8){display:none}.AdminProfile_main .top-bar div span:nth-child(5){display:none}.AdminProfile_main .top-bar div span:nth-child(4){display:none}.AdminProfile_main .top-bar div span:nth-child(9){margin-left:39px;margin-top:-75px}}@media (max-width: 765px){.AdminProfile_main .top-bar div span:nth-child(3){display:none}.AdminProfile_main .top-bar div span:nth-child(9){display:none}.AdminProfile_main .top-bar div span:nth-child(10){display:none}}.AdminProfile_main .mainContainers{border:1px solid rgba(174,173,173,.2156862745);margin:20px 25px;box-shadow:0 0 15px .1px #b7b0b035;border-radius:10px;padding:25px}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard{background-blend-mode:multiply;background-color:#3d2c67;background:linear-gradient(90deg,#743d9077,#fff 60%),repeating-radial-gradient(circle at bottom center,#420779,#400F6F,20px,transparent 1px,transparent 1px)!important;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-radius:10px;color:#fff}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello{display:flex;align-items:center;justify-content:center;gap:10px}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div{gap:20px}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div div{display:flex}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div div h2{font-size:24px;font-weight:500}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div div div{font-size:.8rem;width:40px;text-align:end;height:12px;font-weight:500;background:#8900dd4d;padding:4px 12px 5px;border-radius:20px;color:#08e308;display:flex}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div div div h4{display:flex;align-items:center;gap:5px;color:#56ff06;font-weight:500;margin-left:-3px}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div div div h4:before{content:"";display:inline-block;width:7px;height:7px;background:#56ff06;border-radius:50%}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Left_admin_hello div p{font-size:14px;font-weight:400!important;margin-top:10px;color:#ffffffa4}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Right_Time{display:flex;align-items:center;justify-content:center;gap:20px}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Right_Time .Check_in_time{display:flex;align-items:center;justify-content:center;background:#ffffffea;border-radius:8px;gap:4px;width:70px;height:34px;cursor:pointer;color:#3d2c67}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard .Right_Time .Check_in_time h3{font-size:14px;font-weight:500}.AdminProfile_main .mainContainers .Top_Head_Admin_Dashboard:hover{box-shadow:0 0 20px #6565652d}.AdminProfile_main .mainContainers .containers{flex-direction:column;display:flex;align-items:center;width:100%}.AdminProfile_main .mainContainers .containers .info{display:flex;align-items:start;justify-content:space-between;width:fit-content;width:100%;margin-top:20px;height:fit-content;gap:20px}.AdminProfile_main .mainContainers .containers .info .div_details{border:1px solid rgba(111,109,109,.263);width:100%;height:342px;padding-bottom:20px;border-radius:10px}.AdminProfile_main .mainContainers .containers .info .div_details .section_header{display:flex;align-items:center;margin:15px 20px;padding-bottom:10px;gap:10px;border-bottom:1px solid rgba(109,106,106,.263)}.AdminProfile_main .mainContainers .containers .info .div_details .section_header h2{font-size:16px;font-weight:500;color:#000000e9}.AdminProfile_main .mainContainers .containers .info .div_details .data div{display:flex;align-items:center;margin:5px 20px;padding-bottom:8px;gap:10px}.AdminProfile_main .mainContainers .containers .info .div_details .data div h4{font-size:13px;font-weight:500;color:#00000070;width:50%}.AdminProfile_main .mainContainers .containers .info .div_details .data div span{width:5%}.AdminProfile_main .mainContainers .containers .info .div_details .data div p{font-weight:400;font-size:15px;color:#000000c3;width:50%}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity{border:1px solid rgba(141,132,132,.315);border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-top:20px}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_pdf{margin-left:8px}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_pdf .img{margin-bottom:-5px;background:#e9e5f580;border-radius:50%;padding:6px}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_pdf .text{margin-left:-15px;margin-bottom:-10px;display:flex;flex-direction:column;align-items:center}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_pdf .text p{text-align:start;margin-left:-50px;color:gray;font-size:15px;font-weight:400}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_pdf .text h3{font-weight:400;font-size:14px;color:#2c2b2b}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_eye{border:1px solid rgba(148,140,140,.61);padding:5px 15px;border-radius:10px;cursor:pointer;margin-top:12px}.AdminProfile_main .mainContainers .containers .info .div_details .DataIdentity .box_Identity .preview_eye img{width:20px;height:20px}.AdminProfile_main .mainContainers .containers .info .div_details:hover{box-shadow:0 0 20px #6565652d}.AdminProfile_main .mainContainers .containers .education{width:97%;border:1px solid rgba(153,146,146,.569);margin-top:20px;border-radius:10px;padding:15px 20px}.AdminProfile_main .mainContainers .containers .education .section-header{display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid rgba(153,146,146,.569);padding-bottom:10px}.AdminProfile_main .mainContainers .containers .education .section-header .icon{margin-right:.5rem}.AdminProfile_main .mainContainers .containers .education .section-header h2{font-size:16px;font-weight:700}.AdminProfile_main .mainContainers .containers .education table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;border-radius:10px;overflow:hidden;border-left:1px dashed #ddd;border-right:1px dashed #ddd;border-top:1px solid rgba(219,209,209,.755)}.AdminProfile_main .mainContainers .containers .education table thead{background-color:#e0d4e373}.AdminProfile_main .mainContainers .containers .education table thead tr th{border-bottom:1px solid rgba(219,209,209,.755);padding:.75rem;text-align:center;font-weight:700;font-size:13px;opacity:.6!important}.AdminProfile_main .mainContainers .containers .education table tbody tr{border-right:1px dashed rgba(239,237,239,.568627451)}.AdminProfile_main .mainContainers .containers .education table tbody tr:hover{background-color:#f4f2f2}.AdminProfile_main .mainContainers .containers .education table tbody tr td{border-bottom:1px dashed #ddd;padding:.75rem}.AdminProfile_main .mainContainers .containers .education table thead tr:first-child th:first-child{border-top-left-radius:10px}.AdminProfile_main .mainContainers .containers .education table thead tr:first-child th:last-child{border-top-right-radius:10px}.AdminProfile_main .mainContainers .containers .education table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.AdminProfile_main .mainContainers .containers .education table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.AdminProfile_main .mainContainers .containers .education:hover{box-shadow:0 0 20px #6565652d}.AdminProfile_main .mainContainers .containers .experience{border:1px solid rgba(192,186,186,.7058823529);width:97%;border-radius:10px;margin-top:20px;padding:15px 20px;margin-bottom:20px}.AdminProfile_main .mainContainers .containers .experience .section-header{display:flex;align-items:center;margin-bottom:1rem;padding-bottom:10px;border-bottom:1px solid rgba(192,186,186,.7058823529)}.AdminProfile_main .mainContainers .containers .experience .section-header .icon{margin-right:.5rem}.AdminProfile_main .mainContainers .containers .experience .section-header h2{font-size:16px;font-weight:700}.AdminProfile_main .mainContainers .containers .experience .experience-grid{display:flex;align-items:center;gap:20px}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card{border-radius:10px;border:1px solid rgba(63,62,62,.364);padding:20px}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card .logo_title{display:flex;gap:10px;align-items:center;margin-bottom:10px}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card .logo_title img{width:56px;height:56px;border-radius:50%;object-fit:cover}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card .logo_title div{height:56px;display:flex;flex-direction:column;align-items:start;justify-content:space-around}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card .logo_title div p,.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card .logo_title div h3{color:#2a2a2a}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card h3{color:#45237f;margin-bottom:8px;font-size:15.4px}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card p{color:#514e4ed8;margin-bottom:8px;font-size:12px}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card button{padding:7px 11px;border-radius:5px;font-size:13.3px;opacity:0px;margin-bottom:-2px;outline:none;border:none;background-color:#5b238f;color:#fff}.AdminProfile_main .mainContainers .containers .experience .experience-grid .experience-card:hover,.AdminProfile_main .mainContainers .containers .experience:hover{box-shadow:0 0 20px #6565652d}@media (max-width: 1251px){.AdminProfile_main .mainContainers .containers .info{display:grid;grid-template-columns:1fr 1fr}.div_details:nth-child(3){margin-left:49%!important}}@media (max-width: 921px){.AdminProfile_main .mainContainers .containers .info{display:grid;grid-template-columns:1fr}.div_details:nth-child(3){margin-left:0%!important}.AdminProfile_main .mainContainers .containers .experience .experience-grid{flex-direction:column}}@media (max-width: 811px){.AdminProfile_main .mainContainers .containers .education table{width:800px!important}.AdminProfile_main .mainContainers .containers .education{overflow:scroll}.AdminProfile_main .mainContainers .containers .education .section-header{width:800px}}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.dropdowncontentofx35{z-index:111;position:absolute;top:40px;display:flex;flex-direction:column;background:#fff;box-shadow:0 0 19px #d9d5eb;right:0;border-radius:5px;min-width:180px;padding:5px 0 0;animation:popupZoomIn .2s ease-out forwards;gap:3.5px;width:max-content;overflow:hidden}.dropdowncontentofx35 .dmncstomx1{font-size:13px;display:flex;gap:5px;align-items:center;padding:8px 10px;cursor:pointer;width:100%;border-bottom:1px solid rgba(187,185,201,.35)!important;transition:.3s all}.dropdowncontentofx35 .s545xs2x22wrfs{flex-direction:column;align-items:unset!important;gap:5px!important}.dropdowncontentofx35 .s545xs2x22wrfs .s1d65fds56{display:flex;gap:5px;justify-content:flex-start!important;align-items:center}.dropdowncontentofx35 .custtypestext4s{padding-left:10px}.dropdowncontentofx35 label{margin-left:20px;display:flex;align-items:center;justify-content:start;gap:5px;border:1px solid rgba(0,0,0,.212);width:fit-content;padding:3px;border-radius:5px;margin-bottom:5px}.dropdowncontentofx35 label button{cursor:pointer;border:none!important;outline:none;padding:4px 8px;border-radius:20px;background-color:#bfbfbfb1}.dropdowncontentofx35 label:hover button{background-color:#dedcdc00}.dropdowncontentofx35 label:hover{background-color:#bfbfbfb1;border:1px solid rgba(0,0,0,.656)}.dropdowncontentofx35 .activedmc,.dropdowncontentofx35 .activedmc2{background:#091e420f}.dropdowncontentofx35 .activedmc{transform:scale(.95);background:#091e420f;padding:8px;cursor:pointer;transition:.2s all;border-radius:5px;font-size:14px}.dropdowncontentofx35 .activedmc:before{content:url(data:image/svg+xml,);right:10px;position:absolute;color:#f5f5f5;padding:2px 3px 2px 2px;background:#f6f8fa;width:12px;height:13px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;border-radius:8px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.EmpOn_main_container .top-bar{position:sticky;height:70px;display:flex;box-shadow:0 0 15px .1px #3433331d;width:100%}.EmpOn_main_container .top-bar h2{padding:20px;width:100%;text-align:start;margin:0 0 0 10px;display:flex;color:#555!important;font-weight:500;font-size:26px}.EmpOn_main_container .top-bar h2 .span{width:30px;color:#400f6f;font-size:26px}.EmpOn_main_container .top-bar h2 p{color:#400f6f;height:20px;margin-top:5px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:8px;font-size:12px;background-color:#946fb618;margin-left:5px}.EmpOn_main_container .top-bar .Emp_Head_Right{display:flex;position:absolute;right:0!important;border-radius:10px;margin-top:15px}.EmpOn_main_container .top-bar .Emp_Head_Right .addEmp{border:1px solid rgba(255,255,255,0);box-shadow:0 0 0 2px #730fad00;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#000;z-index:9;cursor:pointer;border-radius:10px;color:#fff;padding:5px 10px;background-color:#a3c701}.EmpOn_main_container .top-bar .Emp_Head_Right .addEmp p{display:flex;align-items:center;justify-content:center;font-size:14px!important}.EmpOn_main_container .top-bar .Emp_Head_Right .addEmp p span{font-size:20px!important;margin-top:2px;font-weight:bolder}.EmpOn_main_container .top-bar .Emp_Head_Right .addEmp:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.EmpOn_main_container .top-bar .Emp_Head_Right .addEmp:active{border:1px solid #c500fb;box-shadow:0 0 0 2px #a45ecc1b}.EmpOn_main_container .top-bar .Emp_Head_Right .menu_head .div_top{margin-right:30px;background-color:#fff;cursor:pointer;border:2px solid rgba(30,30,30,.188);font-size:26px;width:35px;height:35px;margin-left:10px;border-radius:5px;display:flex;align-items:center;justify-content:center}.EmpOn_main_container .top-bar .Emp_Head_Right .menu_head .bottom_import{background-color:#fff;padding:5px 10px;border-radius:5px;position:absolute;z-index:999;right:25px;margin-top:10px;font-size:22px;display:flex;align-items:center;justify-content:center;gap:5px;box-shadow:0 0 10px 5px #00000053}.EmpOn_main_container .top-bar .Emp_Head_Right .menu_head .bottom_import input{cursor:pointer;position:absolute;opacity:0;width:110px;background:#000;height:30px}.EmpOn_main_container .top-bar .Emp_Head_Right .menu_head .bottom_import_hide{display:none}.EmpOn_main_container .top-bar ._div{z-index:-1;width:100%;height:70px;overflow:hidden;display:flex}@media (max-width: 500px){.EmpOn_main_container .top-bar ._div{display:none}}.EmpOn_main_container .top-bar ._div span:nth-child(1){width:40px;height:140px;margin-left:33px;margin-top:-28px;background:linear-gradient(240deg,#c616d610 6.46%,#ac20b613 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(2){width:80px;height:170px;margin-left:33px;margin-top:-47px;background:linear-gradient(240deg,#c616d610 6.46%,#ac20b613 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(3){width:40px;height:160px;margin-left:23px;margin-top:-33px;background:linear-gradient(240deg,#c616d62a 6.46%,#ac20b631 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(4){width:60px;height:160px;margin-left:22px;margin-top:-39px;background:linear-gradient(240deg,#c616d62a 6.46%,#ac20b63c 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(5){width:20px;height:160px;margin-left:45px;margin-top:-39px;background:linear-gradient(240deg,#c616d63c 6.46%,#ac20b650 10.46%,#ae15c61b 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(6){width:120px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#c616d612 6.46%,#ac20b61e 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(7){width:100px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#c616d612 6.46%,#ac20b613 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(9){width:30px;height:160px;margin-left:13.7px;margin-top:-39px;background:linear-gradient(240deg,#c616d612 6.46%,#ac20b644 10.46%,#ae15c610 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(8){width:150px;height:222px;margin-left:14px;margin-top:-65px;background:linear-gradient(240deg,#c616d612 6.46%,#ac20b61e 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}.EmpOn_main_container .top-bar ._div span:nth-child(10){width:190px;height:205px;margin-left:7px;margin-top:-39px;background:linear-gradient(240deg,#c616d612 6.46%,#ac20b61e 10.46%,#ae15c600 90.2%);transform:rotate(40deg)}@media (max-width: 1300px){.EmpOn_main_container .top-bar ._div span:nth-child(8){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(7){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(6){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(10){margin-left:6px}}@media (max-width: 1030px){.EmpOn_main_container .top-bar ._div span:nth-child(1){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(2){display:none}}@media (max-width: 800px){.EmpOn_main_container .top-bar ._div span:nth-child(8){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(5){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(4){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(9){margin-left:39px;margin-top:-75px}}@media (max-width: 765px){.EmpOn_main_container .top-bar ._div span:nth-child(3){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(9){display:none}.EmpOn_main_container .top-bar ._div span:nth-child(10){display:none}}.EmpOn_Second_Head{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%;margin-top:10px!important;margin-bottom:-20px!important;height:60px;display:flex}.EmpOn_Second_Head .left{display:flex;align-items:center;justify-content:start;width:100%;height:50px}.EmpOn_Second_Head .left div{margin-left:14px!important;margin-right:3px!important}.EmpOn_Second_Head .left div div{font-size:14px;height:30px;gap:5px!important;cursor:pointer;width:100%;text-align:center;align-self:center;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(0,0,0,.131);color:#0000005d;border-radius:6px}.EmpOn_Second_Head .left div div span{display:flex!important;align-items:center!important;justify-content:center!important}@media only screen and (max-width: 1400px){.EmpOn_Second_Head .left div div{font-size:14px}}.EmpOn_Second_Head .left div .listActive{color:#730fad;background-color:#8708be32}.EmpOn_Second_Head .left div div:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.EmpOn_Second_Head .left div div:active{box-shadow:0 0 0 2px #730fad1b!important}.EmpOn_Second_Head .left .listActiveStatus{transition:.3s ease-in;color:#730fad;background-color:#8708be32}.EmpOn_Second_Head .right{display:flex;align-items:center;justify-content:end;gap:10px;height:50px;margin-right:30px}.EmpOn_Second_Head .right .divRight .div_box{cursor:pointer;width:100%;text-align:center;align-self:center;display:flex;align-items:center;justify-content:center;padding:0 3px;height:30px;border:1px solid rgba(0,0,0,.131);color:#0000005d;border-radius:6px}.EmpOn_Second_Head .right .divRight .div_box span{display:flex;align-items:center;justify-content:center}.EmpOn_Second_Head .right .divRight .div_box:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.EmpOn_Second_Head .right .divRight .div_box:active{box-shadow:0 0 0 2px #730fad1b!important}.EmpOn_Second_Head .right .divRight .search{overflow:hidden;padding:0}.EmpOn_Second_Head .right .divRight .search .search_icon{font-size:18px;padding:0 5px;margin-top:0}.EmpOn_Second_Head .right .divRight .search input{opacity:none;border:none;width:340px;color:#141414b9;font-size:14px}@media only screen and (max-width: 1400px){.EmpOn_Second_Head .right .divRight .search input{font-size:14px}}.EmpOn_Second_Head .right .divRight .search input[type=search]{border:none;outline:none;color:#320b57}.EmpOn_Second_Head .right .divRight .search input[type=text]:focus{outline:none;border:none;box-shadow:none;color:#320b57}.EmpOn_Second_Head .right .divRight .search:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.EmpOn_Second_Head .right .divRight .search:active{box-shadow:0 0 0 2px #730fad1c!important}.EmpOn_Second_Head .right .divRight .listActive{color:#730fad;background-color:#8708be1a}.EmpOn_Second_Head .right #DateDropdowns{position:absolute;background-color:#fff;margin-right:100px!important;border:1px solid rgb(231,228,228);margin-top:10px;border-radius:11px}.EmpOn_Second_Head .right .div_box{cursor:pointer;width:100%;text-align:center;align-self:center;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.131);color:#0000005d;border-radius:5px}.EmpOn_Second_Head .right .div_box #toggle_selectIcon{display:flex;width:100px!important;color:#400f6f;font-size:14px!important}.allEmployeeList .employee-table{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px auto;font-family:Arial,sans-serif}.allEmployeeList .employee-table table{width:97%;border-collapse:collapse}.allEmployeeList .employee-table table th,.allEmployeeList .employee-table table td{padding:12px;text-align:left;border-bottom:1px solid rgba(221,221,221,.3647058824);border-left:1px solid rgba(221,221,221,.3647058824);border:1px solid rgba(221,221,221,.3647058824)}.allEmployeeList .employee-table table th .status-dropdown,.allEmployeeList .employee-table table td .status-dropdown{z-index:1;width:fit-content}.allEmployeeList .employee-table table th .status-dropdown .status-display,.allEmployeeList .employee-table table td .status-dropdown .status-display{padding:8px 12px;border-radius:44px;display:flex;cursor:pointer;align-items:center}.allEmployeeList .employee-table table th .status-dropdown .status-display div,.allEmployeeList .employee-table table td .status-dropdown .status-display div{display:flex;gap:5px}.allEmployeeList .employee-table table th .status-dropdown .status-display.active,.allEmployeeList .employee-table table td .status-dropdown .status-display.active{background-color:#d3e8fd;color:#0070f3}.allEmployeeList .employee-table table th .status-dropdown .status-display.in-active,.allEmployeeList .employee-table table td .status-dropdown .status-display.in-active,.allEmployeeList .employee-table table th .status-dropdown .status-display.inactive,.allEmployeeList .employee-table table td .status-dropdown .status-display.inactive{background-color:#dce70731;color:#afac1d}.allEmployeeList .employee-table table th .status-dropdown .status-display.resigned,.allEmployeeList .employee-table table td .status-dropdown .status-display.resigned{background-color:#f8e6da;color:#e46d19}.allEmployeeList .employee-table table th .status-dropdown .status-display.terminated,.allEmployeeList .employee-table table td .status-dropdown .status-display.terminated{background-color:#f0d4d4;color:#c70000}.allEmployeeList .employee-table table th .status-dropdown .status-display.notice-period,.allEmployeeList .employee-table table td .status-dropdown .status-display.notice-period{background-color:#fee7e7;color:#ff00c3}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot{width:10px;margin-right:5px;height:10px;border-radius:50%}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.active,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.active{background-color:#0070f3}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.in-active,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.in-active,.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.inactive,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.inactive{background-color:#afac1d}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.resigned,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.resigned{background-color:#d9822b}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.terminated,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.terminated{background-color:#c70000}.allEmployeeList .employee-table table th .status-dropdown .status-display .left_dot.notice-period,.allEmployeeList .employee-table table td .status-dropdown .status-display .left_dot.notice-period{background-color:#ff00c3}.allEmployeeList .employee-table table th .status-dropdown .status-options,.allEmployeeList .employee-table table td .status-dropdown .status-options{position:absolute;margin-top:4px;min-width:120px;top:100%;color:#000;left:0;background:#fff;z-index:9!important;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 5px #00000026}.allEmployeeList .employee-table table th .status-dropdown .status-options .status-option,.allEmployeeList .employee-table table td .status-dropdown .status-options .status-option{position:relative;padding:8px 12px;cursor:pointer;display:flex}.allEmployeeList .employee-table table th .status-dropdown .status-options .status-option:hover,.allEmployeeList .employee-table table td .status-dropdown .status-options .status-option:hover{background:#de4abc6d}.allEmployeeList .employee-table table th .status-dropdown .status-option,.allEmployeeList .employee-table table td .status-dropdown .status-option{position:relative;padding:8px 12px;cursor:pointer;display:flex}.allEmployeeList .employee-table table th .status-dropdown .status-option:hover,.allEmployeeList .employee-table table td .status-dropdown .status-option:hover{background:#de4abc6d}.allEmployeeList .employee-table table th{font-size:13px}.allEmployeeList .employee-table table td{font-size:14px}.allEmployeeList .pagination{width:100%;display:flex;align-items:end;justify-content:end;margin-top:20px;padding:10px 0}.allEmployeeList .pagination .rows-per-page{display:flex;align-items:center}.allEmployeeList .pagination .rows-per-page select{padding:10px 15px;margin-left:10px;border-radius:5px;border:1px solid rgba(0,0,0,.131);outline:none;background-color:#fff;margin-right:5px}.allEmployeeList .pagination .page-navigation{background-color:#fff;border:1px solid rgba(0,0,0,.131);display:flex;align-items:center;justify-content:center;padding:5px 10px;margin-right:25px;border-radius:5px}.allEmployeeList .pagination .page-navigation button{padding:4px;color:#000;border:none;margin:0 5px;border-radius:5px;cursor:pointer;background-color:#fff;border:1px solid #fff}.allEmployeeList .pagination .page-navigation button:disabled{color:#ccc;cursor:not-allowed}.allEmployeeList .pagination .page-navigation button:hover{border:1px solid #320b57;box-shadow:0 0 0 2px #730fad4e}.allEmployeeList .pagination .page-navigation .page-numbers{display:flex;align-items:center}.allEmployeeList .pagination .page-navigation .page-numbers button{background-color:#fff;border:1px solid rgb(255,255,255);color:#000;padding:5px 8px;margin:0 2px;border-radius:5px;cursor:pointer}.allEmployeeList .pagination .page-navigation .page-numbers button button:hover{border:1px solid #320b57;box-shadow:0 0 0 2px #6a05a4bd}.allEmployeeList .pagination .page-navigation .page-numbers button:hover{border:1px solid #320b57;box-shadow:0 0 0 2px #730fad4e}@media (min-width: 1805px){.allEmployeeList .employee-table table{width:98%!important}}@media (max-width: 1355px){.EmpOn_main_container .top-bar ._div{display:none!important}#allEmp{width:100%;height:100%}}#filter_left:hover{border:1px solid #e127e1;box-shadow:0 0 0 2px #730fad4e;transition:.3s ease}#filter_left:active{border:1px solid #320b57;box-shadow:0 0 0 2px #a45ecc1b;transition:.3s ease}@media (max-width: 1250px){#filter_left{display:block!important;margin-left:30px;border:1px solid rgb(205,203,203);padding:2px 8px 3px;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:7px}.EmpOn_Second_Head .filterLeftOpen{display:none!important;border:1px solid rgb(0,255,51)}.EmpOn_Second_Head .filterLeftClose{transition:.3s ease-in-out;width:180px!important;height:fit-content!important;padding:10px 0;border-radius:10px;border:1px solid rgba(189,189,189,.38);position:relative;box-shadow:0 0 10px 5px #f4f3f3;height:fit-content;margin-top:300px!important;margin-left:-62%;left:130px!important;gap:10px;text-align:left;display:flex!important;flex-direction:column!important;align-items:start!important;z-index:2;background:#fff;justify-content:start!important}.EmpOn_Second_Head .filterLeftClose div div{display:flex!important;align-items:center;justify-content:left!important}.EmpOn_Second_Head .filterLeftClose2{margin-top:220px}.EmpOn_Second_Head .filterLeftClose div{width:130px!important;text-align:start!important;align-items:center!important;justify-content:start!important;padding-left:10px!important;margin-left:5px!important}.EmpOn_Second_Head .filterLeftClose div div{padding-left:10px!important}.EmpOn_Second_Head .topSecondStatus{margin-top:180px!important}.EmpOn_Second_Head{display:flex;align-items:center;justify-content:space-between}}@media (max-width: 1111px){.allEmployeeList .employee-table{margin:0 auto;overflow-x:auto}}@keyframes tdHoverScale{0%{transform:scale(1)}to{transform:scale(1.001)}}.not_found_td:hover{background:#fff!important}.not-found-container{background-color:none!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:80px;overflow:hidden}.not-found-container img{width:25%;scale:1.3;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.not-found-container h1{font-size:24px;margin-top:20px;color:#4d4c4c}.not-found-container p{color:#555}#daterange-contener{margin-left:5%}input[type=date]{position:relative;opacity:0!important;height:12px;margin-top:-4px;width:90%;scale:1;z-index:99;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px;background-color:#fff;cursor:pointer}.div_box:active #reload_data_page{animation:rotate360 .3s linear}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.activePageIndex{color:#fff!important;border:1px solid #30005a!important;background:#30005a!important}.status-display{border:1px solid rgba(255,255,255,0);box-shadow:0 0 0 2px #730fad00}.status-display:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.status-display:active{border:1px solid #c500fb;box-shadow:0 0 0 2px #a45ecc1b}input[type=checkbox]{border:1px solid rgba(255,255,255,0);box-shadow:0 0 0 2px #730fad00}input[type=checkbox]:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}input[type=checkbox]:active{border:1px solid #c500fb;box-shadow:0 0 0 2px #a45ecc1b}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}#containerofCskfpx{width:96%!important}#containerofCskfpx .lastbarx12s{width:100%!important;height:70px;margin-top:0;border-radius:10px;display:flex;align-content:center;justify-content:flex-end;display:none}#containerofCskfpx #flexboxppc{display:flex;align-items:center;width:100%!important}#containerofCskfpx #flexboxppc .card-title02{flex:.2}#containerofCskfpx #flexboxppc .card-title05{flex:.4}#containerofCskfpx #flexboxppc .card-title06{flex:.1}#containerofCskfpx .skeleton{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:4px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;margin:16px 14px 17px 13px}@keyframes shine{to{background-position:right -40px top 0}}#containerofCskfpx .abarxs13s1{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:5px;display:none;width:268px;height:30px;margin:auto 10px}#containerofCskfpx .abarxs13s2{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;width:168px;height:32px;margin:auto 10px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.employee-form form .from1 .form-group input,.employee-form form .from1 .form-group select{width:90%;padding:8px;box-sizing:border-box;background-color:#ffffff0b;border:1px solid rgba(128,128,128,.291);border-radius:3px;color:#320b57!important;font-size:14px}.employee-form form .from1 .form-group input:focus-visible,.employee-form form .from1 .form-group select:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .form-group input:focus{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .dropdown:focus-within{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .dropdown .dropdown-button{color:#320b57!important;font-size:14px;background-color:#fff;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.employee-form form .from1 .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;max-height:270px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important;overflow-y:auto}.employee-form form .from1 .dropdown .dropdown_I{max-height:170px;overflow-y:auto}.employee-form #div_headingBit{display:flex;align-items:center;justify-content:space-between}.employee-form form #form .div_heading .SameAddress{width:200px;display:flex;align-items:center;justify-content:center;gap:15px}.employee-form #form .div_heading input{margin-left:0}#submitBtn_next_main{width:calc(100% - 200px);color:#fff;position:fixed;bottom:10px;display:flex;align-items:center;justify-content:space-between;text-align:center;box-shadow:0 0 10px .5px #dad9d9b2;height:63px;margin-bottom:-10px;background:#fff}#submitBtn_next_main .form{right:10px;color:#000;display:flex;width:120px;text-align:center;align-items:center;position:absolute;gap:5px;margin-bottom:0}#submitBtn_next_main .form p{color:#938a8a;margin-right:2px;font-size:13px}#submitBtn_next_main .form span{font-size:22px!important;cursor:not-allowed}#submitBtn_next_main .form .not_active{color:#fff!important}#submitBtn_next_main .form button{background:#fff;outline:none;border:none;font-size:22px;cursor:pointer}#submitBtn .x.disabled{cursor:not-allowed}@media (max-width: 1401px){li:hover #hover_P{rotate:180deg;margin-left:-120px!important;position:relative}li:hover #hover_P p{rotate:180deg;margin-top:-1%!important;margin-left:15px!important;text-align:start;height:fit-content!important}}@media (max-width: 881px){#submitBtn_next_main{width:85%;margin-bottom:0!important}}.not_active{color:#fff!important}.filled{color:#dcecd4!important}.navbar-items span.filled{background:#310b54!important}#searchDepartmentHead{border:1px solid #e9e5e5;background:#fff;outline:none;margin:5px auto;width:98%}#searchDepartmentHead:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}#indexTitile{display:flex!important;width:200px!important}.navbar-items{display:flex}.navbar-items span{cursor:pointer;margin-right:.5px;background-color:transparent;color:#000;transition:background-color .3s,color .3s}.navbar-items span.active{background:#4e1584;color:#fff!important}.navbar-items span:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.navbar-items span.filled{background:#400f6f;color:#d7d5d5}.navbar-items span.disabled{pointer-events:none;opacity:.5;cursor:not-allowed!important}#form{padding:15px;border-radius:20px;border:1px solid rgba(0,0,0,.053);grid-template-columns:repeat(3,1fr);margin:20px}#form h2{font-size:1rem;color:#2a2a2adb}#form .div_heading{display:flex;gap:10px;align-items:center}#form .div_heading input{width:2%;margin-left:70%}#form .div_heading p{color:gray;margin-left:-8px;font-size:.8rem}#form .add_exp{justify-content:space-between}#form .from1{border:1px solid rgba(0,0,0,0);margin-left:-10px;margin-top:-10px;margin-bottom:-20px}#add-experience-button{position:fixed;margin-top:2%;outline:none;border:none}#add-experience-button .sidebar ul li .hover_P{display:none}.li_add_emp{display:flex;cursor:pointer;font-size:1.6rem;background:#fff;list-style:none;border:none;margin-right:-5px;margin-top:-5px;z-index:99}li #hover_P{list-style:none;display:none}li #hover_P p{padding-top:18px}li #hover_P :hover{display:block;animation:.5s forwards}li:hover #hover_P{display:flex;position:absolute;background-color:#320b57;box-shadow:0 0 10px 5px #6e6a6a2f;width:90px;height:20px;padding:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;z-index:9;animation:slideIn .3s forwards;margin-top:-1px;margin-left:50px}li:hover #hover_P p{color:#ffffffc0;z-index:9;font-size:1rem;margin-left:-5px;margin-top:-17px}li:hover #hover_P div{border-bottom:1px solid #c600fb;border-left:1px solid #c600fb;position:absolute;width:20px;height:22px;margin-top:-2px;rotate:45deg;background-color:#320b57;margin-left:-16px;border-bottom-left-radius:5px}#remove_p{color:#ffffffc0!important;font-size:1rem!important;margin-left:-4px!important}#form_group_Duration{width:100%}#form_group_Duration .divDate{display:flex;align-items:center;justify-content:space-between;width:92%;gap:10px}#form_group_Duration #div_Duration{display:flex;justify-content:space-between;border:1px solid red!important;width:37%}#Experience_form{padding-bottom:100px}#Description{width:91.6%;margin:0 10px}#Description textarea{width:100%;height:60px;padding:10px;font-size:.8rem;border:1px solid rgba(134,127,127,.39);border-radius:10px;outline:none;margin-top:5px;resize:none}#Description textarea:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}#Education_form{padding-bottom:100px}.fileUplodBox{display:flex!important;align-items:center!important}.Show_delete_img_new_vendor{cursor:pointer;margin-top:-5px;margin-left:-30px;display:flex}.Show_delete_img_new_vendor svg:hover{color:#000000b7}.deleteImg{display:none}.fileUplodBox:hover .deleteImg{display:block;margin-left:5px}.imageviewlive{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000000b3;z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.imageviewlive .popup-content{position:relative;background-color:#0000008d;border:1px solid black;padding:20px;border-radius:10px;box-shadow:0 0 15px #0003;display:flex;justify-content:center;max-width:80%;max-height:90%;overflow:hidden}.imageviewlive .popup-content img{z-index:999999;max-width:100%;max-height:100%;border-radius:5px;object-fit:cover}.imageviewlive .popup-content .close-button{position:fixed;top:20px;right:20px;font-size:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px;cursor:pointer;color:#000;transition:color .3s ease;box-shadow:0 0 10px #d1b9b9;background:#fff}.imageviewlive .popup-content .close-button:hover{color:red}.file-label-M{margin-top:-38px}.inputmultiple{opacity:0}.tooltip{width:120%;position:absolute;background-color:#333;color:#fff;padding:8px;border-radius:4px;top:25px;z-index:1;transform:translate(-10%)}.progress-bar{width:99%;height:15px;background-color:#e0e0e0;border-radius:3px;overflow:hidden;text-align:center;margin-top:0}.progress-bar-fill{font-size:10px;display:flex;align-items:center;justify-content:center;color:#e0e0e0;height:100%;background-color:#5c0692;transition:width .4s ease}.image-navigator{display:flex;align-items:center;justify-content:center;gap:10px;margin:20px auto}.image-navigator .navition_left_right{position:fixed;z-index:99999999999;display:flex;align-items:center;justify-content:space-between;width:95%}.popup-image{width:100%;height:auto;border-radius:10px}.nav-button{background-color:#0000009b;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px;transition:background-color .3s}.nav-button:hover{background-color:#000}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.profile-page .details .title_top h2{color:#1f1e1e;font-size:calc(23px + var(--fontszoom))!important;font-weight:400!important}.profile-page .details .title_top .close_btn{font-size:calc(23px + var(--fontszoom))!important;cursor:pointer}.profile-page .details .profile_card .img_card .about_emp h3{margin-bottom:5px;font-size:calc(19px + var(--fontszoom));color:#400f6f;font-weight:600}.profile-page .details .profile_card .img_card .about_emp p{color:#2a2a2a;margin-bottom:5px}.profile-page .details .profile_card .img_card .about_emp .emp-status{width:200px!important;align-items:center;gap:2px;display:flex}.profile-page .details .profile_card .img_card .about_emp .emp-status h4{display:flex;align-items:center;margin:0}.profile-page .details .profile_card .img_card .about_emp .emp-status h4:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:6px}.profile-page .details .profile_card .img_card .about_emp .emp-status h5{font-size:calc(14px + var(--fontszoom));text-align:start;height:auto;text-align:left!important;font-weight:500;padding:4px 0;border-radius:20px;margin:0}.profile-page .details .profile_card .img_card .about_emp .emp-status.active h4:before{background:#0070f3}.profile-page .details .profile_card .img_card .about_emp .emp-status.active h5{color:#0070f3}.profile-page .details .profile_card .img_card .about_emp .emp-status.in-active h4:before{background:#afac1d}.profile-page .details .profile_card .img_card .about_emp .emp-status.in-active h5{color:#afac1d}.profile-page .details .profile_card .img_card .about_emp .emp-status.inactive h4:before{background:#afac1d}.profile-page .details .profile_card .img_card .about_emp .emp-status.inactive h5{color:#afac1d}.profile-page .details .profile_card .img_card .about_emp .emp-status.resigned h4:before{background:#e46d19}.profile-page .details .profile_card .img_card .about_emp .emp-status.resigned h5{color:#e46d19}.profile-page .details .profile_card .img_card .about_emp .emp-status.terminated h4:before{background:#c70000}.profile-page .details .profile_card .img_card .about_emp .emp-status.terminated h5{color:#c70000}.profile-page .details .profile_card .img_card .about_emp .emp-status.notice-period h4:before{background:#ff00c3}.profile-page .details .profile_card .img_card .about_emp .emp-status.notice-period h5{color:#ff00c3}.profile-page .details .profile_card .img_card .about_emp .On_Hold{width:80px!important}.profile-page .details .profile_card .img_card .about_emp .On_Hold h4{margin-right:-20px!important}.profile-page .details .profile_card .img_card .about_emp .On_Hold h5{width:75px!important}.profile-page .details .profile_card .action_card div{margin-left:20px;border:1px solid rgba(127,119,119,.27);padding:5px;border-radius:8px;cursor:pointer;color:#400f6f;display:flex;align-items:center}.profile-page .details .profile_card .action_card div:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.profile-page .details .profile_card .action_card div:active{border:1px solid rgba(197,0,251,.4745098039);box-shadow:0 0 0 2px #730fad2c}.profile-page .details .progress-circle{position:relative;width:90px;height:90px}.profile-page .details .progress-circle img{width:70px;height:70px;border-radius:50%;object-fit:cover;position:absolute;top:10px;left:10px;z-index:2}.profile-page .details .progress-circle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:conic-gradient(purple 20% 90%,transparent var(--angle) 100%);border-radius:50%;z-index:1;clip-path:circle(43% at 50% 50%)}.profile-page .details .progress-circle:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:conic-gradient(rgb(175,175,171) 0% 100%,transparent 1% 100%);border-radius:50%;z-index:1;clip-path:circle(41% at 50% 50%)}.profile-page .details .info_cardsEmp{display:flex;justify-content:space-between;margin:10px 20px!important;gap:20px}.profile-page .details .info_cardsEmp .card{width:100%;border-radius:10px;border:1px solid rgba(198,190,190,.432)}.profile-page .details .info_cardsEmp .card .top_head{padding:20px;background-color:#f5f5f5b9;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid rgba(205,197,197,.757)}.profile-page .details .info_cardsEmp .card .top_head h3{display:flex!important;align-items:center!important;font-size:calc(16px + var(--fontszoom))!important;font-weight:500;color:#353333}.profile-page .details .info_cardsEmp .card .top_head h3 span{margin-right:5px}.profile-page .details .info_cardsEmp .card .contentInformation{height:fit-content;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.profile-page .details .info_cardsEmp .card .contentInformation div{margin-top:5px}.profile-page .details .info_cardsEmp .card .contentInformation div h4{color:gray;font-size:calc(13px + var(--fontszoom));font-weight:500}.profile-page .details .info_cardsEmp .card .contentInformation div .privew{display:flex!important;align-items:center;cursor:pointer;gap:4px}.profile-page .details .info_cardsEmp .card .contentInformation div .privew p{border-bottom:1px solid #400f6f}.profile-page .details .info_cardsEmp .card .contentInformation div .privew svg{font:10px!important}.profile-page .details .info_cardsEmp .card .contentInformation div p{font-size:calc(15px + var(--fontszoom));margin-top:5px;color:#400f6f}.profile-page .details .info_cardsEmp .card222{width:100%!important}.profile-page .details .nav-bar button.activeEmp{background-color:#e0e0e0;color:#400f6f;border-bottom:1px solid #5d1a9b}.profile-page .details .contents{padding:20px 30px;background-color:#fff;border-radius:10px}.experience-grid{display:grid!important;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}.education{width:97%;border:1px solid rgba(153,146,146,.569);border-radius:10px;padding:15px 20px}.education .section-header{display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid rgba(153,146,146,.569);padding-bottom:10px}.education .section-header .icon{margin-right:.5rem}.education .section-header h2{font-size:16px;font-weight:700}.education table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;border-radius:10px;overflow:hidden;border-left:1px dashed #ddd;border-right:1px dashed #ddd;border-top:1px solid rgba(219,209,209,.755)}.education table thead{background-color:#e0d4e373}.education table thead tr th{border-bottom:1px solid rgba(219,209,209,.755);padding:.75rem;text-align:left;font-weight:700;font-size:13px;opacity:.6}.education table thead tr th{text-align:start}.education table tbody tr{border-right:1px dashed rgba(239,237,239,.568627451)}.education table tbody tr:hover{background-color:#f4f2f2}.education table tbody tr td{border-bottom:1px dashed #ddd;padding:.75rem}.education table tbody tr td{text-align:start}.education table thead tr:first-child th:first-child{border-top-left-radius:10px}.education table thead tr:first-child th:last-child{border-top-right-radius:10px}.education table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.education table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}#work-location{padding:1px 20px}#work-location h4{padding-bottom:5px;font-weight:400;color:#2a2a2a;font-size:14px;opacity:.7}#work-location .text{padding-bottom:25px;font-weight:400;color:#400f6f;font-size:14px}@media (max-width: 670px){.profile-page .details .profile_card{flex-direction:column!important;text-align:center;justify-content:center}.profile-page .details .profile_card .img_card{flex-direction:column}.profile-page .details .profile_card .action_card{margin-top:10px}.profile-page .details .profile_card .img_card .about_emp div{position:fixed;margin-top:-80px;margin-left:127px}}.toggle-buttons{display:flex;align-items:center;justify-content:center;position:absolute;bottom:1px;z-index:99}.toggle-buttons button{border:none;background:#000;padding:1px;cursor:pointer;border-radius:4px}@media (max-width: 900px){.profile-page .details .info_cardsEmp{flex-direction:column!important}}.profile-page .details .profile_card .img_card .about_user p{color:#2a2a2a8f;margin-bottom:5px}.profile-page .details .profile_card .action_card div span{color:red;margin-top:3px}.profile-page .details .info-cards .card .Health_Information div{display:flex;align-items:center;justify-content:start;padding:5px 30px}.profile-page .details .info-cards .card .Health_Information div h4{font-size:13px;color:#2a2a2a8f;width:200px;margin:5px 0;font-weight:400}.profile-page .details .info-cards .card .Health_Information div p{color:#45237f;font-size:14px}.profile-page .details .nav-bar{margin-top:40px!important;display:flex;border-bottom:1px solid rgba(201,194,194,.357);margin:0 30px;margin-bottom:20px!important}.profile-page .details .nav-bar button{border:none;cursor:pointer;border-top-left-radius:5px;border-top-right-radius:5px;font-weight:700;color:#615b5b;background:#fff}.profile-page .details .contents{margin:0 auto;background-color:#fff;border-radius:10px}#dataFounPageID{display:flex;align-items:center;justify-content:center}#dataFounPageID img{margin:0 auto!important;width:50%}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.status-display.filled{background-color:#0877e678;color:#0070f3!important}.status-display.open{background-color:#0cad542f;color:#0cad55}.status-display.draft{background-color:#fee7e7;color:#ff00c3}.status-display .left_dot.filled{background-color:#07f}.status-display .left_dot.open{background-color:#54d92b}.status-display .left_dot.draft{background-color:#ff00c3}td{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.maincontainmiainx1{position:relative}.dropdowncontentofx35{z-index:111;position:absolute;top:40px;display:flex;flex-direction:column;box-shadow:0 0 19px #d9d5eb;right:0;border-radius:5px;min-width:150px;padding:5px 0;animation:popupZoomIn .2s ease-out forwards;gap:3.5px;width:max-content}.dropdowncontentofx35 .xs2xs23{display:flex;align-items:center;gap:5px}.dropdowncontentofx35 .xs2xs23 svg{color:#5d369f}.dropdowncontentofx35 .dmncstomx1{font-size:13px;display:flex;gap:5px;align-items:center;padding:8px 10px;cursor:pointer;border-bottom:1px solid rgba(187,185,201,.35)!important;transition:.3s all}.dropdowncontentofx35 .dmncstomx1:last-child{border:none!important}.dropdowncontentofx35 .dmncstomx1:hover{background:#f6f8fa}.dropdowncontentofx35 .activedmc{background:#091e420f}.dropdowncontentofx35 .highlighted{color:#ff2e12}.dropdowncontentofx35 .dmncstomx2{font-size:14px;display:flex;gap:5px;border-radius:4px;align-items:center;color:#5d369f;padding:8px 10px;gap:7px;cursor:pointer}.dropdowncontentofx35 .dmncstomx2:hover{background:#f6f8fa}.filtersorticos5w{font-size:13px;font-weight:500;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;height:32px;padding:0 8px;gap:8px;color:#424242;border:1px solid transparent;background:#f6f8fa}.filtersorticos5w:hover{border:1px solid transparent}.buttonofapplyfilter{height:32px;border:none;text-align:center;padding:10px 15px;width:fit-content;width:calc(100% - 10px);margin:auto auto 5px;border-radius:5px;font-family:Inter,Source Sans Pro,Helvetica,Arial,sans-serif;background:#5d369f;color:#fff;cursor:pointer;transition:.2s all;display:flex;align-items:center;gap:5px;justify-content:center}.buttonofapplyfilter svg{font-size:25px}.buttonofapplyfilter:hover{transform:scale(1.05);opacity:1}.buttonofapplyfilter:active{transform:scale(.95)}.buttonofclerfilter{position:absolute;top:68%;width:21%;height:10%;width:105px;text-align:center;padding:10px 15px;font-family:Inter,Source Sans Pro,Helvetica,Arial,sans-serif;background:none;cursor:pointer;display:flex;border:none;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,16,0,.06)!important;font-weight:320}.buttonofclerfilter svg{font-size:25px}.buttonofclerfilter:hover{background-color:#eff2f7;border-bottom:none!important}.no_option_found{display:flex;align-items:center;justify-content:center}.no_option_found iframe{height:100px;width:auto}.no_option_found svg{height:230px}.centeraligntext{justify-content:center!important;display:flex!important;border-bottom:none!important;padding:10px}.active{color:#320b57}#loader02{width:45px;padding:4px;aspect-ratio:1;border-radius:50%;background:#5d369f;display:flex;align-items:center;justify-content:center;margin:200px auto auto;--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:rotate .8s infinite linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.employee-form form .from1 .form-group{margin-bottom:30px!important;height:60px}.employee-form form .from1 .form-group .error_message{font-size:12px;color:red;font-weight:500;display:flex;align-items:center;gap:12px;margin-top:5px}.employee-form form .from1 .form-group .color_red{font-weight:400;color:red!important}.employee-form form .from1 .form-group .select-dropdown-error{border-color:red!important}.employee-form form .from1 .form-group .dropdown-disabled .dropdown-button{cursor:not-allowed;opacity:.6}.employee-form form .from1 .form-group .dropdown-disabled .dropdown-button.disabled{pointer-events:none}.employee-form form .from1 .form-group .dropdown{width:90%;border:1px solid #e4e3e4;border-radius:3px;margin-bottom:0!important}.employee-form form .from1 .form-group .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .form-group .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .form-group .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.employee-form form .from1 .form-group .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .form-group .dropdown .dropdown-button{font-size:14px;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.employee-form form .from1 .form-group .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.employee-form form .from1 .form-group .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.employee-form form .from1 .form-group .dropdown .dropdown-menu .dropdown-item{padding:5px;width:91%;cursor:pointer;margin:3px 6px}.employee-form form .from1 .form-group .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.employee-form form .from1 .form-group .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.employee-form form .from1 .form-group .dropdown-disabled:hover{outline:none;border:1px solid rgba(128,128,128,.2901960784);box-shadow:none}.DescriptionJob{width:100%;margin-top:20px}.dropdownMulti{width:90%;height:33px;border:1px solid #e4e3e3;border-radius:3px;margin-bottom:50px!important;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.dropdownMulti .dropdown-button{font-size:14px;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.dropdownMulti .dropdown-button div:nth-child(2){padding-top:3px}.dropdownMulti .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.dropdownMulti .dropdown-menu .dropdown-item{display:flex;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.dropdownMulti .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.dropdownMulti .dropdown-menu .dropdown-item:hover{color:#400f6f}.dropdownMulti:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}#requiredSkillsSelect{display:flex;gap:5px;align-items:center;max-width:22vw!important;height:auto;white-space:nowrap;padding:3px!important;margin-left:-10px}#requiredSkillsSelect::-webkit-scrollbar{height:10px}#requiredSkillsSelect::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}#requiredSkillsSelect::-webkit-scrollbar-thumb:hover{background:#7d58e9;border-radius:10px}.skill-chip{background:#7d58e9;padding:4px 10px;display:flex;align-items:center;border-radius:20px;color:#fff;font-size:13px}.dropdownMulti .dropdown-menu{max-height:250px;overflow:auto}.skill-chip span{margin-right:5px;cursor:pointer}.skill-chip span:hover{color:red}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.status-display.new{background-color:#08e6c83a;color:#05938a}.status-display.schedule{background-color:#0746e731;color:#1d6daf}.status-display.on-hold{background-color:#dce70731;color:#afac1d}.status-display.interviewed{background-color:#0cad542f;color:#0cad55}.status-display.rejected{background-color:#f0d4d4;color:#c70000}.status-display.hired{background-color:#fee7e7;color:#ff00c3}.status-display .left_dot.new{background-color:#047e91}.status-display .left_dot.on-hold{background-color:#afac1d}.status-display .left_dot.interviewed{background-color:#54d92b}.status-display .left_dot.rejected{background-color:#c70000}.status-display .left_dot.hired{background-color:#ff00c3}.status-display .left_dot.schedule{background-color:#10f}#filter_left{display:none}.td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;padding:10px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.labelfistc51s{padding:7px 10px;cursor:pointer;transition:.2s all;font-size:13px;color:#424242}.filtersorticos5w{font-size:13px;font-weight:500;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;height:32px;padding:0 10px;gap:8px;color:#424242;border:1px solid rgba(82,80,80,.287)}.filtersorticos5w:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.filtersorticos5w svg{font-size:20px;border-radius:250px}.filtersorticos5w img{width:16px;height:17px;object-fit:contain}.filter-container{display:flex;flex-direction:column;gap:5px;width:100%;width:max-content;width:180px;max-width:250px;z-index:111;position:absolute;top:40px;background:#fff;border:1px solid rgba(187,185,201,.35);box-shadow:0 0 20px #0e2a4726;right:0;border-radius:5px;overflow:hidden;gap:0px;animation:popupZoomIn .2s ease-out forwards}.filter-container h1{font-size:14px;font-weight:500;padding:8px;color:#424242;display:flex;align-items:center;gap:5px;border-bottom:1px solid rgba(187,185,201,.35);display:none}.filter-container h1 img{height:14px}.filter-container .filtezxe41cwws5w{display:flex;justify-content:center;flex-direction:column;gap:1px;padding:2px 0}.filter-container .labelfistc51s{padding:7px 10px;width:100%;cursor:pointer;transition:.2s all;font-size:13px;color:#424242}.filter-container .labelfistc51s:hover{background:#091e420f}.filter-container .active-filter{background:#091e420f;padding:7px 10px;cursor:pointer;transition:.2s all;border-radius:5px;font-size:14px;width:90%;position:relative}.filter-container .active-filter:hover{background:#091e420f}.filter-container .active-filter:before{content:"✔️";right:10px;position:absolute;color:#f5f5f5;padding:2px;width:13px;height:13px;font-size:13px!important;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;border-radius:66px}.filter-container .cusfilters12x2{display:flex;flex-direction:column;gap:1px;border-top:1px solid rgba(187,185,201,.35);padding:2px 0}.filter-container .custtypestext4s{color:#5d369f;padding:10px 10px 5px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:5px}.filter-container .custtypestext4s svg{font-size:16px}.filter-container .cusbutonscjks54{display:flex;align-items:center;flex-direction:column}.filter-container .cusbutonscjks54 label{display:flex;align-content:center;align-items:center;gap:5px;padding:7px 10px;cursor:pointer;width:90%}.filter-container .cusbutonscjks54 label:hover{background:#091e420f}.filter-container .cusbutonscjks54 label span{background:transparent;border:none;font-size:13px;cursor:pointer;color:#424242}.filter-container .buttonofapplyfilter{height:32px;border:none;text-align:center;padding:10px 15px;width:fit-content;width:93%;font-family:Inter,Source Sans Pro,Helvetica,Arial,sans-serif;background:#5d369f;color:#fff;cursor:pointer;transition:.2s all;display:flex;align-items:center;gap:5px;justify-content:center}.filter-container .buttonofapplyfilter svg{font-size:25px}.filter-container .buttonofapplyfilter:hover{transform:scale(1.05);opacity:1}.filter-container .buttonofapplyfilter:active{transform:scale(.95)}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}#showAlert{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff!important;width:280px;border-radius:10px;height:50px;background-color:#4ba34e!important;text-shadow:0px 0px 5px rgba(0,255,0,.8);top:50%;left:43%;padding:10px;font-size:1rem;box-shadow:0 0 15px 1px #48ff48b3;z-index:999999999;opacity:0;transform:translateY(-50%) scale(.8);animation:zigzagIn .8s ease-out forwards,glowEffect 2s infinite alternate;text-align:center}#showAlertError{text-align:center;position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;width:280px;border-radius:10px;height:50px;background-color:#f44336;text-shadow:0px 0px 5px rgba(255,0,0,.7);top:50%;left:43%;padding:10px;font-size:1rem;box-shadow:0 0 15px 1px #ff4848b3;z-index:999999999;opacity:0;transform:translateY(-50%) scale(.8);animation:zigzagIn .8s ease-out forwards,glowEffectError 2s infinite alternate}@keyframes zigzagIn{0%{opacity:0;transform:translateY(-50%) scale(.8) rotate(-10deg)}50%{opacity:.5;transform:translateY(-55%) scale(1.1) rotate(10deg)}to{opacity:1;transform:translateY(-50%) scale(1) rotate(0)}}@keyframes glowEffect{0%{box-shadow:0 0 15px 2px #48ff48b3}to{box-shadow:0 0 25px 5px #40ff00}}@keyframes glowEffectError{0%{box-shadow:0 0 15px 2px #ff4848b3}to{box-shadow:0 0 25px 5px red}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.NewAttendance_main .blurBG{position:absolute;width:100vw;top:0;left:0;right:0;bottom:0;background-color:#0003!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.NewAttendance_main .formDiv{position:absolute;z-index:99;width:100%;margin-left:-105px;display:flex;align-items:center;justify-content:center}.NewAttendance_main .formDiv .popForm{width:800px;min-height:fit-content;background:#fff;border-radius:11px;box-shadow:0 0 10px 5px #00000026}.NewAttendance_main .formDiv .popForm .Attendance_Head{border-top-left-radius:11px;border-top-right-radius:11px;width:100%;display:flex;align-items:center;justify-content:space-between;height:79px;background:#ebe7ee80}.NewAttendance_main .formDiv .popForm .Attendance_Head h2{padding-left:30px!important;font-weight:500}.NewAttendance_main .formDiv .popForm .Attendance_Head .close_icon{padding-right:30px;cursor:pointer}.NewAttendance_main .formDiv .popForm .Attendance_Head .close_icon:hover svg{color:red}.NewAttendance_main .formDiv .popForm .form-container{gap:20px;margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:10px}.NewAttendance_main .formDiv .popForm .form-container #employeeForm{display:grid;grid-template-columns:1fr 1fr}.NewAttendance_main .formDiv .popForm .form-container ._btn_form{margin-bottom:50px}.NewAttendance_main .formDiv .popForm .form-group{margin-bottom:10px}.NewAttendance_main .formDiv .popForm .form-group .red{color:red}.NewAttendance_main .formDiv .popForm .form-group label{font-size:14px;font-weight:400;display:block;margin-bottom:8px}.NewAttendance_main .formDiv .popForm input[type=text],.NewAttendance_main .formDiv .popForm input[type=date],.NewAttendance_main .formDiv .popForm input[type=search],.NewAttendance_main .formDiv .popForm input[type=time]{padding:10px 7px;width:90%;border:1px solid #ccc;border-radius:5px;outline:none;font-size:16px}.NewAttendance_main .formDiv .popForm input[type=text]:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDiv .popForm button[type=submit]{width:350px;margin-top:10px;position:absolute;padding:12px;border:none;border-radius:8px;background:linear-gradient(to right,#400f6f,#400f6f);color:#fff;font-size:18px;cursor:pointer;transition:background .3s ease;position:relative}.NewAttendance_main .formDiv .popForm #sbt_center{position:absolute;margin-left:-25%;margin-top:135px}.NewAttendance_main .formDiv .popForm #sbt_center2{position:absolute;margin-left:-25%;margin-top:235px}.NewAttendance_main .formDiv .popForm button[type=submit]:hover{background:linear-gradient(to right,#400f6f,#400f6f);box-shadow:0 0 10px .1px #c2c0c0}.NewAttendance_main .formDiv .buttons{display:flex;align-items:center;text-align:center;justify-content:center}.NewAttendance_main .formDiv .submit-btn{display:flex;align-items:center;justify-content:center;gap:5px}.NewAttendance_main .formDiv .submit-btn svg{color:#fff}.select-dropdown-error{border-color:red!important}.dropdown{width:92%;padding:3px;height:33px;border:1px solid #e4e3e4;border-radius:5px;background:#fff}.dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.dropdown .dropdown-button{font-size:14px;background-color:#fff;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.dropdown .dropdown-button div:nth-child(2){padding-top:3px}.dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;max-height:300px;overflow:auto;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}input:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.status-display.half-day{background-color:#f3ff1031;color:#b8b501}.status-display.present{background-color:#0cad542f;color:#0cad55}.status-display.absent{background-color:#f0d4d4;color:#c70000}.status-display .left_dot.half-day{background-color:#cecb14}.status-display .left_dot.present{background-color:#54d92b}.status-display .left_dot.absent{background-color:#c70000}.info_cards_at{display:flex;justify-content:space-between;margin:10px 20px!important;gap:20px;padding-bottom:20px}.info_cards_at .card_at{width:100%;border-radius:10px;border:1px solid rgba(198,190,190,.432)}.info_cards_at .card_at .top_head{padding:20px;background-color:#f5f5f5b9;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid rgba(205,197,197,.757)}.info_cards_at .card_at .top_head h3{display:flex!important;align-items:center!important;font-size:16px!important;font-weight:500;color:#353333}.info_cards_at .card_at .top_head h3 span{margin-right:5px}.info_cards_at .card_at .contentInformation{height:fit-content;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.info_cards_at .card_at .contentInformation div{margin-top:5px}.info_cards_at .card_at .contentInformation div h4{color:gray;font-size:.9rem;font-weight:500}.info_cards_at .card_at .contentInformation div .privew{display:flex!important;align-items:center;cursor:pointer;gap:4px}.info_cards_at .card_at .contentInformation div .privew p{border-bottom:1px solid #400f6f}.info_cards_at .card_at .contentInformation div .privew svg{font:10px!important}.info_cards_at .card_at .contentInformation div p{font-size:1rem;margin-top:5px;color:#400f6f}.info_cards_at .card_at:nth-child(2){width:100%!important}.info_cards_at .card_at:nth-child(2) .Emp .div_dob{align-items:center;justify-content:space-between;display:flex;margin:20px}.info_cards_at .card_at:nth-child(2) .Emp .div_dob p{opacity:.5}.info_cards_at .card_at:nth-child(2) .Emp .div_dob img{padding:2px;border:3px solid rgb(209,203,203);border-radius:50%;width:50px;height:50px}.info_cards_at .card_at:nth-child(2) .Emp .div_dob .img_dob_name{gap:10px;display:flex;align-items:center;justify-content:space-between}.info_cards_at .card_at:nth-child(2) .Emp .div_dob .img_dob_name div h3{font-size:18px!important}@media (max-width: 1111px){.info_cards_at .card:nth-child(2){width:100%!important}}.calendar_card{border:1px solid rgba(207,201,201,.61);margin:0 20px;border-radius:10px}.calendar_card .calendar-container .top_head{background:#f5f3f398;border-bottom:1px solid #ddd;padding:20px;margin-top:-20px;border-top-left-radius:10px;border-top-right-radius:10px}.calendar_card .calendar-container .calendar-header{padding:10px}.calendar-container{max-width:100%;margin:20px auto;font-family:Arial,sans-serif}.calendar-container .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.calendar-container .calendar-header .C_right{display:flex;align-items:center;justify-content:space-between;gap:20px}.calendar-container .calendar-header .C_right button{display:flex;align-items:center;justify-content:center;background-color:#6a1b9a;width:fit-content;height:40px;color:#fff;padding:10px;border:none;cursor:pointer}.calendar-container .calendar-header .C_right svg{color:#fff}.calendar-container .calendar-header select{margin-left:10px;cursor:pointer;padding:8px 12px;border-radius:4px;border:1px solid #ddd;background-color:#f0f0f0;color:#6a1b9a;font-weight:700}.calendar-container .calendar-header .apply-btn{background-color:#6a1b9a;color:#fff;padding:10px;border:none;cursor:pointer;margin:0 10px}.fc .fc-daygrid-day{padding:15px;border:1px solid #e0e0e0;text-align:center}.fc .fc-daygrid-day.present{background-color:#e0f7fa;color:#00796b}.fc .fc-daygrid-day.absent{background-color:#ffebee;color:#c62828}.fc .fc-daygrid-day.half-day{background-color:#fff3e0;color:#f57c00}.fc-h-event{background:#fff;border:none}.events{color:#2a2a2a;border:1px solid rgb(255,255,255);width:fit-content}.events .absent{color:red;background:#ff00002a;width:fit-content;padding:5px 10px 5px 20px;border-radius:20px;font-size:16px;margin-bottom:15px;margin-top:-40px}.events .absent:before{content:"";width:10px;height:10px;background:red;border-radius:50%!important;position:absolute;margin-left:-12px;margin-top:5px}.events .present{color:#05993e;background:#00ff402a;width:fit-content;padding:5px 10px 5px 20px;border-radius:20px;font-size:16px;margin-bottom:15px;margin-top:-40px}.events .present:before{content:"";width:10px;height:10px;background:#039e2a;border-radius:50%!important;position:absolute;margin-left:-12px;margin-top:5px}.events .present .Shift{color:#2a2a2a}.fc .fc-daygrid-day-top{display:flex;justify-content:end!important;font-size:28px!important;color:#2a2a2a!important;right:0}.fc .fc-daygrid-day{text-align:start!important;background:#fff!important}.fc-toolbar{display:none}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.day_name_attendance{text-align:center;font-weight:700;color:#320b57b8;padding:.5rem;background-color:#faf6ff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;font-size:calc(12px + var(--fontszoom))}.curr_moth_{color:#1a0330b7;font-size:18px}.calendar-header-att{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;margin-top:10px}.calendar-header-att .C_Left{display:flex;align-items:center;justify-content:space-between;margin-left:-10px}.calendar-header-att .C_Left select,.calendar-header-att .C_Left button{border-radius:8px}.calendar-header-att .C_Left select{background:#fff}.calendar-header-att .C_right{display:flex;align-items:center;justify-content:space-between;gap:20px}.calendar-header-att .C_right button{display:flex;align-items:center;justify-content:center;width:fit-content;height:40px;color:#400f6f;padding:10px;border:none;cursor:pointer;border:1px solid #400F6F;border-radius:8px;background:#fff}.calendar-header-att .C_right button svg{color:#400f6f}.calendar-header-att .C_right .Current_month{background-color:#6a1b9a;color:#fff}.calendar-header-att .C_right svg{color:#fff}.calendar-header-att select{margin-left:10px;cursor:pointer;padding:8px 12px;border-radius:4px;border:1px solid #ddd;background-color:#f0f0f0;color:#6a1b9a;font-weight:700}.calendar-header-att .apply-btn{background-color:#6a1b9a;color:#fff;padding:10px;border:none;cursor:pointer;margin:0 10px}.date-flex{display:flex!important;align-items:center!important;justify-content:space-between!important}.date-flex .leave{padding:5px 7px;border-radius:20px;background:#fff;display:flex;align-items:center;color:#4976f4}.date-flex .leave .dot{padding:1px;background:#4976f4}.date-flex .Present{padding:5px 7px;border-radius:20px;background:#4977f430;display:flex;align-items:center;color:#4976f4;font-size:calc(12px + var(--fontszoom))}.date-flex .Present .dot{padding:1px;background:#4976f4}.date-flex .Half-day{padding:5px 7px;border-radius:20px;background:#944baf34;display:flex;align-items:center;font-size:calc(12px + var(--fontszoom));color:#68058c}.date-flex .Half-day .dot{padding:1px;background:#68058c}.date-flex .holiday{padding:5px 7px;border-radius:20px;background:#ffffff92;display:flex;align-items:center}.date-flex .holiday .dot{padding:1px;background:#ea530e}.date-flex .Absent{padding:5px 7px;border-radius:20px;background:#ff00003f;display:flex;align-items:center;color:red;font-size:calc(12px + var(--fontszoom))}.date-flex .Absent .dot{padding:1px;background:red}.shift_given{font-size:calc(10px + var(--fontszoom));width:100%;color:#000;background:#fff;padding:5px;margin:0 auto 0 -5px;border-radius:8px}.error_message{font-size:12px;color:red;font-weight:500;display:flex;align-items:center;gap:12px;margin-top:5px}.button{--border: rgb(0 0 0/13%);--highlight: rgb(255 255 255/20%);--shadow: rgb(0 0 0/10%);display:flex;height:2.5rem;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:.25rem;white-space:nowrap;border-style:none;background-color:#fff;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:1.5rem;cursor:pointer;color:#000;text-decoration-line:none;outline-width:2px;outline-offset:2px;outline-color:#007acc;box-shadow:inset 0 0 0 1px var(--border),inset 0 2px 0 var(--highlight),inset 0 -1px 0 var(--shadow),0 1px 1px var(--shadow);font-weight:500;border-radius:.375rem}.button:where(.dark,.dark *){--border: rgb(255 255 255/10%);--highlight: rgb(255 255 255/5%);--shadow: rgb(0 0 0/25%);background-color:#ffffff0d;color:#fff;box-shadow:inset 0 0 0 1px var(--border),inset 0 -1px 0 1px var(--shadow),inset 0 1px 0 var(--highlight)}.button:not(:active):hover{--border: rgb(0 0 0/33%)}.button:where(.dark,.dark *):not(:active):hover{--border: rgb(255 255 255/25%)}.button[aria-disabled=true]{opacity:.5}.button[data-focus-visible]{outline-style:solid}.button:active,.button[data-active]{padding-top:.125rem;box-shadow:inset 0 0 0 1px var(--border),inset 0 2px 0 var(--border)}@media (min-width: 640px){.button{gap:.5rem}}.button:active:where(.dark,.dark *),.button[data-active]:where(.dark,.dark *){box-shadow:inset 0 0 0 1px var(--border),inset 0 1px 1px 1px var(--shadow)}.secondary{background-color:transparent;color:currentColor;box-shadow:none}.secondary:hover{background-color:#0000000d}.secondary:where(.dark,.dark *){background-color:transparent;box-shadow:none}.secondary:hover:where(.dark,.dark *){background-color:#ffffff0d}.secondary:active:where(.dark,.dark *),.secondary[data-active]:where(.dark,.dark *){box-shadow:none}.backdrop{background-color:#0000001a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.backdrop:where(.dark,.dark *){background-color:#0000004d}.dialog{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;margin:auto;display:flex;height:fit-content;max-height:calc(100dvh - 1.5rem);flex-direction:column;gap:1rem;overflow:auto;border-radius:.75rem;background-color:#fff;padding:1rem;color:#000;box-shadow:0 25px 50px -12px #00000040;@keyframes spin{to{transform:rotate(360deg)}}}.dialog .loader{width:16px;height:16px;border:2px solid #fff;border-top:2px solid #999;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;vertical-align:middle}@media (min-width: 640px){.dialog{max-height:80vh;width:420px;border-radius:1rem;padding:1.5rem}}.dialog:where(.dark,.dark *){border-width:1px;border-style:solid;border-color:#3b3e40;background-color:#27292a;color:#fff}.heading{margin:0;font-size:1.25rem;line-height:1.75rem;font-weight:600}.buttons{display:flex;gap:.5rem}.wrapper{display:flex;flex-direction:column;gap:.5rem;border-radius:.5rem;background-color:#fff;padding:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.wrapper:where(.dark,.dark *){background-color:#27292a;box-shadow:0 1px 3px #00000040,0 1px 2px -1px #0000001a}.toast-container{margin-right:var(--scrollbar-width, 0)}.profile-page .details .info-cards .card4{width:60%!important;overflow:hidden;border:1px solid #e6e0e0;border-radius:11px}#inputD{width:70px!important}.tableD{table-layout:fixed;width:100%}#Description2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;padding:10px}#despt{margin-top:-30px!important;display:flex;flex-direction:column!important}#despt textarea{width:100%!important;height:60px;padding:10px;font-size:.8rem;border:1px solid rgba(134,127,127,.39);border-radius:10px;outline:none;margin-top:5px;resize:none}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.popup-overlay .popup-content{background-color:#fff;padding:20px;border-radius:8px;width:547px;height:298px;box-shadow:0 2px 10px #0000001a;margin-top:-167px}.popup-overlay .popup-content .add-designation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:-10px;width:586px;height:67px;border-radius:6px;top:-20px;left:-19.5px;gap:0px;opacity:0px;background:#ededed;position:relative}.popup-overlay .popup-content .add-designation-header h2{margin:28px;font-size:18px;color:#30005a}.popup-overlay .popup-content .add-designation-header .close_btn{cursor:pointer;background:none;border:none;font-size:1.5em;margin-right:12px}.popup-overlay .popup-content .add-designation-header .close_btn:hover{color:red;border-radius:5px}.popup-overlay .popup-content .add-designation-body form{display:flex;flex-direction:column}.popup-overlay .popup-content .add-designation-body form label{margin-top:10px;margin-bottom:5px;font-size:.9em;color:#555}.popup-overlay .popup-content .add-designation-body form input,.popup-overlay .popup-content .add-designation-body form textarea{padding:20px 5px;margin-bottom:15px;border:1px solid #e9e9e9;border-radius:6px;box-sizing:border-box;background:#fbfbfb;outline:none;margin-top:5px;height:40px}.popup-overlay .popup-content .add-designation-body form input:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.popup-overlay .popup-content .add-designation-body form .side-by-side{display:flex}.popup-overlay .popup-content .add-designation-body form .side-by-side .dropdown_designation_{width:100%!important}.popup-overlay .popup-content .add-designation-body form .side-by-side input{width:90%;height:35px}.popup-overlay .popup-content .add-designation-body form textarea{height:80px}.popup-overlay .popup-content .add-designation-body form button[type=submit]{background-color:#400f6f;color:#fff;padding:10px 15px;border:none;border-radius:7px;cursor:pointer;width:190px;font-size:1em;position:relative;left:172px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(197,0,251,0);box-shadow:0 0 0 2px #730fad00}.popup-overlay .popup-content .add-designation-body form button[type=submit] svg{color:#fff;margin-left:5px}.popup-overlay .popup-content .add-designation-body form button[type=submit]:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.popup-overlay .popup-content .add-designation-body form .side-by-side{margin-bottom:-20px}.popup-overlay .popup-content .add-designation-body form textarea{margin-top:5px;resize:none}.popup-overlay .popup-content .add-designation-body form textarea:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}#dipar_3jeij{width:44%;height:30px;margin-left:-10px}.top_gap_de32{margin-top:5px!important}#DescriptionJOB .paragra{padding-bottom:25px;font-weight:400;color:#2a2a2a;font-size:14px;opacity:.7}.slide-content{display:block}.slick-slider{max-width:450px;display:flex}@media (max-width: 1490px){.slick-slider{max-width:430px}}@media (max-width: 1430px){.slick-slider{max-width:400px}}@media (max-width: 1340px){.slick-slider{max-width:380px}}@media (max-width: 1299px){.slick-slider{max-width:350px}}@media (max-width: 1219px){.slick-slider{max-width:330px}}@media (max-width: 1102px){.slick-slider{max-width:440px}}.status-dropdown .status-display.partially-vaccinated{background-color:#0877e678;color:#0070f3!important}.status-dropdown .status-display.fully-vaccinated{background-color:#0cad542f;color:#0cad55}.status-dropdown .status-display.not-vaccinated{background-color:#f0d4d4;color:#c70000}.status-dropdown .status-display .left_dot.partially-vaccinated{background-color:#07f}.status-dropdown .status-display .left_dot.fully-vaccinated{background-color:#54d92b}.status-dropdown .status-display .left_dot.not-vaccinated{background-color:#c70000}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}@media (max-width: 1215px){.employee-form form{width:99%!important}}.employee-form form .from1 .form-group .custom-file-upload{display:inline-block;align-items:center;justify-content:center;display:flex;gap:5px;height:36px;cursor:pointer;width:92%;border-radius:4px;border:1px solid #ccc;text-align:center;margin-top:0;color:#00000072}.employee-form form .from1 .form-group .custom-file-upload:hover{border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .form-group .upload-icon{margin-right:8px}.employee-form form .from1 .form-group .custom-file-upload:hover{background-color:#0000000e}.employee-form form .from1 .dropdown{width:90%;height:33px;border:1px solid #e4e3e4;border-radius:3px;background:#fff;margin-bottom:50px!important}.employee-form form .from1 .dropdown .dropdown-button{font-size:14px;background-color:#fff;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}#checkbox{display:flex;align-items:center;justify-content:space-between;width:90%}#checkbox div{display:flex;align-items:center;justify-content:center}#checkbox div input{margin-right:5px}#checkbox div label{margin-top:5px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.employee-form .top-bar .close_nav{position:absolute;right:35px;border:1px solid black;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-top:15px}.employee-form .top-bar .close_nav:hover{border:1px solid red!important;color:red!important}.employee-form .titleForm_h3{font-size:17px;color:#2a2a2a;margin-bottom:10px}.employee-form form .FormDiv .from1{border:1px solid red!important;padding:15px;border-radius:10px;border:1px solid rgba(0,0,0,.053);display:grid;grid-template-columns:repeat(3,1fr);margin:20px}@media (max-width: 1250px){.employee-form form .FormDiv .from1{padding-right:0}}@media (max-width: 1024px){.employee-form form .FormDiv .from1{grid-template-columns:repeat(2,1fr);padding-right:0}}@media (max-width: 768px){.employee-form form .FormDiv .from1{grid-template-columns:1fr;padding-right:0;margin:10px}}.employee-form form .FormDiv .from1 .form-group{margin-bottom:10px;height:60px}.employee-form form .FormDiv .from1 .form-group label{display:block;margin-bottom:5px;font-size:13px}.employee-form form .FormDiv .from1 .form-group label:after{color:red;margin-left:4px}.employee-form form .FormDiv .from1 .form-group input,.employee-form form .FormDiv .from1 .form-group select{width:90%;padding:8px;box-sizing:border-box;background-color:#ffffff0b;border:1px solid rgba(128,128,128,.291);border-radius:3px;color:#1d0534;font-size:14px}.employee-form form .FormDiv .from1 .form-group input:hover,.employee-form form .FormDiv .from1 .form-group select:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .FormDiv .from1 .form-group input:focus{outline:none;border:1px solid #650f6f}.employee-form form .FormDiv .from1 .form-group #file{display:none}.employee-form form .FormDiv .from1 .dropdown{width:90%;height:33px;border:1px solid #e4e3e4;border-radius:3px;background:#fff;margin-bottom:50px!important}.employee-form form .FormDiv .from1 .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .FormDiv .from1 .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .FormDiv .from1 .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.employee-form form .FormDiv .from1 .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.employee-form form .FormDiv .from1 .dropdown .dropdown-button{font-size:14px;background-color:#fff;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.employee-form form .FormDiv .from1 .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.employee-form form .FormDiv .from1 .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.employee-form form .FormDiv .from1 .dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.employee-form form .FormDiv .from1 .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.employee-form form .FormDiv .from1 .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.employee-form form .FormDiv .from1 button{grid-column:span 3}@media (max-width: 1024px){.employee-form form .FormDiv .from1 button{grid-column:span 2}}@media (max-width: 768px){.employee-form form .FormDiv .from1 button{grid-column:span 1}}@media (max-width: 881px){#submitBtn_next_main{width:75%;margin-bottom:0!important}li:hover #hover_P{display:none!important}}.starred{color:red!important}.input-container{position:relative}.weight-input{padding-right:40px;width:100%}.unit-label{color:#848383;margin-left:-30px}.color_red{font-weight:400;color:red!important}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.LeavesOverview .Overview4{margin:10px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.LeavesOverview .Overview4 .Overview_box{height:100px;border-radius:11px;box-shadow:0 0 4px #00000014;padding:10px;background:linear-gradient(180deg,#ebe7ee80,#e3d0f180);width:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-around;text-align:center}.LeavesOverview .Overview4 .Overview_box .Overview_Top{width:90%;display:flex;align-items:center;justify-content:space-between}.LeavesOverview .Overview4 .Overview_box .Overview_Top .icon{padding:10px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.LeavesOverview .Overview4 .Overview_box .Overview_Bottom{width:90%;display:flex;align-items:baseline}.LeavesOverview .Overview4 .Overview_box .Overview_Bottom p{color:#2a2a2a;font-size:14px;margin-left:4px;margin-bottom:5px}.LeavesOverview .Overview4 .Overview_box .Overview_Bottom h3{font-size:36px;color:#400f6f;font-weight:500}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.filter-tabs{display:flex;gap:10px;margin-bottom:20px;margin-left:20px;margin-top:10px}.filter-button{padding:8px 12px;border:none;background:#f0f0f0;color:#333;border-radius:5px;cursor:pointer;transition:all .3s}.filter-button.active{background:#400f6f;color:#fff}.filter-button:hover{background:#6515af;color:#fff}.Emp4{display:flex;flex-direction:column;flex-wrap:wrap;gap:0px}.Leave_Summary{padding:15px;background:#f9f9f9;border:1px solid rgba(144,142,142,.257)!important;border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;align-items:center}.Leave_Summary{display:flex;align-items:center;justify-content:space-between;background-color:#f9f9f9;border:1px solid rgba(221,221,221,.2901960784);padding:12px;border-radius:6px}.leave-type-container{display:flex;align-items:center;justify-content:center;gap:20px;font-size:16px;margin:0;color:#333}.leave-type-container .filtered-number{border:3px solid #400F6F;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;text-align:center;font-size:12px}.leave-type-container .filtered-number .spn_day{font-size:9px!important}.filtered-number{font-size:14px;font-weight:700;color:#666}.profile-page .details .info-cards .card4 .Emp4 .Leave_Summary{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(155,151,151,.489);margin:15px 20px;padding:10px;border-radius:11px}.profile-page .details .info-cards .card4 .Emp4 .Leave_Summary p{color:#2a2a2a;opacity:.8;font-size:14px;width:150px}@media only screen and (max-width: 1300px){.profile-page .details .info-cards .card4 .Emp4 .Leave_Summary p{font-size:12px!important}}.profile-page .details .info-cards .card4 .Emp4 .Leave_Summary h2{color:#400f6f;font-size:32px}.ProjectList .section-header-title{display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid rgba(153,146,146,.569);padding-bottom:10px;min-width:1000px}.ProjectList .section-header-title svg{margin-right:10px;color:#140423}.ProjectList .section-header-title h2{font-size:16px;font-weight:700;color:#2a2a2a}.ProjectList table tbody tr .declined{color:red}.ProjectList table tbody tr .declined .td{border-radius:8px;padding:5px 10px;background-color:#9e585840;display:flex;align-items:center;justify-content:start;width:fit-content}.ProjectList table tbody tr .declined .td:before{content:"";width:5px;height:5px;padding:2px;margin-right:5px;border-radius:50%;background-color:#d50e0e}.ProjectList table tbody tr .pending{color:#df6550f5}.ProjectList table tbody tr .pending .td{border-radius:8px;padding:5px 10px;color:#df6550f5;display:flex;align-items:center;justify-content:start;width:fit-content}.ProjectList table tbody tr .pending .td:before{content:"";width:5px;height:5px;padding:2px;margin-right:5px;border-radius:50%;background-color:#df6550f5}@media (max-width: 1111px){.profile-page .details .info-cards{flex-direction:column}.profile-page .details .info-cards .card4{width:100%!important}.profile-page .details .info-cards .card4 .Emp4 .Leave_Summary p{font-size:14px!important}.experience-grid{display:grid;grid-template-columns:1fr 1fr}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.NewAttendance_main .blurBG{position:absolute;width:100vw;top:0;left:0;right:0;bottom:0;height:99vh;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.NewAttendance_main .formDivLeave .popForm{width:800px;height:fit-content;background:#fff;border-radius:11px;box-shadow:0 0 10px 5px #00000026}.NewAttendance_main .formDivLeave .popForm input[type=text],.NewAttendance_main .formDivLeave .popForm input[type=number]{padding:10px;width:90%;border:1px solid rgba(204,204,204,.6196078431);border-radius:5px;outline:none;font-size:14px}.NewAttendance_main .formDivLeave .popForm button[type=submit]{width:300px;margin-top:60px;position:absolute;padding:12px;border:none;border-radius:8px;background:linear-gradient(to right,#400f6f,#400f6f);color:#fff;font-size:18px;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;text-align:center;justify-content:center;gap:5px}.NewAttendance_main .formDivLeave .popForm button[type=submit] svg{color:#fff}.NewAttendance_main .formDivLeave .popForm button[type=submit]:hover{background:linear-gradient(to right,#400f6f,#410f6fe9);box-shadow:0 0 10px .1px #c2c0c0}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.NewAttendance_main .formDivLeave .leave_form__{height:fit-content!important;padding-bottom:50px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.LeavesOverview{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:15px 30px 10px}.LeavesOverview h2{font-size:18px;font-weight:500;color:#2a2a2a}.LeavesOverview .Overview_slide{margin:10px 0;gap:20px}.LeavesOverview .Overview_slide .Overview_box1{border:1px solid red!important;gap:20px;height:100px;border-radius:11px;box-shadow:0 0 4px #00000014;padding:10px;background:linear-gradient(180deg,#ebe7ee80,#e3d0f180);width:90%!important;display:flex;align-items:center;flex-direction:column;justify-content:space-around;text-align:center}.LeavesOverview .Overview_slide .Overview_box1 .Overview_Top{width:100%;display:flex;align-items:center;justify-content:space-between}.LeavesOverview .Overview_slide .Overview_box1 .Overview_Top .icon{padding:10px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.LeavesOverview .Overview_slide .Overview_box1 .Overview_Bottom{width:90%;display:flex;align-items:baseline}.LeavesOverview .Overview_slide .Overview_box1 .Overview_Bottom p{color:#2a2a2a;font-size:14px;margin-left:4px;margin-bottom:5px}.LeavesOverview .Overview_slide .Overview_box1 .Overview_Bottom h3{font-size:36px;color:#400f6f;font-weight:500}.LeavesOverview .Overview_sl{margin:10px 0;display:flex;align-items:center;justify-content:start;gap:20px}.LeavesOverview .Overview_sl .Overview_box{height:100px;border-radius:11px;box-shadow:0 0 4px #00000014;padding:10px;background:linear-gradient(180deg,#ebe7ee80,#e3d0f180);width:90%!important;max-width:400px;display:flex;align-items:center;flex-direction:column;justify-content:space-around;text-align:center}.LeavesOverview .Overview_sl .Overview_box .Overview_Top{width:100%;display:flex;align-items:center;justify-content:space-between}.LeavesOverview .Overview_sl .Overview_box .Overview_Top .icon{padding:10px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.LeavesOverview .Overview_sl .Overview_box .Overview_Bottom{width:90%;display:flex;align-items:baseline}.LeavesOverview .Overview_sl .Overview_box .Overview_Bottom p{color:#2a2a2a;font-size:14px;margin-left:4px;margin-bottom:5px}.LeavesOverview .Overview_sl .Overview_box .Overview_Bottom h3{font-size:36px;color:#400f6f;font-weight:500}@media (max-width: 1000px){.LeavesOverview .Overview4{display:grid;grid-template-columns:1fr 1fr}}.switch{position:relative;display:inline-block;width:55px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#400f6f}input:checked+.slider:before{transform:translate(26px)}.status-dropdown{width:fit-content}.status-dropdown .status-container{position:relative;margin-bottom:10px}.status-dropdown .status-display{padding:8px 12px;border-radius:44px;display:flex;cursor:pointer;align-items:center}.status-dropdown .status-display div{display:flex;gap:5px}.status-dropdown .status-display.pending{background-color:#f2fc315d;color:#b39803}.status-dropdown .status-display.approved{background-color:#0cad542f;color:#0cad55}.status-dropdown .status-display.declined{background-color:#f0d4d4;color:#c70000}.status-dropdown .status-display .left_dot{width:10px;margin-right:5px;height:10px;border-radius:50%}.status-dropdown .status-display .left_dot.pending{background-color:#b39803}.status-dropdown .status-display .left_dot.approved{background-color:#54d92b}.status-dropdown .status-display .left_dot.declined{background-color:#c70000}.Overview_map{display:flex;align-items:center;justify-content:flex-start;gap:20px;overflow-y:scroll;scroll-snap-type:x mandatory}.Overview_map::-webkit-scrollbar{display:none}.Overview_box_map{height:114px;border-radius:11px;box-shadow:0 0 4px #00000014;background:linear-gradient(180deg,#ebe7ee80,#e3d0f180);width:100%;min-width:240px;display:flex;align-items:center;justify-content:space-around;text-align:center}.Overview .Overview_map .Overview_box_map .Overview_Left .icon{padding:15px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.Overview .Overview_map .Overview_box_map .Overview_Right h3{font-size:40px;color:#400f6f;font-weight:500}.Overview .Overview_map .Overview_box_map .Overview_Right p{color:#2a2a2a;font-size:12px;margin-bottom:5px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.NewAttendance_main .blurBG{position:absolute;width:100vw;height:99vh;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.NewAttendance_main .formDivLeave .popForm{width:800px;background:#fff;border-radius:11px;box-shadow:0 0 10px 5px #00000026}.NewAttendance_main .formDivLeave .popForm .Attendance_Head{border-top-left-radius:11px;border-top-right-radius:11px;width:100%;display:flex;align-items:center;justify-content:space-between;height:79px;background:#ebe7ee80}.NewAttendance_main .formDivLeave .popForm .Attendance_Head h2{padding-left:30px!important;font-weight:500}.NewAttendance_main .formDivLeave .popForm .Attendance_Head .close_icon{padding-right:30px;cursor:pointer}.NewAttendance_main .formDivLeave .popForm .Attendance_Head .close_icon:hover svg{color:red}.NewAttendance_main .formDivLeave .popForm .form-container-Leave{margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:10px}.NewAttendance_main .formDivLeave .popForm .form-container-Leave #employeeFormLeave{display:grid;grid-template-columns:1fr 1fr}.NewAttendance_main .formDivLeave .popForm .form-group{margin-bottom:10px}.NewAttendance_main .formDivLeave .popForm .form-group .red{color:red}.NewAttendance_main .formDivLeave .popForm .form-group label{font-size:14px;font-weight:400;display:block;margin-bottom:8px}.NewAttendance_main .formDivLeave .popForm #searchDepartmentHead{background:#fff;outline:none;margin:5px auto;width:98%}.NewAttendance_main .formDivLeave .popForm input[type=text],.NewAttendance_main .formDivLeave .popForm input[type=date],.NewAttendance_main .formDivLeave .popForm input[type=search],.NewAttendance_main .formDivLeave .popForm input[type=time]{padding:7px;width:90%;border:1px solid #ccc;border-radius:5px;outline:none;font-size:16px}.NewAttendance_main .formDivLeave .popForm input[type=search]:hover{border:1px solid #a90490;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm button[type=submit]{width:300px;margin-top:60px;position:absolute;padding:12px;border:none;border-radius:8px;background:linear-gradient(to right,#400f6f,#400f6f);color:#fff;font-size:18px;cursor:pointer;transition:background .3s ease}.NewAttendance_main .formDivLeave .popForm button[type=submit]:hover{background:linear-gradient(to right,#400f6f,#400f6f);box-shadow:0 0 10px .1px #c2c0c0}.NewAttendance_main .formDivLeave .popForm .dropdown{width:95%;padding:3px;height:33px;border:1px solid #e4e3e4;border-radius:5px}.NewAttendance_main .formDivLeave .popForm .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-button{font-size:14px;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;overflow-x:hidden;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.NewAttendance_main .formDivLeave .popForm .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.NewAttendance_main .formDivLeave .popForm input:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm input:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.time-selector{display:flex;width:94%;gap:10px}.sift_hours_td{padding:5px;border-radius:5px;font-size:12px}#DateDropdowns{z-index:99}.week_TD{min-width:105px;text-align:center!important}@media only screen and (max-width: 1333px){.week_sift{overflow-y:auto!important}.week_TD{min-width:130px;text-align:center!important}.stick{position:sticky;left:0;background-color:#fff;z-index:1}.stick2{background-color:#f2eef5!important}}.week_sift_icon{display:flex;align-items:center;justify-content:center}.week_sift_icon span svg{font-size:30px!important}.pic_flex{display:flex;align-items:center}.sift_img_pic{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-right:5px;background-color:#f0f0f0}.loading-container{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fffc;z-index:1000}.spinner{width:50px;height:50px;border:6px solid #ddd;border-top:6px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.NewAttendance_main{width:100%;height:100%}.NewAttendance_main .blurBG{position:absolute;width:100vw;height:100%!important;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.NewAttendance_main .formDivLeave{position:absolute;z-index:99;width:100%;margin-left:-105px;display:flex;align-items:center;justify-content:center}.NewAttendance_main .formDivLeave .popForm_a_Assign{width:800px;height:fit-content;background:#fff;border-radius:11px;box-shadow:0 0 10px 5px #00000026;padding-bottom:50px}.NewAttendance_main .formDivLeave .popForm_a_Assign .Attendance_Head{border-top-left-radius:11px;border-top-right-radius:11px;width:100%;display:flex;align-items:center;justify-content:space-between;height:79px;background:#ebe7ee80}.NewAttendance_main .formDivLeave .popForm_a_Assign .Attendance_Head h2{padding-left:30px!important;font-weight:500}.NewAttendance_main .formDivLeave .popForm_a_Assign .Attendance_Head .close_icon{padding-right:30px;cursor:pointer}.NewAttendance_main .formDivLeave .popForm_a_Assign .Attendance_Head .close_icon:hover svg{color:red}.NewAttendance_main .formDivLeave .popForm_a_Assign .form-container-Leave{margin:0 auto;padding:20px;background-color:#f9f9f9;border-radius:10px}.NewAttendance_main .formDivLeave .popForm_a_Assign .form-container-Leave #employeeFormLeave{display:grid;grid-template-columns:1fr 1fr}.NewAttendance_main .formDivLeave .popForm_a_Assign .form-group{margin-bottom:10px}.NewAttendance_main .formDivLeave .popForm_a_Assign .form-group .red{color:red}.NewAttendance_main .formDivLeave .popForm_a_Assign .form-group label{font-size:14px;font-weight:400;display:block;margin-bottom:8px}.NewAttendance_main .formDivLeave .popForm_a_Assign #searchDepartmentHead{background:#fff;outline:none;margin:5px auto;width:98%}.NewAttendance_main .formDivLeave .popForm_a_Assign input[type=text],.NewAttendance_main .formDivLeave .popForm_a_Assign input[type=date],.NewAttendance_main .formDivLeave .popForm_a_Assign input[type=search],.NewAttendance_main .formDivLeave .popForm_a_Assign input[type=time]{padding:7px;width:90%;border:1px solid #ccc;border-radius:5px;outline:none;font-size:16px}.NewAttendance_main .formDivLeave .popForm_a_Assign input[type=search]:hover{border:1px solid #a90490;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm_a_Assign button[type=submit]{width:300px;margin-top:60px;position:absolute;padding:12px;border:none;border-radius:8px;background:linear-gradient(to right,#52118e,#400f6f);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .3s ease}.NewAttendance_main .formDivLeave .popForm_a_Assign button[type=submit] svg{color:#fff!important}.NewAttendance_main .formDivLeave .popForm_a_Assign button[type=submit]:hover{background:linear-gradient(to right,#400f6f,#561096);box-shadow:0 0 10px .1px #c2c0c0}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown-disabled .dropdown-button{cursor:not-allowed;opacity:.6}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown-disabled .dropdown-button.disabled{pointer-events:none}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown{width:95%;padding:3px;height:33px;border:1px solid #e4e3e4;border-radius:5px}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-button{font-size:14px;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.NewAttendance_main .formDivLeave .popForm_a_Assign .dropdown-disabled:hover{outline:none;border:1px solid rgba(128,128,128,.2901960784);box-shadow:none}.NewAttendance_main .formDivLeave .popForm_a_Assign input:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.NewAttendance_main .formDivLeave .popForm_a_Assign input:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.NewAttendance_main .formDivLeave .buttons{display:flex;align-items:center;text-align:center;justify-content:center}.DescriptionLeave{width:95%!important;margin-left:5px!important}input[type=search],input[type=time]{padding:7px;width:90%;border:1px solid #ccc;border-radius:5px;outline:none;font-size:16px}.dropdown-item.disabled{color:gray;pointer-events:none}.profile-page .details .info-cards{display:flex;justify-content:space-between;margin:10px 20px!important;gap:20px;padding-bottom:20px}.profile-page .details .info-cards .card .contentInformation_shift{height:fit-content;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.profile-page .details .info-cards .card .contentInformation_shift div{margin-top:5px}.profile-page .details .info-cards .card .contentInformation_shift div h4{color:gray;font-size:.9rem;font-weight:500}.profile-page .details .info-cards .card .contentInformation_shift div .privew{display:flex!important;align-items:center;cursor:pointer;gap:4px}.profile-page .details .info-cards .card .contentInformation_shift div .privew p{border-bottom:1px solid #400f6f}.profile-page .details .info-cards .card .contentInformation_shift div .privew svg{font:10px!important}.profile-page .details .info-cards .card .contentInformation_shift div p{font-size:1rem;margin-top:5px;color:#400f6f}.profile-page .details .info-cards .card:nth-child(2){width:70%!important}.profile-page .details .info-cards .card:nth-child(2) .Emp .div_dob{align-items:center;justify-content:space-between;display:flex;margin:20px}.profile-page .details .info-cards .card:nth-child(2) .Emp .div_dob p{opacity:.5}.profile-page .details .info-cards .card:nth-child(2) .Emp .div_dob img{padding:2px;border:3px solid rgb(209,203,203);border-radius:50%;width:50px;height:50px}.profile-page .details .info-cards .card:nth-child(2) .Emp .div_dob .img_dob_name{gap:10px;display:flex;align-items:center;justify-content:space-between}.profile-page .details .info-cards .card:nth-child(2) .Emp .div_dob .img_dob_name div h3{font-size:18px!important}.profile-page .details .nav-bar button.active{background-color:#e0e0e0;color:#400f6f;border-bottom:1px solid #5d1a9b}.ProjectList{width:98%!important;border:1px solid rgba(153,146,146,.569);border-radius:10px;padding:15px 20px;margin:20px auto 0 -10px}.ProjectList .section-header{display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid rgba(153,146,146,.569);padding-bottom:10px}.ProjectList table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem;border-radius:10px;overflow:hidden;border-left:1px dashed #ddd;border-right:1px dashed #ddd;border-top:1px solid rgba(219,209,209,.755)}.ProjectList table tbody tr .pending .td:before{content:"";width:5px;height:5px;padding:2px;margin-right:5px;border-radius:50%;background-color:#6f2727}.imgname_p_d{display:flex;font-size:14px!important;text-align:center;background:#000;color:#fff;padding:5px;position:relative;opacity:0}.img_project_download:hover .imgname_p_d{opacity:1!important}.img_project_download{display:flex;align-items:center;margin-bottom:10px;margin-left:20px}.tooltip-container{position:relative;display:inline-block}.tooltip-text{visibility:hidden;background-color:#fff;color:#000;text-align:left;box-shadow:0 0 10px 1px #0000003e;border-radius:5px;padding:5px;position:absolute;z-index:1;bottom:105%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s;font-size:12px}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.client_name_img div{gap:5px;display:flex;align-items:center}.client_name_img div img{width:40px;height:40px;object-fit:cover;border:1px solid rgba(128,128,128,.396);border-radius:50px}.client_name_img div img:hover{transform:scale(1.3);box-shadow:0 4px 8px #0003;transition:linear .2s}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.Overview{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:15px 30px 10px}.Overview h2{font-size:18px;font-weight:500;color:#2a2a2a}.Overview .Overview4{margin:10px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.Overview .Overview4 .Overview_box{height:114px;border-radius:11px;box-shadow:0 0 4px #00000014;background:linear-gradient(180deg,#ebe7ee80,#e3d0f180);width:100%;display:flex;align-items:center;justify-content:space-around;text-align:center}.Overview .Overview4 .Overview_box .Overview_Left .icon{padding:15px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.Overview .Overview4 .Overview_box .Overview_Right p{color:#2a2a2a;font-size:12px;margin-bottom:5px}.Overview .Overview4 .Overview_box .Overview_Right h3{font-size:40px;color:#400f6f;font-weight:500}@media (max-width: 1000px){.Overview .Overview4{display:grid;grid-template-columns:1fr 1fr}}.allEmployeeList{height:60px;padding:10px}.allEmployeeList .head{width:98.2%;height:60px;border:1px solid rgb(0,255,110)}.allEmployeeList .employee-table{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;font-family:Arial,sans-serif}.allEmployeeList .employee-table .table-toolbar{display:flex;justify-content:space-between;margin-bottom:10px}.allEmployeeList .employee-table table{border-radius:10px!important}.allEmployeeList .employee-table table{width:97%;border-collapse:collapse;border-radius:10px!important}.allEmployeeList .employee-table table th,.allEmployeeList .employee-table table td{padding:12px;text-align:left;border-bottom:1px solid rgba(221,221,221,.3647058824);border-left:1px solid rgba(221,221,221,.3647058824);border:1px solid rgba(221,221,221,.3647058824);font-weight:500}.allEmployeeList .employee-table table th .status-dropdown,.allEmployeeList .employee-table table td .status-dropdown{width:fit-content}.allEmployeeList .employee-table table th .status-dropdown .status-container,.allEmployeeList .employee-table table td .status-dropdown .status-container{position:relative;margin-bottom:10px}.allEmployeeList .employee-table table td{cursor:pointer}.allEmployeeList .employee-table table th{color:#320b57;background-color:#946fb618}.allEmployeeList .employee-table table th div{display:flex;align-items:center;justify-content:space-between}.allEmployeeList .employee-table table th div span{cursor:pointer;align-items:end;align-self:flex-end}.allEmployeeList .employee-table table tr:hover{background-color:#d8d4d441!important}.allEmployeeList .employee-table table select{padding:5px;border:1px solid #ccc;border-radius:5px}.allEmployeeList .employee-table table input[type=checkbox]{z-index:0!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #000;cursor:pointer;position:relative;border-radius:3px;border:1px solid grey}.allEmployeeList .employee-table table input[type=checkbox]:not(:checked){background-color:#fff}.allEmployeeList .employee-table table input[type=checkbox]:checked{background-color:#320b57}.allEmployeeList .employee-table table input[type=checkbox]:checked:after{content:"";position:absolute;top:0;left:5px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}#deleteAll{cursor:pointer}#deleteThis{cursor:pointer;z-index:11}@media (max-width: 1355px){.filterLeftCloseAtt{margin-top:230px!important}.EmpOn_main_container .top-bar ._div{display:none!important}#allEmp{width:100%;height:100%}}@media (max-width: 1035px){.allEmployeeList .employee-table table{min-width:100%;margin:0 auto}}.status-display.Pending{background-color:#f3ff1031;color:#b8b501}.status-display.Approved{background-color:#0cad542f;color:#0cad55}.status-display.Rejected{background-color:#f0d4d4;color:#c70000}.status-display .left_dot.Pending{background-color:#cecb14}.status-display .left_dot.Approved{background-color:#54d92b}.status-display .left_dot.Rejected{background-color:#c70000}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.profile-page .details .profile_card .img_card .about_ticket h3{margin-bottom:5px;font-size:1.1rem;color:#400f6f;font-weight:600}.profile-page .details .profile_card .img_card .about_ticket p{color:#2a2a2a;margin-bottom:5px}.profile-page .details .profile_card .img_card .about_ticket .ticket-status{width:200px!important;align-items:center;gap:2px;display:flex}.profile-page .details .profile_card .img_card .about_ticket .ticket-status h4{display:flex;align-items:center;margin:0}.profile-page .details .profile_card .img_card .about_ticket .ticket-status h4:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:6px}.profile-page .details .profile_card .img_card .about_ticket .ticket-status h5{font-size:calc(14px + var(--fontszoom));text-align:start;height:auto;text-align:left!important;font-weight:500;padding:4px 0;border-radius:20px;margin:0}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Active h4:before{background:#0070f3}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Active h5{color:#0070f3}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Approved h4:before{background:#08e308}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Approved h5{color:#08e308}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Pending h4:before{background:#e46d19}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Pending h5{color:#e46d19}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Rejected h4:before{background:#c70000}.profile-page .details .profile_card .img_card .about_ticket .ticket-status.Rejected h5{color:#c70000}.profile-page .details .info-cards .card .head2col{display:flex;align-items:center;justify-content:space-between}.profile-page .details .info-cards .card .head2col .button_Resolve{border:1px solid rgba(169,168,169,.8352941176);padding:5px;border-radius:5px;background-color:#fff;font-size:13px;cursor:pointer;color:#400f6f}@media (max-width: 670px){.profile-page .details .profile_card{flex-direction:column!important;text-align:center;justify-content:center}.profile-page .details .profile_card .img_card{flex-direction:column}.profile-page .details .profile_card .action_card{margin-top:10px}.profile-page .details .profile_card .img_card .about_ticket div{position:fixed;margin-top:-80px;margin-left:127px}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.grupdate{width:90%!important}.dropdown-content{position:relative;border:1px solid rgba(0,0,0,.138);padding:3px;width:96%;height:32px!important;margin:0 auto 0 -1px;overflow:hidden!important;border-radius:5px}.dropdown-content:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dropdown-content:hover,.dropdown-content:active,.dropdown-content:focus{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.dropdown-content.active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.dropdown-content.disabled-box:hover{border:1px solid rgba(0,0,0,.138);box-shadow:none}.dropdown-content .date_tittle{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 10px 0 5px;font-size:14px}.dropdown-content .date_tittle .title__show__d{color:#320b57}.dropdown-content .date_tittle .title__show__d span{color:gray}.dropdown-content input[type=date]{position:absolute!important;width:100%!important;height:100%!important;opacity:0!important;margin-top:-32px;margin-left:-5px}.dropdown-content input[type=date]::-webkit-calendar-picker-indicator{top:10px;right:10px;width:310px;height:130px;cursor:pointer;opacity:0}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root,.css-1umw9bq-MuiSvgIcon-root{position:absolute!important;width:100%!important;height:100%!important;opacity:0!important;top:0!important;left:0!important;width:100%;height:40px!important;border-radius:1px!important;scale:45!important}.css-yxqbup{scale:45!important}.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root,.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root,.css-1oy18r0{top:0!important;margin-top:-33px!important;opacity:0!important;height:20px!important;font-size:1px!important;position:absolute!important;width:100%!important;height:100%!important;top:1!important;left:0!important;width:100%;height:40px!important;border-radius:1px!important}.css-1anqmj6-MuiPopper-root-MuiPickersPopper-root{z-index:10000000000000000000000!important}.css-189ousr-MuiPopper-root-MuiPickersPopper-root{z-index:100000000000000000000000!important}.timePicker_{border:1px solid red!important;height:30px;width:95%;overflow:hidden}input[type=time]{width:100%!important;opacity:1!important;height:30px}input[type=time]::-webkit-calendar-picker-indicator{top:10px;right:10px;width:310px;height:130px;cursor:pointer;opacity:1}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.newEmp_img{display:flex;align-items:center;justify-content:center}.newEmp_img .img_add_p{background:#fff;z-index:9;width:35px;height:35px;border-radius:50%;margin-left:-20px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:#27014a}.newEmp_img .div_newEmp_img_team img{width:35px;height:35px;margin-left:-13px}.status-display.planned{background-color:#3e3b3b3f;color:#252425}.status-display .left_dot.planned{background-color:#252425}.short_ascending_descending{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0;margin:-10px 0}.short_ascending_descending .ascending,.short_ascending_descending .descending{cursor:pointer;color:#320b57!important;transition:color .3s ease}.short_ascending_descending .ascending.active svg,.short_ascending_descending .descending.active svg{font-weight:700;color:#c500fb;transform:scale(1.1);filter:drop-shadow(0 4px 6px rgb(197,0,251));transition:color .3s ease,transform .3s ease,filter .3s ease}.short_ascending_descending .ascending.disabled,.short_ascending_descending .descending.disabled{opacity:.6}.short_ascending_descending div{height:15px}.short_ascending_descending div svg{cursor:pointer;width:16px;height:16px}.short_ascending_descending div svg:hover{color:#c500fb!important;transform:scale(1.5);filter:drop-shadow(0 4px 6px rgb(197,0,251));transition:color .3s ease,transform .3s ease,filter .3s ease}@media (max-width: 1293px){.allEmployeeList .employee-table table th{font-size:11px}.allEmployeeList .employee-table table td{font-size:12px}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.grupdate2{width:90%}.grupdate2 svg{margin-top:3px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.profile-page .details .profile_card .img_card .about_training h3{margin-bottom:5px;font-size:1.1rem;color:#400f6f;font-weight:600}.profile-page .details .profile_card .img_card .about_training p{color:#2a2a2a;margin-bottom:5px}.profile-page .details .profile_card .img_card .about_training .training-status{width:200px!important;align-items:center;gap:2px;display:flex}.profile-page .details .profile_card .img_card .about_training .training-status h4{display:flex;align-items:center;margin:0}.profile-page .details .profile_card .img_card .about_training .training-status h4:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:6px}.profile-page .details .profile_card .img_card .about_training .training-status h5{font-size:calc(14px + var(--fontszoom));text-align:start;height:auto;text-align:left!important;font-weight:500;padding:4px 0;border-radius:20px;margin:0}.profile-page .details .profile_card .img_card .about_training .training-status.planned h4:before{background:#252425}.profile-page .details .profile_card .img_card .about_training .training-status.planned h5{color:#252425}.profile-page .details .profile_card .img_card .about_training .training-status.ongoing h4:before{background:#afac1d}.profile-page .details .profile_card .img_card .about_training .training-status.ongoing h5{color:#afac1d}.profile-page .details .profile_card .img_card .about_training .training-status.completed h4:before{background:#0cad55}.profile-page .details .profile_card .img_card .about_training .training-status.completed h5{color:#0cad55}.profile-page .details .profile_card .img_card .about_training .training-status.cancelled h4:before{background:#c70000}.profile-page .details .profile_card .img_card .about_training .training-status.cancelled h5{color:#c70000}.ProjectList table tbody tr td .newEmp_img{display:flex}@media (max-width: 670px){.profile-page .details .profile_card{flex-direction:column!important;text-align:center;justify-content:center}.profile-page .details .profile_card .img_card{flex-direction:column}.profile-page .details .profile_card .action_card{margin-top:10px}.profile-page .details .profile_card .img_card .about_training div{position:fixed;margin-top:-80px;margin-left:127px}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.employee-form form .from1 .form-group{margin-bottom:10px;height:60px}.employee-form form .from1 .form-group input,.employee-form form .from1 .form-group select{width:90%;padding:8px;box-sizing:border-box;background-color:#ffffff0b;border:1px solid rgba(128,128,128,.291);border-radius:3px;color:#1d0534;font-size:14px}.grupdate2{width:88%}.box_red{display:flex!important;align-items:center!important;margin-top:10px;gap:20px}.box_red div{display:flex;align-items:center}input[type=radio]{accent-color:#6540A3;margin-right:5px;border-radius:50%;padding:0;cursor:pointer;width:18px!important}input[type=radio]:hover{border:none!important;box-shadow:none!important}.profile-page .details .profile_card .img_card .about_announcement h3{margin-bottom:5px;font-size:1.1rem;color:#400f6f;font-weight:600}.profile-page .details .profile_card .img_card .about_announcement p{color:#2a2a2a;margin-bottom:5px}.profile-page .details .profile_card .img_card .about_announcement div{width:60px;align-items:center;display:flex}.profile-page .details .profile_card .img_card .about_announcement div h4{display:flex}.profile-page .details .profile_card .img_card .about_announcement div h4:before{content:"";width:5px;height:5px;border-radius:50%;background:#08e308}.profile-page .details .profile_card .img_card .about_announcement div h5{font-size:.8rem;width:40px;text-align:end;height:12px;font-weight:500;padding:4px 12px 5px;border-radius:20px;color:#08e308;margin-left:-12px}.profile-page .details .profile_card .img_card .about_announcement .On_Hold{width:80px!important}.profile-page .details .profile_card .img_card .about_announcement .On_Hold h4{margin-right:-20px!important}.profile-page .details .profile_card .img_card .about_announcement .On_Hold h5{width:75px!important}.profile-page .details .icon_svg_round{border:1px solid #EDEDED;padding:3px;border-radius:50%}.profile-page .details .icon_svg_round div{border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ededed;width:70px;height:70px}@media (max-width: 670px){.profile-page .details .profile_card{flex-direction:column!important;text-align:center;justify-content:center}.profile-page .details .profile_card .img_card{flex-direction:column}.profile-page .details .profile_card .action_card{margin-top:10px}.profile-page .details .profile_card .img_card .about_announcement div{position:fixed;margin-top:-80px;margin-left:127px}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.employee-form{width:100%;overflow-y:auto;height:84vh}.employee-form .top-bar{position:sticky;height:60px;display:flex;box-shadow:0 2px 10px .1px #0000002c;width:100%;overflow:hidden}.employee-form .top-bar h2{padding:22px;width:100%;color:#400f6f;text-align:start;margin-left:20px;display:flex;margin-top:-5px}.employee-form .top-bar h2 .span{margin-left:-5px;width:fit-content}.employee-form .top-bar .close_nav{position:absolute;right:35px;border:1px solid black;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-top:15px;cursor:pointer!important;z-index:1}.employee-form .top-bar div{width:100%;height:70px;overflow:hidden;display:flex}@media (max-width: 500px){.employee-form .top-bar div{display:none}}.employee-form .top-bar div span:nth-child(1){width:40px;height:140px;margin-left:33px;margin-top:-28px;background:linear-gradient(240deg,#7916d630 6.46%,#6e20b63b 10.46%,#7915c623 90.2%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(2){width:80px;height:170px;margin-left:33px;margin-top:-47px;background:linear-gradient(240deg,#8103f755 36.46%,#6e20b64b 10.46%,#7915c623 100.2%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(3){width:40px;height:160px;margin-left:103px;margin-top:-33px;background:linear-gradient(240deg,#8103f77e 20%,#8103f750 60%,#8103f74d 20%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(4){width:60px;height:160px;margin-left:22px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(5){width:20px;height:160px;margin-left:55px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(6){width:120px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(7){width:100px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(8){width:20px;height:160px;margin-left:13.7px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(9){width:150px;height:222px;margin-left:14px;margin-top:-65px;background:linear-gradient(240deg,#6d16be43,#8103f723 0%,#8103f720);transform:rotate(40deg)}.employee-form .top-bar div span:nth-child(10){width:40px;height:205px;margin-left:7px;margin-top:-39px;background:linear-gradient(240deg,#6d16bea0 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}@media (max-width: 1300px){.employee-form .top-bar div span:nth-child(8){display:none}.employee-form .top-bar div span:nth-child(7){display:none}.employee-form .top-bar div span:nth-child(6){display:none}.employee-form .top-bar div span:nth-child(10){margin-left:6px}}@media (max-width: 1030px){.employee-form .top-bar div span:nth-child(1){display:none}.employee-form .top-bar div span:nth-child(2){display:none}}@media (max-width: 800px){.employee-form .top-bar div span:nth-child(8){display:none}.employee-form .top-bar div span:nth-child(5){display:none}.employee-form .top-bar div span:nth-child(4){display:none}.employee-form .top-bar div span:nth-child(9){margin-left:39px;margin-top:-75px}}@media (max-width: 765px){.employee-form .top-bar div span:nth-child(3){display:none}.employee-form .top-bar div span:nth-child(9){display:none}.employee-form .top-bar div span:nth-child(10){display:none}}.employee-form .navbar-items{display:flex;border-radius:10px;border:1.8px solid rgba(128,128,128,.281);width:fit-content;margin:15px 0 0 20px}.employee-form .navbar-items span{font-size:1rem;padding:10px 15px;color:gray;cursor:pointer}@media (max-width: 800px){.employee-form .navbar-items span{font-size:.9rem;padding:10px}}.employee-form .navbar-items span:nth-child(1){border-right:1px solid rgba(128,128,128,.281);background:#400f6f;border-top-left-radius:10px;border-bottom-left-radius:10px;color:#fff}.employee-form .navbar-items span:nth-child(2){border-right:1px solid rgba(128,128,128,.281)}.employee-form .navbar-items span:nth-child(3){border-right:1px solid rgba(128,128,128,.281)}.employee-form .navbar-items span:nth-child(4){border-right:1px solid rgba(128,128,128,.281)}.employee-form form{width:92%}@media (max-width: 1215px){.employee-form form{width:100%!important}}@media (max-width: 1024px){.employee-form form{padding-bottom:100px!important}}@media (max-width: 905px){.employee-form form{width:100%!important}}.employee-form form .from1{padding:15px;border-radius:10px;border:1px solid rgba(0,0,0,.053);display:grid;grid-template-columns:repeat(3,1fr);margin:20px}@media (max-width: 1250px){.employee-form form .from1{padding-right:0}}@media (max-width: 1024px){.employee-form form .from1{grid-template-columns:repeat(2,1fr);padding-right:0}}@media (max-width: 768px){.employee-form form .from1{grid-template-columns:1fr;padding-right:0;margin:10px}}.employee-form form .from1 .form-group{margin-bottom:24px;height:60px}.employee-form form .from1 .form-group label{display:block;margin-bottom:5px;font-size:13px}.employee-form form .from1 .form-group label:after{color:red;margin-left:4px}.employee-form form .from1 .form-group input,.employee-form form .from1 .form-group select{width:92%;height:38px;padding:8px;box-sizing:border-box;background-color:#ffffff0b;border:1px solid rgba(128,128,128,.291);border-radius:3px;color:#1d0534;font-size:14px}.employee-form form .from1 .form-group input:hover,.employee-form form .from1 .form-group select:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .form-group input:focus{outline:none;border:1px solid #650f6f}.employee-form form .from1 .form-group #file{display:none}.employee-form form .from1 .dropdown{width:90%;height:33px;border:1px solid #e4e3e4;border-radius:3px;margin-bottom:50px!important}.employee-form form .from1 .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.employee-form form .from1 .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.employee-form form .from1 .dropdown .dropdown-button{font-size:14px;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.employee-form form .from1 .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.employee-form form .from1 .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item{padding:5px;width:91%;cursor:pointer;margin:3px 6px}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.employee-form form .from1 button{grid-column:span 3}@media (max-width: 1024px){.employee-form form .from1 button{grid-column:span 2}}@media (max-width: 768px){.employee-form form .from1 button{grid-column:span 1}}#submitBtn{width:180px;color:#fff;position:relative;left:23px;display:flex;align-items:center;justify-content:space-between;text-align:center}#submitBtn .div{background-color:#400f6f;display:flex;padding:5px 10px;border-radius:5px;cursor:pointer;box-shadow:0 0 10px 1px #00000036}#submitBtn .div:hover{background-color:#410f6fee;box-shadow:0 0 10px 1px #000000dc}#submitBtn .div button{font-size:1rem;border:none;outline:none;background-color:#410f6f00;color:#fff;cursor:pointer}#submitBtn .div span{font-size:1rem;padding-left:5px;padding-top:6px;font-weight:500}#submitBtn .lineBar{width:1px;height:30px;background:#00000041}#submitBtn .x{color:#000000c3;font-size:.8rem;font-weight:200}#submitBtn .x span{padding:5px;border:1px solid rgba(0,0,0,.3);display:flex;align-items:center;border-radius:5px}#showAlert{position:absolute;display:flex;align-items:center;justify-self:unset;color:#59ff00;width:280px;border-radius:10px;height:50px;background-color:#02f60a77;color:#000;text-shadow:0px 0px 10px rgb(64,255,0);top:50%;left:43%;padding:10px;font-size:1.5rem;box-shadow:0 0 10px 1px #02741db4}@media (max-width: 1429px){.employee-form form{width:95%!important}}@media (max-width: 1379px){.employee-form form{width:100%!important}}@media (max-width: 1179px){.employee-form form{width:100%!important}}@media (max-width: 881px){#submitBtn_next_main{width:85%;margin-bottom:0!important}li:hover #hover_P{display:none!important}}input[type=checkbox]:checked{background-color:#400f6f!important}.DescriptionJob{width:100%}.DescriptionJob .form-group textarea{height:100px!important}.checkbox{display:flex;align-items:center;justify-content:space-between}.checkbox .checkboxDivJob{display:flex;align-items:center;justify-content:center}.checkbox .checkboxDivJob input{margin-right:5px}.checkbox .checkboxDivJob .checkboxLable{display:flex;margin-top:5px}input[type=checkbox]{z-index:0!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px!important;height:20px!important;border:2px solid #000;cursor:pointer;position:relative;border-radius:3px;border:1px solid grey}input[type=checkbox]:not(:checked){background-color:#fff}input[type=checkbox]:checked{background-color:#320b57}input[type=checkbox]:checked:after{content:"";position:absolute;top:0;left:5px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}@media (max-width: 1216px){.employee-form form{width:100%!important}}#dollar-symbol{position:absolute;left:10px;top:50%;transform:translateY(-55%);color:#400f6f!important}.grupdate2{width:94%}.input-wrapper{position:relative}.form-group{margin-bottom:16px}.box_red{display:flex;margin-top:10px;gap:20px}.box_red div{display:flex}.competency-form-container{width:97%;padding:20px;background-color:#f9f9f9;border-radius:10px}.tabs-container{display:flex;justify-content:flex-start;margin-bottom:20px;border-bottom:2px solid #e0e0e0;width:21%}.tab-button{background-color:transparent;border:none;font-size:16px;padding:10px 20px;cursor:pointer;color:#555;border-bottom:2px solid transparent;transition:color .3s ease,border-bottom .3s ease}.tab-button.active{color:#6200ea;font-weight:700;border-bottom:2px solid #6200ea}.tab-button:hover{color:#6200ea}.tab-content .form-content{margin-top:20px}.tab-content .form-content .competency-table{width:100%;border-collapse:collapse}.tab-content .form-content .competency-table th{background-color:#f2f2f2;color:#555;font-weight:600;text-align:left;padding:10px}.tab-content .form-content .competency-table td{padding:10px;border-bottom:1px solid #e0e0e0}.tab-content .form-content .competency-table .value-select{width:100%;padding:8px;border:1px solid #ccc;border-radius:5px;font-size:14px;color:#333;transition:border-color .2s}.tab-content .form-content .competency-table .value-select:focus{outline:none;border-color:#6200ea}.profile-page{background:#ededed8a;height:93.2vh;overflow-y:auto}.profile-page .details{background:#fff;margin:10px;border-radius:10px}.profile-page .details .title_top{display:flex;align-items:center!important;justify-content:space-between;border-bottom:1px solid rgba(215,211,211,.591);padding-top:20px;padding-bottom:10px;margin-left:30px;margin-right:30px}.profile-page .details .title_top h2{color:#888484;font-size:23px!important;font-weight:400!important}.profile-page .details .title_top .close_btn{font-size:1.7rem!important;cursor:pointer}.profile-page .details .title_top .close_btn:hover svg{color:red!important}.profile-page .details .profile_card{margin:20px;padding-bottom:10px;border-bottom:1px solid rgba(221,216,216,.541);display:flex;align-items:center;justify-content:space-between}.profile-page .details .profile_card .img_card{display:flex;align-items:center;gap:10px}.profile-page .details .profile_card .img_card .about_user h3{margin-bottom:5px;font-size:1.1rem;color:#400f6f;font-weight:600}.profile-page .details .profile_card .img_card .about_user p{color:#2a2a2a;margin-bottom:5px}.profile-page .details .profile_card .img_card .about_user div{width:60px;align-items:center;display:flex}.profile-page .details .profile_card .img_card .about_user div h4{display:flex}.profile-page .details .profile_card .img_card .about_user div h4:before{content:"";width:5px;height:5px;border-radius:50%;background:#08e308}.profile-page .details .profile_card .img_card .about_user div h5{font-size:.8rem;width:40px;text-align:end;height:12px;font-weight:500;padding:4px 12px 5px;border-radius:20px;color:#08e308;margin-left:-12px}.profile-page .details .profile_card .img_card .about_user .On_Hold{width:80px!important}.profile-page .details .profile_card .img_card .about_user .On_Hold h4{margin-right:-20px!important}.profile-page .details .profile_card .img_card .about_user .On_Hold h5{width:75px!important}.profile-page .details .profile_card .action_card{display:flex;align-items:baseline;justify-content:space-between;width:fit-content}.profile-page .details .profile_card .action_card div{margin-left:20px;border:1px solid rgba(127,119,119,.27);padding:5px;border-radius:8px;cursor:pointer;color:#400f6f;display:flex}.profile-page .details .profile_card .action_card div span{color:red}.profile-page .details .info-cards{display:flex;justify-content:space-between;margin:10px 20px!important;gap:20px}.profile-page .details .info-cards .card{width:100%;border-radius:10px;border:1px solid rgba(198,190,190,.432)}.profile-page .details .info-cards .card .top_head{padding:20px;background-color:#f5f5f5b9;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid rgba(205,197,197,.757)}.profile-page .details .info-cards .card .top_head h3{display:flex!important;align-items:center!important;font-size:16px!important;font-weight:500;color:#353333}.profile-page .details .info-cards .card .top_head h3 span{margin-right:5px}.profile-page .details .info-cards .card .contentInformation{height:fit-content;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.profile-page .details .info-cards .card .contentInformation div{margin-top:5px}.profile-page .details .info-cards .card .contentInformation div h4{color:gray;font-size:.9rem;font-weight:500}.profile-page .details .info-cards .card .contentInformation div .privew{display:flex!important;align-items:center;cursor:pointer;gap:4px}.profile-page .details .info-cards .card .contentInformation div .privew p{border-bottom:1px solid #400f6f}.profile-page .details .info-cards .card .contentInformation div .privew svg{font:10px!important}.profile-page .details .info-cards .card .contentInformation div p{font-size:1rem;margin-top:5px;color:#400f6f}.profile-page .details .info-cards .card .Performance_Summary{margin:15px 30px 0}.profile-page .details .info-cards .card .Overall_Rating{border:1px solid #ebe7ee;border-radius:11px;display:flex!important;align-items:center!important;justify-content:start!important}.profile-page .details .info-cards .card .Overall_Rating p{background:linear-gradient(91.07deg,#400f6f .91%,#7b1dd5 99.59%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:32px!important}.profile-page .details .info-cards .card4{width:60%;overflow:hidden;border:1px solid #e6e0e0;border-radius:11px}.profile-page .details .info-cards .card4 .top_head4{padding:20px;background-color:#f5f5f5b9;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid rgba(205,197,197,.757)}.profile-page .details .info-cards .card4 .top_head4 h3{display:flex!important;align-items:center!important;font-size:16px!important;font-weight:500;color:#353333}.profile-page .details .info-cards .card4 .top_head4 h3 span{margin-right:5px}.profile-page .details .info-cards .card4 .Emp4{position:relative;margin-bottom:30px}.profile-page .details .info-cards .card4 .Emp4 .div_dob-item{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:8px}.profile-page .details .info-cards .card4 .Emp4 .img_dob_name{display:flex;align-items:center;gap:10px}.profile-page .details .info-cards .card4 .Emp4 .img_dob_name img{width:56px;height:56px;border-radius:50%}.profile-page .details .info-cards .card4 .Emp4 .img_dob_name div h3{font-size:18px!important}@media (max-width: 1111px){.profile-page .details .info-cards .card:nth-child(2){width:100%!important}}.profile-page .details .nav-bar{margin-top:40px!important;display:flex;margin-bottom:20px;border-bottom:1px solid rgba(201,194,194,.357)}.profile-page .details .nav-bar button{padding:10px 20px;border:none;cursor:pointer;border-top-left-radius:5px;border-top-right-radius:5px;font-weight:700;color:#615b5b;background:#fff}.profile-page .details .nav-bar button.active{background-color:#a46de3;color:#400f6f;border-bottom:1px solid #5d1a9b}.profile-page .details .contents{margin-top:-20px!important;margin:0 auto;background-color:#fff;border-radius:10px}.experience-grid{display:flex;align-items:center;gap:20px}.experience-grid .experience-card{border-radius:10px;border:1px solid rgba(180,174,174,.364);padding:20px}.experience-grid .experience-card .logo_title{display:flex;gap:10px;align-items:center;margin-bottom:10px}.experience-grid .experience-card .logo_title img{width:56px;height:56px;object-fit:contain}.experience-grid .experience-card .logo_title div{height:56px;display:flex;flex-direction:column;align-items:start;justify-content:space-around}.experience-grid .experience-card .logo_title div p{color:#7e7676}.experience-grid .experience-card .logo_title div h3{color:#2a2a2a}.experience-grid .experience-card h3{color:#45237f;margin-bottom:8px;font-size:15px}.experience-grid .experience-card p{color:#514e4ed8;margin-bottom:8px;font-size:13px}.experience-grid .experience-card button{margin-bottom:-5px;padding:7px 11px;border-radius:5px;font-size:14px;opacity:0px;outline:none;border:none;background-color:#5b238f;color:#fff}.ProjectList{overflow-y:auto;width:98%!important;border:1px solid rgba(153,146,146,.569);border-radius:10px;padding:15px 20px;margin:20px auto 0 -10px}.ProjectList .section-header{display:flex;align-items:center;margin-bottom:1rem;border-bottom:1px solid rgba(153,146,146,.569);padding-bottom:10px;min-width:1000px}.ProjectList .section-header .icon{margin-right:.5rem}.ProjectList .section-header h2{font-size:16px;font-weight:700}.ProjectList table{min-width:1000px!important;border-collapse:separate;border-spacing:0;margin-top:1rem;border-radius:10px;overflow:hidden;border-left:1px dashed #ddd;border-right:1px dashed #ddd;border-top:1px solid rgba(219,209,209,.755)}.ProjectList table thead{background-color:#e0d4e373}.ProjectList table thead tr th{border-bottom:1px solid rgba(219,209,209,.755);padding:.75rem;text-align:left;font-weight:700;font-size:13px;opacity:.6}.ProjectList table thead tr th{text-align:start}.ProjectList table tbody tr{border-right:1px dashed rgba(239,237,239,.568627451)}.ProjectList table tbody tr:hover{background-color:#f4f2f2}.ProjectList table tbody tr td{border-bottom:1px dashed #ddd;padding:.75rem}.ProjectList table tbody tr td{text-align:start}.ProjectList table tbody tr td .newEmp_img{display:flex;align-items:center;justify-content:center}.ProjectList table tbody tr td .newEmp_img .img_add_p{background:#fff;z-index:9;width:35px;height:35px;border-radius:50%;margin-left:-20px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;color:#27014a}.ProjectList table tbody tr td .newEmp_img .div_newEmp_img_team img{width:35px;height:35px;margin-left:-13px}.ProjectList table tbody tr .completed{color:#276f36}.ProjectList table tbody tr .completed .td{border-radius:8px;padding:5px 10px;background-color:#589e673e;display:flex;align-items:center;justify-content:start;width:fit-content}.ProjectList table tbody tr .completed .td:before{content:".";width:5px;height:5px;padding:2px;border-radius:50%;background-color:#276f36;margin-right:5px}.ProjectList table tbody tr .pending{color:red}.ProjectList table tbody tr .pending .td{border-radius:8px;padding:5px 10px;background-color:#9e585840;display:flex;align-items:center;justify-content:start;width:fit-content}.ProjectList table tbody tr .pending .td:before{content:"";width:5px;height:5px;padding:2px;margin-right:5px;border-radius:50%;background-color:#d50e0e!important}.ProjectList table thead tr:first-child th:first-child{border-top-left-radius:10px}.ProjectList table thead tr:first-child th:last-child{border-top-right-radius:10px}.ProjectList table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.ProjectList table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}#DescriptionJOB{padding:1px 20px}#DescriptionJOB h4{padding-bottom:5px;font-weight:400;color:#2a2a2a;font-size:14px;opacity:.7}#DescriptionJOB .description-text{padding-bottom:25px;font-weight:400;color:#2a2a2a;font-size:14px;opacity:.7}@keyframes ping-animation{0%{transform:scale(.5);opacity:.3}to{transform:scale(1);opacity:1}}@keyframes roted-animation{0%{transform:rotate(0)}25%{transform:rotate(50deg)}50%{transform:rotate(160deg)}60%{transform:rotate(100deg)}75%{transform:rotate(70deg)}85%{transform:rotate(170deg)}to{transform:rotate(360deg)}}@media (max-width: 1111px){.profile-page .details .info-cards{flex-direction:column}.experience-grid{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 800px){.education .section-header,.education table{width:800px}.education{overflow-x:scroll}}@media (max-width: 750px){.experience-grid{display:grid;grid-template-columns:1fr}}@media (max-width: 670px){.profile-page .details .profile_card{flex-direction:column!important;text-align:center;justify-content:center}.profile-page .details .profile_card .img_card{flex-direction:column}.profile-page .details .profile_card .action_card{margin-top:10px}.profile-page .details .profile_card .img_card .about_user div{position:fixed;margin-top:-80px;margin-left:127px}}#DescriptionJOB div{padding:20px}#DescriptionJOB div h3{font-size:14px;font-weight:500;color:#400f6f;margin-bottom:10px}#DescriptionJOB div p{font:12px;color:#2a2a2a;margin-bottom:10px;opacity:.7}#CartUserFix{max-height:430px;overflow-x:auto}#notFounPageID{margin:0 auto;width:98%;height:98%;display:flex;align-items:center;justify-content:center}#notFounPageID img{width:20%;object-fit:cover}.Slider4{border:1px solid red!important}.main_performance_stats{margin:30px;border:1px solid #e8e8e8;border-radius:5px}.main_performance_stats .header_stats{background:#bfb3cb1c;width:98.6%;border-bottom:1px solid #e8e8e8;padding:10px;display:flex;align-items:center;gap:5px}.main_performance_stats .skill_types{padding:20px;display:flex;gap:10px}.main_performance_stats .skill_types .title{color:#000!important}.main_performance_stats .skill_types p{color:#333333ec}.main_performance_stats .performance_stats{margin:20px}.main_performance_stats .performance_stats .stats-grid{display:flex;justify-content:space-between;gap:20px;box-shadow:none}.main_performance_stats .performance_stats .stats-grid .stats-column{width:100%}.main_performance_stats .performance_stats .stats-grid .stats-column .column-title{font-size:18px;font-weight:700;color:#400f6f;margin-bottom:15px;text-align:start}.main_performance_stats .performance_stats .stats-grid .stats-column .title_info{width:98.3%;display:flex;align-items:center;border:1px solid rgb(205,205,205);border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:-1px;padding:5px}.main_performance_stats .performance_stats .stats-grid .stats-column .title_info div{text-transform:uppercase;width:38%;padding:5px;text-align:start}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list{border-left:1px dashed #e8e8e8;border-bottom:1px dashed #e8e8e8;border-right:1px dashed #e8e8e8;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item{display:flex;padding:5px;justify-content:space-between;border-top:1px dashed #e8e8e8}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .competency{font-weight:700;color:#2a2a2abe;display:flex;align-items:center;width:40%;font-weight:400;font-size:13px;padding-left:10px}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container{position:relative;width:60%;height:35px;display:flex;flex-direction:column;gap:5px}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.expected-bar{background-color:#7b00ffbe;width:0}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Beginner{background-color:#a1dbf1;width:0}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Intermediate{background-color:#71d5e4;width:0}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Advanced{background-color:#00b6bc;width:0}.main_performance_stats .performance_stats .stats-grid .stats-column .stats-list .stats-item .bar-container .bar.Expert{background-color:#029fa4;width:0}@media (max-width: 1070px){.main_performance_stats .performance_stats .stats-grid{flex-direction:column}}.main_performance_stats .performance_stats .legend{display:flex;justify-content:start;gap:20px;margin-top:20px}.main_performance_stats .performance_stats .legend .legend-item{display:flex;align-items:start;gap:10px;font-size:14px;color:#333}.main_performance_stats .performance_stats .legend .legend-item .legend{margin-left:-15px}.main_performance_stats .performance_stats .legend .legend-item .legend-color{width:20px;height:15px;border-radius:3px}.main_performance_stats .performance_stats .legend .legend-item .legend-color.expected{background:#7b00ffbe}.main_performance_stats .performance_stats .legend .legend-item .legend-color.Beginner{background-color:#a1dbf1}.main_performance_stats .performance_stats .legend .legend-item .legend-color.Intermediate{background-color:#71d5e4}.main_performance_stats .performance_stats .legend .legend-item .legend-color.Advanced{background-color:#00b6bc}.main_performance_stats .performance_stats .legend .legend-item .legend-color.Expert{background-color:#039196}.tooltip_1{visibility:hidden;opacity:0;position:absolute;top:-25px;left:50%;transform:translate(-50%);background-color:#fff;box-shadow:0 0 10px 1px #908e8ec1;color:#3b3b3b;padding:5px 10px 5px 20px;border-radius:5px;font-size:12px;transition:opacity .3s ease;white-space:nowrap}.bar:hover .tooltip_1{visibility:visible;opacity:1;animation:fadeIn .3s ease-in-out}.tooltip_Expected:before{content:"";position:absolute;top:7px;left:5px;width:12px;height:10px;background-color:#7b00ffbe;border-radius:2px}.tooltipBeginner:before{content:"";position:absolute;top:7px;left:5px;width:12px;height:10px;background-color:#a1dbf1;border-radius:2px}.tooltipIntermediate:before{content:"";position:absolute;top:7px;left:5px;width:12px;height:10px;background-color:#71d5e4;border-radius:2px}.tooltipAdvanced:before{content:"";position:absolute;top:7px;left:5px;width:12px;height:10px;background-color:#00b6bc;border-radius:2px}.tooltipExpert:before{content:"";position:absolute;top:7px;left:5px;width:12px;height:10px;background-color:#028489;border-radius:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reports-page-main .tabs-container-button{border:1px solid rgba(154,150,150,.387);width:fit-content;margin-left:15px;margin-top:10px;border-radius:8px}.reports-page-main .tabs-container-button .tab-button-swich{border:none;margin:3px;outline:none;border-radius:5px;padding:8px 15px;gap:10px;cursor:pointer;background:#fff;font-size:14px}.reports-page-main .tabs-container-button .active-swich{color:#fff;background:#400f6f}.setting_nav_ .top-bar-r{position:sticky;height:60px;display:flex;box-shadow:0 2px 10px .1px #0000002c;width:100%;overflow:hidden}.setting_nav_ .top-bar-r h2{padding:22px;width:100%;color:#400f6f;text-align:start;margin-left:20px;display:flex;margin-top:-5px}.setting_nav_ .top-bar-r h2 .span{margin-left:-5px;width:fit-content}.setting_nav_ .top-bar-r .close_nav{position:absolute;right:35px;border:1px solid black;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-top:15px;cursor:pointer!important;z-index:1}.setting_nav_ .top-bar-r .right-pattern{width:200%;height:70px;overflow:hidden;display:flex}@media (max-width: 500px){.setting_nav_ .top-bar-r .right-pattern{display:none}}.setting_nav_ .top-bar-r .right-pattern span:nth-child(1){width:60px;height:220px;margin-left:33px;margin-top:-58px;background:linear-gradient(240deg,#7916d616 .06%,#6e20b608 .06%,#7915c60d .2%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(2){width:100px;height:170px;margin-left:40px;margin-top:-55px;background:linear-gradient(240deg,#8103f722 .46%,#6e20b618 2.46%,#7915c614 10.2%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(3){width:40px;height:160px;margin-left:8px;margin-top:-33px;background:linear-gradient(240deg,#8103f736,#8103f71d 60%,#8103f71a .2%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(4){width:60px;height:160px;margin-left:20px;margin-top:-39px;background:linear-gradient(240deg,#6d16be4e 10%,#8103f737 70%,#8103f736 10%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(5){width:120px;height:190px;margin-left:32.6px;margin-top:-59px;background:linear-gradient(240deg,#6d16be0a 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(6){width:10px;height:120px;margin-left:175px;margin-top:-9px;background:linear-gradient(240deg,#6d16be0a 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(7){width:100px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(8){width:20px;height:160px;margin-left:13.7px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(9){width:330px;height:322px;margin-left:34px;margin-top:-95px;background:linear-gradient(240deg,#6d16be29,#8103f723 0%,#8103f706);transform:rotate(40deg)}.setting_nav_ .top-bar-r .right-pattern span:nth-child(10){width:40px;height:205px;margin-left:7px;margin-top:-39px;background:linear-gradient(240deg,#6d16bea0 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}@media (max-width: 1300px){.setting_nav_ .top-bar-r .right-pattern span:nth-child(8){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(7){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(6){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(10){margin-left:6px}}@media (max-width: 1030px){.setting_nav_ .top-bar-r .right-pattern span:nth-child(1){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(2){display:none}}@media (max-width: 800px){.setting_nav_ .top-bar-r .right-pattern span:nth-child(8){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(5){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(4){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(9){margin-left:39px;margin-top:-75px}}@media (max-width: 765px){.setting_nav_ .top-bar-r .right-pattern span:nth-child(3){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(9){display:none}.setting_nav_ .top-bar-r .right-pattern span:nth-child(10){display:none}}.OrganizationalReports-dashboard{margin:0 auto;max-width:2000px;padding:20px;height:100%}.OrganizationalReports-dashboard .search-bar{width:fit-content;border:1px solid rgba(0,0,0,0);border-radius:4px;margin-bottom:20px;display:flex;justify-content:start}.OrganizationalReports-dashboard .search-bar .span_icon{width:40px;height:42px;margin-left:0;position:relative;border-top-left-radius:4px;border-bottom-left-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-right:none}.OrganizationalReports-dashboard .search-bar .search-input{border:1px solid #ccc;border-left:none;min-width:500px;padding:10px;font-size:16px;border-top-right-radius:4px;border-bottom-right-radius:4px;outline:none;transition:border .2s ease-in-out}.OrganizationalReports-dashboard .search-bar:focus{border-color:#6200ea}.OrganizationalReports-dashboard .search-bar:hover{outline:none;border:1px solid #5200d4;box-shadow:0 0 0 2px #5100d44e}.OrganizationalReports-dashboard .search-bar:active{outline:none;border:1px solid rgba(81,0,212,.7803921569);box-shadow:0 0 0 2px #5100d419}.OrganizationalReports-dashboard .categories_section{border-radius:8px;border:1px solid rgba(152,151,151,.392);padding:0 30px}.OrganizationalReports-dashboard .categories_section .Cards_l_r{display:flex;align-items:start;padding:20px;border-bottom:1px solid rgba(128,128,128,.3254901961)}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section{width:50%}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section .-card{background-color:#410f6fd5;background-image:url(/assets/bgPattern-CaOYneFu.png);background-blend-mode:overlay;color:#fff;padding:20px;border-radius:8px;background-size:cover}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section .-card .img{background:#000;display:flex;align-items:center;justify-content:center;border-radius:50%;width:50px;height:50px;margin-bottom:10px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section .-card .img img{margin-top:13px!important;margin:4px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section .-card .-name{font-size:20px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section .-card .-description{font-size:14px;font-weight:400;color:#ffffffd8;margin-top:5px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section{width:50%;display:grid;grid-template-columns:1fr 1fr;margin-left:10%;padding-right:20px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card{padding:20px 20px 20px 40px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card .section-svg{margin-bottom:5px!important;width:fit-content}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card .section-svg svg{background:#a5dcd744;color:#00000096;border-radius:10px;padding:5px;cursor:pointer}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card .visit-button{cursor:pointer}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card:hover .visit-button{color:#400f6f}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card:hover .section-svg svg{transition:.3s ease-in;scale:1.1;color:#000000d2}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card:nth-child(1){border-right:1px solid rgba(128,128,128,.3254901961);border-bottom:1px solid rgba(128,128,128,.3254901961)}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card:nth-child(3){border-right:1px solid rgba(128,128,128,.3254901961)}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section .section-card:nth-child(2){border-bottom:1px solid rgba(128,128,128,.3254901961)}@media only screen and (max-width: 1200px){.OrganizationalReports-dashboard .categories_section .Cards_l_r{flex-direction:column}.OrganizationalReports-dashboard .categories_section .Cards_l_r .left-section{width:100%!important;margin-bottom:20px}.OrganizationalReports-dashboard .categories_section .Cards_l_r .right-section{width:100%;margin-left:0}}.breadcrumb-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:flex;align-items:center;padding:5px;background:#eedffc4f;border-radius:8px;box-shadow:1px 2px 10px .1px #0000001a;margin:20px;width:fit-content!important}.breadcrumb-container .arrow_left_right{border-radius:20px;padding-top:4px;background:#efe7f8}.breadcrumb-container .arrow_left_right .arrow-btn{background-color:transparent;border:none;font-size:24px;cursor:pointer;color:#6f6f6f}.breadcrumb-container .arrow_left_right .arrow-btn svg{color:#400f6f}.breadcrumb-container .arrow_left_right .arrow-btn svg:hover{color:#000}.breadcrumb-container .arrow_left_right .disabled_ svg{color:#6f6f6f!important}.breadcrumb-container .breadcrumb{display:flex;align-items:center;flex-grow:1}.breadcrumb-container .breadcrumb .breadcrumb-item{margin:0 10px;background:none;border:none;font-size:16px;color:#6f6f6f;cursor:pointer;display:flex;align-items:center;position:relative}.breadcrumb-container .breadcrumb .breadcrumb-item .icon-home{margin:0 5px;font-size:18px}.breadcrumb-container .breadcrumb .breadcrumb-item .icon-home svg{background:#efe7f8;padding:8px;border-radius:50%;margin-top:5px}.breadcrumb-container .breadcrumb .btn_option{border:none;outline:none;padding:8px 13px;font-size:16px;display:flex;align-items:center;border-radius:50px;cursor:pointer}.breadcrumb-container .breadcrumb .btn_option span{margin:0 5px}.breadcrumb-container .breadcrumb .dropdown-select{margin-right:2px}.breadcrumb-container .breadcrumb .dropdown-select .dropdown-menu-{z-index:99;width:280px;position:absolute;height:fit-content;background:#fff;margin-top:215px;border-radius:5px;display:flex;flex-direction:column;align-items:start;justify-content:space-around;text-align:left;box-shadow:0 0 10px .1px #5452523f}.breadcrumb-container .breadcrumb .dropdown-select .dropdown-menu- span{padding:5px;margin:5px;border-radius:5px}.breadcrumb-container .breadcrumb .dropdown-select .dropdown-menu- span:hover{width:87%;background:#e8d2e5;color:#400f6f}.breadcrumb-container .breadcrumb .dropdown-select .one_menu{margin-top:100px}.breadcrumb-container .breadcrumb .dropdown-select .two_menu{margin-top:140px}.breadcrumb-container .breadcrumb .dropdown-select .three_menu{margin-top:180px}.Overview_main_h2_title_o{margin:0 30px}.Overview_dashboard{margin-left:15px;-webkit-user-select:none;user-select:none;display:grid;width:98%;gap:20px;grid-template-columns:repeat(4,1fr)}@media (max-width: 1324px){.Overview_dashboard{grid-template-columns:repeat(3,1fr)}}@media (max-width: 968px){.Overview_dashboard{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.Overview_dashboard{grid-template-columns:1fr}}.Overview_dashboard h2{font-size:18px;font-weight:500;color:#2a2a2a}.Overview_dashboard .Overview_dashboard{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(121,115,115,.3098039216)!important;border-radius:20px;width:90%}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard{width:100%}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_top_dashboard{border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;font-size:12px;background:#ebe7ee}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_top_dashboard .title_o{color:#2a2a2a;padding-bottom:10px}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_top_dashboard .hading_o .flex-O-h{display:flex;align-items:center;justify-content:space-between}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_top_dashboard .hading_o .flex-O-h .t-n-o{font-size:38px;color:#2a2a2a}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_top_dashboard .hading_o .flex-O-h .o-span-svg{background:#fff;padding:12px;border-radius:11px}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview__dashboard{border-radius:20px;padding:20px;font-size:12px;background:#f5f3f6}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview__dashboard .title_o{color:#2a2a2a;padding-bottom:10px}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview__dashboard .hading_o .flex-O-h{display:flex;align-items:center;justify-content:space-between}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview__dashboard .hading_o .flex-O-h .t-n-o{font-size:38px;color:#2a2a2a}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview__dashboard .hading_o .flex-O-h .o-span-svg{background:#fff;padding:12px;border-radius:11px}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_bottom_dashboard{padding:20px;display:flex;align-items:center;justify-content:space-between}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_bottom_dashboard .left_o{font-size:13px;color:#2a2a2a}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_bottom_dashboard .right_o{display:flex;align-items:center}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_bottom_dashboard .right_o svg{margin-right:10px}.Overview_dashboard .Overview_dashboard .Overview_box_dashboard .Overview_bottom_dashboard .right_o span{font-size:13px;color:#2a2a2a}.hover_tab_nav-2{display:flex;align-items:center;margin:20px}.cart_head_{margin:10px 20px;display:flex;align-items:center;justify-content:space-between;padding:5px 0 10px 5px;border-bottom:1px solid rgba(128,128,128,.326)}.cart_head_ .l_title{font-size:18px;color:#2a2a2a}.cart_head_ .btn_r_Export{border:1px solid rgba(136,136,136,.5058823529);padding:5px 10px;border-radius:7px;display:flex;align-items:center;cursor:pointer}.cart_head_ .btn_r_Export span{margin:0 3px}.center_cart_text{font-size:11px;margin-left:-98px!important}.css-1u0lry5-MuiChartsLegend-root .MuiChartsLegend-series rect{width:15px;height:15px}.css-1u0lry5-MuiChartsLegend-root .MuiChartsLegend-series text{font-size:11px!important}#cart_d{overflow:hidden!important}@media (max-width: 1200px){.css-a5rdam-MuiGrid-root{margin-left:8px!important}.css-1wt0ckl{margin-left:50px!important;border:1px solid red!important}.css-tuxzvu{width:100%;border:1px solid red!important;width:calc(100% + 20px)!important}.css-lmbb0b{width:110%}}.css-13z1cr7-MuiChartsSurface-root{position:absolute!important;width:100%}.css-1evyvmv-MuiChartsSurface-root{touch-action:none;width:100%!important}.custom-dropdown__{display:flex;align-items:center;justify-content:space-between;right:1px;margin-right:20px}.custom-dropdown__ label{font-weight:700;margin-right:10px;font-size:16px}.custom-dropdown__ select{width:150px;padding:10px 15px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;font-size:16px;color:#333;cursor:pointer;transition:border-color .2s}.custom-dropdown__ select:focus{border-color:#400f6f;outline:none}.custom-dropdown__ select option{padding:10px}.custom-dropdown__ .month-selector{margin-top:10px;display:block}.lable_chart_{display:flex;align-items:center;justify-content:space-between;width:200px;text-align:center;margin:0 auto;padding-bottom:30px}.lable_chart_ .s_count{position:relative}.lable_chart_ .s_count:before{content:"";display:block;width:16px;height:16px;border-radius:10%;background-color:#400f6f;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.lable_chart_ .s_Percentage{position:relative}.lable_chart_ .s_Percentage:before{content:"";display:block;width:16px;height:16px;border-radius:10%;background-color:#0eaedf;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.lable_chart_Summ{width:250px}.lable_chart_Summ .avl_count{position:relative}.lable_chart_Summ .avl_count:before{content:"";display:block;width:16px;height:16px;border-radius:10%;background-color:#0ac2b6;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}@media only screen and (max-width: 1200px){.leavebalanceCartPie{height:fit-content!important;flex-direction:column!important}.leavebalanceCartPie .piechats .otherLeaves .pieChart{scale:.8!important}.leavebalanceCartPie .piechats{width:90%!important}.leavebalanceCartPie .TotalLeaves{width:50%!important}}@media only screen and (max-width: 820px){.leavebalanceCartPie .piechats .otherLeaves{flex-direction:column}.leavebalanceCartPie .piechats{height:fit-content!important}}._Leave_Balance_second_title{display:flex;align-items:center;justify-content:space-between;margin:10px 20px;border-bottom:1px solid rgba(128,128,128,.365);padding-bottom:10px}._Leave_Balance_second_title h3{font-size:20px;font-weight:500}._Leave_Balance_second_title .print_right_icon{display:flex;align-items:center;justify-content:space-between;width:60px;border:1px solid rgba(128,128,128,.408);padding:5px 8px;border-radius:5px;cursor:pointer}.calendar{width:96%;margin:0 auto;font-family:Arial,sans-serif;color:#333}.calendar .calendar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f0f4f8;border-radius:8px 8px 0 0;font-size:1.2rem;font-weight:700;border:1px solid rgba(128,128,128,.1764705882)}.calendar .calendar-header button{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer;border-radius:5px;transition:background-color .3s}.calendar .calendar-header button:hover{background-color:#0056b3}.calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.1rem;background-color:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px}.calendar .day-name{text-align:center;font-weight:700;padding:.5rem;background-color:#faf6ff;border-bottom:1px solid #ddd}.calendar .empty-cell{background-color:#f9fafb}.calendar .day{display:flex;flex-direction:column;align-items:start;justify-content:space-between;padding:.5rem;min-height:80px;border-radius:2px;font-size:.9rem;position:relative;text-align:start;color:#333;border:1px solid rgba(128,128,128,.119)}.calendar .day .leave{padding:5px 7px;border-radius:20px;background:#fff;display:flex;align-items:center}.calendar .day .leave .dot{padding:1px;background:#4976f4}.calendar .day .workday{padding:5px 7px;border-radius:20px;background:#4977f430;display:flex;align-items:center}.calendar .day .workday .dot{padding:1px;background:#4976f4}.calendar .day .holiday{padding:5px 7px;border-radius:20px;background:#ffffff92;display:flex;align-items:center}.calendar .day .holiday .dot{padding:1px;background:#ea530e}.calendar .day .Absent{padding:5px 7px;border-radius:20px;background:#ff00003f;display:flex;align-items:center}.calendar .day .Absent .dot{padding:1px;background:red}.calendar .day .date{width:100%;display:flex;align-items:end;justify-content:end;font-size:18px;color:#333}.calendar .day .event{display:flex;align-items:center;font-weight:700;font-size:1rem;padding:.2rem .5rem;border-radius:12px;margin-top:.3rem;font-size:.75rem}.calendar .day .event .dot{width:8px;height:8px;border-radius:50%;margin-right:.5rem}.calendar .day.workday{color:#4976f4}.calendar .day.weekly-off{color:#333}.calendar .day.holiday{background-image:url(https://holidaytoday.org/wp-content/uploads/2022/06/holidays-today-768x768.jpg);background-color:#ea530e;background-size:cover;background-position:center;background-repeat:no-repeat;width:90%;height:80%;overflow:hidden;color:#ea530e}.calendar .day.Absent{background-color:#fff;color:red}.calendar .day.Absent .date{color:#000!important}.calendar .day.sick-leave{background-color:#4976f4;color:#4976f4}.calendar .day.sick-leave .date{color:#fff!important}.calendar .day.casual-leave{background-color:#b1ab1d;color:#4976f4}.calendar .day.casual-leave .date{color:#fff!important}.calendar .day.earned-leave{background-color:#954baf;color:#4976f4}.calendar .day.earned-leave .date{color:#fff!important}.calendar .day.maternity-leave{background-color:#ed07ad;color:#4976f4}.calendar .day.maternity-leave .date{color:#fff!important}.calendar .day.paternity-leave{background-color:#d28e3d;color:#4976f4}.calendar .day.paternity-leave .date{color:#fff!important}.calendar .colorTypeName{display:flex;align-items:center;justify-content:end;gap:20px;margin-top:10px}.calendar .colorTypeName .Holiday{color:#ea530e;width:70px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .Holiday .dot{padding:3px;background:#ea530e;width:3px;height:3px;border-radius:50px}.calendar .colorTypeName .sick{color:#4976f4;width:94px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .sick .dot{padding:3px;background:#4976f4;width:3px;height:3px;border-radius:50px}.calendar .colorTypeName .casual{color:#b1ab1d;width:115px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .casual .dot{padding:3px;background:#b1ab1d;width:3px;height:3px;border-radius:50px}.calendar .colorTypeName .earned{color:#954baf;width:115px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .earned .dot{padding:3px;background:#954baf;width:3px;height:3px;border-radius:50px}.calendar .colorTypeName .maternity{color:#ed07ad;width:130px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .maternity .dot{padding:3px;background:#ed07ad;width:3px;height:3px;border-radius:50px}.calendar .colorTypeName .paternity{color:#d28e3d;width:125px;border:1px solid rgba(128,128,128,.3607843137);padding:3px 7px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.calendar .colorTypeName .paternity .dot{padding:3px;background:#d28e3d;width:3px;height:3px;border-radius:50px}@media only screen and (max-width: 1000px){.calendar .day{font-size:13px!important}.calendar_main{overflow-x:scroll}.calendar_main .calendar{width:1000px;padding:0 30px}}.att_Balance_second_title{display:flex;align-items:center;justify-content:space-between;margin:10px 30px;border-bottom:none!important;padding-bottom:10px}.att_Balance_second_title h3{font-size:20px;font-weight:500}.att_Balance_second_title .print_right_icon{display:flex;align-items:center;justify-content:space-between;width:60px;border:1px solid rgba(128,128,128,.408);padding:5px 8px;border-radius:5px;cursor:pointer}.custom_legend_at{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:10px;font-family:Arial,sans-serif;font-size:14px;margin-left:-40px;width:fit-content;gap:20px;margin-top:-15%}.custom_legend_at_Leave_report{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:10px;font-family:Arial,sans-serif;font-size:14px;margin-left:-40px;width:fit-content;gap:20px;margin-top:-45%}@media only screen and (max-width: 1200px){.custom_legend_at_Leave_report{margin-top:-20%}}.custom-legend-item_att{display:flex;align-items:center;margin-bottom:5px}.custom-legend-icon_1{width:15px;height:15px;border-radius:50%;margin-right:8px}.Att_CartPie{width:98%;height:400px;display:flex!important;align-items:center!important;justify-content:space-between!important;margin-left:20px}.Att_CartPie .TotalLeaves_{margin:20px;border:1px solid rgba(125,125,125,.305);border-radius:10px;width:44%;height:400px}.Att_CartPie .TotalLeaves_ .total-leaves{margin:0 20px;display:flex;font-size:14px;color:gray;align-items:center;justify-content:space-between;padding:5px 0}.Att_CartPie .TotalLeaves_ .pieChart{width:100%;height:300px;margin-left:60px}.Att_CartPie .Current_Day_Status{border:1px solid rgba(125,125,125,.3058823529);border-radius:10px;width:34%;height:400px;margin-right:20px!important}.Att_CartPie .Current_Day_Status h2{font-size:17px;color:#2a2a2a;border-bottom:1px solid rgba(125,125,125,.3058823529);margin:8px 10px;opacity:.9;padding:5px}.Att_CartPie .Current_Day_Status .punch-timeline .punch-timeline__date{opacity:.9;font-size:14px;color:#2a2a2a;padding-bottom:5px;margin:8px 10px 8px 20px}.Att_CartPie .Current_Day_Status .punch-timeline .punch-timeline__entries{margin-left:20px}.Att_CartPie .Current_Day_Status .punch-timeline .punch-timeline__entries .punch-timeline__entry .punch-timeline__icon .icon-placeholder{background:#fff;margin-left:-25px;margin-top:-30px;position:absolute}.Att_CartPie .Current_Day_Status .punch-timeline__date{font-size:16px;font-weight:700;margin-bottom:1rem}.Att_CartPie .Current_Day_Status .punch-timeline__entries{display:flex;flex-direction:column;gap:2rem;position:relative}.Att_CartPie .Current_Day_Status .punch-timeline__entries:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background-color:#dcdcdc}.Att_CartPie .Current_Day_Status .punch-timeline__entry{display:flex;align-items:center;position:relative;padding-left:2rem}.Att_CartPie .Current_Day_Status .punch-timeline__entry:before{content:"";position:absolute;left:12px;width:8px;height:8px;background-color:#dcdcdc;border-radius:10%;margin-top:-13px;transform:rotate(45deg)}.Att_CartPie .Current_Day_Status .punch-timeline__entry__icon{margin-right:.5rem;font-size:20px;color:#6a6a6a}.Att_CartPie .Current_Day_Status .punch-timeline__entry__details{display:flex;flex-direction:column}.Att_CartPie .Current_Day_Status .punch-timeline__entry__details__type{font-size:14px;font-weight:700}.Att_CartPie .Current_Day_Status .punch-timeline__entry__details__time{font-size:14px;color:#888}@media only screen and (max-width: 1200px){.Att_CartPie{flex-direction:column;height:fit-content!important}.Att_CartPie .TotalLeaves_ .pieChart{height:350px;scale:.9}.Att_CartPie .TotalLeaves_{width:94%!important;margin-left:-10px}.Att_CartPie .Current_Day_Status{width:94%!important}}.Overview_main_h2_title_att{font-size:18px;margin-left:30px;margin-bottom:10px;color:#2a2a2a;opacity:.9}.day_total_work{position:absolute;background:#fff;color:#000;display:none;width:155px;height:121px;gap:0px;border-radius:0 4.43px 4.43px 0;border:0px 0px 0px 1.11px;border-left:2px solid #45237F!important}.day_total_work:hover{display:block}.day:hover .day_total_work{display:block;border:1px solid rgba(128,128,128,.327);z-index:99;padding:3px}.day:hover .day_total_work .date{color:#000!important;display:flex;flex-direction:column;align-items:start;gap:10px;margin-top:10px}.day:hover .day_total_work .date p{font-size:12px;color:#3a3939}.day:hover .day_total_work .date h6{font-size:18px;color:#45237f}.chart-container{padding:20px;background:#f9f9f9;border-radius:8px;width:93%!important;margin:0 auto;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(128,128,128,.2117647059)}.chart-container .tab-switch{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.chart-container .tab-switch .Excellent{border:1px solid rgba(128,128,128,.3333333333);padding:5px 10px;border-radius:5px;display:flex;align-items:center;gap:20px;font-size:12px}.chart-container .tab-switch .Excellent .excellent{font-size:16px;color:#6200ea}.chart-container .tab-switch button{background:#fff;border:none;padding:8px 20px;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin:0 5px}.chart-container .tab-switch button.active{background:#d1c4e9;color:#320b57}.chart-container .tab-switch button:hover:not(.active){background:#e0e0e0}.chart-container .charts-wrapper{display:flex;justify-content:space-between;gap:20px}.chart-container .charts-wrapper .chart-section{width:100%;background:#fff;padding:20px;border-radius:8px}.chart-container .charts-wrapper .chart-section h3{text-align:center;margin-bottom:10px;font-size:18px;color:#333}.chart-container .charts-wrapper .chart-section .rating-box{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;color:#6200ea}.tr_CartPie .TotalLeaves_Project .pieChart_pro{width:100%;height:400px;margin-left:60px}.tr_CartPie .Current_Day_Status{border:1px solid rgba(125,125,125,.3058823529);border-radius:10px;width:34%;height:400px;margin-right:20px!important}.tr_CartPie .Current_Day_Status h2{font-size:17px;color:#2a2a2a;border-bottom:1px solid rgba(125,125,125,.3058823529);margin:8px 10px;opacity:.9;padding:5px}.tr_CartPie .Current_Day_Status .punch-timeline .punch-timeline__date{opacity:.9;font-size:14px;color:#2a2a2a;padding-bottom:5px;margin:8px 10px 8px 20px}.tr_CartPie .Current_Day_Status .punch-timeline .punch-timeline__entries{margin-left:20px}.tr_CartPie .Current_Day_Status .punch-timeline .punch-timeline__entries .punch-timeline__entry .punch-timeline__icon .icon-placeholder{background:#fff;margin-left:-25px;margin-top:-30px;position:absolute}.tr_CartPie .Current_Day_Status .punch-timeline__date{font-size:16px;font-weight:700;margin-bottom:1rem}.tr_CartPie .Current_Day_Status .punch-timeline__entries{display:flex;flex-direction:column;gap:2rem;position:relative}.tr_CartPie .Current_Day_Status .punch-timeline__entries:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background-color:#dcdcdc}.tr_CartPie .Current_Day_Status .punch-timeline__entry{display:flex;align-items:center;position:relative;padding-left:2rem}.tr_CartPie .Current_Day_Status .punch-timeline__entry:before{content:"";position:absolute;left:12px;width:8px;height:8px;background-color:#dcdcdc;border-radius:10%;margin-top:-13px;transform:rotate(45deg)}.tr_CartPie .Current_Day_Status .punch-timeline__entry__icon{margin-right:.5rem;font-size:20px;color:#6a6a6a}.tr_CartPie .Current_Day_Status .punch-timeline__entry__details{display:flex;flex-direction:column}.tr_CartPie .Current_Day_Status .punch-timeline__entry__details__type{font-size:14px;font-weight:700}.tr_CartPie .Current_Day_Status .punch-timeline__entry__details__time{font-size:14px;color:#888}.custom_legend_pro{position:relative;display:flex;flex-direction:column;align-items:start;justify-content:start;padding:10px;font-family:Arial,sans-serif;font-size:14px;margin-left:-40px;width:fit-content;gap:20px}@media only screen and (min-width: 1700px){.custom_legend_pro{top:40px!important}}@media only screen and (min-width: 1900px){.custom_legend_pro{top:100px!important}}@media only screen and (min-width: 2000px){.custom_legend_pro{top:150px!important}}.tr_CartPie{width:98%;height:400px;display:flex!important;align-items:center!important;justify-content:space-between!important;margin-left:20px}.tr_CartPie .TotalLeaves_Project{margin:20px;border:1px solid rgba(125,125,125,.305);border-radius:10px;width:60%;height:400px}.tr_CartPie .TotalLeaves_Project .total-leaves{border-bottom:1px solid rgba(113,110,110,.328);margin:0 20px;display:flex;font-size:14px;color:gray;align-items:center;justify-content:space-between;padding:5px 0}.tr_CartPie .TotalLeaves_Project .pieChart_pro{width:100%;height:400px;margin-left:60px;margin-top:-50px}.tr_CartPie .UpcomingStatus{border:1px solid rgba(125,125,125,.3058823529);border-radius:10px;width:37%;height:400px;margin-right:20px!important}.tr_CartPie .UpcomingStatus h2{font-size:17px;color:#2a2a2a;border-bottom:1px solid rgba(125,125,125,.3058823529);margin:8px 20px;opacity:.9;padding:5px}.tr_CartPie .UpcomingStatus .trainingList{display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin:20px 0;width:100%}.tr_CartPie .UpcomingStatus .trainingList .content_list{margin:10px 0;width:92%;display:flex;align-items:center;justify-content:space-between}.tr_CartPie .UpcomingStatus .trainingList .content_list .svg_{border-radius:50%;background:#f7eeff;padding:8px;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.tr_CartPie .UpcomingStatus .trainingList .content_list .text_2{margin-left:-60px}.tr_CartPie .UpcomingStatus .trainingList .content_list .text_2 h5{font-size:16px;font-weight:500;margin-bottom:4px}.tr_CartPie .UpcomingStatus .trainingList .content_list .text_2 p{font-size:12px;font-weight:500;color:#8080809b}.tr_CartPie .UpcomingStatus .trainingList .content_list .text__1{color:#8080809b;font-size:12px}@media only screen and (max-width: 1200px){.tr_CartPie{flex-direction:column;height:fit-content!important}.tr_CartPie .TotalLeaves_Project .pieChart{height:350px;scale:.9}.tr_CartPie .TotalLeaves_Project{width:94%!important;margin-left:-10px}.tr_CartPie .UpcomingStatus{width:94%!important}}.custom_legend_pro{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:10px;font-family:Arial,sans-serif;font-size:14px;margin-left:-40px;width:fit-content;gap:20px;margin-top:-45%}.recharts-text,.recharts-pie-label-text{color:#2a2a2a!important}.recharts-pie-label-line{color:#000;background:#000!important}.projec_Balance_second_title{display:flex;align-items:center;justify-content:space-between;width:58%;margin:10px 45px;border-bottom:none!important;padding-bottom:10px}.projec_Balance_second_title h3{font-size:20px;font-weight:500}.projec_Balance_second_title .print_right_icon{display:flex;align-items:center;justify-content:space-between;width:60px;border:1px solid rgba(128,128,128,.408);padding:5px 8px;border-radius:5px;cursor:pointer}.print_right_icon_233{width:190px!important;margin-left:20px!important}.status-dis-l{padding:8px 12px;border-radius:44px;display:flex;cursor:pointer;align-items:center}.status-dis-l div{display:flex;gap:5px}.status-dis-l.sick-leave{color:#0070f3}.status-dis-l.casual-leave{color:#afac1d}.status-dis-l.earned-leave{color:#0cad55}.status-dis-l .left_d-l{width:10px;margin-right:5px;height:10px;border-radius:50%}.status-dis-l .left_d-l.sick-leave{background-color:#07f}.status-dis-l .left_d-l.casual-leave{background-color:#afac1d}.status-dis-l .left_d-l.earned-leave{background-color:#54d92b}#bottom_m_l{margin-bottom:40px;width:100%;height:100%;position:relative;border:1px solid rgb(255,255,255);opacity:0}.left_filter_p_l{display:flex;align-items:center;justify-content:start;width:100%;margin-left:30px}.date_left_filter{display:flex;align-items:center;justify-content:center;width:240px;height:40px;margin-left:-10px;margin-bottom:15px}.date_left_filter .date_picker_open{display:flex;align-items:center;border:1px solid rgba(128,128,128,.361);border-radius:5px;justify-content:center}.date_left_filter .date_picker_open .hidentPickdate{display:flex;align-items:center;justify-content:center;width:40px;height:30px!important;height:50px;overflow:hidden;margin-top:4px}.date_left_filter .date_picker_open .date-filter__button{cursor:pointer;margin-top:4px}.date_left_filter .selected-date-display{font-size:14px;margin-left:10px}.filter-option-w-big{width:330px!important}.leavebalanceCartPie{width:100%;height:400px;display:flex;align-items:center;justify-content:space-between}.leavebalanceCartPie .TotalLeaves{margin:20px;border:1px solid rgba(125,125,125,.305);border-radius:10px;width:30%;height:400px}.leavebalanceCartPie .TotalLeaves .total-leaves{border-bottom:1px solid rgba(113,110,110,.328);margin:0 20px;display:flex;font-size:14px;color:gray;align-items:center;justify-content:space-between;padding:5px 0}.leavebalanceCartPie .TotalLeaves .pieChart{width:100%;height:370px}.leavebalanceCartPie .piechats{border:1px solid rgba(125,125,125,.305);border-radius:10px;width:70%;height:400px;margin:20px}.leavebalanceCartPie .piechats .title_totale_leave{font-family:Inter;font-size:16px;font-weight:500;line-height:18px;letter-spacing:-.025em;text-align:center;color:#494747;border-bottom:1px solid rgba(113,110,110,.328);margin:0 20px;display:flex;font-size:14px;color:gray;align-items:center;justify-content:space-between;padding:5px 0}.leavebalanceCartPie .piechats .otherLeaves{width:100%;display:flex;align-items:center;justify-content:space-between}.leavebalanceCartPie .piechats .otherLeaves .pieChart{width:100%;height:340px}.leavebalanceCartPie .piechats .otherLeaves .pieChart .total-leaves{margin:0 20px;display:flex;font-size:14px;color:gray;align-items:center;justify-content:space-between}.custom-legend{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;font-family:Arial,sans-serif;font-size:12px}.custom-legend-item{display:flex;align-items:center;margin-bottom:5px}.custom-legend-icon{width:15px;height:15px;border-radius:50%;margin-right:8px}._Leave_Balance_second_title_{display:flex;align-items:center;justify-content:space-between;margin:10px 20px;padding-bottom:10px}._Leave_Balance_second_title_ h3{font-size:20px;font-weight:500}._Leave_Balance_second_title_ .print_right_icon{display:flex;align-items:center;justify-content:space-between;width:60px;border:1px solid rgba(128,128,128,.408);padding:5px 8px;border-radius:5px;cursor:pointer}._Leave_Balance_second_title_2{display:flex;align-items:center;justify-content:start;gap:20px;border-bottom:none}._Leave_Balance_second_title_2 .img_usr_chart{width:20px;height:20px}._Leave_Balance_second_title_2 .print_right_icon_22{width:170px}._Leave_Balance_second_title_2 .print_right_icon_3{width:120px}.EmpOn_Second_Head_celender{margin:0 0 0 5px!important}.content_emp_four_leave{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px}.content_emp_four_leave .box_{border-radius:10px;flex:1;border:1px solid rgba(174,169,169,.542);box-shadow:0 0 10px .1px #74737346}.content_emp_four_leave .box_{padding:0 15px}.content_emp_four_leave .box_ .head{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.content_emp_four_leave .box_ .centerData{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.content_emp_four_leave .box_ .centerData div{display:flex;align-items:center;justify-content:center;gap:10px}.content_emp_four_leave .box_ .centerData div div{width:40px;height:40px;box-shadow:2px 2px 5px .1px #80808054;display:flex;align-items:center;justify-content:center;font-size:14px;background-color:#651ca5;color:#fff;border-radius:10px}.content_emp_four_leave .box_ .centerData div div span{border:1px solid #fff;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:10px}.content_emp_four_leave .box_ .centerData div h2{font-size:46px;color:#3d2c67}.content_emp_four_leave .box_ .centerData .up{padding:5px 10px;border-radius:8px;background:#93d6d14d}.content_emp_four_leave .box_ .centerData .up p{color:#089fa4}.content_emp_four_leave .box_ .centerData .down{padding:5px 10px;border-radius:8px;background:#93d6d14d}.content_emp_four_leave .box_ .centerData .down p{color:red}.content_emp_four_leave .box_ .bottom{margin-left:50px;color:#636363;margin-bottom:30px;display:flex;gap:5px}@media only screen and (max-width: 1200px){.content_emp_four_leave{display:grid;grid-template-columns:repeat(2,1fr)}}.leave-dropdown_Summary{position:relative}.leave-dropdown_Summary .dropdown-button{display:flex;align-items:center;background-color:#fff;border:1px solid #ddd;padding:10px;cursor:pointer;border-radius:5px;margin-left:20px}.leave-dropdown_Summary .dropdown-button svg{margin-right:8px}.leave-dropdown_Summary .dropdown-button span{flex-grow:1;color:#400f6f}.leave-dropdown_Summary .dropdown-menu{position:absolute;top:100%;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 5px #0000001a;width:200px;max-height:200px;overflow-y:auto;z-index:10;display:flex;flex-direction:column;margin-top:5px;margin-left:20px;padding:10px}.leave-dropdown_Summary .dropdown-menu .dropdown-item{padding:8px 10px;cursor:pointer}.leave-dropdown_Summary .dropdown-menu .dropdown-item:hover{background-color:#f1f1f1}.leave-dropdown_Summary .dropdown-menu .dropdown-item.active{background-color:#dcdce4;color:#400f6f}.P_D_A{width:55%;margin-right:40px}@media only screen and (max-width: 1200px){.P_D_A{width:100%;margin-left:90px}}.left_left{display:flex;align-items:center;justify-content:center}.left_left ._Leave_Balance_second_title .daft_filter{display:flex;align-items:center;justify-content:space-between;width:60px;border:1px solid rgba(128,128,128,.408);padding:7px 8px;border-radius:5px;cursor:pointer}.left_filter_p_l_my{margin-left:-20px;margin-top:5px}.my_p_main{display:flex;align-items:center;justify-content:space-between}.my_p_main .chart-container_my{padding:20px;background:#f9f9f9;border-radius:8px;width:65%!important;margin-left:25px;box-shadow:0 4px 8px #0000001a;border:1px solid rgba(192,192,192,.2784313725)}.my_p_main .chart-container_my .tab-switch_my{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.my_p_main .chart-container_my .tab-switch_my .Excellent{border:1px solid rgba(128,128,128,.3333333333);padding:5px 10px;border-radius:5px;display:flex;align-items:center;gap:20px;font-size:12px}.my_p_main .chart-container_my .tab-switch_my .Excellent .excellent{font-size:16px;color:#6200ea}.my_p_main .chart-container_my .tab-switch_my button{background:#fff;border:none;padding:8px 20px;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease;margin:0 5px}.my_p_main .chart-container_my .tab-switch_my button.active{background:#d1c4e9;color:#320b57}.my_p_main .chart-container_my .tab-switch_my button:hover:not(.active){background:#e0e0e0}.my_p_main .chart-container_my .charts-wrapper_my{display:flex;align-items:center;justify-content:space-between;gap:20px}.my_p_main .chart-container_my .charts-wrapper_my .chart-section_my{width:100%;background:#fff;padding:20px;border-radius:8px}.my_p_main .chart-container_my .charts-wrapper_my .chart-section_my h3{text-align:center;margin-bottom:10px;font-size:18px;color:#333}.my_p_main .chart-container_my .charts-wrapper_my .chart-section_my .rating-box{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;color:#6200ea}.my_p_main .average-performance{background:#fff;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0000001a;border:1px solid rgba(192,192,192,.2784313725);width:23%;margin-right:25px;text-align:center;height:490px;color:#333}.my_p_main .average-performance h3{text-align:left;border-bottom:1px solid rgba(179,179,179,.2745098039);padding-bottom:15px;font-weight:500}.my_p_main .average-performance .score-gauge{position:relative;display:flex;justify-content:center;align-items:center;width:100%!important;margin-top:40px}.my_p_main .average-performance .score-gauge .total-score{position:absolute;display:flex;flex-direction:column;align-items:center;color:#400f6f}.my_p_main .average-performance .score-gauge .total-score p{font-size:26px;margin:0}.my_p_main .average-performance .score-gauge .total-score span{font-size:12px;color:#999}.my_p_main .average-performance .last-month-score{display:flex;align-items:center;margin-top:20px;border-top:1px solid #f0f0f0;padding-top:10px}.my_p_main .average-performance .last-month-score .icon{font-size:24px;color:#00c49f;margin-right:10px;background:#6792bd14;border-radius:5px;padding:5px}.my_p_main .average-performance .last-month-score .score-details{text-align:left}.my_p_main .average-performance .last-month-score .score-details p{margin:0;font-size:20px;color:#333}.my_p_main .average-performance .last-month-score .score-details span{font-size:12px;color:#999}.lable_chart_ResponsiveContainer{display:flex;align-items:center;justify-content:space-between;width:300px;text-align:center;margin:0 auto;padding-bottom:30px}.lable_chart_ResponsiveContainer .Expected{position:relative}.lable_chart_ResponsiveContainer .Expected:before{content:"";display:block;width:16px;height:16px;border-radius:50%;background-color:#400f6f;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.lable_chart_ResponsiveContainer .Achieved{position:relative}.lable_chart_ResponsiveContainer .Achieved:before{content:"";display:block;width:16px;height:16px;border-radius:50%;background-color:#0eaedf;position:absolute;left:-25px;top:50%;transform:translateY(-50%)}._container_gnx1t_1{display:flex;justify-content:center;padding:20px}._cardContainer_gnx1t_7{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}@media only screen and (max-width: 1250px){._cardContainer_gnx1t_7{grid-template-columns:repeat(2,1fr);gap:30px}}@media only screen and (max-width: 880px){._cardContainer_gnx1t_7{grid-template-columns:repeat(1,1fr);gap:30px}}._card_gnx1t_7{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}._card_gnx1t_7 ._cardTitle_gnx1t_34{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}._card_gnx1t_7 ._cardTitle_gnx1t_34 ._cardTitleDiv_gnx1t_40{display:flex;align-items:baseline}._card_gnx1t_7 ._cardTitle_gnx1t_34 ._cardTitleDiv_gnx1t_40 span{background:#33045f;width:50px;height:50px;border-radius:8px;box-shadow:0 0 15px .1px #85858539;display:flex;align-items:center;justify-content:center}._card_gnx1t_7 ._cardTitle_gnx1t_34 ._cardTitleDiv_gnx1t_40 span svg{color:#fff}._card_gnx1t_7 ._cardTitle_gnx1t_34 ._cardTitleDiv2_gnx1t_57{position:absolute;margin-left:130px}._card_gnx1t_7 ._cardTitle_gnx1t_34 h3{text-align:left;color:#555;margin-left:5px}._card_gnx1t_7 ._cardHours_gnx1t_66 ._cardTime_gnx1t_66{font-size:34px;color:#555;display:flex;align-items:center;justify-content:last baseline;gap:10px}._card_gnx1t_7 ._cardHours_gnx1t_66 ._cardTime_gnx1t_66 p:nth-child(1){color:#333}._card_gnx1t_7 ._cardHours_gnx1t_66 ._cardTime_gnx1t_66 p:nth-child(2){color:#000;font-size:40px}._card_gnx1t_7 ._cardHours_gnx1t_66 p{text-align:left}._card_gnx1t_7 ._punchTime_gnx1t_84{display:flex;align-items:center;justify-content:space-between;margin-top:10px}._card_gnx1t_7 ._punchTime_gnx1t_84 strong{font-size:50px;font-weight:100;color:#5555556b}._card_gnx1t_7 ._punchTime_gnx1t_84 span ._breakTimeWeek_gnx1t_95{display:flex;align-items:baseline}._card_gnx1t_7 ._punchTime_gnx1t_84 span ._breakTimeWeek_gnx1t_95 span{margin-left:4px;font-size:20px}._card_gnx1t_7 ._punchTime_gnx1t_84 span ._breakTimeWeek_gnx1t_95 h5{font-size:14px;color:#555}._card_gnx1t_7 ._punchTime_gnx1t_84 span h4{font-size:20px;color:#555555eb;margin-bottom:4px;text-align:left}._card_gnx1t_7 ._punchTime_gnx1t_84 span p{font-size:13px;font-weight:500;text-align:left;color:#333}._card_gnx1t_7 ._lastWeekToday_gnx1t_119{border-top:1px solid #c4c4c4;margin-top:10px;width:100%;display:flex;align-items:center;justify-content:left}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 span{border-radius:10px;margin-top:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:5px}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137{background:#85dd2629;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137 ._rain_gnx1t_145{position:absolute;margin-left:-10px;color:#09db09d6;animation:_rise_gnx1t_1 4.5s infinite linear}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137 ._rain_gnx1t_145:nth-child(1){left:20%;animation-delay:0s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137 ._rain_gnx1t_145:nth-child(2){left:40%;animation-delay:.4s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137 ._rain_gnx1t_145:nth-child(3){left:60%;animation-delay:.8s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgUp_gnx1t_137 ._rain_gnx1t_145:nth-child(4){left:80%;animation-delay:.9s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167{background:#ff000028;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._fallAndShake_gnx1t_175 svg{animation:_vibrateAndFall_gnx1t_1 25s ease-in-out infinite}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._rain_gnx1t_145{position:absolute;margin-left:-10px;color:#db0909d6;animation:_fall_gnx1t_175 5s infinite linear}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._rain_gnx1t_145:nth-child(1){left:20%;animation-delay:0s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._rain_gnx1t_145:nth-child(2){left:40%;animation-delay:.4s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._rain_gnx1t_145:nth-child(3){left:60%;animation-delay:.8s}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._svgDown_gnx1t_167 ._rain_gnx1t_145:nth-child(4){left:80%;animation-delay:.9s}@keyframes _vibrate-fast_gnx1t_1{0%,99%{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px,2px)}20%,40%,60%,80%{transform:translate(2px,-2px)}}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 ._vibrate_gnx1t_211{margin-top:-1px;animation:_vibrate-fast_gnx1t_1 15s ease-in-out infinite}@keyframes _fall_gnx1t_175{0%{transform:translateY(-50px) scale(1);opacity:1}50%{transform:translateY(75px) scale(1.2);opacity:.8}to{transform:translateY(200px) scale(1.4);opacity:0}}@keyframes _rise_gnx1t_1{0%{transform:translateY(200px) scale(1);opacity:1}50%{transform:translateY(75px) scale(1.2);opacity:.8}to{transform:translateY(-50px) scale(1.4);opacity:0}}._card_gnx1t_7 ._lastWeekToday_gnx1t_119 p{margin-top:10px;margin-left:10px;color:#555}._card_gnx1t_7:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}._card_gnx1t_7 h3{font-size:1.5rem;color:#333}._cardContent_gnx1t_259{margin-top:10px}._cardContent_gnx1t_259 p{margin:5px 0;font-size:1rem;color:#555}._emp_att_gnx1t_269{font-size:24px;margin-left:30px}._emp_att_gnx1t_269 h3{color:#464646}.setting_nav_{width:100%}.setting_nav_ .top-bar{position:sticky;height:60px;display:flex;box-shadow:0 2px 10px .1px #0000002c;width:100%;overflow:hidden}.setting_nav_ .top-bar h2{padding:22px;width:100%;color:#400f6f;text-align:start;margin-left:20px;display:flex;margin-top:-5px}.setting_nav_ .top-bar h2 .span{margin-left:-5px;width:fit-content}.setting_nav_ .top-bar .close_nav{position:absolute;right:35px;border:1px solid black;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-top:15px;cursor:pointer!important;z-index:1}.setting_nav_ .top-bar div{width:100%;height:70px;overflow:hidden;display:flex}@media (max-width: 500px){.setting_nav_ .top-bar div{display:none}}.setting_nav_ .top-bar div span:nth-child(1){width:40px;height:140px;margin-left:33px;margin-top:-28px;background:linear-gradient(240deg,#7916d630 6.46%,#6e20b63b 10.46%,#7915c623 90.2%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(2){width:80px;height:170px;margin-left:33px;margin-top:-47px;background:linear-gradient(240deg,#8103f755 36.46%,#6e20b64b 10.46%,#7915c623 100.2%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(3){width:40px;height:160px;margin-left:103px;margin-top:-33px;background:linear-gradient(240deg,#8103f77e 20%,#8103f750 60%,#8103f74d 20%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(4){width:60px;height:160px;margin-left:22px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(5){width:20px;height:160px;margin-left:55px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(6){width:120px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(7){width:100px;height:220px;margin-left:55px;margin-top:-69px;background:linear-gradient(240deg,#6d16be67 20%,#8103f734 60%,#8103f736 10%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(8){width:20px;height:160px;margin-left:13.7px;margin-top:-39px;background:linear-gradient(240deg,#6d16becd 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(9){width:150px;height:222px;margin-left:14px;margin-top:-65px;background:linear-gradient(240deg,#6d16be43,#8103f723 0%,#8103f720);transform:rotate(40deg)}.setting_nav_ .top-bar div span:nth-child(10){width:40px;height:205px;margin-left:7px;margin-top:-39px;background:linear-gradient(240deg,#6d16bea0 10%,#8103f750 70%,#8103f74f 10%);transform:rotate(40deg)}@media (max-width: 1300px){.setting_nav_ .top-bar div span:nth-child(8){display:none}.setting_nav_ .top-bar div span:nth-child(7){display:none}.setting_nav_ .top-bar div span:nth-child(6){display:none}.setting_nav_ .top-bar div span:nth-child(10){margin-left:6px}}@media (max-width: 1030px){.setting_nav_ .top-bar div span:nth-child(1){display:none}.setting_nav_ .top-bar div span:nth-child(2){display:none}}@media (max-width: 800px){.setting_nav_ .top-bar div span:nth-child(8){display:none}.setting_nav_ .top-bar div span:nth-child(5){display:none}.setting_nav_ .top-bar div span:nth-child(4){display:none}.setting_nav_ .top-bar div span:nth-child(9){margin-left:39px;margin-top:-75px}}@media (max-width: 765px){.setting_nav_ .top-bar div span:nth-child(3){display:none}.setting_nav_ .top-bar div span:nth-child(9){display:none}.setting_nav_ .top-bar div span:nth-child(10){display:none}}.setting_nav_ .navbar-items{display:flex;border-radius:10px;border:1.8px solid rgba(128,128,128,.281);width:fit-content;margin:15px 0 0 20px}.setting_nav_ .navbar-items span{font-size:1rem;padding:10px 15px;color:gray;cursor:pointer}@media (max-width: 800px){.setting_nav_ .navbar-items span{font-size:.9rem;padding:10px}}.setting_nav_ .navbar-items span:nth-child(1){border-right:1px solid rgba(128,128,128,.281);background:#400f6f;border-top-left-radius:10px;border-bottom-left-radius:10px;color:#fff}.setting_nav_ .navbar-items span:nth-child(2){border-right:1px solid rgba(128,128,128,.281)}.setting_nav_ .navbar-items span:nth-child(3){border-right:1px solid rgba(128,128,128,.281)}.setting_nav_ .navbar-items span:nth-child(4){border-right:1px solid rgba(128,128,128,.281)}.setting_nav_ form{width:92%}@media (max-width: 1215px){.setting_nav_ form{width:100%!important}}@media (max-width: 1024px){.setting_nav_ form{padding-bottom:100px!important}}@media (max-width: 905px){.setting_nav_ form{width:100%!important}}.settings-dashboard{margin:0 auto;max-width:2000px;padding:20px;height:100%}.settings-dashboard .search-bar{width:fit-content;border:1px solid rgba(0,0,0,0);border-radius:4px;margin-bottom:20px;display:flex;justify-content:start}.settings-dashboard .search-bar .span_icon{background:#400f6f;width:40px;height:42px;margin-left:0;position:relative;border-top-left-radius:4px;border-bottom-left-radius:4px;display:flex;align-items:center;justify-content:center}.settings-dashboard .search-bar .search-input{min-width:500px;padding:10px;font-size:16px;border:1px solid #ccc;border-top-right-radius:4px;border-bottom-right-radius:4px;box-shadow:0 4px 10px #3c3c3c1a;outline:none;transition:border .2s ease-in-out}.settings-dashboard .search-bar:focus{border-color:#6200ea}.settings-dashboard .search-bar:hover{outline:none;border:1px solid #5200d4;box-shadow:0 0 0 2px #5100d44e}.settings-dashboard .search-bar:active{outline:none;border:1px solid rgba(81,0,212,.7803921569);box-shadow:0 0 0 2px #5100d419}.settings-dashboard .category-section{margin-bottom:20px}.settings-dashboard .category-section .category-title{font-size:18px;font-weight:600;margin-bottom:20px}.settings-dashboard .category-section .settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.settings-dashboard .category-section .settings-grid .setting-card{border:1px solid rgba(203,203,203,.395)!important;display:flex;flex-direction:column;align-items:start;justify-content:space-between;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #00000015;text-align:start;border:1px solid #eeeded;transition:transform .2s ease-in-out;border:1px solid rgba(255,255,255,0)}.settings-dashboard .category-section .settings-grid .setting-card:hover{transform:translateY(-3px);border:1px solid rgba(151,151,151,.4078431373);outline:none;border:1px solid #5200d4;box-shadow:0 0 0 2px #5100d44e;transition:.5s ease-in}.settings-dashboard .category-section .settings-grid .setting-card .setting-icon{border-radius:10px;padding:8px;background:#6792bd14;margin:0 auto 10px 0}.settings-dashboard .category-section .settings-grid .setting-card .setting-name{font-size:17px;font-weight:500;margin-bottom:10px}.settings-dashboard .category-section .settings-grid .setting-card .setting-description{text-align:justify;font-size:14px;color:#777;margin-bottom:20px}.settings-dashboard .category-section .settings-grid .setting-card .visit-button{background-color:#5d369f;color:#fff;border:none;padding:10px 20px;font-size:14px;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out;border:1px solid rgba(255,0,0,0);width:100%}.settings-dashboard .category-section .settings-grid .setting-card .visit-button:hover{background-color:#733dd0;outline:none;border:1px solid #5200d4;box-shadow:0 0 0 2px #5100d44e}@media (max-width: 768px){.settings-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 480px){.settings-grid{grid-template-columns:1fr}.search-input{width:100%}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.status-dis{padding:8px 12px;border-radius:44px;display:flex;cursor:pointer;align-items:center}.status-dis div{display:flex;gap:5px}.status-dis.medium{background-color:#0877e678;color:#0070f3}.status-dis.low{background-color:#dce70731;color:#afac1d}.status-dis.high{background-color:#0cad542f;color:#0cad55}.status-dis .left_d{width:10px;margin-right:5px;height:10px;border-radius:50%}.status-dis .left_d.medium{background-color:#07f}.status-dis .left_d.low{background-color:#afac1d}.status-dis .left_d.high{background-color:#54d92b}.status-display{padding:8px 12px;border-radius:44px;display:flex;cursor:pointer;align-items:center}.status-display div{display:flex;gap:5px}.status-display.not-started{background-color:#0877e678;color:#0070f3!important}.status-display.ongoing{background-color:#dce70731;color:#afac1d}.status-display.completed{background-color:#0cad542f;color:#0cad55}.status-display.cancelled{background-color:#f0d4d4;color:#c70000}.status-display.on-hold{background-color:#3e3b3b3f;color:#252425}.status-display .left_dot{width:10px;margin-right:5px;height:10px;border-radius:50%}.status-display .left_dot.not-started{background-color:#07f}.status-display .left_dot.ongoing{background-color:#afac1d}.status-display .left_dot.completed{background-color:#0cad55}.status-display .left_dot.cancelled{background-color:#c70000}.status-display .left_dot.on-hold{background-color:#252425}.EmpOn_main_container_border_b{border-bottom:1px solid rgba(195,195,195,.3529411765)}._div_navigation_top{display:flex}.EmpOn_main_container_box_none{margin-top:10px;box-shadow:none!important}.tabs-container-button_{border:none!important}.active-swich_{border-bottom:2px solid #400F6F!important;color:#400f6f!important;border-radius:0!important}.Emp_Head_Right_FLEX{display:flex;align-items:center}.close_svg_icon{margin-right:30PX;cursor:pointer}.close_svg_icon svg:hover{color:red!important}._div_navigation_top{margin-top:8px;margin-right:30px}.select_poup_st{background:#5b3c79;padding:5px 10px;border-radius:5px;margin:-71.5px 25px 10px;display:flex;align-items:center;justify-content:space-between;transition:.5s linear;height:50px;color:#fff;position:sticky;z-index:9;width:95%;transition:.3s linear}.select_poup_st div .select_s{height:40px;cursor:pointer;border-radius:5px;padding:0 5px}.select_poup_st div .select_title{padding-left:10px}.select_poup_st .clg_X{border:none;background:#fff;color:#1c1c1c;padding:5px;font-size:16px;cursor:pointer;border-radius:50px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.select_poup_st .clg_X:hover{color:red}.lable_true_fallse{margin-left:6px}.checkbock{height:10px!important;scale:.7!important}.center_tddd{display:flex;align-items:center;width:100%;height:100%}.switch_{position:relative;display:inline-block;width:45px;height:22px;padding:0 2px}.slider_{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider_:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:1.5px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider_{background-color:#400f6f}input:checked+.slider_:before{transform:translate(26px)}.Login_Disabled{color:red}.Login_Enabled{color:#400f6f}.action_edit_delete{display:flex;align-items:center;justify-content:start;gap:10px}.action_edit_delete .action_edit{border:1px solid rgba(128,128,128,.334);border-radius:7px;padding:7px;display:flex}.action_edit_delete .action_delete{display:flex;border:1px solid rgba(128,128,128,.334);border-radius:7px;padding:7px}.img_title{display:flex;align-items:center}.img_title img{width:40px;height:40px;border-radius:50%}.img_title .email_title{margin-left:7px}.img_title .email_title .title_{font-family:Inter;font-size:13.06px;font-weight:500;line-height:13.06px;letter-spacing:-.025em;text-align:left}.img_title .email_title p{font-family:Inter;font-size:11.19px;font-weight:400;line-height:10.33px;letter-spacing:-.04em;text-align:left;color:gray;margin-top:4px}.settingSidebar{width:250px;border-right:1px solid #e6e5e5;height:calc(100vh - 146px);padding:10px;font-family:Arial,sans-serif}.menu-item{margin-bottom:10px}.menu-header{padding:10px;background-color:#f5f5f596;cursor:pointer;border-radius:5px;transition:background .3s}.menu-header:hover{background-color:#e0dfdf}.space_content{display:flex;align-items:center;justify-content:space-between}.submenu{padding-left:20px;margin-top:5px}.submenu-item{padding:8px;background-color:#f6f6f6;cursor:pointer;border-radius:5px;margin-top:5px;transition:background .3s}.submenu-item:hover{background-color:#ececec}.settingSidebar .menu-header{cursor:pointer;padding:10px;color:#333}.settingSidebar .menu-header.active{background-color:#d9d1d1;color:#000}.settingSidebar .submenu{margin-left:20px}.settingSidebar .submenu .submenu-item{padding:8px;color:#666;cursor:pointer}.settingSidebar .submenu .submenu-item.active{background-color:#eadede;color:#000}.menu-header.active{background-color:#e0e0e0;color:#000}.submenu-item.active{background-color:#f0f0f0;color:#000}#flexSettingSideBar{display:flex;width:100%;height:fit-content}#flexSettingSideBar .left_side{width:fit-content;height:100%}#flexSettingSideBar .right_side{width:80%;height:fit-content}.ck-editor__editable{min-height:200px;border:1px solid #ddd;padding:10px;background:#fff}.ck-editor__toolbar{background:#f3f3f3;border-bottom:1px solid #ddd}.edit_policy{padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;margin:0 25px}.edit_policy .editor{border:1px solid rgb(180,177,177);width:55px;border-radius:5px;padding:5px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.edit_policy .editor:hover{border:1px solid rgb(137,31,156);box-shadow:0 0 2px .4px #9514c4b9}.edit_policy .editor:active{border:1px solid rgb(137,31,156);box-shadow:0 0 2px .4px #9514c438}.employee-form form .from_setting{grid-template-columns:repeat(2,1fr);padding-right:0}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._editorContainer_1x1dv_1{position:relative;margin:20px;padding:20px;border:1px solid #ccc;border-radius:5px;background-color:#fff}._editorContainer_1x1dv_1 ._editIcon_1x1dv_9{position:absolute;top:10px;right:10px;cursor:pointer}._editorContainer_1x1dv_1 ._editIcon_1x1dv_9 img{width:20px;height:20px}._editorContainer_1x1dv_1 ._contentBox_1x1dv_19{min-height:100px;background-color:#f9f9f9;border-radius:5px;white-space:pre-wrap;word-wrap:break-word}._popup_1x1dv_27{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vh;height:90vh;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;overflow-x:hidden}._popup_1x1dv_27 ._ql-container_1x1dv_48{overflow-y:auto!important;height:80vh;width:100%}._popup_1x1dv_27 ._ql-toolbar_1x1dv_53{position:fixed!important}._overlay_1x1dv_57{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center}._buttons_1x1dv_72{width:100%;margin-left:-20px;display:flex;justify-content:space-between;position:sticky;bottom:-20px;background-color:#fff;padding:10px 20px;box-shadow:0 -2px 5px #bcb8b81a}._cancelButton_1x1dv_84,._saveButton_1x1dv_84{padding:10px 20px;border:none;background-color:#007bff;color:#fff;border-radius:5px;cursor:pointer;font-size:16px}._cancelButton_1x1dv_84{background-color:#737272}._saveButton_1x1dv_84{background-color:#400f6f}.methods-container{margin:20px;font-family:Arial,sans-serif}.methods-container h2{font-size:1.8rem;color:#333;margin-bottom:10px}.methods-container p{font-size:1rem;color:#555}.methods-container .methods-list{margin-top:20px}.methods-container .methods-list .method-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;padding:10px 15px;border:1px solid #ddd;border-radius:5px;transition:all .3s ease}.methods-container .methods-list .method-item:hover{box-shadow:0 4px 6px #0000001a}.methods-container .methods-list .method-item .switch{position:relative;display:inline-block;width:34px;height:20px}.methods-container .methods-list .method-item .switch input{opacity:0;width:0;height:0}.methods-container .methods-list .method-item .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.methods-container .methods-list .method-item .switch .slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.methods-container .methods-list .method-item .switch input:checked+.slider{background-color:#864caf}.methods-container .methods-list .method-item .switch input:checked+.slider:before{transform:translate(14px)}.methods-container .methods-list .method-item .method-details{flex:1;margin-left:15px}.methods-container .methods-list .method-item .method-details h3{font-size:1.2rem;color:#222;margin:0}.methods-container .methods-list .method-item .method-details p{font-size:.9rem;color:#666;margin:5px 0 0}.tabs-container-button{border:1px solid rgba(154,150,150,.387);width:fit-content;margin-left:15px;margin-top:10px;border-radius:8px}.tabs-container-button .tab-button-swich{border:none;margin:3px;outline:none;border-radius:5px;padding:8px 15px;gap:10px;cursor:pointer;background:#fff;font-size:14px}.tabs-container-button .active-swich{color:#fff;background:#400f6f}#switch_file{transition:.3s ease-in;margin-left:30px!important;margin-top:-8px}p,h1,h2,h3,h4,h6,span,li,a .box_{animation:ScrollAnimationView linear;animation-timeline:view();animation-range:0% cover 8%;transition:transform 1s ease}@keyframes ScrollAnimationView{to{scale:1}}.PasswordNew{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}.forgot-password-container{padding:30px!important;height:368px;width:472px;padding:20px;box-shadow:#fff;background-color:#fff;box-shadow:0 0 14px .1px #c0bbbb5e;border-radius:11px;border:1px solid #e5e4e4}.forgot-password-container .topHeads{display:flex;align-items:center;justify-content:space-between}.forgot-password-container .topHeads .accountimage2 img{width:124px}.forgot-password-container .topHeads .crossBtn{cursor:pointer}.forgot-password-container .topHeads .crossBtn span svg{scale:1.3}.forgot-password-container .topHeads .crossBtn span svg:hover{color:red}.forgot-password-container h3{color:#7b33bd;font-size:24px;font-weight:500;margin-top:25px!important;margin:10px 0}.forgot-password-container .recovery-message{color:#525252;font-size:14px;font-weight:400;margin:10px 0}.forgot-password-container .recovery-message span{font-size:15px;font-weight:500!important;color:#000}.forgot-password-container #Indexx{display:flex!important;align-items:center}.forgot-password-container #INputsss{display:flex!important;flex-direction:row;justify-content:space-between!important;align-items:center!important;gap:20px!important}.forgot-password-container .otp-box{margin-top:15px;text-align:center;font-size:30px;font-weight:500;color:#525252;width:64px;background:#ededed;height:56px;border-radius:8px;border:1px solid rgb(254,254,254);outline:none;transition:border-color .3s ease-in-out;box-shadow:0 0 15px .1px #cccbcb60}.forgot-password-container .otp-box:focus{border-color:#000}.forgot-password-container form div{display:flex;flex-direction:column;align-items:start;justify-content:center}.forgot-password-container form div .Elabel{margin:10px 0!important;color:#000}.forgot-password-container form div .entermail{width:100%;height:40px;padding-left:7px!important;border:1px solid rgb(232,230,230);border-radius:8px;font-size:14px;padding:0;margin:10px 0}.forgot-password-container form div .entermail:hover{box-shadow:0 0 0 2px #730fad4e;border:1px solid rgba(234,0,255,.9058823529)!important}.forgot-password-container form div .entermail:focus{box-shadow:0 0 5px 2px #730fad24;border:1px solid #ea00ff!important}.forgot-password-container form div .NewIN{margin-top:0!important}.forgot-password-container form div .newLable{margin-bottom:0}.forgot-password-container form div #eyeL{margin-left:451.8px;padding-right:4px;margin-top:30px;position:absolute;cursor:pointer;background:#fff}.forgot-password-container form .Otp{border-radius:8px;margin-top:20px!important;width:100%;height:40px;padding-left:7px!important;font-size:14px;cursor:pointer;padding:0;margin:5px 0;border:none;outline:none;background:#400f6f;color:#fff;font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;letter-spacing:-.025em;text-align:center}.forgot-password-container form .Otp:hover{border:1px solid rgba(234,0,255,.9058823529)!important;box-shadow:0 0 0 2px #730fad4e}.forgot-password-container form .acct{width:100%;display:flex;align-items:center;margin-top:20px;color:#525252;font-weight:500}.forgot-password-container form .acct .account{text-align:center!important}.forgot-password-container form .acct .account a{color:#400f6f}.forgot-password-container .resend-container{font-size:14px;color:#525252;font-weight:400;margin-top:10px}.forgot-password-container .resend-container a{color:#400f6f}.forgot-password-container .codeOTP{outline:none;border:none;margin-top:20px;cursor:pointer;background:#400f6f;width:Fixed 424px px;height:Fixed 44px px;top:273px;left:39px;padding:12px 191.5px;gap:10px;opacity:0px;border-radius:8px;color:#fff;font-family:Inter;font-size:16px;font-weight:500;line-height:19.36px;letter-spacing:-.025em;text-align:center}.set-new-password-container{max-width:385px;margin:0 auto;padding:20px;border-radius:27px;box-shadow:0 2px 4px #0000001a;background-color:#fff;top:143px;position:relative;height:344px}.set-new-password-container h3{font-size:20px;margin-bottom:20px;color:#8a2be2}.set-new-password-container form{display:flex;flex-direction:column;position:relative;top:14px}.set-new-password-container label{font-size:13px;margin-bottom:5px;color:#706d6d}.set-new-password-container input{padding:10px;font-size:12px;border:1px solid #e4e4e4;border-radius:4px;margin-bottom:15px;background:#f7f7f7}.BTNNNN{padding:10px;font-size:16px;color:#fff;background-color:#320b57;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;position:relative;top:6px;width:378px!important}.set-new-password-container .error{color:#e74c3c;font-size:14px;margin-top:-10px;margin-bottom:10px;text-align:center}.char{position:relative;top:-11px;color:#9f9e9e;font-size:12px;font-weight:700}.Textt,.textt2{width:91%}.crossBtn3{background-color:none;border:3px solid #9c9c9c;cursor:pointer;padding:12px;font-size:33px;color:#000;display:flex;align-items:center;justify-content:center;border-radius:53%;width:9px;height:4px;transition:background-color .3s ease;position:relative;top:0;left:356px}.eye-icon1,.eye-icon2{position:relative;left:351px;top:-40px;color:gray}@media (max-width: 768px){#Contents{margin:0 auto;padding:20px;border-radius:27px;box-shadow:0 2px 4px #0000001a;background-color:#fff;top:13px;position:relative;height:645px;width:342px;left:2px}#Circlebtn{left:314px}#bt22{left:-2px;width:341px!important}#eyeeee11,#eyeeee22{position:relative;left:309px;top:-40px;color:gray}}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}.payslip-container .header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #ddd}.payslip-container .upload-logo{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border:2px dashed #ccc;border-radius:10px;background:#f9f9f9;cursor:pointer;overflow:hidden;position:relative}.payslip-container .uploaded-image{width:100%;height:100%;object-fit:cover;position:absolute}.payslip-container .company-details,.payslip-container .employee-details{margin:20px 0}.payslip-container .company-details h2,.payslip-container .employee-details h2{margin-bottom:5px;margin-left:5px;text-align:left}.payslip-container table{width:100%;margin-top:20px;border-collapse:collapse;border-radius:5px;background:#fff}.payslip-container table th{font-size:1rem;color:#2a2a2adb;background-color:#f1f1f1;font-weight:700}.payslip-container table th,.payslip-container table td{border:1px solid #ddd;padding:10px;text-align:left}.payslip-container table .amount-input{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;width:100px;padding:5px;border:1px solid #ccc;border-radius:4px;text-align:right;display:block;margin-left:auto}.payslip-container table .amount-input::-webkit-outer-spin-button,.payslip-container table .amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.payslip-container table .table_input_01 input{border-radius:5px;font-size:13px;border:none;padding:5px}.payslip-container table .table_input_01 input::placeholder{font-size:13px}.payslip-container table .table_input_01 input:focus-visible{outline:none}.payslip-container table .table_input_01 input:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.payslip-container table .item_text_end_01{text-align:right;padding-right:10px}.payslip-container .summary-section{display:flex;justify-content:space-between;padding:10px;background:#f9f9f9;font-size:16px;font-weight:700;border-top:1px solid #ddd}.payslip-container .net-payable{margin-top:20px;padding:15px;background:#f8f8f8;border-radius:5px;font-size:18px;display:flex;justify-content:space-between;font-weight:700}.payslip-container .net-text{font-size:16px}.payslip-container .net-amount{font-size:20px;color:#333}.payslip-container .amount-in-words{margin-top:10px;font-style:italic;color:#555}.payslip-container .buttons{display:flex;justify-content:center;gap:20px;margin-top:20px}.payslip-container button{padding:10px 20px;border:none;cursor:pointer;font-size:16px;border-radius:5px}.payslip-container .generate-btn{background:#ff4d4d;color:#fff}.payslip-container .reset-btn{background:#ddd;color:#000}.payslip-container button:hover{opacity:.8}.payslip-container form{width:92%}@media (max-width: 1215px){.payslip-container form{width:100%!important}}@media (max-width: 1024px){.payslip-container form{padding-bottom:100px!important}}@media (max-width: 905px){.payslip-container form{width:100%!important}}.payslip-container form .from1{padding:15px;border-radius:10px;border:1px solid rgba(0,0,0,.053);display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:10px}@media (max-width: 1250px){.payslip-container form .from1{padding-right:0}}@media (max-width: 1024px){.payslip-container form .from1{grid-template-columns:repeat(2,1fr);padding-right:0}}@media (max-width: 768px){.payslip-container form .from1{grid-template-columns:1fr;padding-right:0;margin:10px}}.payslip-container form .from1 .form-group{margin-bottom:16px!important;height:60px}.payslip-container form .from1 .form-group label{display:block;margin-bottom:5px;font-size:13px}.payslip-container form .from1 .form-group label:after{color:red;margin-left:4px}.payslip-container form .from1 .form-group input,.payslip-container form .from1 .form-group select{width:90%;padding:8px;box-sizing:border-box;background-color:#ffffff0b;border:1px solid rgba(128,128,128,.291);border-radius:3px;color:#1d0534;font-size:14px}.payslip-container form .from1 .form-group input:hover,.payslip-container form .from1 .form-group select:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.payslip-container form .from1 .form-group input:focus{outline:none;border:1px solid #650f6f}.payslip-container form .from1 .form-group #file{display:none}.payslip-container form .from1 .form-group .error_message{font-size:12px;color:red;font-weight:500;display:flex;align-items:center;gap:12px;margin:5px 0!important}.payslip-container form .from1 .dropdown{width:90%;height:33px;border:1px solid #e4e3e4;border-radius:3px;background:#fff;margin-bottom:50px!important}.payslip-container form .from1 .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.payslip-container form .from1 .dropdown .dropdown:hover{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 2px #730fad4e}.payslip-container form .from1 .dropdown .dropdown:active{outline:none;border:1px solid #c500fb;box-shadow:0 0 0 1px #730fad4e}.payslip-container form .from1 .dropdown .dropdown:focus{outline:none;border:1px solid #c500fb!important;box-shadow:0 0 0 2px #730fad4e}.payslip-container form .from1 .dropdown .dropdown-button{font-size:14px;background-color:#fff;padding:5px 10px;border:none;cursor:pointer;border-radius:2px!important;display:flex;align-items:center;justify-content:space-between;height:23px}.payslip-container form .from1 .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.payslip-container form .from1 .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:5px;display:flex;margin-top:5px;flex-direction:column;position:relative;left:0;width:100px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff;padding-bottom:10px!important}.payslip-container form .from1 .dropdown .dropdown-menu .dropdown-item{overflow:visible;padding:5px;width:91%;cursor:pointer;margin:3px 6px}.payslip-container form .from1 .dropdown .dropdown-menu .dropdown-item:hover{background-color:#db6fe91a;border-radius:5px}.payslip-container form .from1 .dropdown .dropdown-menu .dropdown-item:hover{color:#400f6f}.payslip-container form .from1 button{grid-column:span 3}@media (max-width: 1024px){.payslip-container form .from1 button{grid-column:span 2}}@media (max-width: 768px){.payslip-container form .from1 button{grid-column:span 1}}#payslip_main_conainer .payslip-container{width:690px;background:#fff;padding:30px;border-radius:10px;font-family:Arial,sans-serif;border:1px solid #ddd}#payslip_main_conainer .payslip-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:2px solid #ddd}#payslip_main_conainer .payslip-header .left-header{display:flex;align-items:center}#payslip_main_conainer .company-logo img{width:60px;margin-right:10px}#payslip_main_conainer .company-details{display:flex;flex-direction:column}#payslip_main_conainer .company-details h2{font-size:22px;font-weight:700;margin-bottom:2px}#payslip_main_conainer .company-details p{margin:0}#payslip_main_conainer .payslip-header .right-header{text-align:right}#payslip_main_conainer .pay-month p{color:#aaa;margin-bottom:5px}#payslip_main_conainer .pay-month h3{font-size:20px;font-weight:700}#payslip_main_conainer .summary-amount-section{margin-top:20px;display:flex;justify-content:space-between}#payslip_main_conainer .employee-summary{font-size:14px;display:block}#payslip_main_conainer .employee-summary p{margin:8px 0}#payslip_main_conainer .employee-summary h4{color:#666;text-transform:uppercase;margin-bottom:10px}#payslip_main_conainer .employee-summary strong{font-weight:400;color:#666}#payslip_main_conainer .employee-summary span{text-align:left;color:#030000}#payslip_main_conainer .employee-summary span:before{content:": "}#payslip_main_conainer .net-pay-box{background:#fff;border-radius:8px;width:200px;display:flex;flex-direction:column;border:1px solid lightgrey}#payslip_main_conainer .net-pay-box>div:first-child{background:#eafbe7;padding:15px;text-align:center;font-size:18px;font-weight:700;color:#1a7a1f;position:relative}#payslip_main_conainer .net-pay-box>div:first-child:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);height:20px;width:3px;background-color:#1a7a1f;border-radius:2px}#payslip_main_conainer .net-pay-box hr{border:none;border-top:1px dotted #ddd;margin:0 15px}#payslip_main_conainer .pay-days-box{padding:10px 15px;text-align:left;display:block}#payslip_main_conainer .pay-days-box p{margin:2px 0}#payslip_main_conainer .pay-days-box strong{font-weight:400;font-size:14px;color:#666}#payslip_main_conainer .pay-days-box span:before{content:": "}#payslip_main_conainer .pay-days-box span{text-align:left;font-size:14px}#payslip_main_conainer .salary-details table{width:100%;border-collapse:separate;border-spacing:0;margin-top:20px;border-radius:8px;overflow:hidden;border:1px solid #ddd;background-color:#fff}#payslip_main_conainer .salary-details th,#payslip_main_conainer .salary-details td{padding:10px;text-align:left;border:none}#payslip_main_conainer .salary-details thead th{color:#000;background-color:transparent;font-size:14px;font-style:bold}#payslip_main_conainer .salary-details thead th:nth-child(2),#payslip_main_conainer .salary-details thead th:nth-child(4){text-align:right}#payslip_main_conainer .salary-details tbody td:nth-child(2),#payslip_main_conainer .salary-details tbody td:nth-child(4){font-weight:700!important}#payslip_main_conainer .salary-details thead tr:after{content:"";display:block;width:calc(100% - 30px);border-bottom:1px dotted #ddd}#payslip_main_conainer .salary-details tbody{padding:10px!important}#payslip_main_conainer .salary-details tbody td{color:#000;font-size:14px}#payslip_main_conainer .salary-details tbody td:nth-child(2),#payslip_main_conainer .salary-details tbody td:nth-child(4){text-align:right}#payslip_main_conainer .salary-details tbody td:nth-child(3),#payslip_main_conainer .salary-details tfoot td:nth-child(3){margin-left:30px}#payslip_main_conainer .salary-details tfoot td{background-color:#f0f0f0;font-size:14px;font-style:bold}#payslip_main_conainer .salary-details tfoot td:nth-child(2),#payslip_main_conainer .salary-details tfoot td:nth-child(4){text-align:right}#payslip_main_conainer .salary-details tbody tr,#payslip_main_conainer .salary-details tfoot tr{display:table-row}#payslip_main_conainer .total-payable{position:relative;margin:15px 0}#payslip_main_conainer .total-payable .payable-box{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:8px;padding:10px;background-color:#fff}#payslip_main_conainer .total-payable .payable-details{flex:1}#payslip_main_conainer .total-payable .payable-title{font-size:14px;font-weight:500;margin:0}#payslip_main_conainer .total-payable .payable-formula{font-size:10px;color:#777;margin:0}#payslip_main_conainer .total-payable .payable-amount{background-color:#d0f0db;color:green;font-size:20px;font-weight:700;padding:5px 10px;border-radius:4px;white-space:nowrap}#payslip_main_conainer .total-payable .amount-in-words{position:absolute;right:0;font-size:10px;font-style:normal;color:#aaa;margin:10px 0}#payslip_main_conainer .total-payable .amount-words-border{border:none;border-top:2px solid #ddd;margin-top:30px}#payslip_main_conainer .payslip-footer{margin-top:20px;font-size:12px;text-align:center;color:gray}.payslip{width:800px;margin:0 auto;border:1px solid #ddd;padding:20px;font-family:sans-serif}.payslip .header{position:relative;margin-bottom:15px;border-bottom:1px solid #ddd;padding-bottom:10px}.payslip .header .logo{width:50px;margin-right:15px;display:inline-block}.payslip .header .company-info{display:inline-block;vertical-align:top}.payslip .header .company-info h1{font-size:20px;margin:0;font-weight:400}.payslip .header .company-info p{margin:3px 0;font-size:12px}.payslip .header .payslip-period{position:absolute;top:0;right:0;text-align:right}.payslip .header .payslip-period p{font-size:12px;margin:2px 0}.payslip .header .payslip-period p:last-child{font-weight:700}.payslip .employee-summary{position:relative;margin-bottom:15px}.payslip .employee-summary .employee-info{display:inline-block;width:50%;vertical-align:top}.payslip .employee-summary .employee-info p{margin:3px 0;font-size:12px;position:relative}.payslip .employee-summary .employee-info p strong{font-weight:500;display:inline-block;width:120px}.payslip .employee-summary .employee-info p strong:after{content:":";position:absolute;right:5px;top:0}.payslip .employee-summary .employee-info p span{font-weight:400}.payslip .employee-summary .net-pay{display:inline-block;width:180px;background-color:#f0f8ff;padding:8px;text-align:center;border-radius:5px;position:absolute;top:0;right:0}.payslip .employee-summary .net-pay p:first-child{font-size:20px;font-weight:700}.payslip .employee-summary .net-pay p:nth-child(2){font-size:12px}.payslip .employee-summary .net-pay .paid-days{display:block;text-align:center;margin-top:5px}.payslip .employee-summary .net-pay .paid-days p{display:inline-block;margin:0 8px;font-size:12px}.payslip .earnings-deductions{position:relative;margin-bottom:15px}.payslip .earnings-deductions .earnings,.payslip .earnings-deductions .deductions{display:inline-block;width:48%;vertical-align:top}.payslip .earnings-deductions .earnings table,.payslip .earnings-deductions .deductions table{width:100%;border-collapse:collapse}.payslip .earnings-deductions .earnings table th,.payslip .earnings-deductions .earnings table td,.payslip .earnings-deductions .deductions table th,.payslip .earnings-deductions .deductions table td{border:1px solid #ddd;padding:6px;text-align:left;font-size:12px}.payslip .earnings-deductions .earnings table th:nth-child(2),.payslip .earnings-deductions .earnings table th:nth-child(3),.payslip .earnings-deductions .earnings table td:nth-child(2),.payslip .earnings-deductions .earnings table td:nth-child(3),.payslip .earnings-deductions .deductions table th:nth-child(2),.payslip .earnings-deductions .deductions table th:nth-child(3),.payslip .earnings-deductions .deductions table td:nth-child(2),.payslip .earnings-deductions .deductions table td:nth-child(3){text-align:right}.payslip .earnings-deductions .earnings table th,.payslip .earnings-deductions .deductions table th{background-color:#f2f2f2;font-size:12px;font-weight:500}.payslip .earnings-deductions .deductions{position:absolute;top:0;right:0}.payslip .reimbursements{margin-bottom:15px}.payslip .reimbursements table{width:100%;border-collapse:collapse}.payslip .reimbursements table th,.payslip .reimbursements table td{border:1px solid #ddd;padding:6px;text-align:left;font-size:12px}.payslip .reimbursements table th:nth-child(2),.payslip .reimbursements table th:nth-child(3),.payslip .reimbursements table td:nth-child(2),.payslip .reimbursements table td:nth-child(3){text-align:right}.payslip .reimbursements table th{background-color:#f2f2f2;font-size:12px;font-weight:500}.payslip .total-payable{position:relative;margin-bottom:15px}.payslip .total-payable .payable-box{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:8px;padding:10px;background-color:#fff}.payslip .total-payable .payable-details{flex:1}.payslip .total-payable .payable-title{font-size:14px;font-weight:500;margin:0}.payslip .total-payable .payable-formula{font-size:10px;color:#777;margin:0}.payslip .total-payable .payable-amount{background-color:#d0f0db;color:green;font-size:20px;font-weight:700;padding:5px 10px;border-radius:4px;white-space:nowrap}.payslip .total-payable .amount-in-words{position:absolute;bottom:-20px;right:0;font-size:10px;color:#aaa;margin:0}.payslip .footer{border-top:1px solid #ddd;padding-top:8px;text-align:left}.payslip .footer p{font-size:10px;margin:0}.payslip .footer .default-signature{position:absolute;top:0;right:0;text-align:right}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}*{margin:0;padding:0;font-family:Arial,sans-serif}* ::-webkit-scrollbar{width:0px}* ::-webkit-scrollbar-thumb{border-radius:10px}body{margin:0 auto}.app{display:flex}.content{flex:1;transition:margin-left .3s}.content.close{margin-left:60px}.content.open{margin-left:250px}@font-face{font-family:Segoe UI;src:url(../../public/segoe-ui/Segoe\ UI.ttf) format("truetype")}@font-face{font-family:Segoex1;src:url(../../public/segoe-ui-font/SegoeUI.ttf) format("truetype")}@font-face{font-family:Segoex2;src:url(../../public/segoe-ui-font/SegoeUI-SemiBold.ttf) format("truetype")}:root{--fontszoom: 0px}@media (min-width: 2000px){:root{--fontszoom: 118px}}@media (max-width: 2000px) and (min-width: 1800px){:root{--fontszoom: 6px}}@media (max-width: 1800px) and (min-width: 1600px){:root{--fontszoom: 4px}}@media (max-width: 1600px) and (min-width: 1400px){:root{--fontszoom: 2px}}@media (max-width: 1400px) and (min-width: 1040px){:root{--fontszoom: 0px}}@media (max-width: 1040px) and (min-width: 800px){:root{--fontszoom: -3px}}@media (max-width: 800px) and (min-width: 700px){:root{--fontszoom: -3px}}@media (max-width: 700px){:root{--fontszoom: -4px}}.rdrDefinedRangesWrapper{width:fit-content!important}.rdrInputRanges{display:none!important}.rdrStaticRangeLabel{width:max-content!important;width:150%!important}.rdrDateDisplay{margin:5px!important;display:none!important}.rdrDateDisplayItemActive{border-color:#5d369f!important}.rdrMonthAndYearWrapper{padding:0!important;border-bottom:1px solid #d0d7de;height:35px!important}.rdrStaticRangeSelected{color:#5d369f!important}.rdrDefinedRangesWrapper{background:#fff!important}.rdrStaticRange{background:#fff!important;border-color:#d0d7de;color:#424242}.rdrDateDisplayWrapper,.rdrDateDisplayItem{background:#fff!important}.rdrDefinedRangesWrapper{border-color:#d0d7de}.rdrCalendarWrapper{background:#fff!important}.rdrDay{height:45px!important}.rdrMonth{width:25.667em!important;padding-bottom:5px!important}.rdrDay:focus{outline-color:red!important}.rdrDayHovered{outline-color:red!important;border-color:red!important}.rdrInRange,.rdrStartEdge{background:#5d369f!important}.rdrDayToday .rdrDayNumber span:after{background:#fff!important}.rdrEndEdge{background:#5d369f!important}
