/* TAILWINDCSS SRC line
npx tailwindcss -i ./src/main/resources/static/css/input.css -o ./src/main/resources/static/css/output.css --watch */
body {
  font-family: "Inter", serif !important;
}

.plusFont {
  font-family: 'Plus Jakarta Sans' !important;
}

tr th {
  text-align: center !important;
}

.thStyle {
  font-size: 14px !important;
  color: #191B23 !important;
}


button {
  min-height: 30px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.bg-lightBlue {
  background-color: #e0effc !important;
  color: #0079e9 !important;
}

.text-darkBlack {
  color: #090914 !important;
}

.text-lightGray {
  color: #728494 !important;
}

.main-content {
  height: calc(100vh - 68px);
  overflow: auto;
  background-color: #F4F5F9 !important;
}


.tableHeaderColor {
  background-color: #F4F5F9 !important;
  border: 1px solid #E0E1E9 !important;
  height: 40px !important;
}

.bg-main {
  background-color: #0079e8 !important;
}

.active {
  background-color: #0079e8 !important;
  color: white !important;
}

.text-main {
  color: #0079e8 !important;
}

.cancelBtn {
  border: 1px solid #0079e8 !important;
  color: #0079e8 !important;
}

.dataTables_paginate .text-center a[tabindex="0"] {
  color: #0079e8 !important;
  border: none;
  background-color: white;
}

.dataTables_paginate .text-center a[tabindex="-1"] {
  color: #000000 !important;
  border: none;
  background-color: #edf1f5;
}

.dataTables_paginate .text-center a[data-dt-idx="previous"] {
  /* color: black !important; */
  border: none !important;
  background-color: #edf1f5;
}

.dataTables_paginate .text-center a[data-dt-idx="next"] {
  /* color: black !important; */
  border: none !important;
  background-color: #edf1f5;
}

.dataTables_paginate .text-center a {
  background-color: white;
  color: #0079e8 !important;
  border-radius: 5px;
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #c9cbcc;
}

.dataTables_paginate .text-center a.bg-gray-100 {
  background-color: #0079e8;
  color: white !important;
  border-radius: 5px;
  margin-right: 2px;
  margin-left: 2px;
}

/* Change the hover color when hovering over pagination links */
.dataTables_paginate .pagination a:hover {
  color: darkblue !important;
}

input,
#sub-brandProduct {
  border-radius: 5px !important;
  height: 33px !important;
  background: #FFF !important;
}

select {
  border-radius: 4px;
  height: 44px;
  /* border: 1px solid #9CB3C3; */
  background-color: white !important;
  box-shadow: 0 0px 4px 1px #9cb3c3;
}

.borderColor {
  border-color: #0079e9 !important;
}

.bg-imgColor {
  background-color: #e1effd;
}

/* .text-main {
  color: rgba(0, 121, 233, 1);
} */

.dataTables_wrapper {
  margin-top: 10px !important;
}

.dataTables_filter input[type="search"] {
  outline: none !important;
}

.leftShadow {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100vh;
  /* width: 15%; */
}

.leftShadowMini {
  width: 5% !important;
}

.bigBox {
  width: 100%;
}

.shadowDown {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.bigBoxmini {
  width: 95% !important;
}

#slim-toggle-btn {
  top: 20px;
  right: -15px;
  z-index: 100;
}

#slim-toggler img {
  width: 30px;
  height: 30px;
  max-width: 30px;
}

.logoName {
  color: black;
  font-size: 40px;
  font-weight: 500;
}

.shadowNone {
  box-shadow: none !important;
  height: auto !important;
}

.loginText {
  color: rgba(0, 121, 233, 1) !important;
}

