@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --font-theme: "Source Sans 3", sans-serif;
  --themeBlue: #006182;
  --themeGreen: #07ab07;
  --themeRed: #ff5151;
  --themeYellow: #efbd00;
  --gold: #e1a900
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important
}

body {
  min-height: 100vh;
  font-family: var(--font-theme) !important
}

.right-arrow,
.left-arrow {
  border: 1px solid var(--themeBlue) !important;
  color: var(--themeBlue)
}

.green:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background-color: var(--themeGreen) !important
}

.green:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, var(--themeGreen) 30%, #fff 50%)
}

.theme-color:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background-color: var(--themeBlue) !important
}

.theme-color:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, var(--themeBlue) 30%, #fff 50%)
}

.yellow:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background-color: var(--themeYellow) !important
}

.yellow:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, var(--themeYellow) 30%, #fff 50%)
}

.light-blue:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background-color: #00acd6 !important
}

.light-blue:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, #00acd6 30%, #fff 50%)
}

.red:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background-color: var(--themeRed) !important
}

.red:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, var(--themeRed) 30%, #fff 50%)
}

.golden:not(:disabled) {
  border: none !important;
  color: #fff !important;
  background: linear-gradient(to bottom right, #BF953F, #d7a333, #B38728, #d49b20, #AA771C);
  transition: background 1s ease
}

.golden:not(:disabled):hover {
  outline: 1px solid;
  outline-color: color-mix(in srgb, var(--gold) 30%, #fff 50%);
  background: linear-gradient(to top left, #BF953F, #d7a333, #B38728, #d49b20, #AA771C)
}

.logo {
  font-family: 'Alegreya Sans', sans-serif
}

textarea:focus,
select:focus,
input:focus {
  border: 1px solid var(--themeBlue) !important
}

table a {
  text-decoration: none
}

nav#nav_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 55px;
  background: var(--themeBlue);
  box-shadow: 0 1px 9px var(--shadow);
  z-index: 1100
}

table,
td,
th {
  text-align: center !important
}

nav .navbar {
  height: 53px;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  background: var(--themeBlue);
  padding: 0 10px 0 0
}

.navbar .logo a {
  font-size: 30px;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px
}

.nav-links .links li:hover {
  background-color: #004e75
}

nav .navbar .nav-links {
  line-height: 60px;
  height: 100%
}

nav .navbar .links {
  display: flex;
  height: 54px;
  margin-bottom: 0 !important
}

.log-out-button,
.offcanvas-icon {
  color: var(--white);
  padding: 12px;
  border-radius: 5px;
  font-size: 16px
}

.offcanvas-icon {
  background-color: var(--themeBlue)
}

.log-out-button {
  background-color: var(--themeRed)
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg)
}

nav .navbar .links li .arrow {
  width: 22px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--white);
  transition: all .3s ease
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  line-height: 40px;
  background: var(--themeBlue);
  box-shadow: 0 1px 7px #000;
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid var(--tableBorder)
}

.sub-menu i {
  padding-right: 10px;
  padding-left: 0
}

.navbar .links li .sub-menu a {
  color: var(--white);
  font-size: 15px;
  font-weight: 500
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block
}

.navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px
}

@media (min-width:975px) {
  .mobile-navbar {
    display: none
  }

  .desktop-navbar {
    display: block
  }
}

@media (max-width:975px) {
  .desktop-navbar {
    display: none
  }

  .mobile-navbar {
    display: block
  }
}

.mobile-navbar {
  background-color: var(--themeBlue)
}

.logo-mob {
  color: var(--white) !important;
  text-decoration: none !important;
  font-size: 35px;
  font-family: Marko One
}

@media (max-width:400px) {
  .logo-mob {
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 25px;
    padding: 10px
  }
}

@media (max-width:300px) {
  .logo-mob {
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 20px;
    padding: 10px
  }
}

.offcanvas-header {
  background-color: var(--themeBlue);
  color: var(--white) !important
}

