#thumbnail-preview {
    width: 100%; 
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius:10px;
}
.view-toggle {
    background: linear-gradient(to right, #8e2de2, #4a00e0);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.view-toggle:hover {
    background: linear-gradient(to right, #7f00ff, #00c6ff);
    color:#fff;
}
.view-toggle:active {
    background: linear-gradient(to right, #7f00ff, #00c6ff);
    color:#fff!important;
}
.view-toggle:focus {
    background: linear-gradient(to right, #7f00ff, #00c6ff);
    color:#fff!important;
}
.custom-third i{
    color:#7f00ff;
}
body.dark-mode .custom-third i{
    color:#00c6ff;
}
.custom-third b{
    color:#333;
}
body.dark-mode .custom-third b{
    color:#fff;
}
.custom-third p{
    color:#333;
}
body.dark-mode .custom-third p{
    color:#fff;
}
.custom-third h4{
    color:#333;
}
body.dark-mode .custom-third h4{
    color:#fff;
}
.custom-quarter i{
    color:#7f00ff;
}
body.dark-mode .custom-quarter i{
    color:#00c6ff;
}
.custom-full i{
    color:#7f00ff;
}
body.dark-mode .custom-full i{
    color:#00c6ff;
}
.custom-full h2{
    color:#333;
}
body.dark-mode .custom-full h2{
    color:#fff;
}
.custom-full p{
    color:#333;
}
body.dark-mode .custom-full p{
    color:#fff;
}
.data-message{
    display: none;
    text-align: center;
    color: #333;
    margin-top: 20px;
}
body.dark-mode .data-message{
    color: #fff;
}
.data-message i{
    color: #7f00ff;
    margin-right:10px;
    font-size:18px;
}
body.dark-mode .data-message i{
    color: #00c6ff;
}