.sppb-row-container { padding: 0px 0px 0px 0px !important; }
img { width: 186px !important; height: 186px !important; }
img.content { width: inherit !important; height: inherit !important; } 
img.table { width: auto !important; height: auto !important; } 

.sppb-text-left { margin-left: 2px!important; margin-bottom: -3px !important; }
.sppb-img-responsive { opacity: 0.6; }


/* Close Button */
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {display: none !important;}

/* Popup - Content */
.white-popup-block { overflow: auto !important; line-height: 160% !important; 
background: rgb(222,22,50) !important;
background: linear-gradient(135deg, rgba(222,22,50,1) 0%, rgba(163,11,35,1) 67%, rgba(109,0,21,1) 100%) !important;
box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.9), 0 0 72px 72px rgba(0, 0, 0, 0.7);
}
h1, h2, h3, h4 { color: #ffffff !important; margin-bottom:20px !important; }
p, ul, ol, td { line-height: 160% !important; color: #ffffff !important; }
p > a { line-height: 160% !important; color: #ffffff !important; font-weight: 500 !important; }
p > a:hover { text-decoration: underline; }

a.pdf:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1rem;
  content: "\f1c1";
  display: inline-block;
  padding-right: 6px;
  vertical-align: left;
}

a.link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1rem;
  content: "\f0da";
  display: inline-block;
  padding-left: 3px;
  padding-right: 6px;
  vertical-align: left;
}

kbd {
  color: #000000 !important; 
  background-color: #cccccc; 
  box-shadow: 2px 2px 1px #666666;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
background: rgb(109,0,21);
background: linear-gradient(90deg, rgba(109,0,21,0) 0%, rgba(172,24,53,1) 67%);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(102,102,102);
background: linear-gradient(90deg, rgba(102,102,102,1) 0%, rgba(153,153,153,1) 67%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(153,153,153);
background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(102,102,102,1) 67%);
}