#sitename {
	font-size: 20px;
    font-weight: 600;
}

.custom-panel {
    border: 1px solid #3b1953;
    border-radius: 5px;
}

.custom-panel-heading {
    border-bottom: 1px solid #3b1953;
    background-color: #3b1953;

}

.custom-header {
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.custom-panel-body {
    text-align: center;
    font-size: 20px;
    color: #3b1953;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: none !important;
}

.crmEntityFormView, .entitylist {
    border: none !important;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none !important;
}


.dashboardTiles {
    display: flex;
    justify-content: center;
}

.dropdown-menu .divider {
    display: none;
}

/* Knowledge Articles Styling */
.kaContainer{
    min-height: 100vh;
    max-height: 100%;
    margin-top: 5vh;
}

/*Task Status Field Styling */
#crimson_taskoutcomeid_name{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}

/*Mobile styling for tables */
@media screen and (max-width: 767px){
    .table-responsive>.table>tbody>tr>td {
        white-space: pre-wrap;
    }
}