.dropDownActive {
  background-color: rgba(0, 121, 233, 1) !important;
  color: white !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.close .body {
  display: none;
}

.open .body {
  display: block;
}

.close .dropUp {
  display: block;
}

.open .dropUp {
  display: none;
}

.open .dropDown {
  display: block;
}

span[data-te-validation-feedback] {
  display: none !important;
}

[data-te-validation-ruleset="isRequired"] {
  margin: 0 !important;
}

.primarySaveBtn {
  background-color: #0079e8 !important;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.primaryCancelBtn {
  border-radius: 0.25rem;
  font-weight: 500;
  border: 1px solid #0079e8;
  color: #0079e8 !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.overlay {
  top: 0;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  transition: .3s;
  opacity: 0;
  z-index: -1;
}

.showover {
  z-index: 11;
  opacity: 1;
}

.form {
  width: 60%;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  display: none;
  transition: .2s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showform {
  display: block;
  position: absolute;
  z-index: 12;
}

.bg-search {
  background: rgba(239, 239, 239, 1);
}

.shadow-none {
  box-shadow: none !important;
  outline: none !important;
  background: #fff !important;
}

.noSelect {
  color: rgba(0, 121, 233, 1) !important;
  border: 1px solid #0079e9 !important;
}

.loginLeft {
  border-radius: 10px;
  background: linear-gradient(176deg, #1875E0 7.01%, #00519C 96.75%);
}

.inputText::placeholder {
  color: #9CB3C3;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.variantDropDown {
  border: 1px solid rgb(249 250 251);
  background: white !important
}

/* #filterSelectProductId::placeholder {
  color: #999;
  font-size: 14px !important;
  font-weight: 600;
} */

.chosen-container-single,
.chosen-container-multi {
  width: 100% !important;
  background: #fff !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  /* font-family: 'Plus Jakarta Sans' !important; */
  font-size: 14px !important;
  font-weight: 500;
  margin: 0 !important;
  background: none !important;
}

.chosen-container-multi .chosen-choices {
  background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-field {
  position: absolute;
  top: -1px;
}

#isPublish {
  height: 34px !important;
}

.chosen-single {
  background: #fff !important;
  height: 34px !important;
  padding: 7px 5px !important;
  text-align: left;
}

.vendorselected {
  background: #0079e8 !important;
  color: white !important;
}

.notSelected {
  background: #fff !important;
  color: black !important;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 7px !important;
}

.chosen-container-single .chosen-single span {
  line-height: 18px !important;
}

.menuTop {
  width: 145px !important;
}

::-webkit-scrollbar {
  width: 2px !important;
}

tr {
  border: 1px solid #E0E1E9 !important;
  background: white !important;
  height: 40px !important;
}

td {
  padding: 2px 0px;
}

th {
  padding: 3px 0px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.center-justified {
  text-align: justify;
  text-align-last: center;
}

webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent !important;
}

.topRounded {
  border-radius: 10px 10px 0px 0px;
}

.topLeftRounded {
  border-top-left-radius: 10px;
}

.topRightRounded {
  border-top-right-radius: 10px;
}

.bottomRounded {
  border-radius: 0px 0px 10px 10px;
}

.acceptColour {
  background-color: rgba(36, 210, 8, 1);
}

.disableBtn {
  background-color: rgb(79, 80, 78) !important;
  color: white !important;
}

.sidebar-collapsed .sidebar-text {
  display: none;
}

.sidebar-collapsed .sidebar-icon {
  display: inline-block;
}

.sidebar-expanded .sidebar-text {
  display: inline-block;
}

.sidebar-expanded .sidebar-icon {
  display: none;
}

.sidebar-transition {
  transition: width 0.3s;
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.dropdown-content.expanded {
  max-height: 700px;
  /* Adjust based on content size */
}

.leftShadow {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

}

#toggleSidebar {
  right: -15px;
  top: 20px;
}

.chosen-results {
  text-align: left !important;
}

.chosen-container-multi {
  min-width: 160px !important;
  padding: 0px !important;
}

/* .chosen-container-multi .chosen-choices{
  overflow: auto !important;
} */

#filterSubBrandName_chosen {
  width: 190px !important;
}

#taxDropDown_chosen {
  margin-top: 0.375rem !important;
}

input,
.chosen-choices {
  padding: 0px 5px !important;
  border-radius: 3px !important;
  height: 34px !important;
  border: 1px solid rgb(209 213 219) !important;
}

input ::placeholder {
  font-size: 14px !important;
  font-weight: 300px !important;
}

.chosen-search-input {
  padding: 0px !important;
}

.chosen-container ::placeholder {
  font-size: 14px !important;
  font-weight: 300px !important;
}

.chosen-single {
  border: 1px solid rgb(209 213 219) !important;
}

#slug,
#loginPassword,
#locationName,
#loginEmail,
#variantSlug,
#editVariantSlug,
#searchStore,
#phoneInput {
  border: none !important;
}

