/* ****************************
update-logo
****************************** */
.update-logo {
    height: 104px;
    width: 100%;
  }
  
  
  .update-logo img {
    width: auto;
    height: auto;
  }
  
a.edit-logo {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
      margin: 0 0 10px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #2A4385;
    background: rgba(42, 67, 133, 0.04);
    border-radius: 4px;
    padding: 7px 12px;
  }
  
  a.edit-logo img {
    margin-right: 5px;
  }
  
  
  .upload-logo {
    background: #EEF0F5;
    border: 1px dashed #63729A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
  }
  
  .upload-logo .upload h2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #3E4863;
  }
  .upload-logo .upload h4 {
    font-size: 12px;
    line-height: 2;
    color: #3E4863;
  }
  
  .feature-img img {
    border-radius: 8px;
  }
  @media print {
    .vertical-line {
      display: block !important;
    }
  }
  
  