.quiz-m-button {
    font-family: 'Montserrat',Arial,sans-serif;
    box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.2); 
    color: #ffffff !important; 
    padding: 20px 25px; 
    display: inline-block; 
    border-radius: 16px; 
    font-size: 22px; 
    font-weight: 700; 
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(0.888turn,rgba(254,0,91,1) 0%,rgba(255,24,1,1) 100%);
}

.uc-quiz-m {
    padding: 20px 0px 0px 0px;
}

.b-quizgo-wrapper__inner-block {
    height: 100% !important;
}

.b-quizgo-quiz-block {
    max-height: 620px !important;
}    

.t923__wrapper {
    border-radius: 16px;
    max-height: 460px;
}    

.t923__content {
    display: none;

}

.t975__menu-text {
    display: none;
}

.t975__icon-wrapper {
    height: 40px;
    width: 40px;
}

.t975__menu-icon {
    border-radius: 60px;
}

.t975__inner-wrapper {
    padding: 0px 10px !important;
}

.t975__list-item:nth-child(5) .t975__menu-icon {
    animation: pulse-animation-red 2s infinite;   
}

.b-pulse-animation-r {
    border-radius: 16px;
    animation: pulse-animation-red 2s infinite;     
}

.b-pulse-animation-w {
    border-radius: 16px;
    animation: pulse-animation-white 2s infinite;     
}

.modal-form .t-submit {
    animation: pulse-animation-red 2s infinite !important;      
}
.t-submit {
    text-transform: uppercase;
    font-weight: 700 !important;
    background-image: linear-gradient(0.888turn,rgba(254,0,91,1) 0%,rgba(255,24,1,1) 100%);
    animation: pulse-animation-white 2s infinite;      
}

@keyframes pulse-animation-red {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 24, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 24, 1, 0);
  }
}

@keyframes pulse-animation-white {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.55);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
}