.btn-close {
  background-color: var(--themeRed) !important
}

.offcanvas-title {
  font-size: 30px;
  font-family: Marko One
}

.navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease
}

.navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: var(--themeBlue);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease
}

.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: var(--themeBlue)
}

.search-box .input-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: var(--themeBlue);
  right: 10px;
  top: -6px;
  transform: rotate(45deg)
}

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: 0;
  padding: 0 15px;
  font-size: 16px;
  border: none
}

.navbar .bx-menu {
  display: none
}

.navbar .offcanvas-icon {
  display: none
}

ol,
ul {
  padding-left: 0 !important
}

@media (max-width:920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px
  }

  nav .navbar .logo a {
    font-size: 27px
  }

  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap
  }

  nav .navbar .links li a {
    font-size: 15px
  }
}

@media (max-width:800px) {
  .navbar .bx-menu {
    display: block
  }

  .navbar .offcanvas-icon {
    display: block
  }

  .logo-name {
    font-family: Marko One !important
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: var(--themeBlue);
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px var(--shadow);
    transition: all .5s ease;
    z-index: 1000
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .sidebar-logo .logo-name {
    font-size: 25px;
    color: var(--white)
  }

  .navbar .bx-menu,
  .sidebar-logo i {
    font-size: 25px;
    color: var(--white)
  }

  nav .navbar .links {
    display: block;
    margin-top: 20px
  }

  nav .navbar .links li .arrow {
    line-height: 40px
  }

  nav .navbar .links li {
    display: block
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0)
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none
  }

  .navbar .links li .sub-menu .more span {
    display: flex;
    align-items: center
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu {
    display: block
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg)
  }

  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg)
  }
}

@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%
  }
}

.bbg-img {
  font-weight: 400
}

button.back-btn {
  padding: 5px 20px !important;
  margin-left: 10px !important;
  background-color: var(--themeBlue) !important;
  border: none !important;
  outline: 1px solid #fff !important;
  outline-offset: -5px !important;
  color: #fff !important
}

button.back-btn:hover {
  opacity: .88
}

.card {
  margin-bottom: 1rem;
  border: none !important;
  margin-left: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--white);
  border-radius: border-box
}

.card .card-content {
  position: relative
}

.card-body {
  padding: 3px !important
}

.page-heading {
  color: var(--themeBlue);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 1px;
  padding-top: 10px
}

.form-control {
  width: 100% !important
}

table,
td,
th {
  border: 1px solid #000;
  text-align: center;
  line-height: 1.42857143;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle
}

#example1,
td,
th {
  text-align: center !important
}

#example1 th,
#myTable th,
.th-height th {
  padding-block: 7px !important
}

#example1 td,
table td {
  border: 1px solid var(--tableBorder);
  border-collapse: collapse;
  padding: 3px;
  padding-top: 1px
}

#example1 thead tr th,
table thead tr th {
  background-color: var(--themeBlue);
  border: 1px solid #fff;
  color: #fff
}

#example1 tfoot tr th {
  background-color: rgba(214, 245, 255, .742);
  border: 1px solid #fff;
  color: #000
}

.buttons-collection,
.buttons-html5 {
  background-color: var(--themeBlue) !important;
  color: var(--white) !important;
  border: none !important;
  border-radius: 4px !important
}

input[type=submit] {
  outline-offset: 0 !important;
  outline-color: var(--themeBlue) !important
}

.text-area {
  width: 290px;
  height: 70px
}

.c-button,
.s-button {
  padding: 5px 50px 5px 50px;
  border-radius: 5px;
  background-color: var(--themeYellow);
  color: #000;
  border: 1px solid #222
}

.last-heading {
  color: var(--themeBlue);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px
}

input[type=checkbox],
input[type=radio] {
  height: 15px;
  width: 25px
}

.text-area1 {
  width: 388px;
  height: 75px
}

.table-btn {
  border: none;
  background-color: #fff
}

