.no-plans {
  text-align: center;
  padding: 2rem 0;
}

.pricing-plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  padding: 2rem 0;
}

.pricing-plan {
  text-align: center;
  width: 27%;
  max-width: 325px;
  min-width: 225px;
  padding: 2rem 0;
  margin: 2rem 10px;
  position: relative;
}

.plan-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: .5rem;
}

.plan-monthly {
  font-weight: 200;
  color: #8b8b8b;
}

.plan-per-user-wrapper {
  color: #fff;
  padding: 2rem 0;
  background-image: linear-gradient(35deg, #2dd1bc, #28a4e4);
  border-radius: 3px;
  width: 70%;
  margin: 2rem auto;
}

.plan-per-user-price {
  margin-bottom: 1rem;
  font-size: 22px;
}

.plan-per-user-desc {
  font-size: 18px;
}

.plan-per-local-number-price {
  margin-bottom: 1rem;
  font-size: 16px;
}

.plan-per-thousand-minutes-price {
  margin-bottom: 3rem;
  font-size: 16px;
}

.plan-current-pricing {
  color: #8b8b8b;
  position: absolute;
  bottom: 79px;
  width: 100%;
  text-align: center;
  font-weight: 200;
}.messages-contact-list {
  overflow: auto;
  border-right: 1px solid #e6e6e6;
}
.messages-contact {
  padding: .8rem 20px;
  cursor: pointer
}
.messages-contact:hover {
  background-color: #e6e6e6;
}
.messages-contact-name {
  font-size: 120%
}
.messages-contact-name.active {
  font-weight: 600;
}
.messages-contact-number {
  font-size: 80%;
}
.messages-contact-last-message {
  font-size: 90%;
  padding: .3rem 0
}
.messages-contact-last-message.unread {
  font-weight: 600;
}.messages-new-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: .8rem 20px;
  border-top: 1px solid #e6e6e6;
  -ms-flex-align: center;
      align-items: center;
}.messages-message-history {
  overflow: auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.history-item-time {
  font-size: 85%;
  font-weight: 200;
  color: rgb(136, 136, 136);
  text-align: right;
}

.history-item-body {
  margin-bottom: .8rem;
}

.message-history-item {
  padding: .8rem 16px;
  margin-bottom: .5rem;
  border-radius: 3px
}

.message-history-item.incoming {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid rgb(214, 214, 214);
}

.message-history-item:not(.incoming) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color:rgb(231, 229, 229);
}

.history-date-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1rem;
  font-weight: 200;
  color:rgb(124, 124, 124);
}
.messages-search-contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.messages-search-contact {
  padding: .3rem 20px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}.messages-contact-info-wrapper {
  border-bottom: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}

