.module-text {
    overflow: hidden;
    padding: 10px;
    background-color: white;
    margin: 10px;
    flex-basis: 1px;
    display: flex;
}

.module-text .module-text-container {
    height: fit-content;
    height: -webkit-fit-content;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.module-text p {
    word-wrap: break-word;
    word-break: break-word;
}

strong {
    font-weight: bold !important;
}

em {
    font-style: italic !important;
}

.module-text a {
    word-wrap: break-word;
    word-break: break-word;
}

/* testing ANIMATION*/

#rssBlock{
    left:0px;
    height: 60px;
    background: #FE8BC7;
    position: sticky;
    z-index: 1020;
    bottom: 0;
    width:100%;
    overflow: hidden;
  }
  
  /*remove p*/
  .cnnContents {
    width:100%;
    padding-top: 10px;
    margin:0 auto;
    font-size: 25px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Museo';
    font-weight: 300;
    color: white;
  }
  .cabinetnameanimate {
    padding-left: 20px;
    background-color: #FE8BC7;
    
    font-family: "Anton", sans-serif;
    font-weight: bold;
    font-size: 25px;
  }
  .marqueeStyle {
    display:inline-block;
    /* Apply animation to this element */
    -webkit-animation: scrolling-left1 50s linear infinite;
    animation: scrolling-left1 50s linear infinite;
  }
  /* scrolling-left is continuous/repeatly text */
  @keyframes scrolling-left1 {
      0% {transform: translateX(0%);
          -webkit-transform: translateX(0%);}
        100% {transform: translateX(-50%);
            -webkit-transform: translateX(-50%);}
  }
  @-webkit-keyframes scrolling-left1 {
      0% {-webkit-transform: translateX(0%);}
        100% {-webkit-transform: translateX(-50%);}
  }
  
#apoint-message-warning{
  color: red; 
}
  
#apoint-message-success{
  color: blue; 
}
.grecaptcha-badge { 
  bottom:65px !important; 
}