.daily-stories,
.daily-stories__container,
.slide,
.slide img,
.slide video {
    width: 56.25vh;
    height: 59vh;
}
.slide img,
.slide video,
main {
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
}
#next-slide,
#prev-slide {
    width: 32px;
    height: 32px;
    top: calc(65% - 16px);
    background-color: #111;
    opacity: 0.85;
    overflow: hidden;
    text-align: center;
}
#next-slide,
#prev-slide,
.central-area .button {
    border-radius: 50%;
    transition: opacity 0.25s;
}
.central-area .button svg,
.daily-stories,
.slide,
.slide img,
.slide video,
main,
sub,
sup {
    position: relative;
}
#next-slide,
#prev-slide,
.bar,
.daily-stories,
.slide {
    overflow: hidden;
}
.bar,
.bar span {
    cursor: pointer;
    border-radius: 3px;
}
#next-slide,
#prev-slide,
.toast-notification,
main {
    text-align: center;
}
main {
    display: block;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
    height: -webkit-fill-available;
    height: -moz-fill-available;
    height: fill-available;
}
hr {
    height: 0;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
audio,
embed,
iframe,
img,
object,
video {
    height: auto;
    max-width: 100%;
}
.daily-stories {
    display: block;
    max-width: 100vw;
    margin: 0 auto;
    background: #000;
}
.daily-stories__container {
    background: #000;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    transition: transform 0.25s cubic-bezier(0.8, 0, 0.2, 1);
    will-change: auto;
    touch-action: manipulation;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide {
    display: block;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    will-change: opacity;
    opacity: 0;
    filter: blur(0);
    transition: opacity 0.5s, filter 0.25s;
}
#next-slide:hover,
#prev-slide:hover,
.slide.active {
    opacity: 1;
}
body.menu-open .slide.active {
    filter: blur(10px);
}
.slide img,
.slide video {
    max-width: 100vw;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    pointer-events: none;
}
#prev-slide {
    display: block;
    cursor: pointer;
    position: absolute;
    left: calc(50% - 35vh - 16px);
}
#next-slide {
    display: block;
    cursor: pointer;
    position: absolute;
    left: calc(50% + 35vh - 16px);
}
#next-slide::before,
#prev-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#prev-slide::before {
    left: 11px;
    transform: rotate(-225deg);
}
#next-slide::before {
    left: 8px;
    transform: rotate(-45deg);
}
#next-slide:hover::before,
#prev-slide:hover::before {
    border-right-color: #de7c0f;
    border-bottom-color: #de7c0f;
}
.central-area .button svg path,
.context-menu-container.active > .button,
body.mobile #next-slide,
body.mobile #prev-slide {
    display: none;
}
.central-area {
    position: absolute;
    width: 30vh;
    height: 75vh;
    z-index: 1;
    display: block;
    top: 15vh;
    left: calc(50% - 15vh);
}
.central-area .button {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px - 2.5vh);
    left: calc(50% - 24px);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
