.login-bg {
    background-color: aqua;
    background-image: url('/backend/images/login-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.clear-box {
    clear: both;
}

.chat-box-area {
    padding: 20px 20px;
    background: #3C4B64;
    z-index: 1;
    height: 600px;
    overflow-y: scroll;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.media-send {
    padding: 8px;
    float: right;
    color: lightgreen;
}

.message-send {
    display: inline-block;
}

.message-image-send {
    display: inline-block;
    margin-left: 20px;
}

.message-image-send img{
    float: right;
}

.media-received {
    padding: 8px;
    float: left;
    color: lightblue;
}

.message-received {
    display: inline-block;
}

.message-image-received {
    display: inline-block;
    margin-right: 20px;
}

.message-image-received img{
    float: left;
}

.message-date{
    font-size: 12px;
    color: #bababa;
}

@media only screen and (max-width: 767px) {
    .chat-box-area {
        height: calc(100vh - 380px);
    }
}

.countdown {
    text-align: center;
    padding: 0;
}

.countdown li {
    color: #313131;
    list-style: none;
    display: inline-block;
    margin: -8px 15px 0px;
}

.countdown span {
    font-size: 22px;
}

.countdown h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0;
}

.link-card {
    text-decoration: none;
}

.rank-diplay {
    background-color: #3C4B64;
    font-weight: bold;
    color: #a78bfa;
}

.luckydraw-display {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    max-width: 620px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.luckydraw-display .card-body {
    background-color: rgba(0, 0, 0, 0.7);
    color: #a78bfa;
}

.winner-table th, .winner-table td{
    padding: 6px 12px;
    font-size: 17px;
}

.admin-table-custom td {
    font-size: 14px;
}

.admin-table-custom .btn.btn-sm {
    font-size: 13px;
    padding: 3px 6px !important;
    margin-right: 6px;
}



.sidebar ul li a svg,
.sidebar ul li a span i {
    color: #a78bfa !important;
}

.sidebar ul li a {
    color: #a78bfa !important;
}

.header {
    background: #3C4B64;
    color: #a78bfa;
}

.header svg {
    color: #a78bfa !important;
}

.breadcrumb-item {
    color: #a78bfa;
}

.breadcrumb-item.active {
    color: #a78bfa;
}

.breadcrumb-item.active::before {
    color: #a78bfa;
}


#messageBoard .modal-dialog {
    max-width: 800px;
    width: 100%;
}

#messageBoard .modal-header {
    background-color: #3C4B64;
}

#messageBoard .modal-body {
    padding: 0;
    background-color: #3C4B64;
}

marquee {
    color: #a78bfa;
}
