.title_home{
    text-align: center;
    padding: 20px 0;
    color: red;
}
.mt60{
    margin-top: 60px;

}
.text_center{
    text-align: center;

}
.bg-darkgray{
    background-color: darkgray;
}
.text-bold td{
    font-weight: bold;
}
.blog_user-dx{
    display: flex;
}
.blog_log{
    padding: 0 20px;
}
.blog_user-dxp1{
    margin: 0;
    padding-right: 10px;
}
.blog_user-dxp2{
    margin: 0;

}
.list-group{

}
.wrap-home{
    padding: 0 20px;
}
.slect_group{
    width: 100%;
    height: 30px;
    text-align: center;
}
.form-contact{
    background-color: #AEA2C5;
    padding: 20px 10px;
}
.btn_addEmployee{
    display: flex;
    justify-content: center;
}
.btnnn{
    width: 150px;
}
.wrap__search{
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(to right, #FF97BC, #5873FE);
    height: 100vh;
}
.tr_position{
    position: sticky
}
.wrap__search-detail{

}
.kcc{
    margin-bottom: 15px;
}

#slideshow {
    overflow: hidden;
    height: 400px;
    margin: 0 auto;
  }
  
.slide-wrapper {
    -webkit-animation: slide 14s ease infinite;
}
  
  .slide {
    float: left;
    height: 510px;
    width: 728px;
  }
  
  
  @-webkit-keyframes slide {
    20% {margin-left: 0px;}
    30% {margin-left: -728px;}
    50% {margin-left: -728px;}
    60% {margin-left: -1456px;}
    80% {margin-left: -1456px;}
  }
.cell{
    display: inline-flex;
    flex-direction: column;
    border: 2px solid transparent;
    justify-content: space-between;
}
.cell.active{
    border-color: yellow;
    border-radius: 5px;
}

.bg-white-flex{
    display: flex;
}
.input_text{
    width: 95%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
}
.td_input_bottom{
    padding: 12px 2px !important;
}
.table td{
    border: none !important;
    text-align: center;
}

/* .with_croll{
    max-width: 100%;
    overflow-x: scroll;
    
} */
.td_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.delete_icon{
    color: red;
    margin-right: 10px;
}
.checkbox_icon{
    width: 16px;
    height: 16px;
    background-color: #2d7c7e !important;
}
.btn_option{
    display: block;
}
.wrap_blocks{
    margin: 0 !important;
}
.btn-xanh{
    background-color: #ecf4f6;
    color: #2d7c7e ;
    font-weight: 600 !important;
    font-size: 14px !important;
    min-width: 100px;
    margin-bottom: 10px;
    border-radius: 30px !important;
    
}
.btn-xanh:hover{
    border: 1px solid #2d7c7e;
}
.btn_all{
    display: flex;
    justify-content: center;
}
.btn_bottom{
    margin-right: 8px;
}
.data_center{
    display: flex
}
.col-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
#project-select{
    border: 1px solid #8d8b8b;
    width: 200px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
}
#user-select{
    border: 1px solid #8d8b8b;
    width: 200px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
}
.project_id_input{
    border-radius: 8px;
    margin-top: 10px;
    width: 100px;
    color: #000;
    border: 1px solid #838181;
}
.id_label{
    font-size: 11px;
    padding: 0;
    margin-top: -20px;
}
.verified_text{
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.checkbox_icon-pj{
    margin: 0 4px;
}

.verified_text-label{
    font-size: 13px;
    margin-left: 14px;
    font-weight: 600;
}

/* thanh tiến trình */
.progress-bars {
    width: 350px; /* Độ rộng của thanh tiến trình */
    height: 20px; /* Chiều cao của thanh tiến trình */
    border: 1px solid #f3f1f1; /* Viền của thanh tiến trình */
    position: relative; /* Để có thể căn chỉnh phần tử con */
    border-radius: 10px;
    background-color: #d6d2d2;
  }
  
  .progress {
    height: 100%;
    border-radius: 10px;
    background-color: #3daa41 !important; /* Màu của thanh tiến trình */
  }
  
  .progress-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

.truncate {
    background-color: #FF97BC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    width: 250px;
}

.btn_pagination{
    color: #2d7c7e;
    background-color: #fff;
    padding: 2px 4px;
    margin-right: 4px;
}
.btn_pagination:hover{
    text-decoration: none;
    background-color: #d8d6d6;
}

.btn_pagination-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btn_pagination-right{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.current{
    color: #000;
}




/* hii slider*/


/* #formList{
    width:1200px;
    max-width: 100%;
    overflow: auto;
    margin:100px auto 50px;
    scroll-behavior: smooth;
    scroll-snap-type: both;
} */
/* #formList::-webkit-scrollbar{
    display: none;
} */
#table-container {
    width: 100%; 
    overflow-x: auto; 
  }
#ocr-table{
    width: 100%;
}
  
  
@media screen and (max-width: 1024px){
    .item{
        width: calc(33.3vw - 20px);
    }
    .direction{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .item{
        width: calc(50vw - 20px);
    }
    .direction{
        display: none;
    }
}

.td_color{
    color: #5873FE;
}

input[type="checkbox"]:checked {
    background: blue;
    color: white;
}

/* bottom */
.row_bottom-left{
    text-align: center;
    
}
.data_bottom-left{
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}
.input_data-bottom{
    margin-left: 3px;
}
.row_bottom-right{
    text-align: center;
}
.textarea_label{
    border: 1px solid #1a7677;
    border-radius: 3px;
    padding: 2px;
}
.textarea_label:focus{
    border: 1px solid #1a7677;

}
.row_bg{
    background-color: #fff;
}
.deleteLabel{
    border: none;
    background: none;
    padding: 0;
}
.text_label{
    font-size: 16px;
}
.predict_score-text{
    margin-top: -24px;
    font-size: 12px;
}



.hr_color{
    background-color: #747373;
}

.number_choice{
    width: 120px;
    margin-right: 15px;
    border: 1px solid blue;
    border-radius: 3px;
    padding-left: 10px;
    color: blue;
}

.inner-blocks{
    position: absolute;
    right: 0;
}
.btn_action-pj{
    display: flex;
    justify-content: space-evenly;
    margin-top: 4px;
}
.fixed-row {
    position: sticky;
    bottom: 0;
    background-color: #cfcece !important; /* Điều chỉnh màu nền tùy ý */
}
.sorting_1{
    height: 49px;
}

.indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: green;
    margin-left: 5px;
}
.select_users{
    margin-top: 8px;
}
.image-container{
    position: relative;
    display: inline-block;
}
.image-task{
    transition: transform 0.3s ease;
    cursor: pointer;
}

