.tabrecall_app {
    /* ------------ submit btn section start --------------- */
  .submit_btn_container {
    display: flex;
    justify-content: end;
    padding: 0 !important;
    // align-items: end;
  }


  .submit_btn {
    width: 110px;
    height: 55px;
    border-radius: 6px;
    background: #006AFF;
    border: none;
    color: white;
    font-weight: 500;
    cursor: pointer;
  }
  a.submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: transparent;
    color: #000;
    border: 1px solid #006AFF;
  }


  .crossButton {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    display: none;
  }
  .iconUploadItem, .musicUploadItem {
    .crossButton {
      right: 5%;
    }
  }

  .input-wrapper:hover .crossButton,
  .iconUploadItem:hover .crossButton_2,
  .musicUploadContainer:hover .crossButton {
    display: block;
  }
}