.loader.small,
.loader.small:before,
.loader.small:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader.small:before {
    left: -2em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader.small:after {
    left: 2em;
}

@-webkit-keyframes small-loader {
    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1.3em;
    }
    40% {
        box-shadow: 0 1em 0 0;
    }
}
@keyframes small-loader {
    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1.3em;
    }
    40% {
        box-shadow: 0 1em 0 0;
    }
}

#app.samsung .lg {
    display: none;
}
#app.samsung #subtitle-loader-container {
    display: none;
}
#subtitle-loader-container {
    background: #0c0c0ca1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#subtitle-modal-body {
    position: relative;
    min-height: 200px;
    padding-bottom: 100px;
}
#subtitle-selection-modal .modal-content {
    border:none !important;
    background: rgba(0, 0, 0, 0.88) !important;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 0;
    color:#fff;
}
#subtitle-modal-title{
    color: #fff;
}
#subtitle-modal-body .modal-button-wrapper {    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:0 20px; white-space: nowrap
}
.modal-operation-menu-type-2.subtitle-item.active {
    background-color: #746d6d;    
}
button.subtitle-item {
    font-size: 30px;
    /* width: 150px; */
    padding: 10px 20px;
    background: #111;
    margin-left: 10px;
    min-width: 200px;
    transition: all 0.2s;
    color: #fff;
}
button.subtitle-item.active {
    background: #746d6d;
}
