#login-body {
  overflow: hidden;
}

body {
  font-family: 'Titillium Web';
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
  box-shadow: none;
  background: #f1f1f1;
  z-index: 1;
  border: 2px solid #ccc;
  outline: none;
}

p {
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round';
  font-weight: bold;
}

.container-fluid.login-container {
  max-width: 1250px;
  margin: auto;
  position: relative;
}

.form-control.login-input {
  height: 55px;
  border-radius: 0;
  background: #F6F6F6;
  border: 0;
  font-size: 18px;
}

.btn.btn-primary.btn-block.login-btn {
  height: 59px;
  border-radius: 0;
  border: none;
  background: linear-gradient(168.08deg, #17EAD9 0%, #6078EA 100%);
  box-shadow: 0px 4px 20px rgba(110, 226, 245, 0.32);
}

.input-box {
  display: block;
  justify-content: center;
  padding-top: 100px;
}

.container-fluid.dashboard-container {
  padding: 0;
  margin: 0;
}

.card.side-bar {
  position: fixed;
  width: 250px;
  top: 0;
  bottom: 0;
  border-radius: 0;
  border: 0;
}

@media (min-width: 1280px) {
  .card.side-bar {
    position: fixed;
    width: 200px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border: 0;
  }
}

@media (min-width: 1366px) {
  .card.side-bar {
    position: fixed;
    width: 220px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border: 0;
  }
}

@media (min-width: 1400px) {
  .card.side-bar {
    position: fixed;
    width: 230px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border: 0;
  }
}

@media (min-width: 1680px) {
  .card.side-bar {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    border: 0;
  }
}

.dashbaord-body {
  background: #F7FBFF;
}

.card.top-bar {
  position: fixed;

  width: 100%;
padding-bottom:0px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(229, 229, 229, 0.63);

  z-index: 9;
}

/*@media (min-width: 1200px) {
  .card.top-bar {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(229, 229, 229, 0.63);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    z-index: 9;
  }
}

@media (min-width: 1366px) {
  .card.top-bar {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(229, 229, 229, 0.63);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    z-index: 9;
  }
}

@media (min-width: 1400px) {
  .card.top-bar {
    position: fixed;
   
    width: 100%;
    height: 100px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(229, 229, 229, 0.63);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    z-index: 9;
  }
}

@media (min-width: 1680px) {
  .card.top-bar {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(229, 229, 229, 0.63);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    z-index: 9;
  }
}*/

.text-left.logo-text {
  margin-left: 45px;
  font-family: 'Titillium Web';
}

.text-center.pt-4.logo-box {
  width: 50%;
  margin-left: 25px;
}

.top-bar-heading {
  text-align: center;
  line-height: 50px;
  color: #6EE2F5;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  font-size: 10px;
}

@media (min-width: 1200px) {
  .top-bar-heading {
    text-align: center;
    line-height: 50px;
    color: #6EE2F5;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  .top-bar-heading {
    text-align: center;
    line-height: 50px;
    color: #6EE2F5;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-size: 11px;
  }
}

@media (min-width: 1366px) {
  .top-bar-heading {
    text-align: center;
    line-height: 50px;
    color: #6EE2F5;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-size: 11px;
  }
}

.list-inline.top-bar-list {
  line-height: 30px;
}

.top-bar-list li {
  border-left: 2px solid #ECECEC;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3EADE2;
  width: 125px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .top-bar-list li {
    border-left: 2px solid #ECECEC;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3EADE2;
    width: 155px;
    font-size: 11px;
  }
}

.price-number {
  position: relative;
  margin-top: -10px;
  color: #7B7B7B;
  font-size: 14px;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .price-number {
    position: relative;
    margin-top: -10px;
    color: #7B7B7B;
    font-size: 14px;
    text-align: center;
  }
}

.img-fluid.user-image {
  border-radius: 100%;
}

.user-image-box {
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(204,204,204,0.83);
  line-height: 55px;
  background: linear-gradient(138.74deg, #17EAD9 0%, #6078EA 100%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.badge.badge-primary.notification-bage {
  position: absolute;
  height: 25px;
  width: 25px;
  line-height: 19px;
  background: #10d1c2;
  border-radius: 100%;
  color: #ffffff;
  margin-top: -10px;
  margin-left: -10px;
}

.user-menu {
  position: absolute;
  z-index: 1;
  width: 160px;
  top: 70px;
  right: 0px;
  border-radius: 20px;
  height: auto;
  padding-left: 10px;
  padding-top: 5px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  display: none;
}

.list-unstyled.user-menu-list li {
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: bold;
  color: #6d6d6d;
}

.list-unstyled.user-menu-list li a {
  color: #6d6d6d;
}

.img-fluid.site-logo {
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.side-bar-links {
  margin-top: 40px;
  height: 700px;
  overflow: auto;
  padding-top: 20px;
}

.list-unstyled.side-bar-links-list x {
  height: 52px;
  line-height: 50px;
  width: 90%;
  padding-left: 10px;
}

.list-unstyled.side-bar-links-list li {
  height: 52px;
  line-height: 50px;
  width: 90%;
  padding-left: 10px;
  font-size: 14px;
}

.list-unstyled.side-bar-links-list .active {
  height: 52px;
  line-height: 50px;
  width: 90%;
  padding-left: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  cursor: pointer;
}

.list-unstyled.side-bar-links-list li:hover {
  width: 95%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease-in;
}

.list-unstyled.side-bar-links-list li a {
  color: #6d6c6c;
  text-decoration: none;
}

.content-view {
  position: absolute;

  width: 100%;
  top: 140px;
  z-index: 1;
}

.card.icon-links-box {
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  height: auto;
  border: 0;
}

.card.left-content-box {
  border: 0;
  height: 400px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  overflow: overlay;
  overflow-x: hidden;
}

.card.right-content-box {
  border: 0;
  height: 400px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  overflow: overlay;
  overflow-x: hidden;
}

.card.dashboard-icon-box {
  background: linear-gradient(138.74deg, #17EAD9 0%, #6078EA 100%);
  box-shadow: 0px 4px 20px rgba(110, 226, 245, 0.23);
  border-radius: 20px;
  color: #fff;
  border: 0;
}

.ds-box-link {
  text-decoration: none !important;
}

.mr-3.user-initial-name {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #17EAD9;
  border-radius: 100%;
}

.mr-3.user-initial-name-2 {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #fc2860;
  border-radius: 100%;
}

.user-initial-name h4 {
  line-height: 60px;
  font-weight: lighter;
  color: #fff;
}

.user-initial-name-2 h4 {
  line-height: 60px;
  font-weight: lighter;
  color: #fff;
}

.float-right.mt-4.branch-text {
  color: #3EADE2;
}

.scroll-box::-webkit-scrollbar {
  width: 6px;
  display: block;
}

.scroll-box::-webkit-scrollbar-track {
  background: #e9f4fc;
}

.scroll-box::-webkit-scrollbar {
  width: 5px;
  display: block;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #6EE2F5;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #3eade2;
}

.top-section-box {
  margin-top: 130px;
  width: 80%;
  position: absolute;
  right: 50px;
}

.card.striength-box-1 {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 0;
  height: 800px;
  overflow: overlay;
}

.form-control.form-input {
  background: #F6FBFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 30px;
  height: 45px;
}

.form-btn {
  background: linear-gradient(170.02deg, #17EAD9 0%, #6078EA 100%);
  box-shadow: 0px 4px 20px rgba(110, 226, 245, 0.44);
  border-radius: 30px;
  border: 0;
  height: 46px;
  transition: all 0.5s ease-out;
}

.form-btn:hover {
  background: linear-gradient(170.02deg, #6078EA 0%, #17EAD9 100%);
  transition: all 0.9s ease-in;
}

.table-box {
  height: 650px;
  overflow: overlay;
  overflow-y: scroll;
  overflow-x: scroll !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #F6FBFF;
}

thead {
  background: #6EE2F5;
}

.main-table {
}

.table-row-box td {
  max-width: 120px !important;
}

.card.full-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 0px;
  border: 0px;
  height: 800px;
  overflow: overlay;
}

.btn.btn-primary.form-btn-sm-2 {
  border-radius: 20px;
  background: linear-gradient(156.47deg, #17EAD9 0%, #6078EA 100%);
  color: #282839;
  border: 0px;
  width: auto;
  font-weight: bold;
}

.btn.btn-primary.form-btn-sm {
  border-radius: 20px;
  background: linear-gradient(156.47deg, #17EAD9 0%, #6078EA 100%);
  color: #282839;
  border: 0px;
  width: 80px;
  font-weight: bold;
}

.scroll-box.scroll-table {
  height: 600px;
  overflow: overlay;
  padding-right: 10px;
}

.card.small-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border: 0;
  margin-bottom: 20px;
}

.card.small-box-2 {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border: 0;
  margin-bottom: 20px;
  border-radius: 0;
}

.input-group-btn {
  background: linear-gradient(150.58deg, #17EAD9 0%, #6078EA 100%);
  border-radius: 30px;
  width: 132px;
  height: 48px;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  left: -60px;
  z-index: 2 !important;
  position: relative;
  border: 0;
}

.date-input-group {
  height: 49px;
  background: #F6FBFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 30px !important;
  padding-right: 80px;
  z-index: 1 !important;
}

.input-group-1 {
  height: 49px;
  background: #F6FBFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 30px;
  padding-right: 80px;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.input-group-2 {
  height: 49px;
  background: #F6FBFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 30px;
  padding-right: 80px;
}

.table-text {
  font-size: 12px;
}

.order-input {
  background: #F6FBFF;
  border: 1px solid #B4B4B4;
  box-sizing: border-box;
  border-radius: 30px !important;
  padding-right: 50px;
  z-index: 1 !important;
  width: 65%;
}

@media (min-width: 1280px) {
  .order-input {
    background: #F6FBFF;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    border-radius: 30px !important;
    padding-right: 50px;
    z-index: 1 !important;
    width: 50%;
  }
}

@media (min-width: 1366px) {
  .order-input {
    background: #F6FBFF;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    border-radius: 30px !important;
    padding-right: 50px;
    z-index: 1 !important;
    width: 56% !important;
  }
}

.order-input-btn {
  background: linear-gradient(146.43deg, #17EAD9 0%, #6078EA 100%);
  border-radius: 30px !important;
  width: auto;
  left: -40px;
  border: 0;
  font-size: 20px;
  top: -2px;
}

.scroll-box.table-scroll-1 {
  height: 400px;
  overflow: overlay;
  overflow-x: hidden;
  padding-right: 10px;
}

.vat-box {
  background: #1F78B4;
  height: 50px;
  padding: 10px;
  color: #fff;
  padding-top: 13px;
}

.total-cart-box {
  background: #fff;
  height: 50px;
  padding: 10px;
  color: #10d1c2;
  padding-top: 13px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.card.vat-box-2 {
  border-radius: 0;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}

.vat-form-box {
  max-width: 580px;
  margin: auto;
}

.vat-text-box {
  width: 50px;
  border: 0;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  font-weight: bold;
}

.ui-section {
  max-width: 100%;
  margin: 0 auto;
}

.list-inline-item.category-list-box {
  width: 200px;
  padding: 10px;
  background: #F7FBFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(47,47,47,0.07);
  font-size: 14px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.float-right.category-close-box {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  border-radius: 100px;
  background: linear-gradient(127.44deg, #17EAD9 0%, #6078EA 100%);
  color: #fff;
}

.card.normal-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 0px;
  border: 0px;
  overflow: overlay;
}

.card.normal-box-2 {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 0px;
  border: 0px;
  height: auto;
  overflow: hidden;
}

.list-text a {
  color: #6d6d6d;
  text-decoration: none !important;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-text a .la {
  color: #6ee2f5;
}

.list-text a:hover {
  margin-left: 15px;
  transition: all 0.5s ease-in;
}

.div-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-bottom: 1rem;
  color: #212529;
}

.div-table-head {
  background: #6EE2F5;
}

.div-table-th {
  vertical-align: top;
  border-bottom: 2px solid #dee2e6;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: inherit;
  width: 210px;
  display: table-cell;
}

.div-body-row:nth-of-type(odd) {
  background: #F6FBFF;
}

.div-body-row:nth-of-type(even) {
  background: #fff;
}

.div-table-cell {
  vertical-align: top;
  border-bottom: 2px solid #dee2e6;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: inherit;
  width: 210px;
  display: table-cell;
  font-size: 14px;
}

.product-box {
  width: 280px !important;
}

.div-table-p-box {
  width: 70% !important;
}

.form-control.div-table-input {
  height: 30px;
  width: 100px;
  font-size: 13px;
  border-radius: 30px;
  background: #f7fbff;
}

.btn.btn-primary.btn-block.form-btn-sm.delete-box {
  font-size: 10px;
  width: 60px;
  display: grid;
  float: left;
  margin-top: -9px;
  margin-right: 2px;
}

@media (min-width: 1680px) {
  .btn.btn-primary.btn-block.form-btn-sm.delete-box {
    font-size: 12px;
    width: auto;
    display: grid;
    float: left;
    margin-top: -9px;
  }
}

.div-table-cell.pt-3.edit-box {
  width: 230px;
}

.div-body-row {
  height: 60px;
}

.reciept-box {
  width: 793.92px;  margin: auto;  padding: 30px;  font-family: 'Titillium Web' !important;  border: 0px;  border-radius: 0;
}

.work-box {
  padding: 10px;  background: #000;  color: #fff;  text-align: center;  font-size: 14px;
}

.line-receipt {
  margin-top: -10px;
}

