.popover-transparent {
    max-width: 250px;
    width: 250px;
}

.text-wrapper-500{
    max-width: 500px;
}

.text-wrapper-900{
    max-width: 900px;
}

.input-group-text i{
  font-size: 1.15rem !important;
}

.rounded-tl{
    border-top-left-radius: 1rem !important;
}

.rounded-bl{
    border-bottom-left-radius: 1rem !important;
}

.rounded-tr{
    border-top-right-radius: 1rem !important;
}

.rounded-br{
    border-bottom-right-radius: 1rem !important;
}

.plum-bg{
    background-color: #eaebff !important;
}

.btn-download{
  all: unset;
  text-transform: uppercase;
  color: #33a20c !important;
  font-weight: 700;
}

.trial-img{
    max-width: 550px;
    width: 100%;
    height: auto;
}

.select2-container {
  width: 100% !important;
}
.select2-selection {
  height: 100% !important; /* matches input height */
}