*{margin:0;box-sizing:border-box;font-family:"Gilroy",sans-serif}body{background-color:#efefef!important;background-color:var(--bg-color)!important}:root{--primary-color:#143058;--secondary-color:#2d4059;--third-color:#5e5e5e;--bg-color:#efefef}.content{padding:15px}.spinner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;height:50vh}h1,h2,h3,h4,h5,h6{margin:0!important}.App,.app-body{display:flex}.app-body{flex-direction:column;width:100%;overflow-x:hidden}.navbar-container{position:-webkit-sticky;position:sticky;z-index:99;top:0;width:100%;height:10vh;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);transition:all .4s!important;background:#fff}.navbar-container .content{display:flex;justify-content:flex-start;align-items:center;height:100%;padding:15px}.navigation-toggler{display:flex;width:100%;align-items:center;justify-content:space-between}.navigation-toggler-single{display:flex;width:100%;align-items:center;justify-content:flex-end}.navbar-container .content .navigation-toggler .toggler-icon{font-size:1.5rem;cursor:pointer;display:block;color:var(--primary-color)}.user-icon{color:var(--primary-color)}.user-icon:hover{color:var(--third-color)}.user-role-badge{background-color:#fb5311}.user-logout-badge,.user-role-badge{font-weight:600;padding:5px 10px;border-radius:3rem;color:#fff}.user-logout-badge{background-color:#ec4646}.right-info-bar{display:flex;justify-content:space-between;align-items:center}.user-name-info{font-weight:600;margin-right:.55rem;font-size:.95rem;color:#3f768a}.user-profile-pic{cursor:pointer}.navbar-dropdown-menu{padding:4px 0 0!important}.navbar-logout-btn{padding:10px 25px!important;background-color:#ba2b1b!important;color:#fff!important;font-weight:600!important}.navbar-logout-btn:hover{background-color:#fff!important;color:#ba2b1b!important}@media (max-width:768px){.navbar-container .content{justify-content:space-between}}.sidebar-container{height:100vh;min-width:300px;background-color:var(--primary-color);top:0;z-index:100;transition:all .5s;overflow-y:scroll;position:fixed;transform:translateX(-100%)}.sidebar-container::-webkit-scrollbar{width:0}.sidebar-container .sidebar-content{height:100%;padding:15px;display:flex;flex-direction:column;position:relative}.sidebar-container .company-logo{position:relative;height:10vh;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #5e5e5e}.company-logo h1:first-child{position:absolute;top:0;font-size:1rem;right:1%;color:#fff;display:none;cursor:pointer}.company-logo h1:nth-child(2){color:var(--secondary-color);font-weight:700;text-transform:uppercase;letter-spacing:3px}.sidebar-container .content a{padding:10px;display:flex;align-items:center;font-size:1rem;color:#fff;width:100%;margin:1rem 0;transition:all .4s;border-radius:50px;font-weight:700}.sidebar-content .content a:hover{background-color:#fff;color:var(--primary-color)}.active-sidelink{color:var(--primary-color)!important;background-color:#fff!important}.sidebar-container .content a svg{margin:0 1rem;font-size:1.75rem}.ant-collapse{margin:1rem 0!important;background:none!important;font-weight:700;font-size:1rem!important;border:none!important;font-size:1.2rem!important}.ant-collapse-header{color:#fff!important;display:flex!important;align-items:center;font-size:1rem!important}.ant-collapse-content,.sidelink-container{background:none!important}.log-out{background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary-color);border-radius:10px;cursor:pointer;margin:1rem;position:-webkit-sticky;position:sticky;bottom:0;left:0;width:90%;padding:5px}.log-out svg{margin:0 .3rem}.log-out p{margin:0;font-weight:700}@media (max-width:768px){.sidebar-container{position:fixed;transform:translateX(-100%)}.company-logo h1:first-child{display:block}}.showSideBar{transform:translateX(0);position:-webkit-sticky;position:sticky}.login-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.login-container .login-bg{position:absolute;height:100%;width:100%;top:0;left:0;background-image:url(/static/media/galaxy.9637dea9.jpg);background-size:cover;z-index:-100}.login-container .login-content{max-width:450px;width:100%;padding:15px;margin:15px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:10px;background:linear-gradient(rgba(0,0,0,.849),rgba(0,0,0,.514))}.login-content .login-form{display:flex;flex-direction:column;margin-top:30px}.login-form input[type=text]{padding:10px}.login-form input[type=text]::-webkit-input-placeholder{color:#000}.login-form input[type=text]:-ms-input-placeholder{color:#000}.login-form input[type=text]::placeholder{color:#000}.login-form input[type=password]{margin:5px 0}.login-form input[type=password]::-webkit-input-placeholder{color:#000}.login-form input[type=password]:-ms-input-placeholder{color:#000}.login-form input[type=password]::placeholder{color:#000}.login-form button{width:100%;background-color:#004399;border:1px solid #004399}.login-form button:hover{background-color:#26528f;border:1px solid #26528f}.login-form a{margin-bottom:1rem;color:#fff}.form-input{height:2.5rem}.login-container .ant-spin-dot-item{background-color:#fff}.forgot-password-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.forgot-password-container .forgot-password-bg{position:absolute;height:100%;width:100%;top:0;left:0;background-image:url(/static/media/clouds.31b2be64.jpg);background-size:cover;z-index:-100}.forgot-password-container .forgot-password-content{max-width:450px;width:100%;padding:15px;margin:15px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:10px;background:linear-gradient(rgba(0,0,0,.726),rgba(0,0,0,.486))}.forgot-password-content .forgot-password-form{display:flex;flex-direction:column;margin-top:30px}.forgot-password-form input[type=text]{padding:10px}.forgot-password-form input[type=text]::-webkit-input-placeholder{color:#000}.forgot-password-form input[type=text]:-ms-input-placeholder{color:#000}.forgot-password-form input[type=text]::placeholder{color:#000}.forgot-password-form button{width:100%;background-color:#004399;border:1px solid var(--primary-color)}.forgot-password-form button:hover{background-color:#26528f;border:1px solid #26528f}.ant-form-item-extra{color:#fff!important}.forgot-password-form p{margin-bottom:1rem;color:#fff}.dashboard-container{width:100%}.dashboard-container .content h1{font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--secondary-color);margin:10px}.dashboard-container .content div h2,.dashboard-container .content div h3{margin:0;font-weight:700;color:var(--secondary-color)}.dashboard-container .content .dashboard-stats{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.dashboard-stats .new-city,.dashboard-stats .total-expenses,.dashboard-stats .total-order,.dashboard-stats .total-revenue{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:15px;flex:1 1;margin:10px;min-width:200px;width:100%;border-radius:10px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.new-city .new-city-info,.total-expenses .total-expenses-info,.total-order .total-order-info,.total-revenue .total-revenue-info{text-align:center}.dashboard-stats svg{font-size:3rem;fill:var(--primary-color);margin:0 .5rem}.dashboard-figures{display:flex;flex-basis:content;flex-wrap:wrap}.admin-dashboard-bar-chart-container,.admin-dashboard-line-chart-container{height:55vh;background-color:#fff;margin:10px;border-radius:10px;flex:1 1;min-width:250px;width:100%;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.all-data-table thead tr th{min-width:100px;max-width:100px;width:100px}.all-data-table thead tr th:nth-child(3),.all-data-table thead tr th:nth-child(6){min-width:150px!important;max-width:150px!important;width:150px!important}.all-data-table thead tr th:nth-child(4),.all-data-table thead tr th:nth-child(5),.all-data-table thead tr th:nth-child(16){min-width:120px!important;max-width:120px!important;width:120px!important}.all-data-table thead tr th:nth-child(2),.all-data-table thead tr th:nth-child(7),.all-data-table thead tr th:nth-child(8),.all-data-table thead tr th:nth-child(9),.all-data-table thead tr th:nth-child(10),.all-data-table thead tr th:nth-child(11),.all-data-table thead tr th:nth-child(12),.all-data-table thead tr th:nth-child(13),.all-data-table thead tr th:nth-child(19){min-width:75px!important;max-width:75px!important;width:75px!important}.all-data-table tbody tr td{min-width:100px;max-width:100px;width:100px;padding:2px 15px}.all-data-table tbody tr td:nth-child(3),.all-data-table tbody tr td:nth-child(6),.all-data-table tbody tr td:nth-child(16){min-width:150px!important;max-width:150px!important;width:150px!important}.all-data-table tbody tr td:nth-child(4),.all-data-table tbody tr td:nth-child(5),.all-data-table tbody tr td:nth-child(16){min-width:120px!important;max-width:120px!important;width:120px!important}.all-data-table tbody tr td:nth-child(2),.all-data-table tbody tr td:nth-child(7),.all-data-table tbody tr td:nth-child(8),.all-data-table tbody tr td:nth-child(9),.all-data-table tbody tr td:nth-child(10),.all-data-table tbody tr td:nth-child(11),.all-data-table tbody tr td:nth-child(12),.all-data-table tbody tr td:nth-child(13),.all-data-table tbody tr td:nth-child(19){min-width:75px!important;max-width:75px!important;width:75px!important}.admin-data-edit-modal{margin:0 auto}.data-edit-form .form-content{display:flex;align-items:center;position:relative;width:100%}.data-edit-form .form-content .ant-form-item,.data-edit-form button{margin:10px}.view-lead-agent-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-lead-agent-page-header button{color:#fff;background-color:var(--primary-color);border:none}.lead-agent-table-container{margin:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow-x:scroll;max-height:80vh}.lead-agent-table-container::-webkit-scrollbar{width:0;height:12px}.lead-agent-table-container::-webkit-scrollbar-track{border-radius:0;background:#eee}.lead-agent-table-container::-webkit-scrollbar-thumb{border-radius:0;background:#143058}.lead-agent-table{position:relative;width:100%;height:100px}.lead-agent-table thead{text-align:center}.lead-agent-table thead th{padding:15px;color:#fff;position:-webkit-sticky;position:sticky;top:0;background:#143058}.lead-agent-table thead th td{font-size:1.2rem}.lead-agent-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.lead-agent-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.lead-agent-table tbody tr .table-data-actions svg:first-child{fill:#fff}.lead-agent-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.lead-agent-table tbody tr{text-align:center}.lead-agent-table tbody tr:nth-child(odd){background-color:#efefef}.lead-agent-table tbody tr td{padding:10px}.view-call-center-agent-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-call-center-agent-page-header button{border:none;color:#fff;background-color:var(--primary-color)}.call-center-agent-table-container{margin:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow-x:scroll;max-height:80vh}.call-center-agent-table-container::-webkit-scrollbar{width:0;height:12px}.call-center-agent-table-container::-webkit-scrollbar-track{border-radius:0;background:#eee}.call-center-agent-table-container::-webkit-scrollbar-thumb{border-radius:0;background:#143058}.call-center-agent-table{width:100%;overflow-x:hidden}.call-center-agent-table thead{text-align:center}.call-center-agent-table thead th{padding:15px;color:#fff;background-color:var(--primary-color);position:-webkit-sticky;position:sticky;top:0}.call-center-agent-table thead th td{font-size:1.2rem}.call-center-agent-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.call-center-agent-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.call-center-agent-table tbody tr .table-data-actions svg:first-child{fill:#fff}.call-center-agent-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.call-center-agent-table tbody tr{text-align:center}.call-center-agent-table tbody tr:nth-child(odd){background-color:#efefef}.call-center-agent-table tbody tr td{padding:10px}.view-logistic-agent-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-logistic-agent-page-header button{color:#fff;background-color:var(--primary-color);border:none}.logistic-agent-table-container{margin:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow:auto;max-height:80vh}.logistic-agent-table-container::-webkit-scrollbar{width:0;height:12px}.logistic-agent-table-container::-webkit-scrollbar-track{border-radius:0;background:#eee}.logistic-agent-table-container::-webkit-scrollbar-thumb{border-radius:0;background:#143058}.logistic-agent-table{width:100%;overflow:auto}.logistic-agent-table thead{text-align:center}.logistic-agent-table thead th{background-color:var(--primary-color);padding:15px;color:#fff;position:-webkit-sticky;position:sticky;top:0}.logistic-agent-table thead th td{font-size:1.2rem}.logistic-agent-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.logistic-agent-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.logistic-agent-table tbody tr .table-data-actions svg:first-child{fill:#fff}.logistic-agent-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.logistic-agent-table tbody tr{text-align:center}.logistic-agent-table tbody tr:nth-child(odd){background-color:#efefef}.logistic-agent-table tbody tr td{padding:10px}d .search-toolbar{margin-bottom:10px}.agent-dashboard-bar-chart-container,.agent-dashboard-line-chart-container{height:80vh;background-color:#fff;margin:10px;border-radius:10px;flex:1 1;min-width:250px;width:100%;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.manager-data-edit-modal .ant-modal-content{width:10rem}.view-all-data-page-header{margin:15px}.all-data-table-container{background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow:auto;-webkit-overflow-scrolling:touch;margin:0 15px 15px;position:relative;width:auto}.all-data-table-container::-webkit-scrollbar{width:0;height:12px}.all-data-table-container::-webkit-scrollbar-track{border-radius:0;background:#eee}.all-data-table-container::-webkit-scrollbar-thumb{border-radius:0;background:#143058}.all-data-table{width:100%;position:relative;font-size:13px}.all-data-table thead{position:-moz-sticky}.all-data-table thead,.all-data-table thead th{background-color:var(--primary-color);text-align:center;top:0;z-index:50}.all-data-table thead th{padding:5px;color:#fff;position:-webkit-sticky;position:sticky}.all-data-table thead tr th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:999}.all-data-table thead tr th:nth-child(2){position:-webkit-sticky;position:sticky;left:100px;z-index:999}.all-data-table thead tr th:nth-child(3){position:-webkit-sticky;position:sticky;left:175px;z-index:999}.all-data-table thead tr th:nth-child(4){position:-webkit-sticky;position:sticky;left:325px;z-index:999}.all-data-table thead{margin-top:100px}.all-data-table tbody tr .table-data-actions{display:flex;flex-direction:row}.all-data-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:all .3s;cursor:pointer}.all-data-table tbody tr .table-data-actions-no-bg{position:relative}.all-data-table tbody tr .table-data-actions-no-bg svg{position:absolute;right:0;cursor:pointer}.all-data-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.all-data-table tbody tr .table-data-actions svg:first-child{fill:#fff}.all-data-table tbody tr .table-data-actions svg.delete-btn:not(.action-icon-white){fill:red}.action-icon-white{fill:#fff}.action-icon-primary{fill:var(--primary-color)}.all-data-table tbody tr{text-align:center}.all-data-table tbody tr:nth-child(odd) td{background-color:#efefef}.all-data-table tbody tr:nth-child(2n) td{background-color:#fff}.all-data-table tbody tr td{padding:8px 15px;height:auto}.all-data-table tbody tr td a.existingNumber1{background-color:#ff0;padding:5px;border-radius:10px}.all-data-table tbody tr td.address-col,.all-data-table tbody tr td.name-col{min-width:150px!important;max-width:150px!important;width:150px!important}.all-data-table tbody tr td.city,.all-data-table tbody tr td.city-col,.all-data-table tbody tr td.number1-col,.all-data-table tbody tr td.number2-col{min-width:120px!important;max-width:120px!important;width:120px!important}.all-data-table tbody tr td.agent-col,.all-data-table tbody tr td.cgm-col,.all-data-table tbody tr td.cod-col,.all-data-table tbody tr td.lp-col,.all-data-table tbody tr td.ts-col,.all-data-table tbody tr td.unit-col,.all-data-table tbody tr td.urgent,.all-data-table tbody tr td.var-col,.all-data-table tbody tr td:nth-child.id-col{min-width:75px!important;max-width:75px!important;width:75px!important}.all-data-table tbody tr td.createdAt-col,.all-data-table tbody tr td.orderRemarks-col{min-width:100px!important;max-width:100px!important;width:100px!important}.all-data-table tbody tr td:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:99}.all-data-table tbody tr td:nth-child(2){position:-webkit-sticky;position:sticky;left:100px;z-index:99}.all-data-table tbody tr td:nth-child(3){position:-webkit-sticky;position:sticky;left:175px;z-index:99}.all-data-table tbody tr td:nth-child(4){position:-webkit-sticky;position:sticky;left:325px;z-index:99}.search-toolbar{margin-bottom:10px}.search-toolbar>button:last-child{margin-left:25px}.admin-all-data-search-toolbar,.admin-all-data-search-toolbar-double{display:flex;justify-content:space-between}.search-toolbar input{width:200px;position:-webkit-sticky;position:sticky;left:0;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.table-call-label{background-color:var(--primary-color)}.table-call-label,.table-urgent-label{color:#fff;padding:.35rem;border-radius:.85rem}.table-urgent-label{background-color:#ec4646}.table-urgent-no-label{background-color:#83a95c;color:#fff;padding:.35rem;border-radius:.85rem}.table-urgent-neutral-label{background-color:#709fb0;color:#fff;padding:.35rem;border-radius:.85rem}.hover-label{box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer}.hover-label:hover{box-shadow:0 1px 0 rgba(17,17,26,.1),0 8px 24px rgba(17,17,26,.1),0 16px 48px rgba(17,17,26,.1)}.a-tag-call:hover{color:#143058}.table-call-label:hover{background-color:var(--secondary-color);box-shadow:0 7px 29px 0 rgba(100,100,111,.2)}.pagination-info{background-color:#fff;margin-top:1.5rem;display:flex;width:100%;justify-content:space-between;position:-webkit-sticky;position:sticky;bottom:0;left:0;display:none}.pagination-info>span{color:rgba(22,22,22,.575);text-align:center;margin-right:.25rem}.btn-container>button{background-color:var(--primary-color);color:#fff;display:flex;align-items:center;border:none;box-shadow:0 8px 15px rgba(54,54,54,.308)}.btn-container>button:hover{box-shadow:0 15px 20px rgba(54,54,54,.466);color:#fff}.goto-page-input{width:2rem}.pagination-bar-div{display:flex;justify-content:center;margin:3rem auto}.pagination-bar-div .go-to-div{display:flex;align-items:center;margin:0 1rem}.pagination-bar-div .go-to-div .total-page-nums{margin-right:5px}@media (max-width:400px){.pagination-bar-div{display:flex;flex-direction:column;width:auto;justify-content:center;margin:3rem auto}.pagination-bar-div .go-to-div{margin:1rem auto}}.pagination-buttons-admin-all-data{display:flex;flex-direction:row;margin-bottom:1rem}.manager-dashboard-bar-chart-container{height:55vh}.manager-dashboard-bar-chart-container,.manager-dashboard-line-chart-container{background-color:#fff;margin:10px;border-radius:10px;flex:1 1;min-width:250px;width:100%;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.manager-dashboard-line-chart-container{height:80vh}.view-lead-manager-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-lead-manager-page-header button{border:none;background:var(--primary-color);color:#fff}.lead-manager-table-container{margin:15px;padding:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow-x:scroll}.lead-manager-table-container::-webkit-scrollbar{width:0}.lead-manager-table{width:100%;overflow-x:hidden}.lead-manager-table thead{background-color:var(--primary-color);text-align:center}.lead-manager-table thead th{padding:15px;color:#fff}.lead-manager-table thead th td{font-size:1.2rem}.lead-manager-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.lead-manager-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.lead-manager-table tbody tr .table-data-actions svg:first-child{fill:#fff}.lead-manager-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.lead-manager-table tbody tr{text-align:center}.lead-manager-table tbody tr:nth-child(odd){background-color:#efefef}.lead-manager-table tbody tr td{padding:10px}.view-call-center-manager-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-call-center-manager-page-header button{border:none;background:var(--primary-color);color:#fff}.call-center-manager-table-container{margin:15px;padding:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow-x:scroll}.call-center-manager-table-container::-webkit-scrollbar{width:0}.call-center-manager-table{width:100%;overflow-x:hidden}.call-center-manager-table thead{background-color:var(--primary-color);text-align:center}.call-center-manager-table thead th{padding:15px;color:#fff}.call-center-manager-table thead th td{font-size:1.2rem}.call-center-manager-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.call-center-manager-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.call-center-manager-table tbody tr .table-data-actions svg:first-child{fill:#fff}.call-center-manager-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.call-center-manager-table tbody tr{text-align:center}.call-center-manager-table tbody tr:nth-child(odd){background-color:#efefef}.call-center-manager-table tbody tr td{padding:10px}.view-logistic-manager-page-header{display:flex;justify-content:space-between;align-items:center;padding:15px}.view-logistic-manager-page-header button{border:none;background:var(--primary-color);color:#fff}.logistic-manager-table-container{margin:15px;padding:15px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border-radius:10px;overflow-x:scroll}.logistic-manager-table-container::-webkit-scrollbar{width:0}.logistic-manager-table{width:100%;overflow-x:hidden}.logistic-manager-table thead{background-color:var(--primary-color);text-align:center}.logistic-manager-table thead th{padding:15px;color:#fff}.logistic-manager-table thead th td{font-size:1.2rem}.logistic-manager-table tbody tr .table-data-actions svg{font-size:2rem;margin:5px;background-color:var(--primary-color);padding:5px;border-radius:50%;transition:lead .3s;cursor:pointer}.logistic-manager-table tbody tr .table-data-actions svg:hover{transform:scale(1.05)}.logistic-manager-table tbody tr .table-data-actions svg:first-child{fill:#fff}.logistic-manager-table tbody tr .table-data-actions svg:nth-child(2){fill:red}.logistic-manager-table tbody tr{text-align:center}.logistic-manager-table tbody tr:nth-child(odd){background-color:#efefef}.logistic-manager-table tbody tr td{padding:10px}.search-bar{display:flex;justify-content:flex-start;align-items:center;width:20rem}.bulksms_container{width:100%;margin:5px}.bulksms_header{width:100%;font-weight:700;font-size:2rem;color:#2d4059}.bulksms_body_container{width:100%;height:100%;padding-right:5px;display:flex;flex-direction:row;justify-content:space-around}.bulksms_body_message{display:flex;flex-direction:column;flex-basis:40%}.bulksms_message_header{font-weight:700;font-size:1.2rem;color:#5e5e5e}.bulksms_message_content{display:flex;border:1px solid #2d4059}.bulksms_body_contacts{display:flex;flex-direction:column;flex-basis:25%}.bulksms_contacts_header{font-weight:700;font-size:1.2rem;color:#5e5e5e}.bulksms_contacts_content{display:flex;border:1px solid #2d4059}.bulksms_body_sendbutton{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:20%}.bulksms_sendbutton{color:#fff;font-weight:800;align-items:center;text-align:center;background:#29863f;box-shadow:0 4px 4px rgba(0,0,0,.25),0 4px 4px rgba(0,0,0,.25);border-radius:16px}@media screen and (max-width:500px){.bulksms_body_container{display:flex;flex-direction:column}}
/*# sourceMappingURL=main.0b5ee775.chunk.css.map */