.image {
    position: relative;
}

.image .image_caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.user-upl-stage {
    position: relative;
}

.category_select, .language_select {
    width: 50%;
}

.custbtn {
    pointer-events: none;
    cursor: no-drop;
}

.loadernew {
    position: absolute;
    width: 100%;
    z-index: 2002;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    top: 0;
    transform: translate(0%, 0%);
    bottom: 0;
}

.span2 {
    height: 35px;
    padding-left: 10px;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 35px!important;
    padding-left: 2px;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
    font-size: 12px;
}

.react-datepicker__month-container {
    float: left;
    padding: 3px;
}

.react-datepicker-popper {
    z-index: 999999!important;
}

.react-datepicker__navigation--previous {
    left: 5px!important;
    border-right-color: #ccc!important;
}

.react-datepicker__navigation--next {
    right: 5px!important;
    border-left-color: #ccc !important;
}

.loaderimg {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* ----SAMIKSHA------------------------ */

.page-item .page_active {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.table-fixed thead {
    width: 100%;
    background-color: #d2d2d4 !important;
}

.table-fixed tbody {
    height: 600px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

.table-fixed tbody td, .table-fixed thead>tr>th {
    /* float: left; */
    display: inline-block;
    border-bottom-width: 0;
}

.smprk_table_break_word {
    word-break: break-word;
    text-transform: lowercase;
}

.btn .btn-info .btn-circle {
    height: 50px;
    width: 50px;
}

.multi_select {
    height: 35px;
    width: 35px;
}
.form_right{
    text-align: right;
    
    position: relative;
    top: -22px;
    z-index: 3;
}
.media-body  a{
    position: relative;
    z-index: 9;
    margin-top: 5px;
    top: 5px;
}
.form_right button{
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    margin-left: 10px;
}
.form_right input{
    margin-left: 5px;
}

.user_image_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user_image_list ul li {
    margin: 0;
    padding: 5px 5px 0px 0px;
    width: 48%;
    flex: auto;
}
.user_image_list ul li a img {
    width: 100%;
    border-radius: 10px;
    height: 150px;
}