
.avatar-upload {
    position: relative;
    max-width: 205px;
  
  }
  
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 19px;
    z-index: 1;
    top: 13px;
  }
  
  .avatar-upload .avatar-edit input {
    display: none;
  }
  
  .avatar-upload .avatar-edit .custom-label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #3efc78;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  
  .avatar-upload .avatar-edit .upload-image {
    background: #3efc78;
  }
  
  .avatar-upload .avatar-edit .remove-image {
    background: #E91E63;
  }
  
  .avatar-upload .avatar-edit .custom-label:hover {
    opacity: 1;
  }
  
  .avatar-upload .avatar-edit .custom-label:after {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 8px;
    right: 0;
    left: 2px;
    width: 18px;
  }
  
  .avatar-upload .avatar-edit .upload-image:after {
    content: url('/assets/edit.svg');
  }
  
  .avatar-upload .avatar-edit .remove-image:after {
    content: url('/assets/close.svg');
    left: 0px !important;
  }
  
  .avatar-upload .avatar-preview {
    width:110px;
    height: 110px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
  }
  
  .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mat-card{
    border: 55px   #000 !important;
   }

   .ml-15
   {
     margin-left:1.5rem;
   }



   .filter-card
   {   
     border-top: 3px solid !important;
     margin-bottom: 0px !important;
     padding: 0.5rem;
     border-color: $border-leftcolor !important;
   }

   .bliing_custom-card-pink
   { 
     border-top: 3px solid $pink-color !important;
     margin-bottom: 0px !important;
     padding: 0.5rem !important;
   }

   .bliing_custom-card-card
   {  
     border-top: 3px solid   #DC3912 !important;
     margin-bottom: 0px !important;
     padding: 0.5rem !important;
   }
 
   .cursor
   {
     cursor:pointer;
   }

   .billing_custom_fa
   {
    font-size: 22px;
    text-align: center
   }

   .ptb-3
   {
     padding: 3rem;
   }

   .billing_card_fontsize
   {
    font-size: $font-size-h6;
    line-height: 20px;
   }

   .billing_custom_label-color
   {
    color:$primary-color !important;

   }

   .billing_custom_label-color-pink
   {
    color:$pink-color !important;
   }

   .edit_fa-color
   {
    color:$error-message-color !important;
   }

   .verticalline {
    border-left: 2px $primary-color !important;
    height: 150px;
  }

  .facolor1
  {
color: $unbleached-silk-color
  }

  .facolor2
  {
color:   $papaya-whip-yellow;
  }

  .facolor3
  {
color: $fileupload-hint-color;
  }

  .mt-2
  {
margin-top:2rem !important;
  }

  .fa_rotate
  {
    transform: rotate(90deg);
  }

  .custom-button-white
  {
    background-color: $testrail-mat-step-header-on-hover !important; 
border: 1px solid $gray-color!important;
  }   

  .custom-divider .mat-divider 
  {
    border:2px solid $primary-color !important;
  }

  .custom-table-cell-color
  {
    width: 206px !important;
    
    text-align: center !important;
    padding: 10px !important;
  }

  .mat-card-scroll
  {
    min-height: 20px;
    max-height: 350px;
  }

  .view-client {
    position: relative;
    display: inline-block;
  }
  
  .bliing_custom-card:hover {
    background-color: $grey-color;
  }

  .filter-card:hover {
    background-color: $grey-color;
  }

  .view-client .bliing_custom-card:hover .edit {
    display: block;
    opacity: 1;
    &:hover {
      cursor: pointer;
      transition: all 0.3s;
    }
  }
  .edit {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }

  .secondary-contacts-panel:hover .editsec {
    display: block;
    opacity: 1;
    &:hover {
      cursor: pointer;
      transition: all 0.3s;
    }
  }
  .editsec {
    display: none;
  }

  .secondary-contacts-panel .mat-expansion-panel-content{
    background-color: #f3f3f3;
  }

.secondary-contacts-panel .mat-expansion-panel-header{
  border-bottom: none;
}
.secondary-contacts-panel .mat-expansion-panel-body{
  padding: 0px 0px 10px 0px !important;
}

.upload-image{
  width: 100px;
  height: 100px;
}

.upload-logo{
  width: 350px;
  height: 130px;
  right: 72px;
  position: relative;
  border-radius: 3%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.bliing_custom-card
{   
  border-top: 3px solid !important;
  margin-bottom: 0px !important;
  padding: 0.5rem !important;  
  border-color: $border-leftcolor !important;
}