﻿


table.table.dataTable > tbody > tr.selected > *,
table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: none;
    background-color: #405189 !important;
}

.swal-text-left {
    text-align: left;
}

.swal-actions-right {
    display: flex !important; /* flex layout */
    justify-content: flex-end !important; /* ღილაკები მარჯვნივ */
}

.swal2-timer-progress-bar {
    background: linear-gradient(to right, #1e90ff, #00bfff) !important;
    height: 6px !important; /* default 2px, აქ ოდნავ სქელია */
    border-radius: 3px; /* მომრგვალებული კიდეები */
}




.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Full viewport height */
}

.member-id{
    display:none;
}

.dt-info {
    text-align: right;
    float: right;
}

.chat-conversation {
    height: calc(100vh - 600px);
}

@media (max-width: 991.98px) {
    .chat-conversation {
        height: 400px;
    }


/*    button.disabledsm, a.disabledsm {
        border: 1px solid #999999;
        background-color: dax`rkgrey;
        color: #fff;
        padding: 10px;
        cursor: not-allowed;
        pointer-events: none;
    }
*/

}


@media (max-width: 920px) {

    button.disabledsm, a.disabledsm {
        border: 1px solid #999999;
        background-color: darkgrey;
        color: #fff;
        padding: 10px;
        cursor: not-allowed;
        pointer-events: none;
    }
}


.text-right {
    text-align: end;
}

tr.jsgrid-highlight-row td.jsgrid-cell {
    background: #ff0000;
    border-color: #c4e2ff;
}

/*მსგავსი მიდგომა უკეთესია*/
/*d-md-block d-lg-none*/

/*დაიმალოს როცა პატარა ეკრანია*/
@media only screen and (max-width:768px) {
    .hideWhenShort {
        display: none;
    }

    .dt-buttons {
        display: none;
    }

}

/*დაიმალოს როცა დიდი ეკრანია*/
@media only screen and (min-width:768px) {
    .hideWhenWide {
        display: none;
    }
}