@charset "utf-8";
/* CSS Document */
 .btn-close {
      border-radius: 50%;
	border:solid 2px #fff;
      background:rgba(0,0,0,1.00) !important;
      color: #fff;
      padding: 8px;
      font-size: 0.7rem !important;
		font-weight: 600;
      width: 8px!important;
      height: 8px!important;
      display: flex;
      align-items: center;
      justify-content: center;
		position: absolute;
		right: 0;
		top:0;
		z-index: 10000;
		text-decoration: none;
		cursor: pointer;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    }
.modal-body{
	padding: 7px;
}