/* Main Content */
.main-content {
    margin-left: 0; 
    padding: 20px;
    transition: margin-left 0.3s ease;
    overflow-x: auto;
}

.main-content.small {
    margin-left: 0px;
}

.search-filter .dropdown-menu {
    width: 812px; 
    padding: 10px;
}


.search-filter .dropdown-header {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.search-filter .dropdown-body {
    margin-bottom: 10px;
}
.search-filter .dropdown-body form{
    padding: 20px;
}

.search-filter .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #333333;
    text-decoration: none;
}

.search-filter .dropdown-item img {
    width: 24px; 
    margin-right: 10px;
}

/* Style for dropdown  */
.search-filter .dropdown-footer {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.search-filter .dropdown-footer button {
    margin-left: 10px;
}


/* //inputs */

.new-comment select.Service{
    padding-left: 66px;
}

#tableBody #Service span{
    padding: 0px;
}

#tableBody #Service span{
    background-color: rgba(65, 132, 247, 0.1);
    color: #3D8CEF;
    border-radius: 600px;
    padding: 8px;
}

table tr:hover td {
    background-color: #fdfdfd;
}

.dropleft .dropdown-menu {
    left: 0% !important; 
    right: auto !important; 
}
.dropdown-menu {
    transform: translateX(-100%) !important;
}



.main-header > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#status{
    font-weight: bold;
}

.red{
    color: #FF0008;
}
.green{
    color: #008000;
}
.grey{
    color: #808080;
}
.blue{
    color: #0000FF;
}


.btn-primary{
    background-color: #0b5dd7d4;
    color: #fff;
}