﻿@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

.message-board-box {
    padding: .5rem .5rem 0 .5rem;
    margin: 0px;
    height: 150px;
    overflow-y: hidden;
}
ul.message-board-indicators {
    top: 113px !important;
}
.message-board-item {
    word-break: break-word;
    text-align: center;
    height: 125px;
    overflow-y: auto;
}
    .message-board-item p:first-child {
        margin-bottom: .5rem;
    }
    .message-board-item p:not(:first-child) {
        line-height: 1.2;
        margin-bottom: .2rem;
    }
.message-board-indicator {
    background-color: #1e3a62 !important;
    border-radius: 50% !important;
    height: 10px !important;
    width: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.message-board-indicator.active {
    background-color: #1e3a62 !important;
}
.message-board-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231e3a62' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.message-board-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%231e3a62' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-inner {
    padding-left: 30px;
    padding-right: 50px;
}
/*.message-board-item::-webkit-scrollbar{
    display: none;
}
*/
/* Hide scrollbar for IE and Edge */
/*.message-board-item {
    -ms-overflow-style: none;
    scrollbar-width: none;
}*/

.carousel-controls{
    display: inline-block;
    margin-bottom: 10px !important;
}

.play-pause {
    display: inline-block;
    background-color: transparent;
    background-size: contain;
    border-color: black;
    color: black;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-bottom: 100px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 18;
    font-size: 20px;
}

@media (min-width: 768px) {
    .message-board-box {
        margin: 20px;
        height: 150px;
        overflow-y: hidden;
    }
}