.edit-btn,
.view-btn-1 {
  padding: 2px 5px 2px 7px;
  background-color: var(--themeYellow);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  transform: translateY(1px) !important
}

.edit-btn {
  border: 1px solid grey;
  color: #121212
}

.view-btn-1 {
  background-color: var(--themeGreen)
}

.del-btn {
  padding: 2px 7px 2px 7px;
  background-color: var(--themeRed);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  transform: translateY(1px) !important
}

.ok-btn {
  padding: 2px 7px 2px 7px;
  background-color: var(--themeGreen);
  color: #434343;
  border: 1px solid grey;
  border-radius: 4px;
  margin-left: 10px;
  transform: translateY(1px) !important
}

.section_padding {
  padding-top: 80px;
  padding-bottom: 40px
}

.page-heading1 {
  color: #25396f;
  font-size: 20px;
  font-weight: 700
}

.label-cls {
  color: var(--black);
  padding: 2px 12px;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  font-size: 14px !important;
  font-weight: 600
}

.add-btn {
  width: 25px;
  margin: 5px;
  background-color: var(--themeGreen);
  color: #fff;
  border: none
}

.sub-btn {
  width: 28px;
  height: 28px;
  margin: 5px;
  background-color: #d7d7d7;
  color: #222;
  border: 1px solid grey;
  border-radius: 3px
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.modal-content {
  background-color: var(--white) !important;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 80%
}

.close {
  color: var(--white) !important;
  float: right;
  font-size: 20px;
  font-weight: 700
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

.top-container {
  background: var(--themeBlue);
  height: 50px;
  outline: 1px solid #a3a3a3;
  outline-offset: -5px
}

.print-cls {
  font-size: 18px;
  font-weight: 600
}

.checkbox1 {
  height: 15px !important;
  width: 25px
}

.subm-btn {
  margin-left: 200px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--themeGreen);
  border-color: var(--themeGreen);
  border-radius: 3px;
  color: var(--white);
  border: none;
  padding-top: 5px;
  padding-bottom: 5px
}

.note-btn {
  padding: 5px 20px;
  margin-inline: 10px;
  background-color: var(--themeYellow);
  border: none;
  outline: 1px solid #fff;
  outline-offset: -4px;
  color: #fff;
  border-radius: 0
}

body .note-btn {
  padding: 2px 15px;
  margin-inline: 10px;
  margin-top: 21px;
  background-color: #eee;
  border: 1px solid #5e5e5e;
  outline: 0 solid #fff;
  outline-offset: -4px;
  color: #4d4d4d;
  border-radius: 3px
}

.touch-div {
  float: right;
  padding-bottom: 1rem
}

.touch-label {
  font-size: 18px;
  font-weight: 600
}

.i-icon {
  border: solid 1px;
  margin-left: 65px;
  margin-top: -27px;
  border-radius: 12px;
  border: none
}

.btn-secondary {
  width: 20px;
  color: var(--white);
  background-color: #9fd4e7 !important;
  border-color: #9fd4e7 !important;
  border-radius: 12px !important;
  height: 22px
}

.btn {
  padding: 0 !important
}

.note-cls {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 18px
}

#myTable .purchase-tr {
  background-color: rgb(107 105 107);
  color: #fff
}

.purchase-tr {
  background-color: var(--new-blue);
  color: #fff
}

