.flag-list-inline {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 6;
    -webkit-column-gap: 6;
    column-gap: 6;
}

.flag-list-inline img {
    height: 1.3rem;
    width: auto;
}

.mps-konki-image {
    height: 1.5rem;
}

.nonClick {
    cursor: default;
}

.switchClick {
    cursor: pointer;
}

.switchClick:hover {
    background-color: rgb(0 0 0 / 6%);
}

#general_modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#general_modal.centermodal {
    /*align-content : center;*/
}

/* TEXT */
.color-red-text {
    color: #FF0000 !important;
}

.color-blue-text {
    color: #0000FF !important;
}

.color-green-text {
    color: #008000 !important;
}

.color-purple-text {
    color: #9C27B0 !important;
}

.color-orange-text {
    color: #DE9000 !important;
}

.color-white-text {
    color: #FFFFFF !important;
}

@keyframes loading-buttons {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dt-buttons.btn-group.flex-wrap.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.dt-buttons.btn-group.flex-wrap.disabled.loading {
    opacity: 1;
}

.dt-buttons.btn-group.flex-wrap.loading:before {
    content: '';
    position: absolute;
    background: #FFFFFFCC;
    width: 100%;
    z-index: 9;
    height: 100%;
}

.dt-buttons.btn-group.flex-wrap.loading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 5px solid grey;
    border-top-color: black;
    animation: loading-buttons 2s linear infinite;
    z-index: 99;
}

.traffic-lamb {
    border-radius: 3px;
    width: 100%;
    height: 22px;
    display: flex;
    padding: 1px;
    justify-content: space-between;
}

.traffic-lamb span {
    width: 100%;
    border-radius: 3px;
    height: 100%;
    color: #FFFAF0;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 5px #9E9E9E;
}

.traffic-lamb .flashing {
    background-color: #FF7400;
    animation-iteration-count: infinite;
    animation-name: flashingTool;
    animation-duration: 0.3s;
}

.traffic-lamb .red {

    background: #FF1D32;
}

.traffic-lamb .blue {
    background: #0980C5;
}

.traffic-lamb .green {
    background: #2DAF2D;
}

@keyframes flashingTool {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.50;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99;
    }
    to {
        opacity: 1;
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}

.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}

.input-group-text-info {
    font-size: 10px;
    position: absolute;
    margin-top: 22px;
}

.input-group-append .input-group-text {
    justify-content: center;
}

.input-group-append .input-group-text input.formSearch {
    margin-top: -5px;
}

.abc-analysis-dropdown .dropdown-menu {
    min-width: 17rem !important;
}

.abc-row-highlight {
    background-color: #ffeeba !important;
    border-radius: 4px;
    border-left: 4px solid #ffc107;
}

.claim-rate-dropdown, .abc-analysis-dropdown {
    margin-left: -9px;
    margin-top: -1px;
    margin-right: -8px;
}

.abc-analysis-dropdown .table thead > tr > th:first-of-type,
.abc-analysis-dropdown .table thead > tr > td:first-of-type,
.abc-analysis-dropdown .table tbody > tr > th:first-of-type,
.abc-analysis-dropdown .table tbody > tr > td:first-of-type,
.claim-rate-dropdown .table thead > tr > th:first-of-type,
.claim-rate-dropdown .table thead > tr > td:first-of-type,
.claim-rate-dropdown .table tbody > tr > th:first-of-type,
.claim-rate-dropdown .table tbody > tr > td:first-of-type {
    padding-left: 0.3rem !important;
}

.abc-analysis-dropdown .table thead > tr > th:last-of-type,
.abc-analysis-dropdown .table thead > tr > td:last-of-type,
.abc-analysis-dropdown .table tbody > tr > th:last-of-type,
.abc-analysis-dropdown .table tbody > tr > td:last-of-type,
.claim-rate-dropdown .table thead > tr > th:last-of-type,
.claim-rate-dropdown .table thead > tr > td:last-of-type,
.claim-rate-dropdown .table tbody > tr > th:last-of-type,
.claim-rate-dropdown .table tbody > tr > td:last-of-type {
    padding-right: 0.3rem !important;
}

.claim-rate-dropdown .dropdown-toggle, .abc-analysis-dropdown .dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.claim-rate-dropdown .dropdown-toggle:focus, .abc-analysis-dropdown .dropdown-toggle:focus {
    outline: none !important;
}

.claim-rate-dropdown .dropdown-menu, .abc-analysis-dropdown .dropdown-menu {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#globalLoadingSpinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.table-toolbar .dataTables_length {
    margin-right: .5rem !important;
}

.table-toolbar .dataTables_length label {
    margin-bottom: 0 !important;
}

.table-toolbar .select-all-btn {
    text-decoration: underline;
    font-weight: bold;
    margin-left: 0;
    padding-left: 0;
    line-height: 10px;
}

.table-toolbar .selectedCount {
    font-size: 0.85rem;
    color: #555;
}

.v-hidden {
    visibility: hidden !important;
}