
@import 'scss/image_or_icon_radio';
@import 'scss/slider';
#accordion-panel-apbd_mca_panel{
  .accordion-section-title {
    background: #6ee1f4;
    color: #fff;
    border-left: 4px solid #6ee1f4;
  }

}
label.apbd-app-box-option{
  margin: 5px;
  .apbd-app-box-html{
    margin: 0 !important;
    background: #fff;
    .apbd-common-im{
       >img{
         width:36px;
       }
     }
    .apbd-rdo-container {
      width: 75px;
      font-size: 10px;

      > img {
        border-bottom: 1px solid rgba(204, 204, 204, 0.44);
        display: block;
      }

      white-space: nowrap;

      .dr-footer-type {
        font-size: 88px;
        &.apmc.ap-circle {
          font-size: 56px;
          line-height: 88px;
          margin-left: -10px;
          margin-right: -11px;
        }
        & + div {
          margin-top: -25px;
          color: #fff;
          padding-right: 15px;
          margin-bottom: 15px;
        }

        & + div + div {
          border-top: 1px solid #cccccc69
        }
      }
      .dr-footer-anim {
        font-size: 88px;
        &.apmc.ap-circle {
          font-size: 56px;
          line-height: 88px;
          margin-left: -10px;
          margin-right: -11px;
        }
        & + div {
          margin-top: -25px;
          color: #fff;
          padding-right: 15px;
          margin-bottom: 15px;
        }

        & + div + div {
          border-top: 1px solid #cccccc69
        }
      }
    }

    .icon-ch-ad{
      font-size: 19px;
      padding: 10px 0px;
      margin: 0;
      display: block;
      width: 39px;
    }



  }
}

.wp-customizer-container {
  .apbd-switch {
    display: flex;

    .customize-control-title {
      width: 250px;
    }

    .apbd-sw-control {
      padding-top: 20px;
      width: 120px;
      position: relative;

      > .material-switch.material-switch-sm {
        position: absolute;
        bottom: 14px;
        >label{
          position: absolute;
        }
      }
    }
  }
}