@media (max-width:400px) {
  .arbi-btn{
    display: none;
  }
}
/* .dropdown-item{
  color: black;
} */
.dropdown-item:hover i, h6{
  color: black !important;
  /* background-color: #27a4ec !important; */
  font-size: 18px;
  transition: 0.3s;
}
.dropdown-item:active{
  color: black !important;
  background-color: transparent !important;
  font-size: 18px;
  transition: 0.3s;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  /* background-color: #27a4ec !important; */
  color: black;
}

#hero-sec {
  /* position: relative; */
  width: 100%;
  height: 400px;
  background-image: url("../img/logos/header-bg-new.png") !important;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-btn-style{
  padding: 0.6rem 2.5rem;
    color: #0056b3;
    border: 1px solid #0056b3;
    border-radius: 5px;
    /* display: block; */
    transition: .3s all ease-in-out;
    background-color: transparent;
}
.custom-btn-style:hover {
  color: #ffffff;
  background-color: #0056b3;
  border: 1px solid #0056b3 !important;
  /* outline: none !important; */
}

.pagination-container {
  background-color: #ffffff;
  /* border: 2px solid red !important; */
  border-radius: 10px;
  position: relative;
  top: 230px;
}
.pagination-icons{
  margin: 10px 0px;
  width: 50px;
  height: 50px;
}
.tab-content{
	position: relative;
	top: 300px;
	background-color: #ffffff;
  padding: 6rem 0;
}
.vr-line {
  width: 2px !important;
  height: 100px;
  background-color: black;
}
.bulk-section-btn-row, .product-section-btn-row{
  justify-content: space-between;
  padding: 1rem 3rem;
}
@media (max-width:500px) {
  .bulk-section-btn-row, .product-section-btn-row{
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
  }

}

.red-circle {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  margin-top: 3px;
}

.excel-input-container {
  /* border: 2px solid red; */
  border-radius: 10px;
}

@media (max-width: 770px) {
  .vr-line {
    display: none;
  }
}
.bulk-section-btn{
  background-color: #27a4ec !important;
}
.drop-zone {
  width: 100%;
  height: 270px;
  padding: 25px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dashed #b1b3b2;
  border-radius: 50px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  margin: auto;
  width: 50%;
  height: 50%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

/* product section */
#disable-container {
  position: relative;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.836);
  pointer-events: none;
  border-radius: 10px;
}

.disable-text{
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}










/* #single-product-section, #single-product{
  box-shadow: 0px 0px 500px 20px rgba(0, 0, 0, 0.75) inset;
} */
.product-sec-search-btn {
  background-color: #27a4ec !important;
}

.items {
  /* background-color: #27a4ec; */
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.6s;
  z-index: -2;
}

.project-name {
  align-self: start;
}
.project-name p {
  font-size: 24px;
  font-weight: bold;
  /* color: #E5E6F1;   */
  color: black;
  transform: translateY(0px);
  transition: all 0.5s;
}

/* .items:hover {
  border-radius: 10px;
  background-color: #27a4ec;
  box-shadow: 5px 10px #383737;
} */

/* hisory css */

.history-header {
  text-align: left;
}

.history-sub-row {
  width: 100%;
}
.history-sub-item2 {
    margin: 0 auto;
  }
@media (max-width: 990px) {
  .history-sub-row {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .history-sub-item2 {
    margin: 0 !important;
  }
}

.flex-child {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.history-hr-sec{
	background-color: #ffffff;
	border: 2px solid gray !important;
	border-radius: 10px;
}

.history-sec-hr{
	/* margin: 0;  */
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    opacity: 1 ;
	border-top: 2px dashed red;
}

@media (max-width: 790px) {
	.history-sec-hr-container{
		display: none;
	}
	.history-hr-sec{
		flex-wrap: wrap;
	}
	.history-sec-text-div{
		margin: 20px;
	}
	
}

tr td,
tr th {
  overflow: hidden;
}

thead th {
  color: #fff;
}

.card {
  border-radius: .5rem;
}

.table-scroll {
  border-radius: .5rem;
}

.table-scroll table thead th {
  font-size: 1.25rem;
}








.footer-col{
  margin: auto 0 !important;
  /* margin: 78px 0px !important; */
}


@media (max-width:990px) {
  .footer-container{
    text-align: center;
    justify-content: center;
  }
  .footer-col{
    margin: 20px 0 !important;
  }
  .footer-contact{
    justify-content: center;
    margin: 10px 0;
  }
  .footer-img{
    display: none;
  }
}
.copyright-row{
  background-color: #0056b3;
}

@media (max-width:990px) {
  .first-footer-sec{
    justify-content: center !important;
  }
  .copyright-text{
    text-align: center !important;
  }
}





