.imba_rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.imba_rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.imba_rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    height: 36px;
    color:#ccc;
}
.imba_rate:not(:checked) > label:before {
    content: '★ ';
}
.imba_rate > input:checked ~ label {
    color: #ffc700;
}
.imba_rate:not(:checked) > label:hover,
.imba_rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.imba_rate > input:checked + label:hover,
.imba_rate > input:checked + label:hover ~ label,
.imba_rate > input:checked ~ label:hover,
.imba_rate > input:checked ~ label:hover ~ label,
.imba_rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.imba_flex{
    display: flex;
    flex-direction: row;
}
.imba_rate_extra input[type="text"] {
    /*display: none;*/
    border: 1px solid #3A3C41;
    border-radius: 4px;
    width: 60%;
    height: 25px;
    /*padding: 14px 21px;*/
    font-size: 12px;
    line-height: 15px;
    background: white;
    outline: none;
    margin-right: 14px;
}
.imba_rate_extra.show {
    transform: translateX(0);
    opacity: 1;
}
.imba_rate_extra {

    width: 70%;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    transition: opacity .25s, transform .25s;
    vertical-align: middle;
}
.imbachat_logo_container img{
    max-width: 25%;
}
.hide{
    display: none;
}

@media screen and (max-width: 1600px) {
    .imbachat_logo_container img{
        max-width: 35%;
    }
}
@media screen and (max-width: 400px) {
    .imbachat_logo_container img{
        max-width: 100%;
    }
    .imba_rate{
        width: 100%;
    }
}