.timeline-table-wrapper,
.alerts-table-wrapper {
    /* height: 100%; */

    /* td > div {
        display: flex;
        align-items: center;
        justify-content: center;
    } */



    /* header table  styles*/


    .alerts.search-results-table-header_alerts:before {
        top: 139px !important;
    }

    .search-results-table-header.search-results-table-header_timeline.timeline:before {
        top: 131px !important;
    }


    .search-results-table__flip-text {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        height: auto;
        text-align: left;
        padding-top: 10px;
        width: 100%;
    }

    .search-results-table__remove-border {
        border-right: none !important;

    }

    /* header table  finish*/

    .search-results-table__asset-name {
        white-space: nowrap;
        margin-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-results-table__asset-name_blur {
        filter: blur(7px);
        -webkit-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);

    }

    .search-results-table__asset-info {
        width: 100%;
    }

    .search-results-table__img-lock {
        display: block;
        margin: 0 0 0 auto;!important;
        width: 16px;
        height: 16px;
    }
}
@media not all and (min-resolution:.001dpcm) and (-webkit-min-device-pixel-ratio:0) {
    .search-results-table-header.search-results-table-header_alerts:before {
        top: 139px !important;
    }

    .search-results-table-header.search-results-table-header_timeline.timeline:before {
        top: 132px !important;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .search-results-table-header.search-results-table-header_alerts:before {
        top: 139px !important;
    }

    .search-results-table-header.search-results-table-header_timeline.timeline:before {
        top: 132px !important;
    }
}

.timeline-table-wrapper {
    /* header table  styles*/

    .search-results-table-header th {
        font-size: 14px;
        line-height: 21px;
    }

    .search-results-table-header tr:nth-child(2) th,
    .search-results-table-header tr:nth-child(3) th {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .search-results-table-header tr:nth-child(3) th {
        padding-top: 48px;
    }

}

.alerts-table-wrapper {
    /* header table  styles*/

    .search-results-table-header th {
        font-size: 14px;
        line-height: 21px;
    }

    .search-results-table-header tr:nth-child(2) th:not(:first-child),
    .search-results-table-header tr:nth-child(1) th:last-child,
    .search-results-table-header tr:nth-child(1) th:first-child {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        padding-bottom: 7px;
    }

    .search-results-table-header tr:nth-child(1) th:last-child {
        text-align: left;
    }

    .search-results-table-header tr:nth-child(2) th:not(:first-child) {
        text-align: center;
        vertical-align: bottom;
    }

    .search-results-table__btn-box,
    .search-results-table__control-radio-box,
    .search-results-table__select-btn-group {
        padding: 0 20px;
    }


    .search-results-table__control-radio-box {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .search-results-table__control-group {
        padding: 10px 0;
    }

    .search-results-table__control-group button {
        font-family: "Poppins", sans-serif;
    }


    .search-results-table__alerts-column {
        min-width: 198px;
        width: 198px;
        padding: 0;
    }


    .search-results-table__control-group-label {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-results-table__control-group-label:first-of-type {
        margin-right: 5px;
    }

    .search-results-table__default-btn {
        border: 1px solid #CFCFCF;
        border-radius: 6px;
        color: var(--text-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        background: transparent;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1px 5px;
        cursor: pointer;
        transition: .3s ease-in-out;
    }

    #btnAlert:not(.active):disabled {
        opacity: 0.5;
    }

    #btnAlert:disabled {
        pointer-events: none;
    }

    .search-results-table__default-btn:hover {
        border: 1px solid #02A1D3;
    }

    .search-results-table__select-btn-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        /* border-bottom: 1px solid var(--table-border-color); */
        padding-bottom: 8px;
        margin-top: 12px;
    }

    .search-results-table__select-btn {
        font-weight: 400;
        width: calc(100% / 2 - 5px);
    }

    /* custom radio styles start*/

    .search-results-table__custom-radio {
        display: none;
    }

    .search-results-table__radio-container {
        display: inline-block;
        position: relative;
        cursor: pointer;
        font-size: 16px;
        user-select: none;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid var(--radio-bullet);
        transition: 0.3s ease-in-out;
        margin-right: 5px;
    }

    .search-results-table__radio-container::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background-color: var(--radio-bullet);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease-in-out;
    }

    .search-results-table__custom-radio:checked + .search-results-table__radio-container::after {
        background-color: #02A1D3;
    }

    .search-results-table__custom-radio:checked + .search-results-table__radio-container {
        border: 1px solid #02A1D3;
    }

    /* custom radio styles finish*/


    /* header table  finish*/

    .search-results-table__label-checkbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* custom checkbox styles start*/

    .search-results-table__custom-checkbox {
        display: none;
    }

    .search-results-table__checkbox-container {
        display: inline-block;
        position: relative;
        cursor: pointer;
        top: 0;
        left: 0;
        height: 11px;
        width: 11px;
        border: 1.5px solid #CFCFCF;
        border-radius: 2px;
        user-select: none;
        transition: 0.3s ease-in-out;
    }

    .search-results-table__checkbox-container::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" fill="none"><path d="M1 3L2.33 4.33L5 1.67" stroke="%2302A1D3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
        background-size: contain;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease-in-out;
    }

    .search-results-table__custom-checkbox:checked + .search-results-table__checkbox-container::after {
        opacity: 1;
    }

    .search-results-table__custom-checkbox:checked + .search-results-table__checkbox-container {
        border: 1.5px solid #02A1D3;
    }

    /* custom checkbox styles finish*/


    .search-results-table__default-btn.active,
    .search-results-table__select-btn.active {
        background: #02A1D3;
        color: white;
    }

}


@media screen and (min-width: 1149px) {
    .timeline-table-wrapper {
        .search-results-table__asset-column {
            max-width: 345px;
            width: 345px;
        }
    }

    .alerts-table-wrapper {
        .search-results-table__asset-column {
            max-width: 390px;
            width: 390px;
        }
    }
}

@media screen and (max-width: 1150px) {
    .timeline-table-wrapper,
    .alerts-table-wrapper {
        .search-results-table__asset-name {
            margin-right: 5px;
        }

        .search-results-table__img-lock {
            width: 12px;
            height: 12px;
        }
    }
}