.messages-contact-info {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.messages-contact-info > div > div {
      padding: .4rem 20px;
    }

.messages-contact-info .contact-info-name {
    font-size: 120%;
    font-weight: 500;
  }

.messages-contact-info .contact-info-call-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

.messages-contact-info .contact-info-call-icon > svg {
      cursor: pointer;
    }

.messages-contact-info .contact-info-search-message {
    padding: 0 20px;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }.contact-list-filters {
  border-top: 1px solid #e6e6e6;
  padding: 1rem 20px;
}.messages {
  height: calc(100vh - 170px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  -ms-grid-rows: 80px 1fr 80px;
      grid-template-rows: 80px 1fr 80px;
}html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #555759;
  line-height: 1;
  background-color: #f8fafb;
}

.hide {
  display: none !important;
}

.private-layout {
  height: 100vh;
}

.layout-wrapper {
  padding: 2rem 38px;
}

.intro {
  width: 400px;
  margin: 150px auto 0;
  text-align: center;
  padding: 100px;
  border: 2px solid gray;
  border-radius: 5px;
}

.bolder {
  font-weight: 500;
}

.shadow {
  box-shadow: 0 0 65px 0 rgba(15, 90, 153, 0.22);
}

.submenu {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.submenu > a {
    font-size: 16px;
    padding: 4px 32px;
    text-decoration: none;
    color: #555759;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center
  }

.submenu > a.active {
  font-weight: 500;
  color: #37393a;
}

.submenu > a:not(:last-child) {
  border-right: 1px solid #8e8e8e;
}

h2 {
  font-size: 23px;
  color: #3a3c3d;
  font-weight: normal;
  margin-top: 0;
}

.five-px-modal-border-radius > div:first-of-type > div:first-of-type > div:first-of-type {
    border-radius: 5px !important
  }

input:invalid {
  box-shadow: none;
}

.is-invisible {
  display: none;
}

.flag-icon {
  width: 1.33333333em;
  height: 1em;
}

.first-row-padding tr:first-child td { padding-top: 16px; }

.last-row-padding tr:last-child td { padding-bottom: 16px; }

.handset-on-green { display: none; cursor: pointer }

table.contacts-table tr:hover .handset-on-green, table.conferences-table tr:hover .handset-on-green, table.call-logs-table tr:hover .handset-on-green {
  display: inline-block;
}

table.sales-reps-table tr:hover .handset-on-green, table > tfoot > tr > td { vertical-align: middle }

.dial-pad-dialog {
  padding-top: 165px !important;
}

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
  top: 6px;
  width: 226px;
  padding-right: 24px;
}

.rounded-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 65px 0 rgba(20, 41, 59, 0.22);
}

.my-numbers-header {
  font-size: 24px;
  color: #555759;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 30px;
  border-bottom: 1px solid #fafafa;
}

.my-numbers-header > div {
    padding: 1rem 0;
    width: 50%;
  }

.my-numbers-content {
  padding: 1rem 16px;
}

.my-numbers-header-help {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.23;
  color: #737373;
}

.my-purchased-numbers-location-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.my-purchased-numbers-location-number > div {
    width: 50%;
    overflow: hidden;
  }

