/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  /* background: url(../images/pattern-bg.png) #6cbe03; */
  /* background: url(../images/pattern-bg.png)#7cad3d; */
  background: url(../images/pattern-bg.png)#5c9117;
  /* font-family: "Roboto", sans-serif; */
  font-family: 'Lato', sans-serif;
  color: #3d425f;
  font-size: 16px;
}

a {
  transition: all 0.2s ease-in-out;
  color: #6cbe03;
  text-decoration: none;
}

a:hover {
  color: #3d425f;
}
.link {
  font-size: 0.875rem;
}
h2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.btn-primary {
  background-color: #fbc50b;
  border: 1px solid #fbc50b;
}

.btn-container-end {
  display: flex;
  align-items: stretch;
  align-self: flex-end;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #dfae00;
  border-color: #dfae00;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dfae00;
  border-color: #dfae00;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #dfae00;
  border-color: #dfae00;
  box-shadow: 0 0 0 0.25rem rgba(223, 175, 0, 0.514);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #dfae00;
  border-color: #dfae00;
}

.btn-secondary {
  background-color: #acacae;
  border: 1px solid #acacae;
}

.body-container {
  padding: 1.25rem 2rem;
}

.content-holder {
  display: flex;
}

.side-nav {
  width: 230px;
  overflow-x: hidden;
  padding-bottom: 4rem;
}

.content {
  border-radius: 30px;
  padding: 1rem 1.375rem;
  background-color: #ffffff;
  flex: 1 1 0%;
  min-height: calc(100vh - 2.5rem);
  min-width: 0;
}

