.slajder {
    width: calc(100% - 10px);
    margin: 0 5px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
}

.slajder i {
    flex: 0 1 auto;
    color: #666;
}

.slajder i.fa-volume-down {

}

.slajder i.fa-volume-up {

}

.volume {
    height: 4px;
    background: #555;
    border-radius: 15px;
    flex: 1;
    margin: 0 20px;
}

.volume .ui-slider-range-min {
    height: 4px;
    background: var(--primary);
    border-radius: 10px;
    outline: none;
    border: none;
}

.volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    margin-left: -8px;
    margin-top: -4px;
    cursor: pointer;
    outline: none;
}


#smajliji {
    position: absolute;
    left: 100px;
    top: 100px;
    display: none;
    width: 500px;
    height: 500px;
    overflow: hidden;
    z-index: 12200;
}

#fontovi {
    position: absolute;
    left: 150px;
    top: 150px;
    display: none;
    width: 700px;
    height: 500px;
    overflow: hidden;
    z-index: 12201;
}

select, input, option {
    font-family: "Open Sans", sans-serif;
}
