.xanh{
    background-color: rgb(228, 226, 252);
}
.do{
    background-color: rgb(195, 209, 247);
}

.center_evaluate{
    display: flex;
    align-items: center;
    justify-content: center;
}

.customs-file-upload {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
  }
  
.customs-file-upload img {
    width: 120px; 
    height: 120px;
    border: 1px solid #ccc;
    padding: 3px;
}
.title_evaluate{
    padding: 0 10px;
}

.icon-ev{
    font-size: 18px;
}

.choose_eva{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#upload-button{
    border: none;
    background-color: #fff;
}

.morris-hover {
    position:absolute;
    z-index:1000;
  }
  
  .morris-hover.morris-default-style {     
    border-radius:10px;
    padding:6px;
    color:#666;
    background:rgba(255, 255, 255, 0.8);
    border:solid 2px rgba(230, 230, 230, 0.8);
    font-family:sans-serif;
    font-size:12px;
    text-align:center;
  }
  
  .morris-hover.morris-default-style .morris-hover-row-label {
    font-weight:bold;
    margin:0.25em 0;
  }
  
  .morris-hover.morris-default-style .morris-hover-point {
    white-space:nowrap;
    margin:0.1em 0;
  }
  
  svg { width: 100%; }
  .charpie-statistical {
    position: relative;
    border-bottom: 1px solid #353434;
    border-left: 1px solid #353434;
  }
  
  .charpie-statistical::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    border-left: 1px solid #353434;
    border-bottom: 1px solid #353434;
    width: 10px; /* Chiều rộng của mũi tên */
    height: 10px; /* Chiều cao của mũi tên */
    transform: rotate(130deg); /* Xoay mũi tên */
  }
  
  .charpie-statistical::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    border-left: 1px solid #353434;
    border-bottom: 1px solid #353434;
    width: 10px; /* Chiều rộng của mũi tên */
    height: 10px; /* Chiều cao của mũi tên */
    transform: rotate(-135deg); /* Xoay mũi tên */
  }

  #corrects{
    display: flex; justify-content: center; color: green;
  }
  .col-right-scroll{
    height: 400;
    overflow-y: scroll;
  }