.table-bordered {
  border: 1px solid var(--tableBorder)
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: var(--white);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.text-center {
  text-align: center
}

.no-padding {
  padding: 0 !important
}

.form-control {
  border-radius: 3px;
  box-shadow: none !important;
  border-color: #d2d6de
}

.cal-div {
  background-color: #fff;
  margin-left: 10px
}

.add-cus {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: var(--themeBlue);
  border-color: var(--themeBlue);
  color: #fff;
  font-size: 15px;
  border: none;
  margin-left: 0 !important
}

.active-btn {
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  border-radius: .25em;
  background-color: var(--themeGreen);
  color: #fff;
  border: none;
  text-align: center
}

.span-cls {
  font-size: 19px;
  font-weight: 800
}

.plus-icon {
  border: solid 1px #b8b8b8;
  padding: 0 3px;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  margin-left: 2px
}

.plus-btn {
  border: none;
  background: 0 0
}

.textarea {
  width: 100%;
  border: solid 1px #d3c5c5;
  outline-style: none
}

.cross-img {
  height: 100px
}

.cancel-btn {
  padding: 7px 25px 7px 25px;
  border-radius: 3px;
  background-color: #9f9f9f;
  color: #fff;
  border: none;
  margin-right: 10px
}

.cancel-btn:hover {
  background-color: #b5b5b5
}

.delete-btn {
  padding: 7px 25px 7px 25px;
  border-radius: 3px;
  background-color: #e34646;
  color: #fff;
  border: none;
  margin-left: 10px
}

.cancel-btn:active,
.delete-btn:active {
  box-shadow: 0 0 var(--shadow);
  transform: translateY(1px)
}

.del-close {
  color: #c1c1c1;
  float: right;
  font-size: 35px;
  font-weight: 700
}

.modal-con {
  text-align: center
}

.btn-close {
  float: right
}

.btn-close:hover {
  box-shadow: none
}

.pay-label {
  font-size: 12px;
  font-weight: 600
}

.update-btn {
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: var(--themeBlue);
  border-color: var(--themeBlue);
  border-radius: 3px;
  color: var(--white);
  border: none;
  padding-top: 5px;
  padding-bottom: 5px
}

.selectbox-cls {
  padding: 6px 2px 6px 2px;
  border: solid 1px var(--tableBorder);
  border-radius: .25rem;
  width: 90%;
  outline-style: none
}

.add-row {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background-color: var(--themeGreen);
  border-color: var(--themeGreen);
  color: #fff;
  font-size: 15px;
  border: none;
  float: right;
  margin-top: -45px
}

.check-btn {
  background-color: var(--themeGreen);
  width: 25px;
  margin: 5px;
  color: #fff;
  border: none;
  border-radius: 3px
}

body .check-btn {
  /* background-color: #ededed; */
  width: 25px;
  margin: 5px;
  /* color: #272727; */
  border: 1px solid gray;
  border-radius: 3px
}

.tbody1 {
  text-align: left;
  text-align: center
}

.trow:hover {
  box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0
}

.select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--tableBorder) !important;
  border-radius: 4px;
  height: 25px !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--tableBorder) !important;
  outline-style: none
}

.form__ .select2 {
  min-width: 77px;
  width: 100%
}

.Alabel-cls {
  font-size: 16px;
  font-weight: 600
}

 
.purchase-table {
  padding: 2px 5px 0 5px
}

.editable-btn {
  background-color: var(--themeBlue) !important;
  padding: 3px;
  border: none;
  border-radius: 3px;
  color: #fff;
  height: 23px;
  width: 23px;
  margin-top: 5px !important
}

.input_style_ {
  width: 100%;
  outline: 1px solid #c2c2c2 !important;
  border-radius: 3px !important;
  height: 33px;
  padding: 0
}

.input_style_:focus {
  outline: 1.4px solid var(--themeBlue) !important
}

.save-btn-touch-hmaping {
  padding: 5px 80px;
  border: 1px solid var(--themeYellow) !important;
  border-radius: 4px;
  background-color: var(--themeYellow) !important
}

.save-btn-touch-hmaping:hover {
  background-color: var(--themeYellow) !important;
  border: 1px solid var(--themeYellow) !important
}

.view-btn-savepage {
  border: none;
  background-color: var(--themeBlue) !important;
  padding: 4px 5px;
  border-radius: 3px;
  color: #fff
}

.delete-btn-savepage {
  border: none;
  background-color: var(--themeRed) !important;
  padding: 4px 5px;
  border-radius: 3px;
  color: #fff
}

