﻿.bbl-modal{width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; right:0; bottom:0; }
.bbl-modal .overlay{width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; right:0; bottom:0; background-color:rgba(34, 37, 44, 0.66); }
.bbl-modal .scope{width:420px; height:auto; overflow:hidden; position:absolute; z-index:9999; top:20%; left:50%; margin-left:-210px; background-color:#1c1c1c; color:#fff; }
.bbl-modal .scope .header{width:100%; height:auto; float:left; }
.bbl-modal .scope .header .button-close{width:30px; height:30px; line-height:30px; text-align:center; float:right; position:relative; cursor:pointer; }
.bbl-modal .scope .header .button-close:before{content:"\f00d"; font-size:17px; font-family:'Line Awesome Free'; font-weight:900; }
.bbl-modal .scope .content{width:calc(100% - 40px); height:auto; float:left; padding:0px 20px 40px 20px; }
.bbl-modal .scope .content span{width:100%; height:auto; float:left; font-size:21px; text-align:center;  }
.bbl-modal .scope .content p{width:100%; height:auto; float:left; margin-top:7px; font-size:16px; text-align:center; }
