
.select2-selection--multiple, .select2-selection--single {
  border-color: #efefef!important;
}

.select2-selection--multiple {
  padding: 6.5px;
}

span.dropdown-wrapper {
  position: absolute!important;
}

.paginationjs .paginationjs-pages li.active>a {
  background: var(--theme-deafult)!important;
  color: #fff!important;
  font-weight: 600!important;
}
.paginationjs .paginationjs-pages li {
  border-color: var(--theme-deafult)!important;
}
.paginationjs .paginationjs-pages li>a{
  color: var(--theme-deafult)!important;
  font-weight: 500!important;
}

.custom-error-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-error-txt {
    text-align: start;
    padding: 15px;
    margin: 0 auto;
    max-width: 650px;
  }
  .custom-error-txt h3 {
    font-size: 2.3rem;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .custom-error-txt span {
    font-size: 1.80rem;
    line-height: 100%;
  }
  
  .custom-error-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-error-img img {
    margin: 15px 15px 0;
  }
  
  @media only screen and (max-width: 768px) {
    .custom-error-txt {
        padding: 15px;
    }
    .custom-error-txt h3 {
        font-size: 1.95rem;
    }
    .custom-error-txt span {
        font-size: 1.20rem;
    }
  }
  @media only screen and (max-width: 425px) {
    .custom-error-img img {
        width: 320px;
        margin: 0;
    }
  }
  