@import "admin-dashboard/main_dependencies";

$cc-primary: $bb-secondary;
$cc-secondary: #003454;

#bb {
  .callcenter {
    .fa-spin {
      animation: fa-spin 0.7s infinite linear !important;
    }

    .slide-right {
      animation: 0.5s slide-left ease;
    }

    .box {
      border-top-width: 1px;

      .box-header {
        border-bottom: solid 1px #ccc;
      }

      .box-body {
        padding: 20px;
      }
    }

    input,
    button {
      border-radius: 3px;
    }

    h2.box-title {
      font-size: 20px;
    }

    h3.box-title {
      font-size: 18px;
      margin: 0;
      padding: 20px;
    }

    h4.bold {
      font-size: 16px;
      font-weight: 600;
    }

    h4.box-title {
      font-size: 16px;
      font-weight: 600;
      border-bottom: solid 1px #eee;
      padding-bottom: 10px;
    }

    .liner {
      border-bottom: solid 1px #ccc;
      padding-bottom: 20px;
      padding-top: 10px;
    }

    .default-state {
      margin-top: 20px;

      .box-header {
        padding-left: 0;
      }

      ul {
        list-style: disc;
        list-style-position: inside !important;

        li {
          padding: 5px;
        }
      }
    }

    .client-info {
      .client-name,
      .thumbnail {
        display: inline-block !important;
        font-size: 1.2em;
      }

      .thumbnail {
        border-radius: 50%;
        width: 50px;
        line-height: 40px;
        height: 50px;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 15px 10px 5px;
        color: $cc-secondary;
        background: #e1e7ef;
        font-weight: 500;
        border: none;
      }

      .client-name {
        font-weight: 600;
      }

      ul.client-details li {
        border-bottom: solid 1px #eee;
        padding: 10px 0;
      }

      ul.client-details li:first-child {
        font-weight: 600;
        font-size: 1.2em;
      }

      ul.client-details li.last-child {
        margin-bottom: 20px;
      }
    }
    
  }
}
