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


/*=========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;
}