.bi {
    line-height: 1;
}

.icon {
    background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
    cursor: pointer;
    border-radius: 30% !important;
}

.icon .mud-icon-root {
    color: white !important;
}

.icon.blink-alert {
    background: linear-gradient(145deg, #ff9800 0%, #f44336 80%) !important;
}

.align-right input {
    text-align: right;
}

.file-name {
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.text-center {
    text-align: center;
}

.alignRight {
    text-align: right !important;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

.font-bold {
    font-weight: 500;
}

.logo-nomeimagedopologin {
    background-color: transparent;
    border-radius: 4px; /* optional, looks cleaner */
    padding: 4px; /* optional */
}


.theme-light {
    background-image: linear-gradient(#ededed, #DCDDD8 50%,#bcbdb9);
    background-color: rgba(0, 0, 0, 0.03);
    color: black;
}

.visible-hr {
    margin-top: 0px !important;
    border: 0 !important;
    height: 0 !important;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3) !important;
}


.truncate-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}