body .modal:nth-of-type(2) {
    z-index: 1052 !important;
}  
.modal-backdrop:nth-of-type(1) {
    z-index: 1051 !important;
} 

.modalIndex {
    z-index: 1051 !important;
}

.modal_user-note .modal-body{
    overflow: auto;
    max-height: 600px;
}
.modal_user-note .modal-body::-webkit-scrollbar{
    display: none;
}

.modal_user-note .modal-header {
    color: black;
    display: flex;
    align-items: center;
}

.modal_user-note .modal-header button {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.modal_user-note .modal-header button span {
    color: black;
}


.modal_user-note th, tr, td{
    color: black;
}

.modal_user-note .thead-dark th, tr, td{
    color: white !important;
    font-weight: 400;
}

.modal_user-note .modal-dialog {
    max-width: 65%;
}


.modal_user-note .col-note {
    width: 600px;
}

.col-day {
    min-width: 120px;
    max-width: 120px;

}

.modal_user-note .edit-note-btn {
    border: none;
}


.modalNote_userName {
    text-decoration: none;
    color: white !important;
}

.modalNote_userName:hover {
    text-decoration: underline;
}


/* EDIT NOTE */
.modal-editNote .modal-dialog {
    max-width: 600px;
}

.modal-editNote .modal-content {
    height: 400px;
}
    .modal-editNote  .modal-content .container {
        width: 100%;
        height: 100%;
    }
    .modal-editNote  .modal-content .container textarea {
        width: 100%;
        height: 100%;
        resize: none;
        border: 1px solid #ccc;
    }

.modal-editNote .modal-header, .modal-body{
    color: black;
    border: none;
}

.modal-editNote .modal-header {
    display: flex;
    align-items: center;
}

.modal-editNote .modal-header button {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}




/* TABLE CONTAINER */ 
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.table-container .table-listNote {
    height: 500px;
    position: relative;
    display: block; 
    width: fit-content;
    max-width: 1200px;
    overflow: auto;
    border: 1px solid #fff;
}

.table-listNote thead {
    position: sticky;
    top: 0;
    z-index: 1000;
}


    .table-listNote .fixed-col {
        /* width: 150px; */
        position:sticky;
        left:0px;
        background-color:#424242;
    }


/* UPDATE BTN */
.update-analysis {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.update-analysis-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .update-analysis-wrap button:hover ~ .updateAnalysis-title {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .update-analysis-wrap .updateAnalysis-btn {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    width: 88px;
  }

.updateAnalysis-title {
    width: fit-content;
    position: absolute;
    top: 110%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 50%);
  
    background-color: #ccc;
    color: #111;
  
    padding: 3px 12px;
    border-radius: 5px;
    z-index: 100;
    transition: 0.5s;
    white-space: nowrap;
}

/* ALERT  */
.alert-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
