.main-header-settings {
    top: 0;
    padding: 4px;
    position: sticky;
    border-radius: 4px;
    background-color: #f8f9fa;
    margin-top: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.container-header-settings {
    direction: ltr;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-settings {
    display: none;
}

@media only screen and (max-width: 768px) {
    .container-header-settings {
        justify-content: space-between;
        align-items: center;
    }
    /*.container-header-settings div:not(:first-child,:last-child) {*/
    /*    display: none*/
    /*}*/
    .toHide {
        display: none;
    }

    .toggle-settings {
        align-self: flex-end;
        display: contents;
        position: absolute;
        cursor: pointer;
        align-items: baseline;
    }

}

.replay-container {
    direction: ltr;
    padding: 4px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.font-btn-controls {
    display: inline-block;
    margin: 0;
}

.btn-font-control {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    width: 32px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.btn-font-control:hover {
    background-color: #c3bfbf;
}

.btn-font-control:active {
    background-color: #c3bfbf;
}

/*----------------------------*/
.dropdown {
    position: absolute;
    z-index: 9999999;
    display: none
}

.dropdown .dropdown-menu, .dropdown .dropdown-panel {
    min-width: 160px;
    max-width: 300px;
    list-style: none;
    background: #fefefe;
    border: solid 1px #ddd;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: visible;
    padding: 8px 6px;
    margin: 0;
    margin-top: 15px;
    font-size: 18px
}

.dropdown .dropdown-panel {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 10px;
    width: 290px;
    background-color: #fefefe
}


.dropdown.dropdown-scroll .dropdown-menu, .dropdown.dropdown-scroll .dropdown-panel {
    max-height: 358px;
    overflow: auto
}

.dropdown .dropdown-menu LI {
    list-style: none;
    margin: 0;
    line-height: 18px
}

.dropdown .dropdown-menu LABEL, .dropdown .dropdown-menu LI > A {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 18px;
    padding: 7px 10px;
    white-space: nowrap
}

.dropdown .dropdown-menu LABEL:hover, .dropdown .dropdown-menu LI > A:hover {
    background-color: #08c;
    color: #fff;
    cursor: pointer
}

.dropdown .dropdown-menu .dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 3px 3px;
    margin: 5px 0
}

.dropdown .dropdown-menu .dropdown-label {
    font-style: italic;
    color: #940302;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin: 5px 0
}