﻿.transferList-ExcelButton {
    margin-bottom: 10px;
    border-radius: 7px;
    height: 40px;
    padding: 10px;
    width: 40px;
}

    .transferList-ExcelButton .transferList-iexcelbutton {
        font-size: 21px;
    }

.actions-button-cell,
.ag-cell-value {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.ag-row.ag-row-focus {
    z-index: 1;
}

.ag-paging-panel {
    margin: auto;
}

.sick-days-success {
    background-color: #7ec0ee !important;
}

.sick-days-primary {
    background-Color: #ffffff !important;
}

.sick-days-danger {
    background-Color: #ff5f42 !important;
}

.sick-days-warning {
    background-Color: #ff5f42 !important;
}

.sick-days-default {
    background-Color: #ffffff !important;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 42px;
}

.portlet .portlet-subtitle {
    padding-left: 10px;
}

.default-close-portlet .portlet-body-closed {
    display: none;
}

.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height:not(:last-child) {
    width: 150px;
    display: inline-block;
    max-width: 80%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-cell-focus {
    overflow: inherit !important;
}

.ps-0 {
    padding-left: 0;
}

.save-btn-end {
    text-align: end;
    padding-right: 70px;
}

.login .logo img {
    width: 125px!important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Arkaplan rengi ve opaklık ayarlayabilirsiniz */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Diğer elementlerin üzerinde olacak şekilde bir z-index değeri belirleyin */
}

.loader {
    margin: auto;
    border: 20px solid #EAF0F6;
    border-radius: 50%;
    border-top: 20px solid #2196f3;
    width: 150px;
    height: 150px;
    animation: spinner 4s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}