.border-red {
  border: 1px solid red !important;
}

input :focus {
  outline: none !important;
  border: none !important;
}

.w-280 {
  width: 280px;
}

#selectStore_chosen,
#locationsOfStore_chosen {
  min-width: 145px !important;
}

.variantImg {
  width: 13px;
}

.loginLeftImg {
  bottom: 0px;
  left: 0px;
  width: 350px;
}

.sortUp {
  transform: rotate(180deg);
}

.verifyBtnColor {
  background: rgba(76, 234, 1, 0.1) !important;
  color: rgba(47, 170, 126, 1) !important;
}

.clearBtnColor {
  background: rgba(242, 0, 0, 0.1) !important;
  color: rgba(242, 0, 0, 1) !important;
}

.error--div {
  left: 50%;
  top: 0%;
  transform: translate(-50%, 40%);
}

.logOutText {
  color: rgba(1, 31, 96, 1);
}

.border-red-500 {
  border-color: red !important;
}

.cssContent {
  position: relative;
}

.cssContent::before {
  content: "*";
  color: red !important;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 10px;
  height: 10px;
}

.inactiveVariant {
  background: rgba(153, 201, 246, 0.2) !important;
  color: black !important;
}

.activeVariant {
  background: white !important;
  color: rgba(0, 121, 233, 1) !important;
}

.voucherImg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.activePayment,
.transactionBtn {
  color: rgba(0, 121, 233, 1) !important;
  background: rgba(0, 121, 233, 0.16) !important;
}

.z-2 {
  z-index: 2 !important;
}

.listingPageSelectAll {
  height: auto !important;
}

.productCardHeight {
  height: 5rem !important;
  width: 5rem !important;
}

.coinsHeading {
  background: black !important;
  color: white !important;
}

.topbarHeight {
  height: 60px;
}

.lessPadding {
  padding: 0px !important;
}

.previewImg {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

/* //////////////// switch Btn ////////////// */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: rgba(28, 200, 0, 1);
}

input:focus+.slider {
  box-shadow: 0 0 1px rgba(28, 200, 0, 1);
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:not(:checked)+.slider {
  background-color: #ccc;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.activeSlider:before {
  left: -7px !important;
}

.inactiveSlider:before {
  left: 4px !important;
}

.previewIdPill {
  background: rgba(218, 155, 40, 0.09);
  border: 1px solid rgba(218, 155, 40, 0.09);
  color: rgba(218, 155, 40, 1);
  font-size: 12px;
  font-weight: 500
}

.searchBtn {
  border: 0 !important;
  outline: none !important;
}

.searchBtn:focus {
  border: none !important;
  outline: none !important;
}

#Search {
  border: 0 !important;
}

.bg-gray {
  background-color: gray;
}

.orderActive {
  background: white !important;
  color: rgba(0, 109, 202, 1) !important;
  border: 1.5px solid rgba(196, 199, 207, 1) !important;
  border-bottom: none !important;
  border-radius: 5px 5px 0px 0px;
}

.orderInactive {
  color: rgba(108, 110, 121, 1);
}

/* ###############################PO-Kushals############################ */

.thin-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.thin-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 9999px
}

.thin-scroll {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent
}

.li-active {
  background: #e8f0ff
}

.list-box {
  max-height: 6rem;
  overflow: auto
}

.rotate-transition {
  transition: transform 200ms ease
}

.rotate-90 {
  transform: rotate(90deg)
}

.cancelBtn {
  border: 1px solid #0079e8 !important;
  color: #0079e8 !important
}

.active {
  background-color: #0079e8 !important;
  color: white !important
}

.btn-disabled {
  opacity: .6;
  cursor: not-allowed
}

.modal-backdrop {
  background: rgba(15, 23, 42, 0.55)
}

@keyframes row-enter {
  0% {
    transform: translateY(-6px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes row-flash {
  0% {
    background-color: #ecfeff
  }

  100% {
    background-color: transparent
  }
}

tr.row-enter td {
  animation: row-enter 220ms ease-out, row-flash 1200ms ease-out
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important
  }
}