.dt-paging nav{
    display: flex;
    justify-content: flex-end;
    margin-right:30px;
    margin-bottom:20px;
}
.dt-paging-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8392AB;
    padding: 0;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    margin-left: 0;
    background-color: white;
    letter-spacing: -0.025rem;
    font-weight:bold;
}
    .dt-paging-button:hover {
        background: #e9ecef;
    }
    .dt-paging-button.first {
        display: none;
    }
    .dt-paging-button.last{
        display:none;
    }
    .dt-paging-button.current {
        background: transparent;
        background-image: linear-gradient(310deg, #1EAAE5 0%, #004990 100%);
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
        color: #fff;
        border: none;
        border-radius: 50% !important;
    }
.activate {
    background-color: rgba(138, 205, 72, 1);
    background-image: none;
    width: 120px;
    color:white;
}
    .activate:hover {
        background-color: rgba(138, 205, 72, 1);
        color:white;
    }
.deactivate:hover {
    background-color: rgba(205, 72, 72, 1);
    color:white;
}
.deactivate {
    background-color: rgba(205, 72, 72, 1);
    background-image: none;
    width: 120px;
    color: white;
}
.yesBtn {
    color: white;
    border-radius: 5px;
    background-color: rgba(109, 153, 82, 1);
    width: 78px;
    height: 33px;
    margin-right: 10px;
    border: none;
}

.noBtn {
    color: white;
    border-radius: 5px;
    background-color: rgba(163, 158, 158, 1);
    width: 78px;
    height: 33px;
    border: none;
}
.hide{
    display:none;
}
.m-error{
    font-size:small;
}
/*.dt-layout-row {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right:20px
}
.dt-layout-row.dt-layout-table{
    display:block;
}*/
.dt-info {
    color: #8392AB !important;
    font-size: 0.875rem !important;
    margin-left: 25px;
}
#userTable tbody{
    color:#67748E;
    font-size:14px;
    font-weight:600 !important;
}
#userTable thead th {
    font-size: 11px !important;
    font-weight: bolder !important;
    text-align: left;
}
.toggle-password {
    position: absolute;
    right: 23px;
    top: 63%;
    font-size: 16px;
    cursor: pointer;
    color: rgba(129, 116, 116, 1);
    background: none;
    border: none;
}
.newPassword ,.changePassword{
    position:relative;
}
