.ve-dashboard-wrapper {
    display: flex;
    min-height: 600px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f7f7;
}

.ve-dashboard-sidebar {
    width: 240px !important;
    background: #0D3B5D;
    color: #fff;
    padding: 40px 0px !important;
    border-radius: 0px 40px 0px 0px !important;
}
.ve-dashboard-content {
    background-color: #ffffff;
}
 .container.main-content .ve-dashboard-wrapper{
    margin-top: 5%;
    margin-bottom: 5%;
}
 
.ve-dashboard-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ve-dashboard-sidebar li {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.ve-dashboard-sidebar li:hover,
.ve-dashboard-sidebar li.active {
    background: #B79367;
}

.ve-dashboard-content {
    flex: 1;
    padding: 20px;
    background: #f7f7f7;
}

.ve-tab {
    display: none;
}

.ve-tab.active {
    display: block;
}
.ve-dashboard-sidebar ul li {
    list-style: none;
}
.ve-dashboard-wrapper .ve-dashboard-content .ve-tab form button.form-assign-btn {
    padding: 10px 35px !important;
    border-radius: 40px !important;
    font-weight: 100;
    margin-bottom: 10px;
}


.col.span_6 select {
    background-color: #ffffff00;
    border-bottom: 1px solid #00000038;
}

img.main-logo-dashboard {
    width: 80%;
    margin-bottom: 40px;
}
.row.form-sellection-section .col.span_6 {
    background-color: white;
    margin-top: 10px;
    padding: 25px 20px;
    filter: drop-shadow(1px 2px 3px #ccc);
}



.row.form-sellection-section label {
    color: #000000;
}

h3.main-title {
    color: #000;
}
table.assignment-form-table thead tr th {
    background-color: #B79367;
    color: #fff;
}
table.assignment-form-table tr td, table.assignment-form-table tr th {
    border: none !important;
}
.ve-dashboard-header h5 {
    font-weight: bold;
}
body .ve-dashboard-wrapper .ve-dashboard-content .ve-dashboard-header input.dashboard-logout-btn {
    margin-left: 25px;
    margin-top: -10px;
    padding: 10px 35px !important;
    border-radius: 40px !important;
    font-weight: 100;

}


/* .ve-chat-wrapper {
    height: 310px;
    overflow: auto;
    background-color: #b79367;
    padding: 3% 4% 2% 4%;
} */



































.ve-message-box {
    max-width: 700px;
    margin: auto;
    background: #fefefe;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.ve-messages-header {
    background: #2d89ef;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.ve-messages {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.ve-message {
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 6px;
    background: #f1f1f1;
    font-size: 14px;
}

.ve-message.self {
    background: #d6ebff;
    text-align: right;
}

.ve-message-time {
    font-size: 12px;
    color: #888;
}

.msg-count-badge {
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 10px;
    position: relative;
    top: -10px;
    margin-left: 5px;
}


.msg-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
}
.ve-message-item {
    padding: 8px;
    margin-bottom: 10px;
    background-color: #0d3b5d;
    border-radius: 6px;
    color: white;
}
.ve-message-item small {
    display: block;
    color: #b79367;
    font-size: 11px;
    margin-top: 4px;
}
body button.ve-chat-send {
    margin-top: 10px;
    padding: 12px 40px !important;
    border-radius: 40px !important;
    font-weight: 100;
    background-color: #b79367;
    border: #b79367;
    color: #fff;
    font-size: 17px;
}


textarea.ve-chat-input::placeholder {
    color: white;
}

textarea.ve-chat-input {
    background-color: #0d3b5de0;
}

button.ve-chat-send {
    background-color: #b79367 !important;
}

.ve-chat-messages {
    height: 246px;
    overflow: auto;
    margin-bottom: 10px;
}


