.App{text-align:center}#header .logo img{max-height:40px;padding-bottom:.5rem}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact{position:relative;top:2rem}.logos:hover{color:#033c50!important}*{margin:0;padding:0;box-sizing:border-box}.navbar{background-color:#714001!important}.navbar-brand{display:flex;align-items:center}.navbar-brand img{margin-right:10px}.navbar-nav{margin-left:auto}.nav-link{font-size:1rem}.nav-link,h5{color:#fff}h5:hover{color:#000;background-color:#86f464;padding:5px 10px;border-radius:1rem}.home-layout{display:flex;flex-direction:row;min-height:100vh}.sidebar{width:200px;flex-shrink:0}.main-content{flex:1 1;margin-left:200px;margin-top:8rem;min-height:calc(100vh - 8rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:margin-left .3s ease}.main-content.open{margin-left:0}.logo-text{font-size:1rem;font-weight:700;color:#fff}.tagline{font-size:.7rem;font-weight:lighter;color:#d3d3d3}@media (max-width:767.98px){.logo-text{font-size:.85rem}.tagline{font-size:.6rem}}@media (max-width:575.98px){.logo-text{font-size:.75rem}.tagline{font-size:.5rem}}.sidebar{width:220px;height:100vh;position:fixed;top:60px;left:-220px;background-color:#fff;padding-top:20px;transition:left .3s ease-in-out;z-index:1000;box-shadow:2px 0 5px rgba(0,0,0,.2)}.sidebar.open{left:0}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar ul li{padding:10px 20px}.sidebar ul li a{color:#000;text-decoration:none;display:block;font-size:16px;padding:10px;border-radius:8px;transition:background-color .3s ease}.sidebar ul li a:hover{background-color:#4dc728;color:#fff}.sidebar-toggle{position:fixed;top:80px;left:20px;background-color:#555f45;color:#fff;border:none;padding:10px;cursor:pointer;z-index:1100;font-size:18px;transition:left .3s ease-in-out;border-radius:5px}@media (min-width:993px){.sidebar-toggle.open{left:240px}}@media (max-width:992px){.sidebar-toggle.open{left:260px;top:97px}.sidebar-toggle{top:110px}}.main-content{margin-left:0;transition:margin-left .3s ease-in-out;padding:20px}.main-content.open{margin-left:220px}@media (max-width:992px){.sidebar{width:220px;left:-220px}.sidebar.open{left:0}.main-content.open{margin-left:0}}@media (max-width:768px){.sidebar{width:75%;max-width:250px;left:-75%;height:100%;top:52px}.sidebar.open{left:0}.main-content.open{margin-left:0}sidebar-toggle{top:110px}}@media (max-width:480px){.sidebar{width:80%;left:-80%}}.dropdown-link{color:#000;text-decoration:none;display:flex;justify-content:space-between;align-items:center;font-size:16px;padding:10px 15px;border-radius:8px;cursor:pointer;transition:all .3s ease}.dropdown-link:hover{background-color:#4dc728;color:#fff}.sidebar-dropdown-menu .ant-dropdown-menu{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);padding:5px}.sidebar-dropdown-menu .ant-dropdown-menu-item{color:#333;border-radius:6px;font-size:15px;transition:all .2s ease}.sidebar-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#4dc728!important;color:#fff!important}.sidebar-overlay{display:none;position:fixed;top:60px;left:0;width:100%;height:calc(180vh - 60px);background:rgba(0,0,0,.4);z-index:900;transition:opacity .3s ease-in-out}.sidebar-overlay.show{display:block}.user-form .form-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:992px){.user-form .form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.user-form .form-grid{grid-template-columns:1fr}}.user-page .form-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:992px){.user-page .form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.user-page .form-grid{grid-template-columns:1fr}}.user-page .ant-table-tbody>tr:hover>td{background-color:rgba(77,199,40,.08)!important}.user-page .ant-table a{color:#4dc728!important;transition:color .2s ease}.user-page .ant-table a:hover{color:#3da51f!important;text-decoration:underline}.user-page .ant-table-pagination{display:flex!important;justify-content:center!important;margin-top:20px}.user-page .ant-pagination-item a{color:#4dc728!important}.user-page .ant-pagination-item:hover a{color:#3da51f!important}.employer-page{background-color:#f8f9fa;min-height:100vh}.employer-page .ant-table-tbody>tr:hover>td{background-color:rgba(77,199,40,.08)!important}.employer-page .ant-table a{color:#4dc728!important;transition:color .2s ease}.employer-page .ant-table a:hover{color:#3da51f!important;text-decoration:underline}.employer-page .ant-table-pagination{display:flex!important;justify-content:center!important;margin-top:20px}.employer-page .ant-pagination-item a{color:#4dc728!important}.employer-page .ant-pagination-item:hover a{color:#3da51f!important}.employer-page .ant-btn-primary:hover{background-color:#1890ff;border-color:#0050b3}.employer-page .ant-btn-danger:hover{background-color:#ff4d4f;border-color:#d9363e}.driver-form .driver-form-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:992px){.driver-form .driver-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.driver-form .driver-form-grid{grid-template-columns:1fr}}.ant-table-pagination{display:flex;justify-content:center;margin-top:20px}.acting-driver-page{background-color:#f8f9fa;min-height:100vh}.acting-driver-page .ant-table-tbody>tr:hover>td{background-color:rgba(77,199,40,.08)!important}.acting-driver-page .ant-table a{color:#4dc728!important;transition:color .2s ease}.acting-driver-page .ant-table a:hover{color:#3da51f!important;text-decoration:underline}.acting-driver-page .ant-table-pagination{display:flex!important;justify-content:center!important;margin-top:20px}.acting-driver-page .ant-pagination-item a{color:#4dc728!important}.acting-driver-page .ant-pagination-item:hover a{color:#3da51f!important}.employee-page{background-color:#f8f9fa;min-height:100vh}.employee-page .ant-table-tbody>tr:hover>td{background-color:rgba(77,199,40,.08)!important}.employee-page .ant-btn-primary:hover{background-color:#1890ff;border-color:#0050b3}.employee-page .ant-btn-danger:hover{background-color:#ff4d4f;border-color:#d9363e}.employee-page .ant-table-pagination{display:flex!important;justify-content:center!important;margin-top:20px}.employee-page .ant-pagination-item a{color:#4dc728!important}.employee-page .ant-pagination-item:hover a{color:#3da51f!important}.logo-1{font-size:2rem;font-weight:700}.ant-btn{font-size:1rem}@media (max-width:768px){.ant-form-item{padding:0 15px}.ant-btn{width:100%}}body{font-family:Arial,sans-serif}.register-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.register-form{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%;max-width:450px}.register{text-align:center;color:#06711f}.text-danger{color:red;text-align:center}.ant-form-item{margin-bottom:1rem}@media (max-width:768px){.register-form{width:90%}}
/*# sourceMappingURL=main.e26706b3.chunk.css.map */