@import"https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap";.appbar{position:fixed;padding:15px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff!important;z-index:9999}@media (max-width: 767px){.appbar{padding:15px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:none;border-bottom:1px solid #f7eded}}.appbar-heading{color:#fe4e4e;font-size:1.6rem;font-weight:800}@media (max-width: 767px){.appbar-heading{font-size:1rem!important}}.appLogo{width:48px;height:48px;margin-right:5px}@media (max-width: 767px){.appLogo{display:flex;width:20px;height:20px}}.select-val div{display:flex!important;align-items:center!important}.dark-select-val div{display:flex;align-items:center!important}.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select{height:20px;display:flex}@media (max-width: 767px){.header{display:flex;align-items:center}}.brightness-icon{font-size:30px;color:#757575}@media (max-width: 767px){.brightness-icon{font-size:20px}}@media (max-width: 767px){.profile-image{width:20px;height:20px}}.profile-section-box{display:flex;align-items:center;justify-content:center;gap:20px;color:#fe4e4e}@media (max-width: 768px){.profile-section-box{gap:10px}.profile-section-box .MuiTypography-h5,.profile-section-box .MuiDivider-root{display:none}}.flag-icons{width:50px}@media (max-width: 767px){.page-wrapper{margin-top:10%;display:flex;justify-content:center;align-items:center}}.menu-sidebar{max-width:280px;width:100%}.menu-sidebar .MuiDrawer-paper{width:280px;top:87px}.dashboard-content{padding-left:20px;width:calc(100% - 280px)}@media (max-width: 767px){.dashboard-content{margin-top:15%;display:flex;flex-direction:column;width:100%}}.dark-dashboard-content{background-color:#121212;padding-left:20px;width:calc(100% - 280px);height:100vh!important}@media (max-width: 767px){.dark-dashboard-content{margin-top:15%;display:flex;flex-direction:column;width:100%}}@media (max-width: 767px){.sidebar{position:fixed;top:88px;left:0;background:#fff;transition:all .3s ease-in-out}.sidebar .MuiDrawer-paper{width:240px;position:relative}.sidebar.open{left:o;width:240px;transition:all .3s ease-in-out}.sidebar.close{left:-240px;width:0;transition:all .3s ease-in-out}}.sidebar-list{height:calc(100vh - 79px);padding:20px 0}.sidebar-Data div{top:10%}.MuiListItem-gutters.Mui-selected{background-color:#fe4e4e!important;border-radius:10px}.loader-container{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;background-color:#fe4e4e}.dark-loader-container{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}.loader{width:100px;height:100px;border:5px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.admin-loader-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff}.dark-admin-loader-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#000}.admin-loader{width:100px;height:100px;border:5px solid #fe4e4e;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.basic-loader-container{width:100%;height:100%;background-color:#fff}.dark-basic-loader-container{width:100%;height:100%;background-color:#000}.basic-loader{width:50px;height:50px;border:5px solid #fe4e4e;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.dark-basic-loader{width:50px;height:50px;border:5px solid #fe4e4e;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;background-color:#000}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.list-header{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin-top:5%}.list-header .right-section{display:flex;align-items:center;flex-direction:row;gap:20px}.list-header .search-field{border:1px solid #000}.list-header .btn-sm{border:1px solid black;font-weight:500}.list-header .btn-sm:hover{background-color:#fe4e4e;color:#fff;border:1px solid #fff}.list-header .btn-sm-variant{background-color:#fe4e4e;color:#fff}@media (max-width: 767.98px){.list-header{display:block}.list-header .MuiTypography-h4{font-size:22px;margin-bottom:15px}.list-header .right-section{display:block}.list-header .right-section .btn-sm{margin-top:10px}}.dark-list-header{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;margin-top:5%;color:#fff}.dark-list-header .right-section{display:flex;align-items:center;flex-direction:row;gap:20px;color:#fff}.dark-list-header .search-field{border:1px solid #fff}.dark-list-header .btn-sm{border:1px solid #fff;font-weight:500;color:#fff}.dark-list-header .btn-sm:hover{background-color:#fe4e4e;color:#fff;border:1px solid #fff}.dark-list-header .btn-sm-variant{background-color:#fe4e4e;color:#fff}@media (max-width: 767.98px){.dark-list-header{display:block}.dark-list-header .MuiTypography-h4{font-size:22px;margin-bottom:15px}.dark-list-header .right-section{display:block}.dark-list-header .right-section .btn-sm{margin-top:10px}}.delete-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:250px;background-color:#fff;border:none;border-radius:25px;padding:20px}.delete-modal .modal-header{display:flex;justify-content:flex-end;font-size:65px;height:24px}.delete-modal .modal-header .close-btn{font-size:24px;position:absolute;margin:0;padding:0;right:-5px;top:6px}.delete-modal .modal-body{height:150px;display:flex;align-items:center;justify-content:center;text-align:center}.delete-modal .modal-footer{display:flex;align-items:center;justify-content:center;gap:100px}.delete-modal .modal-footer .modal-btn{border:1px solid #fe4e4e;border-radius:30px;padding:10px 40px;font-weight:600}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{box-shadow:none}::-webkit-scrollbar-thumb{background:#fe4e4e;border-radius:8px}body{margin:0;padding:0;box-sizing:border-box;font-family:Roboto}a{text-decoration:none;color:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.back-btn{width:fit-content;justify-content:flex-start;align-items:center;padding:6px 15px;margin-bottom:20px;font-size:14px;color:#fff}.back-btn span{display:flex}.form-box-container{margin-bottom:20px;padding:20px;background-color:#fff;border-radius:14px}.load-btn-primary{height:45px;color:#000;background-color:#fff;padding:10px;font-size:16px}.load-btn-primary:hover{color:#777;background-color:#fff;border:1px solid #fe4e4e}.submit-btn-container{flex-direction:row}.form-loader-container{background-color:#f5f7f9;display:flex;align-items:center;justify-content:center}.dashboard-count-container{justify-content:space-around;background:transparent;padding:50px}.dashboard-count-container .dashboard-count-box-main{height:100%}.dashboard-count-container .dashboard-count-box{cursor:pointer;padding:30px;height:100%;color:#fe4e4e;background-color:#fff;border-radius:0;box-shadow:0 3px 5px #00000012;width:100%;max-width:200px}@media (max-width: 767px){.dashboard-count-container .dashboard-count-box{margin-bottom:15%}}.dashboard-count-container .dashboard-count-box .dashboard-header{width:100%;margin-bottom:20px}.dashboard-count-container .dashboard-count-box .dashboard-number .animated-container{justify-content:center!important}.dashboard-count-container .dashboard-count-box .MuiTypography-h4{color:#000000de;font-size:var(--x-large)}.dark-dashboard-count-container{justify-content:space-around;background:transparent;padding:50px}.dark-dashboard-count-container .dashboard-count-box-main{height:100%}.dark-dashboard-count-container .dashboard-count-box{cursor:pointer;padding:30px;height:100%;color:#fff;background-color:#1e1e1e;border-radius:0;box-shadow:0 3px 5px #000;width:100%;max-width:200px}@media (max-width: 767px){.dark-dashboard-count-container .dashboard-count-box{margin-bottom:15%}}.dark-dashboard-count-container .dashboard-count-box .dashboard-header{width:100%;margin-bottom:20px}.dark-dashboard-count-container .dashboard-count-box .dashboard-number .animated-container{justify-content:center!important}.dark-dashboard-count-container .dashboard-count-box .MuiTypography-h4{color:#fff;font-size:var(--x-large)}.text-area-input{margin-top:8px;width:100%;font-size:16px;padding:10px;font-family:Roboto}@media (max-width: 767px){.text-area-input{max-width:fit-content}}.chip{margin-right:10px;padding:24px 15px;font-size:16px;border:1px solid #fe4e4e;border-radius:25px;background-color:#fff;color:#fe4e4e;margin-bottom:10px}.user-profile-avatar{height:150px;width:150px;border-radius:5px}.google-place-autocomplete{border-radius:4px;width:100%;padding:16.5px 14px;border:1px solid rgba(0,0,0,.23);margin-bottom:20px;box-sizing:border-box;background:transparent;border:1px solid grey;color:#000}.google-place-autocomplete:focus-within,.google-place-autocomplete:focus,.google-place-autocomplete:focus-visible{border:1px solid #fe4e4e;outline:none}.dark-google-place-autocomplete{border-radius:4px;width:100%;padding:16.5px 14px;border:1px solid rgba(0,0,0,.23);margin-bottom:20px;box-sizing:border-box;background:transparent;border:1px solid grey;color:#fff}.dark-google-place-autocomplete:focus-within,.dark-google-place-autocomplete:focus,.dark-google-place-autocomplete:focus-visible{border:1px solid #fe4e4e;outline:none}.no-document-found-div{display:flex;align-items:center;justify-content:center;padding:60px 20px;width:300px;height:200px}.no-document-found-div .no-doc-fount-text{margin-top:20px}@media (max-width: 768px){.no-document-found-div{width:100%;box-sizing:border-box}}.css-1609lpt-MuiTableCell-root.MuiTableCell-head{background-color:#fff;color:#000}.css-xl2fa8-MuiTableCell-root.MuiTableCell-head{color:#fff}.MuiTableCell-head{white-space:nowrap;background-color:#fff}.MuiTablePagination-root::-webkit-scrollbar{width:8px;height:8px}.MuiTablePagination-root::-webkit-scrollbar-track{box-shadow:none}.MuiTablePagination-root::-webkit-scrollbar-thumb{background:#fe4e4e;border-radius:8px;border:4px solid white}.MuiTablePagination-root .MuiTablePagination-actions{margin-left:10px}.breadcrumb{margin-top:10px}@media (max-width: 767px){.breadcrumb{margin-top:10%}}@media (max-width: 767px){.dashboard-content{margin-top:15%;display:flex;flex-direction:column}}.root-style{display:flex;justify-content:center}.user-icon{color:#000;font-size:44px}.dark-user-icon{color:#fff;font-size:44px}.MuiTableCell-head{background-color:#fe4e4e!important}.MuiTableSortLabel-root.Mui-active,.MuiTableSortLabel-root:hover,.MuiTableSortLabel-icon{color:#fff!important}.MuiInputLabel-root.Mui-focused{color:#fe4e4e!important}.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#fe4e4e!important}.delete-modal-button-outlined{color:#fe4e4e!important;border:1px solid #fe4e4e}.delete-modal-button-outlined:hover{color:#fe4e4e;border:1px solid #fe4e4e}.delete-modal-button{color:#fff!important;background-color:#fe4e4e!important}.delete-modal-button:hover{color:#fff}
