.video-container {
    position: relative;
}

  .video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }

  .active-maintenance-time{
    background: black!important;
    color: white!important;
  }

  textarea::placeholder {
    font-size: 12px !important;
  }

  .item-headings h1{
    font-size: 14px;
    font-weight: bold;
  }
  
  .item-headings h1.item-heading.lc{
    text-align: right;
  }
  
  /* Form CSS */
.input-with-label-wrapper{
  display: flex;
}

.input-with-label-wrapper label{
  min-width: 25%;
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s;
}

.item-headings h1{
  font-size: 10px;
  font-weight: bold;
}

.item-headings h1.item-heading.lc{
  text-align: right;
}

@media (max-width: 992px) {
  .input-with-label-wrapper.spc{
    display: block;
  }
  .input-with-label-wrapper label.spc{
    /* display: none; */
    width: 100%;
    transition: 0.5s;
  }

  .item-headings{
    display: none;
  }
}

.input-with-label-wrapper input{
  position: relative;
  width: 100% !important;
}

.input-with-label-wrapper textarea{
  font-size: 12px;
  width: 100% !important;
}

.input-with-label-wrapper a{
  text-decoration: none;
  font-size: 12px;
}

.input-wrapper-group{
  width: 100% !important;
}

.input-wrapper-group input{
  position: relative;
  width: 100% !important;
  margin-bottom: 0.5rem !important;
}

.item-label{
  font-size: 0.875em;
  margin: 0 !important;
}

.amount-label{
  font-size: 0.875em;
  font-weight: bold;
}

@media (min-width: 992px) {
  .amount-label{
    display: none;
  }
}

@media (min-width: 992px) {
  #action-btn{
    display: none;
  }
}

@media (max-width: 992px) {
  .action-btn-holder{
    display: none;
  }
}

/* @media (max-width: 992px) {
  .invoice-container {
    padding: 1rem!important;
  }
} */

.invoice-container {
  padding: 3rem;
}

.blink {
  animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.active-project{
  background: #f6f6f6;
}

/* td {
  border: 1px solid black;
  word-wrap: break-word !important;
} */

.nav-scroller {
	position: relative;
	z-index: 2;
	/* overflow-x: hidden!important; */
  }
  
  .nav-scroller .nav {
	/* display: flex; */
	flex-wrap: nowrap;
	margin-top: -1px;
	overflow-x: auto;
	/* color: rgba(255, 255, 255, .75); */
	/* text-align: center; */
	white-space: nowrap;
	/* overflow-x: hidden; */
  }
  
  .nav-scroller .nav::-webkit-scrollbar {
	display: none;
}
  
#user_categories a{
  text-decoration: underline!important;
}

#user_categories a:hover{
  color: rgb(149, 149, 149);
  text-decoration: none!important;
}

#user_categories a.active-category{
  font-weight: bold;
  text-decoration: none!important;
}


* {
  /* font-family: Montserrat, sans-serif; */
}

.btn-default {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.invoice-container {
  padding: 5rem;
  background: #ffffff;
  min-height: 1100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.quotation-summary-details {
  font-size: 14px;
}

.quotation-summary-details p {
  margin-bottom: 0px!important;
}

hr.dotted {
  border: none;
  border-top: 2.5px dotted #000;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

.page-link.active-page-link {
  background: #f8f9fa;
  font-weight: bold;
}

/* @media (max-width: 767px) { */
  .dash-card{
    width: 400px!important;
  }
/* } */

@media (max-width: 767px) {
  #user-welcome{
    display: none!important;
  }
}


.page-item.active .page-link {
  background: rgb(160, 160, 160)!important;
  border-color: rgb(160, 160, 160)!important;
  /* color: black!important; */
}

ul.pagination li a.page{
  color:black!important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392AB;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

ul.pagination li.active a.page{
  background: rgb(160, 160, 160)!important;
  border-color: rgb(160, 160, 160)!important;
  color: #fff!important;
}

