/* Custom styles for app page */

/* Styles for main app container */

div#appContent {
    background: white !important;
    margin: 0px auto;
    padding: 20px;
    max-width: 980px;
}


/* Styles for Back button */

.content-control-menu-nav .horizontal-icolink {
    font-weight: 600;
}

.content-control-menu-nav {
    padding-left: 25px;
    padding-right: 24px;
    font-size: 16px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    display: none;
}

/* Styles for edit product label page */

.edit-product-label {
    display: none;
}

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
  }
  
  input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #e5e5e5;
  }

  
  

