.color-scheme-block{
    height: 30px;
    width: 100%;
}
#action-box {
    padding: 30px;
    border: 1px solid #aca2a2;
    border-radius: 23px;
}
#action-box label{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}
.color-map-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .color-map-label input[type="radio"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .color-map-label{
      position: relative;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .color-map-label:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .color-map-label input:checked ~ .checkmark {
    background-color: #2196F3;
  }
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
    .color-map-label input:checked ~ .checkmark:after {
    display: block;
  }
  .color-map-label .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  #file-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    width: 100%;
}
