
/* user table */
input[type=text]:focus{
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.gc-main-content{
    background: #f0f0f1;
    width: 100%;
    max-width: 1280px;
    margin: auto
}
.gc-user-styles th:first-child,
.gc-user-styles td:first-child {
    width: 53px;
    min-width: 57px;
    max-width: 57px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;  
    text-overflow: ellipsis;
  
}
.gc-user-styles  td:nth-child(11){
/* width: 190px;
max-width: 190px; */
font-size: 12px;
}
.gc-user-styles .gc-active-class{
    background: rgba(242, 244, 247, 1);
    padding: 5px 8px;
    color: rgba(54, 66, 84, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 140px;
    max-width: 190px;
}
.gc-active-class span{
    
    color: rgba(54, 66, 84, 1);
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.gc-user-styles .gc-active-class i{
    padding: 2px 0px 0px 0px;
 font-size: 6px;
}

.gc-user-styles .gc-active-green{
    background: rgba(236, 253, 243, 1);
    padding: 5px 8px;
    color: rgba(3, 120, 71, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 53px;
    max-width: 190px;
    font-weight: 600;
}
.gc-active-green span{
    
    color: rgba(3, 120, 71, 1);
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.gc-user-styles .gc-active-green i{
    padding: 2px 0px 0px 0px;
 font-size: 6px;
}
.gc-user-styles th{
    width: 91px !important;
}
.gc-filterdiv{
    width: 268px;
    padding: 20px 24px 19px 24px;
    border: 1px solid rgba(102, 112, 133, 1);
    border-radius: 8px;
    opacity: 0px;
    position: absolute;
    /* top: 100%; */
    z-index: 1;
    background: #fff;
    transform: translate(0, 66%);
}
.gc-filtergroup{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gc-filtergroup select{
    padding: 10px 16px 10px 16px;
    color: rgba(52, 64, 84, 1);
    border: 1px solid rgba(52, 64, 84, 1);
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-family: Segoe UI;
    position: relative;
    width: 100%;
}
.gc-groupusers,.gc-singlepusers,.gc-clock{
    position: relative;
    width: 100%;
}
.gc-groupusers i{
    position: absolute;
    left: 30%;
    top: 34%;
    z-index: 1;
    color: rgba(52, 64, 84, 1);
    font-size: 16px !important;
}
.gc-singlepusers i{
    position: absolute;
    left: 19%;
    top: 34%;
    z-index: 1;
    color: rgba(52, 64, 84, 1);
    font-size: 16px !important;
}
.gc-clock i{
    position: absolute;
    left: 17%;
    top: 34%;
    z-index: 1;
    color: rgba(52, 64, 84, 1);
    font-size: 16px !important;
}
.gc-filtergroup button{
    padding: 10px 16px 10px 16px;
    color: #fff;
    border: 1px solid rgba(0, 87, 124, 1);
    border-radius: 8px;
    text-align: center;
    background-color: rgba(0, 87, 124, 1);
    font-weight: 500;
    font-family: Segoe UI;
    cursor: pointer;
}
.gc-filterdiv {
    display: none; /* Hide the filter div by default */
  }
  
  .gc-filterdiv.show {
    display: block; /* Show the filter div when the 'show' class is added */
  }
#courseTable_wrapper .dt-paging, #gc-userTable_wrapper .dt-paging{
    text-align: center;
    padding: 10px 0px;
}
#courseTable_wrapper .dt-info ,#gc-userTable_wrapper .dt-info{
    padding: 10px 0px;
}