* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden !important
}


.nextButton {
    background-color: rgba(85, 85, 85, 0.5);
    font-size: 40px;
    border-radius: 0 15px 15px 0;
    text-align: center;
    position: relative;
    left: -4px;
}

.prevButton {
    background-color: rgba(85, 85, 85, 0.5);
    font-size: 40px;
    border-radius: 15px 0 0 15px;
    text-align: center;
}

.qualityButton {
    background-color: rgba(85, 85, 85, 0.5);
    width: 60px;
    font-size: 40px;
    height: 60px;
    text-decoration: bold;
    padding: 0px;
    margin: -2px;
}

.arrow {
    width: auto;
    height: 40px;
    float: none;
    display: block;
}

.FSButton {
    background-color: rgba(85, 85, 85, 0.5);
    font-size: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    float: right;
    width: 60px;
    border-radius: 15px 0 0 0;
}

button {
    border-style: none;
}

button:hover {
    background-color: rgba(85, 85, 85, 0.753);
}

button:active {
    background-color: rgba(85, 85, 85, 0.5);
}

button:focus {
    outline: 0;
}

.popup {
    position: absolute;
    pointer-events: none;
}

.content {
    display: block;
    height: min-content;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 1s;
    padding-right: 10px;
}

img {
    height: 220px;
    width: auto;
    max-width: 95%;
    float: left;
    margin: 10px;
}

.text {
    display: inline;
    vertical-align: top;
    overflow: auto;
    position: relative;
    left: 10px;
}

li {
    margin-left: 20px;
}

.TL {
    width: 33%;
    min-width: 450px;
    height: 100%;
    overflow: scroll;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
}

.TLbar {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    top: 0;
    bottom: 0;
    left: 38px;
    margin-left: -2px;
}

.TLheader {
    padding: 5px 40px;
    position: relative;
    text-align: center;
    color: white;
    font-family: lato;
    font-size: 20px;
}

.TLcontainer {
    padding: 5px 40px;
    position: relative;
    direction: ltr;
}

.TLcontent {
    position: relative;
    left: 20px;
    overflow: hidden;
    background: rgba(85, 85, 85, 0.5);
    border-radius: 20px;
    padding: 12px;
    font-family: lato;
    color: white;
}

.TLdot {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 18.5px;
    background-color: white;
    border: 0px solid rgba(0, 255, 179, 0);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.settingsbtn {
    margin: 10px;
    background-color: #3498DB;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.settings {
    position: relative;
    display: inline-block;
}

.settingscontent {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.show {
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.061);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.116);
}