.inbound-inbox {
  padding: 20px;
}

.inbound-inbox__header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 14px;
}

.inbound-inbox__header h2 {
  margin: 0;
}

.inbound-inbox__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.inbound-inbox__tabs button {
  background: #f3f7fb;
  border: 1px solid #d6e2ef;
  border-radius: 10px;
  color: #495f79;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 38px;
  padding: 0 14px;
  text-transform: uppercase;
}

.inbound-inbox__tabs button.active {
  background-image: linear-gradient(138deg, #1bc0ab 0%, #1491a6 100%);
  border-color: transparent;
  box-shadow: 0 14px 24px rgba(20, 145, 166, 0.24);
  color: #ffffff;
}

.inbound-inbox__filters {
  -ms-flex-align: end;
      align-items: end;
  background: #f6fafc;
  border: 1px solid #e1eaf3;
  border-radius: 14px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-bottom: 16px;
  padding: 12px;
}

.inbound-inbox__filters label {
  color: #5c728c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inbound-inbox__filters input, .inbound-inbox__filters select {
  background: #ffffff;
  border: 1px solid #cfdeea;
  border-radius: 10px;
  color: #21354d;
  font-size: 13px;
  min-height: 38px;
  outline: none;
  padding: 0 10px;
}

.inbound-inbox__filters .secondary {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  background: #ffffff;
  border: 1px solid #cfdeea;
  border-radius: 10px;
  color: #314a66;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 38px;
  text-transform: uppercase;
}

.inbound-inbox__table-wrap {
  border: 1px solid #dce7f1;
  border-radius: 14px;
  overflow: auto;
}

.inbound-inbox__table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 980px;
  width: 100%;
}

.inbound-inbox__table thead tr {
  background: #f2f7fb;
}

