/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.approval-callout-container {
  margin-top: 5px;
}

.approval-callout-container .approver-region {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.approval-callout-container .approver-region .approver-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 10px;
}

.approval-callout-container .approver-region .approver-info .approver-identity-image {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 3px;
}

.approval-callout-container .approver-region .approver-info .approver-text {
  font-size: 12px;
  margin-left: 2px;
}

.approval-callout-container .approver-region .approver-info .approver-text .approver-name {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.approval-callout-container .approver-region .approver-info .approver-text .approver-name.full-width {
  width: auto;
  max-width: 400px;
}

.approval-callout-container .approver-region .approve-button {
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  margin-top: 1px;
  margin-left: auto;
  padding: 0px 12px 0px 10px;
  margin-top: 16px;
}

.approval-callout-container .approver-region .view-appr-link {
  line-height: 55px;
  font-size: 14px;
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  margin-left: 10px;
}
