/**
* set primary color
*/
* img.application-logo.logo-light,
nav img.application-logo.logo-light {
  height: 60px;
}

.text-pink {
  color: #c16ceb;
}

.text-green {
  color: #4bb792;
}

/**
* Pagination, sorting in listing page
*/
table thead a {
  text-decoration: none;
  color: var(--primary);
}
table thead i {
  color: var(--primary);
}
table thead a:hover {
  color: var(--primary);
}

/**
* Searching select box
*/
select#status {
  width: 23%;
}

select.selectDropDown {
  width: 27%;
}

select.selectDropDownBtn {
  width: 14%;
}

/**
* textarea box
*/
textarea.form-control.box-height {
  height: 90px;
}

ul {
  list-style-type: none;
}

/**
* tags
*/
.tags-input-wrapper {
  height: 90px;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e4e6fc;
}

.tags-input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
  width: 140px;
  margin-left: 8px;
}

.tags-input-wrapper .tag {
  display: inline-block;
  background-color: #6777ef;
  color: white;
  border-radius: 40px;
  padding: 0px 3px 0px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-input-wrapper .tag a {
  margin: 0 7px 3px;
  display: inline-block;
  cursor: pointer;
}

.alert-danger li {
  font-size: 14px;
  list-style-type: disc;
}

a {
  text-decoration: none;
}

.w-160 {
  width: 160px;
}

i.fa.fa-check-square {
  color: var(--primary);
}

i.fa.fa-window-close {
  color: rgba(0, 0, 0, 0.1);
}

span.font {
  font-size: 14px;
  color: var(--primary);
}

#adminPaginationLinks.justify-content-right {
  justify-content: right !important;
}
#adminPaginationLinks nav[role=navigation] .bg-white {
  color: #57886C;
  margin: 5px;
}
#adminPaginationLinks nav[role=navigation] .box {
  padding: 11.5px 15.1px !important;
  border-radius: 5px;
}
#adminPaginationLinks nav[role=navigation] .pre-box {
  padding: 11.5px 9px !important;
}
#adminPaginationLinks nav[role=navigation] .next-box {
  padding: 11.5px 9px !important;
}
#adminPaginationLinks nav[role=navigation] .bg-green {
  font-weight: 600;
  position: relative;
  font-size: var(--bs-pagination-font-size);
  color: #868e96;
  text-decoration: none;
  background-color: #dddfe1 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#adminPaginationLinks nav[role=navigation] .border {
  border: var(--bs-border-width) var(--bs-border-style) #DDD8B8 !important;
}
#adminPaginationLinks nav[role=navigation] span[aria-disabled=true] .bg-green {
  border-color: transparent;
  background-color: #dddfe1 !important;
  color: #868e96 !important;
  opacity: 0.6;
}
#adminPaginationLinks nav[role=navigation] .w-5 {
  width: 30px;
  height: 30px;
}
#adminPaginationLinks nav[role=navigation] span.page-item .bg-white {
  font-weight: 600;
  position: relative;
  font-size: var(--bs-pagination-font-size);
  color: #868e96;
  text-decoration: none;
  background-color: #dddfe1 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#adminPaginationLinks nav[role=navigation] span.page-item:hover .bg-white,
#adminPaginationLinks nav[role=navigation] span.page-item.active .bg-white {
  background-color: #868e96 !important;
  border-color: #868e96;
  color: #fff;
}

button.swal2-confirm.btn-danger.swal2-styled {
  background: rgb(255, 0, 0) !important;
  border-left-color: rgb(255, 0, 0) !important;
  border-right-color: rgb(255, 0, 0) !important;
}

.btn-product-hunt {
  font-size: 14px;
  color: green;
  cursor: pointer;
}

.btn-product-hunt-fill {
  font-size: 14px;
  color: red;
  cursor: pointer;
}

.application-logo {
  height: 60px;
  width: auto !important;
}

.form-group.required label::after {
  content: "*";
  position: inherit;
  color: #e52;
}

.hidden {
  display: none;
}

.fileData ul {
  display: flex;
  height: auto;
  overflow-y: auto;
}

.profile-img {
  width: 30px;
}

.profile-initials {
  background-color: #ea6e1a;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard .analytic-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
.dashboard .card {
  background-color: #f4f6f9;
}

.scanFileContent {
  margin: 5px;
  list-style-type: none;
  width: 120px;
}

a.page-link.next,
.previous {
  font-size: 30px;
}

a.page-link.first,
.last {
  display: none;
}

.h-max-content {
  height: -moz-max-content;
  height: max-content;
}

.back-btn {
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

#jewelryReport,
#diamondReport {
  width: -webkit-fill-available !important;
}

.diamond-delete {
  background-color: transparent;
}

#lotDiamonds {
  max-height: 500px;
  overflow-y: auto;
}

@media only screen and (max-width: 991px) {
  .filter-form .form-group {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .configuartion-data .heading {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 425px) {
  .main-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pageTitle {
    display: none !important;
  }
  .table:not(.table-sm):not(.table-md):not(.dataTable) td,
  .table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 0 5px !important;
  }
}
