/* Modal */
.modal-title {
  font-size: 27px !important;
}
.leadFormRow select {
  height: 50px;
  line-height: 50px;
}

/* Ctas */
.lesFilledCta {
    background-color: #2ECC71 !important;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 500 !important;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.15) !important;
    border-style: solid !important;
    color: #fff !important;
    border-color: #2ECC71 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 10px 25px !important;
    width: max-content !important;
}
.lesFilledCta:hover{
    background-color: #2ECC71 !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.lesOutlineCta {
  color: #2ecc71;
  background-color: #fff;
  border: 1px solid #2ecc71;
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 500 !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 10px 25px !important;
  width: max-content !important;
}
.lesOutlineCta:hover{
  background-color: #2ECC71 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.lesTextCta{
    background-color: transparent!important;
    color: #2ECC71!important;
    font-size: 16px!important;
    line-height: 24px!important;
    border: none!important;
    border-bottom: 2px solid #2ECC71!important;
    padding: 0px 2px!important;
    border-radius: 0px!important;
    text-decoration: none !important;
}
.lesTextCta:hover{
    transform: translateY(-2px);
}
.lesIconCta {
  border: none !important;
  padding: 0px !important;
  background-color: transparent;
}
.lesIconCta:hover {
  color: #ff5050!important;
}
/* Table */
.lesTableDiv{
  overflow: auto;
}
.lesTableDiv th 
{
    padding: 15px !important;
    font-size: 17px;
    background-color: #F8F2F3;
    position: relative;
    border: 1px solid #e8e8e8!important;
}
.lesTableDiv td {
    padding: 5px 15px !important;
    border: 1px solid #e8e8e8!important;
}
.lesTableDiv th i.fas.fa-sort-asc.col-asc {
position: absolute;
right: 15px;
top: 20px;
transition: all 0.2s ease;
font-size: 14px;
}

.lesTableDiv th i.fas.fa-sort-desc.col-desc {
position: absolute;
right: 15px;
bottom: 20px;
transition: all 0.2s ease;
font-size: 14px;
}

.lesTableDiv th i:hover {
cursor: pointer;
opacity: 1;
color: #2ECC71;
transform: scale(1.15);
}

/*
Add css for searchable select dropdown
*/  
select[data-multi-select-plugin] {
  display: none !important;
}

.multi-select-component {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  border: 1px solid #dfdfdf !important;
  padding: 8px 15px !important;
  outline: none;
  color: var(--e-global-color-secondary, #232323);
  line-height: inherit;
  transition: all 0.3s ease-in-out;
  background-color: #fff !important;
  box-shadow: none;
  width: 100%;
  min-height: 60px !important;
  display: flex !important;
  gap: 10px;
  margin-bottom: 30px;;
}

ul .autocomplete-list {
  width: 100%!important;
  border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
  box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
  display: none !important;
}

.multiselect-native-select .multiselect-container {
  width: auto;
}

.selected-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex    ;
  gap: 5px;
      align-items: center;
      border: 1px solid #f6edfc;
      background-color: #f6edfc;
      white-space: nowrap;
      vertical-align: top;
      cursor: default;
}
.selected-wrapper .selected-label {
  line-height: 25px;
}  
.search-container {
  display: flex;
  flex-direction: row;
}

.search-container .selected-input {
  background: none;
  border: 0;
  height: 20px;
  width: 60px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-container .selected-input:focus {
  outline: none;
}

/* .dropdown-icon.active {
  transform: rotateX(180deg)
}

.search-container .dropdown-icon {
  display: inline-block;
  padding: 10px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
} */

.search-container .dropdown-icon::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.search-container ul {
  position: absolute;
  top: 54px;
  left: 0;
  list-style: none;
  padding: 0;
  z-index: 3;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-container ul:focus {
  outline: none;
}

.search-container ul li {
  display: block;
  text-align: left;
  padding: 8px 29px 2px 12px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  min-height: 31px;
}

.search-container ul li:first-child {
  border-top: 1px solid #ccc;
  border-radius: 4px 0px 0 0;
}

.search-container ul li:last-child {
  border-radius: 4px 0px 0 0;
}


.search-container ul li:hover.not-cursor {
  cursor: default;
}

.search-container ul li:hover {
  color: #333;
  background-color: rgb(237, 238, 241);
  border-color: #adadad;
  cursor: pointer;
}

/* Adding scroll to select options */
.autocomplete-list {
  max-height: 145px;
  overflow-y: auto;
}
.choices__inner {
  border: 1px solid #dfdfdf !important;
  padding: 8px 15px !important;
  outline: none;
  color: var(--e-global-color-secondary, #232323);
  line-height: inherit;
  transition: all 0.3s ease-in-out;
  background-color: #fff !important;
}

.choices__item.choices__item--selectable.is-selected {
    background-color: #2ecc71;
    border: none;
}

/* Pagination */
/* ========================================
 PAGINATION CONTAINER
======================================== */

div#paginationStructure {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
/* font-weight: 500 !important; */
margin-top: 30px;
}

/* ========================================
 PAGINATION ELEMENTS (Reusable)
======================================== */

.pageArrow,
.pageLink,
.dots {
cursor: pointer;
/* font-size: 16px; */
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
}

/* ========================================
 PAGE ARROWS (Previous/Next)
======================================== */

span#prevPage,
span#nextPage {
width: auto;
border: none;
}

.pageArrow i {
font-size: 16px !important;
}

/* ========================================
 DISABLED STATE
======================================== */

.pageArrow.disabled {
pointer-events: none;
opacity: 0.5;
color: grey !important;
}

.pageArrow.disabled i {
color: #82828a !important;
}

/* ========================================
 ACTIVE PAGE STATE - CTA Color
======================================== */

.pageLink.active {
color: #2ECC71 !important;
font-weight: 600;
border-bottom: 2px solid #2ECC71;
}

/* ========================================
 HOVER STATES
======================================== */

.pageLink:hover:not(.active) {
opacity: 0.7;
}

.pageArrow:hover:not(.disabled) {
opacity: 0.8;
}

/* ========================================
 DOTS SEPARATOR
======================================== */

.dots {
cursor: default;
pointer-events: none;
}
/* checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative!important;
  width: 18px!important;
  height: 18px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin-top: 0px;
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 5px;
  height: 12px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
/* Checked state */
input[type="checkbox"]:checked {
  background-color: #2ECC71;
  border-color: #2ECC71;
}

input[type="checkbox"]:checked::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
/* Media Query */
@media (max-width: 991.98px){
.lesTableDiv {
        overflow-x: auto;
        border-radius: 0;
}
.lesTableDiv th {
    min-width: 150px;
  }
  
  .lesTableDiv thead th {
    font-size: 17px!important;
  }
}

@media (max-width: 767.98px) {
div#paginationStructure {
      gap: 8px;
      margin-top: 20px;
 }
   
    .pageArrow,
    .pageLink,
    .dots {
      font-size: 14px;
      width: 35px;
   height: 35px;
      line-height: 35px;
 }
    
 span#prevPage,
 span#nextPage {
      font-size: 13px;
 }
    
  .pageArrow i {
      font-size: 14px !important;
  }
}

@media (max-width: 575.98px) {
.lesTableDiv {
   font-size: 12px;
}
.lesTableDiv tbody tr:hover {
   transform: none;
}

div#paginationStructure {
    gap: 6px;
  }
  
  .pageArrow,
  .pageLink,
  .dots {
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  
  span#prevPage,
  span#nextPage {
    font-size: 12px;
  }
}
    