.rr-custom-btn-2 {
    padding-right: 0px;
    /* margin-left: 13px; */
    margin: 3px;
    padding-left: 0px;
    width: 108px;
}

.rr-custom-btn-1 {
    padding: 5px;
    margin: 0px;
}

.r-td-width {
    width: 130px;
}

.r-th-width {
    width: 180px;
}

.r-drop-down {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.r-contact-div {
    margin: 10px;
    border: solid 2px;
    background-color: #f8f9fc;
}

.circle2 {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    margin-top: 22px;
    background-color: #fff;
    position: relative;
    margin-left: 18px;
}

.u-pro-imgbox {
    position: absolute !important;
    right: 27%;
    top: 28%;
    display: none;
}

.pic-box {
    position: relative;
    color: #1565C0;
    width: 31px;
    float: right;
    display: inline-block;
    padding: 0;
    padding-right: 10px;
    font-size: 20px;
}

.photo-ubtn {
    cursor: pointer;
}

.pic-box input {
    display: none;
}

.circle2 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
    margin-top: -1px;
    margin-left: -1px;
}

.dataTables_filter {
    float: right;
}

.dataTables_scrollHead table {
    margin-bottom: 0;
}


/* width */

.chat_box .panel-body::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.chat_box .panel-body::-webkit-scrollbar-track {
    background: #c7c7c7;
}


/* Handle */

.chat_box .panel-body::-webkit-scrollbar-thumb {
    background: #000;
}


/* Handle on hover */

.chat_box .panel-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-paginataion nav>.flex {
    display: none;
}

.hidden>div:last-child span svg {
    width: 30px;
}

.hidden>div:last-child>span {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.table-responsive-2 {
    overflow-x: auto;
}

.customm-width-td {
    white-space: nowrap;
}

.td-custom-width {
    white-space: nowrap
}

.tbl-over-flow {
    overflow-x: auto;
}

.custom_table_scrl table {
    min-width: 1800px !important;
}

.sidebar_outer {
    position: relative;
    width: 14rem;
    z-index: 2;
}

.sidebar_outer ul {
    position: fixed;
    left: 0;
    top: 0
}

@media only screen and (max-width:767px) {
    .custom_table_scrl table {
        min-width: 1500px !important;
    }
    .sidebar_outer {
        width: auto;
    }
    .sidebar_outer ul {
        top: 70px;
    }
    .fixed_Innersidebar .sidebar_outer ul {
        top: 0;
    }
}