/**
 * PLUGIN STYLES
 * Plugin: misc plugins
 * =============================
 * Date: 14-12-2019
 */

/* checkbox styling
 */

input[type="checkbox"] {
   borde-radius: 0 !important;
}

/* Style Sweet alert
 * Delete Account
 */
.sweet-alert h2 {
   font-family: "Roboto Condensed", Sans-serif;
}

input[type="checkbox"], input[type="checkbox"]:focus {
   position: relative;
   float: left;
   border: 1px solid #1A3462;
   display: block;
   font-size: 12px;
   font-weight: 400;
   line-height: initial;
   margin-top: 5px !important;
   margin-right: 8px;
   padding: 10px;
   width: 20px;
   height: 20px;
   box-sizing: border-box;
   vertical-align: middle;
   text-align: center;
   color: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
input[type=checkbox]:checked:before {
   font-family: "Font Awesome 5 Free";
   content: "\f00c";
   font-weight: 900;
   color: #fff;
   line-height: 1.5em;
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-color: #1A3462;
}

/* mobile styling
 */
@media screen and (max-width: 767px) {
   /* #ldnt-shortcode form table.notes-listing thead {
      display: none;
   } */
}


/**
 * gdpr cookie consent
 */
.cli-bar-popup [type=button]:hover,
.cli-bar-popup [type=button]:focus {
   background-color: #fff !important;
}


/**
 * Facet WP
 * Autocomplete
 */

/* hide search button */
.facetwp-autocomplete-update[type="button"] {
   display: none;
}

/* fcomplete-results */
.fcomplete-wrap {
   z-index: 9;
}


/**
 * CBX Bookmark
 */

.cbxwpbkmarktrig-label {
   color: #fff;
}