.text-themecolor {
    color: #6a009e !important;
}

.bg-themecolor {
    background-color: #6a009e !important;
}



/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
    background: #6a009e;
    color: #ffffff;
    border: 1px solid #6a009e;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #6a009e;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #6a009e;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
    color: #ffffff;
}



.brand-link{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

td,th {
    padding: 7px!important;
}

#toast-container > div {
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.toast {
    opacity: 1 !important;
    background-color: rgba(255,255,255);
}

.toast.bg-danger{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    background-color: #dc3545 !important;
}

.toast.bg-info{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #17a2b8 !important;
}
.toast.bg-warning{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #ffc107 !important;
}
.toast.bg-success{
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background-color: #28a745 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

.dataTables_info{
    color:#c0c0c0 !important;
}

.nav-subtitle{
    line-height: 1;
}

.buttons-html5{
    padding: 3px 12px 3px 12px !important;
    margin-left: 10px;
    margin-top: 10px;
}
.dataTables_filter{
    margin-right: 10px;
    margin-top: 10px;
}

.direct-chat-text{
    width: max-content;
    max-width: 90%;
    margin-right: 5px !important;;
    margin-left: 5px !important;
}

.direct-chat-messages {
    height: auto !important;
    min-height: 450px;
}

.widget-user-image{
    width: 120px !important;
}

.widget-user-2 .widget-user-image>img {
    float: left;
    height: auto;
    width: auto !important;
    max-width: 100px !important;
    max-height: 80px !important;
    margin-right: 10px;
}

.img-company{
    float: left;
    height: auto;
    width: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    vert-align: middle;
}

.company-container {
    display: flex;
    align-items: center; /* Alinha verticalmente ao centro */
}

.company-container img {
    vertical-align: middle; /* Alinha verticalmente ao meio */
    margin-right: 20px; /* Espaço opcional entre a imagem e o texto */
}

.company-container span {
    vertical-align: middle; /* Alinha verticalmente ao meio */
    width: 100% !important;
}

.account-container {
    display: flex;
    align-items: center; /* Alinha verticalmente ao centro */
    padding: 10px !important;
    height: 120px !important;
}

.img-account{
    float: left;
    height: auto;
    width: auto !important;
    max-width: 100px !important;
    max-height: 80px !important;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    vert-align: middle;
}

.account-container img, .account-container span {
    vertical-align: middle; /* Alinha verticalmente ao meio */
    margin-right: 10px; /* Espaço opcional entre a imagem e o texto */
}

.image-container {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

.account-container span {
    width: 100% !important;
}

.lowercase-input {
    text-transform: lowercase;
}

.text-muted{
    color:#b0b0b0 !important;
}

.section {
    padding-top: 10px !important;
}

.radius-10{
    border-radius: 10px;
}

.select2-container .select2-selection--single{
    height: 41px !important;
}
