.thumbnailEmailTemplate
{
      width: 70px;
      height: 70px;
      overflow: hidden;
       margin: auto;
}
.thumbnailEmailTemplate img {
    width: 70px;
    height: 100%;
    object-fit: cover;
}
.thumbnailEmailTemplatePlus
{
      width: 95px;
      height: 95px;
      overflow: hidden;
       margin: auto;
}
.thumbnailEmailTemplatePlus img {
    width: 95px;
    height: 100%;
    object-fit: cover;
}
.thumbnailVenmo
{
      width: 200px;
      height: 200px;
      overflow: hidden;
       margin: auto;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.mr-222 {
  margin-right: 0.5rem !important;
  font-size: 0.7em;
}
 .border-dotted{
 border-style: dotted;
}
.fName {
  width: 10%
}
.lName {
  width: 20%
}
.telephone {
  width: 15%;
}
.age {
  width: 10%;
}
.email{
  width: 25%
}
.mandatory:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}
.crumbs {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 180px;
            word-break: break-all;
            word-break: break-word; 
        }

.crumbs:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}
.inlineForm{
    display:inline;
}
.text-reducing {
  font-size: calc(60% + 1vw + 1vh);
}
.rating-hide {
  display: none;
}

.rating-clear {
  float: none;
  clear: both;
}

.rating {
    width: 90px; 
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
} 