.appify_sc_ui_container {
    bottom: 10% !important;
    top: unset !important;
    right: 0 !important;
    z-index: 999999 !important;
    border-radius: 5px 0px 0px 5px;
  }
  
  .appify_sc_icon_bottomR {
    display: flex;
    position: fixed;
    bottom: 50px;
    right: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_sc_icon_bottomL {
    display: flex;
    position: fixed;
    bottom: 50px;
    left: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_sc_imageShow {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  }
  
  .appify_sc_icon_topR {
    display: flex;
    position: fixed;
    top: 50px;
    right: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_sc_icon_topL {
    display: flex;
    position: fixed;
    top: 50px;
    left: 0;
    padding: 5px;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .DisplayNone {
    display: none;
  }

  .appify_show_msg_topL{
    top: 63px;
    left: 50px;
    margin-left: 25px;
  }

  .appify_show_msg_topR{
    top: 63px;
    right: 50px;
    margin-right: 25px;
  }

  .appify_show_msg_bottomR{
    bottom: 63px;
    right: 50px;
    margin-right: 25px;
  }

  .appify_show_msg_bottomL{
    bottom: 63px;
    left: 50px;
    margin-left: 25px;
  }

  .appify_show_msg {
    display: none;
    position: fixed;
    max-width: 20vw;
    font-family: inherit;
    width: 250px;
    font-size: 16px;
    line-height: 22px;
    z-index: 999999 !important;
  }

  .appify_sc_ui:hover + .appify_show_msg {
    display: block;
  }