.delete-btn-savepage:active,
.view-btn-savepage:active {
  box-shadow: 0 0 #666;
  transform: translateY(1px)
}

.input_search_SD {
  width: 80% !important;
  border: 2px solid var(--themeBlue) !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.search-btn_SD {
  padding: 4px 20px;
  border: 1px solid var(--themeBlue) !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: none;
  color: #fff;
  background-color: var(--themeBlue) !important
}

.input_search_SD:focus {
  outline: 2px #00c0ef
}

.input_search_SD[type=text]:focus {
  outline: 3px solid #00405c34 !important
}

::placeholder {
  color: var(--themeBlue)
}

.barcode-btn_SD {
  padding: 4px 20px;
  border: 1px solid var(--themeBlue) !important;
  border-radius: 5px;
  border-left: none;
  color: #fff;
  background-color: var(--themeBlue) !important;
  float: right
}

input[type=text] {
  padding-left: 30px
}

.dataTables_filter {
  margin-right: 60px
}

#example td,
#example th {
  text-align: center
}

.close-modal-SavData {
  padding: 4px 20px;
  border: 1px solid #9a9a9a !important;
  border-radius: 5px !important;
  border-left: none !important;
  color: var(--white) !important;
  background-color: #9a9a9a !important
}

.save-modal-SavData {
  padding: 4px 20px;
  border: 1px solid var(--themeBlue) !important;
  border-radius: 5px;
  border-left: none;
  color: #fff;
  background-color: var(--themeBlue) !important
}

.close-modal-SavData,
.save-modal-SavData {
  transform: translateY(1px) !important
}

.modal_bodySD {
  background-color: #f9f2ea;
  background-repeat: repeat;
  background-attachment: fixed;
  object-fit: cover
}

.bbg-img- {
  background-color: #f9f8f6
}

.sub-menu>li {
  border-left: 3px solid var(--themeBlue)
}

.sub-menu>li:hover {
  border-left: 3px solid #2bcaff;
  background-color: #004e75 !important
}

.page_heading_Breadcrumb,
.page_heading_new {
  margin: 0;
  padding: 0
}

.page_heading_Breadcrumb {
  display: flex;
  flex-direction: column-reverse;
  justify-content: end
}

.Breadcrumb-text {
  margin: 0;
  padding: 0
}

.Breadcrumb-head {
  margin: 0;
  padding: 0
}

.Breadcrumb-para {
  margin: 0;
  padding: 0;
  font-size: 15px
}

.Breadcrumb-a-link1,
.Breadcrumb-a-link2,
.Breadcrumb-a-link3 {
  padding-left: 10px;
  font-size: 14px
}

.Breadcrumb-a-link1,
.Breadcrumb-a-link2 {
  text-decoration: none;
  color: #000
}

.Breadcrumb-a-link3 {
  color: var(--themeBlue)
}

.fa-icon-dA {
  opacity: .7;
  font-size: 13px
}

#example>thead>tr>th {
  background-color: var(--themeBlue);
  color: #fff;
  border: 1px solid #fff
}

.btn-add-new_ {
  border: 1px solid #dee2e6;
  padding: 4px 10px;
  height: 33px;
  background-color: var(--themeBlue);
  border-radius: 4px;
  color: #fff
}

.btn-close-ad-item,
.btn-save-ad-item {
  border: none;
  padding: 5px 10px !important;
  border-radius: 5px;
  color: #fff
}

.btn-close-ad-item {
  background-color: gray
}

.btn-save-ad-item {
  background-color: var(--themeBlue)
}

select>option {
  padding: 10px 20px !important
}

.sub-menu-mob li a {
  text-decoration: none !important;
  color: #000
}

.sub-menu-mob {
  list-style-type: none !important;
  background-color: #e6f0ff
}

.sub-menu-mob li {
  padding: 14px 10px;
  border: 1px solid gray
}

.sub-menu-mob li:last-child {
  padding: 14px 10px;
  border: 1px solid gray
}

