.authority-box-container {
  position: relative;
  z-index: 2; }

.authority-box {
  background: #f9f8f6;
  display: flex;
  border: 1px solid #c9c9c9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 15px 50px 50px 0;
  position: relative;
  width: 100%;
  padding: 6px 0 0 8px; }
  .authority-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: -11px;
    transform: rotate(90deg);
    z-index: -1;
    left: -9px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #7e7e7e; }
  .authority-box:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    background: #2973be;
    width: 95%;
    top: -6px;
    left: -6px;
    height: calc(100% + 6px);
    border-radius: 0 50px 50px 50px; }

.authority-box__approved {
  background: #2973be;
  color: #fff;
  padding: 2px 17px 2px 24px;
  border-radius: 56px 120px 0 50px;
  margin-top: -27px;
  margin-bottom: 0;
  position: absolute;
  left: -2px; }
  .authority-box__approved p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: white; }
  .authority-box__approved__icon {
    display: flex;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 28px;
    margin-right: 6px;
    border-radius: 50%;
    background-size: 21px 21px !important;
    background: #2973be no-repeat 50% 50%;
    position: absolute;
    left: -10px;
    top: -3px; }
    .authority-box__approved__icon svg {
      margin: auto;
      width: 16px;
      height: 16px; }

.authority-box__avatar {
  margin-right: 8px;
  border-radius: 50%;
  display: flex;
  width: 67px;
  align-items: center; }
  .authority-box__avatar img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    border-bottom: 4px solid #d1d1d1; }

p.authority-box__name {
  font-weight: bold;
  font-size: 19px;
  padding-left: 5px; }

p.authority-box__job {
  font-size: 15px;
  display: block;
  margin-top: -5px !important;
  padding-left: 5px; }

p.authority-box__desc {
  font-size: 11px;
  font-weight: 700;
  color: #2973be;
  padding: 1px 10px 1px 0;
  border-radius: 10px;
  display: inline-flex;
  margin-top: 4px;
  margin-bottom: 1px; }
  p.authority-box__desc svg {
    margin-right: 3px;
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    margin-top: -1px; }

a.authority-box__info {
  color: #7c7c7c;
  font-size: 12px;
  display: inline-block;
  margin-top: -4px;
  margin-bottom: 8px; }
  a.authority-box__info:hover {
    color: #1e73be; }

.authority-box__content {
  display: flex;
  width: calc(100% - 75px); }

.authority-box__title {
  width: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5px; }
  .authority-box__title p {
    margin: 0;
    padding: 0; }

.authority-box__disclaimer {
  width: calc(100% - 355px);
  justify-content: center;
  flex-direction: column;
  padding: 9px 20px 6px 5px; }
  .authority-box__disclaimer p {
    font-size: 13px;
    margin: 0 0 7px;
    padding: 0; }

.authority-box__label {
  width: 90px;
  padding-top: 12px;
  margin-left: 20px;
  border-left: 1px solid #ededed;
  text-align: center; }

@media (max-width: 1160px) {
  p.authority-box__name {
    font-size: 16px; }

  p.authority-box__job {
    margin-top: -1px !important; }

  .authority-box__disclaimer p {
    font-size: 11px; } }
@media (max-width: 1015px) {
  .authority-box__disclaimer {
    display: none; }

  .authority-box__content {
    justify-content: space-between; } }
@media (max-width: 768px) {
  .authority-box {
    margin-left: 0;
    padding-left: 10px;
    width: 100%; }

  .authority-box:after {
    display: none; } }
@media (max-width: 460px) {
  .authority-box__avatar {
    width: 40px;
    align-items: flex-start; }
    .authority-box__avatar img {
      width: 40px;
      height: 40px; }

  p.authority-box__desc {
    letter-spacing: -0.1px;
    font-size: 10px; }

  p.authority-box__name {
    font-size: 14px; }

  p.authority-box__job {
    font-size: 12px; }

  .authority-box__label {
    width: 18px;
    padding-left: 10px; }
    .authority-box__label svg {
      width: 33px;
      height: 27px; } }
@media (max-width: 365px) {
  .authority-box__title {
    width: calc(100% - 12px); }

  .authority-box__label {
    width: 6px;
    padding-left: 5px;
    padding-top: 16px;
    margin-left: 0; }
    .authority-box__label svg {
      width: 24px;
      height: 21px; } }
@media (max-width: 350px) {
  .authority-box {
    padding-left: 5px;
    width: 100%;
    margin-left: 0; }

  .authority-box__avatar {
    width: 35px; }
    .authority-box__avatar img {
      width: 35px;
      height: 36px; } }

/*# sourceMappingURL=vet-box.css.map */
