
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

canvas {
  width: 100% !important;
  height: 100% !important;
}

body{
  font-family: "Inter", sans-serif;
}
/*=========Quick check item css Start---*/


.quick-setupitem span.Polaris-Icon.quick-circle {
  position: relative;
  margin: 0;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
}

.quick-setupitem span.Polaris-Icon.quick-circle svg.lesson-circle_sw path {
  fill: #969696;
}

.quick-setupitem span.Polaris-Icon.quick-circle svg.lesson-circle_sw {
  fill: transparent;
}

.quick-setupitem span.Polaris-Icon.quick-circle svg.check-lesson_sw circle {
  fill: var(--p-color-bg-fill-brand);
}

.quick-setupitem span.Polaris-Icon.quick-circle svg.check-lesson_sw path {
  fill: #fff;
}

.quick-setupitem span.Polaris-Icon.quick-circle .sw_spinner-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: .18em solid #000;
  border-right-color: transparent;
  display: inline-block;
  vertical-align: -.125em;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

/*add label input*/
.quick-setupitem label.Polaris-Icon.quick-circle {
  position: relative;
  margin: 0;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
}

.quick-setupitem label.Polaris-Icon.quick-circle svg.lesson-circle_sw path {
  fill: #969696;
}

.quick-setupitem label.Polaris-Icon.quick-circle svg.lesson-circle_sw {
  fill: transparent;
}

.quick-setupitem label.Polaris-Icon.quick-circle svg.check-lesson_sw circle {
  fill: var(--p-color-bg-fill-brand);
}

.quick-setupitem label.Polaris-Icon.quick-circle svg.check-lesson_sw path {
  fill: #fff;
}

.quick-setupitem label.Polaris-Icon.quick-circle .sw_spinner-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: .18em solid #000;
  border-right-color: transparent;
  display: inline-block;
  vertical-align: -.125em;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}


@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.quick-content {
  padding-top: 10px;
  padding-left: 32px;
}

.quick-setupitem li {
  position: relative;
  padding: 5px 0px;
  border-radius: 0;
}

.quick-setupitem.guide-beginners li {
  padding: 10px;
  border-radius: var(--p-border-radius-300);
}

.quick-setupitem li.active {
  background: #f3f4f6;
}

.quick-setupitem li .Polaris-Link {
  text-decoration: none;
  color: var(--p-color-text);
}

.quick-setupitem li.active .Polaris-Link {
  font-weight: 600;
}

/*=========Quick check item css End---*/



/*=========Switch inpute css Start---*/

.switch_toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch_toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_toggle .slider:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_toggle input:checked+.slider {
  background-color: var(--p-color-bg-fill-brand);
}

.switch_toggle input:focus+.slider {
  box-shadow: 0 0 1px rgb(167 167 167);
}

.switch_toggle input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.switch_toggle .slider.round {
  border-radius: 34px;
}

.switch_toggle .slider.round:before {
  border-radius: 50%;
}

.Polaris-TooltipWrapper {
  position: relative;
  display: inline-flex;
  cursor: default;
}

.Polaris-TooltipBubble {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #303030;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

.Polaris-TooltipBubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #303030 transparent transparent transparent;
}


/*=========Switch inpute css End---*/


.failedCallsTable-content .dataTables_wrapper .dataTables_length {
  margin-bottom: 15px;
}

.failedCallsTable-content .dataTables_wrapper .Polaris-IndexTable__Table tbody tr td:nth-child(3) {
  white-space: normal;
}

.failedCallsTable-content .dataTables_wrapper .Polaris-IndexTable__Table thead tr th {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.failedCallsTable-content .dataTables_wrapper .Polaris-IndexTable__Table tbody tr td {
  border-bottom: 1px solid #e3e3e3;
}

.failedCallsTable-content .dataTables_wrapper .dataTables_filter input {
  border: 1px solid rgb(138 138 138);
  border-radius: 8px;
  padding: 6px 8px;
  background-color: transparent;
  box-shadow: none;
}

.failedCallsTable-content .Polaris-Button--variantPrimary {
  padding: 0.2rem .6rem;
  font-size: 12px;
  min-height: var(--p-height-600);
}

.failedCallsTable-content .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.failedCallsTable-content .dataTables_wrapper .dataTables_paginate {
  padding-top: .755em;
}

.failedCallsTable-content .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: .2em .6em;
}

.local-conversations-page .conversation-table .Polaris-IndexTable__Table thead tr th{
  border-top: 1px solid #e3e3e3;
}



/*-----------Rsponsive  checkbox and button-----------------*/
.ai_nav #ai_nav-check {
  display: none;
}

.ai_nav .ai_nav-btn {
  display: none;
  margin-left: auto;
}

.ai_nav {
  padding: 8px 15px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.ai_nav-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  gap: 20px;
}

