@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap);.qidiruv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tables{overflow-y:auto;overflow-x:hidden;height:1000px}.content{margin-top:-60px}.qoshishBtn{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px}.pencil{border:1px solid #e9f1fa;border-radius:50%}.pencil,.trash{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.trash{border:1px solid #fff0f0;border-radius:50%}.rowgroup{background:#379056!important}.loading-page{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.9);z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.spinner-border{width:1rem;height:1rem;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loading-text{font-size:1.3rem;font-weight:500;margin-top:15px;color:#555;text-align:center;line-height:1.5}.loading-text,body{font-family:Roboto,sans-serif}.loading-text{font-family:Roboto Slab,serif;letter-spacing:.5px;color:#333;-webkit-transition:color .3s ease;transition:color .3s ease}.loading-text:hover{color:#007bff}.loading-text{text-shadow:0 4px 6px rgba(0,0,0,.1)}.loading-page .text-center{-webkit-transform:scale(.95);transform:scale(.95);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.loading-page .text-center:hover{-webkit-transform:scale(1);transform:scale(1)}