.image-task:hover{
    transform: scale(1.2);
}
.btn-userid{
    border: none;
    background: none;
    color: #5873FE;
}
.btn-userid:hover{
    background-color: none;
    color: blue;
}

.red {
    color: red;
  }
  
  .yellow {
    color: orange;
  }
  
  .green {
    color: green;
  }
 

  .sl-task{
    font-size: 12px;
    font-weight: bold;
  }
  
  .progress-wrapper {
    width: 180px; /* Thay đổi chiều rộng */
    height: 19px; /* Thay đổi chiều cao */
    margin: 15px auto 10px auto;
    position: relative;
  }
  
  .progress-bar {
    width: 100%;
    height: 100%;
    background-color: #d6d2d2;

    border-radius: 5px;
    display: flex; /* Hiển thị dữ liệu theo chiều ngang */
  }
  
  .progress-bar-fill {
    height: 100%;
    background-color: #4caf50;
    border-radius: 3px;
    transition: width 0.5s ease; /* Chuyển từ chiều cao sang chiều ngang */
  }
  
  .progress-percent {
    position: absolute;
    top: 50%; /* Điều chỉnh vị trí dọc */
    right: 0; /* Điều chỉnh vị trí ngang */
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 12px;
  }
.flex-data-center{
    text-align: center !important;
}  
.flex-data{
    display: flex;
    width: 100%;
    justify-content: center;
}

#table_dashboard tr:hover,
#table_project tr:hover{
    background-color: #e8f3f7;
}

.text-centerdb{
    text-align: center;
    font-weight: bold;
}



.dt-scroll-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}



.dt-scroll-body::-webkit-scrollbar-thumb {
    background: rgb(185, 184, 184); 
}

.dt-scroll-body::-webkit-scrollbar-thumb:hover {
    background: rgb(156, 156, 156); 
}

.btn_tts{
    margin-right: 3px;
}
.btn-verify-disabled:disabled{
    opacity: 1;
    cursor: not-allowed;
}
.progress-bar-task-weeks{
    background-color: #FFC107 !important;
}
.peoplereviews{
    font-weight: bold;
}

.title-header{
    font-size: 16px;
    border-left: 3px solid#007bff;
    border-radius: 4px;
    margin: 0;
    padding: 6px 6px;
    background-color: #fff;
}

.btn-tables{
    background-color: #a1f6a2;
    margin-top: 8px;
    font-size: 16px;
}
.btn-dongbo:hover{
    background-color: #f3cd64;
}
.btn-tables:hover{
    background-color: #a1f6a2;
}
.btn-dongbo{
    background-color: #f3cd64;
    margin-top: 8px;
    font-size: 16px;
}

#loading_spinner{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .btn-outline-secondary:hover {
    padding-left: 5px;}