<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fitb-question .image-background {
	background-image: url('../_static/fitb-background.svg');

}

.fitb-question, .fitb-question .petlja-problem-box-icon-holder{
    background-color: #D9F2ED !important;
}

fill-in-the-blank{
    position: relative;
    z-index: 100 !important;
}
fill-in-the-blank::part(check-button) {
    padding: 8px 16px;
    border-radius: 18px;
    margin-right: 10px;
    margin-top: 4px;
    float: right;
    cursor: pointer;
    background-color: #18bc9c;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
}

fill-in-the-blank::part(message) {
    background-color: transparent;
    color: #16b89a !important;
    border: none;
    overflow: hidden;
    padding: 10px;
}

fill-in-the-blank::part(error) {
    border: 1px solid red !important;
}

fill-in-the-blank::part(correct) {
    background-color: #a9e0d3;
}

fill-in-the-blank::part(incorrect) {
    color: #f63c51 !important;
    background-color: #fcced9;
}

fill-in-the-blank::part(input){
    width: auto !important;
    display: inline-block !important;
    margin: 5px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fitb-image {
    left: calc(50% - 14px);
    top: -26px;
    width: 31px;
}

@media (max-width: 600px) {
    .fitb-image {
        left: calc(50% - 13px);
        top: -32px;
        width: 27px;
        height: 45px;
    }
    
}</pre></body></html>