.imbachat_warning{
    background: yellow !important;
}
.imbachat_danger{
    background: red !important;
    color: white !important;
}
.im-quiz-container {
    background-color: #5f8fff;
    padding: 45px 80px;
    box-sizing: border-box;
    position: relative;
}
.im-quiz-container ul{
    list-style: none;
    padding: 0;
    margin-bottom: 45px;
}
.im-quiz-container h2{
    color: white;
}
.im-quiz-container ul li{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 25px 50px;
    background-color: rgba(27, 36, 51, .5);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin: 15px 0;
}
.im-quiz-wrapper{
    overflow: auto;
    margin: auto;
    padding: 20px;
    width: 80%;
}
.im-quiz-container ul li.active{
    background: #000000;
}
.im-modal {
    z-index: 999999;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.im-quiz-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.im-quiz-buttons button, .im-quiz-buttons a {
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 30px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: black;
    margin: 10px;
}
.im-other-reason input{
    border: 1px solid #3A3C41;
    border-radius: 4px;
    width: 100%;
    height: 25px;
    /*padding: 14px 21px;*/
    font-size: 12px;
    line-height: 15px;
    background: white;
    transition: .3s;
    outline: none;
    margin-right: 14px;
}
.im-other-reason{
    padding-top: 5px;
    height: inherit;
    overflow: hidden;
    max-height: 0;
}
.slide-up, .slide-down {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.slide-down {
    max-height: 10em;
}