/* 
 * Purpose: This CSS file styles different plugin settings elements.
 */

.menu-collection {
  padding: 15px !important;
  border: none;
}

.menu-collection .collection-item {
  display: inline-block !important;
  margin: 5px 0px;
  border: none;
  border-radius: 25px;
  background-color: transparent;
}

.menu-collection .collection-item span {
  color: #333333;
  font-weight: 600;
}

.content-pad {
  padding: 30px 20px;
}

.content-pad .main-content {
  padding: 20px;
  border-radius: 5px;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: transparent;
  outline: none !important;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
  box-shadow: unset;
}

.tabs .tab a {
  color: #212121;
  font-weight: 600;
  text-transform: capitalize;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: #4DB6AC;
  font-weight: 600;
  text-transform: capitalize;
}

.tabs .indicator {
  background-color: #4DB6AC;
}

.small-plugin-image {
  display: block;
  width: 70px;
  margin: 0 auto;
}

.support-tab .divider {
  margin: 30px 0px 30px;
}

.promo i {
  margin: 20px 0;
  color: #F3A61D;
  font-size: 4rem;
  display: block;
}

.promo-caption {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.top-mar {
  margin-top: 20px;
}

.top-mar-10 {
  margin-top: 10px;
}

.tb-pad-10 {
  padding: 10px 0px;
}

.top-mar-30 {
  margin-top: 30px;
}

.zero-mar {
  margin: 0px;
}

.font-p-med {
  font-size: 14px;
}

.awca-help-text {
  color: #dd7327 !important;
}

.awca-badge {
  background-color: #dd7327 !important;
  min-width: 1.5rem !important;
  border-radius: 50px !important;
}

.awca-badge.left {
  margin-right: 15px !important;
}

.awca-options {
  min-height: 575px !important;
}

.awca-options .notice-info {
  border-left-color: #DD7327 !important;
}

.awca-options .progress,
.awca-options .off {
  display: none;
}

.awca-options .progress.on {
  display: block;
}

.awca-options .clearfix {
  clear: both;
}

.awca-options .notice-info p {
  font-size: 15px;
  text-align: center
}

.material-icons.info,
.material-icons.shopping_cart {
  color: #DD7327 !important;
}

.awca-options .new {
  background-color: #DD7327 !important;
  color: #ffffff !important;
}

.awca-options .green {
  background-color: #4CAF50 !important;
}

.awca-options .collapsible {
  box-shadow: none !important;
  border: none !important;
}

@media only screen and (max-width: 600px) {
  .menu-collection .collection-item {
    display: block !important;
    min-width: 170px;
  }

  .awca-options .right,
  .awca-options .left {
    float: none !important;
  }

  .awca-options i.left {
    float: left !important;
  }

  .awca-options i.right {
    float: right !important;
  }

  .awca-options .awca-col {
    text-align: center;
    margin: 10px 0;
  }

  .awca-options .valign-wrapper {
    display: block !important;
  }

  .tabs .tab {
    margin: 0px;
  }
}

.btn:hover {
  color: #ffffff;
}

.api-require,
.manual-connect,
.awca-gdpr {
  display: none;
}

.upgrade-option {
  border-radius: 25px;
}

.upgrade-btn {
  background-color: #DD7327;
}

[id^=chartdiv] {
  width: 100%;
  /* min-height  : 550px; */
}

[id^=awca_status_widget] .awca-box p {
  display: none !important;
}

.chart_box {
  margin-bottom: 20px;
}

.chart_box .awca-box {
  border-radius: 15px;
  margin: 0px;
  box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
  padding: 20px 25px;
}

.quick_stats {
  margin: 10px 10px;
  border-radius: 15px;
  box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
  padding: 5% 10%;
}

.stat_value p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 20px;
}

.stat_value_2 p {
  font-size: 32px;
  font-weight: 700;
  color: #135e96;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 20px;
}

.stat_title p {
  margin-top: 5px;
  font-weight: 500;
  color: #888;
  margin-bottom: 5px;
}

.stat_icon img {
  margin-top: 10px;
  height: 32px;
}

.google-button {
  height: 60px !important;
}

.awca_pro_icon {
  padding-top: 0px;
  font-size: 18px !important;
  margin-left: 5px;
  vertical-align: sub;
}

span.badge.white-text {
  margin-left: unset !important;
  float: none !important;
}

.per-info {
  order: 2;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  background: #f3f3f3;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
}

.per-info-2 {
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  margin: 0px;
}

.awca-box-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 5px;
}

.awca-box-description {
  display: none;
}

.awca-flex {
  display: flex;
  flex-wrap: wrap;
}

.awca-info-img {
  display: block;
  width: 48px;
  margin: auto;
}

.awca-info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0px !important;
}

.awca-info-description {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 5px !important;
}

.awca-info-box sup {
  margin-left: 5px;
  padding: 0px 5px 5px;
  background: #2196F3;
  border-radius: 5px;
  color: white;
}

.awca-info-box {
  padding: 15px 10px !important;
}

.awca-notice {
  padding: 10px;
  text-align: center;
  background: #F3A61D;
  border-radius: 7px;
  color: white;
  font-size: 16px;
}

.awca-notice .btn {
  border-radius: 20px;
  margin: 0px 10px;
  box-shadow: none;
  font-weight: 700;
}

.inside .valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inside .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.inside .green-text {
  color: #4CAF50 !important;
}

.inside .red-text {
  color: #F44336 !important;
}

.inside i.small {
  font-size: 2rem;
}

.inside .awca-row .awca-col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.inside .awca-row .awca-col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px;
}

.awca-row .tabs .tab {
  min-width: 140px;
}

.awca-row .tabs .tab a {
  padding: 0 5px !important;
}

.awca-reports-disabled {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  background: aliceblue;
  padding: 10px 20px;
  border-radius: 9px;
}

.awca-reports-disabled p {
  font-size: 18px;
}

.journey-per-info {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  background: #f3f3f3;
  padding: 2px 10px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.awca-row .tabs {
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}