.logo {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.logo:hover {
  text-decoration: none;
  color: #fff;
}

.logo img {
  margin-right: 0.75rem;
}

.side-nav .side-nav__devider {
  background-color: #fbc50b;
  height: 1px;
  position: relative;
  width: calc(100% - 1.25rem);
  z-index: 10;
  padding-right: 1.25rem;
}

.side-nav .side-menu {
  padding: 1.5rem 0;
  margin: 0px;
  list-style: none;
  width: 100%;
}

.side-nav .side-menu a {
  display: flex;
  padding: 0.5rem 1.25rem;
  padding-right: 1.75rem;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  margin-bottom: 0.25rem;
  border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px 0px 0px 50px;
  background-color: transparent;
  height: 50px;
  line-height: 1;
}

.side-nav .side-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.side-nav .side-menu  .active > a {
  background-color: #ffffff;
  color: #009a4e;
  font-weight: 600;
}

.side-nav .side-menu .active > a::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -30px;
  transform: rotate(90deg);
  background-size: 100%;
  background-image: url(/assets/images/corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 999;
}

.side-nav .side-menu .active > a::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: 50px;
  background-size: 100%;
  background-image: url(/assets/images/corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 999;
}

.side-nav .side-menu .sub-menu .active > a::before {
  content: none;
}

.side-nav .side-menu .sub-menu .active > a::after {
  content: none;
}

.side-nav .side-menu a i {
  font-size: 1.25rem;
  line-height: 1;
}

.side-nav .side-menu a .menu-icon {
  width: 24px;
  text-align: center;
  margin-right: 0.75rem;
}

.side-nav .side-menu .sub-menu {
  padding: 0;
  margin: 0px;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-right: 1.25rem;
}

.side-nav .side-menu .sub-menu a {
  border-radius: 0px;
}

.chevron-arrow {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  position: relative;
  top: 4px;
}

.collapsed .chevron-arrow {
  transform: rotate(-315deg);
  top: -4px;
}

.top-bar {
  height: 52px;
  z-index: 51;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #fbc50b;
}

.navbar-toggler {
  color: #ffffff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
}

@media (max-width: 1024px) {
  .body-container {
    padding: 1.25rem 1.5rem;
  }
}

@media (max-width: 912px) {
  .body-container {
    padding: 1.25rem;
  }

  .content-holder {
    display: block;
  }

  .side-nav {
    width: 100%;
    padding-bottom: 2rem;
  }

  .logo {
    display: inline-flex;
  }

  .side-nav .side-menu .active a::before,
  .side-nav .side-menu .active a::after {
    background: transparent;
  }

  .side-nav .side-menu a {
    border-radius: 50px;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .side-nav .side-menu .sub-menu {
    margin-right: 0px;
  }
}

.breadcrumb {
  font-size: 0.875rem;
}

.breadcrumb a {
  color: #009a4e;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #3d425f;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url(../images/chevron.png);
}

.notification {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  font-size: 1.15rem;
  line-height: 1;
  color: #3d425f;
}

.notification:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  /* background-color: #d32929; */
}

.user-bar {
  min-width: 62px;
  display: flex;
  justify-content: end;
}

.user-profile-img {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: block;
}

.user-profile-img img {
  border-radius: 100%;
}

.user-profile-img::after {
  display: none;
}

.top-bar .dropdown-item i {
  font-size: 0.875em;
}

.main-content {
  padding: 0.5rem 0;
}

.portlet {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.portlet-header {
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid #e4e7eb;
}

.portlet-header a {
  color: #3d425f;
  text-decoration: none;
}
.portlet-header .dropdown a {
  font-size: 14px;
}

.portlet-content {
  padding:  0.5rem 1.25rem;
}

.portlet-footer {
  border-top: 1px solid #e4e7eb;
  padding: 1.25rem;
}

.search-box {
  border-radius: 999px;
  border: 1px solid #e4e7eb;
}

.search-box input {
  border-radius: 999px;
}

.search-box input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.search-box button {
  border-radius: 999px;
}

.search-box.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px;
  /* z-index: 999; */
  z-index: 9;
}

.page-link {
  color: #acacae;
}

.page-item.active .page-link {
  background-color: #acacae;
  border-color: #acacae;
}

.page-link:hover {
  z-index: 2;
  color: #009a4e;
}

.login-container {
  display: flex;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}

.login-container .card {
  border: none;
  border-radius: 10px;
  background-color: #6cbe03;
  width: 350px;
  margin-top: -60px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.login-container .card.two {
  border-top-right-radius: 60px;
  border-top-left-radius: 0;
}

.login-container .logo img {
  height: 40px;
}

.dashboard-label {
  color: #fbc50b;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1rem;
  margin-bottom: 8px;
}

.dashboard-counter {
  color: #3d425f;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.06px;
  line-height: 1.75rem;
  margin-bottom: 36px;
}

.dashboard-progress {
  font-size: 0.75rem;
  line-height: 0.875rem;
  min-height: 1rem;
  display: flex;
  align-items: center;
}

.dashboard-progress ul {
  margin-bottom: 0px;
}

.dashboard-progress .progress {
  height: 4px;
  width: 100%;
}

.dashboard-progress .progress-bar {
  background-color: #3d425f;
}

.portlet-highlight {
  background-color: #fbc50b;
}

.portlet-highlight .dashboard-label {
  color: #ffffff;
}

.dashboard-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  height: 100%;
}

.dashboard-content {
  flex: 1 1 auto;
}

.dashboard-portlet {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  height: 100%;
}
.dashboard-portlet .portlet-content {
  flex: 1 1 auto;
}
.dashboard-portlet canvas {
  width: 100%;
  height: 100%;
}
.dashboard-portlet .portlet-content .chart-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ta-item {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: left;
}

.ta-results {
  position: absolute; 
  right: 8px;
  left: 8px;
  text-align: left;
}

.tblheadercolor {
  /* background-color:#4d4b4bfb;  */
  background-color: #818a98;
  color: white;
}

.margin_top{
  margin-top: 70px;
}
.margin_top_sale{
  margin-top: 170px;
}
.margin_top_sale_cash{
  margin-top: 120px;
}
@media screen and (max-width: 480px){
  /* .search_btn_res{
    flex: 0 0 auto !important ;
    width: 100% !important;
  }
  .search_btn_res_depth{
    --bs-gutter-y: 0rem !important;
    margin-top: 0px;
  }
  .search_txt{
    width: 60% !important;
  }
  .search_col{
    margin-left: 15px !important;
  }
  .row_display{
    display: block !important;
  } */
  .bottom_margin{
    margin-bottom: 10px;
  }
  .margin_top{
    margin-top: 210px;
  }
  .margin_top_sale{
    margin-top: 360px;
  }
  .margin_top_sale_cash{
    margin-top: 0.5rem;
  }
  .margin_left_sale{
    margin-left: 135px;
  }
}