.ai_nav .ai_nav-header a{
  text-decoration: none;
}

.ai_nav .ai_nav-header a img {
  text-decoration: none;
  width: 45px;
  height: auto;
}

.ai_nav .ai_nav-link {
  display: inline;
  font-size: 16px;
  margin: auto;
}

.ai_nav .ai_nav-link ul{
  margin: 0;
  padding: 0;
}

.ai_nav .ai_nav-link li {
  display: inline-block;
  /* Added this to display list items horizontally */
/*  overflow: hidden;*/
}

.Polaris-Tabs{
    flex-wrap: nowrap;
    overflow: auto;
    padding: 20px 0;
}

.ai_nav .ai_nav-link a {
  display: inline-block;
  padding: 0.475rem 0.85rem;
  min-height: 1.65rem;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  font-weight: 500 !important;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai_nav .ai_nav-link li a:hover,
.ai_nav .ai_nav-link li.active a,
.ai_nav .ai_nav-link li a:focus{
  background-color:rgb(48 48 48);
  color: #fff;
  box-shadow: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.813rem;
  font-weight: 400;
  z-index: 999;
  background-color: #fff;
  margin-top: 1rem;
  border-top: 1px solid #E6E6E6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.footer .copyright {
  padding: 0.9375rem;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
  color: #918f8f;
}

/*---------------Responsive----------------------*/
@media (max-width: 768px) {
  .ai_nav .ai_nav-btn {
    display: inline-flex;
  }

  .ai_nav .ai_nav-btn label {
    display: inline-block;
    width: 35px;
    height: auto;
    padding: 8px;
    background-color: #007a5c;
  }

  .ai_nav .ai_nav-btn label span {
    display: block;
    width: 100%;
    border-top: 2px solid #fff;
  }

  .ai_nav .ai_nav-btn label span:not(:last-child) {
    margin-bottom: 6px;
  }

  .ai_nav .ai_nav-link {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 65px;
    left: 0px;
  }

  .ai_nav .ai_nav-link li {
    /* Added this to display list items vertically */
    display: block;
  }

  .ai_nav .ai_nav-link a:hover {
    background-color: peru;
  }

  .ai_nav .ai_nav-link a {
    display: block;
    width: 100%;
    color: white;
  }

  .ai_nav #ai_nav-check:not(:checked)~.ai_nav-link {
    height: 0px;
  }

  .ai_nav #ai_nav-check:checked~.ai_nav-link {
    height: calc(100vh - 200px);
    overflow-y: auto;
  }
}

/*dropdown*/

.ai_nav-link li.dropdown{
  position: relative;
}

.ai_nav-link li.dropdown ul{
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: all 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 4px;
    padding: 10px 0px 10px;
    border-radius: 5px;
}

.ai_nav-link li.dropdown:hover > ul{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.ai_nav-link li.dropdown ul li > a{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    display: flex;
    padding: 4px 20px;
    transition: 400ms;
    margin-bottom: 4px;
}

.Polaris-Spinner__preloader{
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #ffffffa8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.Polaris-Spinner__preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.merchant-border-none.Polaris-LegacyCard::before{
  display: none;
}
.polaris-button-primary{
  background-color: #007a5c;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 12px;
  font-weight: 400 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Toast */


/* Toast Message */

#snackbar {
  visibility: hidden;
  min-width: 200px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 11px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 60px;
  font-size: 15px;
  border-radius: 9px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3s;
  animation: fadein 0.5s, fadeout 0.5s 3s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 60px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 60px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 60px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 60px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.failed-calls-error-message{
  display: inline-block;
    width: 100%;
    max-width: 280px;
    line-break: anywhere;
}

.resend-call-btn
{
  min-width: 75px;
}

/* Plan Upgrade */

.premium_plan_badge{
  font-size: var(--p-text-body-sm-font-size);
  font-weight: var(--p-text-body-sm-font-weight);
}

.analytics-locked{
  filter: blur(1px);
  pointer-events: none;
  user-select: none;
}
.yearly_plan{
  display:none;
}
.monthly_plan{
  display:block;
}
.main-div{
  background:#e5e5e5;
  padding:3px;
  border-radius:6px;
  display:inline-flex;
  margin-bottom: 12px;
}
.main-div button{
  border:none;
  padding:6px 14px;
  font-size:14px;
  border-radius:8px;
  background:transparent;
  cursor:pointer;
  color:#333;
}
.main-div button.active-toggle{
  background:#ffffff;
  box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
.pricing-card .Polaris-List{
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.pricing-card .Polaris-List__Item{
  display: flex;
  margin-bottom: var(--p-space-300);
}
.pricing-card .Polaris-List__Item svg{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.pricing-card .Polaris-List__Item span{
  line-height: 18px;
  display: inline-block;
}