@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:poppins,sans-serif}a{text-decoration:none}.main{width:100%;height:100vh;display:flex;justify-content:space-between}.right-section{width:100%;overflow-y:scroll;overflow-x:hidden;scrollbar-width:none}.content-area{width:100%;padding:20px;background:#fbfbfd}.right-section::-webkit-scrollbar{display:none}.error{font-size:12px;margin-top:-5px;color:red}.main-sidebar-container{width:100%;height:100vh;display:flex;justify-content:space-between}.main-sidebar{top:0;left:0;bottom:0;height:100%;background-color:#fff;z-index:10000;display:flex;flex-direction:column;justify-content:space-between;font-family:Poppins,sans-serif;border-right:1px solid #D9D9D9;padding-bottom:env(safe-area-inset-bottom)}.sidebar{display:flex;flex-direction:column;height:100%;width:260px}.sidebar.open{width:295px;transition:width .3s ease-in-out}.sidebar.closed{width:90px;transition:width .3s ease-in-out}.side-header{display:flex;justify-content:center;align-items:center;padding:0 50px;height:85px;border-bottom:1px solid #D9D9D9}.sidebar.open .sidebar-img{text-align:left;display:flex;transition:.3s ease-in-out}.sidebar.closed .sidebar-img{margin-left:-60px;transition:.3s ease-in-out}.sidebar-img img{height:51px}.sidebar-links{flex-grow:1;margin:5px;height:50px;overflow:hidden;overflow-y:scroll;overflow-x:hidden;padding:10px;scrollbar-width:none}.sidebar-links ul li a{display:flex;align-items:center;padding:10px 8px;color:#555;text-decoration:none;font-size:16px;font-weight:400;justify-content:flex-start;margin:8px 0;font-family:Poppins,sans-serif}.sidebar.closed .sidebar-links ul li a{padding:15px 16px;gap:10px}.sidebar-links ul li a:hover{background-color:#0068941a;color:#006894;font-weight:600;border-radius:5px}.sidebar-links ul li a .icon{margin-right:20px;font-size:20px;display:flex;align-items:center;height:24px;margin-left:2px;color:#b6b6b6}.sidebar-links ul li a:hover .icon{color:#006894}.sidebar.closed .sidebar-links ul li a .icon{margin-right:0}.sidebar-links ul{list-style:none;padding:0;margin:0}.sidebar-links ul li{list-style:none}.sidebar-links ul li.active a{background-color:#358bb0b5;color:#fff;font-weight:600;border-radius:5px}.sidebar-links ul li.active a .icon{color:#fff}@media(max-width:768px){.main-sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;transform:translate(-100%);transition:all .3s ease-in-out;z-index:1100}.main-sidebar.open{transform:translate(0)}.main-sidebar.closed{transform:translate(-100%)}.sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:1000}.sidebar-links ul li a .icon{font-size:18px}.sidebar-links ul li a{font-size:14px}}.main-top-bar{width:100%;display:flex;justify-content:space-between;border-bottom:1px solid #D9D9D9;height:85px;padding:20px;font-family:Poppins,sans-serif;background-color:#fff;position:sticky;top:0;z-index:100}.left-section-topbar{display:flex;align-items:center;gap:20px}.menubar-top{display:none}.greeting h1{font-size:16px;font-weight:600;color:#303030}.greeting p{font-size:14px;font-weight:400;color:#1e1e1e}.right-section-topbar{display:flex;align-items:center;gap:20px}.profile-section{display:flex;align-items:center;gap:10px}.profile-name{padding:10px 12px;border-radius:5px;background:#f3f3f3;font-size:16px;color:#1e1e1e;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer}.profile-arrow{font-size:20px;color:#555;margin-top:5px;cursor:pointer}.profile-dropdown{position:absolute;right:15px;top:95px;width:250px;border-radius:10px;border:1px solid #D9D9D9;animation:fadeIn .2s ease;z-index:100;background:#fff}.profile-dropdown-header{padding:15px;border-bottom:2px solid #F1F1F1BF}.profile-dropdown-bottom{padding:15px;border-top:2px solid #F1F1F1BF}.profile-dropdown-mid{padding:15px}.profile-dropdown-header h2{font-size:16px;font-weight:600;color:#1e1e1e;font-family:Poppins,sans-serif}.profile-dropdown p{font-size:14px;color:#555;font-weight:500;cursor:pointer;padding:8px 0;font-family:Poppins,sans-serif}.profile-dropdown-bottom span{font-size:14px;color:#f13e3ebf;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif}.dropdown-signout-section{display:flex;align-items:center;gap:10px}.dropdown-signout-section span{color:#f13e3ebf;font-weight:500;cursor:pointer;display:flex;align-items:center;font-family:Poppins,sans-serif}.signout-icon{font-size:20px!important;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.page-title-section{display:flex;align-items:center;gap:12px}.back-btn{background:none;border:none;font-size:22px;cursor:pointer;display:flex;color:#1e1e1e}.page-title-section h1{font-size:16px;font-weight:600;color:#303030}.profile-tittle-left{display:flex;align-items:center;gap:10px}.profile-info{display:flex;flex-direction:column;align-items:end}.profile-info h2{font-size:16px;font-weight:500;color:#1e1e1e}.profile-info span{font-size:12px;font-weight:500;color:#555}@media screen and (max-width:768px){.menubar-top{display:flex;align-items:center;justify-content:center;font-size:28px;background:none;border:none;cursor:pointer;color:#1e1e1e}.main-top-bar{height:75px}.greeting h1{font-size:14px}.greeting p{font-size:10px}.profile-name{font-size:14px;padding:8px}.profile-arrow{display:none}}.createorg-page{min-height:75vh;display:flex;flex-direction:column;align-items:center;border:2px solid #E1E7EF80;border-radius:16px;background:#fff;padding:10px}.createorg-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%}.org-create-header{display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center}.org-create-header h1{font-size:16px;font-weight:500;color:#1e1e1e}.org-create-header span{font-size:12px;font-weight:500;color:#555}.card-createorg{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;margin-bottom:24px;width:70%;max-width:800px}.card-upload-hierarchy,.card-review-org{width:70%;max-width:800px;margin-bottom:24px}.form-grid-createorg{display:flex;flex-direction:column;gap:16px}.form-group-createorg{display:flex;flex-direction:column;position:relative;gap:5px}.form-group-createorg.full{grid-column:span 2}.form-group-createorg label{font-size:14px;color:#555;font-weight:500}.form-group-createorg input{border:1px solid #B6B6B6;border-radius:8px;padding:10px 12px;font-size:14px;color:#1e1e1e;font-weight:400;outline:none}.form-group-createorg input:focus{border-color:#b6b6b6}.action-buttons{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.action-buttons-continue{display:flex;justify-content:flex-end;margin-top:20px}.btn-continue,.btn-save{background:#006894;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer;width:200px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-back{color:#555;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.form-group-createorg input::placeholder{color:#555;font-size:12px;font-weight:400}.form-group-createorg input::-webkit-input-placeholder{color:#555;font-size:12px}.form-group-createorg input:-ms-input-placeholder{color:#555;font-size:12px}.form-group-createorg textarea{resize:none;overflow-y:auto}.form-group-createorg textarea::-webkit-scrollbar{display:none}.modal-actions-createorg{display:flex;justify-content:center;gap:12px;width:100%}.modal-actions-createorg .btn-cancel-prf,.modal-actions-createorg .btn-save{width:100%}.upload-box{display:flex;justify-content:space-between;align-items:center;border:2px dashed #B6B6B6;border-radius:8px;padding:12px;background:#fff}.upload-left{display:flex;align-items:center;gap:8px}.upload-icon{font-size:28px;display:flex}.upload-text{font-size:12px;color:#b6b6b6;font-weight:500}.file-uploaded{color:#555;font-size:14px;font-weight:500;background:#b6b6b60d;padding:10px;border-radius:8px}.browse-btn{border:1px solid #B6B6B6;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;font-weight:500;color:#555}.drop-area{border:2px dashed #B6B6B6;border-radius:12px;padding:24px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center}.drop-area p{font-weight:500;font-size:14px;color:#1e1e1e;margin:8px 0}.drop-area span{font-size:12px;font-weight:400;color:#555}.drop-area button{margin-top:10px;padding:6px 14px;border-radius:8px;border:1px solid #555555;background:#fff;cursor:pointer;color:#555;font-size:14px;font-weight:500}.sample-hierachy-text{font-size:12px;font-weight:500;color:#006894;text-decoration:underline;cursor:pointer;display:inline-block;text-align:center;width:100%}.review-org-content{display:flex;flex-direction:column;padding:20px;width:100%}.org-accordion{width:100%;border:1px solid #E1E7EF;border-radius:12px;margin-bottom:16px;background:#fff}.org-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;cursor:pointer;font-size:14px;font-weight:500;color:#1e1e1e}.org-title{display:flex;align-items:center;gap:10px}.org-icon{font-size:16px;display:flex}.org-accordion-body{padding:0 20px 16px 40px;font-size:13px;color:#555;border-top:1px solid #B6B6B640}.program-block{margin-top:10px}.program-block ul{margin-top:6px;padding-left:18px}.program-block li{margin-bottom:4px;font-size:12px;font-weight:500;color:#b6b6b6}.program-block span{font-size:14px;font-weight:500;color:#555;display:flex;align-items:center;gap:5px}.drop-area.has-error{border-color:#ef4444;background:#fef2f2}.upload-error{margin-top:12px;color:#dc2626;font-size:.9rem;font-weight:500;background:#fee2e2;padding:8px 12px;border-radius:6px;width:100%;text-align:center}@media screen and (max-width:600px){.form-grid-createorg{display:flex;flex-direction:column;gap:16px}.action-buttons{display:flex;gap:12px;margin-bottom:24px}.createorg-info h4{font-size:18px}.form-group-createorg label{font-size:14px}.form-group-createorg input{font-size:12px}.form-group-createorg input::placeholder{font-size:12px}.form-group-createorg input::-webkit-input-placeholder{font-size:12px}.form-group-createorg input:-ms-input-placeholder{font-size:12px}.card-createorg,.card-upload-hierarchy,.card-review-org,.createorg-content{width:100%;padding:10px}.btn-continue{width:100%}.org-accordion-body{padding:0 20px 16px}}.assignee-page{min-height:75vh;display:flex;flex-direction:column;align-items:center;border:2px solid #E1E7EF80;border-radius:16px;background:#fff;padding:30px 0}.assignee-header{text-align:center;margin-bottom:20px}.assignee-header h1{font-size:16px;font-weight:500;color:#1e1e1e}.assignee-header span{font-size:12px;font-weight:500;color:#555}.fixed-role-input{background-color:#b6b6b61a;cursor:not-allowed;font-weight:500;color:#b6b6b6}.assignee-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:24px;width:70%;max-width:800px}.assignee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.assignee-group{display:flex;flex-direction:column;gap:6px}.assignee-group.full{grid-column:span 2}.assignee-group label{font-size:14px;font-weight:500;color:#555}.assignee-group input,.assignee-group select{height:44px;border:1px solid #B6B6B6;border-radius:8px;padding:0 12px;font-size:14px;color:#1e1e1e;outline:none}.assignee-group input::placeholder{font-size:13px;color:#999}.assignee-actions{display:flex;justify-content:space-between;margin-top:24px}.assignee-continue{background:#006894;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer;width:200px;display:flex;align-items:center;justify-content:center;gap:8px}.assignee-back{color:#555;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px}@media screen and (max-width:768px){.assignee-card{width:90%;padding:10px}.assignee-grid{grid-template-columns:1fr}.assignee-group.full{grid-column:span 1}}.roles-page{min-height:fit-content;display:flex;flex-direction:column;align-items:center;border:2px solid #E1E7EF80;border-radius:16px;background:#fff;padding:30px 0}.roles-card{width:100%;display:flex;justify-content:center;padding:0 10px}.roles-sections{display:flex;justify-content:center;gap:80px;width:100%;border-top:1px solid #B6B6B640;padding:20px}.roles-page.scope-level{margin-top:1rem}.roles-left,.roles-right{display:flex;flex-direction:column}.roles-left h4,.roles-right h4{font-size:16px;font-weight:500;margin-bottom:20px;color:#1e1e1e}.input-wrapper{margin-bottom:16px;display:flex;justify-content:center}.role-fixed{height:44px;width:320px;border:1px solid #E1E7EF;border-radius:8px;padding:0 12px;background:#b6b6b61a;color:#b6b6b6;font-size:14px;font-weight:500;outline:none}.role-editable{height:44px;width:320px;border:1px solid #B6B6B6;border-radius:8px;padding:0 12px;font-size:14px;color:#1e1e1e;outline:none}.role-editable::placeholder{font-size:13px;color:#999}.roles-actions{display:flex;justify-content:space-between;align-items:center;margin-top:30px;width:100%}.roles-continue{background:#006894;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;cursor:pointer;width:200px;display:flex;align-items:center;justify-content:center;gap:8px}.roles-back{color:#555;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px}@media screen and (max-width:768px){.roles-sections{flex-direction:column;gap:40px;align-items:center}.roles-actions{width:90%}}.review-card{background:#fff;border:1px solid #E1E7EF;border-radius:16px;padding:30px}.review-card-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.org-info{display:flex;justify-content:space-between;align-items:flex-start;padding:20px}.org-left h3{font-size:16px;font-weight:500;color:#1e1e1e}.org-left p{font-size:16px;font-weight:500;color:#555;margin:3px 0}.org-left span{font-size:14px;font-weight:400;color:#555}.org-id{background:#0068941a;padding:6px 14px;border-radius:20px;font-size:16px;color:#555;font-weight:600}.divider{height:1px;background:#b6b6b680;margin:20px 0}.logo-section{display:flex;justify-content:space-evenly;padding:20px}.logo-box{text-align:center;cursor:pointer;padding:10px;border-radius:10px;transition:all .2s ease}.logo-box:hover{background-color:#5555550e}.logo-box img{width:70px;height:70px;object-fit:contain}.logo-box p{font-size:14px;font-weight:400;margin-top:6px;color:#555}.csv-section{padding:20px}.section-title{font-size:12px;font-weight:500;color:#555555bf;margin-bottom:8px}.file-box{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#555}.role-section{padding:20px}.role-info-details{display:flex;flex-direction:column;gap:5px}.role-info h4{font-size:14px;font-weight:600;color:#555;margin-bottom:10px;display:flex;align-items:center;gap:5px}.role-info-details p{font-size:14px;font-weight:600;color:#555}.role-info-details span{display:block;font-size:14px;font-weight:400;color:#555}.review-actions{display:flex;justify-content:space-between;margin-top:20px}.review-back{display:flex;align-items:center;gap:6px;cursor:pointer;color:#555}.review-confirm{background:#006894;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer}@media screen and (max-width:768px){.org-info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px;gap:20px}}.loading-container{display:flex;justify-content:center;align-items:center}.loader{border:4px solid rgba(0,0,0,.1);border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.loader-sm{width:24px;height:24px}.loader-md{width:20px;height:20px}.loader-lg{width:48px;height:48px}.loader-blue{border-color:#3b82f6;border-top-color:transparent}.loader-gray{border-color:#6b7280;border-top-color:transparent}.loader-white{border-color:#b6b6b6;border-top-color:transparent}.loader-red{border-color:#ef4444;border-top-color:transparent}.loader-green{border-color:#10b981;border-top-color:transparent}@keyframes spin{to{transform:rotate(360deg)}}.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{direction:ltr;inset:0;position:absolute;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:#0000004d;box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:20px}.login-card{background-color:#fff;border-radius:20px;padding:40px;max-width:400px;width:100%;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;align-items:center}.login-logo{width:140px;object-fit:cover}.login-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:25px;text-align:center}.login-form{width:100%;display:flex;flex-direction:column;gap:15px}.login-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;transition:all .2s ease}.login-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.login-button{width:100%;padding:12px;border:none;border-radius:10px;background-color:#1e6a8d;color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease}.login-button:hover{background-color:#24789f;transform:scale(1.02)}.login-footer{margin-top:15px;font-size:12px;color:#6b7280;text-align:center}.__no-data{color:#555;font-size:14px;padding:20px;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
