#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 1s 0.4s;
    color: white;
    font-size: 20px;
    text-align: center;
    display: none;
    z-index: 999999;
    height: 100%;
  }
  
  #overlay_img {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
  }
  
  @media (min-width: 1281px) {
    #step-id-label {
      margin-bottom: 0px;
      font-size: 25px;
    }
  }
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    #step-id-label {
      margin-bottom: 0px;
      font-size: 25px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #step-id-label {
      margin-bottom: 0px;
  
      font-size: 25px;
    }
  }
  
  @media (min-width: 481px) and (max-width: 767px) {
    #step-id-label {
      margin-bottom: 0;
      font-size: 25px;
    }
  }
  
  @media (max-width: 480px) {
    #step-id-label {
      margin-bottom: 0;
      font-size: 18px;
    }
  }
  
  #overlayPre {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 1039;
    opacity: 0;
    transition: opacity 0.05s linear;
    display: none;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-backdrop.fade:not(.show) {
    opacity: 0;
  }
  
  #sectionDeleteModal {
    z-index: 1050;
  }
  
  @media (max-width: 767.5px) {
    #step-id-label.set-pad {
      padding-top: 8px;
    }
  
    #step-id-label:lang(mni-Mtei) {
      padding-top: 10px;
    }
  }
  
  #clr-picker .thumb .value {
    opacity: 0;
  }