.inbound-inbox__table th, .inbound-inbox__table td {
  border-bottom: 1px solid #e4edf5;
  font-size: 13px;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.inbound-inbox__table th {
  color: #617792;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inbound-inbox__table tbody tr {
  cursor: pointer;
}

.inbound-inbox__table tbody tr:hover td {
  background: rgba(25, 179, 159, 0.06);
}

.inbound-inbox__table tbody tr.selected td {
  background: rgba(25, 179, 159, 0.11);
}

.inbound-inbox__table .preview {
  max-width: 280px;
  white-space: pre-wrap;
  word-break: break-word;
}

.inbound-inbox__table .empty {
  color: #6d8299;
  padding: 20px;
  text-align: center;
}

.assignment-cell {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.assignment-cell select {
  min-width: 132px;
}

.assignment-cell button {
  background-image: linear-gradient(138deg, #1bc0ab 0%, #1491a6 100%);
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 34px;
  padding: 0 12px;
  text-transform: uppercase;
}

.inbound-inbox__pagination {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 14px;
}

.inbound-inbox__pagination button {
  background: #ffffff;
  border: 1px solid #cfdeea;
  border-radius: 10px;
  color: #3b546f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 34px;
  padding: 0 12px;
}

.inbound-inbox__pagination button:disabled {
  cursor: default;
  opacity: 0.5;
}

.inbound-inbox__events {
  border-top: 1px solid #e4edf5;
  margin-top: 16px;
  padding-top: 14px;
}

.inbound-inbox__events h3 {
  color: #2a415d;
  font-size: 16px;
  margin: 0 0 8px;
}

.inbound-inbox__events p {
  color: #5d738c;
}

.inbound-inbox__events ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.inbound-inbox__events li {
  color: #3e556f;
  margin-bottom: 6px;
}

@media (max-width: 960px) {
  .inbound-inbox {
    padding: 14px;
  }

  .inbound-inbox__filters {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  .inbound-inbox__pagination {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.no-plans {
  color: #607892;
  font-size: 15px;
  font-weight: 600;
  padding: 36px 0;
  text-align: center;
}

.pricing-plans {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  padding: 20px;
}

.pricing-plan {
  background: #ffffff !important;
  border: 1px solid #dbe6f0;
  border-radius: 18px !important;
  box-shadow: 0 20px 42px rgba(15, 33, 56, 0.12);
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 26px 18px 24px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}

.plan-title {
  color: #1f334e;
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.plan-monthly {
  color: #7288a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-per-user-wrapper {
  background-image: linear-gradient(140deg, #1ac0aa 0%, #149f9f 50%, #1387a2 100%);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(19, 133, 155, 0.28);
  color: #ffffff;
  margin: 1.4rem auto;
  max-width: 260px;
  padding: 1.1rem 1rem;
}

.plan-per-user-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.plan-per-user-desc {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-per-local-number-price, .plan-per-thousand-minutes-price {
  color: #516983;
  font-size: 14px;
  font-weight: 600;
}

.plan-per-local-number-price {
  margin-bottom: 0.75rem;
}

.plan-per-thousand-minutes-price {
  margin-bottom: 2.2rem;
}

.plan-current-pricing {
  bottom: 75px;
  color: #5f748d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 600px) {
  .pricing-plans {
    gap: 12px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 12px;
  }
}
.messages-contact-list {
  overflow: auto;
  border-right: 1px solid #e1eaf3;
  background: #fbfdff;
}
.messages-contact {
  border-bottom: 1px solid #edf2f7;
  padding: 0.85rem 18px;
  cursor: pointer
}
.messages-contact:hover {
  background-color: rgba(25, 179, 159, 0.08);
}
.messages-contact-name {
  color: #253d58;
  font-size: 16px;
  font-weight: 600
}
.messages-contact-name.active {
  color: #198f96;
  font-weight: 700;
}
.messages-contact-number {
  color: #7f93ab;
  font-size: 12px;
  margin-top: 3px;
}
.messages-contact-last-message {
  color: #546a83;
  font-size: 13px;
  line-height: 1.35;
  padding: 0.45rem 0 0
}
.messages-contact-last-message.unread {
  color: #1d3753;
  font-weight: 700;
}
.messages-new-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.75rem 14px;
  border-top: 1px solid #e1eaf3;
  background: #ffffff;
  -ms-flex-align: center;
      align-items: center;
}
.messages-message-history {
  overflow: auto;
  padding: 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f8fbfe;
}

.history-item-time {
  color: #7e92aa;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.history-item-body {
  line-height: 1.45;
  margin-bottom: 0.7rem;
}

.message-history-item {
  border-radius: 10px;
  margin-bottom: 0.5rem;
  max-width: 78%;
  padding: 0.8rem 14px
}

.message-history-item.incoming {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #d4e2ef;
  background: #ffffff;
}

.message-history-item:not(.incoming) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #eaf2fb;
}

.history-date-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #6d8299;
  font-size: 12px;
  font-weight: 600;
  padding: 1rem;
}
.messages-search-contact-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #e1eaf3;
  border-bottom: 1px solid #e1eaf3;
  background: #ffffff;
}

.messages-search-contact {
  padding: 0.3rem 14px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.messages-contact-info-wrapper {
  border-bottom: 1px solid #e1eaf3;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 14px;
}

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

.messages-contact-info > div > div {
      padding: 0.4rem 14px;
    }

.messages-contact-info .contact-info-name {
    color: #253d58;
    font-size: 17px;
    font-weight: 700;
  }

.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 14px;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
.contact-list-filters {
  border-top: 1px solid #e1eaf3;
  color: #597088;
  font-size: 12px;
  font-weight: 600;
  padding: 0.85rem 14px;
}
.messages {
  height: calc(100vh - 206px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px minmax(0, 1fr);
      grid-template-columns: 320px minmax(0, 1fr);
  -ms-grid-rows: 74px minmax(320px, 1fr) 74px;
      grid-template-rows: 74px minmax(320px, 1fr) 74px;
}

@media (max-width: 960px) {
  .messages {
    height: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}
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;
    }
}
* {
  box-sizing: border-box;
}

html, body, #root {
  min-height: 100%;
}

html, body {
  background: radial-gradient(circle at 20% 10%, #ddf8f4 0%, transparent 36%),
    radial-gradient(circle at 90% 0%, #e4ebff 0%, transparent 34%),
    linear-gradient(160deg, #f6fbfd 0%, #f3f8fc 45%, #edf5fb 100%);
  color: #1f2f46;
  font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

h2 {
  color: #1f2f46;
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

a {
  color: inherit;
}

.private-layout {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
}

.private-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
}

.layout-wrapper {
  -ms-flex: 1;
      flex: 1;
  margin-top: 0 !important;
  overflow-y: auto;
  padding: 24px 30px 30px;
}

.page-frame {
  min-width: 0;
}

.app-sidebar {
  background: linear-gradient(196deg, #1a2c46 0%, #14233a 44%, #111d30 100%);
  border-right: 1px solid #24344f;
  box-shadow: 26px 0 60px rgba(8, 16, 30, 0.26);
  color: #d5e1f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
  padding: 24px 18px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 276px;
  z-index: 5;
}

.app-brand {
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid rgba(154, 181, 214, 0.22);
  border-radius: 18px;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  padding: 12px 12px;
  text-decoration: none;
}

.app-brand-mark {
  -ms-flex-align: center;
      align-items: center;
  background-image: linear-gradient(135deg, #18bea8 0%, #1691a5 100%);
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(24, 190, 168, 0.36);
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 38px;
}

.app-brand-mark svg {
  height: 17px;
  width: 17px;
}

.app-brand-mark svg path {
  fill: #ffffff !important;
}

.app-brand-name {
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.app-brand-caption {
  color: #8ea6c3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 4px;
  text-transform: uppercase;
}

.app-sidebar-section {
  margin-top: 8px;
}

.app-sidebar-section-title {
  color: #7f95b3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase;
}

.app-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}

.sidebar-link {
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #cadaef;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  text-decoration: none;
  text-align: left;
  transition: background-color 140ms ease, border-color 140ms ease,
    color 140ms ease;
  width: 100%;
}

.sidebar-link:hover {
  background: rgba(145, 169, 198, 0.18);
  border-color: rgba(145, 169, 198, 0.22);
  color: #ffffff;
}

.sidebar-link.active {
  background-image: linear-gradient(
    135deg,
    rgba(24, 190, 168, 0.36) 0%,
    rgba(20, 131, 164, 0.4) 100%
  );
  border-color: rgba(85, 209, 193, 0.44);
  box-shadow: 0 14px 24px rgba(11, 31, 58, 0.22);
  color: #ffffff;
}

.sidebar-link-icon {
  height: 15px;
  width: 15px;
}

.sidebar-link-icon path {
  fill: currentColor !important;
}

.sidebar-link-badge {
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #0f6f80;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  min-width: 22px;
  padding: 0 6px;
}

.sidebar-link--ghost {
  border-top: 1px dashed rgba(154, 181, 214, 0.3);
  border-radius: 0;
  margin-top: 8px;
  padding-top: 12px;
}

.app-plan-card {
  background: rgba(10, 20, 34, 0.38);
  border: 1px solid rgba(153, 178, 210, 0.23);
  border-radius: 16px;
  margin-top: auto;
  padding: 14px 14px 16px;
}

.app-plan-card-label {
  color: #87a0bd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.app-plan-card-name {
  color: #f1f7ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.app-plan-card-meta {
  color: #9eb2cc;
  font-size: 12px;
  margin-top: 6px;
}

.header {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dce6ef;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin: 18px 26px 0;
  min-height: 74px;
  padding: 12px 16px;
}

.header-mobile-brand {
  display: none;
}

.header-search {
  -ms-flex: 1;
      flex: 1;
  min-width: 120px;
  position: relative;
}

.header-search-icon {
  height: 15px;
  left: 14px;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.header-search-icon path {
  fill: #60758e !important;
}

.header-search input {
  background: #f1f6fa;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #1f2f46;
  font-size: 14px;
  height: 46px;
  outline: none;
  padding: 0 16px 0 40px;
  transition: border-color 120ms ease, background-color 120ms ease;
  width: 100%;
}

.header-search input:focus {
  background: #ffffff;
  border-color: rgba(25, 179, 159, 0.42);
}

.header-actions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.header-icon-button {
  -ms-flex-align: center;
      align-items: center;
  background: #f1f6fa;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #6f829b;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 120ms ease;
  width: 40px;
}

.header-icon-button:hover {
  background: #ffffff;
  border-color: #dce6ef;
  color: #425870;
}

.header-account {
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #dce6ef;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 4px;
  padding-left: 12px;
}

.header-account-copy {
  line-height: 1.2;
}

.header-account-name {
  color: #1e2d45;
  font-size: 15px;
  font-weight: 700;
}

.header-account-role {
  color: #7488a0;
  font-size: 12px;
  margin-top: 2px;
}

.header-avatar {
  -ms-flex-align: center;
      align-items: center;
  background-image: linear-gradient(140deg, #23c4ad 0%, #1394a7 100%);
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(18, 145, 167, 0.24);
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 40px;
}

.header-main-menu {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-menu-trigger {
  border-radius: 12px !important;
  height: 40px !important;
  margin: 0 !important;
  width: 40px !important;
}

.main-menu-trigger > span > span {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
}

.main-menu-trigger svg path {
  fill: #3f556f;
}

.search-form {
  margin: 0;
  padding: 0;
  position: static;
  top: 0;
  width: 340px;
}

.search-form .mui-text-field {
  margin-top: 0 !important;
  width: 100% !important;
}

.search-form .mui-text-field input {
  background: #ffffff !important;
  border: 1px solid #dce6ef !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  font-size: 14px !important;
  height: 44px !important;
  padding: 0 14px !important;
}

.search-form .mui-text-field-hint {
  color: #8194aa !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 13px !important;
  left: 14px !important;
  right: 14px !important;
}

.search-form .mui-text-field-underline, .search-form .mui-text-field-focus-underline {
  display: none !important;
}

.main-dashboard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 318px;
      grid-template-columns: minmax(0, 1fr) 318px;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.shadow, .rounded-card {
  background: #ffffff;
  border: 1px solid #dce6ef;
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(19, 37, 59, 0.12);
}

.shadow {
  overflow: hidden;
}

.rounded-card {
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
}

.my-account-header, .my-numbers-header {
  border-bottom: 1px solid #dce6ef;
  color: #1f2f46;
  font-family: 'Space Grotesk', 'Manrope', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.my-account-header {
  padding: 28px 44px;
}

.my-numbers-header {
  padding: 22px 28px;
}

.my-numbers-content {
  padding: 18px 24px 24px;
}

.my-numbers-header-help {
  color: #5f738c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.go-back-button {
  background: #ffffff !important;
  border: 1px solid #dce6ef !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  height: 44px !important;
}

.go-back-button svg path {
  fill: #6b7f97;
}

.addWidget {
  background: #ffffff;
  border: 1px solid #dce6ef;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  padding: 22px 24px 24px;
}

.addWidget h2 {
  font-size: 24px;
}

.mui-text-field {
  margin-bottom: 6px !important;
}

.mui-text-field > input, .mui-text-field > textarea {
  background: #ffffff !important;
  border: 1px solid #dce6ef !important;
  border-radius: 12px !important;
  color: #1f2f46 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  height: 44px !important;
  padding: 0 13px !important;
}

.mui-text-field > textarea {
  min-height: 120px !important;
  padding: 12px 13px !important;
}

.mui-text-field-hint {
  color: #8194aa !important;
  font-family: inherit !important;
}

.mui-text-field-floating-label {
  color: #6c8098 !important;
  font-family: inherit !important;
}

.mui-text-field-underline, .mui-text-field-focus-underline {
  display: none !important;
}

.mui-flat-button, .mui-raised-button {
  border-radius: 12px !important;
}

.mui-flat-button-label, .mui-raised-button-label {
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

.mui-raised-button:not(.mui-disabled) {
  box-shadow: 0 14px 26px rgba(18, 134, 154, 0.22) !important;
}

.mui-raised-button-primary .mui-raised-button-container {
  background-image: linear-gradient(140deg, #1ac0aa 0%, #149f9f 48%, #1387a2 100%);
}

.submenu {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.submenu__link {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce6ef;
  border-radius: 12px;
  color: #5f738c;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
  transition: all 120ms ease;
}

.submenu__link:hover {
  background: #ffffff;
  border-color: #c7d6e5;
  color: #1f2f46;
}

.submenu__link.active {
  background: #ffffff;
  border-color: rgba(25, 179, 159, 0.35);
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  color: #1a8f96;
}

.submenu__icon {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 14px;
  width: 14px;
}

.submenu__icon svg path {
  fill: currentColor !important;
}

.submenu__badge {
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(135deg, #1bc0ab 0%, #1493a6 100%);
  border-radius: 999px;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 2px;
  min-width: 20px;
  padding: 0 6px;
}

.header-and-action {
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border: 1px solid #dce6ef;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(19, 37, 59, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  padding: 10px 14px;
}

.header-and-action h2 {
  font-size: 24px;
  margin: 0;
}

.call-logs-table table, .manager-call-logs-table table, .contacts-table table, .sales-reps-table table, .managers-table table, .admins-table table, .conferences-table table, .manager-usage-table table, .pricings-table table {
  border-collapse: separate !important;
  width: 100%;
}

.call-logs-table table thead tr, .manager-call-logs-table table thead tr, .contacts-table table thead tr, .sales-reps-table table thead tr, .managers-table table thead tr, .admins-table table thead tr, .conferences-table table thead tr, .manager-usage-table table thead tr, .pricings-table table thead tr {
  background: #f1f6fa;
}

.call-logs-table table thead th, .manager-call-logs-table table thead th, .contacts-table table thead th, .sales-reps-table table thead th, .managers-table table thead th, .admins-table table thead th, .conferences-table table thead th, .manager-usage-table table thead th, .pricings-table table thead th {
  color: #70839a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}

.call-logs-table table td, .call-logs-table table th, .manager-call-logs-table table td, .manager-call-logs-table table th, .contacts-table table td, .contacts-table table th, .sales-reps-table table td, .sales-reps-table table th, .managers-table table td, .managers-table table th, .admins-table table td, .admins-table table th, .conferences-table table td, .conferences-table table th, .manager-usage-table table td, .manager-usage-table table th, .pricings-table table td, .pricings-table table th {
  border-bottom: 1px solid #ebf1f6 !important;
  color: #1f2f46 !important;
  font-size: 13px !important;
  padding: 13px 14px !important;
  vertical-align: middle !important;
}

.call-logs-table table tbody tr:hover td, .manager-call-logs-table table tbody tr:hover td, .contacts-table table tbody tr:hover td, .sales-reps-table table tbody tr:hover td, .managers-table table tbody tr:hover td, .admins-table table tbody tr:hover td, .conferences-table table tbody tr:hover td, .manager-usage-table table tbody tr:hover td, .pricings-table table tbody tr:hover td {
  background: rgba(25, 179, 159, 0.06);
}

.handset-on-green {
  height: 20px;
  width: 22px;
}

.handset-on-green path:first-of-type {
  fill: #76cd1a !important;
}

.handset-on-green path:last-of-type {
  fill: #ffffff !important;
}

.messages, .inbound-inbox, .pricing-plans {
  color: #1f2f46;
}

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

.call-info-modal-body, .call-modal-title {
  border-color: #dce6ef !important;
}

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

.contact-list-filters, .messages-contact-list, .messages-search-contact-wrapper, .messages-contact-info-wrapper, .messages-new-form {
  border-color: #e6eef5 !important;
}

.messages-contact:hover {
  background: rgba(25, 179, 159, 0.08) !important;
}

.messages-contact-name.active {
  color: #178f96;
}

.message-history-item.incoming {
  border: 1px solid #d4e2ef !important;
}

.message-history-item:not(.incoming) {
  background: #eaf2fb !important;
}

@media (min-width: 960px) {
  .private-layout .submenu {
    display: none;
  }
}

@media (max-width: 1090px) {
  .app-sidebar {
    width: 252px;
  }

  .header-account-copy {
    display: none;
  }

  .search-form {
    width: 290px;
  }
}

@media (max-width: 960px) {
  html, body {
    background: linear-gradient(160deg, #f7fbfe 0%, #eef6fc 100%);
  }

  .private-layout {
    display: block;
    min-height: 0;
  }

  .app-sidebar {
    display: none !important;
  }

  .header {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    margin: 0;
    min-height: 62px;
    padding: 10px 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .header-mobile-brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header-mobile-brand svg {
    height: 25px;
    width: 108px;
  }

  .header-search {
    -ms-flex: 1;
        flex: 1;
  }

  .header-search input {
    border-radius: 12px;
    height: 40px;
    padding-left: 38px;
  }

  .header-icon-button {
    display: none;
  }

  .header-account {
    border-left: 0;
    gap: 6px;
    margin-left: 0;
    padding-left: 0;
  }

  .header-avatar {
    height: 34px;
    width: 34px;
  }

  .layout-wrapper {
    padding: 14px 10px 18px;
  }

  .search-form {
    width: 100%;
  }

  .main-dashboard {
    display: block;
  }

  .main-dashboard > div {
    margin-bottom: 12px;
  }

  .rounded-card {
    margin: 0;
  }

  .my-account-header, .my-numbers-header {
    font-size: 22px;
    padding: 20px 16px;
    text-align: left;
  }

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

  .addWidget {
    padding: 18px 14px 18px;
  }

  .private-layout .submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .submenu__link {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