.sub-menu-mob {
  border: 1px solid gray;
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.sub-menu-mob li:first-child {
  border: 1px solid var(--tableBorder);
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.sub-menu-mob li:last-child {
  border: 1px solid var(--tableBorder);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px
}

.accordion-body {
  padding-top: 3px !important;
  padding-right: 0 !important
}

.accordion-button {
  border-radius: 10px !important;
  border-bottom-right-radius: 0 !important;
  border-top: 2px solid var(--tableBorder) !important;
  border-left: 2px solid var(--tableBorder) !important;
  border-right: 2px solid var(--tableBorder) !important
}

.accordion-button:not(.collapsed) {
  background-color: var(--themeBlue) !important;
  color: var(--white) !important
}

.accordion-button:last-child {
  border-bottom: 2px solid var(--tableBorder) !important;
  border-bottom-right-radius: 10px !important
}

.accordion-button {
  border-bottom-right-radius: 0 !important
}

input {
  border: 1px solid var(--tableBorder2) !important
}

.purchase-tr {
  font-size: 14px
}

hr.hr1 {
  border: 2px solid var(--themeBlue);
  opacity: 1;
  margin-block: 7px
}

hr.hr2 {
  border: 1px solid var(--themeBlue);
  opacity: .8;
  margin-block: 7px
}

td {
  font-size: 14px
}

input[type=file]::file-selector-button {
  border: none;
  padding: .2em .4em;
  color: #fff;
  background-color: var(--themeBlue)
}

input[type=file]::file-selector-button:hover {
  opacity: .9
}

input[type=file] {
  width: 100%;
  border-radius: 5px
}

.card {
  background-color: inherit !important
}

.form-control {
  font-size: 14px !important
}

.head-title-login::after {
  content: "" !important;
  display: block !important;
  background: linear-gradient(0deg, rgba(191, 142, 24, 1) 13%, rgba(255, 237, 49, 1) 57%, rgba(191, 142, 24, 1) 99%) !important;
  width: 50% !important;
  height: 2px !important;
  margin-inline: auto
}

.mx-1px {
  margin-inline: 2px !important
}

.no-border-design {
  border: 1px solid #ededed;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px;
  box-shadow: 0 0 1px #e6e6e6
}

.no-border-design th {
  background-color: #fff;
  color: #000;
  text-align: start !important;
  padding-left: 7px !important
}

.no-border-design table,
.no-border-design td,
.no-border-design th,
.no-border-design tr {
  border: none
}

.fs-10px {
  font-size: 13px
}

.bg-light_pink {
  background-color: #ffe0c0 !important
}

.bg-light_yellow {
  background-color: #ffffc0 !important
}

tfoot.new-footer-purchase tr th {
  background-color: var(--new-blue);
  border-top: 2px solid #ededed
}

tfoot.new-footer-sales tr th {
  background-color: var(--new-blue);
  border-top: 2px solid #ededed
}

.no-border-new-1 tr {
  border: none
}

.border-none {
  border-width: 0 !important
}

.no-border-new-1.border-none td,
.no-border-new-1.border-none th,
.no-border-new-1.border-none tr {
  border-width: 0 !important
}

.no-border-new-1.border-none {
  border: 1px solid gray
}

.new-border-n0ne td {
  border: 0 solid gray !important
}

.border-1-round {
  border: 1px solid #f1f1f1 !important;
  border-radius: 6px !important
}

.no-calendar::-webkit-calendar-picker-indicator {
  display: none;
  visibility: hidden;
  opacity: 0
}

.text-aln-center-input input {
  padding-left: 2px !important
}

body .label-cls {
  padding: 2px
}

body .add-supplier .label-cls {
  text-align: right
}

body select.select_name1 option {
  background: #fff
}

body select.select_name1 {
  height: 25px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid gray;
  background-color: #ededed
}

/* select:focus,
textarea:focus {
  outline: 0
} */

.top .dt-length {
  display: inline-flex;
  float: left
}

.top .dt-search {
  display: inline-flex;
  float: right
}

.dt-buttons .dt-button,
.top .dt-buttons .dt-button {
  display: inline-flex;
  padding: 1px 10px;
  margin-inline: 2px;
  margin-block: auto;
  float: right;
  font-size: 13px
}

.dt-buttons {
  display: flex;
  float: right;
  align-items: center
}

.dt-search label {
  display: none
}

.dt-container .top>*,
.dt-search input {
  height: 28px
}

.dt-search input:focus {
  height: 28px;
  outline: 0
}

.dt-container .top>* {
  margin-bottom: 10px
}

.dt-length label {
  display: none
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}

#setting_tab .buttonWrapper {
  display: flex;
  justify-content: start;
  padding: 4px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #f1f1f1
}

#setting_tab .buttonWrapper button {
  letter-spacing: 1px;
  border: none;
  padding: 3px 20px;
  background-color: #d5d5d550;
  color: #232c3d;
  font-size: 15px;
  cursor: pointer;
  transition: .2s;
  width: auto;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin-inline-end: 3px
}

