:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:poppins-bold;src:url(/static/media/poppins-bold.cdb29a5d7ccf57ff05a3.ttf)}@font-face{font-family:poppins-semibold;src:url(/static/media/poppins-semibold.ac8d04b620e54be9b0f0.ttf)}@font-face{font-family:poppins-regular;src:url(/static/media/poppins-regular.35d26b781dc5fda684cc.ttf)}@font-face{font-family:poppins-light;src:url(/static/media/Poppins-Light.7641a0f76ca9ef6c252c.ttf)}.sidebar-main{background-color:#003d90;flex:0 0 230px;height:100%;left:0;max-width:230px;min-height:100vh;position:fixed;top:0;transition:all .5s;width:230px;z-index:999}.main-header{background-color:#fff;height:72px}.main-dashboard{align-items:flex-start;display:flex;justify-content:flex-start}.right-dashboard-content{flex:1 1;width:100%}.admin-panel-content{height:calc(100vh - 72px);overflow:auto;padding:20px 20px 20px 250px;transition:all .5s;width:100%}.mini-card-main{align-items:center;display:flex;width:100%}.admin-panel-content .head-title{color:#003d90;font-family:poppins-bold;font-size:19px;line-height:25px;margin-bottom:20px;text-align:start}.mini-card-img img{height:20px;object-fit:cover;width:20px}.mini-card{flex-basis:20%;flex-grow:0;flex-shrink:0;height:50px;max-width:20%;width:20%}.mini-card-img{align-items:center;background-color:#fccaf2;border-radius:4px;display:flex;height:50px;justify-content:center;margin-right:15px;width:50px}.mini-card:last-child{margin-right:0}.mini-card-2{background-color:#cafcd9!important}.mini-card-3{background-color:#f6f1a8!important}.mini-card-4{background-color:#dbcafc!important}.mini-card-5{background-color:#fce1ca!important}.mini-card{align-items:center;display:flex;justify-content:space-around;margin:5px}.card-right-content .card-total{color:#585d65;font-family:poppins-regular;font-size:10px;line-height:16px;margin-bottom:2px}.card-right-content .card-price{color:#003d90;font-family:poppins-bold;font-size:16px;line-height:27px;word-break:break-word}.main-select-graph,.select-graph{background:#d9d9d9;border-radius:4px;max-height:19px;min-width:60px}.select-graph fieldset{border:none}.select-graph .MuiSelect-select{font-size:12px;padding:0 7px!important}.main-select-graph svg,.select-graph svg{height:18px;right:0;top:0;width:18px}.main-select-graph .MuiInputLabel-animated{color:#003d90;font-size:10px;line-height:16px;top:-14px}.main-select-graph .css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#003d90;font-size:10px;line-height:16px;top:13px}.chart-header{align-items:center;display:flex;justify-content:space-between}.chart-main-wrapp{align-items:flex-start;display:flex;flex-wrap:wrap;margin:20px -7px 19px -10px}.chart-box{flex:0 0 33.33%;margin-bottom:15px;max-width:33.33%;padding:0 8px;width:33.33%}.chart-header .chart-title{color:#003d90;font-family:poppins-semibold;font-size:14px;line-height:21px}.chart-header{margin-bottom:10px}.chart-graph-devider{background:#f0f4f9;border:1px solid #d2d2d2;border-radius:10px;box-shadow:0 3px 6px #0000001a;max-height:231px;min-height:231px;padding:15px}.chart-graph-devider img{height:201px;object-fit:contain;width:100%}.chart-box:last-child{margin-right:0}.chart-inner-head .chart-title{font-size:12px;line-height:18px}.chart-inner-head{margin-bottom:12px}.total-invoice-img{align-items:center;background-color:#003d90;border-radius:4px;display:flex;height:38px;justify-content:center;margin-bottom:auto;margin-right:10px;margin-top:auto;width:38px}.total-invoice-img img{height:16px;object-fit:contain;width:16px}.card-graph-content-inner .card-total{color:#003d90;font-family:poppins-regular;font-size:10px;line-height:16px;margin-bottom:0}.card-graph-content-inner .card-price{color:#003d90;font-family:poppins-bold;font-size:16px;line-height:25px}.total-invoice{align-items:center;border-bottom:1px solid #e9e3e3;display:flex;margin-bottom:15px;padding-bottom:15px}.card-graph-content-inner{flex:auto;margin-right:10px}.card-graph-content-inner:last-child{margin-right:0}.title-green{color:#08db47!important}.title-red{color:#e20808!important}.banker-title{color:#003d90!important;font-family:poppins-semibold!important;font-size:12px!important;line-height:18px!important}.banker-content{align-items:flex-start;display:flex}.bakner-txt{color:#003d90;font-family:poppins-semibold!important;font-size:10px!important;line-height:16px}.banker-detail-unit-saprate .banker-dot{background-color:#d2d2d2;border-radius:50px;height:9px;margin-right:11px;width:9px}.banker-inner{margin-bottom:auto;margin-right:48px;margin-top:auto}.banker-detail-unit-saprate{align-items:center;display:flex;margin-bottom:6px}.banker-unit-name,.banker-unit-price{color:#003d90;flex:auto;font-family:poppins-regular;font-size:10px;line-height:16px;margin-right:19px!important}.category-sec-main .chart-graph-devider .cate-table-main{max-height:165px;overflow:auto}.cattable-devider{padding-top:45px;position:relative}.cattable-devider table thead{background:#dae3ef;border-radius:9px 9px 0 0;width:100%}.cattable-devider table thead tr th{color:#003d90;font-family:poppins-semibold;font-size:12px;line-height:18px;padding:7px 0}.cattable-devider table tbody tr td{border-bottom:none;color:#7a808b;font-family:poppins-regular;font-size:12px;line-height:18px;padding:0 0 3px}.cattable-devider table tbody tr td:first-child{width:8%}.cattable-devider table thead tr th:first-child{padding:0 0 0 15px;width:8%}.cattable-devider table tbody tr td:last-child,.cattable-devider table thead tr th:last-child{width:17%}.cattable-devider table tbody tr td:nth-child(2),.cattable-devider table thead tr th:nth-child(2){width:31%}.cattable-devider table{background:#f0f4f9;min-width:300px}.cate-table-main::-webkit-scrollbar{width:4px!important}.cate-table-main::-webkit-scrollbar-track{border-radius:2px;box-shadow:inset 0 0 5px grey!important}.cate-table-main::-webkit-scrollbar-thumb{background:#7a808b;border-radius:2px}.cate-table-main .MuiPaper-elevation{box-shadow:none}.cattable-port{padding-top:17px}.cattable-port .chart-title{padding-bottom:17px}.cattable-port .chart-header{margin-bottom:0}.cattable-port .cate-table-main{max-height:none!important}.cattable-port .cate-table-main .MuiPaper-elevation{background:#f0f4f9;margin-top:0}.choose-your-company-screen{padding-top:100px}.banker-unit-price{text-align:right}.map-image{padding:0!important}.map-image .leaflet-container.leaflet-touch-drag{border-radius:10px!important;height:229px!important;width:100%!important}.cattable-devider{padding:0}.cate-table-main tr td:first-child{padding-left:15px}.cattable-devider table thead tr th:first-child{border-radius:9px 0 0 0!important}.cattable-devider table thead tr th:last-child{border-radius:0 3px 0 0!important}.cate-table-body{height:181px;margin-top:10px;overflow:auto}.sidebar-logo{padding:20px 0}.sidebar-logo img{height:90px;object-fit:contain;width:200px}.sidebar-li{align-items:center;display:flex;padding:15px 20px}.sidebar-li.active,.sidebar-links .sidebar-ul .active{background:#0000 linear-gradient(270deg,#ffffff1a,#3d74bf) 0 0 no-repeat padding-box}.sidebar-li img{margin-right:15px}.sidebar-li a{align-items:center;color:#fff;display:flex;font-family:poppins-light;font-size:14px;line-height:21px;text-decoration:none}.sidebar-none{left:-230px}.pl-none{padding-left:20px!important;padding-right:17px!important}.main-header{border-bottom:1px solid #d9d9d9;justify-content:space-between;padding-left:250px;padding-right:20px;transition:all .5s}.head-right,.main-header{align-items:center;display:flex}.head-right{margin-left:auto}.head-right .bell-icon,.head-right .search-icon{height:18px;margin-right:30px;width:18px}.head-right .headprofile{border-radius:22px;height:45px;margin-left:10px;object-fit:cover;width:45px}.header-user-detail{display:flex;flex-direction:column;text-align:right}.header-user-detail .head-user-title{color:#003d90;font-family:poppins-semibold;font-size:14px;line-height:21px;text-transform:none}.header-user-detail .head-user-mail{color:#585d65;font-family:poppins-regular;font-size:10px;line-height:16px;text-transform:none}.collapse-btn{cursor:pointer}.sidebar-ul{max-height:calc(95vh - 100px);overflow:auto}.sidebar-ul::-webkit-scrollbar{width:2px}.sidebar-ul::-webkit-scrollbar-track{background:#0000;border-radius:2px}.sidebar-ul::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:2px}.cms-text{align-items:center;color:#fff;display:flex;font-family:poppins-light;font-size:14px;justify-content:space-between;line-height:21px;padding:10px 5px}.w-100-initail{width:100%}.cms-text img{margin-right:10px}.cms-listitem a{color:#fff;font-family:poppins-light;font-size:14px;line-height:21px;text-decoration:none}.user-save-icon{width:100px}.user-panel-content{padding:0!important}@media screen and (max-width:991px){.mini-card-main{flex-wrap:wrap}.pl-none{padding-left:15px!important;padding-right:15px!important}.main-header{padding-right:15px}.overlay{background-color:#0000006b;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:99}.sidebar-none{left:0}.res-menu{display:block}.rightbox{border-radius:0 0 0 0;max-width:100%}.logo-set img{width:300px}.select-modal-box{max-width:95%}.background-hight{height:100%}.set-filter-main{margin-top:15px}.chart-box{flex:0 0 50%;max-width:50%;width:50%}.mini-card{margin-bottom:15px}.chart-box:last-child{margin-bottom:0}.sidebar-main.active{left:-230px}}@media screen and (min-width:768px) and (max-width:991px){.cattable-devider table thead tr th:first-child{width:3%}.cattable-devider table thead tr th:nth-child(2){width:25%}.cattable-devider table thead tr th:last-child,.cattable-port table thead tr th:last-child{width:6%}.cattable-devider table tbody tr td:nth-child(2){width:36%}.cattable-devider table tbody tr td:first-child{width:4%}.mini-card{min-width:228px}.mini-card:nth-child(3n-3){margin-right:0}.main-header{padding-left:15px}.admin-panel-content{padding:20px 15px}.main-box-dash{max-width:100%;width:calc(50% - 15px)}.supply-table{min-width:1329px}.tanker-table{min-width:687px}.invoice-table{min-width:1380px}.res-menu-icon svg{display:block}.res-close-btn{display:flex!important;height:20px;margin-left:auto!important;margin-top:20px!important;padding:0!important;width:20px}.res-close-btn img{height:16px;object-fit:cover;width:16px}.header-ul-main{background:#003d90;bottom:0;display:none;display:block;left:0;position:fixed;top:0;transition:all .5s;width:250px;z-index:99}.header-ul-main .header-ul{display:block;padding-top:50px}.header-ul li{margin-bottom:10px;padding:7px 15px}.select-img-box{justify-content:center}.filter-close-btn img{height:28px;width:23px}}@media (max-width:767px){.choose-your-company-screen{padding:30px}.chart-box{flex:0 0 100%;max-width:100%;width:100%}.res-barge-table{min-width:716px}.cattable-devider table thead tr th:last-child{width:15%}.cattable-devider table thead tr th:nth-child(2){width:23%}.cattable-devider table thead tr th:first-child{width:7%}.cattable-port table thead tr th:last-child{width:18%}.cattable-port table thead tr th:nth-child(2){width:31%}.cattable-port table thead tr th:first-child{width:10%}.header-ul-main{background:#003d90;bottom:0;display:none;display:block;left:0;position:fixed;top:0;transition:all .5s;width:200px;z-index:99}.header-ul-main .header-ul{display:block;padding-top:50px}.header-ul li{margin-bottom:10px;padding:7px 15px}.main-box-dash{max-width:100%;width:100%}.change-password-main{min-width:340px}.profile-card-main{max-width:340px}.title-header .res-title-header-flex{align-items:start!important;flex-direction:column}.res-set-search{flex-wrap:wrap;margin-top:10px}.res-blue-button button,.res-blue-button button:hover{margin:0!important}.supply-table{min-width:1329px}.filter-main .MuiPaper-elevation{min-width:300px}.tanker-table{min-width:687px}.invoice-table{min-width:1380px}.res-menu-icon svg{display:block}.res-close-btn{display:flex!important;height:20px;margin-left:auto!important;margin-top:20px!important;padding:0!important;width:20px}.res-close-btn img{height:16px;object-fit:cover;width:16px}.select-modal-box{max-width:95%!important}.modal-select-img-box{justify-content:center}.select-modal-img-box{padding:25px}.res-profile-content{margin-top:83px!important;min-height:calc(100vh - 83px)!important}.select-card-main{padding:30px}.dashboard-text p,.title-main .select-page-title{font-size:20px;line-height:27px}.mb-41{margin-bottom:20px}.select-img-box{justify-content:center}.compny-img{padding:18.5px}.compny-img-inner{height:128px;width:158px}.mini-card{flex-basis:50%;max-width:50%;width:50%}.mini-card-img{align-items:center;background-color:#fccaf2;border-radius:4px;display:flex;height:33px;justify-content:center;margin-right:15px;width:33px}.card-right-content .card-total{font-size:10px;line-height:13px;margin-bottom:0}.card-right-content .card-price{font-size:14px;line-height:20px}.mini-card-img img{height:16px;width:16px}.mini-card:nth-child(2n-2){margin-right:0}.chart-header .chart-title{font-size:13px;line-height:19px}.main-header{padding-left:15px}.admin-panel-content{padding:20px 15px}.filter-close-btn img{height:28px;width:23px}}.box-login-text1{font-family:inter-regular;line-height:15px;margin:20px 170px -10px 0}.bluebox-text1,.form-label{color:#122b45}.form-label{font-family:inter-regular}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background-color:#114a65;min-width:87px}.border-btn-main .border-btn,.border-btn-main .border-btn:hover{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:none;color:red;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:6px 14px 5px;text-transform:capitalize}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background:#eaac35;color:#fff;height:36px;min-width:100px}.border-btn-main .border-btn{background:#eaac35;border:1px solid #d1d5db;border-radius:4px;color:#fff;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:6px 14px 5px;text-transform:capitalize}.user-save-icon{margin-right:8px;object-fit:contain}.form-control{background-color:#fff}.save-user-btn img{margin-right:5px}.circular-loading-cms{align-items:center;display:flex;justify-content:center}.custom-radio-group{border-radius:8px;padding:5px}.custom-radio-label{margin:5px}.custom-radio-input{color:blue}.custom-radio-input:checked{color:green}.addfam{margin-top:20px}.remove-btn{margin-top:22px}.add-sahay-year .MuiInputBase-root .MuiOutlinedInput-input{height:10px}.common-button .add-shaya-year-btn{margin-top:-3px}.sahay-table .table-design-main tr td{padding:5px 22px!important}.sahay-table .adjust-list-table tr td{padding:8px 22px!important}.bottom-user-right input{color:#333;font-family:inter-medium;font-size:12px;line-height:15px;padding:10px}.head-content{display:flex;flex-direction:column;overflow:auto;width:100%}.user-logo{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 10px 10px #00000029;display:flex;height:183px;justify-content:center;margin:30px auto auto;width:193px}.user-logo img{height:150px;object-fit:contain;width:175px}.apply-sahay-main{align-items:flex-start;display:flex;justify-content:flex-start}.user-right{background:#edeff1 0 0 no-repeat padding-box;flex:1 1}.user-sidebar-main{background-image:linear-gradient(180deg,#122b4500,#122b45),url(/static/media/temple2.3a5bc9040e8a5892a3aa.jpg);background-position:100%;background-repeat:no-repeat;background-size:cover;flex:0 0 300px;height:calc(100vh - 72px);max-width:300px;width:300px}.user-Header{background-color:#122b45;padding:18px 40px}.user-Header .apply-txt{color:#fff;font-family:inter-bold;font-size:20px;line-height:24px}.user-apply-content{padding:30px 40px 40px}.user-basic .head-apply{color:#122b45;font-family:inter-bold;font-size:14px;line-height:17px;padding-bottom:15px;text-transform:capitalize}.basic-input{background:#fff 0 0 no-repeat padding-box;border:1px solid #d4d9e1;border-radius:4px}.input-width{max-height:40px;width:100%}.al-form-groups{align-items:center;display:flex;justify-content:flex-start}.al-form-groups .basic-input:before{display:none}.al-form-groups .basic-input input{padding:6.38px 10px}.al-form-groups .css-q0jhri-MuiInputBase-root-MuiInput-root:after{display:none}.al-form-groups .in-label{color:#333;font-family:inter-medium;font-size:12px;line-height:16px;padding-bottom:6px}.lable-input-grp .main-select,.lable-input-grp .main-select .MuiInputBase-formControl{background:#fff 0 0 no-repeat padding-box;border-radius:4px;min-height:30px}.lable-input-grp:nth-child(3n-3){margin-right:0}.select-drop .MuiSelect-select{color:#333;font-family:inter-medium;font-size:13px;padding:0 15px}.select-drop:hover fieldset{border-color:#d4d9e1!important}.select-drop fieldset{border:1px solid #d4d9e1}.select-drop svg path{fill:#0072d5}.select-drop em{color:#333;font-family:inter-medium;font-size:12px;font-style:normal;line-height:15px}.main-in-row:first-child{padding:0}.main-in-row{padding-top:20px}.family-detail{align-items:flex-start;flex-direction:column}.fam-inputs .lable-input-grp{margin-bottom:15px}.fam-in-grp{margin:15px 0}.row-bank{padding:0}.bank-in-grp{margin:0}.toggle-switch-main button.Mui-selected,.toggle-switch-main button.Mui-selected:hover{background-color:#1976d2;color:#fff}.toggle-switch-main button,.toggle-switch-main button:hover{background-color:#cbd2db;border-color:#cbd2db;color:#fff;height:30px;width:59px}.toggle-switch-main button:first-child{border-radius:4px 0 0 4px}.toggle-switch-main button:last-child{border-radius:0 4px 4px 0}.select-file{align-items:center;background-color:#fff;border:1px solid #d4d9e1;border-radius:4px;color:#333;display:flex;font-family:inter-medium;font-size:12px;justify-content:center;line-height:15px;padding:6.5px 0;text-transform:capitalize;width:100%}.ori-input{cursor:pointer;height:30px;opacity:0;position:absolute;width:100%;z-index:1}.select-position{position:relative}.select-view{align-items:flex-end;display:flex}.select-view img{border:1px solid #d4d9e1;border-radius:4px;height:61px;margin-right:15px;object-fit:cover;width:61px}.select-remove{background:#ffc7c7 0 0 no-repeat padding-box;border:1px solid #ffa4a4;color:#333;padding:10px 27px;width:100px}.apply-now button,.select-remove{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:inter-medium;font-size:12px;justify-content:center;line-height:15px}.apply-now button{background:#fff0 0 0 no-repeat padding-box;background-color:#eaac35;border:1px solid #eaac35}.apply-now button,.disable-now button{box-shadow:none;color:#fff;max-width:300px;padding:12.5px 0;width:100%}.disable-now button{align-items:center;background:#fff0 0 0 no-repeat padding-box;background-color:#eaac3566;border:1px solid #eaac3566;border-radius:4px;cursor:pointer;display:flex;font-family:inter-medium;font-size:12px;justify-content:center;line-height:15px}.user-admin-panel-content{padding:40px}.apply-sahay{position:absolute;right:40px;top:15px}.apply-sahay .btn{background:#fff;border-radius:4px;color:#052c44;display:flex;font-family:inter-medium;font-size:12px;line-height:15px;padding:8px;text-decoration:none}.user-heading .head-apply{font-size:20px;line-height:25px;padding:0}.apply-sahay-btn svg{font-size:19px;margin-right:5px}.logout-user{color:red!important;padding:3px 17px 0!important}.remove-details-content,.remove-details-content:hover{margin-top:22px!important;min-width:-webkit-max-content!important;min-width:max-content!important;padding:2px 10px!important}.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled{-webkit-text-fill-color:#000!important;opacity:1}.sahay-multiple-input-main .multiple-autocomplet-control{height:calc(100vh - 570px);overflow:auto}.custom-lable-input-grp .sahay-multiple-input-main .multiple-autocomplet-control{height:100%}.sahay-multiple-input-main .fix{height:calc(100vh - 621px);overflow:auto;padding-right:10px;width:140px}.required{color:red}.otp-verification-input{border:1px solid #c6c6c6;border-radius:5px;font-size:20px;font-weight:500;height:60px!important;margin:0 10px;width:60px!important}.otp-verification-input-wrap{justify-content:center}.resend-otp-main{align-items:flex-end;display:flex;justify-content:flex-end}.resend-otp .resend-otp-btn{background:none;border:none;border-radius:4px;color:#000;cursor:pointer;font-family:inter-regular;font-size:14px;font-size:15px;letter-spacing:.5px;line-height:20px;min-height:30px;min-width:95px;text-transform:capitalize;transition:background-color .3s}.resend-otp .resend-otp-btn:hover{background:none}.input-design-div .form-multiple-dropdowns{width:100%}.input-design-div .form-multiple-dropdowns .select-multiple-dropdowns .MuiSelect-select{color:#122b45;font-family:inter-regular;font-size:14px;height:24.03px;line-height:28px;padding-right:30px!important}.select-menu-dropdowns span{display:block;max-width:180px;overflow:hidden;padding:0 10px 0 0;text-overflow:ellipsis;white-space:nowrap}.select-menu-dropdowns span.Mui-checked{color:#003d90}div#menu-sahayId .MuiMenu-list{height:300px}.circular-loading-user-master{align-items:center;display:flex;justify-content:center;margin-left:14px;margin-top:16px}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:inter-bold;src:url(/static/media/inter-bold.3e3cb905bf27a4c8c370.ttf)}@font-face{font-family:inter-medium;src:url(/static/media/inter-medium.18b8c68e64126db9ce88.ttf)}@font-face{font-family:inter-regular;src:url(/static/media/inter-regular.9cd7588f47651215d52f.ttf)}@font-face{font-family:inter-semibold;src:url(/static/media/inter-semibold.c6588ec1e3a1f399c5c0.ttf)}.d-flex,.res-menu-icon{display:flex}.align-items-center{align-items:center}.text-center{text-align:center}.flex-center{align-items:center;display:flex;justify-content:center}.flex-end{display:flex;justify-content:flex-end}.flex-start{display:flex;justify-content:flex-start}.mt-10{margin-top:10px}.mt-5{margin-top:5px}.mt-20{margin-top:20px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.ml-auto{margin-left:auto}.pt-10{padding-top:10px}.pt-20{padding-top:20px}.h-100{height:100%}.header-main{background:#003d90;padding:4px 15px}.position-relative{position:relative}.header-flex{align-items:center;display:flex;justify-content:space-between}.header-ul{color:#d4d9e1;display:flex}.header-ul li{font-family:inter-regular;font-size:14px;padding:0 10px;width:auto}.logo-img{height:38px;object-fit:cover;width:178px}.header-ul li a{color:#d4d9e1;text-decoration:none}.p-15{padding:15px}.title-header{align-items:center;display:flex}.title-header-flex{justify-content:space-between}.title-header-flex,.title-header-flex-button{align-items:center;display:flex;margin-bottom:10px;width:100%}.title-header-flex-button{justify-content:flex-end}.search{border-radius:4px!important;height:35px;line-height:31px;margin-right:10px!important;width:200px!important}.search input::placeholder{color:#919cac;opacity:1}.search input{padding:5px 14px!important}.dashboard-text p,.title-main .page-title{color:#003d90;font-family:inter-bold;font-size:19px;line-height:27px}.common-button button,.common-button button:hover{border-radius:4px;box-shadow:0 3px 4px #ccc4b3;font-family:inter-semibold;font-size:12px;letter-spacing:0;line-height:19px;margin-right:10px;padding:7px 13px 6px;text-transform:capitalize}.grey-button button,.grey-button button:hover{background:#fff;border:1px solid #eaac35;border-radius:4px;color:#eaac35}.blue-button button,.blue-button button:hover{background:#eaac35;border:0;border-radius:4px;color:#fff;padding:5.5px 8px}.blue-button-disable-now,.blue-button-disable-now:hover{background-color:#eaac3566;border:0;border-radius:4px;color:#fff;padding:5.5px 8px}.back-btn button{font-family:inter-medium;padding:10.5px 8px!important}.table-design-main tr td,.table-design-main tr th{border:none;color:#122b45;font-size:12px}.table-design-main tr th{font-family:inter-semibold;padding:4px 9px!important}.table-design-main tr td{border-bottom:0!important;font-family:inter-regular;padding:10px 9px 10px 15px!important}.table-design-main{border:0!important;box-shadow:none!important}.invoice-table tr td{background:#fff;display:table-cell;text-align:center}.input-design-div .password{margin-top:25px!important}.input-design-div .MuiFilledInput-underline:after,.input-design-div .MuiFilledInput-underline:before,.input-design-div .MuiFilledInput-underline:hover:before{border-bottom:0!important}.input-design-div .MuiFilledInput-underline,.input-design-div .MuiFilledInput-underline.Mui-focused,.input-design-div .MuiFilledInput-underline:hover{background:#fff;border:1px solid #dfe0e1;border-radius:4px;height:28px}.input-design-div .input-placeholder input::placeholder{color:#122b45;font-family:inter-regular;line-height:20px}.input-design-div.with-border input{box-sizing:border-box;height:30px;line-height:28px;padding:0 15px}.input-design-div.with-border input::placeholder{font-size:14px;line-height:18px}.input-design-div,.set-textarea-box-top .MuiInputBase-formControl{background-color:#fff;border:1px solid #ccc;border-radius:4px!important;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;font-family:inter-regular;font-size:14px}.set-textarea-box-top fieldset{border:none!important}.with-border .MuiFilledInput-underline{font-size:14px!important;height:30px!important;letter-spacing:0}.input-label{font-size:16px;padding-bottom:8px!important}.input-label,.input-label-number{color:#122b45;display:flex;font-family:inter-semibold;line-height:15px}.input-label-number{font-size:14px;margin-top:2px!important}.line{background:#ebebeb;height:1px}.save-btn button{min-width:110px}.table-container{box-shadow:none!important}.set-date .MuiStack-root{overflow:hidden;padding-top:0}.set-date-picker .MuiInputBase-colorPrimary{background:#fff;border:1px solid #0003!important;border-radius:4px;border-radius:5px;height:35px;width:100%}.set-date-picker fieldset{border-color:#0000!important}.set-date-picker input{color:#120d26;font-family:inter-regular!important;font-size:14px!important;height:28px;line-height:19px;padding:0 14px!important;text-align:left}.set-date-picker .MuiStack-root{padding-top:0!important}.input-design-div-people,.set-calendar-box .set-calendar-position,.set-date-picker .MuiStack-root{width:100%}.accestimeicon{fill:#757575!important}.accestimeicon-img{display:flex;position:absolute;right:8px;top:5px}.accestimeicon-img svg,.set-date-picker svg{height:19px}.pagination-design nav{display:flex}.pagination-design nav ul li .MuiPaginationItem-previousNext{color:#003d90}.pagination-design nav ul li button,.pagination-design nav ul li button:hover{background:#0000;color:#99a4b5;font-family:inter-medium;height:auto;margin:0;min-width:auto}.pagination-design nav ul li button.Mui-selected,.pagination-design nav ul li button.Mui-selected:hover{background:#0000;color:#003d90}.pagination-design{align-items:center;margin-top:15px}.filter-btn button,.filter-btn button:hover{background:#003d90;border:1px solid #003d90;height:34px;max-width:34px;min-width:34px}.main-login{background-image:url(/static/media/temple.be6dff295b9c1293bac4.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.rightbox{background:#042443c4;border-radius:0 0 0 100px;margin-left:auto;max-width:50%}.rightbox,.white-login-main{align-items:center;display:flex;height:100vh;justify-content:center;position:relative}.logo-set{left:0;padding:30px 0 0 30px;position:absolute;top:0}.logo-set img{height:81px;object-fit:contain;width:383px}.logo-set2 img{object-fit:contain;width:120px}.box-text p{color:#fff;font-family:inter-bold;font-size:32px;line-height:39px}.box-login-text p{color:#fff;font-family:inter-regular;font-size:16px;line-height:20px;margin:15px 0 40px}.main-box{flex:0 0 300px;max-width:300px!important;width:300px}.login-btn-main{margin:30px 0 20px}.login-btn button{font-family:inter-semibold;width:100%}.orange-btn .buttons,.orange-btn .buttons:hover,.orange-btn button,.orange-btn button:hover{background:#eaac35;border-radius:4px;box-shadow:none;box-shadow:0 3px 4px #ccc4b3;color:#fff;font-family:inter-regular;font-size:16px;letter-spacing:.5px;line-height:20px;min-height:36px;min-width:300px;text-decoration:none!important;text-transform:capitalize}.forgot p{margin:0!important;text-align:right!important}.input-design-div .MuiInputBase-input{background-color:#fff;border-radius:4px;color:#122b45;font-size:14px;padding:3px 10px!important;padding-right:30px}.dashboard-text p{color:#003d90;display:flex;font-family:inter-bold;font-size:16px;line-height:20px}.main-box-dash{background:#f0f3f8;border-radius:8px;margin:10px 7.5px 15px;max-width:18.81%;min-height:73px;padding:14px 20px;width:20%}.text-main p{color:#000;font-family:inter-medium;font-size:14px;line-height:17px;margin-bottom:5px}.number-text p{color:#122b45;font-family:inter-bold;font-size:16px;line-height:20px}.logo-dash img{height:30px;object-fit:contain;width:30px}.dash-text{margin-left:20px!important}.dash-text-box-set{align-items:center;display:flex}.set-dash-main{display:flex;flex-wrap:wrap;margin-left:-7.5px;margin-right:-7.5px;width:calc(100% + 15px)}.forgot a{text-decoration:none}.barge-list-main-box{background:#f0f3f8;border-radius:8px;max-width:100%;min-height:104px}.barge-set-dash-main{display:flex;flex-wrap:wrap;margin-left:-6.5px;margin-right:-6.5px}.brge-icon .brge-icon-set{height:59px;width:66px}.set-progress{margin:3px 0 1px}.set-progress span{height:4px!important;width:66px!important}.set-progress .MuiLinearProgress-bar{background-color:#0d70d9!important}.brge-number .text{color:#122b45;font-family:inter-medium;font-size:8px;line-height:10px}.brge-img-set{border-right:1px solid #dfe0e1;padding:12px 15px 10px;width:30%}.barge-set-text-box{padding:8px 8px 10px 15px;text-align:left;width:100%}.main-barge-box{display:flex}.set-scheduled .text{color:#fff;font-family:inter-regular;font-size:8px;line-height:10px;padding:1px 6px}.set-scheduled{border-radius:30px;height:12px;margin-left:auto;max-width:-webkit-max-content;max-width:max-content;width:100%}.set-scheduled-text .text-name{color:#8d98ab;font-family:inter-regular;font-size:10px;line-height:12px}.set-scheduled-text .text-span{color:#122b45;font-family:inter-medium;font-size:10px;line-height:12px}.pt-5{padding-top:5px!important}.set-scheduled-back{background:#51c6e5}.set-available-back{background-color:#05e39c}.main-bargebox{display:flex;width:100%}.todaytrip-list-main-box{background:#f0f3f8;border-radius:8px;max-width:100%;min-height:104px}.dashboard-item,.dashboard-row-main .dashboard-item{background:#0000;box-shadow:none!important;padding:0!important;text-align:center!important}.background-ed{background:#fff;border-radius:10px}.today-trip-text{padding-top:12px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.today-set-progress.set-progress .MuiLinearProgress-bar{background-color:#e8b153!important}.admin-input-design{width:100%}.profile-set{color:#d4d9e1;font-family:inter-regular;font-size:14px;padding:0 10px;text-transform:capitalize;width:auto}.flex-drop-main{align-items:center;display:flex}.admin-header-profile-icon{border-radius:50%;height:26px;object-fit:cover;width:26px}.arrow-profile-icon{height:5px;object-fit:cover;width:5px}.admin-header-profile-ul a li{color:#122b45;font-family:inter-regular;font-size:14px;line-height:17px}.admin-header-profile-ul a{text-decoration:none!important}.logout-profile{color:#f5125f!important;font-size:14px!important}.admin-profile-box .MuiPaper-rounded{border-radius:10px!important;box-shadow:0 3px 6px #0000000d!important;left:0!important;right:32px!important;top:50px!important}.admin-header-right{align-items:center;display:flex;justify-content:flex-end}.filter-header{background:#edeff1;padding:15px 20px}.filter-main .MuiPaper-elevation{min-width:350px}.filter-header-inner .filter-title{color:#003d90;font-family:inter-bold;font-size:16px;line-height:20px}.filter-footer{border:1px solid #edeff1;height:50px;padding:10px 20px}.filter-inner-main{height:calc(100vh - 100px);overflow:auto;padding:20px}.filter-header-inner{justify-content:space-between}.outline-button button,.outline-button button:hover{background:#0000;border:1px solid #eaac35;border-radius:4px;color:#eaac35}.profile-content{height:100%;min-height:calc(100vh - 120px)}.card-main{background:#f0f3f8;border-radius:10px;box-shadow:0 3px 30px #0000000d;padding:30px}.profile-img{margin:auto auto 15px}.profile-card-main{max-width:710px}.profile-img{border-radius:50%;display:flex;height:80px;margin-bottom:15px;object-fit:cover;width:80px}.change-input-label{color:#122b45;display:flex;font-family:inter-medium;font-size:14px;line-height:15px;padding-bottom:6px!important}.set-textarea-box{height:47px}.set-textarea-box:focus{outline:none}.change-profile{display:flex;justify-content:center;position:relative}input.change-profile-input{background:red;cursor:pointer;height:28px;left:0;opacity:0;position:absolute;right:0;top:1px}.change-password-set{margin-bottom:20px}.change-password-main{min-width:370px}.change-space{margin-bottom:15px}.supply-table tr td:first-child,.supply-table tr th:first-child{width:6%}.supply-table tr td:nth-child(2),.supply-table tr td:nth-child(3),.supply-table tr th:nth-child(2),.supply-table tr th:nth-child(3){width:10%}.supply-table tr td:nth-child(4),.supply-table tr th:nth-child(4){width:5%}.supply-table tr td:nth-child(5),.supply-table tr th:nth-child(5){width:11%}.supply-table tr td:nth-child(6),.supply-table tr th:nth-child(6){width:6%}.supply-table tr td:nth-child(7),.supply-table tr th:nth-child(7){width:8%}.supply-table tr td:nth-child(8),.supply-table tr td:nth-child(9),.supply-table tr th:nth-child(8),.supply-table tr th:nth-child(9){width:5%}.supply-table tr td:nth-child(10),.supply-table tr th:nth-child(10){width:4%}.supply-table tr td:nth-child(11),.supply-table tr th:nth-child(11){width:7%}.supply-table tr td:nth-child(12),.supply-table tr th:nth-child(12){width:10%}.supply-table tr td:nth-child(13),.supply-table tr th:nth-child(13){width:18%}.supply-table tr td:nth-child(14),.supply-table tr th:nth-child(14){width:10%}.tanker-table tr td:first-child,.tanker-table tr th:first-child{width:12%}.tanker-table tr td:nth-child(2),.tanker-table tr th:nth-child(2){width:20%}.tanker-table tr td:nth-child(3),.tanker-table tr th:nth-child(3){width:12%}.tanker-table tr td:nth-child(4),.tanker-table tr th:nth-child(4){width:14%}.tanker-table tr td:nth-child(5),.tanker-table tr th:nth-child(5){width:18%}.tanker-table tr td:nth-child(6),.tanker-table tr th:nth-child(6){width:17%}.tanker-table tr td:nth-child(7),.tanker-table tr th:nth-child(7){width:20%}.change-password-btn button{margin-left:0!important;margin-top:5px}.res-menu{display:none}.res-menu-icon svg{fill:#fff;display:none;height:20px;width:20px}.res-close-btn{display:none!important}.header-flex-main{left:0;position:fixed;right:0;top:0;z-index:999}.set-filter-main{padding-top:60px}.background-hight{height:100%}.header-ul-main-open{left:-250px!important}.menu-set-main .MuiMenu-paper{width:160px}.menu-set-main ul{padding-bottom:9px!important}.no-text-decoration{text-decoration:none}.margin-left-5{margin-left:5px!important}.span-text{color:#d1d5db;margin-left:3px}.modal .modal-title{color:#111827;font-family:Poppins-Medium;font-size:20px;line-height:30px}.modal-user-btn-flex{display:flex;justify-content:flex-end;padding-top:3px}.modal .add-user-modal-inner-main{border:1px solid #707070;border-radius:10px;max-width:500px;padding:24px 24px 30px;width:100%}.modal-input-box{margin-bottom:24px}.modal-input-box .form-group .form-control input{padding:5.5px 15px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.user-circle-img{display:flex;height:52px;margin:auto;object-fit:contain;width:52px}.modal-delete .delete-modal-inner-main{border:1px solid #707070;border-radius:10px;box-shadow:0 4px 8px 0 #fff,0 6px 20px 0 #00000030;max-height:600px;max-width:700px;overflow:scroll;padding:40px 24px;width:100%}.schedule-modal-par .schedule-modal{overflow:visible;overflow:initial}.modal-delete .approve-amount-model,.schedule-modal-par .schedule-modal{border:1px solid #707070;border-radius:10px;max-height:390px;max-width:480px;padding:10px 24px 40px;width:100%}.modal-delete .approve-amount-model{overflow:auto}.delete-modal-inner-main .delete-modal-title{color:#111827;font-family:inter-medium;font-size:28px;line-height:42px;margin:20px 0 16px;text-align:center}.delete-modal-inner-main .delete-modal-para{color:grey;font-family:poppins-regular;margin:auto;max-width:304px;text-align:center;width:100%}.delete-modal-btn-flex{display:flex;justify-content:center;margin-top:26px}.delete-modal-btn-flex .modal-btn{border:1px solid #d1d5db;border-radius:4px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn{background:#fff;border:1px solid #eaac35;border-radius:10px;color:#eaac35;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background:#eaac35;border-radius:10px;color:#fff}.MuiBackdrop-root-MuiModal-backdrop{background-color:#11182799}.incre-btn-main .inc-dic-btn,.incre-btn-main .inc-dic-btn:hover{background-color:#003d90;border-radius:5px;color:#fff;font-size:17px;height:34px;line-height:23px;margin-top:15px;min-width:34px;padding-bottom:8px}.incre-btn-main .inc-dic-btn:first-child{margin-right:15px}.incre-btn-main .Mui-disabled{color:#c5c1c1!important}.Mui-error{margin-left:0!important}.action-menu-icon{font-size:20px!important}.action-text{color:#122b45!important;font-family:inter-regular!important;font-size:13px!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-datepicker .MuiOutlinedInput-input{border:0!important}.filter-date-overflow>.MuiStack-root{overflow:hidden}.pdf-design.MuiBox-root.css-0{background:#003d90;border-radius:5px;color:#d8d8dd;font-family:inter-medium;font-size:14px;padding:8px;text-align:center}.pdf-upload-design{bottom:0;left:0;opacity:0;position:absolute!important;right:0;top:0}.filter-close-btn img,.modal-close-button{height:23px;width:23px}.select-compny-cad-main{max-width:1118px!important;width:100%}.select-card-main{background:#fff;border:1px solid #e2e2e2;border-radius:15px;box-shadow:0 3px 30px #0000000d;padding:50px}.title-main .select-page-title{color:#000;font-family:inter-bold;font-size:30px;line-height:36px;text-align:center}.compny-img{background:#fff;border:2px solid #d9d9d9;border-radius:15px;cursor:pointer;padding:20.5px}.compny-img-inner{border-radius:10px;height:158px;width:196px}.set-select-img{text-align:center}.select-compny-text{color:#122b45;font-family:inter-semibold;font-size:16px;line-height:20px;text-align:center}.select-text-set{margin-top:20px}.select-img-box{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.select-img-main{margin:9px;width:241px}.mb-41{margin-bottom:41px}.select-check-box{justify-content:center;margin-top:15px;text-align:center}.select-check-box svg{height:30px;width:30px}.select-check-box .MuiCheckbox-colorPrimary{padding-top:16px 0 0!important}.select-modal-box{border:1px solid #707070!important;border-radius:20px!important;cursor:pointer;max-width:551px!important;outline:none;padding:0!important;width:100%!important}.select-modal-header{align-items:center;background:#003d90;border-radius:19px 19px 0 0;display:flex;justify-content:space-between;padding:15px 20px}.select-modal-header-text{color:#fff;font-family:inter-semibold;font-size:18px;line-height:20px}.select-modal-img-box{padding:40px 50px}.select-text-set-modal{margin-top:9px}.modal-compny-img-inner{border-radius:10px;height:101px;width:94px}.modal-compny-img{background:#fff;border:2px solid #d9d9d9;border-radius:15px;padding:13px 14px}.modal-select-img-box{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.select-img-main-modal{margin:14px;width:155px}.modal-set-select-img{border:1px solid #d2d2d2;border-radius:10px;text-align:center}.modal-select-compny-text{color:#122b45;font-family:inter-semibold;font-size:15px;line-height:19px;text-align:center}.set-modal-close-icon{height:30px;width:30px}.modal-close-img{height:16px;width:16px}.modal-close-icon-small{height:20px;width:20px}.modal-icon-btn{margin-top:11px!important}.res-btn-close{min-width:auto!important;padding:0!important}.modal-compny-img .active{border:1px solid #1f65db}.select-img-main-modal.active .modal-compny-img{border:2px solid #1f65db}.select-img-main-modal.active .modal-icon-btn .modal-close-icon-small-grey{display:none}.select-img-main-modal .modal-icon-btn .modal-close-icon-small-grey,.select-img-main-modal.active .modal-icon-btn .modal-close-icon-small-blue{display:flex;margin:auto}.select-img-main-modal .modal-icon-btn .modal-close-icon-small-blue{display:none}.select-img-main.active .compny-img{border:2px solid #1f65db}.select-img-main.active .select-check-box .modal-close-icon-small-blue{display:block;margin:auto}.select-img-main.active .select-check-box .modal-close-icon-small-grey{display:none}.select-img-main .select-check-box .modal-close-icon-small-grey{display:block;margin:auto}.select-img-main .select-check-box .modal-close-icon-small-blue{display:none}.barge-dashboard-box{background-color:#fff;border:1px solid #dfe0e1;border-radius:10px;padding:20px}.barge-common-box{background-color:#f0f3f8;border-radius:10px;padding:20px}.filter-date-overflow .MuiStack-root{width:100%}.barge-dashboard-page{margin-bottom:30px;margin-top:30px}.one-line-table tr td,.one-line-table tr th{white-space:nowrap}.table-design-main tr td:last-child button.MuiIconButton-sizeMedium{padding:3.5px}.input-design-div .MuiInputBase-fullWidth{border-radius:4px;height:30px;line-height:25px}.input-design-div .set-date-picker .MuiInputBase-input{background:#0000}.white-login-box.MuiBox-root.css-0{background:#fff;border-radius:15px;padding:50px}.bluebox-text p{color:#122b45}.login-input-design-div .MuiFilledInput-underline,.login-input-design-div .MuiFilledInput-underline.Mui-focused,.login-input-design-div .MuiFilledInput-underline:hover{border:1px solid #d4d9e1;height:36px}.logo-set2{margin-bottom:10px}.profile-image-center{text-align:center}.input-design-div-set-back .MuiInputBase-input{background-color:initial!important}.change-password-icon .admin-input-design .MuiInputAdornment-filled button svg{height:36px;width:18px}.change-password-icon .MuiInputBase-input{font-size:14px!important}.change-password-text{margin-bottom:20px}.input-design-div .password-set{margin-bottom:20px!important;margin-top:0!important}.input-design-div .label-set,.input-design-div .password-set-box{margin-top:0!important}.input-label-new{background:#f0f3f8!important}body .MuiPopover-paper{border:1px solid #e1dddd;border-radius:8px;box-shadow:none!important}::-webkit-scrollbar{border-radius:10px;height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.table-design-main tr th{background:#a6ccff;padding:15px!important;white-space:nowrap}.table-design-main .user-sahay-thead .user-sahay-tr{background:#a6ccff!important;white-space:nowrap!important}.dashboard-containt-main{background:#f0f3f8!important;padding:60px 30px 0}.table-design-main{border-collapse:initial!important;border-radius:0!important;border-spacing:0 0 4px!important}.barge-common-box-table{background-color:#f0f3f8;border-radius:10px;padding:0!important}.table-design-main tr td:last-child{border-radius:0 10px 10px 0!important}.table-design-main tr td:first-child{border-radius:10px 0 0 10px!important}.table-design-main tr td{background:#fff;display:table-cell}.table-design-main tr td:first-child,.table-design-main tr th:first-child{border-radius:10px 0 0 10px}.table-design-main tr td:last-child,.table-design-main tr th:last-child{border-radius:0 10px 10px 0!important}.profile-inner .dashboard-item{background:#0000}.set-textarea-box{border:1px solid #ccc;border-radius:10px;padding:10px 16px;resize:none;width:100%}.set-profile-set{color:#122b45;display:flex;font-family:inter-bold;font-size:14px;line-height:20px;padding:0 8px;text-transform:capitalize}.set-admin-header-profile-icon{height:33px!important;width:33px!important}.set-profile-inner{color:#959595;font-family:inter-regular;font-size:8px;line-height:10px;padding:0 8px}.new-menu-set-main .MuiMenu-paper{border-radius:10px;box-shadow:0 3px 6px #0000000d;top:51px!important;width:200px}.pink-btn-menu{background:#ffb8d0!important;border-radius:6px!important;justify-content:center!important;margin:0 16px!important;text-align:center!important}.drop-header-btn-set{padding:0 0 6px!important}.menu-set-main ul{padding-bottom:16px!important;padding-top:9px!important}.menu-set-main .MuiMenu-paper{border-radius:10px;box-shadow:0 3px 6px #0000000d;top:63px!important;width:200px}.css-2hzjrb-MuiInputBase-input-MuiFilledInput-input.Mui-disabled{-webkit-text-fill-color:#000!important;opacity:1}.table-design-main tr td:first-child{padding-left:20px!important;white-space:nowrap}.input-design-div fieldset{border:0}.invoice-table tr td{white-space:nowrap}.paiddot{background:green}.paiddot,.unpaiddot{border-radius:50%;display:inline-block;height:8px;margin-right:10px;width:8px}.unpaiddot{background:red}.MuiPopover-root .MuiPaper-root .MuiList-root li.Mui-selected{background:#a6ccff}.input-design-div .MuiOutlinedInput-root:hover fieldset{border-color:#ccc;border-width:1px}.MuiOutlinedInput-root .MuiSelect-select .multiselect-item{background:#c9e0ff;border-radius:3px;color:#003d90;display:inline-flex;font-family:poppins-semibold;font-size:10px;line-height:2;padding:0 8px}.invoice_number{display:flex;justify-content:space-between}.invoice_number_align{font-size:16px!important;margin-left:10px!important}.party_btn{display:flex!important;justify-content:start;margin-right:"-20px"}.admin-page-title{color:#003d90;font-family:inter-bold;font-size:19px;line-height:20px}.sidebar-logo-back{background-color:#fff;display:flex;height:auto;margin:auto;width:151px}.error-text{color:#eb3030;font-family:inter-medium;font-size:12px;line-height:16px;margin:5px 0 0}.sahay-image{align-items:flex-start;display:flex;justify-content:flex-start;text-align:left}.muiico-edit{color:#eaac35!important;height:.8em!important}.muiico-delete{color:#d91d1d!important;height:.8em!important}.muicheckbox-delete .MuiSvgIcon-root{height:18px;width:18px}.icon-cell{display:flex}.muiico-view{color:#003d90;height:.8em!important}.icon-cell{display:flex!important}.select-view-document-name{align-items:center;display:flex;flex-wrap:wrap;margin-top:23px;width:100%}.remove-margin-upload{margin-top:0}.multiple-doc{margin-bottom:30px}.document-name{align-items:center;background:#fff;border-radius:5px;display:flex;margin:0 15px 5px 0;padding:2px 7px}.document-type-title{background:#0000}.document-name p{font-family:inter-regular;font-size:12px;line-height:20px}.document-name button{padding:0}.document-name button svg{font-size:17px;padding-left:6px}.muiico-cancel{color:#000!important;font-weight:700!important;height:.8em!important;text-align:center}.tablecell{height:25px!important;width:20%}.document-view-main .document-view-btn{background:#eaac35;border:0;border-radius:4px;color:#fff;font-family:inter-medium;font-size:12px;margin-left:10px;padding:10.5px 8px}.document-view-main .document-view-btn,.document-view-main .document-view-btn:hover{background:#eaac35}.table-data-not-found{color:gray;font-size:14px!important;font-weight:500!important;text-align:center}.loading-spinner{align-items:center!important;height:calc(100vh - 122px)}.circular-loading,.loading-spinner{display:flex;justify-content:center}.circular-loading{align-items:center;margin-left:450px;margin-top:200px}.sahay-type-container{max-width:calc(100vw - 60px)}.sahay-type-container .sahay-type-table{min-width:500px}.sahay-type-table tr td:first-child,.sahay-type-table tr td:nth-child(2),.sahay-type-table tr td:nth-child(3),.sahay-type-table tr th:first-child,.sahay-type-table tr th:nth-child(2),.sahay-type-table tr th:nth-child(3){width:33.33%}.sub-type-list-container{max-width:calc(100vw - 60px)}.sub-type-list-container .sub-type-list-table{min-width:900px}.sub-type-list-table tr td:first-child,.sub-type-list-table tr td:nth-child(2),.sub-type-list-table tr th:first-child,.sub-type-list-table tr th:nth-child(2){width:25%}.sub-type-list-table tr td:nth-child(3),.sub-type-list-table tr th:nth-child(3){width:20%}.sub-type-list-table tr td:nth-child(4),.sub-type-list-table tr th:nth-child(4){width:15%}.sahay-application-container{max-width:calc(100vw - 60px)}.sahay-application-container .sahay-appli-table{min-width:900px}.sahay-appli-table tr th:first-child{background-color:#a6ccff;left:-1px;position:-webkit-sticky;position:sticky;top:0;width:15%;z-index:101}.sahay-appli-table tr td:first-child{background-color:#fff;left:-1px;position:-webkit-sticky;position:sticky;width:15%;z-index:100}.sahay-appli-table tr td:nth-child(2),.sahay-appli-table tr th:nth-child(2){min-width:97px;text-align:center}.sahay-appli-table tr td:nth-child(3),.sahay-appli-table tr th:nth-child(3){width:10%}.sahay-appli-table tr td:nth-child(4),.sahay-appli-table tr td:nth-child(5),.sahay-appli-table tr td:nth-child(6),.sahay-appli-table tr td:nth-child(7),.sahay-appli-table tr th:nth-child(4),.sahay-appli-table tr th:nth-child(5),.sahay-appli-table tr th:nth-child(6),.sahay-appli-table tr th:nth-child(7){width:15%}.new-member-table.table-design-main{min-width:1140px}.bank-table-container{max-width:calc(100vw - 60px)}.bank-table-container .bank-table{min-width:1200px}.bank-table tr td:first-child,.bank-table tr th:first-child{width:13%}.bank-table tr td:nth-child(2),.bank-table tr td:nth-child(3),.bank-table tr td:nth-child(4),.bank-table tr td:nth-child(5),.bank-table tr td:nth-child(6),.bank-table tr th:nth-child(2),.bank-table tr th:nth-child(3),.bank-table tr th:nth-child(4),.bank-table tr th:nth-child(5),.bank-table tr th:nth-child(6){width:15%}.year-container{max-width:calc(100vw - 60px)}.year-container .year-table{min-width:510px}.year-table tr td:first-child,.year-table tr td:nth-child(2),.year-table tr th:first-child,.year-table tr th:nth-child(2){width:15%}.year-table tr td:nth-child(3),.year-table tr th:nth-child(3){width:25%}.year-table tr td:nth-child(4),.year-table tr th:nth-child(4){width:15%}.user-master-container{max-width:calc(100vw - 60px)}.user-master-container .user-master-table{min-width:1000px}.user-master-table tr td:first-child,.user-master-table tr td:nth-child(2),.user-master-table tr td:nth-child(3),.user-master-table tr td:nth-child(4),.user-master-table tr th:first-child,.user-master-table tr th:nth-child(2),.user-master-table tr th:nth-child(3),.user-master-table tr th:nth-child(4){width:10%}.user-master-table tr td:nth-child(6),.user-master-table tr th:nth-child(6){width:14%}.user-master-table tr td:nth-child(7),.user-master-table tr th:nth-child(7){width:15%}.user-master-table-inner tr td,.user-master-table-inner tr th{border-bottom:0}.family-report-table .table-view-more-btn{color:#122b45;font-family:poppins-semibold;font-size:12px;position:absolute;right:12px;text-transform:capitalize;top:20px}.user-master-container .family-wise-table-inner{min-width:-webkit-max-content;min-width:max-content}.family-report-table tr td table td:first-child,.family-report-table tr td table td:nth-child(10),.family-report-table tr td table td:nth-child(11),.family-report-table tr td table td:nth-child(12),.family-report-table tr td table td:nth-child(13),.family-report-table tr td table td:nth-child(14),.family-report-table tr td table td:nth-child(15),.family-report-table tr td table td:nth-child(16),.family-report-table tr td table td:nth-child(17),.family-report-table tr td table td:nth-child(18),.family-report-table tr td table td:nth-child(19),.family-report-table tr td table td:nth-child(2),.family-report-table tr td table td:nth-child(20),.family-report-table tr td table td:nth-child(3),.family-report-table tr td table td:nth-child(4),.family-report-table tr td table td:nth-child(5),.family-report-table tr td table td:nth-child(6),.family-report-table tr td table td:nth-child(7),.family-report-table tr td table td:nth-child(8),.family-report-table tr td table td:nth-child(9),.family-report-table tr th table th:first-child,.family-report-table tr th table th:nth-child(10),.family-report-table tr th table th:nth-child(11),.family-report-table tr th table th:nth-child(12),.family-report-table tr th table th:nth-child(13),.family-report-table tr th table th:nth-child(14),.family-report-table tr th table th:nth-child(15),.family-report-table tr th table th:nth-child(16),.family-report-table tr th table th:nth-child(17),.family-report-table tr th table th:nth-child(18),.family-report-table tr th table th:nth-child(19),.family-report-table tr th table th:nth-child(2),.family-report-table tr th table th:nth-child(20),.family-report-table tr th table th:nth-child(3),.family-report-table tr th table th:nth-child(4),.family-report-table tr th table th:nth-child(5),.family-report-table tr th table th:nth-child(6),.family-report-table tr th table th:nth-child(7),.family-report-table tr th table th:nth-child(8),.family-report-table tr th table th:nth-child(9){width:155px}.family-report-table tr td table td,.family-report-table tr th table th{text-align:center}.new-member-top-spacing{margin-top:45px!important}.new-member-top-spacing-family{margin-top:10px!important}.custom-space-details{margin-top:23px}.export-btn-main .fil_Button,.export-btn-main .fil_Button:hover{background:#0000;border:2px solid #2c5bdf;color:#2c5bdf;font-family:Poppins-Regular;font-size:14px;padding:6px 20px;text-transform:capitalize}.export-btn-main .fil_Button_sample,.export-btn-main .fil_Button_sample:hover{background:#0000;border:2px solid #2c5bdf;color:#2c5bdf;font-family:Poppins-Regular;font-size:14px;padding:6px 10px;text-transform:capitalize}.ml-export{margin-left:10px}.plus-add{height:17px!important;margin-right:5px;width:17px!important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#122b45;border-radius:0!important;-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.password-border-list.input-design-div .MuiFilledInput-underline,.password-border-list.input-design-div .MuiFilledInput-underline.Mui-focused,.password-border-list.input-design-div .MuiFilledInput-underline:hover{border-color:#ccc}.password-border-list.input-design-div.with-border input{border-radius:4px 0 0 4px!important;-webkit-border-radius:4px 0 0 4px!important;-moz-border-radius:4px 0 0 4px!important;-ms-border-radius:4px 0 0 4px!important;-o-border-radius:4px 0 0 4px!important;border-right:0}.text-end-details{display:flex;justify-content:end}.user-profile-details{margin:auto;max-width:-webkit-max-content;max-width:max-content;position:relative}.user-edit-btn-details button,.user-edit-btn-details button:hover{background:#eaac35!important;border-radius:50%!important;-webkit-border-radius:50%!important;-moz-border-radius:50%!important;-ms-border-radius:50%!important;-o-border-radius:50%!important;height:22px!important;max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-max-content!important;min-width:max-content!important;padding:4px!important;width:22px!important}.user-edit-btn-details{bottom:15px;position:absolute;right:4px}.edit-profile-user{height:12px;width:12px}.status-deatils{color:#ffa800;font-family:inter-regular;font-size:12px;line-height:15px}.pending-status{color:#ffa800}.approved-status{color:#188921}.reject-status{color:red}img.approve{height:22px;width:22px}img.approve-disable{opacity:.5}.approved-btn .approve-btn-list{min-width:-webkit-max-content;min-width:max-content;padding:0 5px}.approved-btn{max-width:-webkit-max-content;max-width:max-content}img.reject{height:20px;width:20px}.reject-btn .reject-btn-list{min-width:-webkit-max-content;min-width:max-content;padding:0 5px}.reject-btn{max-width:-webkit-max-content;max-width:max-content}.flex-content-sahay{align-items:center;display:flex}.max-content-ellipsis .MuiSelect-select{max-width:140px!important}.max-content-ellipsis .MuiInputBase-fullWidth{height:30px}.desk-hidden-show,.mobile-menu-hidden{display:block}.admin-border-radius{border-radius:10px}.admin-border-radius .user-apply-content{padding:20px}.res-mobile-show{display:none}.mb-0px-sahay{margin-bottom:0!important}.mt-0px-sahay{margin-top:0!important}.admin-height-remove{max-height:none;overflow:visible;overflow:initial}.flex-start-admin{justify-content:start}.comman-btn-add-details,.comman-btn-add-details:hover{background:#0000;box-shadow:none!important;margin-bottom:10px!important}.hover-tooltip-custom{background:#eaac35;border-radius:5px;bottom:-27px;display:none;left:-30px;padding:5px;position:absolute;right:0;right:-25px;text-align:center;z-index:9}.hover-tooltip-custom .title-tooltip{color:#fff;font-family:poppins-semibold;font-size:10px;line-height:12px}.mobile-menu-show-hover{position:relative}.mobile-menu-show-hover:hover .no-text-decoration+.hover-tooltip-custom{display:block}.user-flex-master{text-align:center}.date-picker-details-content .MuiStack-root{overflow:visible;overflow:initial;padding-top:0}.date-picker-details-content .date-picker-inner{background-color:#fff;border:1px solid #ccc;border-radius:4px!important;font-family:inter-regular}.date-picker-details-content .date-picker-inner input{padding:10px}.date-picker-details-content .date-picker-inner svg{display:flex;height:20px}.role-master-table .role-master-head tr th:first-child,.role-master-table .role-master-head tr th:nth-child(2),.role-master-table .role-master-tbody tr td:first-child,.role-master-table .role-master-tbody tr td:nth-child(2){width:15.33%}.role-master-table .role-master-head tr th:nth-child(3),.role-master-table .role-master-tbody tr td:nth-child(3){width:17.33%}.role-master-table .role-master-head tr th:nth-child(4),.role-master-table .role-master-tbody tr td:nth-child(4){width:15.33%}.role-master-container{max-width:100vw}.role-master-container .role-master-table{min-width:580px}.mt-btn-spacing{margin-top:22px}.edit-drop-container .edit-drop-table{min-width:800px}.edit-drop-container{max-width:calc(100vw - 34px)}.mt-details-remove-pro{margin-top:18px}.user-profile-btn-main{display:flex}.approve-plus{height:17px;width:17px}.cursor-pointer{cursor:pointer;height:20px;vertical-align:sub;width:20px}.modal{z-index:999!important}.remark-textarea-details .MuiInputBase-formControl{align-items:start;display:flex;height:150px;padding:10px}.custom-set-area{height:75px}.btn-submit-area .blue-button{display:flex;justify-content:end;margin-top:20px}.set-textarea-box-top .textarea-details-user{border-radius:4px;height:150px!important}.admin-tabs-main .admin-tab{background-color:#a6ccff;border-radius:4px;color:#000;font-family:Poppins-SemiBold;font-size:13px;line-height:16px;margin-right:15px;min-height:22px;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .admin-tab:last-child{margin-right:0}.admin-tabs-main .admin-tab.Mui-selected{background:#0000 linear-gradient(180deg,#00a8ff,#003d90);border-radius:4px;color:#fff}.admin-tabs-main .MuiTabs-indicator{background-color:initial;height:0}.csv-button{float:right}.approve-plus-csv{cursor:pointer;height:50px;width:50px}.role-table-main .MuiTableCell-root{padding:0}.MuiMenu-list{max-height:300px}.flex-space-csv{align-items:center;display:flex;justify-content:space-between}.import-csv-btn label{cursor:pointer;display:flex}.import-csv-btn .csv-button,.import-csv-btn .csv-button:hover{background:#003d90;color:#fff;cursor:pointer;font-family:poppins-regular;font-size:14px;margin-right:10px;max-width:135px;padding:7px 20px;text-transform:capitalize}.import-csv-btn{cursor:pointer;width:100%}.user-apply-content .custom-loader{align-items:center;display:flex;height:10px;justify-content:center}.back-btn-box{display:flex}.main-box-heading{display:flex;justify-content:space-between}.loader-container{align-items:center;display:flex;height:100%;justify-content:center}.small-circular-progress{height:10px;width:10px}.sahay-multiple-main{margin-bottom:15px}.sahay-multiple-input-main .sahay-multiple-search{background-color:#fff;margin:0!important;width:100%!important}.multiple-download-btn .export-btn-main{margin:0}.multiple-download-btn{align-items:center;display:flex}.sahay-multiple-input-main .multiple-autocomplet-control input{padding:0}.sahay-multiple-input-main .multiple-autocomplet-control .MuiOutlinedInput-root{padding:0 10px}.sahay-multiple-input-main .multiple-autocomplet-control .MuiOutlinedInput-root input{padding:6px}.sahay-multiple-input-main .multiple-autocomplet-control .MuiFormLabel-root{top:-9px}.multiple-amount-text{color:#122b45;font-family:inter-medium;font-size:15px;line-height:19px;margin:15px 0}.table-list .table-container{background-color:initial;max-height:calc(100vh - 300px)}.multiple-total-text-main .multiple-total-text{color:#122b45;display:flex;font-family:poppins-light;font-size:15px;justify-content:flex-end;line-height:19px;margin:10px 0 15px}.multiple-total-text-main{border-bottom:1px solid #d4d9e1}.multiple-tablelist-table{min-width:1000px}.multiple-tablelist-table tr td:first-child,.multiple-tablelist-table tr th:first-child{width:10%}.multiple-tablelist-table tr td:nth-child(2),.multiple-tablelist-table tr td:nth-child(3),.multiple-tablelist-table tr th:nth-child(2),.multiple-tablelist-table tr th:nth-child(3){width:15%}.multiple-tablelist-table tr td:nth-child(4),.multiple-tablelist-table tr td:nth-child(5),.multiple-tablelist-table tr td:nth-child(6),.multiple-tablelist-table tr th:nth-child(4),.multiple-tablelist-table tr th:nth-child(5),.multiple-tablelist-table tr th:nth-child(6){width:10%}.app-report-row{margin:10px 0 0}.escreport-table tr td:first-child,.escreport-table tr th:first-child{width:10%}.escreport-table tr td:nth-child(2),.escreport-table tr th:nth-child(2){width:12%}.escreport-table tr td:nth-child(3),.escreport-table tr td:nth-child(4),.escreport-table tr td:nth-child(5),.escreport-table tr td:nth-child(6),.escreport-table tr td:nth-child(7),.escreport-table tr td:nth-child(8),.escreport-table tr th:nth-child(3),.escreport-table tr th:nth-child(4),.escreport-table tr th:nth-child(5),.escreport-table tr th:nth-child(6),.escreport-table tr th:nth-child(7),.escreport-table tr th:nth-child(8){width:10%}.user-master-table-inner tr td,.user-master-table-inner tr th{background:#fff;padding:5px 15px!important}.re-payment-table{min-width:1200px}.re-payment-table tr td:first-child,.re-payment-table tr td:nth-child(2),.re-payment-table tr td:nth-child(3),.re-payment-table tr td:nth-child(4),.re-payment-table tr td:nth-child(5),.re-payment-table tr td:nth-child(6),.re-payment-table tr td:nth-child(7),.re-payment-table tr th:first-child,.re-payment-table tr th:nth-child(2),.re-payment-table tr th:nth-child(3),.re-payment-table tr th:nth-child(4),.re-payment-table tr th:nth-child(5),.re-payment-table tr th:nth-child(6),.re-payment-table tr th:nth-child(7){width:10%}.family-report-table{min-width:2200px;position:relative}.family-report-table tr td:first-child,.family-report-table tr td:nth-child(2),.family-report-table tr td:nth-child(3),.family-report-table tr th:first-child,.family-report-table tr th:nth-child(2),.family-report-table tr th:nth-child(3){width:5%}.family-report-table tr td:nth-child(4),.family-report-table tr th:nth-child(4){width:7%}.family-report-table tr td:nth-child(5),.family-report-table tr th:nth-child(5){width:5%}.family-report-table tr td:nth-child(6),.family-report-table tr th:nth-child(6){width:73%}.commit-report-table{min-width:1700px}.commit-report-table tr td:first-child,.commit-report-table tr th:first-child{width:7%}.commit-report-table tr td:nth-child(2),.commit-report-table tr th:nth-child(2){width:15%}.commit-report-table tr td:nth-child(10),.commit-report-table tr td:nth-child(11),.commit-report-table tr td:nth-child(12),.commit-report-table tr td:nth-child(13),.commit-report-table tr td:nth-child(14),.commit-report-table tr td:nth-child(3),.commit-report-table tr td:nth-child(4),.commit-report-table tr td:nth-child(5),.commit-report-table tr td:nth-child(6),.commit-report-table tr td:nth-child(7),.commit-report-table tr td:nth-child(8),.commit-report-table tr td:nth-child(9),.commit-report-table tr th:nth-child(10),.commit-report-table tr th:nth-child(11),.commit-report-table tr th:nth-child(12),.commit-report-table tr th:nth-child(13),.commit-report-table tr th:nth-child(14),.commit-report-table tr th:nth-child(3),.commit-report-table tr th:nth-child(4),.commit-report-table tr th:nth-child(5),.commit-report-table tr th:nth-child(6),.commit-report-table tr th:nth-child(7),.commit-report-table tr th:nth-child(8),.commit-report-table tr th:nth-child(9){width:10%}.apply-for-sahay-main-content{overflow:hidden}.pagination-dropdown-box{margin-right:5px;max-width:53px;width:53px}.pagination-dropdown-box .pagination-select{padding:2px 23px 2px 5px}.pagination-dropdown-box .MuiSelect-select{color:#6b7280;font-family:inter-regular;font-size:13px;line-height:19px;padding:0!important}.pagination-dropdown-box .pagination-menuitem{padding:0}.pagination-dropdown-box .form-control svg{position:absolute;right:0}.grey-down{height:10px;object-fit:contain;position:absolute;right:21.92px;top:17.92px;width:10px}.multiple-autocomplet-control .MuiFormControl-root{background-color:#fff}.highlighted-row .MuiTableCell-root{background-color:#84b8fe57;color:#000}.disbursement-report-table{min-width:1300px}.disbursement-report-table tr td:first-child,.disbursement-report-table tr th:first-child{width:5%}.disbursement-report-table tr td:nth-child(2),.disbursement-report-table tr th:nth-child(2){width:10%}.disbursement-report-table tr td:nth-child(3),.disbursement-report-table tr th:nth-child(3){width:9%}.disbursement-report-table tr td:nth-child(4),.disbursement-report-table tr th:nth-child(4){width:5%}.disbursement-report-table tr td:nth-child(5),.disbursement-report-table tr td:nth-child(6),.disbursement-report-table tr td:nth-child(7),.disbursement-report-table tr th:nth-child(5),.disbursement-report-table tr th:nth-child(6),.disbursement-report-table tr th:nth-child(7){width:10%}.family-wise-report-table{min-width:1200px}.family-wise-report-table tr td:first-child,.family-wise-report-table tr th:first-child{width:5%}.family-wise-report-table tr td:nth-child(2),.family-wise-report-table tr td:nth-child(3),.family-wise-report-table tr td:nth-child(4),.family-wise-report-table tr td:nth-child(5),.family-wise-report-table tr td:nth-child(6),.family-wise-report-table tr td:nth-child(7),.family-wise-report-table tr th:nth-child(2),.family-wise-report-table tr th:nth-child(3),.family-wise-report-table tr th:nth-child(4),.family-wise-report-table tr th:nth-child(5),.family-wise-report-table tr th:nth-child(6),.family-wise-report-table tr th:nth-child(7){width:10%}.background_loader .MuiDialog-container .MuiPaper-root{background-color:initial;box-shadow:none;margin:0}.pending-button-sahay{margin-right:15px}.display-row-add-user .add-check-flex-doc{flex:0 0 100%;max-width:100%}.add-check-flex-doc .add-role-flex{width:100%}.mt-select-doc{margin-top:10px}.moholla-filter-main .multiple-autocomplet-control .MuiOutlinedInput-root{padding:3px 10px}.admin-dashboard-inner-content{align-items:center;background-color:#f0f4f9;border-radius:10px;display:flex;max-width:400%;padding:20px 30px;width:100%}.dashboard-card-image,.dashboard-card-image-2,.dashboard-card-image-3,.dashboard-card-image-4,.dashboard-card-image-5,.dashboard-card-image-6{align-items:center;background-color:#fccaf2;border-radius:4px;display:flex;height:55px;justify-content:center;margin-right:30px;width:55px}.dashboard-card-image-2{background-color:#cafcd9}.dashboard-card-image-3{background-color:#f6f1a8}.dashboard-card-image-4{background-color:#dbcafc}.dashboard-card-image-5{background-color:#fce1ca}.dashboard-card-image-6{background-color:#85d0ee}.dashboard-card-image img,.dashboard-card-image-2 img,.dashboard-card-image-3 img,.dashboard-card-image-4 img,.dashboard-card-image-5 img,.dashboard-card-image-6 img{height:35px;max-width:35px;object-fit:contain;width:35px}.main-search-date{align-items:center;display:flex}.input-design-div .cus-date-picker div{height:35px}.cus-user-master-table tr td:first-child,.cus-user-master-table tr th:first-child{width:6%}.cus-user-master-table tr td:nth-child(2),.cus-user-master-table tr th:nth-child(2){width:20%}.cus-user-master-table tr td:nth-child(3),.cus-user-master-table tr th:nth-child(3){width:8%}.cus-user-master-table tr td:nth-child(4),.cus-user-master-table tr th:nth-child(4){width:12%}.user-master-table tr td:nth-child(5),.user-master-table tr th:nth-child(5){text-align:center;width:10%}.table-design-main .flex-program{display:flex}.scroll-table::-webkit-scrollbar{width:0}.user-sahay-td .swap-icon{padding:0}.sahay-appli-head .sahay-appli-tr{background-color:#a6ccff}.sahay-appli-tr .user-sahay-td{align-items:center}.common-table-container-custom thead tr{background-color:#a6ccff}.common-table-container-custom{border-radius:10px}.custom-date-picker .input-design-div.with-border input{background-color:initial;border:#0000;font-size:12px}.cus-date-picker .MuiInputBase-root.Mui-focused fieldset{border:1px solid #d4d9e1}.custom-date-picker .input-design-div.with-border input::placeholder{font-size:12px}.user-sahay-td-svg{position:relative;top:6px}.sahay-multiple-input-main .MuiStack-root{overflow:hidden;padding-top:0}.common-date-picker-custom label{font-size:12px;line-height:14px}.common-date-picker-custom input{font-size:12px;padding:8px 10px}.common-date-picker-column .sahay-multiple-input-main .MuiStack-root{overflow:hidden}.donner-name{background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;max-height:calc(100vh - 545px);min-height:30px;overflow:auto;padding:3px 10px}.donner-name p{font-family:inter-medium;font-size:13px;line-height:25px}.custom-res-set-search-mb{justify-content:end;margin-bottom:15px}.custom-input-dibursement{max-width:250px}.custom-res-set-search-box{align-items:center;display:flex;gap:12px}.add-bill-table-custom tr td:first-child,.add-bill-table-custom tr th:first-child{width:5%}.add-bill-table-custom tr th:nth-child(2){width:15%}.custom-bills-csv-box{align-items:end;display:flex;gap:15px;justify-content:end}.user-basic-custom-line{border-bottom:1px solid #000;margin-bottom:25px}.user-basic-custom-line .multiple-doc .select-view-document-name{margin-top:0}.user-sahay-tbody .highlight-save-sahay td{background:#eccb8d}.FID-back{display:flex}.adjust-list-table tr td:first-child,.adjust-list-table tr td:nth-child(2),.adjust-list-table tr td:nth-child(3),.adjust-list-table tr th:first-child,.adjust-list-table tr th:nth-child(2),.adjust-list-table tr th:nth-child(3){width:20%}.adjust-list-table tr td:nth-child(4),.adjust-list-table tr td:nth-child(5),.adjust-list-table tr th:nth-child(4),.adjust-list-table tr th:nth-child(5){width:30%}.user-name{color:#003d90}.table-container .user-master-table-heading{min-width:1800px}.user-master-table-heading-second:nth-child(7),.user-master-table-heading-second:nth-child(8){width:5%}.image-view-container{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100vw}.fullscreen-image{max-height:100%;max-width:100%;object-fit:contain}.sahay-multiple-input-main.common-date-picker-custom .MuiFormControl-root.MuiTextField-root{background-color:#fff;min-height:36px;min-width:100%}.sahay-multiple-input-main.common-date-picker-custom .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl.MuiInputBase-sizeSmall.MuiInputBase-adornedEnd{min-height:36px}.sahay-multiple-input-main.common-date-picker-custom .MuiInputBase-input.MuiOutlinedInput-input.MuiInputBase-inputSizeSmall.MuiInputBase-inputAdornedEnd{font-size:14px}.sahay-multiple-input-main .MuiFormControl-root.MuiTextField-root{background-color:#fff;bottom:0}td.check-box-role{padding:0}.divider{background:#d9d9d9;display:block;height:1px;margin:16px auto;width:95%}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPopover-paper.MuiMenu-paper.MuiMenu-paper{min-width:210px!important}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation8.MuiPopover-paper.MuiMenu-paper.MuiMenu-paper li{text-wrap:auto}.d-flex.align-items-center.res-set-search.align-wrap{flex-wrap:wrap;gap:8px}.d-flex.align-items-center.res-set-search.align-wrap .search{margin-left:0}.date-input-box .MuiStack-root>.MuiTextField-root{bottom:0;min-width:100%}.date-input-box .MuiStack-root{padding:0}.grecaptcha-badge{visibility:hidden!important}.ds-table-design-main tr td,.ds-table-design-main tr th{color:#122b45;font-size:12px}.ds-table-design-main tr th{font-family:inter-semibold;padding:4px 9px!important}.ds-table-design-main tr td{border-bottom:0!important;font-family:inter-regular;padding:10px 9px 10px 15px!important}.ds-table-design-main{border:0!important;box-shadow:none!important}.ds-table-design-main tr td:last-child button.MuiIconButton-sizeMedium{padding:3.5px}.ds-table-design-main tr th{background:#a6ccff;padding:10px!important;white-space:nowrap}.ds-table-design-main{border-collapse:initial!important;border-radius:0!important}.ds-table-design-main tr td:last-child{border-radius:0 10px 10px 0!important}.ds-table-design-main tr td:first-child{border-radius:10px 0 0 10px!important}.ds-table-design-main tr td{background:#fff;display:table-cell}.ds-table-design-main tr td:first-child,.ds-table-design-main tr th:first-child{border-radius:10px 0 0 10px}.ds-table-design-main tr td:last-child,.ds-table-design-main tr th:last-child{border-radius:0 10px 10px 0!important}.ds-table-design-main tr td:first-child{padding-left:20px!important;white-space:nowrap}.user-master-container .ds-user-master-table{min-width:1000px}.ds-user-master-table tr td:first-child,.ds-user-master-table tr th:first-child{width:5%}.ds-user-master-table tr td:nth-child(2),.ds-user-master-table tr th:nth-child(2){width:10%}.ds-user-master-table tr td:nth-child(3),.ds-user-master-table tr th:nth-child(3){width:15%}.ds-user-master-table tr td:nth-child(4),.ds-user-master-table tr td:nth-child(5),.ds-user-master-table tr th:nth-child(4),.ds-user-master-table tr th:nth-child(5){width:10%}.ds-user-master-table-inner tr td,.ds-user-master-table-inner tr th{border-bottom:0}.user-master-container .user-master-table-inner{border-spacing:0!important;margin-top:7px;min-width:100%}.ds-user-master-table-inner tr th{background:#fff;padding:5px 30px!important}.ds-user-master-table-inner tr td{padding:5px 0!important}.ds-flex-end{align-items:center;display:flex;justify-content:flex-end}.ds-flex-end .total-amount{font-size:14px;margin-right:1.5rem}.sahay-multiple-input-main .date-select{margin-top:2px}.search{border:1px solid #d4d9e1;border-radius:4px;min-height:36px;min-width:200px}.search input{font-family:inter-regular;font-size:12px;line-height:15px;padding:9px 18px!important;width:100%!important}.blue-button button,.blue-button button:hover{padding:8px 16px}.input-label{line-height:24px}.input-design-div.with-border input{min-height:36px}.with-border .MuiFilledInput-underline{min-height:36px!important}.input-design-div .MuiInputBase-fullWidth{min-height:36px}.input-design-div.with-border.input-btn-flex{display:flex;gap:16px}.input-design-div .form-multiple-dropdowns .select-multiple-dropdowns .MuiSelect-select{line-height:36px;min-height:36px;padding:0 10px!important}.lable-input-grp .main-select,.lable-input-grp .main-select .MuiInputBase-formControl{min-height:36px}.al-form-groups .basic-input input{color:#333;font-family:inter-medium;font-size:12px;line-height:15px;min-height:22.25px;padding:7.5px 10px}.main-in-row.main-card-box{background-color:#fff;border-radius:10px;margin-bottom:16px;padding:16px}.sahay-multiple-input-main .multiple-autocomplet-control{height:-webkit-max-content;height:max-content}.sahay-multiple-input-main .multiple-autocomplet-control .MuiOutlinedInput-root{min-height:36px}.tablecell-field{width:100%}.select-view-document-name{gap:16px;margin-top:0}.document-name{margin:0}.roles-data-box{margin-bottom:6px;min-width:120px}.main-card-box{background-color:#fff;border-radius:10px;margin-bottom:16px;padding:16px}.main-card-box .document-name{background-color:#d5d5d5}.main-card-box .MuiGrid-grid-md-3.MuiGrid-grid-lg-2,.main-card-box .MuiGrid-grid-md-3.MuiGrid-grid-lg-3,.main-card-box .MuiGrid-grid-md-4.MuiGrid-grid-lg-4,.main-card-box .MuiGrid-grid-md-5.MuiGrid-grid-lg-5,.main-card-box .MuiGrid-grid-md-6.MuiGrid-grid-lg-6,.main-card-box .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6.MuiGrid-grid-md-6{padding-top:8px}.input-design-div.with-border.main-card-w-full .MuiFormControl-root.MuiTextField-root{min-width:100%}.date-picker-details-content .date-picker-inner input{font-size:14px;padding:13px 10px}@media screen and (min-width:992px) and (max-width:1279px){.role-card-main .role-total-user-flex .role-totle-user-text{font-size:12px;line-height:16px;margin-right:5px}.custom-res-set-search-mb{flex-wrap:wrap;row-gap:15px}.display-row-userlist .role-card-main{padding:9px}.select-view{margin-top:20px}}@media screen and (max-width:991px){.custom-res-set-search-mb{flex-wrap:wrap;row-gap:15px}}@media screen and (min-width:768px) and (max-width:991px){.res-set-search-add,.text-btn-end-ipad{justify-content:end}.user-sidebar-main{display:none}.user-apply-content{padding:30px 15px}}@media (max-width:767px){.apply-now button{max-width:110px}.res-set-search-add{justify-content:end}.white-login-main{padding:0 15px}.white-login-box.MuiBox-root.css-0{padding:50px 25px;width:100%}.main-box{flex:0 0 100%;max-width:100%!important;width:100%}.orange-btn .buttons,.orange-btn .buttons:hover,.orange-btn button,.orange-btn button:hover{min-width:0;min-width:auto;width:100%}.res-set-search{width:100%}.custom-space-details,.res-set-search{justify-content:end}.custom-space-details.save-btn button{margin-left:0}.res-set-search .search{width:100%!important}.remove-btn{text-align:end}.res-profile-mobile{padding:0}.user-sidebar-main{display:none}.user-admin-panel-content{padding:20px 15px}.logout-profile{font-size:medium!important}.user-apply-content{padding:30px 15px}.lable-input-grp{margin-right:0}.select-view{margin-top:0}.trust-main-div .mb-10px{margin-bottom:10px}.select-view-document-name{margin-top:0}.mobile-menu-hidden{display:none}.res-mobile-show{display:block}.apply-sahay-btn svg{margin-right:0}.res-mobile-show.blue-button button,.res-mobile-show.blue-button button:hover{min-width:-webkit-max-content;min-width:max-content}.desk-hidden-show{display:none}.dashboard-text p,.title-main .page-title{font-size:15px;line-height:24px}.roles-data-main-flex{display:flex;flex:0 0 100%!important;justify-content:space-between!important;margin-top:10px!important;max-width:100%!important;width:100%!important}.roles-data-main-flex .roles-data-box{flex:initial;max-width:none;width:auto}.role-card-inner-flex{display:flex;flex-direction:column}.search{margin-right:0!important}.plus-hidden-show-mobile{align-items:center;display:flex;justify-content:space-between;width:100%}.admin-tabs-main .admin-tab{min-height:30px}.multiple-amount-text{margin:0 0 15px}}@media screen and (min-width:280px) and (max-width:320px){.custom-input-dibursement{max-width:100%}}.role-total-user-flex{align-items:center;display:flex;justify-content:space-between}.role-total-user-flex .role-totle-user-text{color:#122b45;font-family:poppins-semibold;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.role-user-name-box .role-user-name{color:#122b45;font-family:poppins-regular;font-size:13px;letter-spacing:0;line-height:20px;margin-bottom:0;text-transform:capitalize}.edit-role-flex{align-items:center;display:flex;justify-content:space-between;margin:10px 0 0}.edit-role-flex .edit-role-text{color:#0061ff;font-family:poppins-regular;font-size:13px;letter-spacing:0;line-height:20px;margin-bottom:0;margin-top:0}.role-user-img-flex .user-avtar-group-main .role-user-imges{border:1px solid #fff;height:25px;width:25px}.role-user-imges .MuiAvatar-img{height:25px;object-fit:contain;width:25px}.role-user-name-box{margin:5px 0}.user-avtar-group-main .MuiAvatar-circular{background-color:#003d90;border:1px solid #fff!important;font-family:poppins-light;font-size:10px;height:25px;line-height:17px;margin-left:-7px!important;width:25px}.edit-role-icon{cursor:pointer;height:20px;object-fit:contain;width:20px}.add-role-more-flex{align-items:center;display:flex;justify-content:space-between}.role-more-img{height:100px;object-fit:contain;width:100px}.role-titles-main .role-titles{color:#122b45;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-bottom:0}.roles-data-box{flex:0 0 100px;max-width:100px;width:100%}.add-role-flex{display:flex}.roles-data-box .role-data-title{color:#122b45;font-family:poppins-semibold;font-size:13px;line-height:19px}.role-card-inner-flex{display:flex}.roles-data-main-flex{display:flex;flex:0 0 30%;justify-content:flex-end;max-width:30%;width:100%}.role-titles-main{flex:0 0 70%;max-width:70%;width:100%}.roles-data-box .check-box-role svg{color:#122b45;height:16px;margin-right:5px;width:16px}.roles-data-box .check-box-role{padding:0}.role-card-main{background-color:#a6ccff;border-radius:11px;padding:15px;width:100%}.role-list-check{margin-top:50px}.add-game-btn{display:flex;justify-content:end;margin:0 -5px}.add-game-btn button{margin:0 5px}.user-setting-tab-details .user-setting-tabs .user-setting-tab{color:#000;font-family:inter-regular;font-size:15px;line-height:23px;text-transform:capitalize}.user-setting-tab-details .user-setting-tabs .user-setting-tab.Mui-selected{color:#003d90;font-family:inter-bold}.user-setting-details{padding:30px 0}.update-profile-components .p-15{padding:0}.update-profile-components .profile-content{height:auto;min-height:0;min-height:auto}.update-profile-components .profile-card-main{max-width:100%;padding:0}
/*# sourceMappingURL=main.c396a2c7.css.map*/