@font-face{font-family:Gilroy-Bold;src:url(/static/media/Gilroy-Bold.b900325e44ec0c673e88.ttf)}@font-face{font-family:Gilroy-Medium;src:url(/static/media/Gilroy-Medium.f9f832b0ed3f1ab138c9.ttf)}@font-face{font-family:Gilroy-SemiBold;src:url(/static/media/Gilroy-SemiBold.6780292641f883b3dad3.ttf)}@font-face{font-family:Gilroy-Light;src:url(/static/media/Gilroy-Light.1b7fff53076b21283967.ttf)}:root{--font-bold:"Gilroy-Bold";--font-medium:"Gilroy-Medium";--font-semiBold:"Gilroy-SemiBold";--font-light:"Gilroy-Light";--white:#fff;--primary-gray:#9b9899;--secondary-gray:#aaa;--text-primary:#373435;--text-secondary:#9b9899;--yellow:#eec900;--gray:#777;--border:#ddd}*,:after,:before{box-sizing:border-box;font-family:Gilroy-Medium;font-family:var(--font-medium);margin:0;padding:0}html{scroll-behavior:smooth}body{color:#373435;color:var(--text-primary)}.mx{margin:0 auto;max-width:1800px;width:100%}a{color:#373435;color:var(--text-primary);text-decoration:none}button:disabled{cursor:no-drop}.flex-content{align-items:center;display:flex;justify-content:center}.drop-down-icon.rotate{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transition:.2s ease-in-out}table,td,th,tr{border:2px solid #555}table{border:2px solid #555;border-collapse:collapse;margin-top:10px;width:100%}.errorMsg{color:red;font-size:12px;margin-bottom:12px;margin-top:-15px;text-transform:capitalize}.pdf-section{height:100vh}.pdf-section .pdf-header{display:flex;flex-direction:row-reverse;gap:12px;justify-content:space-between;padding:24px}.pdf-section .pdf-wrapp{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:0 20px 20px}@media(max-width:780px){.pdf-section .pdf-wrapp{grid-template-columns:1fr}}.pdf-section .pdf-wrapp .pdf-display-area{background:#eee;border:1px solid #000;height:630px;overflow-y:scroll;padding:24px}.pdf-section .pdf-wrapp .textarea textarea{height:630px;padding:24px;width:100%}.btn{border:none;cursor:pointer;outline:none;white-space:nowrap}.btn-primary{background:var(--text-primary);color:var(--white);display:flex;font-size:14px;gap:4px;padding:12px 32px;transition:all .3s linear}@media(max-width:425px){.btn-primary{font-size:12px;padding:12px 22px}}.btn-primary:hover{background:var(--yellow)}.btn-register{background:#eec900;color:var(--white);font-size:14px;padding:12px 32px;transition:all .3s linear}.btn-register:hover{background:var(--text-primary)}@media(max-width:425px){.btn-register{font-size:12px;padding:12px 18px}}.btn-secondary{background:transparent;border:1px solid var(--text-primary);color:#1e1e1e;-webkit-filter:drop-shadow(0 5px 10px rgba(0,0,0,.1));filter:drop-shadow(0 5px 10px rgba(0,0,0,.1));font-size:14px;padding:12px 32px;transition:all .3s linear}.btn-secondary:hover{border:1px solid var(--yellow)}@media(max-width:425px){.btn-secondary{font-size:12px;padding:12px 18px}}.btn-add{background:#ddd;padding:12px 42px}.loderbar{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loderbar .loader{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid var(--yellow);height:50px;width:50px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pdfcard-container{display:flex;flex-wrap:wrap;gap:40px;padding-top:20px}.pdfcard-container .pdf-card{border:1px solid gray;cursor:pointer;padding:100px}.pdfcard-container{grid-gap:16px;border-bottom:1px solid #ddd;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(328px,1fr));padding:16px}.pdfcard-container .border{border:1px solid #ddd;width:100%}.pdfcard-container .border .backgrund-icon{align-items:center;background:#f5f5f5;display:flex;height:196px;justify-content:center}.pdfcard-container .border .backgrund-icon img{height:100px;width:100px}.pdfcard-container .border .pdfcard-container-para{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:12px}.pdfcard-container .border .pdfcard-container-para .delete-icon{cursor:pointer;padding:8px}.pdfcard-container .border .pdfcard-createcontainer-para{align-items:center;display:flex;padding:12px}.modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal .modal-overlay{background-color:rgba(0,0,0,.8);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.modal .modal-box{align-items:center;-webkit-animation-delay:.5s;animation-delay:.5s;background-color:#fff;border-radius:10px;box-sizing:border-box;cursor:auto;display:flex;flex-direction:column;gap:24px;height:250px;justify-content:center;margin:0 auto;overflow-y:auto;padding:20px;position:relative;transition:.5s;width:320px}@media(max-width:425px){.modal .modal-box{height:85%}}.modal .modal-box .custom-name{display:flex;flex-direction:column;gap:24px;width:100%}.modal .modal-box .custom-name input{background:transparent;border:none;border-bottom:1px solid var(--yellow);outline:none;padding:8px;width:100%}.modal .modal-box .modal-close-btn{cursor:pointer;position:absolute;right:30px;top:30px;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}@media(max-width:580px){.modal .modal-box .modal-close-btn{top:38px}}.modal .modal-box .modal-close-btn:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal .modal-box .modal-close-btn img{width:25px}@media(max-width:580px){.modal .modal-box .modal-close-btn img{width:18px}}.modal .modal-box .modal-title{font-size:30px}.modal .modal-box .modal-content{font-size:16px;margin-top:30px}.header-wrapper{background:#fff;border-bottom:1px solid #ddd;left:0;padding:12px 24px;position:fixed;right:0;top:0;z-index:1}.header-wrapper .mx{position:relative}.header-wrapper .mx .header-container{align-items:center;display:flex;justify-content:space-between}.header-wrapper .mx .header-container .logo-img img{max-width:220px;object-fit:contain;width:100%}.header-wrapper .mx .header-container .profiles-content{gap:27px}.header-wrapper .mx .header-container .profiles-content .profile{cursor:pointer}.header-wrapper .mx .header-container .profiles-content .profile img{border-radius:50%;height:40px;width:40px}.header-wrapper .mx .logout-content{background:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2);max-width:252px;padding:16px;position:absolute;right:0;top:0;width:100%;z-index:-1}.header-wrapper .mx .logout-content .profile-photo{align-items:center;display:flex;justify-content:center}.header-wrapper .mx .logout-content .profile-photo img{border-radius:50%;height:54px;width:54px}.header-wrapper .mx .logout-content h6{font-size:14px;margin-top:16px;text-align:center}.header-wrapper .mx .logout-content p{color:var(--primary-gray);font-size:12px;margin-top:4px;text-align:center}.header-wrapper .mx .logout-content button{align-items:center;background:#ee5050;display:flex;font-size:14px;gap:8px;justify-content:center;margin-top:16px;padding:8px 32px;width:100%}.header-wrapper .mx .logout-content button svg{margin-top:3px}.sidebar-wrapper{border-right:1px solid #ddd;height:calc(100vh - 68px);left:0;max-width:214px;overflow-x:hidden;overflow-y:scroll;padding:24px;position:fixed;top:68px;width:100%;z-index:1}@media(max-width:992px){.sidebar-wrapper{display:none}}.sidebar-wrapper::-webkit-scrollbar{width:0}.sidebar-wrapper .drop-down .sidebar-flex-container{cursor:pointer;gap:34px;padding:12px 16px}.sidebar-wrapper .drop-down .sidebar-flex-container:hover{background:#f0f0f0}.sidebar-wrapper .drop-down .sidebar-flex-container .building{align-items:center;display:flex;gap:8px}.sidebar-wrapper .drop-down .sidebar-flex-container .building p{line-height:16px}.sidebar-wrapper .drop-down .sidebar-flex-container .drop-down-icon{transition:all .5s ease-out}.sidebar-wrapper .drop-down .sidebar-flex-container .drop-down-icon:hover{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.sidebar-wrapper .Printing-Img{bottom:0;left:0;position:absolute;right:0}.sidebar-wrapper .Printing-Img img{max-width:214px;width:100%}.sidebar-wrapper .company-name{align-content:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;height:350px;overflow-x:hidden;overflow-y:scroll}.sidebar-wrapper .company-name::-webkit-scrollbar{width:4px}.sidebar-wrapper .company-name::-webkit-scrollbar-thumb{background:#ddd;border-radius:22px}.sidebar-wrapper .company-name .link-tag{cursor:pointer;margin:16px 0}.sidebar-wrapper .company-name .link-tag p{font-size:14px;margin:0 20px}.sidebar-wrapper .company-name .link-tag .link a:hover{color:var(--yellow)}.sidebar-wrapper .company-name .company p{padding-bottom:8px}@media(max-width:992px){.header{display:none}}.layoutWrapper .layout-children{flex:1 1;height:100%;margin-left:214px;margin-top:68px;overflow-y:auto}@media(max-width:992px){.layoutWrapper .layout-children{margin-left:0;margin-top:0}}.layoutWrapper .layout-children::-webkit-scrollbar{width:5px}@media(min-width:992px){.company-header{display:none}}.company-header .media-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 16px}.company-header .media-header .media-logo img{width:150px}.company-header .media-header .menu{cursor:pointer}.company-header .sidebar-backdrop{background:rgba(0,0,0,.5);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:90}.company-header .sidebar-backdrop .bar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff;height:100vh;position:fixed;right:0;top:0;width:300px;z-index:1000}.company-header .header-side-bar{padding:32px;position:relative}.company-header .header-side-bar .close-icon{cursor:pointer;position:absolute;right:32px;top:32px;width:22px}.company-header .header-side-bar .close-icon img{width:22px}.company-header .header-side-bar .profile-content{margin-top:32px}.company-header .header-side-bar .profile-content .profile{align-items:center;cursor:pointer;display:flex;justify-content:center}.company-header .header-side-bar .profile-content .profile p{align-items:center;background-color:var(--yellow);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:300;height:40px;justify-content:center;width:40px}.company-header .header-side-bar .profile-content h6{font-size:14px;margin-top:16px;text-align:center}.company-header .header-side-bar .profile-content p{color:var(--primary-gray);font-size:12px;margin-top:4px;text-align:center}.company-header .header-side-bar .profile-content button{align-items:center;background:#ee5050;display:flex;font-size:14px;gap:8px;justify-content:center;margin-top:16px;padding:8px 32px;width:100%}.company-header .header-side-bar .profile-content button svg{margin-top:3px}.company-header .header-side-bar .company-drop-down-content{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;margin-top:36px;padding:12px 16px}.company-header .header-side-bar .company-drop-down-content:hover{box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.company-header .header-side-bar .company-drop-down-content .media-building{align-items:center;cursor:pointer;display:flex;gap:8px}.company-header .header-side-bar .company-drop-down-content .media-building p{font-size:14px}.company-header .header-side-bar .company-name{align-content:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;height:350px;overflow-x:hidden;overflow-y:scroll}.company-header .header-side-bar .company-name::-webkit-scrollbar{width:4px}.company-header .header-side-bar .company-name::-webkit-scrollbar-thumb{background:#ddd;border-radius:22px}.company-header .header-side-bar .company-name .link-tag{margin:16px 0}.company-header .header-side-bar .company-name .link-tag p{font-size:14px}.company-header .header-side-bar .company-name .link-tag .link a:hover{color:var(--yellow)}
/*# sourceMappingURL=main.2e4b3256.css.map*/