@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{width:100%;background-color:var(--main-bg-color)}.logo-text{color:#fff}.close,.open{width:80%}.navlinks a{margin-left:20px;text-decoration:none;color:#fff;transition:all .3s ease-in}.navlinks a:hover{font-weight:500}@media screen and (max-width: 769px){.open-btn{display:block}.close-btn{display:block;margin:30px 20px}.navlinks{flex-direction:column}.navlinks a{margin-bottom:15px}.open{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:100;background:var(--main-bg-color);transition:all .2s ease}.close{display:none}}@media screen and (max-width: 426px){.open-btn{display:block}.close-btn{display:block;margin:30px 20px}.navlinks{flex-direction:column}.navlinks a{margin-bottom:15px}.open{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:100;background:var(--main-bg-color);transition:all .2s ease}.close{display:none}}.spinner{margin:100px auto;width:70px;height:60px;text-align:center;font-size:10px}.spinner>div{background-color:var(--main-bg-color);height:100%;width:7px;display:inline-block;margin-right:4px;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes stretchdelay{0%,40%,to{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.typing-container{font-size:20px;font-weight:700;font-family:Courier New,Courier,monospace;color:#333;display:flex;align-items:center;justify-content:center;height:100px;position:relative}.typing-text{white-space:nowrap;overflow:hidden;border-right:3px solid transparent}.cursor{display:inline-block;width:8px;height:20px;background-color:#000;animation:blink .7s infinite}@keyframes blink{50%{opacity:0}}.applogo{width:80px;height:80px}.login-form-container .app-logo{display:none}.error-border{border:1px solid red}.terms-conditions .checkboxx{color:#5d06ad;margin-right:10px}.swith-form-button{border:none;padding:0 10px;font-weight:400;cursor:pointer;color:#5d06ad;background:transparent}.update-container{margin-top:30%}.form-btn{padding:10px;font-weight:600;border-radius:7px;color:#fff;border:none;background:linear-gradient(321deg,#37bce2 61%,#2c48e2);transition:all .3s ease}.form-btn:hover{background:linear-gradient(167deg,#37bce2 61%,#2c48e2)}.remember-me-div .checkbx{border:#5d06ad}.password-input-container{border:1px solid #cccccc;border-radius:4px;background-color:#fcfbfb}.password-input-container:hover{box-shadow:1px 2px 2px #fcfbfb;border:1px solid #7235ed;-webkit-box-shadow:1px 2px 16px -4px rgba(117,111,117,1);-moz-box-shadow:1px 2px 16px -4px rgba(117,111,117,1);box-shadow:1px 2px 16px -4px #756f75}.password-input-container .pss-eye{font-size:18px;color:#5d06ad}.pass{padding:10px;border:none;border-radius:4px;background-color:transparent}.pass:focus{outline:none}.pss-eye{margin-right:5px}.loaging-spinner{width:100px;height:100px}@media only screen and (max-width: 992px){.applogo{margin-top:50px}.forms-container-div{width:80%}}@media screen and (min-width: 426px) and (max-width: 769px){.app-logo-div .applogo{margin-top:10px}.form-container .cow-image-container{width:60%}.auth-container .form-container .login-form-container{width:40%}.pass{padding:5px}}@media screen and (max-width: 426px){.login-form-container .app-logo{display:block}.forms-container-div .form-container{margin-top:20px;width:100%}.form-container .cow-image-container{display:none}.auth-container .form-container .login-form-container{width:100%;align-items:center}.auth-container .login-form{width:90%}.remember-me-div{text-align:start}.account-check-div{text-align:center}.password-input-container{padding:0}.pass{padding:5px}}@media screen and (min-width: 426px) and (max-width: 769px){.register-user-form-container{min-height:auto;flex-wrap:wrap}.register-user-form-container .cow-image-container{display:none}.register-user-form-container .signup-form-container{min-height:fit-content;width:60%}.signup-form-container .register-details-div{width:100%;min-height:fit-content;flex-direction:column}.signup-form-container .register-details-div input,.terms-conditions{margin-bottom:10px}.register-details-div .data-input-container{width:100%}}@media screen and (max-width: 426px){.register-user-form-container{min-height:auto;padding:10px}.register-user-form-container .cow-image-container{display:none}.register-user-form-container .signup-form-container{min-height:fit-content;width:100%;margin:0}.signup-form-container .register-details-div{width:100%;height:auto;min-height:fit-content;flex-direction:column;margin-bottom:10px}.signup-form-container .register-details-div1{width:100%;min-height:fit-content;flex-direction:column}.register-details-div .data-input-container,.register-details-div1 .data-input-container{width:100%;min-height:fit-content;margin-bottom:10px}.signup-form-container .account-check-div{margin-bottom:50px}}.loader{width:20px;height:20px;border:4px solid #fff;border-bottom-color:#00e1ff;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-bar{position:sticky;top:0;z-index:99}.img-info-container img{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain;background-blend-mode:color-burn}.nointernet-screen .first-text{font-size:72px;font-weight:600;color:#7bf8ee}.nointernet-screen .second-text{font-size:26px;font-weight:600;color:#7bf8ee}.nointernet-screen .p-text{font-size:12px;width:60%;text-align:center;color:#fafafa}@media screen and (max-width: 426px){.home-form-container{height:100vh}.home-form-container .img-info-container{width:100%;height:100%}.home-form-container .login-register-container{position:absolute;width:100%;height:-webkit-fill-available;z-index:2;background:#ffffff8c;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.275)}}.header-navs{position:sticky;top:0;z-index:9;background-color:#fff}.sidebar-container{width:20%;background:linear-gradient(15deg,#560bad 1%,#3f37c9 39%,#4cc9f0 96%)}@media screen and (max-width: 992px){.main-home-container .nav-main-view-container{width:100%}.menu-header{display:none;width:0}}@media screen and (max-width: 768px){.main-home-container .nav-main-view-container{width:100%}.menu-icon{display:block}.open-sidebar{position:absolute;width:60%;height:100vh;top:0;left:0;z-index:200;background:var(--main-bg-color);transition:all .2s ease}.menu-header{width:auto}.close-sidebar{display:none}.dairy-name-container{overflow-x:scroll;margin-left:10px}}@media screen and (max-width: 426px){.main-home-container .nav-main-view-container{width:100%}.nav-main-view-container .hear-details-container{position:sticky;top:0;z-index:90}.menu-icon{display:block}.open-sidebar{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:200;background:var(--main-bg-color);transition:all .2s ease}.close-sidebar{display:none}.menu-header{width:auto}.dairy-name{width:90%}}@media screen and (max-width: 992px){.close-icon{display:none}.main-view-container{width:100%}.header-navs{display:flex;align-items:center}.header-right span{display:none}}@media screen and (max-width: 769px){.header-navs>.menu>.menu-icon{display:inline-block;font-size:20px}.close-icon{display:block}}@media screen and (max-width: 426px){.nav-main-view-container,.header-navs,.main-view-container{width:100%}.close-icon{display:block}}.app-home-container>.header-nav{position:sticky;top:60px;z-index:9;background-color:#c18383}.home-nav-item{font-size:18px;color:#fff;margin:0 10px}.home-nav-item>a>span{margin:0 10px}.home-nav-item a{cursor:pointer}.sub-navlinks{text-decoration:none}.dropdown-menu{position:absolute;top:75%;left:auto;background:#fff;border:1px solid #ddd;padding:0;list-style:none;box-shadow:0 4px 6px #0000001a;z-index:10;min-width:180px;display:flex;flex-direction:column}@media screen and (max-width: 426px){.home-nav-item a span{display:none}.dropdown-menu{right:10px}.app-home-container .header-nav{overflow-x:auto;white-space:nowrap;min-width:100%}}.form-div{width:100%;display:flex;flex-direction:column}.form-div label{margin:5px 0}.form-div .form-inputs{width:90%;margin:0 5% 10px;padding:10px;border:none;border-radius:5px;background-color:var(--bg-gray-color)}.form-inputs::-webkit-outer-spin-button,.form-inputs::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-div .form-inputs:focus{outline:none;box-shadow:1px 1px 8px #a6a6a6}.milk-col-form .form-btns .form-btn{width:100px;margin-right:10px;padding:10px;border:none;border-radius:6px}.milkdata-container .milkdata-data-headings{position:sticky;top:0}.collection-list-container{max-height:90%;overflow-y:scroll}.collection-details{height:120px;margin-bottom:10px}.collection-list-container>.collection-details>.line{width:100%;height:2px;background-color:#fff}.sakalan-time{padding:5px 10px;background-color:#ddd;border:none;border-radius:25px;cursor:pointer;font-size:10px;transition:background-color .3s ease}.sakalan-time.on{background-color:#f08726;color:#fff}.sakalan-time.off{background-color:#4774f1;color:#fff}.header-nav-div{background-color:#1a7cec}.active-nav{background-color:#081947;padding:10px;color:#000}.milk-collection-info-div .collection-info-heading{border-radius:7px 7px 0 0}@media screen and (max-width: 426px){.milk-collection-outer-main-container{width:100%;min-height:auto;flex-direction:column}.milk-collection-outer-main-container .milk-form-list-container{min-height:fit-content;width:100%}.toggle-button{padding:5px 8px;font-size:8px}.form-div .form-inputs{padding:7px}.milk-collection-outer-main-container .milk-col-form{width:100%;min-height:fit-content;margin-bottom:10px}.milk-col-form .form-setting{width:100%;flex-direction:row;align-items:center;padding:0}.milk-col-form .form-setting input{width:70%}.milk-col-form .user-details{flex-direction:column}.milk-col-form .form-btns{width:100%;justify-content:space-between}.milk-collection-outer-main-container .milk-col-form .form-btns button{width:45%}.user-details .form-div{width:100%;flex-direction:row;padding:0 0 10px}.user-details .form-div label{width:40%}.user-details .form-div input{width:60%}.milk-details-div{width:100%;flex-direction:column}.milk-details-div .milk-info{width:100%}.milk-details-div .milk-info .form-div label{width:40%}.milk-details-div .milk-info .form-div input{width:60%}.milk-col-form .form-btns{margin-top:10px}.milk-col-form .form-btns .form-btn{padding:7px}.milk-form-list-container .milk-collection-form,.milk-form-list-container .milk-coll-list-div,.mobile-milk-collection-report .fetch-sankalan-div{width:100%}.milk-form-list-container .milk-coll-list-div{margin-top:10px}.milk-collection-outer-main-container .milk-collection-list{width:100%;min-height:50%}.milk-collection-outer-main-container .milk-collection-list .title-container{min-height:fit-content}}@media screen and (max-width: 426px){.apphome-nav-views{padding:5px}.mobile-milk-collection-conainer{align-items:flex-start;justify-content:flex-start}.apphome-nav-views .mobile-milk-coll-form{width:100%;min-height:fit-content}.form-setting{flex-direction:column;margin-bottom:10px}.form-setting .form-date-div{margin-bottom:10px}.mobile-milk-collection-conainer .mobile-milk-coll-form .milk-details-div{flex-direction:column;padding:10px 0}.mobile-milk-coll-form .show-milk-data-container{padding:0}.milk-details-div .form-div{width:100%;flex-direction:row;justify-content:space-between;padding:0;margin-bottom:10px}.form-setting .milk-details{padding:0;margin-bottom:10px}.form-date-div label,.milk-details label,.milk-details-div .form-div label{width:40%}.form-date-div input,.milk-details select,.milk-details-div .form-div input{width:60%}.form-setting .form-date-div,.form-setting .milk-details{width:100%}.mobile-milkcoll-form-btns .btn{margin-top:10px}}@media screen and (max-width: 426px){.milk-collector-reports .select-milk-collector-conatiner{min-height:fit-content;flex-direction:column;padding:0}.select-milk-collector-conatiner .form-label-select-div{width:100%}.select-milk-collector-conatiner .selectand-btn-div{width:100%;margin:5px 0;justify-content:space-between}.collection-download-btn{margin-bottom:5px}}@media screen and (max-width: 426px){.complete-mobile-milk-container{min-height:auto;width:100%;margin-top:180px;align-items:flex-start;justify-content:flex-start}.apphome-nav-views .complete-mobile-milk-coll{min-height:fit-content;width:100%}.complete-mobile-milk-coll .form-date-div{padding:0;justify-content:space-between}.complete-mobile-milk-coll .form-date-div input{width:70%}.complete-mobile-milk-coll .user-details{min-height:fit-content;flex-direction:column}.complete-mobile-milk-coll .user-details .form-div{width:100%;flex-direction:row}.complete-mobile-milk-coll .form-btns{width:100%;justify-content:space-between}.complete-mobile-milk-coll .form-btns button{width:30%}}@media screen and (max-width: 426px){.apphome-nav-views .mobile-milk-collection-report .milk-collection-info-div{width:100%;padding:0}.mobile-milk-collection-report .page-title-button-div{width:100%;padding:0 10px}.mobile-milk-collection-report .page-title-button-div button{margin-left:5px}.mobile-milk-collection-report .d-icons{display:none}}@media screen and (max-width: 426px){.upload-milk-collection-form .excel-format-container{width:90%}}.saleModal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.modal .saleModal-content h2{margin-bottom:10px;color:#333;text-align:center}.modal .saleModal-content label{color:#555;margin-bottom:5px}.modal .saleModal-content input,.modal .saleModal-content select,.modal .saleModal-content textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;margin-bottom:5px;box-sizing:border-box}.modal .saleModal-content input:focus,.modal .saleModal-content select:focus,.modal .saleModal-content textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 4px #007bff4d}.modal .saleModal-content .modal-buttons{display:flex;justify-content:space-between;gap:10px}.modal .saleModal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.modal .saleModal-content button:last-child{background-color:#007bff;color:#fff}.modal .saleModal-content button:last-child:hover{background-color:#0056b3}.modal .saleModal-content button:first-child{background-color:#f8f9fa;color:#333}.modal .saleModal-content button:first-child:hover{background-color:#e2e6ea}.saleModal{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.saleModal .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px;width:50%}.saleModal .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.sales-table1{width:100%;border-spacing:0;border-collapse:collapse}.sales-table1 th{position:sticky;top:0;background-color:#a386dc;z-index:100;text-align:center;font-weight:700;padding:4px;border:1px solid #ccc}.sales-table1 td{text-align:center;border:1px solid #ccc}@media screen and (max-width: 426px){.add-cattlefeed-sale-container{min-height:auto;flex-direction:column;padding:10px}.add-cattlefeed-sale-container .create-cattlefeed-sales-inner-container{width:100%;min-height:fit-content;flex-direction:column;padding:0}.create-cattlefeed-sales-inner-container .create-sales-form-container{width:100%}.create-sales-form-container .sales-details{margin:0}.add-cattlefeed-sale-container .cattlefeed-sales-list-outer-container{min-height:100%;width:100%;margin-top:10px;overflow-x:auto;padding:0}.cattlefeed-sales-list-outer-container .sales-list-conatainer{overflow-x:auto}.customer-list-container-div{padding:0;min-height:auto}.download-print-pdf-excel-container{min-height:fit-content}.download-print-pdf-excel-container .sales-dates-container{width:100%;min-height:fit-content}.sales-dates-container .date-input-div{flex-direction:column;width:35%}.date-input-div label,.date-input-div input{width:100%}.find-customer-container .customer-search-div{width:85%}.customer-search-div label{width:20%;padding:0}.customer-search-div button{margin:0}.sales-heading-title-scroller{overflow-x:auto}.sale-data-headings-div{min-width:900px;padding:5px 0}.sale-data-values-div{min-width:900px}.sale .modal-content{padding:10px!important}.invoiceModel{padding:15px 0!important}.invoiceModelInfo{padding:0 10px!important}.saleModel{padding:15px!important}.saleModal .modal-content{width:100%}}.create-reatil-milksale-customer-container{width:500px;height:300px;position:absolute;top:50%;left:50%;z-index:100;transform:translate(-50%,-50%)}.model-container{width:100%;height:100%;position:absolute;top:50%;left:50%;z-index:100;transform:translate(-50%,-50%);background-color:#75737357}.heading-and-close-btn-container .span-btn{color:#fff;background-color:#2f37af;padding:10px;border-radius:8px}@media screen and (max-width: 426px){.create-sangh-container{min-height:auto}.create-sangh-container .create-sangha-form-container{min-height:fit-content;margin-bottom:10px}.create-sangha-form-container .sangha-details-form-inner-container{flex-direction:column;min-height:fit-content;align-items:flex-start}.sangha-details-form-inner-container .details-div{width:25%}.sangha-details-form-inner-container .sangha-details-div{width:100%}.sangha-details-form-inner-container .button-container{width:100%;margin-top:10px;padding:0}.sangha-details-form-inner-container .button-container button{width:50%}.create-sangh-container .sangha-list-container{overflow-x:scroll;min-height:80%}.sangha-list-container .sangha-list-inner-container{width:600px}.sangha-list-container .sangha-list-inner-container .sangha-data-container{width:100%}}.dropdown-list{position:absolute;width:100%;background:#fff;border:1px solid #ccc;border-radius:5px;max-height:150px;overflow-y:auto;z-index:10}.dropdown-list li{padding:8px;cursor:pointer}.dropdown-list li:hover{background:#f0f0f0}@media screen and (max-width: 426px){.retail-milk-sales-form-container{margin-top:24%;min-height:auto}.milk-details-div{max-height:fit-content}.milk-col-form .user-details{flex-direction:column;height:auto}.milk-details-div .milk-info{width:100%;height:auto}.retail-milk-sales-form-container .milk-col-form{width:95%;min-height:fit-content}.milk-col-form .form-btns button{margin-top:10px;width:45%}.milk-details-div .milk-info .form-div select{width:60%}}.details-container{width:20%}.amt-info-div{border-bottom:1px solid black;background-color:#f7eddf}@media screen and (max-width: 426px){.milk-main-details{height:20%}.milk-main-details .details-container{width:30%;padding:10px}.time-wise-milk-collection{flex-direction:column}.time-wise-milk-collection .morning-milk-collection,.time-wise-milk-collection .evening-milk-collection{width:100%;min-height:400px;margin-bottom:10px}.mobile-milk-collection-report .fetch-sankalan-div{width:100%}.mobile-milk-collection-report .fetch-sankalan-div .start-date-text{display:none}.mobile-milk-collection-report .fetch-sankalan-div input{width:35%}.mobile-milk-collection-report .fetch-sankalan-div label{padding:5px}.milk-sales-info-div{width:100%;overflow-x:auto}.sales-info-heading{min-width:800px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.sales-info-data{min-width:800px}}@media screen and (max-width: 426px){.coll-inputs-div .col-inputs-div{width:100%}.collection-settings-form-div .button-container{padding:0}.collection-settings-form-div .button-container button{width:100%}}@media screen and (min-width: 426px) and (max-width: 769px){.sales-prod-list-container .sales-prod-detilas-table-div{overflow-x:scroll}.sales-prod-detilas-table-div .data-headings-div{width:820px}}@media screen and (max-width: 426px){.sold-products-list-container{min-height:auto}.sold-products-list-container .download-print-pdf-excel-container{min-height:fit-content}.download-print-pdf-excel-container .sales-dates-add-new-sales-container{min-height:fit-content;flex-direction:column-reverse}.sales-dates-add-new-sales-container .sales-dates-container button{width:100%}.sales-dates-add-new-sales-container .add-new-sales-div{width:100%;margin:10px 0}.sales-dates-add-new-sales-container .add-new-sales-div #btnss{width:30%}.sold-products-list-container .sales-prod-list-container{min-height:90%}.sales-prod-list-container .sales-prod-detilas-table-div{overflow-x:scroll}.sales-prod-detilas-table-div .data-headings-div{width:800px}}@media screen and (max-width: 426px){.sale-products-list-container{min-height:auto}.sale-products-list-container .page-title-center-select-container{width:100%;min-height:fit-content;flex-direction:column}.sale-products-list-container .page-title-center-select-container .heading{margin-bottom:10px}.sale-products-list-container .sale-products-and-invoice-container{min-height:fit-content;flex-direction:column}.sale-products-and-invoice-container .create-sales-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.create-sales-form-container .sales-details-container{width:100%;min-height:fit-content;flex-direction:column}.sales-details-container .sales-input-container{width:100%;flex-direction:row;margin-bottom:10px;justify-content:space-between}.sales-details-container .sales-input-container label{width:40%}.sales-details-container .sales-input-container .data,.sales-details-container .sales-input-container .select-data{width:60%}.create-sales-form-container .sales-btn-container button{width:100%}.sale-products-and-invoice-container .sales-invoice-prod-list-container{width:100%;min-height:90%}}.col{display:flex;flex-direction:column;padding:0 10px}.forDWidth{min-width:1141px!important}.dealerModel{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.dealerModel .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.dealerModel .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.dealerModel .modal-content label{color:#555;margin-bottom:5px}.dealerModel .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.dealerModel .modal-content button:last-child{background-color:#007bff;color:#fff;margin-left:10px}.dealerModel .modal-content button:last-child:hover{background-color:#0056b3}.dealerModel .modal-content button:first-child{background-color:#f8f9fa;color:#333}.dealerModel .modal-content button:first-child:hover{background-color:#e2e6ea}@media screen and (max-width: 426px){.create-dealer-container{min-height:auto}.create-dealer-container .create-dealer-inner-container,.create-dealer-container .create-dealer-form-container{width:100%;min-height:fit-content;padding:0}.create-dealer-form-container .row{margin:0}.create-dealer-form-container .button-container{flex-direction:row}.group-code-and-button-div{min-height:fit-content;flex-wrap:wrap}.group-code-and-button-div .excel-btn,.group-code-and-button-div .pdf-btn{width:45%}.customer-list-container-div .customer-list-table,.create-dealer-container .create-dealer-inner-container{margin-bottom:10px}}@media screen and (max-width: 426px){.create-dealer-container{min-height:auto;padding:0}.create-dealer-container .create-dealer-inner-div{width:100%;min-height:fit-content;margin:0}.dealer-list-container-div{padding:0}.dealer-list-container-div .download-pdf-excel-container button{width:30%}}@media screen and (max-width: 769px){.main-glmaster-container .ledger-group-master-div{width:100%;min-height:fit-content}.ledger-group-master-div{min-height:fit-content}.ledger-group-master-div .ledger-name-container{min-height:fit-content;flex-direction:column}.ledger-group-master-div .gl-master-inside-div{margin-bottom:10px}.gl-master-inside-div .first-span-input{width:30%}.gl-master-inside-div .first-span-input span{width:25%}.gl-master-inside-div .first-span-input input{width:60%}.gl-master-inside-div .select-category-container{width:62%}.ledger-name-container .ledger-name-div{width:100%;margin-bottom:10px}.main-glmaster-container .ledger-group-table-conatiner{width:100%;overflow-x:auto}.ledger-group-table-conatiner .ledger-headers-div,.ledger-group-table-conatiner .ledger-data-div{min-width:700px}}@media screen and (max-width: 426px){.main-glmaster-container .ledger-group-master-div{width:100%;min-height:fit-content}.ledger-group-master-div{min-height:fit-content}.ledger-group-master-div .ledger-name-container{min-height:fit-content;flex-direction:column}.ledger-group-master-div .gl-master-inside-div{margin-bottom:10px}.gl-master-inside-div .first-span-input{width:30%}.gl-master-inside-div .first-span-input span{width:25%}.gl-master-inside-div .first-span-input input{width:60%}.gl-master-inside-div .select-category-container{width:62%}.ledger-name-container .ledger-name-div{width:100%;margin-bottom:10px}.main-glmaster-container .ledger-group-table-conatiner{width:100%;overflow-x:auto}.ledger-group-table-conatiner .ledger-headers-div,.ledger-group-table-conatiner .ledger-data-div{min-width:700px}}@media screen and (max-width: 426px){.sub-ledger-container{min-height:auto;margin:10px}.sub-ledger-container .ledger-master-form-container{min-height:fit-content;flex-direction:column}.ledger-master-form-container .ledger-info-contsiner{min-height:fit-content;width:100%;margin-bottom:10px}.ledger-info-contsiner .ledger-no-group-container{width:100%;min-height:fit-content;flex-direction:column}.ledger-no-group-container .ledger-no-div{width:100%;margin-bottom:10px}.ledger-no-group-container .ledger-no-div input{width:30%}.ledger-no-group-container .ledger-group-div{width:100%}.ledger-group-div .ledger-gtxt{width:33%}.ledger-group-div #ledger-gno{width:15%}.ledger-group-div #ledger-name{width:47%}.ledger-info-contsiner .ledger-names-div{min-height:fit-content;flex-direction:column}.ledger-names-div .le-name-div{width:100%}.ledger-info-contsiner .ledger-head-div{min-height:fit-content;flex-direction:column}.ledger-head-div .sangha-sale-settings-div{min-height:fit-content;flex-wrap:wrap}.sangha-sale-settings-div .ss-div,.sangha-sale-settings-div .perltr_amt-div{width:45%}.ledger-master-form-container .ledger-settings-contsiner{width:100%;min-height:fit-content;margin-bottom:10px}.ledger-settings-contsiner .ledger-subacc-div,.ledger-settings-contsiner .ledger-sms-settings-div{min-height:fit-content;width:100%;margin-bottom:10px}.ledger-subacc-div .subacc-setting-div,.ledger-sms-settings-div .sms-setting-div{width:50%}.ledger-buttons-div{margin-bottom:10px}.ledgers-list-container{min-height:70%}.ledgers-list-inner-container{overflow-x:auto}.ledger-list-headers-div,.ledger-list-data-div{min-width:700px}.ledger-settings-contsiner .ledger-buttons-div{justify-content:space-between;margin:0}.ledger-buttons-div button{width:30%}}.customer-list-table{overflow-x:auto}.customer-data-headings-div{min-width:1300px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.customer-data-values-div{min-width:1300px}.toggle-button{padding:5px 10px;background-color:#ddd;border:none;border-radius:25px;cursor:pointer;font-size:10px;transition:background-color .3s ease}.toggle-button.on{background-color:#4caf50;color:#fff}.toggle-button.off{background-color:#f44336;color:#fff}.choose-excel-btn{width:auto;height:40px;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid blueviolet;border-radius:20px;font-weight:500;color:#00f;background-color:transparent;transition:all .3s ease-in-out}.choose-excel-btn:hover{font-weight:600;border:none;color:#fff;background-color:#4b5166}@media screen and (max-width: 769px){.toggle-button{padding:5px 10px;font-size:8px}}@media screen and (max-width: 426px){.cust-details-setting-div{max-height:100%;overflow-y:scroll;flex-direction:column}.customer-list-container-div{min-height:auto}.customer-list-container-div .download-print-pdf-excel-container{min-height:fit-content;flex-direction:column;max-block-size:10px}.cust-details-setting-div .customer-details-container,.cust-details-setting-div .cust-data-settings{width:100%}.customer-details-container .cust-div{height:20%;margin-bottom:10px}.customer-details-container .details-div,.cust-data-settings .details-div,.customer-details-container .label-text,.cust-data-settings .label-text{padding:0 5px}.cust-data-settings .details-div{width:50%}.cust-details-setting-div .cust-data-settings{min-height:75%}.customer-details-container .toggle-inputs-div{width:50%}.customer-details-container .title-container .sub-heading,.cust-data-settings .sub-heading{margin-bottom:5px;padding:0}.cust-data-settings .data-show-hide--setting-container{min-height:fit-content}.data-show-hide--setting-container .show-hide-content-div{margin-bottom:10px}.data-show-hide--setting-container .show-hide-content-div .details-div{display:flex;justify-content:space-between}.cust-data-settings .create-customer-button-container{min-height:fit-content;flex-direction:column;margin-bottom:10px}.create-customer-button-container .prev-next-btns{width:100%;margin-bottom:10px}.create-customer-button-container .prev-next-btns button{width:48%}.cust-data-settings .create-customer-button-container .w-btn{width:100%}.select-excel-button-container .w-btn{width:45%}.select-excel-button-container .customer-excel-upload-container{width:100%;min-height:fit-content;flex-direction:column}.select-excel-button-container .customer-excel-upload-container .selected-file{margin-bottom:10px}.select-excel-button-container .customer-excel-upload-container .choose-excel-btn{width:50%;margin:10px 0}.select-excel-button-container .customer-excel-upload-container button{width:100%;margin-bottom:10px}.toggle-button{padding:5px 8px;font-size:8px}.customer-list-table{min-height:100%}.customer-data-headings-div{min-width:900px;position:sticky;top:0;background-color:#17acc0}.customer-data-values-div{min-width:900px}.customer-master-container .customer-master-navigation{overflow-x:auto;white-space:nowrap;min-width:100%}}@media screen and (max-width: 426px){.cust-details-setting-div{min-height:auto}.cust-details-setting-div .customer-details-container .info-text{margin:5px 0}.cust-details-setting-div .customer-details-container{min-height:fit-content}.customer-details-container .cust-details-div,.customer-details-container .contact-details-div,.customer-details-container .address-details,.customer-details-container .milk-details-div,.customer-details-container .Bank-details-div{height:auto;flex-wrap:wrap;flex:1 1 100px}.cust-details-div .mcname-details-div,.cust-details-div .cname-details-div{width:100%}.contact-details-div .mobile-details-div,.contact-details-div .Aadhhar-details-div,.contact-details-div .caste-details-div,.contact-details-div .gender-details-div,.address-details .city-details-div,.address-details .tehsil-details-div,.address-details .dist-details-div,.address-details .pincode-details-div,.milk-details-div .milk-type-details-div,.milk-details-div .ratechart-details-div{width:50%}.milk-details-div .farmerid-details-div{width:100%}.cust-details-setting-div .cust-data-settings,.cust-data-settings .milk-settings-div{min-height:fit-content}.cust-data-settings .milk-settings-div .details-div{min-height:fit-content;margin-bottom:10px}.Bank-details-div{min-height:fit-content;flex-direction:column;width:100%}.Bank-details-div .details-div{width:100%}.Bank-details-div .acc-details-div,.Bank-details-div .ifsc-details-div{width:50%}.button-container{width:100%;margin:0 0 10px;display:flex;align-items:center;justify-content:space-between}.button-container button{width:45%}.excel-format-container{margin-bottom:10px}.download-print-pdf-excel-container input,.download-print-pdf-excel-container select,.download-print-pdf-excel-container button{width:100%;margin-bottom:10px}}.custom-swal-popup{min-width:250px;min-height:50vh}.custom-swal-title{font-size:20px;font-weight:700;color:#17acc0}.custom-swal-content,.swal2-icon.swal2-warning{font-size:14px}@media screen and (min-width: 426px) and (max-width: 769px){.emp-create-update-container .create-emp-container,.Employee-views .emp-list-container{width:90%}.emp-details-container .button-container{display:flex;justify-content:space-between;width:100%}.button-container button{width:45%;margin:0 10px}}@media screen and (max-width: 426px){.emp-create-update-container{min-height:auto;overflow-y:scroll}.emp-create-update-container .create-emp-container{width:100%;min-height:auto}.emp-create-update-container .create-emp-container .emp-details-container{min-height:fit-content}.create-emp-container .emp-details-div{min-height:fit-content;flex-direction:column}.emp-details-div .details-div{width:100%}}.data-heading-div{border-radius:8px 8px 0 0}@media screen and (max-width: 426px){.emp-list-outer-container{min-height:auto;padding:10px}.emp-list-outer-container .emp-list-container{width:100%;min-height:fit-content;margin-bottom:10px}.emp-list-container .title-div{min-height:fit-content;flex-direction:column;padding:0}.title-div span{width:100%;text-align:start}.title-div .filter-emp-by-center{width:100%}.title-div .filter-emp-by-center .label-text{width:30%}.title-div .filter-emp-by-center .data{width:70%}.emp-data-list-container{min-height:100%;overflow-x:auto}.emp-data-heading-div{min-width:800px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.emp-data-list-div{min-width:800px}}.add-bank-btn{margin-top:25px}@media screen and (max-width: 768px){.bank-master-container{min-height:auto}.bank-master-container .bank-master-form-container{min-height:fit-content}.bank-master-form-container .bank-info-details-code{min-height:fit-content;flex-direction:column;align-items:flex-start;margin-bottom:10px}.bank-master-form-container .bank-details-code{width:20%}.bank-master-form-container .bank-details-bankname,.bank-master-form-container .bank-details-branch,.bank-master-form-container .bank-details-ifsc,.bank-master-form-container .add-bank-btn{width:100%}.bank-master-form-container .form-btn-container{flex-wrap:wrap;gap:10px;align-items:flex-start;justify-content:space-around;min-height:fit-content;margin-bottom:10px}.bank-master-form-container .form-btn-container button{width:45%;margin:0}.bank-details-container{overflow-x:auto;min-height:70%;width:100%}.bank-details-headings{min-width:650px}}.table-container-Customer{position:relative;overflow:auto}.table-scroll-wrapper-cutomer{max-height:400px;overflow-y:auto}.customer-table-customer-Report{width:100%;border-collapse:collapse}.customer-table-customer-Report thead{position:sticky;top:0;background-color:#8b52fc;z-index:1}.customer-table-customer-Report th,.customer-table-customer-Report td{padding:8px;text-align:left;border:1px solid #ddd}.customer-table-customer-Report th{background-color:#8b52fc;color:#fff}.customer-table-customer-Report td{background-color:#fff}.no-data-message{text-align:center;font-size:16px;color:#888;padding:20px}@media screen and (max-width: 426px){.customer-master-container .middel-filter-applay-div{height:auto;height:150px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .active-not-active-data{flex-direction:column}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .active-not-active-data select{width:120px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .active-not-active-data span{width:120px;height:10px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .dropdown-filter-div{flex-direction:column}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .dropdown-filter-div select{width:140px;margin-bottom:10px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .active-and-member-div{width:100%;height:50px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .active-and-member-div .active-not-active-data span{width:70px;height:10px}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .dropdown-filter-div{width:100%}.customer-master-container .middel-filter-applay-div .dropdown-filter-checkbox-div .dropdown-filter-div select{margin-top:13px;width:170px}.dropdown-filter-checkbox-div{margin-bottom:3px}.centerwise-and-button-div{margin-top:60px}.centerwise-and-button-div button{height:30px}.middel-filter-applay-div .dropdown-filter-center-div{width:100%}.middel-filter-applay-div .dropdown-filter-center-div .centerwise-data-show{flex-direction:column}.middel-filter-applay-div .dropdown-filter-center-div .centerwise-data-show select{margin-top:10px}.middel-filter-applay-div .dropdown-filter-center-div .centerwise-data-show span{height:10px}.customer-master-container .middel-filter-applay-div{height:200px}.middel-filter-applay-div .centerwise-and-button-div{flex-direction:column;margin-top:20px}.middel-filter-applay-div .centerwise-and-button-div .data-show-buttons{width:100%}.middel-filter-applay-div .centerwise-and-button-div{height:100px;margin-bottom:10px}.centerwise-and-button-div .checkboxcommission-Deposite{width:100%;height:120px;margin:0 20px 20px}.centerwise-and-button-div .checkboxcommission-Deposite{justify-content:space-around}.select-column-div{flex-direction:column}.select-column-div .hide-selection-selection-bar{width:300px;height:10px;margin-bottom:10px}.select-column-div .hide-selection-selection-bar select,.select-column-div .hide-selection-selection-bar span{height:30px;width:200px}.select-column-div .selected-hide-no-column{width:100%;overflow-x:auto}.select-column-div .selected-hide-no-column select{width:150px;height:30px}.customer-table-customer-Report thead{position:sticky;top:0;background-color:#8b52fc;z-index:1}}.Milk-report-heading{overflow-x:auto}.fillter-conditions-div1{margin-bottom:10px}.fillter-data-container .fitter-hide-show-container{min-height:fit-content;margin-bottom:10px}.milkdata-headings-div{min-width:1000px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}@media screen and (max-width: 426px){.Milkcollection-container{height:auto}.Milkcollection-container .fillter-data-container{min-height:fit-content;padding:5px}.fillter-data-container .fillter-checkbox-container{align-items:center;justify-content:space-between}.fillter-data-container .fillter-checkbox-container .filter-check{height:fit-content}.Milkcollection-container .Milk-collection-report-container{min-height:70%}.master-and-buttons-div .custmize-report-div{width:60%;padding:10px 0;height:fit-content}.master-and-buttons-div .download-option-btn-div{width:100%}.Milkcollection-container .fillter-data-container .fitter-hide-show-container,.fillter-data-container .fitter-hide-show-container .hided-conatiner-div{min-height:fit-content}.fitter-hide-show-container .fillter-conditions-div{min-height:fit-content;flex-direction:column}.fitter-hide-show-container .fillter-conditions-div1{min-height:fit-content;flex-direction:column;padding:0;margin-bottom:10px;justify-content:space-between}.fitter-hide-show-container .filter-condition-divs{width:100%}.fillter-data-container .master-and-buttons-div{min-height:fit-content;flex-direction:column}.fillter-data-container .master-and-buttons-div .master-hide-show-chackbox-div .custmize-data-report-div{width:100%;min-height:fit-content;flex-direction:column;padding:0}.master-hide-show-chackbox-div .custmize-data-report-div .select-date-container,.master-hide-show-chackbox-div .custmize-data-report-div button{width:100%;margin-bottom:10px}.master-and-buttons-div .download-option-btn-div button{width:30%}.fillter-conditions-div .custmoer-number-no,.fillter-conditions-div1 .days-selection-div,.fillter-conditions-div1 .filter-condition-divs{width:100%;padding:0;margin-bottom:10px;justify-content:space-between}.fillter-conditions-div1 .download-option-btn-div{width:100%}.fillter-conditions-div1 .download-option-btn-div button{width:30%}.Milk-report-heading{overflow-x:auto}.milkdata-headings-div{min-width:1000px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.milkdata-div{min-width:1000px}.fillter-conditions-div .centerwisee-data-show{width:100%}.fillter-conditions-div .centerwisee-data-show span{width:50%}.fillter-conditions-div1 .days-selection-div{width:100%;margin-top:10px}.fillter-conditions-div1 .days-selection-div label{width:50%}.master-hide-show-chackbox-div{flex-direction:column}.master-hide-show-chackbox-div .custmize-report-div,.master-hide-show-chackbox-div .daswada-filter-container{width:100%}}@media screen and (min-width: 426px) and (max-width: 769px){.Milkcollection-container{height:auto}.Milkcollection-container .fillter-data-container{min-height:fit-content;padding:5px}.fillter-data-container .fillter-checkbox-container{align-items:center;justify-content:space-between}.fillter-data-container .fillter-checkbox-container .filter-check{height:fit-content}.Milkcollection-container .Milk-collection-report-container{min-height:70%}.master-and-buttons-div .custmize-report-div{width:60%;padding:10px 0;height:fit-content}.master-and-buttons-div .download-option-btn-div{width:100%}.fillter-data-container .fitter-hide-show-container .hided-conatiner-div{min-height:80%}.fitter-hide-show-container .fillter-conditions-div{min-height:20%;flex-direction:column}.fitter-hide-show-container .fillter-conditions-div1{min-height:60%;flex-direction:column;padding:0;margin-bottom:0;justify-content:space-between}.fillter-data-container .master-and-buttons-div{min-height:fit-content;flex-direction:column}.fillter-data-container .master-and-buttons-div .master-hide-show-chackbox-div{width:100%}.master-and-buttons-div .download-option-btn-div button{width:30%}.fillter-conditions-div .custmoer-number-no,.fillter-conditions-div .days-selection-div,.fillter-conditions-div1 .filter-condition-divs{width:100%;padding:0;margin-top:5px;justify-content:space-between}.Milkcollection-container .download-option-btn-div-426{display:inline-flex;justify-content:flex-end}.download-option-btn-div-426 .w-btn{margin:0 10px}.Milk-report-heading{overflow-x:auto}.milkdata-headings-div{min-width:1000px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.milkdata-div{min-width:1000px}.fillter-conditions-div .centerwisee-data-show{width:100%}.fillter-conditions-div .centerwisee-data-show span{width:50%}.fillter-conditions-div1 .days-selection-div{width:100%;margin-top:10px}.fillter-conditions-div1 .days-selection-div label{width:50%}.master-hide-show-chackbox-div{flex-direction:column}.master-hide-show-chackbox-div .custmize-report-div,.master-hide-show-chackbox-div .daswada-filter-container{width:100%}}@media screen and (max-width: 426px){.deduction-first-filter-container{height:auto}.deduction-first-filter-container .filters-from-to-date-button-div{min-height:fit-content;flex-direction:column;padding-bottom:10px}.filters-from-to-date-button-div .dates-and-filter-deduction-container{width:100%}.dates-and-filter-deduction-container{flex-direction:column;padding-bottom:10px}.dates-and-filter-deduction-container .custmize-report-div,.dates-and-filter-deduction-container .dropdwoun-div,.filters-from-to-date-button-div .action-buttons-div{width:100%}.deduction-data-outer-container{min-height:80%}}@media screen and (max-width: 426px){.deduction-report-container{min-height:auto}.deduction-first-filter-container{min-height:fit-content}}@media screen and (min-width: 426px) and (max-width: 769px){.payment-summary-outer-container .payment-summary-details-container{justify-content:space-around}.payment-summary-total-details-container .headings-pay-summary-totals-container{width:23%;height:70px}.payment-deduction-info-outer-container .payment-summary-info-container{height:60%}}@media screen and (max-width: 426px){.main-view-container .payment-summary-container{min-height:auto}.payment-summary-container .title-back-btn-container{margin-bottom:10px}.payment-summary-container .from-to-date-button-container{min-height:fit-content;flex-direction:column}.from-to-date-button-container .date-from-to-div{width:100%;min-height:fit-content;flex-direction:column}.from-to-date-button-container .date-from-to-div .from-div-container{width:100%;justify-content:space-between;margin-bottom:10px}.date-from-to-div .from-div-container label{width:30%}.date-from-to-div .from-div-container .data{width:50%}.from-to-date-button-container .button-print-export-div{width:100%;justify-content:space-between}.from-to-date-button-container .button-print-export-div button{width:30%;margin-bottom:10px}.payment-summary-container .payment-summary-outer-container{min-height:fit-content}.payment-summary-outer-container .payment-summary-total-details-container{min-height:fit-content;flex-wrap:wrap;justify-content:space-between}.payment-summary-total-details-container .headings-pay-summary-totals-container{width:48%;height:70px;margin-bottom:10px}.payment-deduction-info-outer-container .headings-pay-summary-totals-container{width:100%}.payment-deduction-info-outer-container .payment-summary-info-container{width:100%;padding:0}}@media screen and (max-width: 426px){.purchase-product-bill-list-container{min-height:auto}.purchase-product-bill-list-container .download-print-pdf-excel-container{min-height:fit-content;flex-direction:column}.download-print-pdf-excel-container .purchase-dates-add-new-purchase-container{width:100%;min-height:fit-content;flex-direction:column-reverse}.purchase-dates-add-new-purchase-container .purchase-dates-container{width:100%;min-height:fit-content;flex-direction:column}.purchase-dates-add-new-purchase-container .add-new-purchase-div .w-btn{width:40%}.purchase-dates-add-new-purchase-container .purchase-dates-container .date-input-div{width:100%;justify-content:space-between}.purchase-dates-add-new-purchase-container .add-new-purchase-div{width:100%;margin:10px 0}.purchase-product-bill-list-container .purchase-prod-list-container{min-height:90%}.purchase-prod-list-container .purchase-prod-detilas-table-div{overflow-x:scroll}.purchase-prod-detilas-table-div .data-headings-div{width:800px}}@media screen and (max-width: 426px){.purchase-products-container{min-height:auto}.purchase-products-container .page-title-center-select-container{min-height:fit-content;flex-direction:column}.page-title-center-select-container .heading{width:100%}.page-title-center-select-container .center-selection-container{width:100%;margin-bottom:10px}.purchase-products-container .purchase-new-prod-container{min-height:fit-content;flex-direction:column}.purchase-new-prod-container .purchase-new-prod-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.purchase-new-prod-form-container .purchase-details-container{height:auto;min-height:fit-content;flex-direction:column}.purchase-details-container .purchase-input-container{width:100%;flex-direction:row;justify-content:space-between;margin-bottom:10px}.purchase-details-container .purchase-input-container label{width:40%}.purchase-details-container .purchase-input-container .data{width:60%}.purchase-details-container .button-container,.purchase-details-container .button-container button{width:100%}.purchase-new-prod-container .purchased-products-list-outer-container{width:100%;min-height:70%;margin-bottom:10px}.purchased-products-list-outer-container .purchased-products-list-conatainer{overflow-x:scroll}.purchased-products-list-conatainer .purchased-products-data-div{width:700px}.purchased-products-list-outer-container .purchase-button-container{width:100%;justify-content:space-between}.purchased-products-list-outer-container .purchase-button-container button{width:48%}}.productSale{width:100%;margin:15px;padding:15px;display:flex;justify-content:center}.productSale .form-container{padding:20px;background-color:#ecfafd;width:fit-content;border-radius:10px}.productSale .form-container .row{padding:10px}.sales-list-container{margin:10px;width:100%;padding:15px;display:flex;flex-direction:column;overflow-y:hidden;height:85vh}.sales-list-container h1{display:flex;font-weight:600;color:#7235ed;cursor:pointer}.sales-list-container .table{display:flex;overflow:auto}.sales-table{width:100%;border-spacing:0;border-collapse:collapse}.sales-table th{position:sticky;top:0;background-color:#a386dc;z-index:100;text-align:center;font-weight:700;padding:4px;border:1px solid #ccc}.sales-table td{text-align:center;padding:4px;border:1px solid #ccc}.sales-table th{text-align:center;font-weight:700}.sales-table td{text-align:center}.sales-table tr:nth-child(2n){background-color:#faefe3}.table-icon{margin-left:10px;cursor:pointer}.sale-add{margin:10px;display:flex;width:100%;overflow:hidden}.sale-add .form .row{display:flex}.sale-add .form .row .col{padding:5px;display:flex;flex-direction:column}.centered{text-align:center;vertical-align:middle}.for-table{display:flex;width:100%;justify-content:center}.sales-table-container{overflow-x:auto;overflow-y:auto;max-height:90%;width:100%;position:relative;display:flex}@media screen and (max-width: 992px){.sale-add{flex-direction:column;align-items:center;overflow:auto;margin-top:50px;height:100%}.row{flex-direction:column}.forTopM{margin-top:85px!important}.for-table{margin-top:30px!important}}.form{padding:10px}@media screen and (max-width: 426px){.purchase-cattle-feed-container{min-height:auto}.purchase-cattle-feed-container .purchase-cattle-feed-inner-container{flex-direction:column;min-height:auto}.purchase-cattle-feed-inner-container .purchase-cattle-feed-form-container{width:100%;margin-bottom:20px}.purchase-cattle-feed-inner-container .sales-list-outer-container{width:100%;min-height:80%;overflow-x:auto}.modal .modal-content{padding:0!important}.deal-info{padding:10px}.deal-info-name{padding:0 10px;margin:0}}.active-nav{padding:10px;background:#ddbbb5}.milk-correction-data-container .morning-milk-correction-data,.milk-correction-data-container .evening-milk-correction-data{width:49%}@media screen and (min-width: 426px) and (max-width: 769px){.milk-correction-data-container{width:100%;min-height:fit-content;flex-direction:column-reverse;padding:10px}.milk-collection-date-fillter-container .data-fillter-container{width:50%;justify-content:space-around;min-height:fit-content}.milk-correction-inner-container{width:100%;overflow-x:auto;min-height:fit-content;flex-direction:column}.milk-correction-inner-container .morning-milk-correction-data,.milk-correction-inner-container .evening-milk-correction-data{width:100%;min-height:450px;margin-bottom:10px}.milk-correction-data-container .action-btn-container{width:100%;flex-direction:row;align-items:baseline;justify-content:space-around}.milk-correction-data-container .action-btn-container .del{width:25%;margin-bottom:10px}}@media screen and (max-width: 426px){.milk-correction-container{min-height:auto}.milk-correction-container .milk-collection-date-fillter-container{min-height:fit-content;flex-direction:column}.milk-collection-date-fillter-container .form-customer-details-container{width:100%;flex-direction:column;align-items:center;margin:0;padding:10px}.form-customer-details-container .custmize-report-div{width:90%;margin:0}.form-customer-details-container .customer-details-container{width:100%;align-items:baseline}.milk-collection-date-fillter-container .center-selection-data-fillter-container{width:100%;min-height:fit-content}.center-selection-data-fillter-container .data-fillter-container{min-height:fit-content;flex-direction:column}.customer-details-container .btn-code-container{width:30%}.customer-details-container .cust_name{width:60%}.data-fillter-container .fillter-selection-container{width:100%;margin-top:10px;justify-content:space-between}.data-fillter-container .fillter-selection-container .checkbx{width:20%;height:auto}.milk-correction-data-container{width:100%;min-height:fit-content;flex-direction:column-reverse;padding:10px}.milk-correction-data-container .milk-correction-inner-container{width:100%;overflow-x:auto;min-height:fit-content;flex-direction:column}.milk-correction-inner-container .morning-milk-correction-data,.milk-correction-inner-container .evening-milk-correction-data{min-width:700px;min-height:450px;margin-bottom:10px}.milk-correction-data-container .action-btn-container{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.milk-correction-data-container .action-btn-container .del{width:40%;margin-bottom:10px}.home-nav-item{width:fit-content}.home-nav-item .sub-navlinks .nav-icons{display:none}.home-nav-item .sub-navlinks span{display:block}.milk-correction-navlinks-conatainer{overflow-x:auto;white-space:nowrap;min-width:100%}}.transfer-icons{font-size:36px;color:#8a2be2}.milk-collection-data-container .transfer-logos-container .mobile-icons{display:none}@media screen and (max-width: 426px){.milk-collection-data-container{flex-direction:column;min-height:auto;padding:10px}.view-milk-collection-container .customer-details-container{flex-direction:column;min-height:fit-content;padding:0 10px}.customer-details-container .from-cutsomer-details{width:100%;min-height:fit-content;margin-bottom:10px}.cutsomer-detail .to-customer-details-container input{margin:0}.customer-details-container .from-customer-details-container,.customer-details-container .date-container{margin-bottom:10px}.customer-details-container .cutsomer-details{width:100%;min-height:fit-content}.milk-collection-data-container .morning-milk-collection-data,.milk-collection-data-container .evening-milk-collection-data{width:100%;min-height:100%}.milk-collection-data-container .transfer-logos-container{width:100%;flex-direction:row;height:20%;justify-content:center}.milk-collection-data-container .transfer-logos-container .laptop-icons{display:none}.milk-collection-data-container .transfer-logos-container .mobile-icons{display:block}}@media screen and (max-width: 426px){.shift-wise-milk-transfer-container{padding:10px}.shift-wise-milk-transfer-container .milk-date-transfer-container{width:100%}.customer-codes-container input[type=radio]{width:5%;padding:0}}@media screen and (max-width: 426px){.delete-milk-collection-container{padding:10px}.delete-milk-collection-container .milk-date-delete-container{width:100%}.delete-dates-container .date-container span:first-child{display:none}.delete-dates-container .date-container input{width:40%}}.bill-payments-container-div button{width:100%}@media screen and (min-width: 426px) and (max-width: 769px){.Bil-list-container{min-height:auto}.Bil-list-container .generate-bill-form-container{min-height:fit-content;flex-wrap:wrap;padding:0;margin-bottom:10px}.generate-bill-form-container .bill-voucher-date-container{width:40%;padding:10px}.bill-voucher-date-container .bil-date-div{margin-bottom:10px}.generate-bill-form-container .payment-dates-container{width:55%;padding:10px}.payment-dates-container .pay-fromdate-div{margin-bottom:10px}.generate-bill-form-container .checkbox-container{width:40%;flex-direction:row;max-height:max-content;margin-top:10px}.generate-bill-form-container .checkbox-container .check-acc-div{height:auto}.generate-bill-form-container .form-button-div{width:50%;flex-direction:row;max-height:max-content;margin-top:10px}.generate-bill-form-container .form-button-div button{width:45%}.Bil-list-container .payment-details-and-report-btn-div{min-height:fit-content}.payment-details-and-report-btn-div .bill-payments-container-div{width:20%}.bill-payments-container-div button{width:100%;margin-bottom:10px}.lock-payment-container .lock-unlock-payment-container{width:70%}}@media screen and (max-width: 426px){.Bil-list-container{min-height:auto}.Bil-list-container .page-title-select-center-container{min-height:fit-content;flex-direction:row;flex-wrap:wrap;margin-bottom:5px}.page-title-select-center-container .heading{width:100%}.page-title-select-center-container .label-text{width:25%}.page-title-select-center-container #select-center{width:70%}.generate-bill-form-container{min-height:fit-content;flex-direction:column}.generate-bill-form-container .bill-voucher-date-container,.generate-bill-form-container .payment-dates-container{width:100%;min-height:fit-content;margin-bottom:10px;padding:10px}.bill-voucher-date-container .bil-date-div,.bill-voucher-date-container .Voucher-date-div,.payment-dates-container .pay-fromdate-div,.payment-dates-container .pay-todate-div{flex-direction:column;align-items:flex-start}.bill-voucher-date-container span,.bill-voucher-date-container input,.payment-dates-container span,.payment-dates-container input{width:100%}.generate-bill-form-container .checkbox-container{width:100%;min-height:fit-content;flex-direction:row;margin-bottom:10px}.generate-bill-form-container .form-button-div{width:100%;flex-direction:row;justify-content:space-between}.generate-bill-form-container .form-button-div button{width:45%}.Bil-list-container .payment-details-and-report-btn-div{min-height:auto;flex-direction:column}.payment-details-and-report-btn-div .payment-data-report-btn-div{min-height:550px;width:100%;padding:0}.Bil-list-container .payment-details-and-report-btn-div .customer-code-div{width:100%;min-height:fit-content;flex-direction:column}.payment-data-report-btn-div .customer-code-div span{width:100%;min-height:fit-content}.payment-data-report-btn-div .customer-code-div .label-text{min-height:30px;margin-bottom:10px}.payment-data-report-btn-div .customer-code-div .cust-code-div{width:100%;min-height:fit-content;margin-bottom:10px}.customer-code-div .cust-code-div input{width:20%}.payment-data-report-btn-div .bill-payments-details-container{min-height:60%;margin-bottom:10px}.payment-data-report-btn-div .bill-form-btn-div{min-height:fit-content;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.payment-data-report-btn-div .bill-form-btn-div .btn{width:100%;margin-bottom:10px}.payment-data-report-btn-div .bill-form-btn-div button{width:45%;margin:0}.payment-details-and-report-btn-div .bill-payments-container-div{width:100%;min-height:fit-content;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.bill-payments-container-div button{width:45%;margin-bottom:10px}}@media screen and (max-width: 426px){.lock-payment-container{min-height:auto}.lock-payment-container .lock-unlock-payment-container{width:100%}}@media screen and (max-width: 769px){.dairy-main-container{padding:10px}.dairy-main-container .dairy-information-div{width:100%;height:100%}.dairy-information-div{width:70%;height:90%}.dairy-name-div{height:15%;flex-direction:column}.dairy-name-div .label-text,.dairy-name-div .data{width:100%}.register-date-no-div,.gst-mobile-div,.address-div{height:15%}.regi-no-div,.gst-div,.add-div{width:45%;height:20%;flex-direction:column}.regi-no-div .label-text,.gst-div .label-text,.add-div .label-text,.regi-no-div .data,.gst-div .data,.add-div .data{width:100%}}@media screen and (max-width: 426px){.dairy-main-container{padding:10px;min-height:auto}.dairy-main-container .heading-text{text-align:start}.dairy-main-container .dairy-information-div{width:100%;min-height:fit-content}.dairy-information-div .dairy-div{width:100%;flex-direction:column;min-height:fit-content}.dairy-div .dairy-info-div{width:100%}}.buttons-amount-container{margin-top:10px}.buttons-amount-container button{width:45%}@media screen and (max-width: 769px){.society-initial-info-contianer{min-height:auto;flex-direction:column}.society-initial-info-contianer .dairy-ladger-info-outer-container{min-height:fit-content;flex-direction:column}.dairy-ladger-info-outer-container .dairy-main-ladger-info-container{width:100%;min-height:fit-content;margin-bottom:10px}.dairy-main-ladger-info-container .dairy-initial-cash-info-div{width:100%;min-height:fit-content}.dairy-main-ladger-info-container .dairy-initial-cash-gl-info-div{margin-top:15px;width:100%;min-height:fit-content}.dairy-initial-cash-info-div .starting-info-div{width:100%;margin-bottom:5px}.dairy-initial-cash-info-div .starting-info-div label{width:50%;padding:0}.dairy-initial-cash-info-div .starting-info-div input{width:50%}.dairy-initial-cash-gl-info-div .cashgl-info-div{width:100%;margin-bottom:5px}.dairy-initial-cash-gl-info-div .cashgl-info-div label{width:50%;padding:0}.dairy-initial-cash-gl-info-div .cashgl-info-div input{width:50%}.dairy-main-ladger-info-container .select-dairy-gl-div{width:100%;justify-content:space-between;margin-bottom:10px}.dairy-main-ladger-info-container .select-dairy-gl-div label{width:30%;padding:0}.dairy-main-ladger-info-container .select-dairy-gl-div .s1{width:15%}.dairy-main-ladger-info-container .select-dairy-gl-div .s2{width:45%}.dairy-ladger-info-outer-container .ladger-settings-container{width:100%;display:flex}.ladger-settings-container .round-amount-container{width:22%;margin-right:10px;margin-bottom:10px}.ladger-settings-container button{width:30%}}@media screen and (max-width: 426px){.society-initial-info-contianer{min-height:auto;flex-direction:column}.society-initial-info-contianer .dairy-ladger-info-outer-container{min-height:fit-content;flex-direction:column}.dairy-ladger-info-outer-container .dairy-main-ladger-info-container{width:100%;min-height:fit-content}.dairy-main-ladger-info-container .dairy-initial-cash-info-div{width:100%;min-height:fit-content;flex-direction:column}.dairy-main-ladger-info-container .dairy-initial-cash-gl-info-div{margin-top:15px;width:100%;min-height:fit-content;flex-direction:column}.dairy-initial-cash-info-div .starting-info-div{width:100%;margin-bottom:5px}.dairy-initial-cash-info-div .starting-info-div label,.dairy-initial-cash-info-div .starting-info-div input{width:50%}.dairy-initial-cash-gl-info-div .cashgl-info-div{width:100%;margin-bottom:5px}.dairy-initial-cash-gl-info-div .cashgl-info-div label{width:50%;padding:0}.dairy-initial-cash-gl-info-div .cashgl-info-div input{width:50%}.dairy-main-ladger-info-container .select-dairy-gl-div label{width:100%;padding:0}.dairy-main-ladger-info-container .select-dairy-gl-outer-div label{margin-bottom:10px;padding:0}.dairy-main-ladger-info-container .select-dairy-gl-div{width:100%;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.dairy-main-ladger-info-container .select-dairy-gl-div label{width:100%}.dairy-main-ladger-info-container .select-dairy-gl-div .s1{width:30%}.dairy-main-ladger-info-container .select-dairy-gl-div .s2{width:65%}.dairy-ladger-info-outer-container .ladger-settings-container{width:100%}.ladger-settings-container .round-amount-container{width:45%;margin-right:0;margin-bottom:10px}.ladger-settings-container button{width:45%}}.center-list-div{overflow-x:auto}.table-titles{min-width:1400px;position:sticky;top:0;background-color:#faebd7}.table-data{min-width:1400px}.label-text .icons{font-size:22px}.label-text .delete-icons{font-size:22px;color:red}@media screen and (max-width: 769px){.center-main-container{min-height:auto;padding:10px;margin-top:10%}.center-main-container .center-information-div{width:100%;min-height:fit-content}.center-information-div .center-name-div{margin-bottom:10px}.center-information-div .center-add-data-div{min-height:fit-content;flex-wrap:wrap;gap:5px}.center-add-data-div .center-details-div{flex:4 1 130px}.center-information-div .add-data-div{flex-wrap:wrap;gap:5px;margin-bottom:10px}.center-information-div button{margin-top:20px}.add-data-div .center-pass-details-div{flex:2 1 150px}}@media screen and (max-width: 426px){.center-main-container{min-height:auto;padding:10px;margin-top:60%}}@media screen and (max-width: 376px){.center-main-container{margin-top:70%}}@media screen and (max-width: 426px){.user-profile-container .user-details-container{width:100%}}.forWidth{min-width:1056px!important}.productModel{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.productModel .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.productModel .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.productModel .modal-content label{color:#555;margin-bottom:5px}.productModel .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.productModel .modal-content button:last-child{background-color:#007bff;color:#fff;margin-left:10px}.productModel .modal-content button:last-child:hover{background-color:#0056b3}.productModel .modal-content button:first-child{background-color:#f8f9fa;color:#333}.productModel .modal-content button:first-child:hover{background-color:#e2e6ea}@media screen and (max-width: 426px){.product-list-container{width:100%;min-height:auto}.product-list-container .download-print-pdf-excel-container{min-height:fit-content;flex-direction:column}.download-print-pdf-excel-container .group-code-and-button-div{min-height:fit-content;flex-wrap:wrap}.group-code-and-button-div .group-selection-container{width:100%;justify-content:space-between;padding:0}.group-code-and-button-div button{width:45%;margin:0 0 10px}.product-list-container .product-list-table{min-height:90%;margin-bottom:10px}.product-list-table .product-heading-title-scroller{overflow-x:scroll}.product-heading-title-scroller .sales-data-values-div{width:700px}}@media screen and (max-width: 426px){.add-product-container{width:100%;min-height:auto}.add-product-container .create-product-container{width:100%;min-height:auto;flex-direction:column}.add-product-container .product-details-form-container{width:100%;min-height:fit-content}.product-details-form-container .prod-details-outer-div{width:100%;min-height:fit-content;flex-direction:column}.prod-details-outer-div .prod-details-div .prod-code{width:30%}.prod-details-outer-div .prod-details-div{width:100%}.product-details-form-container .prod-btn-container{width:100%;margin-top:10px;justify-content:space-between}.prod-btn-container button{width:48%;margin:0}.add-product-container .product-ledgers-details-container{width:100%;min-height:fit-content;margin-bottom:10px}.product-ledgers-details-container .select-group-container{margin:10px 0}.product-ledgers-details-container .prod-ledger-details-div{width:100%;min-height:fit-content;flex-wrap:wrap}.prod-ledger-details-div .info-text{width:100%}.prod-ledger-details-div .leno-text{width:30%}.prod-ledger-details-div .lename-text{width:60%}}.table-container{max-height:400px;overflow-y:auto;overflow-x:auto;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;background-color:#fff}table{width:100%;border-collapse:collapse;border-spacing:0}thead{background-color:#17acc0;color:#fff;position:sticky;top:0;z-index:10}th{padding:14px 16px;font-size:14px;position:static;text-transform:uppercase;letter-spacing:.8px;text-align:left;border-bottom:2px solid #ddd}tbody tr{transition:background .2s ease-in-out}tbody tr:nth-child(odd){background-color:#f9f9f9}tbody tr:nth-child(2n){background-color:#fff}tbody tr:hover{background-color:#e8f5e9;cursor:pointer}td{padding:12px 16px;font-size:14px;color:#333;border-bottom:1px solid #ddd;text-align:left}.filter-code-div input,.filter-name-wise-div input{margin-right:10px}@media (max-width: 768px){.table-container{overflow-x:auto}table{width:100%;overflow-x:auto;white-space:nowrap}th,td{padding:10px;font-size:13px}}@media screen and (max-width: 426px){.fromto-date-sale-report{flex-direction:column}.from-to-date-purches-conta .from-salee-div{width:50%;margin-right:10px;margin-bottom:10px}.from-to-date-purches-conta .from-salee-div span{width:50%;font-size:small}.from-to-date-purches-conta .from-salee-div input{width:130px;font-size:small;height:40px}.reports-print-buttondiv .fromto-date-sale-report .from-to-date-purches-conta{display:flex;align-items:center;width:100%}.reports-print-buttondiv .fromto-date-sale-report .purches-register-report{display:flex;width:100%;margin-bottom:20px}.reports-print-buttondiv .fromto-date-sale-report .purches-register-report span{font-size:small;width:120px}.reports-print-buttondiv .fromto-date-sale-report .purches-register-report select{width:200px}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div{height:50px;margin-bottom:20px}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div span{width:45px;margin-right:4px;font-size:small}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div .filter-code-div input{width:50px;font-size:small}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div .filter-name-wise-div span{margin-left:10px}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div .button-for-pdf button{width:40px;font-size:x-small}.reports-print-buttondiv .fromto-date-sale-report .businessman-repoer-div .filter-name-wise-div input{width:110px;font-size:small}.purches-report-section .purches-report-container{flex-direction:column}.purches-report-section .purches-report-container .purches-register-report span{width:150px;font-size:small}.purches-report-section .purches-report-container .purches-register-report select{width:170px;font-size:small;margin-bottom:10px}.container{margin-top:10px}.container .min-w-full .bg-gray-50 .tr .th{font-size:14px;position:sticky;text-transform:uppercase;letter-spacing:.8px;text-align:left;border-bottom:2px solid #ddd}.bg-gray-50 th{font-size:12px;padding:4px}.px-6{padding:4px}.purches-report-container .checkbox-for-a-filter-div{width:100%;flex-direction:column;margin-bottom:20px}.purches-report-container .codewisefilter-div{width:100%}.purches-report-container .codewisefilter-div .filter-code-div span{font-size:small}.purches-report-container .codewisefilter-div .filter-code-div input{font-size:small;width:70px;margin-right:5px}.purches-report-container .codewisefilter-div .filter-name-wise-div span{font-size:small}.purches-report-container .codewisefilter-div .filter-name-wise-div input{font-size:small;width:110px;margin-right:5px}.purches-report-container .purches-buttons-div{width:100%;justify-content:space-around}.th{padding:14px 16px;font-size:14px;position:static;text-transform:uppercase;letter-spacing:.8px;text-align:left;border-bottom:2px solid #ddd}.purches-report-section .checkbox-for-a-filter-div .item-name-code-checkbox{width:50%;margin-bottom:5px}.checkbox-for-a-filter-div .codewise-filter-div{width:100%}.checkbox-for-a-filter-div .codewise-filter-div .filter-code-div span{font-size:small}.checkbox-for-a-filter-div .codewise-filter-div .filter-code-div input{font-size:small;margin-right:10px;width:70px}.checkbox-for-a-filter-div .codewise-filter-div .filter-name-wise-div span{font-size:small}.checkbox-for-a-filter-div .codewise-filter-div .filter-name-wise-div input{font-size:small;margin-right:10px;width:100px}}.report-table{width:100%;height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:auto;border:1px solid #ccc;background-color:#fff;border-radius:5px}.report-table th{background-color:#17acc0;color:#fff;padding:10px;text-align:left;border-bottom:2px solid #0056b3}.report-table td{padding:8px;border-bottom:1px solid #ddd}.sub-heading{font-size:20px;font-weight:700;margin-bottom:15px;color:#333;text-align:center}.item-no-div,.item-name-div{display:flex;align-items:center}.info-text{font-size:14px;font-weight:500;color:#555;margin-right:8px}.data{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%}select{cursor:pointer}.from-to-div-sales-report{width:100%;display:flex;justify-content:space-between;margin-bottom:15px}.from-date-sales,.to-dates-sales{display:flex;align-items:center}.popup-buttons{width:100%;display:flex;justify-content:space-between;margin-top:10px}.btn{padding:8px 16px;font-size:14px;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.report-btn{background:#007bff;color:#fff}.exit-btn{background:#dc3545;color:#fff}.btn:hover{opacity:.8}table td{vertical-align:middle}p{font-size:16px;color:#888;margin:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (max-width: 426px){.first-half-container-sales-report .from-to-date-container-sales{flex-direction:column}.first-half-container-sales-report .from-to-date-container-sales .from-and-to-date-both,.first-half-container-sales-report .from-to-date-container-sales .sale-regsiter-reports{width:100%;height:80px}.itemwise-data-show-checkbox-div .checkbox-container-for-sale{margin-top:30px}.date-container-sales{flex-direction:column}.date-container-sales .from-and-to-date-both{width:100%}.first-half-container-sales-report .date-container-sales .from-and-to-date-both .from-sales-date-div span{font-size:small;margin-right:5px}.first-half-container-sales-report .date-container-sales .from-and-to-date-both .from-sales-date-div input{width:130px;font-size:small}.date-container-sales .from-and-to-date-both .from-sales-date-div input{width:100px;margin-right:5px}.date-container-sales .sale-regsiter-reports{width:100%}.date-container-sales .sale-regsiter-reports span{font-size:small}.date-container-sales .sale-regsiter-reports select{font-size:small;margin-right:10px}.itemwise-data-show-checkbox-div{flex-direction:column}.itemwise-data-show-checkbox-div .checkbox-container-for-sale{width:100%;height:60px;margin-top:20px;align-items:center}.itemwise-data-show-checkbox-div .checkbox-container-for-sale input{height:15px}.itemwise-data-show-checkbox-div .checkbox-container-for-sale span{font-size:small}.itemwise-data-show-checkbox-div .item-no-itemname-div{width:100%;height:30px}.first-half-container-sales-report .sale-regsiter-reports select{width:150px}.first-half-container-sales-report .itemwise-data-show-checkbox-div{margin-bottom:50px}.first-half-container-sales-report .itemwise-data-show-checkbox-div .item-no-itemname-div{margin-top:3px}.first-half-container-sales-report .itemwise-data-show-checkbox-div .item-no-itemname-div .item-no-salesdiv span{font-size:small}.sale-regsiter-reports .print-button-div button{margin-left:20px;width:43px}.itemwise-data-show-checkbox-div .item-no-itemname-div .item-no-salesdiv input{width:50px}.itemwise-data-show-checkbox-div .item-no-itemname-div .item-name-sale-div{width:200px;margin-right:20px}.itemwise-data-show-checkbox-div .item-no-itemname-div .item-name-sale-div select{font-size:small}.itemwise-data-show-checkbox-div .item-no-itemname-div .item-name-sale-div span{margin-right:5px;font-size:small}.Report-show-and-Pdf-Print-Function button{margin-right:5px}.from-and-to-date-both{margin-right:20px}}.Stock-table-container{display:flex;flex-direction:column;width:100%;height:400px;overflow:hidden}.table-wrapper{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:scroll}.table-wrapper::-webkit-scrollbar{display:none}.table-wrapper{-ms-overflow-style:none;scrollbar-width:none}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.table-header table{width:80%}.totals{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-left:20px}.totals p{margin:5px 0;font-size:14px;font-weight:700}@media screen and (max-width: 426px){.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div{flex-direction:column}.first-half-span-input-div .stocks-from-todate-reports .fromto-date-Stock-report .from-sale-stock-div span{width:100px}.stocks-from-todate-reports-div .fromto-date-Stock-report .fromdate-sale-stock-div span{margin-right:10px}.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div .stocks-report-selact-div{display:flex;width:100%;margin-bottom:10px}.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div .stocks-report-selact-div span{width:150px;align-items:center}.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div .stocks-report-selact-div select{width:200px;align-items:center;font-size:small}.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div .stoks-button-div{width:100%}.first-half-span-input-div .stocks-from-todate-reports-div .select-report-div .stoks-button-div button{margin-bottom:10px}.Stocks-reports-container .first-half-span-input-div{height:35%}.first-half-span-input-div .stocks-from-todate-reports-div .fromto-date-Stock-report{width:100%}.first-half-span-input-div .stocks-from-todate-reports-div .fromto-date-Stock-report .from-sale-stock-div{width:50%}.first-half-span-input-div .stocks-from-todate-reports-div .fromto-date-Stock-report .from-sale-stock-div span{width:40px;font-size:small}.first-half-span-input-div .stocks-from-todate-reports-div .fromto-date-Stock-report .from-sale-stock-div input{width:100px;font-size:x-small}.stocks-report-selact-div span{font-size:small}.stocks-from-todate-reports-div .fromto-date-Stock-report span{font-size:small;width:35px}.stocks-from-todate-reports-div .fromto-date-Stock-report input{font-size:x-small;width:110px;height:35px}.stocks-from-todate-reports-div .to-date-sale-stock-div input{width:110px;height:35px}.stock-report-dispaly-btn-div{margin-left:5px}.stocks-from-todate-reports-div .fromto-date-Stock-report .fromto-date-Stock-report{flex-direction:column}}.returnModal{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.returnModal .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}@media screen and (max-width: 426px){.dealer-return-container{min-height:auto;flex-direction:column}.dealer-return-container .retun-product-details-container{width:100%;min-height:fit-content;margin-bottom:10px}.retun-product-details-container .return-prod-details-div{flex-direction:column}.return-prod-details-div .prod-detils-div{width:100%;justify-content:space-between;flex-direction:row;margin-bottom:10px}.return-prod-details-div .prod-detils-div label{width:30%;padding:0}.return-prod-details-div .prod-detils-div .data{width:65%}.retun-product-details-container .return-btns-container button{width:100%}.dealer-return-container .return-product-invoice-container{width:100%;min-height:100%;margin-bottom:10px}.return-product-invoice-container .return-prod-invoice-details-table{width:100%;overflow-x:scroll}.return-product-invoice-container .return-table-headings-div,.return-product-invoice-container .return-table-data-div{min-width:600px}}@media screen and (max-width: 426px){.dealer-return-list-container{width:100%;min-height:auto}.dealer-return-list-container .download-print-pdf-excel-container{min-height:fit-content}.download-print-pdf-excel-container .sales-dates-and-add-return-container{min-height:fit-content;flex-direction:column-reverse}.sales-dates-and-add-return-container .add-new-return-div{width:100%;margin-bottom:10px}.sales-dates-and-add-return-container .add-new-return-div .add-btn{width:30%}.sales-dates-and-add-return-container .sales-dates-container{min-height:fit-content;flex-direction:column}.sales-dates-container .date-input-div{width:100%;flex-direction:row}.sales-dates-container .date-input-div label{width:35%}.sales-dates-container .date-input-div input{width:55%}.download-print-pdf-excel-container .find-returns-by-customer-container{flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.find-returns-by-customer-container input{width:100%}.find-returns-by-customer-container button{width:45%;margin:0}.dealer-return-list-container .dealer-return-prod-list-container{min-height:90%;margin-bottom:10px}.dealer-return-prod-list-container .dealer-returns-prod-detilas-table-div{width:100%;min-height:90%;overflow-x:scroll}.dealer-returns-prod-detilas-table-div .data-headings-div{width:600px}}.dropdown-menu{position:absolute;top:18%;left:auto;background:#fff;border:1px solid #ddd;padding:0;list-style:none;box-shadow:0 4px 6px #0000001a;z-index:10;min-width:180px;display:flex;flex-direction:column}.dropdown-item{padding:8px 12px;text-decoration:none;color:#000;display:block}.dropdown-item:hover{background-color:#f0f0f0}@media screen and (max-width: 426px){.dropdown-menu{min-width:110px}}@media screen and (max-width: 426px){.customer-retuns-container{width:100%;min-height:auto;flex-direction:column}.customer-retuns-container .customer-return-prod-detials-container{width:100%;min-height:fit-content;margin-bottom:10px}.customer-return-prod-detials-container .return-prod-details-div{width:100%;flex-direction:column}.customer-return-prod-detials-container .return-btn-container button{width:100%}.customer-retuns-container .customer-return-bill-detials-container{width:100%;min-height:100%;margin-bottom:10px}.customer-return-bill-detials-container .customer-return-prod-table-container{width:100%;overflow-x:scroll}.customer-return-prod-table-container .return-prod-data-div{width:600px}.customer-return-prod-list-container{width:100%;min-height:auto;flex-direction:column}.customer-return-prod-list-container .customer-return-prod-list-container{width:100%;min-height:90%;overflow-x:scroll}.customer-return-prod-list-container .data-headings-div{width:800px}}.expiredModel{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.expiredModel .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.expiredModel .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.expiredModel .modal-content label{color:#555;margin-bottom:5px}.expiredModel .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.expiredModel .modal-content button:last-child{background-color:#007bff;color:#fff;margin-left:10px}.expiredModel .modal-content button:last-child:hover{background-color:#0056b3}.expiredModel .modal-content button:first-child{background-color:#f8f9fa;color:#333}.expiredModel .modal-content button:first-child:hover{background-color:#e2e6ea}.deduction-master-container .header-nav{position:sticky;top:60px;z-index:9;background-color:#c18383}.nave-jama-container .btn-container .save-btn-426{display:none}@media screen and (max-width: 426px){.Deduction-head-container{min-height:auto}.Deduction-head-container .deduction-head-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.deduction-head-form-container .deduction-head-details-container{width:100%;min-height:fit-content;flex-direction:column}.deduction-head-details-container .deduction-head-details-div{width:100%;margin-bottom:10px}.deduction-head-form-container .deduction-head-name-container{width:100%;min-height:fit-content;flex-direction:column;padding:0}.deduction-head-name-container .deduction-name-div{width:100%;margin-bottom:10px}.deduction-head-name-container .deduction-name-div .label-text{width:40%}.deduction-head-form-container .deduction-head-name-container .w-btn{display:none}.deduction-head-form-container .nave-jama-container{width:100%;min-height:fit-content;flex-direction:column;padding:0}.nave-jama-container .nave-jama-details-container{width:100%;justify-content:space-between;margin-bottom:10px}.nave-jama-container .btn-container{width:100%}.nave-jama-container .btn-container .w-btn{width:45%}.nave-jama-container .btn-container .save-btn-426{display:block}.Deduction-head-container .Deductionhead-table-section-container{min-height:70%;overflow-x:auto}.Deductionhead-table-heading-container{min-width:800px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.Deductionhead-table-data-container{min-width:800px}}@media screen and (max-width: 426px){.deduction-details-container{min-height:auto}.deduction-details-container .deduction-details-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.deduction-details-form-container .deduction-name-div{width:100%;flex-wrap:wrap;min-height:fit-content;margin-bottom:10px}.deduction-details-form-container .deduction-name-div span{width:100%}.deduction-details-form-container .deduction-name-div .d-code{width:20%}.deduction-details-form-container .deduction-name-div .d-name{width:75%}.deduction-details-form-container .deduction-code-and-date{width:100%;flex-wrap:wrap;justify-content:space-between;min-height:fit-content;margin-bottom:10px}.deduction-details-form-container .deduction-code-and-date .deduction-code-div{width:35%}.deduction-details-form-container .deduction-code-and-date .deduction-code-date-div{width:60%;margin:0}.deduction-details-form-container .deduction-details-radio-btn-container{width:100%;justify-content:space-between;min-height:fit-content;margin-bottom:10px}.deduction-details-radio-btn-container .radio-input-ded-details-div{width:32%;justify-content:space-between;margin-bottom:5px}.radio-input-ded-details-div input{width:25px;height:25px}.radio-input-ded-details-div span{width:65%}.deduction-details-form-container .dedu-rate-details-container{width:100%;min-height:fit-content;flex-direction:column;margin-bottom:10px}.dedu-rate-details-container .rate-info-inner-div{width:100%;flex-direction:column}.dedu-rate-details-container .rate-info-inner-div .rate-details-div{width:100%;justify-content:space-between;margin-bottom:10px}.rate-info-inner-div .rate-details-div .radio-btn{width:25px;height:25px}.dedu-rate-details-container .btn-container{width:100%;justify-content:space-between}.dedu-rate-details-container .btn-container button{width:45%}.deduction-details-table-container{min-height:80%;overflow-x:scroll}.deduction-details-table-container .deduction-details-div{width:900px}}@media (max-width: 426px){.bank-register-container .bank-first-container{height:auto}.bank-first-container .date-from-to-bank .from-to-date-containerr{width:100%;margin-bottom:10px}.bank-first-container .date-from-to-bank .report-show-button{width:100%;margin-bottom:60px}.bank-first-container .date-from-to-bank .report-show-button button{width:400px;margin-left:3px;margin-right:3px}.bank-first-container .date-from-to-bank{flex-direction:column;max-height:fit-content}.bank-first-container .date-from-to-bank .from-date-bank-div{width:50%}.bank-first-container .date-from-to-bank .from-date-bank-div span{width:150px}.bank-first-container .date-from-to-bank .from-date-bank-div input{width:145px;margin-right:2px}.bank-first-container .date-from-to-bank .bank-to-date-div{width:50%}.bank-first-container .date-from-to-bank .bank-to-date-div input{width:145px}.bank-code-select-bank-span-input{margin-bottom:10px}.bank-first-container .checkbox-side-div .amt-checkbox-div input{width:30px;margin-right:2px}.bank-first-container .checkbox-side-div .amt-checkbox-div{width:150px}.bank-first-container .checkbox-side-div .amt-checkbox-div span,.bank-first-container .checkbox-side-div .centerwise-checkbox-div span{width:200px;margin-left:10px}.bank-first-container .checkbox-side-div .customerwise-checkbox-div,.bank-first-container .checkbox-side-div .customerwise-checkbox-div span{width:200px}.bank-first-container .bank-code-div{width:100%;flex-direction:column}.bank-first-container .bank-code-div .bank-code-select-bank-span-input{width:100%}.bank-first-container .bank-code-div .bank-textfield-div{width:40%;margin-right:10px}.bank-first-container .bank-code-div .bank-textfield-div span{width:130px}.bank-first-container .bank-code-div .bank-reprts-dropdown{width:60%}.bank-first-container .bank-code-div .bank-reprts-dropdown select{width:210px}.bank-first-container .bank-code-div .bank-regsiter-buttons-pdf-excel{width:100%}.checkbox-side-div{flex-direction:column}.checkbox-side-div .amt-cust-ifsc-div{width:100%}.checkbox-side-div .amt-cust-ifsc-div .amt-checkbox-div{width:50%}.checkbox-side-div .excel-bank-report{width:100%;margin-left:20px}.date-from-to-bank .center-selection-payment-div{width:100%}}@media screen and (max-width: 426px){.mannual-master-div .custom-select{width:60%;font-size:small}.mannual-master-div .deduction-name-batch-no{width:40%}.mannual-master-div .deduction-name-batch-no span{width:120px;font-size:small;margin-left:10px}.deduction-name-kapat .deduction-kpat-div span{width:90px}.deduction-name-kapat .deduction-kpat-div .mx5{width:220px}.utpadak-no-span-container .utpadak-no-div{width:70%}.utpadak-no-span-container .utpadak-no-div .w20{width:150px;font-size:small}.utpadak-no-span-container .utpadak-no-div .mx10{width:180px;font-size:small}.amount-deduction-name-div{flex-direction:column;width:30%}.jama-deal-gl-table-container .jama-deal-gl-div span{font-size:small}.jama-deal-gl-table-container .jama-deal-gl-div .w10{width:100px}}@media screen and (max-width: 768px){.mannual-master-div .custom-select{width:60%;font-size:small}.mannual-master-div .deduction-name-batch-no{width:40%}.mannual-master-div .deduction-name-batch-no span{width:120px;font-size:small;margin-left:10px}.deduction-name-kapat .deduction-kpat-div span{width:90px}.deduction-name-kapat .deduction-kpat-div .mx5{width:220px}.utpadak-no-span-container .utpadak-no-div{width:70%}.utpadak-no-span-container .utpadak-no-div .w20{width:150px;font-size:small}.utpadak-no-span-container .utpadak-no-div .mx10{width:180px;font-size:small}.amount-deduction-name-div{flex-direction:column;width:30%}.jama-deal-gl-table-container .jama-deal-gl-div span{font-size:small}.jama-deal-gl-table-container .jama-deal-gl-div .w10{width:100px}}.Credit-container{width:100%;display:flex;flex-direction:column;overflow:hidden}.Credit-container-scroll{scrollbar-width:none;overflow-y:auto}.Credit-container-scroll::-webkit-scrollbar{display:none}.credit-form,.credit-table{padding:10px;border-radius:8px}.credit-table .creditTable-container{overflow-x:auto;width:100%;margin-top:10px}.credit-table .creditTable-container .table{width:100%;border-collapse:collapse}.credit-table .creditTable-container .table th,.credit-table .creditTable-container .table td{border:1px solid #ccc;text-align:center;padding:8px;white-space:nowrap}.credit-table .creditTable-container .table th{font-weight:700}.credit-batchTally-buttons{gap:30px;justify-content:center}@media (max-width: 768px){.credit-form .row{flex-direction:row}}@media screen and (max-width: 426px){.credit-form .row .Deal-date-div{display:flow}.credit-form .row .Deal-date-div input{width:170px}.credit-form .row .Batch{display:flow;width:150px}.credit-form .row .Batch span{margin-left:10px}.deal-container .Deal-typr-div span{width:130px;align-items:center}.deal-container .Deal-typr-div select{width:160px;height:35px;margin-top:10px}.deal-container .bill-no-div span{width:120px}.deal-container .bill-no-div input{width:110px}.bill-type-check-container .bill-type-div span,.bill-type-check-container .bill-type-div select{width:90px}.bill-type-check-container .bill-number-div span,.bill-type-check-container .bill-number-div input{width:80px}.credit-form .utpadak-number-container{flex-direction:column}.utpadak-number-container .utpadak-number-div{width:100%}.utpadak-number-container .utpadak-number-div .w20{width:120px}.utpadak-number-container .Amount-button-container{width:100%}.credit-all-form{flex-direction:column;gap:10px}.credit-batchTally{flex-direction:column-reverse!important}.credit-batchTally-buttons{flex-direction:row!important;gap:10px;justify-content:center}}.day-book-table-section{width:100%;height:50vh;display:flex;flex-direction:column;border:1px solid #ccc;overflow:hidden}.scroll-container{width:100%;height:100%;overflow:auto;position:relative}.scroll-container::-webkit-scrollbar{display:none}.heading-tableof-dy-book{display:flex;position:sticky;top:0;background-color:#17acc0;z-index:2;border-bottom:1px solid #ccc;min-width:1000px;height:70px}.heading-tableof-dy-book span{color:#f0f8ff}.day-book-table-data-section{display:flex;flex-direction:column;overflow-y:auto;min-width:1000px;max-height:calc(50vh - 40px)}.day-book-table-data-section::-webkit-scrollbar{display:none}.day-book-table-data-section{-ms-overflow-style:none;scrollbar-width:none}.daybook-data{display:flex;height:40px;align-items:center;border-bottom:1px solid #eee}.highlight-in{color:green;font-weight:700}.highlight-out{color:red;font-weight:700}.total-row{font-weight:700;background-color:#f9f9f9;border-top:2px solid #bbb}.first-day-book-half-div{background-color:#a7beae}.satring-remining-qty input{height:40px}.day-book-table-data-section{min-height:200px;display:flex;flex-direction:column;justify-content:center}.not-data-message{flex:1;display:flex;justify-content:center;align-items:center;color:#888;font-size:1.2rem;height:100%}@media screen and (max-width: 426px){.Day-Book-container{min-height:auto}.first-day-book-half-div{flex-direction:column;min-height:fit-content}.first-day-book-half-div .back-front-date-div{width:100%;min-height:50%}.first-day-book-half-div .back-front-date-div .dates-books-div input{width:250px}.first-day-book-half-div .back-front-date-div .front-and-backs-button{height:15px}.first-day-book-half-div .back-front-date-div .front-and-backs-button button{width:120px}.first-day-book-half-div .print-rokh-milk-payment .print-payment-rokh-div{height:30px}.first-day-book-half-div .print-rokh-milk-payment .print-payment-rokh-div button{width:120px}.first-day-book-half-div .print-rokh-milk-payment{width:100%;min-height:50%}.Day-Book-container .day-book-table-section{min-height:50%;margin-top:190px}.first-day-book-half-div .second-print-rokh-milk-payment{width:100%}.first-day-book-half-div .second-print-rokh-milk-payment .secondprint-payment-rokh-div{height:50px}.first-day-book-half-div .second-print-rokh-milk-payment .secondprint-payment-rokh-div button{width:120px}.arabhichi-remening-qtyall-nameamt-transer{flex-direction:column}.arabhichi-remening-qtyall-nameamt-transer .satring-remining-qty{width:100%;flex-direction:row;margin-top:10px}.arabhichi-remening-qtyall-nameamt-transer .satring-remining-qty span{width:200px}.arabhichi-remening-qtyall-nameamt-transer .satring-remining-qty input{width:120px}.arabhichi-remening-qtyall-nameamt-transer{min-height:fit-content}}.deduction-heading-side-table{background-color:#007bff}.deduction-heading-side-table span{color:#f0f8ff}@media screen and (max-width: 426px){.select-deduction-report span{width:30%}.deduction-list-first-half-div{height:auto;height:40%}.select-deduction-report select{width:70%}.deduction-list-from-to-date-div{margin-bottom:20px}.deduction-list-from-to-date-div .deduction-list-from-date{flex-direction:column}.deduction-list-from-to-date-div .deduction-list-from-date span{width:120px}.deduction-list-from-to-date-div .deduction-list-from-date input{width:150px}.deduction-list-from-to-date-div .deduction-list-to-date{flex-direction:column}.deduction-list-from-to-date-div .deduction-list-to-date span{width:120px}.deduction-list-from-to-date-div .deduction-list-to-date input{width:150px}.code-number-from-to-div-and-button-div .code-number-from-to-div{margin-bottom:10px}.code-number-from-to-div-and-button-div .code-number-from-to-div .from-code-numbers-div{flex-direction:column}.code-number-from-to-div-and-button-div .code-number-from-to-div .from-code-numbers-div span{width:80px}.code-number-from-to-div-and-button-div .code-number-from-to-div .from-code-numbers-div input{width:80px;padding-bottom:10px;height:25px}.code-number-from-to-div-and-button-div .code-number-from-to-div .to-code-numbers-div{flex-direction:column}.code-number-from-to-div-and-button-div .code-number-from-to-div .to-code-numbers-div span{width:20px}.code-number-from-to-div-and-button-div .code-number-from-to-div .to-code-numbers-div input{width:80px;padding-bottom:10px;height:25px}}@media screen and (max-width: 768px){.doctor-master-container{min-height:auto}.doctor-master-container .doctor-master-form-container{min-height:fit-content;flex-direction:column}.doctor-master-form-container .doctor-info-details-code{min-height:fit-content;flex-direction:column;align-items:flex-start;margin-bottom:10px}.doctor-master-form-container .doctor-details-code{width:20%}.doctor-master-form-container .doctor-details-drname{width:100%}.doctor-info-details-code .form-btn-container{width:100%;margin:10px 0;align-items:center}.doctor-info-details-code .form-btn-container button{width:45%;margin:0}.doctor-details-container{overflow-x:auto;min-height:70%;width:100%}.doctor-details-headings{min-width:650px}}.whatsapp-sms-container{width:100%;display:flex;flex-direction:column;overflow:hidden}.whatsapp-sms-container-scroll{scrollbar-width:none;overflow-y:auto}.whatsapp-sms-container-container{overflow-x:auto;width:100%;margin-top:10px}.whatsapp-sms-container-container .table{width:100%;border-collapse:collapse}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.main-dashboard-container{background-color:#f4f6f9}.center-sale-details-outer-container{height:fit-content}.dashboard-cards{width:100%;display:flex;flex-wrap:wrap;margin-bottom:20px}.dashboard-cards .hashlink{text-decoration:none}.dashboard-cards .card .card-title{font-size:.9 rem;font-weight:500;color:#333}.months-selector{padding:5px 10px;background-color:var(--bg-gray-color);border:none}.priod-container .show-btn{padding:7px 10px;border:none;border-radius:6px;color:#fff;background-color:var(--main-bg-color)}.card{width:160px;gap:10px;min-height:100px;padding:10px;display:flex;margin-top:10px;align-items:center;justify-content:space-between;border-radius:8px;background-color:#c2f3cf;cursor:pointer}.card .card-icon{font-size:28px;color:#095bc7}.dashboard-scrll-container{min-height:80%;overflow-y:scroll}.dashboard-scrll-container .milk-collection-chart{cursor:pointer;border-radius:8px;background-color:#cff3f8}.liter-sales-details-inner-container .liter-sell-details .details-card{margin-bottom:15px}.user-milk-summary-container .title-and-close-btn-container .close-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;background-color:#00f}.dashboard-nav-item{padding:0 10px}.dashboard-nav-item .active{background-color:#faebd7;padding:10px}.dashboard-nav-item .sub-navlinks{font-size:clamp(.8rem,2vw,1.2rem);font-weight:600}@media screen and (max-width: 426px){.selection-container{min-height:auto;flex-direction:column}.selection-container .label-text{width:100%;text-align:center;min-height:fit-content;flex-direction:column}.selection-container .dates-container{width:100%;text-align:start;justify-content:space-between;margin-bottom:10px}.selection-container .dates-container .label-text{width:30%}.selection-container .dates-container input{width:50%}.selection-container button{width:100%}.dashboard-cards{min-height:fit-content;margin-top:10px;padding:0;display:flex;flex-wrap:wrap}.card{width:40%;height:50px;margin-bottom:10px}.card .card-icon{font-size:30px}.dashboard-scrll-container .selection-container{width:100%;min-height:fit-content;flex-direction:column;justify-content:center;align-items:center}.selection-container .select-data-text{width:100%;text-align:center}.selection-container .custmize-report-div{width:80%}.dashboard-scrll-container .dashboard-cards{width:100%}.dashboard-cards .card{margin:10px 10px 0;text-align:center}.dashboard-data-charts .milk-collection-chart{width:100%;height:300px;margin-bottom:10px}.date-input{margin-left:10px;width:70%;height:20px}}@media screen and (max-width: 426px){.dashboard-scrll-container .Milk-sale-details-container{min-height:fit-content}.dashboard-scrll-container .dashboard-data-charts{min-height:fit-content;margin-top:10px;flex-direction:column;padding:10px}}@media screen and (max-width: 426px){.dashboard-scrll-container .center-sale-details-outer-container{min-height:fit-content}.center-sale-details-outer-container .center-sales-details-container{min-height:fit-content;flex-direction:column}.center-sale-details-outer-container .center-sales-card{width:100%;margin-bottom:20px}}@media screen and (max-width: 426px){.dashboard-scrll-container .liter-sales-details-inner-container{min-height:fit-content}.liter-sales-details-inner-container .pie-chart-container{min-height:fit-content;flex-direction:column-reverse}.liter-sales-details-inner-container .liter-sales-card{width:100%;height:250px;margin-bottom:10px}.liter-sales-details-inner-container .liter-sell-details{width:100%;height:auto;display:flex;flex-direction:row;margin-bottom:10px}.liter-sales-details-inner-container .liter-sell-details .details-card{width:100%;min-height:fit-content;display:flex}.liter-sell-details .details-card .colour-box{width:20px;height:20px}}@media screen and (max-width: 426px){.summary-table-conatiner{overflow-x:auto}.summary-headings-div{min-width:700px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.summary-data-div{min-width:700px}}@media screen and (max-width: 426px){.detail-table-conatiner{overflow-x:auto}.detail-headings-div{min-width:800px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.detail-data-div{min-width:800px}}@media screen and (min-width: 426px) and (max-width: 769px){.loss-gain-info-container .selection-container .dates-outer-container,.selection-container .dates-outer-container .dates-container{width:50%}.selection-container .loss-gain-center-select-container{width:40%;margin-left:5px}}@media screen and (max-width: 426px){.loss-gain-info-container{min-height:auto}.loss-gain-info-container .selection-container{min-height:fit-content;flex-direction:column;margin-bottom:10px}.selection-container .dates-outer-container{width:100%;min-height:fit-content;flex-direction:column}.selection-container .loss-gain-center-select-container{width:100%;margin-bottom:10px}.loss-gain-info-container .loss-gain-details-container{min-height:100%}.loss-gain-details-container .loss-gain-details-table-container{width:100%;min-height:auto}.loss-gain-details-table-container .loss-gain-data-table-container{max-width:100%;min-height:max-content;align-items:center;flex-direction:row}.loss-gain-data-table-container .loss-gain-data-heading-container,.loss-gain-data-table-container .loss-gain-data-container,.loss-gain-data-table-container .loss-gain-data-footer-container{width:100%;min-height:320px;flex-direction:column}.loss-gain-data-table-container .loss-gain-data-heading-container{border-radius:9px 0 0 9px}.loss-gain-data-table-container .loss-gain-data-footer-container{border-radius:0 9px 9px 0}.loss-gain-data-table-container .loss-gain-data-heading-container span,.loss-gain-data-table-container .loss-gain-data-container span,.loss-gain-data-table-container .loss-gain-data-footer-container span{width:100%}}@media screen and (max-width: 426px){.sanstha-setup-container{min-height:auto}.sanstha-setup-container .dairy-setup-inner-container{flex-direction:column;min-height:fit-content;padding:0}.page-title-container select{width:65%;margin-bottom:10px}.dairy-setup-inner-container .dairy-setup-form{width:100%;flex-direction:row;margin:5px 0}.dairy-setup-form label{width:65%}.dairy-setup-form .printer-txt{width:40%}.dairy-setup-form input{width:30%}.dairy-setup-form select{width:55%}.dairy-setup-inner-container .sms-setting-container{min-height:fit-content}.dairy-setup-inner-container .sms-setting-outer-container{flex-direction:column;padding:0;margin-bottom:10px}.sms-setting-outer-container .sms-setting-container{width:100%;justify-content:space-between;padding:0}.sms-setting-outer-container .kg-liters-setting-container{width:100%;flex-direction:row;justify-content:space-between;padding:0 10px 10px}.sms-setting-container .option-setting-container{flex-wrap:nowrap;flex-direction:column;padding:0}.option-setting-container .dairy-setup-form input{height:70%}.dairy-setup-inner-container .btn-container button{width:100%;margin:0}}.GL-number-span-inputdiv input,.customer-number-span-inputdiv input{margin-right:10px}.date-from-acc-statment{margin-left:10px}.report-acc-statment .table-heading-acc-statment{padding:10px;border-radius:8px}.table-section-acoundstatment .report-acc-statment{overflow-x:auto;width:100%;margin-top:10px;height:300px}.table-section-acoundstatment .report-acc-statment .table{overflow-x:auto;width:100%;margin-top:10px}.table-heading-acc-statment{position:sticky}@media screen and (max-width: 426px){.account-statment-container .GL-customer-date-first-half-container,.select-center-div{width:100%}.select-center-div span{width:120px}.select-center-div select{width:230px}.GL-customer-date-first-half-container .GL-number-Accound{width:100%;flex-direction:row}.GL-customer-date-first-half-container .GL-number-Accound span{width:100px}.GL-customer-date-first-half-container .from-to-date-account-statment{width:100%}.GL-customer-date-first-half-container .from-to-date-account-statment .date-from-account-statment span{width:150px;font-size:small}.GL-customer-date-first-half-container .from-to-date-account-statment .date-from-account-statment input{width:110px;font-size:small}}@media screen and (min-width: 426px) and (max-width: 769px){.trn-check-container{width:100%;min-height:auto}.trn-check-container .trn-check-form-container{min-height:fit-content;margin-bottom:10px}.trn-check-container .trncheck-tables-container{min-height:90%;margin-bottom:10px}.trncheck-tables-container .trn-check-bill-header-table-container,.trncheck-tables-container .trn-check-bill-details-table-container{width:49%;min-height:100%}.trn-check-container .total-differance-div{padding:10px}}@media screen and (max-width: 426px){.trn-check-container{min-height:auto}.trn-check-container .trn-check-form-container{min-height:fit-content;margin-bottom:10px}.trn-check-form-container .center-date-select-container{width:100%;min-height:fit-content;flex-direction:column}.center-date-select-container .centerwise-data-selection-div{width:100%;margin-bottom:10px}.center-date-select-container .trn-check-dates-container{width:100%;min-height:fit-content;flex-direction:column}.trn-check-dates-container .trn-cheks-dates-div{width:100%;justify-content:space-between;margin-bottom:10px}.trn-check-dates-container .trn-cheks-dates-div label{width:35%}.trn-check-dates-container .trn-cheks-dates-div .data{width:50%}.trn-check-form-container .selection-for-trncheck-container{width:100%;min-height:fit-content;flex-direction:column}.selection-for-trncheck-container .sale-purches-trn-check-div{width:100%;justify-content:space-between;margin-bottom:10px}.selection-for-trncheck-container .pashukhandya-vibhag-trn-check-container{width:100%;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.pashukhandya-vibhag-trn-check-container .f-heading,.pashukhandya-vibhag-trn-check-container .vibhag-trn-div{width:30%}.pashukhandya-vibhag-trn-check-container .vibhag-trns-div{width:50%;height:50px}.trn-check-form-container .bill-header-button-container{width:100%;min-height:fit-content;flex-direction:column}.bill-header-button-container .selction-opt-div{width:100%;justify-content:space-between;margin-bottom:10px}.bill-header-button-container .selction-opt-div .purches-trn-div{width:33%;height:50px}.bill-header-button-container button{width:100%}.trn-check-container .trncheck-tables-container{width:100%;height:800px;flex-direction:column}.trncheck-tables-container .trn-check-bill-header-table-container,.trncheck-tables-container .trn-check-bill-details-table-container{width:100%;min-height:300px;margin-bottom:10px}.trn-check-container .total-differance-div{min-height:fit-content;flex-direction:column;margin-bottom:10px;padding:10px}.total-differance-div .fisrdt-table-total{width:100%;justify-content:space-between;margin-bottom:10px}.total-differance-div .fisrdt-table-total label{width:30%;padding:0}.total-differance-div .fisrdt-table-total .data{width:40%}}.deduction-name-table-container-save-print-button{margin-top:10px}.bill-table-heading-container{background-color:#007bff;height:30px}.bill-table-heading-container span{color:#fff}@media screen and (min-width: 426px) and (max-width: 768px){.payment-bill-deduction-main-container{min-height:auto}.payment-deduction-info-outer-container{width:100%;min-height:fit-content;flex-direction:column;margin-bottom:10px}.payment-deduction-info-container .paymebt-bill-customer-details-div{flex-wrap:wrap;min-height:fit-content}.paymebt-bill-customer-details-div .bill-no-comopent{width:40%;margin-bottom:10px}.paymebt-bill-customer-details-div .bill-date-comopent{width:60%;margin-bottom:10px}.paymebt-bill-customer-details-div button{width:100%;margin-bottom:10px}.payment-deduction-info-outer-container .payment-deduction-info-container,.payment-deduction-info-outer-container .bill-payment-deduction-first-half{width:100%;min-height:fit-content;margin-bottom:10px;padding:0 10px}.morening-evening-all-collection .morening-liter-compoentv,.collection-commision-all-commission .commision-compoent,.rebet-commission-container .commission-compoent{flex-direction:column;padding-bottom:10px}.payment-deduction-info-container .customer-details-container{flex-direction:column;min-height:fit-content;align-items:flex-start;justify-content:flex-start}.customer-details-container .btn-code-container{width:50%;margin-bottom:10px}.customer-details-container .cust_name,.morening-evening-all-collection .morening-liter-compoentv label,.morening-evening-all-collection .morening-liter-compoentv input,.collection-commision-all-commission .commision-compoent label,.collection-commision-all-commission .commision-compoent input,.rebet-commission-container .commission-compoent label,.rebet-commission-container .commission-compoent input{width:100%}.payment-deduction-details-table-container{flex-direction:column;min-height:fit-content}.payment-deduction-details-table-container .payment-deduction-table-container{width:100%;min-height:70%;margin-bottom:10px}.payment-deduction-details-table-container .payment-amt-details-container{width:100%;min-height:50%;margin-bottom:10px}}@media screen and (max-width: 426px){.payment-bill-deduction-main-container{min-height:auto}.payment-deduction-info-outer-container{width:100%;min-height:fit-content;flex-direction:column;margin-bottom:10px}.payment-deduction-info-container .paymebt-bill-customer-details-div{flex-wrap:wrap;min-height:fit-content;margin:0}.paymebt-bill-customer-details-div .bill-no-comopent{width:40%;margin-bottom:10px;padding:0}.paymebt-bill-customer-details-div .bill-date-comopent{width:55%;margin-bottom:10px;padding:0}.paymebt-bill-customer-details-div button{width:100%;margin-bottom:10px}.payment-deduction-info-outer-container .payment-deduction-info-container,.payment-deduction-info-outer-container .bill-payment-deduction-first-half{width:100%;min-height:fit-content;margin-bottom:10px;padding:0 10px}.morening-evening-all-collection .morening-liter-compoentv,.collection-commision-all-commission .commision-compoent,.rebet-commission-container .commission-compoent{flex-direction:column;padding-bottom:10px}.payment-deduction-info-container .customer-details-container{flex-direction:column;min-height:fit-content;align-items:flex-start;justify-content:flex-start}.customer-details-container .btn-code-container{width:50%;margin-bottom:10px}.customer-details-container .cust_name,.morening-evening-all-collection .morening-liter-compoentv label,.morening-evening-all-collection .morening-liter-compoentv input,.collection-commision-all-commission .commision-compoent label,.collection-commision-all-commission .commision-compoent input,.rebet-commission-container .commission-compoent label,.rebet-commission-container .commission-compoent input{width:100%}.payment-deduction-details-table-container{flex-direction:column;min-height:fit-content}.payment-deduction-details-table-container .payment-deduction-table-container{width:100%;min-height:70%;margin-bottom:10px}.payment-deduction-details-table-container .payment-deduction-table-container{overflow-x:scroll}.payment-deduction-table-container .deduction-heading-container{min-width:600px}.payment-deduction-details-table-container .payment-amt-details-container{width:100%;min-height:auto;margin-bottom:10px}.payment-amt-details-container .deduction-amount-container{width:100%;min-height:fit-content;flex-wrap:wrap}.deduction-amount-container .deduction-details{width:45%;height:fit-content;margin-bottom:10px}.deduction-amount-container button{width:45%;margin:0 0 10px}}@media screen and (min-width: 426px) and (max-width: 769px){.snf-fat-compromise-form-container .fat-snf-update-details-div{width:100%}.fat-snf-update-containers .update-option-details .radio-button-div input{width:20px;margin-right:5px}.radio-button-container .radio-button-div:nth-child(2){width:60%}.update-option-details .other-radio-button-container .radio-button-div{width:33%}.update-option-details .change-radio-button-container .radio-button-div:last-child{display:none}.update-option-details .change-radio-button-container .radio-button-div{width:40%;justify-content:space-between}}@media screen and (max-width: 426px){.fatsnf-compromise-container{min-height:auto}.fatsnf-compromise-container .snf-fat-compromise-form-container{min-height:fit-content;flex-direction:column;margin-bottom:10px}.snf-fat-compromise-form-container .fat-snf-update-details-div{width:100%;min-height:fit-content;flex-direction:column}.fat-snf-update-details-div .date-snf-fat-div{width:100%;margin-bottom:10px}.snf-fat-compromise-form-container .fat-snf-update-details-div{width:100%}.fat-snf-update-details-div .radio-button-mrg-eve,.fat-snf-update-details-div .codeno-fat-snf-div{width:100%;margin-bottom:10px}.fat-snf-update-details-div button{width:100%}.fatsnf-compromise-container .fat-snf-update-containers{min-height:fit-content}.fat-snf-update-containers .update-option-details{width:100%;min-height:fit-content;flex-direction:column;margin-bottom:10px}.fat-snf-update-containers .update-option-details label{width:100%;text-align:center}.fat-snf-update-containers .update-option-details .radio-button-div input{width:25px;margin-right:5px}.update-option-details .radio-button-container,.update-option-details .other-radio-button-container,.update-option-details .change-radio-button-container{width:100%;justify-content:space-between}.radio-button-container .radio-button-div{margin:10px 0}.radio-button-container .radio-button-div:nth-child(2){width:60%}.update-option-details .other-radio-button-container .radio-button-div{width:33%;margin:10px 0}.update-option-details .change-radio-button-container .radio-button-div{width:40%;justify-content:space-between;margin:10px 0}.update-option-details .change-radio-button-container .radio-button-div:last-child{display:none}.update-option-details .input-filed-updated-button-div{width:100%}}.pahane-button-journal button{margin-top:25px}@media screen and (max-width: 426px){.khatavni-number-jounral-div span{width:120px}.khatavni-number-jounral-div input{width:50px}.center-select-journal-div .Jounral-ledgerfrom-to-date-div .from-to-datejornal-legder,.center-select-journal-div .Jounral-ledgerfrom-to-date-div .to-date-journal-div{width:37%}.jounral-ledger-table-section .opening-balnce-div input{width:400px}.scrollable-table-container{overflow-x:auto;width:100%}.table-section-journal{min-width:600px;border-collapse:collapse}.table-section-journal th,.table-section-journal td{padding:8px 12px;border:1px solid #ddd;white-space:nowrap}.scrollable-table-container .opening-balnce-div input{width:300px}}.advanceposting-width{width:50%}@media (max-width: 768px){.mobile-flex-column-advances-posting{flex-direction:column}.advanceposting-width{width:100%}}.sangha-sale-report-table-header{height:10px;display:flex;position:sticky;top:0;background-color:#17acc0;z-index:2;border-bottom:1px solid #ccc;min-width:1000px;height:70px}.scroll-container{-ms-overflow-style:none;scrollbar-width:none}.sangha-sale-table-header span{color:#e3e6e6}.sangha-details-table-section{font-family:Arial,sans-serif;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;overflow-y:auto;min-width:1000px;max-height:calc(50vh - 40px)}.sangha-sale-table-header{background-color:#3177bd;color:#fff;font-weight:700;padding:px 0;border-bottom:1px solid #ddd}.sangha-tabledata-section-div{overflow-x:auto;max-height:100vh;-ms-overflow-style:none;scrollbar-width:none}.datasanghasales-div ::-webkit-scrollbar{display:none}.datasanghasales-div{padding:10px 0;border-bottom:1px solid #eee;transition:background-color .2s;overflow-x:auto}.sangha-tabledata-section-div{position:relative}.hidescrollbar::-webkit-scrollbar{width:8px;height:8px}.hidescrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.hidescrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.hidescrollbar::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width: 426px){.sangha-sales-date-buttons-div{flex-direction:column}.sangha-sales-date-buttons-div .sangha-from-to-datediv-container{width:100%}.sangha-sales-date-buttons-div .sangha-from-to-datediv-container .sanghaa-from-date-divv{margin-right:10px}.sangha-sales-date-buttons-div .sangha-from-to-datediv-container .sanghaa-from-date-divv span{width:49px}.sangha-sales-date-buttons-div .sangha-from-to-datediv-container .sanghaa-from-date-divv input,.sangha-sales-date-buttons-div .sangha-from-to-datediv-container .sanghaa-to-date-divv input{width:123px;font-size:small}.sangha-sales-date-buttons-div .sangha-sales-buttons-div{width:100%}.sangha-details-table-section{overflow-x:auto}.sangha-sale-report-table-header{min-width:800px;position:sticky;top:0;background-color:#17acc0}.sangha-report-tabledata-section-div{min-width:800px}}.table-heading-container-div{background-color:#007bff}.table-heading-container-div span{color:beige}.first-table-div-sangha{margin-right:13px}.all-liter-changle-dudh input,.changle-dudh-ekun input,.changle-dudh input,.prashashikya-div input{height:38px}.changle-dudh-kami-container{margin-bottom:15px}.sanghasales-table-table-heading{background-color:#17acc0;position:sticky}.sanghasales-table-table-heading span{color:#f0f8ff}.sangh-table-section-div{width:100%;height:60vh;display:flex;align-items:center;justify-content:center;gap:20px;overflow:hidden}.first-table-div-sangha,.second-table-div-sangha{width:45%;height:100%;display:flex;flex-direction:column;border:1px solid #ccc;border-radius:8px;background:#fff;overflow:hidden;position:relative}.sangha-table-wrapper{width:100%;height:100%;overflow-x:auto;overflow-y:auto;display:flex;flex-direction:column}.table-heading-container-div{display:flex;justify-content:flex-start;align-items:center;font-weight:700;background-color:#17acc0;border-bottom:1px solid #ccc;white-space:nowrap;flex-shrink:0;position:sticky;top:0;z-index:10}.sangha-table-data{display:flex;overflow-x:auto;align-items:center;padding:10px;gap:10px;background:#fff;white-space:nowrap;flex-grow:1}.sangha-table-data span,.table-heading-container-div span{min-width:100px;text-align:center;padding:5px;border-bottom:1px solid #ccc;white-space:nowrap}.sangha-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.sangha-table-wrapper::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.sangha-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.prashashikya-shitkaran-div input,.prashashikya-div-all input{height:40px}.center-wisesangha-sales-data{margin-bottom:10px}.prashashikya-and-other-experaince{margin-bottom:px}.sangh-phoch-to-date-div span,.sangh-phoch-paryent-date-div span{margin-left:10px}@media screen and (max-width: 426px){.sangha-sale-container{min-height:auto}.first-halfsangha-sale-container,.first-halfsangha-sale-container .bill-information-container{min-height:fit-content}.bill-information-container{flex-direction:column}.bill-information-container .bill-info-from-to-date-div{width:100%}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-from-date-div{flex-direction:column}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-from-date-div span{margin-right:10px}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-from-date-div input{width:130px;font-size:small;height:35px}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-to-date-div input{width:230px;font-size:small;margin-bottom:10px;height:35px}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-paryent-date-div{flex-direction:column}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-paryent-date-div input{font-size:small;height:35px;margin-left:10px}.bill-information-container .dudh-sangh-code-container-div{width:100%;margin-top:5px}.bill-information-container .dudh-sangh-code-container-div span{width:100px}.collection-phohach-container{flex-direction:column}.collection-phohach-container .time-date-liter-container{width:100%;margin-top:5px}.collection-phohach-container .time-date-liter-container .time-sangh-div{margin-inline-start:5px;flex-direction:column}.collection-phohach-container .time-date-liter-container .time-sangh-divv{margin-left:20px;flex-direction:column}.collection-phohach-container .time-date-liter-container .time-sangh-divv span,.collection-phohach-container .time-date-liter-container .time-sangh-div span{width:50px}.collection-phohach-container .time-date-liter-container .time-sangh-div input{width:122px;font-size:small;height:35px;margin-left:10px}.collection-phohach-container .time-date-liter-container .time-sangh-div select{width:120px}.collection-phohach-container .amount-kapat-per-liter-div{width:100%;min-height:50px;margin-bottom:50px}.collection-phohach-container .amount-kapat-per-liter-div .amount-sangha-div{flex-direction:column;min-height:fit-content;margin-bottom:25px;margin-top:35px}.collection-phohach-container .amount-kapat-per-liter-div .kapat-sangha-div{flex-direction:column;min-height:fit-content;margin-bottom:25px;margin-top:35px;margin-left:10px}.collection-phohach-container .amount-kapat-per-liter-div .loss-sangha-div{flex-direction:column;min-height:fit-content;margin-bottom:25px;margin-top:35px}.collection-phohach-container .amount-kapat-per-liter-div .button-sangha-div{margin-top:30px}.sangh-table-section-div{flex-direction:column}.sangh-table-section-div .first-table-div-sangha,.sangh-table-section-div .second-table-div-sangha{width:100%}.changle-dudh-kami-container{flex-direction:column;min-height:fit-content}.changle-dudh-kami-container .changle-dudh-contianer{width:100%}.changle-dudh-kami-container .prashashikya-and-other-experaince{width:100%;flex-direction:row}.prashashikya-and-other-experaince .prashashikya-divv{flex-direction:row}.prashashikya-and-other-experaince .prashashikya-divv input{width:120px;height:40px;margin-top:3px;margin-right:10px}.prashashikya-and-other-experaince .prashashikya-divv span{width:70px;height:35px;margin-top:3px}.prashashikya-and-other-experaince .prashashikya-div{flex-direction:column;margin-top:5px;height:110px}.prashashikya-and-other-experaince .prashashikya-div input{width:120px}.prashashikya-and-other-experaince .prashashikya-div span{width:80px}.changle-dudh-kami-container .rebbit-and-other-experaince{width:100%;flex-direction:row}.changle-dudh-kami-container .rebbit-and-other-experaince .prashashikya-div{flex-direction:row;margin-top:5px}.other-expence-rebbit-nashli .rebbit-and-other-experaince .prashashikya-rebbit-div{height:100px}.other-expence-rebbit-nashli .rebbit-and-other-experaince .prashashikya-rebbit-div span,.other-expence-rebbit-nashli .rebbit-and-other-experaince .prashashikya-shitkaran-div span,.other-expence-rebbit-nashli .rebbit-and-other-experaince .prashashikynash-div span,.other-expence-rebbit-nashli .rebbit-and-other-experaince .prashashikya-div-all span{margin-left:90px}.changle-dudh-kami-container .rebbit-and-other-experaince .prashashikya-div input{width:90px}.changle-dudh-contianer .changle-dudh input{margin-bottom:10px}.changle-dudh-contianer fieldset{width:100%}.sanghasales-table-and-gl-setup-div{flex-direction:column;min-height:fit-content}.sanghasales-table-and-gl-setup-div .sanghasales-table{width:100%;height:120px}.sanghasales-table-and-gl-setup-div .sanghasales-table .sanghasales-table-table-heading{height:40px}.sanghasales-table-and-gl-setup-div .khatavni-setup-span-input{width:100%}.bill-info-from-to-date-div{flex-direction:column}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-from-date-div,.bill-information-container .bill-info-from-to-date-div .sangh-phoch-paryent-date-div{flex-direction:row;width:100%}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-paryent-date-div input{width:250px;margin-right:10px}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-to-date-div{flex-direction:row;width:100%}.bill-information-container .bill-info-from-to-date-div .sangh-phoch-from-date-div input{width:240px;margin-right:9px;margin-bottom:5px}.center-wisesangha-sales-data span{width:120px}.khatavni-setup-span-input .span-input-alls-amount input{width:100px}.changle-dudh-kami-container .other-expence-rebbit-nashli{width:100%;margin-top:10px;margin-bottom:10px;flex-direction:column;justify-content:space-between}.first-table-div-sangha{overflow-x:auto}.second-table-div-sangha{overflow-x:auto}.table-heading-container-div{min-width:800px;position:sticky;top:0;background-color:#17acc0}.sangha-table-data{min-width:800px}}@media screen and (min-width: 426px) and (max-width: 769px){.sangh-milk-sales-container .milk-col-form{width:80%;min-height:fit-content}.milk-info .button-container button{width:42%}}@media screen and (max-width: 426px){.sangh-milk-sales-container{min-height:auto}.sangh-milk-sales-container .milk-col-form{width:100%;min-height:fit-content}.milk-col-form .form-setting{min-height:fit-content;flex-wrap:wrap;margin-bottom:10px;padding:0}.form-setting .select-sangh-div,.form-setting .shift-selection-div{width:100%;justify-content:space-between;padding:0;margin:0}.form-setting .select-sangh-div label,.form-setting .shift-selection-div label{width:30%}.form-setting .select-sangh-div select,.form-setting .shift-selection-div select{width:60%}.milk-col-form .date-details{min-height:fit-content;flex-wrap:wrap;margin:20px 0 10px;padding:0}.date-details .form-div,.date-details .form-div2{display:flex;flex-direction:row;width:100%;margin-bottom:5px;padding:0}.milk-col-form .date-details .form-div label,.milk-col-form .date-details .form-div2 label{width:40%}.milk-col-form .date-details .form-div input,.milk-col-form .date-details .form-div2 input{width:60%}}.sanghsale-report-container .sangha-details-table-section{overflow-x:auto}@media screen and (min-width: 426px) and (max-width: 769px){.sangha-from-to-datediv-container{width:65%}.sangha-sales-date-buttons-div .sangha-sales-buttons-divs button{width:45%}.Daybook-button-div button{width:25%}}@media screen and (max-width: 426px){.sanghsale-report-container{min-height:auto}.sanghsale-report-container .sangha-sales-date-buttons-div{min-height:fit-content;flex-direction:column;margin-bottom:10px}.sangha-from-to-datediv-container{width:100%;min-height:fit-content;flex-direction:column;padding:10px}.sangha-from-to-datediv-container .sangha-from-date-div{width:100%;margin-bottom:10px}.sangha-sales-date-buttons-div .sangha-sales-buttons-divs{width:100%;min-height:fit-content;flex-direction:row-reverse;margin-bottom:10px}.sangha-sales-date-buttons-div .sangha-sales-buttons-divs button{width:45%}.sangha-details-table-section{overflow-x:auto;min-height:80%;width:100%;margin-bottom:10px}.sangha-sale-report-table-header-div,.sangha-report-table-data{min-width:750px}.sanghsale-report-container .Daybook-button-div{min-height:fit-content}.sanghsale-report-container .Daybook-button-div button{margin-top:10px;width:45%}}@media screen and (max-width: 426px){.sangha-milk-payment-container{width:100%;min-height:auto}.sangha-milk-payment-container .payment-bill-deduction-main-container{min-height:fit-content}.sangha-milk-payment-container .payment-deduction-details-table-container,.payment-deduction-details-table-container .payment-deduction-table-container{min-height:60%}.payment-deduction-details-table-container .payment-amt-details-container{min-height:fit-content}.payment-amt-details-container .pay-deduction-btn-container button{width:30%}}@media screen and (min-width: 426px) and (max-width: 769px){.sanghsale-report-container{width:100%;min-height:auto}.sanghsale-report-container .sangha-sales-date-buttons-div{min-height:fit-content;margin-bottom:10px}.sangha-sales-date-buttons-div span{margin-top:10px}.sangha-sales-date-buttons-div .sangha-from-to-datediv-container{width:100%;min-height:fit-content}.sangha-from-to-datediv-div .sanghaa-from-date-div{flex-direction:column;margin-bottom:10px}.sanghaa-from-date-div span{margin:0;width:100%}.sanghaa-from-date-div input{width:90%}.sangha-from-to-datediv-container .select-sangh-div{width:50%;min-height:fit-content;align-items:center;flex-direction:column;padding:0}.select-sangh-div label{width:100%;margin-left:10%}.select-sangh-div select{width:90%}.sangha-sales-buttons-div{margin-bottom:10px}.sanghsale-report-container .sangha-details-table-container{overflow-x:auto;min-height:50%;width:100%;margin-bottom:10px}.sangha-sale-report-table-header,.sangha-report-tabledata-section-div{min-width:740px}}@media screen and (max-width: 426px){.sanghsale-report-container{width:100%;min-height:auto}.sanghsale-report-container .sangha-sales-date-buttons-div{min-height:fit-content}.sangha-sales-date-buttons-div span{margin-top:10px}.sangha-from-to-datediv-container .sangha-from-to-datediv-div{width:100%;min-height:fit-content;flex-direction:column}.sangha-from-to-datediv-div .sanghaa-from-date-div{width:100%;min-height:fit-content;justify-content:space-between;margin-bottom:5px}.sanghaa-from-date-div span{width:55%}.sanghaa-from-date-div input{width:45%}.sangha-from-to-datediv-container .select-sangh-div{width:100%;min-height:fit-content;justify-content:space-between;padding:0;margin-bottom:5px}.sanghsale-report-container .sangha-sales-buttons-div button{width:100%;margin-bottom:10px}.sanghsale-report-container .sangha-details-table-container{overflow-x:auto;min-height:80%;width:100%;margin-bottom:10px}.sangha-sale-report-table-header,.sangha-report-tabledata-section-div{min-width:750px}}@media screen and (min-width: 426px) and (max-width: 769px){.center-milk-collection-outer-main-container .milk-col-form .form-btns{width:100%;justify-content:space-between}.center-milk-collection-outer-main-container .milk-col-form .form-btns button{width:45%}}@media screen and (max-width: 426px){.center-milk-collection-outer-main-container{width:100%;min-height:auto;flex-direction:column}.center-milk-collection-outer-main-container .milk-col-form{width:100%;min-height:fit-content;margin-bottom:10px}.center-milk-collection-outer-main-container .milk-collection-diff-div{width:100%;min-height:70%;justify-content:space-between}.milk-collection-diff-div .collection-diff-container{min-height:fit-content;margin-bottom:10px}.center-milk-collection-outer-main-container .milk-col-form .user-details-div{flex-direction:column}.user-details-div .form-div{width:100%;flex-direction:row;padding:0;margin-bottom:10px}.center-milk-collection-outer-main-container .milk-col-form .user-details-div .form-div label{width:40%}.center-milk-collection-outer-main-container .milk-col-form .user-details-div .form-div select{width:60%}.milk-collection-diff-div .collection-diff-container .coll-milk-info{min-height:60%;margin-bottom:20px}}.center-milk-collection-details{overflow-x:auto}.center-milk-heading-container,.center-milk-data-container{min-width:1400px}@media screen and (min-width: 426px) and (max-width: 769px){.master-dates-btn-container .master-dates-container .fd-txt{width:12%}}@media screen and (max-width: 426px){.center-milk-coll-report-container{min-height:auto}.master-dates-btn-outer-container{min-height:fit-content}.master-dates-btn-outer-container .master-dates-btn-container{min-height:fit-content;flex-direction:column}.master-dates-btn-container .master-dates-container{min-height:fit-content;width:100%;padding:0 10px;text-align:center;flex-wrap:wrap}.master-dates-btn-container .master-dates-container .flabel{width:100%;margin-left:15px}.master-dates-btn-container .master-dates-container .fd-txt,.master-dates-btn-container .master-dates-container .td-txt{width:25%;margin-right:35%}.master-dates-btn-container .master-dates-container input{width:40%;margin-bottom:10px}.master-dates-btn-container button{width:45%;margin-bottom:10px}.center-milk-coll-details-div{flex-direction:column;width:100%}.center-milk-coll-details-div .select-center-div{width:100%;margin-bottom:10px}.center-milk-collection-details{min-height:80%;margin-bottom:10px}.center-master-selection-container .center-milk-heading-container,.center-master-selection-container .center-milk-data-container{min-width:1250px}}@media screen and (max-width: 426px){.milk-bill-container .date-checkbox-code-bill-payment-div{width:100%;height:65%}.date-checkbox-code-bill-payment-div{height:320px}.date-code-bill-payment .from-to-date-bill-report{flex-direction:column}.date-code-bill-payment .from-to-date-bill-report .from-to-date-milk-bill{width:100%;margin-bottom:10px}.from-to-date-bill-report .from-to-date-milk-bill .from-date-bill-div,.date-code-bill-payment .code-to-date-bill-report{flex-direction:column}.date-code-bill-payment .code-to-date-bill-report .select-center-milk-payment-div{width:100%}.date-code-bill-payment .code-to-date-bill-report .select-center-milk-payment-div select{width:250px}.date-code-bill-payment .code-to-date-bill-report .from-to-code-milk-payment{width:100%}.from-to-date-bill-report .from-to-date-milk-bill .from-date-bill-div span{width:130px}.from-to-date-bill-report .from-to-date-milk-bill .from-date-bill-div input{width:140px}.date-code-bill-payment .from-to-date-bill-report .select-center-milk-payment-div{width:100%}.date-code-bill-payment .code-to-date-bill-report .from-date-bill-div{flex-direction:column}.date-code-bill-payment .code-to-date-bill-report .from-date-bill-div span{width:130px}.date-code-bill-payment .code-to-date-bill-report .from-date-bill-div input{width:120px}.date-code-bill-payment .code-to-date-bill-report .to-code-bill-div{flex-direction:column}.date-code-bill-payment .code-to-date-bill-report .to-code-bill-div span,.date-code-bill-payment .code-to-date-bill-report .to-code-bill-div input{width:130px}.date-code-bill-payment .bill-payments-reports{flex-direction:column}.date-code-bill-payment .bill-payments-reports .milk-bill-report-buttons-first-half{width:100%;height:60px}.bill-payments-reports .milk-bill-report-buttons-first-half .report-buttons-div button,.bill-payments-reports .milk-bill-report-buttons-first-half .paymnet-register-report-div button{width:100px;height:35px;margin-left:40px}.bill-payments-reports .milk-bil-report-second-half{width:100%}.date-checkbox-code-bill-payment-div .code-to-date-bill-report{margin-bottom:10px}}@media screen and (max-width: 769px){.animal-master-container{min-height:auto}.animal-master-container .animal-master-form-container{min-height:fit-content}.animal-master-form-container .animal-details-code{width:100%;min-height:fit-content}.animal-details-code .ccode{width:15%}.animal-details-code .codetxt{width:15%;margin-right:5px}.animal-details-code .cnametxt{width:55%}.animal-details-code .w-btn{width:20%}.animal-master-form-container .animal-info-details-code{width:100%;min-height:fit-content;flex-wrap:wrap;margin-bottom:10px}.animal-info-details-code .animal-details{width:10%}.animal-info-details-code .animal-details-aname{width:55%}.animal-info-details-code .animal-details-tagno{width:30%}.animal-info-details-code .animal-details-type{width:35%}.animal-info-details-code .animal-details-ismilk{width:25%}.animal-info-details-code .animal-details-ltr{width:30%}.animal-master-form-container .animal-info-btns{width:100%;min-height:fit-content;justify-content:space-between}.animal-info-btns .w-btn{width:20%;margin-bottom:10px}.animal-master-container .animal-details-info-container{overflow-x:auto;min-height:70%;width:100%}}@media screen and (max-width: 426px){.animal-master-container{min-height:auto}.animal-master-container .animal-master-form-container{min-height:fit-content}.animal-master-form-container .animal-details-code{width:100%;min-height:fit-content;flex-wrap:wrap}.animal-details-code .ccode{width:20%}.animal-details-code .codetxt{width:15%}.animal-details-code .cnametxt{width:60%}.animal-details-code .w-btn{width:100%;margin:10px 0}.animal-master-form-container .animal-info-details-code{width:100%;min-height:fit-content;flex-wrap:wrap;margin-bottom:10px}.animal-info-details-code .animal-details{width:15%;margin-bottom:10px}.animal-info-details-code .animal-details-aname{width:75%}.animal-info-details-code .animal-details-tagno{width:50%}.animal-info-details-code .animal-details-type{width:45%}.animal-info-details-code .animal-details-ismilk{width:50%}.animal-info-details-code .animal-details-ltr{width:45%}.animal-master-form-container .animal-info-btns{width:100%;min-height:fit-content;flex-wrap:wrap;justify-content:space-between}.animal-info-btns .w-btn{width:48%;margin:10px 0}.animal-master-container .animal-details-info-container{overflow-x:auto;min-height:70%;width:100%}.animal-details-info-container .animal-details-headings{min-width:700px}}@media screen and (max-width: 426px){.sangh-milk-report-dates .fromdate-sangh-milk input{width:133px}.sangh-milk-report-dates .todate-sangh-milk input{width:140px;margin-right:20px}.sangh-milk-report-dates-button .sangh-milk-report-button,.sangh-milk-report-dates-button .select-15days-and-single-day-report{width:100%}.sangh-milk-report-dates-button .select-15days-and-single-day-report .as-per-master{height:60px}.sangh-milk-report-dates-button .select-15days-and-single-day-report .as-per-master span{width:150px}.sangh-milk-report-dates-button .select-15days-and-single-day-report .as-per-master input{width:40px}.sangh-milk-report-dates-button .select-15days-and-single-day-report{flex-direction:column}.sangh-milk-report-dates-button .select-15days-and-single-day-report .masterwise-perticuler-checks-div,.sangh-milk-report-dates-button .select-15days-and-single-day-report .center-selection-payment-div{width:100%}}.milksangh-report-contianer{width:100%;height:70vh;display:flex;flex-direction:column;overflow:auto}.milk-sangh-report-table-heading,.milk-sangh-report-table-data{display:flex;justify-content:space-around;min-width:1000px}.label-textt{display:inline-block;padding:8px;border:1px solid #ccc;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 426px) and (max-width: 769px){.tanker-master-container{min-height:auto}.tanker-master-container .tanker-master-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.tanker-master-form-container .tanker-info-details{min-height:fit-content}.tanker-info-details .tanker-details-code{width:15%;flex-direction:column}.tanker-info-details label,.tanker-info-details input{width:100%}.tanker-info-details .tanker-details-ownername{width:50%;flex-direction:column}.tanker-info-details .tanker-details-contact{width:30%;flex-direction:column}.tanker-master-form-container .tanker-info-details2{margin-top:10px}.tanker-info-details2 .tanker-details{width:65%}.tanker-info-details2 .tanker-details .tanker-details-rltr{width:45%}.tanker-info-details2 .form-btn-container{width:30%}.tanker-info-details2 .form-btn-container button{width:45%;margin:0}}@media screen and (max-width: 426px){.tanker-master-container{min-height:auto}.tanker-master-container .tanker-master-form-container{width:100%;min-height:fit-content;margin-bottom:10px}.tanker-master-form-container .tanker-info-details,.tanker-master-form-container .tanker-info-details .tanker-details-code{min-height:fit-content;flex-wrap:wrap}.tanker-info-details .tanker-details-code label{width:60%}.tanker-info-details .tanker-details-code input{width:30%}.tanker-info-details .tanker-details-code,.tanker-info-details .tanker-details-contact{width:100%;margin-bottom:5px}.tanker-info-details .tanker-details-ownername{width:100%;flex-direction:column;margin-bottom:5px}.tanker-info-details .tanker-details-ownername label,.tanker-info-details .tanker-details-ownername input{width:100%}.tanker-master-form-container .tanker-info-details2{min-height:fit-content;flex-wrap:wrap}.tanker-info-details2 .tanker-details{width:100%;min-height:fit-content;flex-direction:column;flex-wrap:wrap}.tanker-info-details2 .tanker-details .tanker-details-tno,.tanker-info-details2 .tanker-details .tanker-details-rltr{width:100%;margin-bottom:5px}.tanker-details-contact label,.tanker-details .tanker-details-tno label,.tanker-details .tanker-details-rltr label{width:40%}.tanker-info-details .tanker-details-contact input,.tanker-details .tanker-details-tno input,.tanker-details .tanker-details-rltr input{width:60%}.tanker-master-form-container .tanker-info-details2 .form-btn-container{width:100%;max-height:fit-content;align-items:center;justify-content:space-between;margin-top:10px}.tanker-info-details2 .form-btn-container button{width:45%;margin:0}.tanker-details-container{overflow-x:auto;min-height:80%;width:100%;margin-bottom:10px}.tanker-details-headings{min-width:750px}}.Tankerreport-milk-table{overflow-x:auto}.Tanker-report-table-header{min-width:1000px;position:sticky;top:0;background-color:#17acc0;padding:5px 0}.Tanker-report-data-table-row{min-width:1000px;padding:5px 0}.tanker-report-total-row{min-width:1000px}@media screen and (max-width: 425px){.tankar-Report-outer-container{min-height:auto}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-from-div{width:50%}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-from-div input{width:135px;margin-right:20px}.tankar-report-form-div .tankar-report-from-to-date-div .tatankar-to-div{width:50%}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-to-div input{width:135px;margin-left:20px}.tankar-report-form-div .select-tankers-button-div{flex-direction:column;min-height:fit-content}.tankar-report-form-div .select-tankers-button-div .select-master-div{width:100%;margin-bottom:5px}.tankar-report-form-div .select-tankers-button-div .select-master-div span{width:170px}.tankar-report-form-div .select-tankers-button-div .tankers-button-div{width:100%}.Tankerreport-milk-table{height:65%}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-from-div span{width:52px}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-from-div input{width:144px}.tankar-report-form-div .tankar-report-from-to-date-div .tankar-to-div input{width:140px}.tankar-report-from-to-date-div-button{flex-direction:column}.tankar-report-from-to-date-div-button .tanker-report-from-to-date-first{width:100%;margin-bottom:10px;margin-top:5px;flex-direction:column}.tankar-report-from-to-date-div-button .tanker-report-from-to-date-first .tankar-from-div{width:100%;margin-bottom:3px}.tanker-report-from-to-date-first .tankar-from-div span{width:100px;margin-left:10px}.tanker-report-from-to-date-first .tankar-from-div input{width:250px}.tankar-report-from-to-date-div-button .tanker-report-from-to-date-first .tankar-to-div{width:100%;margin-bottom:3px}.tankar-report-from-to-date-div-button .tanker-report-from-to-date-first .tankar-to-div span{width:100px;margin-left:10px}.tankar-report-from-to-date-div-button .tanker-report-from-to-date-first .tankar-to-div input{width:250px}.tankar-report-from-to-date-div-button .tankar-number-show-button{width:100%;margin-bottom:5px}.tankar-report-from-to-date-div-button .tankar-number-show-button button{width:100%}.tankar-report-form-div{min-height:fit-content}.select-tankers-button-div .select-shift-div-intankar-div{width:100%;margin-bottom:5px}.select-tankers-button-div .select-shift-div-intankar-div span{width:170px}.select-tankers-button-div .select-shift-div-intankar-div select{width:190px}.select-tankers-button-div .tankers-button-div{margin-bottom:5px}.select-tankers-button-div .tankers-button-div .tabkar-number-show-button button{width:120px}.tankar-report-from-to-date-div-button .center-selection-tanker-div{width:100%;margin-bottom:5px}.tankar-report-from-to-date-div-button .center-selection-tanker-div span{width:170px}}.loss-gain-to-date-div{margin-left:13px}.button-loss-gain-div{margin-right:30px}@media screen and (max-width: 426px){.loss-gain-report-outer-container .loss-gain-report-container{width:100%;align-items:flex-start;justify-content:flex-start;padding:10px}.first-loss-gain-report-div .loss-gain-report-from-to-date-div{min-height:fit-content;width:100%;flex-direction:column;justify-content:space-around;padding:10px}.loss-gain-report-from-to-date-div .loss-gain-from-date-div{width:100%;justify-content:space-between;margin-bottom:10px}.first-loss-gain-report-div .button-loss-gain-div{justify-content:space-between;margin:0}.first-loss-gain-report-div .button-loss-gain-div button{width:45%}.loss-gain-report-from-to-date-div .center-selection-loss-gain-div{width:100%}.loss-gain-report-from-to-date-div .center-selection-loss-gain-div span{width:80px}.loss-gain-report-from-to-date-div .center-selection-loss-gain-div select{width:200px;margin-bottom:5px}}@media screen and (max-width: 769px){.rate-chart-master-container .select-ratechart-container,.rate-chart-master-container .save-ratechart-container{width:50%}}@media screen and (max-width: 426px){.rate-chart-master-container{flex-direction:column;min-height:auto}.rate-chart-master-container .select-ratechart-container{width:100%;min-height:80%;padding:0;margin-bottom:10px}.select-ratechart-container .select-excel-container{margin-bottom:10px}.select-ratechart-container .select-excel-container .label-text{width:50%}.rate-chart-master-container .save-ratechart-container{width:100%;min-height:100%}.save-ratechart-container .previous-rate-chart-container{min-height:50%;margin-bottom:10px}.save-ratechart-container .button-div .btn{width:30%}.save-ratechart-container .rate-chart-options-container{min-height:65%}.rate-chart-div .rate-chart-row-value{padding:5px 0}}@media screen and (max-width: 426px){.update-ratechart-container,.apply-ratechart-container,.save-ratechart-container,.add-milk-type-container,.previous-rate-chart-outer-container{min-height:auto;flex-direction:column}.apply-ratechart-container .rate-chart-setting-div,.update-ratechart-container .rate-chart-setting-div,.save-ratechart-container .rate-chart-setting-div,.add-milk-type-container .add-milk-type,.previous-rate-chart-outer-container .previous-ratechart-container{width:100%;margin-bottom:10px}.apply-ratechart-container .previous-rate-chart-container,.update-ratechart-container .previous-rate-chart-container,.save-ratechart-container .select-ratechart-container,.add-milk-type-container .ratechart-type-list-container,.previous-rate-chart-outer-container .rate-chart-container{min-height:80%;width:100%;margin-bottom:10px}.apply-ratechart-container .rate-chart-setting-div .button-div button{width:100%;margin-top:10px}.save-ratechart-container .rate-chart-setting-div .button-div button{width:100%}.ratechart-master-container .ratechart-master-navigation{overflow-x:auto;white-space:nowrap;min-width:100%}.update-ratechart-container .rate-chart-setting-div .button-div button{width:100%;margin:0}.rate-chart-setting-div .customer-count-outer{margin-bottom:5px}.apply-ratechart-container .rate-chart-setting-div .button-div button{width:100%;margin:0}}.modal{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.modal .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.modal .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.modal .modal-content label{color:#555;margin-bottom:5px}.modal .modal-content input,.modal .modal-content select,.modal .modal-content textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;margin-bottom:5px;box-sizing:border-box}.modal .modal-content input:focus,.modal .modal-content select:focus,.modal .modal-content textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 4px #007bff4d}.modal .modal-content .modal-buttons{display:flex;justify-content:space-between;gap:10px}.modal .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.modal .modal-content button:last-child{background-color:#007bff;color:#fff}.modal .modal-content button:last-child:hover{background-color:#0056b3}.modal .modal-content button:first-child{background-color:#f8f9fa;color:#333}.modal .modal-content button:first-child:hover{background-color:#e2e6ea}.updateSellModal{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.updateSellModal .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:3px}.updateSellModal .modal-content button:last-child{background-color:#007bff;color:#fff;margin-left:10px}.updateSellModal .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.updateSellModal .modal-content button:last-child:hover{background-color:#0056b3}.updateSellModal .modal-content button:first-child{background-color:#f8f9fa;color:#333;margin-top:10px}.updateSellModal .modal-content button:first-child:hover{background-color:#e2e6ea}@media screen and (max-width: 426px){.update-prod-sell-rate-container{min-height:auto}.update-prod-sell-rate-container .download-print-pdf-excel-container{min-height:fit-content;flex-direction:column}.download-print-pdf-excel-container .select-dates-container,.download-print-pdf-excel-container .select-group-prod-container{width:100%;min-height:fit-content;flex-direction:column}.select-dates-container .dates-div,.select-group-prod-container .group-div,.select-group-prod-container .prod-name-div{width:100%;min-height:fit-content;flex-direction:row}.select-dates-container .dates-div label{width:30%}.select-dates-container .dates-div .data{width:50%}.update-prod-sell-rate-container .update-product-list-container{min-height:100%;margin-bottom:10px}.update-product-list-container .update-prod-sell-rate-table{overflow-x:scroll}.update-prod-sell-rate-table .data-headings-div{width:800px}}@media screen and (max-width: 426px){.starting-stock-list-container{min-height:auto}.starting-stock-list-container .download-print-pdf-excel-container{min-height:fit-content;flex-direction:column}.download-print-pdf-excel-container .sales-dates-container{flex-wrap:wrap;min-height:fit-content}.sales-dates-container .select-group-container{width:100%}.sales-dates-container button{width:45%}.download-print-pdf-excel-container .add-new-prod-stock-container{width:100%;margin-bottom:10px}.starting-stock-list-container .starting-stock-product-list-table-container{min-height:400px;margin-bottom:10px}.starting-stock-product-list-table-container .starting-stock-product-table{overflow-x:scroll;min-height:fit-content}.starting-stock-product-table .starting-stock-data-div{width:700px}}.startingModal{position:fixed;z-index:101;left:0;top:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center}.startingModal .modal-content{background-color:#fff;max-height:90%;border-radius:12px;box-shadow:0 8px 16px #0003;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:3px}.startingModal .modal-content h2{margin-bottom:10px;color:#333;text-align:center}.startingModal .modal-content label{color:#555;margin-bottom:5px}.startingModal .modal-content button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.startingModal .modal-content button:last-child{background-color:#007bff;color:#fff;margin-left:10px}.startingModal .modal-content button:last-child:hover{background-color:#0056b3}.startingModal .modal-content button:first-child{background-color:#f8f9fa;color:#333}.startingModal .modal-content button:first-child:hover{background-color:#e2e6ea}@media screen and (min-width: 426px) and (max-width: 769px){.starting-stock-outer-container .starting-stock-container{width:80%}}@media screen and (max-width: 426px){.stock-container .stock-nav-views{height:110%}.starting-stock-outer-container{min-height:auto}.starting-stock-outer-container .starting-stock-container{width:100%;min-height:fit-content}.starting-stock-container .starting-stock-form-container{min-height:fit-content}.starting-stock-form-container .stock-details-outer-container{width:100%;min-height:fit-content;flex-direction:column}.stock-details-outer-container .stock-details-div{width:100%}}.customer-container{background-color:#fcffff}.center-selection-div{border-radius:0 0 25px 25px;background-color:var(--main-bg-color)}.center-selection-div .dairyname{color:#fff;font-size:14px}.select-div .icons{font-size:20px;color:#fff}.center-selection-div .centers{border-radius:6px;background-color:#fff}.nav-menu-container .menu-icon-btn{border:1px solid var(--main-bg-color);background-color:var(--bg-sky-color);border-radius:8px}.lang-selector-btn{border:none;color:#fff;background-color:transparent}.lang-selector-btn:focus{outline:none}.lang-selector-btn .opts{color:#fff;background-color:#9ba7ed;outline:none}.menu-icon-btn .icon-div .icon{font-size:35px}.select-container:focus{outline:none}.dropdown-btn{width:80px;padding:5px;color:#fff;background-color:#b792e6;cursor:pointer}.dropdown-menu{list-style:none;margin:0;padding:0;position:absolute;width:80px;border:1px solid #ccc;border-radius:5px;background-color:#b792e6;box-shadow:0 2px 5px #00000026;z-index:100}.dropdown-menu li{padding:5px;font-size:14px;cursor:pointer;background-color:#fff}.dropdown-menu li:hover{background-color:#ddd}.cust-navbar{background-color:var(--main-bg-color)}.logo-text{letter-spacing:1px;color:#fff}.navlinks{display:contents}.close{width:80%}.open{position:relative;width:80%}.navlinks a{margin-left:20px;text-decoration:none;color:#dadada;transition:all .3s ease}.sidebar-list-item{display:flex}.sidebar-list-item span{margin:0 10px}.navlinks a:hover{color:#fff}.menu-btn{display:none;font-size:20px;color:#fff}.logout-btn .icon{color:#fff;font-size:20px}.back-icon{width:50px;font-size:28px;color:#000;margin-right:15px;border:1px solid #fff;border-radius:6px;background-color:#fff}.icon-div .icon{color:var(--main-bg-color);font-size:22px}.menu-icon-btn:hover{box-shadow:#32325d40 0 30px 60px -12px inset,#0000004d 0 18px 36px -18px inset}.logout-confirmation{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;box-shadow:0 0 10px #0000001a;z-index:1000;text-align:center;border-radius:8px}.logout-confirmation p{margin-bottom:20px}.logout-confirmation .lc-btns{margin:0 10px;border:none;border-radius:6px;padding:10px 20px;cursor:pointer}.lc-btn-div .btn-y{color:#ff2d2d}.lc-btn-div .btn-n{color:#20a32b}@media screen and (max-width: 426px){.customer-container .cust-navbar{width:100%;margin:0}.menu-btn{font-size:22px;margin-right:10px;color:#fff}.cust-navbar .logo{width:30%}.open-btn{display:block}.close-btn{display:block;margin:30px 20px}.navlinks{flex-direction:column}.navlinks a{margin-bottom:15px}.sidebar-list-item span{margin:0 10px}.open{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:100;background:var(--main-bg-color);transition:all .2s ease}.close{display:none}}.data-conatiner{height:100%;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.milk-collection-chart{margin-top:15px}.cust-dashboard-charts .milk-collection-chart{height:300px}@media screen and (max-width: 426px){.cust-dashboard-information .menu-title-div,.cust-dashboard-information .cust-dashboard-data{width:100%;margin:0}.cust-dashboard-information .cust-dashboard-charts{width:100%;margin:0;padding:10px}.cust-dashboard-charts .milk-collection-chart{width:100%;height:220px}}.user-details h2,.buttons-div{margin-bottom:10px}.profile-title-div{padding-bottom:10px;border-radius:0 0 20px 20px;background-color:var(--main-bg-color)}.profile-bg{width:110px;height:110px;display:flex;align-items:center;align-content:center;justify-content:center;border-radius:53px;background:transparent;border:3px solid #ffe4c4}.profile-bg1{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50px;border:2px solid #e78916;background:transparent;z-index:10}@media screen and (max-width: 426px){.cust-profile-container .menu-title-div,.cust-profile-container .user-info-container{width:100%;margin:0}}.content-titles-div,.content-total-value-div{background:var(--bg-gray-color)}.custmize-report-div{margin-bottom:10px}.save-btn-btn{padding:5px 10px;background-color:var(--main-bg-color);color:#fff;font-weight:700;border:none;border-radius:6px;transition:all .3s ease}.save-btn-btn:hover{box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.report-data-container{max-height:90%;overflow-y:scroll}.sidebar-list-item{font-size:14px}.selected{padding:10px;background:#ddbbb5}.custmize-report-div{border:none;background-color:var(--bg-gray-color)}.cl-icon{color:#531096}.custmize-report-div .custom-select{margin-left:10px;border:none;background-color:transparent}.content-total-value-div{border-radius:0 0 6px 6px}@media screen and (max-width: 426px){.coll-report-container{min-height:auto}.coll-report-container .invoice-of-collection-div{min-height:83%;overflow-x:scroll}.invoice-of-collection-div .content-titles-div,.invoice-of-collection-div .report-data-container,.invoice-of-collection-div .content-total-value-div{width:600px}}.title-type-conatiner{background-color:var(--main-bg-color);padding-bottom:15px;border-radius:0 0 20px 20px}.report-type-container a{color:#fff}.report-type-container{color:#fff;background:var(--bg-nav-color)}@media screen and (max-width: 426px){.cust-milk-collection-info .menu-title-div,.cust-milk-collection-info .report-type-container,.cust-milk-collection-info .report-virews-container{width:100%;margin:0}}.selection-container{flex-direction:row}.title-select-date{padding-bottom:10px;border-radius:0 0 20px 20px;background-color:var(--main-bg-color)}.selection-conatiner .custom-select{height:auto;max-height:200px;overflow-y:auto;border:none;border-radius:6px}.custom-select:focus{outline:none}.custom-select option{padding:10px;border:none;border-radius:6px}.purchase-table-total{border-radius:0 0 6px 6px}@media screen and (max-width: 426px){.cattel-feeds-summary-div,.cattel-feeds-summary-div .purchase-detailsitable,.deduction-summary-div,.deduction-summary-div .deduction-info-details{min-height:fit-content}}.top-navigation-container{width:100%;position:sticky;top:0;z-index:9;background-color:#fff}.icon{font-size:clamp(16px,2vw,20px)}.menu-icon{font-size:clamp(30px,2vw,28px);display:none}.submenu-arrow{color:#fff}.sidebar-nav-container{background:linear-gradient(15deg,#17c0b2 1%,#3793c9 39%,#5c4cf0 96%)}.main-nav-text{text-decoration:none;color:#fff;font-size:clamp(1.3rem,2vw,1.4rem)}.submenu-text{text-decoration:none;color:#fff;font-size:clamp(1.2rem,2vw,1.2rem)}.submenu .submenu-item{text-decoration:none;color:#fff;cursor:pointer;padding-left:25px;font-size:clamp(16px,3vw,22px)}.sidenav-btns{cursor:pointer}@media screen and (max-width: 992px){.super-admin-dashboard-container .main-page-views-container{width:100%}.menu-header{display:none;width:0}}@media screen and (max-width: 768px){.super-admin-dashboard-container .main-page-views-container{width:100%}.menu-icon{margin-left:15px;display:block}.open-sidebar-container{position:absolute;width:60%;height:100vh;top:0;left:0;z-index:200;transition:all .4s ease-in-out}.close-sidebar-container{display:none}.menu-header{width:auto}.dairy-name-container{margin-left:10px}}@media screen and (max-width: 426px){.super-admin-dashboard-container .main-page-views-container{width:100%}.menu-icon{display:block}.open-sidebar-container{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:200;transition:all .2s ease}.close-sidebar-container{display:none}.menu-header{width:auto}.dairy-name{width:90%}}.toggle-container{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700}.switch{position:relative;display:inline-block;width:50px;height:25px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:25px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:3.5px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translate(24px)}.main-access-add-remove-outer-container .main-access-add-remove-container{flex-wrap:wrap;gap:25px}.access-controller-div{width:23%}@media screen and (min-width: 426px) and (max-width: 769px){.whatsapp-sms-outer-container .whatsapp-sms-container{width:90%}.recharge-whsms-container .form-btn-container{justify-content:space-between}.recharge-whsms-container .form-btn-container button{width:45%;margin:0}}@media screen and (max-width: 426px){.whatsapp-sms-outer-container .whatsapp-sms-container{width:100%;min-height:fit-content}.recharge-whsms-container .sms-seting-div{width:100%;flex-wrap:wrap;margin-bottom:10px}.sms-seting-div .label-text{width:100%}.sms-seting-div .dairyid{width:30%}.sms-seting-div .dairyname{width:65%}.recharge-whsms-container .form-btn-container{justify-content:space-between}.recharge-whsms-container .form-btn-container button{width:45%;margin:0}}.milkfilterdata-hide-scroll{overflow:hidden;height:100%;width:100%;display:flex;flex-direction:column}.milkfilterdata-hide-scroll .milkfilterdata-table-container{flex:1;overflow:hidden;position:relative;background:#fff;border-radius:8px;width:100%;height:100%}.Scroll-table-milkfilterdata{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:scroll}aside .sidebar-logo{width:100%;height:120px}.close-icon{margin-right:30px;font-size:24px;font-weight:600;color:#fff}.sidebar-list{color:#fff}.sidebar-list .sidebar-list-item{margin:10px 0;padding:10px;font-size:18px}.sidebar-list .sidebar-list-item>a>span{padding:0 10px}.close-icon{display:none}.logout-btn-div{position:relative;bottom:0}.logout-icon{font-size:clamp(20px,2vw,24px);color:#fff}@media screen and (max-width: 992px){.close-icon{display:none}.page-view-container{width:100%}.top-navigation-container{display:flex;align-items:center}.header-right span{display:none}}@media screen and (max-width: 769px){.top-navigation-container>.menu>.menu-icon{display:inline-block;font-size:20px}.close-icon{display:block}}@media screen and (max-width: 426px){.main-page-views-container,.top-navigation-container,.page-view-container{width:100%}.close-icon{display:block}}: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: rgba(255, 255, 255, .7);--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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wh100{width:100vw;height:100vh}.w100{width:100%}.w90{width:90%}.w85{width:85%}.w80{width:80%}.w75{width:75%}.w70{width:70%}.w65{width:65%}.w60{width:60%}.w55{width:55%}.w50{width:50%}.w48{width:48%}.w45{width:45%}.w40{width:40%}.w38{width:38%}.w35{width:35%}.w32{width:32%}.w30{width:30%}.w25{width:25%}.w20{width:20%}.w15{width:15%}.w10{width:10%}.w5{width:7%}.h100{height:100vh}.h1{height:100%}.h95{height:95%}.h90{height:90%}.h80{height:80%}.h70{height:70%}.h65{height:65%}.h60{height:60%}.h55{height:55%}.h50{height:50%}.h45{height:45%}.h40{height:40%}.h30{height:30%}.h25{height:25%}.h20{height:20%}.h15{height:15%}.h10{height:10%}.h5{height:7%}.mh100{max-height:100%;overflow-y:scroll}.mh90{max-height:90%;overflow-y:scroll}.mh80{max-height:80%;overflow-y:scroll}.mh70{max-height:70%;overflow-y:scroll}.mh60{max-height:60%;overflow-y:scroll}.mh50{max-height:50%;overflow-y:scroll}.mh40{max-height:40%;overflow-y:scroll}.mh30{min-height:30%;overflow-y:scroll}.container{width:100%;height:100vh}.box{width:100%;height:100%}.d-flex{display:flex}.d-flex-col{display:flex;flex-direction:column}.f-wrap{flex-wrap:wrap}.center{align-items:center;justify-content:center}.a-center{align-items:center}.a-top{align-items:flex-start}.a-bottom{align-items:flex-end}.j-start{justify-content:flex-start}.j-center{justify-content:center}.j-end{justify-content:flex-end}.sb{justify-content:space-between}.sa{justify-content:space-around}.se{justify-content:space-evenly}.hr{border:1px solid #a7a3a3}.br{border:1px solid black}.sticky-top{position:sticky;top:0}.t-center{text-align:center}.t-justify{text-align:justify}.t-start{text-align:start}.t-end{text-align:end}.d-none{list-style:none;text-decoration:none}.m10{margin:10px}.mx5{margin:0 5px}.mx10{margin:0 10px}.mx15{margin:0 15px}.mx-15{margin:0 15%}.my5{margin:5px 0}.my10{margin:10px 0}.my15{margin:15px 0}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.p10{padding:10px}.p05{padding:0 5px}.p12{padding:10px 20px}.px5{padding:0 5px}.px10{padding:0 10px}.px15{padding:0 15px}.py5{padding:5px 0}.py10{padding:10px 0}.py15{padding:15px 0}.pt-10{padding-top:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.data-div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;margin:10px 0}.data-div-2{width:45%;display:flex;flex-direction:column;justify-content:flex-start;margin:10px 0}.data{padding:10px;font-size:16px;border:1px solid #cccccc;border-radius:4px;background-color:#fcfbfb}.data:focus{outline:none}.data::-webkit-outer-spin-button,.data::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.data:hover{border:1px solid #7235ed;-webkit-box-shadow:1px 2px 16px -4px rgba(117,111,117,1);-moz-box-shadow:1px 2px 16px -4px rgba(117,111,117,1);box-shadow:1px 2px 16px -4px #756f75}.hover:hover{box-shadow:1px 2px 2px #535151}.hidescrollbar{-ms-overflow-style:none;scrollbar-width:none}.hidescrollbar::-webkit-scrollbar{display:none}.title1{font-size:38px;font-weight:800;color:#7235ed;cursor:pointer}.title{font-size:clamp(18px,2vw,24px);font-weight:700;color:#f16868;cursor:pointer}.subtitle{font-size:clamp(18px,3vw,20px);font-weight:700;color:#7235ed;cursor:pointer}.heading{font-size:clamp(18px,2vw,20px);font-weight:600;color:#7235ed;cursor:pointer}.f-heading{font-size:clamp(18px,2vw,20px);font-weight:500;color:#fff;cursor:pointer}.sub-heading{font-size:clamp(16px,2vw,18px);font-weight:500;color:#0e0e0e;cursor:pointer}.labeltext{font-size:clamp(16px,2vw,18px);font-weight:400;color:#10062c;cursor:pointer}.f-label-text{font-size:clamp(16px,2vw,18px);font-weight:400;color:#fff;cursor:pointer}.label-text{font-size:clamp(16px,3vw,18px);font-weight:400;color:#083b64;cursor:pointer}.info-text{font-size:clamp(16px,2vw,18px);font-weight:300}.f-info-text{font-size:clamp(16px,2vw,18px);font-weight:400;color:#fff}.f-text{font-size:clamp(16px,2vw,18px);font-weight:300;cursor:pointer;color:#fff}.text{font-size:clamp(16px,2vw,18px);font-weight:300;cursor:pointer}.tip-text{font-size:clamp(8px,2vw,12px);font-weight:400;cursor:pointer}.info-txt{font-size:16px;color:#3c1e20;font-weight:300;margin-top:5px}.noti-title{color:#34078e}.read-onlytxt{color:#000;background-color:#d8d8d8}.req{color:red}.error-message{font-size:clamp(8px,2vw,10px);font-weight:300;color:red;margin-top:5px}.input-error{border-color:red}.bg1{background-color:#8b52fc}.nav-bg{background-color:#c18383}.t-heading-bg{background-color:#17acc0}.bg2{background-color:#a386dc}.bg3{background-color:#c1aee8}.bg4{background-color:#d1c5e9}.bg5{background-color:#fcfcfc}.bg6{background-color:var(--bg-gray-color)}.bg7{background-color:#17acc0}.bg8{background-color:#43beae;border-radius:8px}.bg-light-green{background-color:#c2f3cf}.bg-light-skyblue{background-color:#cff3f8}.bg-yellow{color:#fff;font-weight:600;background-color:#dbce56ea}.bg-green{font-weight:600;color:#fff;background-color:#57d153cb}.bg-red{font-weight:600;color:#fff;background-color:#ff3e3ecb}.bg-fff{background-color:#fff}.bg{background-color:#def8fd;border-radius:8px;box-shadow:0 0 3px #e0e0e0}.edit-bg{background-color:#e3ffe9;border-radius:8px;box-shadow:0 0 3px #e0e0e0}html,body{overflow-x:hidden}.br6{border-radius:6px}.br9{border-radius:9px}.br-top{border-radius:9px 9px 0 0}.br-bottom{border-radius:0 0 9px 9px}.color-icon{font-size:20px;color:#34078e}.f-color-icon{font-size:20px;color:#fff}.w-btn{width:120px;height:40px;display:flex;align-items:center;justify-content:center;padding:10px;border:none;border-radius:6px;font-weight:500;color:#fff;transition:all .3s ease-in-out;background:linear-gradient(207deg,#0d41e1 10%,#09a6f3 53%)}.btn{min-width:auto;height:40px;display:flex;align-items:center;justify-content:center;padding:10px;border:none;border-radius:6px;font-weight:500;color:#fff;transition:all .3s ease-in-out;background:linear-gradient(207deg,#0d41e1 10%,#09a6f3 53%)}.btn-danger{min-width:auto;height:40px;display:flex;align-items:center;justify-content:center;padding:10px;border:none;border-radius:6px;font-weight:700;color:#fff;transition:all .3s ease-in-out;background:linear-gradient(207deg,#e17e0d 10%,#ec2b35 53%)}.btn-danger:hover{background:linear-gradient(40deg,#e17e0d 10%,#ec2b35 53%)}.w-btn:hover,.btn:hover{background:linear-gradient(40deg,#0d41e1 10%,#09a6f3 53%)}@media screen and (max-width: 769px){.data{padding:5px;font-size:16px}.react-tosts{font-size:12px}.w-btn{width:70px;height:35px}.btn{height:35px}}@media screen and (max-width: 426px){.info-text{margin:5px 0}.data{padding:5px;font-size:16px}.home-nav-item .sub-navlinks .nav-icon{display:none}}.about-us-container p{text-align:justify}@media screen and (max-width: 426px){.about-us-container{min-height:auto;padding:10px}.about-us-container .aboutus-inner-container{min-height:fit-content;width:100%}}*{margin:0;padding:0;box-sizing:border-box;font-family:poppins,"sans-serif";--main-bg-color: #8b52fc;--bg-nav-color: #c18383;--bg-gray-color: #f4f4f4;--bg-sky-color: #e2e4f2}