.call-modal-actions-container {
  padding: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.call-modal-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0px;
  padding: 24px 41px 20px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  height: 110px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.call-modal-title .number {
    font-weight: 300;
    display: inline-block;
    margin-left: 15px;
  }

.call-modal-title .call-timer {
    text-align: right;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 300;
  }

.call-modal-title .call-timer .timer {
      font-size: 23px;
      color: #555759;
    }

.my-account-header {
  font-size: 24px;
  color: #555759;
  padding: 2rem 75px;
  border-bottom: 1px solid #fafafa;
}

.call-info-modal-body {
  padding: 2rem 41px;
  border-top: 1px solid #eee;
}

.call-modal-dial-pad {
  
}

.StripeElement {
  display: block;
  margin: 10px 0 20px 0;
  max-width: 500px;
  padding: 10px 14px;
  font-size: 1em;
  font-family: 'Source Code Pro', monospace;
  box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: white;
}

.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement, .StripeElement.PaymentRequestButton {
  padding: 0;
}

.billing-overview > div {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .hide-on-desktop {
    display: none !important;
  }
  .main-dashboard {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 288px;
        grid-template-columns: 1fr 288px;
    grid-column-gap: 56px;
  }
  .my-numbers-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .my-purchased-numbers {
    height: calc(100vh - 280px);
    overflow: auto;
  }
  .call-modal-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 1rem;
  }
    .call-modal-content > div {
      padding-bottom: 8px;
    }
    .call-modal-content > div.notes-form {
      -ms-grid-column: 1;
          grid-column-start: 1;
      grid-column-end: 4;
    }
    .call-modal-content > div.purchase-button {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      justify-self: center;
    }
    .call-modal-content > div.call-runtime-settings {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
    }
  .call-info-modal-content {
      margin: 0 29px 0 !important;
  }

  .call-info-rep-logs .call-info-modal-content {
    width: calc(100% - 402px) !important;
    max-width: calc(100% - 402px) !important;
  }

  .call-info-manager-logs .call-info-modal-content {
    width: calc(100% - 58px) !important;
    max-width: calc(100% - 58px) !important;
  }
}
@media (max-width: 600px) {
  html, body {
    background-color: #fff;
  }
  .private-layout {
    height: calc(100vh - 47px);
  }
  .layout-wrapper {
    padding: 0;
    margin-top: 47px;
  }
  .header {
    padding-left: 0 !important;
    border-bottom: 1px solid #eee;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
  .hide-on-mobile {
    display: none;
  }
  .submenu {
    display: none;
  }
  .search-form {
    width: 100%;
    position: inherit;
    top: 0;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #eee;
  }
  dl.mobile-table-dl, dl.my-numbers-dl {
    overflow: hidden;
  }
    dl.mobile-table-dl > div, dl.my-numbers-dl > div {
      padding: .3rem 0
    }
    dl.mobile-table-dl > div:last-child, dl.my-numbers-dl > div:last-child {
    padding-bottom: 0;
  }
    dl.mobile-table-dl > div:first-child, dl.my-numbers-dl > div:first-child {
    padding-top: 0;
  }
    dl.mobile-table-dl dt {
      font-weight: 300;
    }
    dl.mobile-table-dl dd, dl.mobile-table-dl dt {
      display: inline-block;
      padding: 0;
      margin: 0;
      width: 50%;
    }
  dl.mobile-table-dl.stats dt { width: 70%;
  }
  dl.mobile-table-dl.stats dd { width: 30%;
  }
  dl.mobile-table-dl.webhook dt { width: 20%;
  }
  dl.mobile-table-dl.webhook dd { width: 80%;
  }
  dl.mobile-table-dl.add-ons dt { width: 30%;
  }
  dl.mobile-table-dl.add-ons dd { width: 70%;
  }
    dl.my-numbers-dl dd, dl.my-numbers-dl dt {
      padding: 0;
      margin: 0;
    }
    dl.my-numbers-dl dt {
      font-weight: normal;
      font-size: 12px;
      color: rgb(158, 158, 158);
      margin-bottom: .6rem;
    }
      dl.my-numbers-dl dt svg {
        position: relative;
        top: 2px;
        margin-right: 5px;
      }
    dl.my-numbers-dl dd {
      font-size: 16px;
      letter-spacing: 0.8;
      color: #5cbece;
    }
  .rounded-card {
    margin: 0 4% 1rem;
  }
    .my-numbers-header > div {
      width: 100%;
      text-align: center;
    }
  .go-back-button {
    min-width: 100% !important;
    height: 46px !important;
  }
  .my-account .rounded-card {
    min-height: calc(100vh - 110px);
  }
  .my-account-header {
    padding: 2rem 16px;
    text-align: center;
  }
  .my-purchased-numbers-location-number {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .my-purchased-numbers-location-number > div {
      width: 100%;
    }
    .call-modal-actions-container > button:nth-child(2) {
      display: none !important;
    }
  .call-modal-title {
    padding: 1rem 16px !important;
    height: auto !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .call-modal-title .call-timer, .call-modal-title .client-number {
      width: 100%;
      text-align: center;
    }
  .call-modal-content {
    padding: 1rem 16px !important;
  }
    .call-modal-content > div:not(.notes-form):not(.call-from-number-form) {
      text-align: center;
      padding-bottom: 1rem;
    }
      .call-modal-content > div.call-runtime-settings > div {
        width: 140px !important;
        margin: 0 auto;
      }
    .call-modal-content > div.call-from-number-form {
      width: 75% !important;
      margin: 0 auto;
    }
  .call-info-modal-body {
    padding: 1rem 16px;
  }
  .header-and-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: 'center';
        align-items: 'center';
    padding: .5rem 16px;
    border-bottom: 1px solid #eee;
  }
    .header-and-action > h2 {
      padding: 0;
      margin: 0;
      font-size: 23px;
      font-weight: 300;
      line-height: 36px;
    }
}
