* {
    box-sizing: border-box;
  }
  
  #appify_rcc_image {
    margin-bottom: -8px;
  }
  .appify_rcc_content {
    margin: 14px 8px 10px 20px;
  }
  
  .appify_rcc_button {
    outline: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    right: 10px;
    display: block;
    float: right;
    width: 100%;
    transition-duration: 0.4s;
  }
  
  .appify_rcc_cancel_button {
    outline: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    right: 10px;
    display: block;
    margin-top: 10px;
    float: right;
    width: 100%;
  }
  
  .appify_rcc_row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .appify_rcc_column {
    align-self: center;
  }
  
  .appify_rcc_column1 {
    align-self: center;
    float: left;
    width: 99%;
  }
  
  .appify_rcc_column2 {
    float: right;
    align-self: center;
  }
  
  .appify_rcc_bottomR {
    /* justify-content: space-between; */
    display: flex;
    position: fixed;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_rcc_bottomL {
    /* justify-content: space-between; */
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_rcc_topR {
    /* justify-content: space-between; */
    display: flex;
    position: fixed;
    top: 0px;
    right: 0;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_rcc_topL {
    /* justify-content: space-between; */
    display: flex;
    position: fixed;
    top: 0px;
    left: 0;
    cursor: pointer;
    z-index: 999999 !important;
  }
  
  .appify_rcc_item {
    padding-top: 15px;
  }
  
  @media only screen and (max-width: 600px) {
    .appify_rcc_bottomR,
    .appify_rcc_bottomL,
    .appify_rcc_topR,
    .appify_rcc_topL {
      width: unset !important;
    }
  }
  
  #toast {
    visibility: hidden;
    width: 450px;
    margin: auto;
    background-color: rgba(14, 12, 12, 0.9);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  
  #toast #desc {
    padding: 15px 30px;
  }
  
  #toast.show {
    visibility: visible;
  }
  
  .appify_rcc_message{
    line-height: 2rem;
  }
  