/* custom css bootstrap */
.table {
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
 }
 .table tr th {
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
 }
select:focus {
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
    border-color: #40a9ff;
    cursor: pointer;
}
input:focus {
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.search input {
    color: rgba(0, 0, 0, 0.85) !important;
    height: 32px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight:500;
}
    .search input::placeholder {
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.65) !important;
        font-weight: 400;
    }

select {
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: 16px !important;
    height: 32px !important;
    padding: 0.175rem 2.4rem 0.375rem 0.75rem !important;
    border-radius: 4px !important;
}

.search .btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
}

.search .btn {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.015);
    cursor: pointer;
    height: 32px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border-color: #d9d9d9 !important;
}
.search.btn,
.btn:active,
.btn:focus {
    outline: 0;
}
.search .input-group label {
    font-size: 16px !important;
}

/* gridview */
 .table__user {
    min-height: 73vh;
    max-height: 73vh;
    margin-bottom: 0 !important;
 }
 .table__user tbody tr{
     height:65px;
 }
 .search__input{
    width: 150px !important;
 }