#setting_tab .buttonWrapper button.active {
  background-color: var(--themeBlue);
  color: #fff;
  border: 1px solid var(--themeBlue)
}

#setting_tab .content {
  display: none;
  padding: 10px 20px;
  box-shadow: 0 1px 10px #f0f0f0;
  border-radius: 4px;
  padding-block: 30px
}

#setting_tab .content.active {
  display: block
}

.error {
  display: none
}

.btn-sml {
  border: 1px solid gray;
  background: #ededed;
  padding: 0 10px;
  border-radius: 4px;
  height: 25px;
  line-height: 1
}

.btn-sml:hover {
  border: 1px solid gray;
  background: #d2d2d2;
  padding: 0 10px;
  border-radius: 4px
}

.btn-sml:disabled {
  cursor: not-allowed
}

input {
  border-radius: 6px
}

.bg-light-1 {
  background-color: #ebe9ef
}

.title-brdcrm {
  width: 80%;
  margin-inline: auto
}

@media screen and (min-device-width:101px) and (max-device-width:768px) {
  .btn-sml {
    padding: 0 3px !important
  }

  .title-brdcrm {
    width: 95%;
    margin-inline: auto
  }

  .mobile-tr th {
    min-width: 55px;
    width: auto
  }

  .mobile-tr th:first-child {
    min-width: 100px
  }

  #example1 td,
  table td {
    border: 1px solid var(--tableBorder);
    border-collapse: collapse;
    padding: 1px
  }

  .row {
    margin-inline: 0 !important
  }
}

[class*=col-] {
  padding: 3px
}

.col-md-9.sec-table {
  padding-inline-end: 3px
}

input[type=checkbox] {
  width: 14px !important;
  padding-inline: 4px
}

input[type=number],
input[type=text],
table select {
  padding-inline: 0;
  min-width: 54px
}

#myTable1 tbody input[type=number],
#myTable1 tbody input[type=text],
#myTable1 tbody td {
  padding-inline: 0 1px !important
}

table td {
  padding-inline: 0 1px !important
}

.sec-table .col-10.col-md-6.p-1 .row.my-1 .col-7.col-md-5 {
  padding-left: 0 !important
}

.sec-table .col-10.col-md-6.p-1 .row.my-1 .col-5.col-md-7 {
  padding-right: 0 !important
}

.bg-theme th {
  background-color: var(--new-blue) !important;
  border: 1px solid #fff !important;
  color: #fff !important
}

.modal-content table.table td {
  padding: 2px !important
}

.modal-content table.table td button.check-btn {
  margin: 0
}

.modal-content table.table select {
  width: 90%
}

