.custom-image-box{
  border-radius: 10px;
  background-color: rgb(231, 231, 231);
  animation: 3s linear .1s;
  transition: .2s all ease-in-out;
  padding-bottom: 0;
}

.custom-image{
  border-radius: 10px;
}

.custom-image-box:hover{
  border-radius: 10px;
  background-color: rgb(231, 231, 231);
  transform: scale(1.05);
}

.pattern-title{
  height: 25px;
}

@media (max-width: 992px) {
  .applied-filters__item{
    margin-top: 5px;
  }

  .datatable-custom-border{
    margin-left: 0px !important;
  }
}

th.sorting::before{
  margin-bottom: 2px;
}

th.sorting::after{
  margin-top: 1px;
}

.datatable-custom-border{
  /* border: 1px rgb(221, 100, 40) solid; */
  border-radius: 25px;
  padding: 0 20px;
  box-shadow: -11px -11px 26px -26px rgba(220,100,40,1);
-webkit-box-shadow: -11px -11px 26px -26px rgba(220,100,40,1);
-moz-box-shadow: -11px -11px 26px -26px rgba(220,100,40,1);
}

.custom-image-box2{
  border-radius: 25px;
  padding-bottom: 25px;
  height: fit-content;
  box-shadow: 0px 0px 36px -21px rgba(220,100,40,1);
-webkit-box-shadow: 0px 0px 36px -21px rgba(220,100,40,1);
-moz-box-shadow: 0px 0px 36px -21px rgba(220,100,40,1);
}

.custom-image2{
  border-radius: 25px;
}

.table thead th{
  border: 0px;
}