@media (min-width: 800px) {
    .central-area {
        width: 55vh;
        top: 12.5vh;
        left: calc(50% - 27.5vh);
    }
    .central-area .button {
        top: calc(50% - 24px);
    }
}
.bar span,
.progress-bars,
.progress-bars::before {
    top: 0;
    left: 0;
    width: 100%;
}
.central-area:hover .button {
    opacity: 0.5;
}
.central-area .button svg {
    display: block;
    width: 100%;
    height: 100%;
}
.central-area[data-state="paused"] .button svg #path_play,
.central-area[data-state="playing"] .button svg #path_pause {
    display: block;
}
body.menu-open .central-area .button {
    opacity: 0;
}
.progress-bars {
    position: absolute;
    padding: 10px 5px 87px;
    height: 100px;
    display: flex;
}
.progress-bars::before {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
.progress-bars[data-count="1"] .bar {
    width: calc(100% - 6px);
}
.progress-bars[data-count="2"] .bar {
    width: calc(100% / 2 - 6px);
}
.progress-bars[data-count="3"] .bar {
    width: calc(100% / 3 - 6px);
}
.progress-bars[data-count="4"] .bar {
    width: calc(100% / 1 - 6px);
}
.progress-bars[data-count="5"] .bar {
    width: calc(100% / 5 - 6px);
}
.progress-bars[data-count="6"] .bar {
    width: calc(100% / 6 - 6px);
}
.progress-bars[data-count="7"] .bar {
    width: calc(100% / 7 - 6px);
}
.progress-bars[data-count="8"] .bar {
    width: calc(100% / 8 - 6px);
}
.progress-bars[data-count="9"] .bar {
    width: calc(100% / 9 - 6px);
}
.progress-bars[data-count="10"] .bar {
    width: calc(100% / 10 - 6px);
}
.progress-bars[data-count="11"] .bar {
    width: calc(100% / 11 - 6px);
}
.progress-bars[data-count="12"] .bar {
    width: calc(100% / 12 - 6px);
}
.progress-bars[data-count="13"] .bar {
    width: calc(100% / 13 - 6px);
}
.progress-bars[data-count="14"] .bar {
    width: calc(100% / 14 - 6px);
}
.progress-bars[data-count="15"] .bar {
    width: calc(100% / 15 - 6px);
}
.progress-bars[data-count="16"] .bar {
    width: calc(100% / 16 - 6px);
}
.progress-bars[data-count="17"] .bar {
    width: calc(100% / 17 - 6px);
}
.progress-bars[data-count="18"] .bar {
    width: calc(100% / 18 - 6px);
}
.progress-bars[data-count="19"] .bar {
    width: calc(100% / 19 - 6px);
}
.progress-bars[data-count="20"] .bar {
    width: calc(100% / 20 - 6px);
}
.bar {
    display: block;
    position: relative;
    height: 3px;
    margin: 0 3px;
    background-color: rgba(255, 255, 255, 0.4);
}
.bar span,
.context-menu-container,
.context-menu-container > .button,
.logo {
    position: absolute;
    display: block;
}
.bar span {
    height: 100%;
    background-color: #fff;
    will-change: auto;
    transform: translateX(-101%) rotate(0);
}
.bar.seen span {
    transform: translateX(0) rotate(0);
}
.bar.animate span {
    -webkit-animation: linear both bar;
    animation: linear both bar;
}
body.menu-open .bar.animate span,
body.paused .bar.animate span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.logo {
    width: 75px;
    height: 75px;
    top: 24px;
    right: 8px;
    z-index: 2;
}
.logo svg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}
.context-menu-container {
    width: 100%;
    height: 50px;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}
.context-menu-container > .button {
    bottom: -5px;
    right: 0;
    width: 50px;
    height: 50px;
}
@media (min-width: 640px) {
    .logo {
        width: 9vh;
        height: 9vh;
        right: 12px;
        max-width: 100px;
        max-height: 100px;
    }
    .context-menu-container > .button {
        right: 5px;
    }
}
@media (min-width: 768px) {
    .context-menu-container > .button {
        right: 10px;
    }
}
@media (min-width: 1024px) {
    .context-menu-container > .button,
    .logo {
        right: 15px;
    }
}
.context-menu-container > .button svg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.context-menu-container .context-menu {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    will-change: auto;
    transform: scale(1.05) rotate(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.5) inset;
}
.context-menu-container.active .context-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0);
}
.context-menu-container .context-menu .link {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 18px;
    text-align: center;
    position: relative;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}
.context-menu-container .context-menu .link:last-child {
    margin-top: 10px;
}
.toast-notification {
    position: fixed;
    display: inline-block;
    top: 3rem;
    left: 50%;
    color: #333;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 0.875rem;
    font-weight: 700;
    pointer-events: none;
    z-index: 99;
    will-change: auto;
    opacity: 0;
    transform: translate3d(-50%, 0.5rem, 0);
    max-width: 300px;
    width: 100%;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.toast-notification.success {
    background-color: #1bd861;
}
.toast-notification.error {
    background-color: #eb5555;
}
.toast-notification.info {
    background-color: #0096ff;
}
.toast-notification.active {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}
@-webkit-keyframes bar {
    from {
        transform: translateX(-101%) rotate(0);
    }
    to {
        transform: translateX(0) rotate(0);
    }
}
@keyframes bar {
    from {
        transform: translateX(-101%) rotate(0);
    }
    to {
        transform: translateX(0) rotate(0);
    }
}
.card-header {
    cursor: pointer;
    border-bottom: none;
    padding: 10px 15px;
}

.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.card-header {
    cursor: pointer;
    border-bottom: none;
}
.card {
    border: 1px solid #ddd;
}
.card-body {
    border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