.flex_align_center {
  display: flex;
  align-items: center
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.mw-170 {
  min-width: 200px !important;
  width: 100% !important;
  max-width: 220px !important
}

.input-h-30 input[type=date],
.input-h-30 input[type=number],
.input-h-30 input[type=text] {
  max-height: 30px !important;
  height: 100% !important;
  min-height: 28px !important
}

.select2-search__field {
  border-radius: 2px;
  padding-left: 2px !important
}

#bar_rate.modal .cancel-btn_1 {
  --bg-color: #4d4d4d
}

#bar_rate.modal .save-btn_1 {
  --bg-color: rgb(0, 122, 0)
}

#bar_rate.modal .cancel-btn_1,
#bar_rate.modal .save-btn_1 {
  padding: 5px 25px;
  border-radius: 3px;
  color: #fff;
  border: none;
  margin-right: 10px;
  background: var(--bg-color)
}

#bar_rate.modal .cancel-btn_1:hover,
#bar_rate.modal .save-btn_1:hover {
  background: color-mix(in srgb, var(--bg-color) 90%, #fff 10%)
}

#bar_rate.modal input {
  width: 100%;
  padding: 3px 10px
}

#bar_rate.modal input:focus {
  outline: 0
}

#bar_rate.modal .label_ {
  display: flex;
  justify-content: space-between;
  align-items: center
}

#bar_rate.modal .modal-header_1 {
  color: #006182
}

.butn_modal {
  line-height: 20px;
  background: #daa520;
  padding: 5px 10px;
  border-radius: 3px;
  outline: 1px solid #e1e1e1;
  outline-offset: -4px;
  color: #fff
}

li:has(.butn_modal):hover {
  background: rgba(255, 255, 255, .216) !important
}

a:has(.butn_modal):hover {
  background: rgba(255, 255, 255, 0) !important
}

.form_group__ {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 3px !important
}

.form__ {
  outline: 1px solid #d2d2d2;
  background: #f9f9f999;
  border-radius: 4px;
  padding-block: 20px;
  margin-block: 8px;
  margin-top: 18px !important;
  box-shadow: 1px 1px 2px rgba(154, 154, 154, .674);
  border-top: 3px solid #d2d6de;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.form__0 {
  outline: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 4px;
  padding-block: 0;
  margin-block: 8px;
  margin-top: 18px !important;
  box-shadow: 1px 1px 2px rgba(154, 154, 154, .674);
  border-top: 2px solid var(--themeBlue);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.form_group__ div:has(>.label-cls) {
  text-align: end
}

.page-heading1 h3 {
  position: relative;
  padding-block: 8px;
  display: inline-block
}

.page-heading1 h3::after,
.page-heading1 h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  border-radius: 15px
}

.page-heading1 h3::after {
  background: #00000024;
  width: 100%;
  bottom: 1px
}

.page-heading1 h3::before {
  background: #00628297;
  width: 30%;
  height: 4px
}

hr.hr {
  background-color: grey
}

@-webkit-keyframes moving-gradient {
  0% {
    background-position: -250px 0
  }

  100% {
    background-position: 250px 0
  }
}

.loading-skeleton td {
  vertical-align: middle;
  padding: 0
}

.loading-skeleton td span {
  display: block
}

.loading-skeleton td.td-3 span {
  height: 18px;
  background: linear-gradient(to right, #eeeeee 20%, #dddddd 50%, #eeeeee 80%);
  background: linear-gradient(to right, #cecece 20%, #aaaaaa 50%, #cecece 80%);
  background-size: 500px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  margin: 3px;
  border-radius: 3px;
}

.loading-skeleton td.td-5 span {
  background-color: rgba(0, 0, 0, .15);
  width: 90%;
  height: 20px;
  margin: 3px
}

textarea {
  border-radius: 5px;
}

.form-control:focus {
  outline: 1px solid var(--themeBlue) !important;
}

.Rcvd {
  color: var(--themeBlue);
  background: rgb(205 255 242);
}

.Paid {
  color: green;
  background: #c9ffc9;
}

select {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* .edit-btn {
  background-color: #004e75;
}

.del-btn {
  background-color: #b10000;
} */