:root {
  --primary-color: #046d7d;
  /* --primary-color: #0d2a4d; */
  --primary-light-color: #dfe7f1;
  --secondary-color: #00bcd4;
  --second-color: #9aaabf;
  --text-color: #252627;
}

.title {
  color: var(--primary-color);
  position: relative;
}

.text-gray {
  color: #5f5f5f;
}

.bg-blue {
  background-color: var(--primary-color);
}
.text-justify {
  text-align: justify;
}
.title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: var(--second-color);
  bottom: 3px;
  margin-left: 3px;
  border-radius: 10px;
}

.fs-14 {
  font-size: 14px;
}
.fs-50 {
  font-size: 37px;
}
a {
  text-decoration: none;
}
.btn-yellow {
  background-color: #ffbb07 !important;
}
.btn-blue {
  background-color: var(--primary-color) !important;
  color: white;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

.text-blue {
  color: var(--primary-color);
}

.text-green {
  color: var(--primary-color);
}

.border-dashed {
  border-style: dashed !important;
}

/* dashboard css code start  */
.amount-box::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background-color: #dee2e6;
  left: 10%;
  bottom: 52%;
}
.amount-box small {
  font-size: 13px;
}
.amount-box h5 {
  color: var(--primary-color);
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") "";
  counter-increment: section;
  background: #fcc27945;
  padding: 2px 10px;
  border-radius: 50%;
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 0px;
  margin-right: 5px;
}

.list-amount {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 4px;
}
.list-group-item {
  margin-bottom: 2px;
  border: none;
}
.remark-sec {
  padding: 10px 20px;
}
.list-group-item .list-title,
.remark-sec .list-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
}
.list-group-item small {
  font-size: 12px;
  font-weight: 500;
}
.list-group details p {
  font-size: 14px;
  text-align: justify;
  background: #e4f1f3;
  padding: 10px;
  border-radius: 5px;
}
/* dashboard css code end  */

/* sidemenu css code start  */
.offcanvas.offcanvas-start#sidemenu {
  width: 70%;
  /* background-color: var(--primary-color); */
  background: linear-gradient(269deg, var(--primary-color) 80%, #fff 80%);
  border-radius: 0px 30px 0px 0px;
}
.offcanvas.offcanvas-start#sidemenu .offcanvas-header {
  border-radius: 0px 35px 0px 35px;
  background-color: var(--primary-color);
  color: white;
  padding: 25px 30px 20px;
}
.offcanvas.offcanvas-start#sidemenu .offcanvas-body {
  background: white;
  border-radius: 0px 35px 0px 0px;
}

/* sidemenu css code end  */

/* topbar css code */
header.top-menu {
  position: sticky;
  top: -1px;
  z-index: 99;
  background-color: var(--primary-color);
}
/* topbar css code */

/* modal css code  */
.modal .modal-header {
  padding: 10px 15px;
  border: none;
}

.btn-close:focus {
  box-shadow: none;
}

/* full screen modal  */
.modal.fullscreen {
  background-color: white;
}

/* modal css code  */

/* form input css code */
.form-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
}
.form-control,
.form-select {
  background-color: rgb(228 241 243);
  border: none;
}
::placeholder {
  color: var(--primary-color);
  font-size: 14px;
}
.form-control:focus,
.form-select:focus {
  color: var(--primary-color);
  background-color: #ecf1f2;
  border-color: white;
  outline: 0;
  box-shadow: none;
  border: none;
}
/* form input css code*/

/* customer details list css code  */

.customer-list table tr td {
  font-size: 13px;
  font-weight: 400;
}
.customer-list li {
  border-left: 3px solid var(--primary-color);
  border-radius: 0px !important;
}

/* customer details list css code  */

/* choose-select css  */
.select2-results {
  font-size: 14px;
}
/* choose-select css  */

/* first accordion  */

.accordion {
  margin-bottom: 5px;
}
.accordion-item {
  border: none;
  margin-bottom: 10px;
}
.accordion-button {
  background: white;
  font-size: 18px;
  font-weight: 500;
  color: #12505d;
}
.accordion-button:focus {
  border-color: white;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #0b4573;
  background-color: white;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
}
.accordion-body {
  padding: 15px 0px;
}
.accordion-collapse {
  background-color: #f8f9fa;
}
.accordion-button:not(.collapsed)::after {
  filter: hue-rotate(224deg);
}
/* end  */

/* second accordion  */

.second-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #12505d;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
}

.second-accordion .accordion-button {
  background: #12505d;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 22px;
}

.second-accordion .accordion-body {
  padding: 10px 0px 0px 0px;
}

.second-accordion .accordion-item {
  background: transparent;
}
/* end  */

/* card design  */
.user-card {
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  margin: 15px 0px;
}
.user-card img {
  border-radius: 15px;
}
.dark-card {
  background-color: var(--primary-color);
  color: white;
  /* margin-bottom: 5px; */
}
.dark-card small {
  color: rgb(189 208 225);
}

.light-card {
  background-color: var(--primary-light-color);
  border: none;
  color: var(--primary-color);
}
.upload-card .light-card {
  border: 1px dashed #0d2a4d;
}
.icon-card {
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  margin: 0px auto;
  border: 1px solid white;
  outline: 1px solid #0d2a4d;
}
.text-small {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-color);
}
.search-input {
  position: relative;
}
.search-input input,
.pass-input input {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.search-input i {
  position: absolute;
  right: 12px;
  top: 9px;
  color: var(--primary-color);
}
.product-card {
  text-align: center;
  background-color: var(--primary-color);
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 90px;
  display: grid;
  align-content: center;
}
.no-img-sec {
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  align-content: center;
  justify-content: center;
}
.no-img-sec h1 {
  font-size: 6rem;
  color: white;
}
/* end  */

/* table css code  */
.table-head {
  background-color: var(--primary-light-color);
  color: var(--primary-color);
}
/* end  */
.offcanvas.offcanvas-bottom {
  border-radius: 20px 20px 0px 0px;
  height: 415px;
}

/* breadcrumb css code start */
.breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}

/* accordion css code  */
#orderHistory.accordion-flush .accordion-item .accordion-button {
  font-size: 16px;
  padding: 10px;
  background: var(--primary-light-color);
}
#orderHistory .accordion-collapse {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #d4d4d5;
}
/* end  */
::marker {
  font-size: 14px;
}
.pos-right {
  position: absolute;
  right: 5px;
  top: 5px;
}
.pos-right.btn {
  padding: 0px 5px;
}
