body {
  background-color: transparent !important;
}

#wpcontent {
    padding-right: 20px;
}

.subitem-submenu-link {
  cursor: pointer;
}

.widgets {
  /*max-height: 70vh;*/
  overflow: auto;
  overflow-x: hidden;
}
.clearfix {
  clear: both;
}
.mt-4 {
  margin-top: 15px;
}

span.pie-text {
    /* padding-top: 70px; */
    position: absolute;
    top: 31px;
    left: 0px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 80px;
}

.scan-settings-side {
  width: 450px;
}

.scan-settings-side .form-group {
  margin-bottom: 5px;
}
.scanner-settings .select2-selection--multiple {
  /*height: 175px;*/
}
.scanner-settings .cwis-generic .form-group {
  float: right;
}

.bg-danger {
    --bs-bg-rgb-color: #E5799D;
    background-color: #E5799D !important;
}

.bg-success {
    --bs-bg-rgb-color: #97CDA0;
    background-color: #97CDA0 !important;
}

.bg-plugins {
  background-color: #fec228;
}

.bg-themes {
  background-color: #f14f1f;
}

.bg-core {
  background-color: #30b7e9;
}

.cwis-icon {
    text-align: center;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    border-radius: 10px;
    height: 24px;
    width: 26px;
    padding: 3px;
    border: 1px solid transparent;
    margin-top: 0px;
}

.cwis-icon-alert {
  padding: 0px;
}

.cwis-icon-bug {
  padding: 2px;
  height: 22px;
  width: 22px;
}

.cwis-icon-ok {
  background: #97CDA0;
  padding: 1px;
  height: 22px;
  width: 22px;
}

.select2-selection.select2-selection--multiple,
.cwis-generic .select2-container--default .select2-selection--multiple {
  /*min-height: 120px;*/
}

.locked-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: black;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.site-container {
  direction: ltr !important;
}


.wp-core-ui select {
  max-width: auto;
}

input[type=checkbox],input[type=radio] {
    height: 1.5625rem;
    width: 1.5625rem;
}

#header-popup-menu {
    display: none;
}

#header-popup-menu-starter:hover + #header-popup-menu {
    display: block;
}

#header-popup-menu:hover  {
    display: block;
}

#header-popup-news {
    display: none;
}

#header-popup-news-starter:hover + #header-popup-news {
    display: block;
}

#header-popup-news:hover  {
    display: block;
}

.news-section .news {
    flex: 3;
}

.news-section .news .news-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

table.dataTable tbody td.dt-checkboxes-cell {
    /*padding: 10px 18px;*/
}

.cwis-defender .table thead:first-child tr:first-child th ,
.cwis-explorer .table thead:first-child tr:first-child th ,
.cwis-components .table thead:first-child tr:first-child th {
    padding-left: 10px;
    padding-right: 10px;
}

.no-right-padding {
    padding-right: 0;
}

.cwis-components .dt-checkboxes-select-all,
.cwis-defender .dt-checkboxes-select-all,
.cwis-explorer .dt-checkboxes-select-all {
    width: 1%!important;
}

.scanner-settings .select-wrap{
    max-width: 250px;
}

.highlight-line {
    background-color: #ffeb3b;
}



@media (max-width: 640px) {
    a.site-navbar-list-link {
        padding: 12px 0 0;
    }
    a.site-navbar-list-link b, a.site-navbar-list-link span {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    .auto-fold #wpcontent {
        padding-right: 10px;
    }
}
