/* .focused-tr  td{
    background: #ff5722!important
} */

/* .focused-tr td,
.focused-tr td a,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover td a {
    color: #f9f9f9!important
} */

tr.expired-line td i{
    color:lightgray;
}

tr.expired-line td a,
tr.expired-line td{
    color:gray;
}

tr.expired-line .link::before{
    background-color: lightgray;
}

.tbl-scroll-default thead th{
    position: sticky;
    top: -1px;
    z-index: 1;
    border-bottom: 1px solid gray;
}

.tbl-scroll-default thead .sub-th th {
	top: 40.8px !important;
	border-top: none !important;
}

.tbl-scroll-default thead  .main-th ,  .table-bordered .main-th , .table thead .main-th{
	border-bottom: 1px solid #dcdbdb !important;
}

.tbl-scroll-default{
    max-height: 600px;
    overflow-x: auto;
}

.card.filter .form-control{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.card.filter select,
.card.filter .select2-container .select2-selection--single{
    height: 35px !important;
}

.card.filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px !important;
}

.card.filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}

.card.filter .form-group.loader2 .loader{
    top: 10px;
}

.card.filter select{
    padding: 0 15px !important;
}

.card.filter button{
    padding: 0.3rem 1.1875rem !important;
		height: 36px !important;
}

.hide-filter{
  height:0;
  transform: scale(0);
}

/* ================ Loading box style ==================== */
.box-loading {
	position: relative;
}

.box-loading::before {
    position: absolute;
	content: "";
	left: -1px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffc2;
	background-image: url("/assets/svgs/load/img_loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
	z-index: 999;
}

/* .box-loading-sm::before, */
.box-loading-sm .select2.select2-container.select2-container--default::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffc2;
	background-image: url("/assets/svgs/load/img_loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px;
}

.form-label {
	margin-bottom: 2px !important;
}

.table thead .th-icon svg {
	width: 25px;
	height: 25px;
	fill: #212121;
}

.td-icon tbody .td-icon {
  font-size: 19px;
  color: #212121;
}

.table thead .th-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table thead .th-icon i {
  font-size: 23px;
  color: #212121;
}

.table tbody td .img-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.table tbody td .img-wrapper  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}
.focused-tr td, 
.user-profile-list table tbody tr:hover td {
  cursor: pointer;
  color: #2e2e2e;
  background-color: #f5f6f7 !important;
}
/*
.table-bordered tr:hover td, 
.table-bordered .focused-tr td {
  border-color: #f1f1f1;
}*/

.custom-link {
	color: #a1a985 !important;
  cursor: pointer !important;
}

/* .in-process-tr {
	background-color:  #bcc3a15e  !important;
}
.user-profile-list table tbody tr:hover td
.in-process-tr:hover td{
	background-color:  #bcc3a193 !important;
} */

.user-profile-list table {
  border-collapse: collapse; 
}

.user-profile-list table tbody td {
  border: 1px solid #cccccc; 
}

.user-profile-list tr.in-process-tr td {
  background-color: #ebf2cc93 !important;
}

.user-profile-list tr.in-process-tr.in-process-tr-hover td {
  background-color: #dbe5bbc2 !important;
}

@media (min-width:992px) {

  .modal-xxl {
    max-width: 900px !important;
  }
}

@media (min-width:1200px) {
  .modal-xxl {
    max-width: 1140px !important;
  }
}

@media (min-width:1440px) {
  .modal-xxl {
    max-width: 1400px !important;
  }
}

@media (min-width: 1600px) {
  .modal-xxl {
    max-width: 1520px !important;
  }
}

@media (min-width: 1920px) {
  .modal-xxl {
    max-width: 1820px !important;
  }
}

@media (min-width: 2560px) {
  .modal-xxl {
    max-width: 2400px !important;
  }
}

.order-btn {
  position: fixed;
  bottom: 66px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
  transition: 0.4s;
  box-shadow: 0px 0px 8px -1px #393939;
  z-index: 999999;
}

.order-btn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.preview-modal .modal-close-btn {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 999999;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview-modal .img-fluid {
  width: 100%;
  object-fit: contain;
  max-height: 80vh;
}

.form-control:disabled {
  background-color: #e9ecef !important;
  border-color: #d4d4d4 !important;
}

.left-side {
  height: 28px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-side i {
  font-size: 18px;
  line-height: 18px;
  color: var(--main-text-color);
}

.custom-word-break {
  word-break: break-word !important;
  min-width: 128px !important;
  white-space: pre-line !important;
}

/* MODAL LOADER STYLE */
body.modal-loading .modal-loader {
  display: flex;
}

body.modal-loading {
  overflow: hidden;
  padding-right: 8px;
}

.modal-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.modal-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.modal-loader .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  width: 260px; 
  height: 260px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
}

.loader span {
  position: absolute;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}

.loader span:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.5px var(--main-color);
}

.loader span:nth-child(2) {
  color: var(--main-color);
  -webkit-text-stroke: 1px var(--main-color);
  animation: modalAnimation 3s ease-in-out infinite;
}

[data-role="timer-selector"] {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-top: 4px;
}

@keyframes modalAnimation {
  0% {
    clip-path: polygon(0% 100%, 15% 100%, 32% 100%, 54% 100%, 70% 100%, 84% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  25% {
    clip-path: polygon(0% 50%, 16% 55%, 34% 56%, 51% 52%, 67% 40%, 84% 35%, 100% 36%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 0%, 15% 0%, 32% 0%, 54% 0%, 70% 0%, 84% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  75% {
    clip-path: polygon(0% 35%, 15% 34%, 32% 40%, 54% 50%, 70% 51%, 84% 49%, 100% 42%, 100% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(0% 100%, 15% 100%, 32% 100%, 54% 100%, 70% 100%, 84% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}

/* From Uiverse.io by satyamchaudharydev */ 
.spinner {
 --gap: 5px;
 --clr: var(--main-color);
 --height: 46px;
 width: 120px;
 height: 120px;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: var(--gap);
}

.spinner span {
 background: var(--clr);
 width: 6px;
 height: var(--height);
 animation: grow 1s ease-in-out infinite;
}

.spinner span:nth-child(2) {
 animation: grow 1s ease-in-out 0.15s infinite;
}

.spinner span:nth-child(3) {
 animation: grow 1s ease-in-out 0.3s infinite;
}

.spinner span:nth-child(4) {
 animation: grow 1s ease-in-out 0.475s infinite;
}

@keyframes grow {
 0%,100% {
  transform: scaleY(1);
 }

 50% {
  transform: scaleY(1.8);
 }
}