.bzhy_red_pointer:hover {
    color: #ff0000;
    font-weight: 600; 
    cursor: pointer;
}

.bzhy_red_pointer{
    color: #f17a2b;
    font-weight: 600;
    cursor: pointer;
}

.bzhy_admin_delete_button{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}

.bzhy_admin_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-left: -20px;
    padding: 13px 15px;
    border-bottom: 1px solid #b5bfc9;
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.bzhy_admin_header_logo {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.bzhy_admin_header_logo_text  {
    font-size: 22px;
    font-weight: 500;
    margin: 11px auto 0 0;
}

a.bzhy_admin_header_help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    padding: 0 3px;
    color: #858b90;
    border: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-decoration: none;
}

a.bzhy_admin_header_help i {    
    font-size: 40px;
    width: auto;
    height: auto;
    margin: 0 !important;
}

a.bzhy_admin_header_help:hover{
    color: #2271b1;
}

.bzhy_admin_breadcrumbs_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1020px;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bzhy_admin_breadcrumbs{
    font-size: 13px;
/*    font-weight: 500; */
    line-height: 1;
/*    text-transform: uppercase; */
    color: #808080;
    margin-bottom: 20px;
}

.bzhy_admin_divider {
    margin: 0 8px;
}

.bzhy_admin_active {
/*    color: #242628; */
/*    cursor: pointer; */
    color: #2d2d2d; 
    font-weight: 600;
    text-decoration: none;
}

.bzhy_admin_active:hover{
    color: #ff0000;
}

.bzhy_admin_disactive {
    color: #2d2d2d; 
    text-decoration: none;
}
.bzhy_admin_disactive:hover{
    color: #ff0000;
}

.bzhy_admin_overview_tab_panel{
    margin-top: 0;
}

.bzhy_admin_overview_tab_panel>.components-tab-panel__tabs {
    z-index: 10;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
    display: flex;
    flex-direction: row;
}

.bzhy_admin_components_button {
    align-items: center;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--wp-components-color-foreground, #1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    transition: box-shadow .1s linear;
}

.bzhy_admin_components_tab_panel__tabs_item {
    height: auto;
    padding: 0 15px;
    border: 1px solid #b5bfc9;
    border-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 39px;
    box-shadow: none;
    cursor: pointer;
    margin-left: 0;
    position: relative;
}

.bzhy_admin_components_tab_panel__tabs_item:hover{
    color: #1a1e22;
    background: #f8f9fa;
}

.bzhy_admin_components_tab_panel__tabs_item:last-child {
    border-right: 1px solid #b5bfc9;
    border-radius: 0 4px 0 0;
}

.bzhy_admin_button_is_active {
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #1a1e22;
    background: #f8f9fa;
}

.bzhy_admin_overview_pannel_content {
    padding: 30px 20px 5.5rem 20px;
    margin-left: -20px;
    margin-top: -1px;
    border-top: 1px solid #b5bfc9;
    border-bottom: 1px solid #b5bfc9;
    background: #f8f9fa;
    position: relative;
    margin-bottom: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0.25rem;
}

.bzhy_admin_overview_pannel_content_item {
    text-align: center;
    min-width: 200px;
    justify-items: center;
    margin-top: 1rem;
}

.bzhy_admin_overview_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: .9375rem;
    display: flex;
}

.bzhy_admin_overview_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 1.875rem 1.25rem 80px;
    text-align: center;
    flex: 0 0 288px;
    background: #fff;
    border: 1px solid #b5bfc9;
    border-radius: 6px;
    position: relative; 
}

.bzhy_admin_overview_box header {
    line-height: 55px;
}

.bzhy_admin_overview_icon{
    font-size: 60px;
    width: 60px;
}

.bzhy_admin_color_red{
    color: #ff0000;
}

.bzhy_admin_overview_item_status{
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #b5bfc9;
    border-radius: 0 0 6px 6px;
    background: #f8f9fa;
}
/* 隐藏原生的checkbox */
.bzhy_admin_overview_switch_input {
    display: none !important;
  }
  

  /* 创建滑动条的基础样式 */
  .bzhy_admin_overview_slider {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
    cursor: pointer;
    float: inline-end;
  }
  
  /* 创建圆形滑块 */
  .bzhy_admin_overview_slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
  }
  
  /* 当checkbox被选中时，改变滑块的样式 */
  .bzhy_admin_overview_switch input:checked + .bzhy_admin_overview_slider {
    background-color: #2196F3;
  }
  
  .bzhy_admin_overview_switch input:checked + .bzhy_admin_overview_slider::before {
    transform: translateX(30px);
  }

  .bzhy_float_left {
    float: left;
  }

  .bzhy_admin_overview_hidden { 
    display: none !important;
  }

  .bzhy_admin_overview_load {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #2196F3; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: inline-end;
    display: none;
    animation: bzhy_admin_overview 1s linear infinite;
  }

  @keyframes bzhy_admin_overview {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .bzhy_icon_tip {
    font-size: 14px;
    cursor: pointer;
    color: #858b90;
  }

  .bzhy_icon_tip:hover {
    color: #ff0000;
  }