/*css*/
.modal-fr{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
	display:none;
	z-index:100;
}
.form,.accept-choise,.alert{
	margin:10% auto;
	width:50%;
}
.accept-choise,.alert-success, .alert-warning{
	display: none;
}
.btn, .choise-btn{
	cursor: pointer;
}
.display-3 {
    font-size: 2rem;
}
.accept-choise .btn-light{
	float: right;
}
.scroll-list{
	overflow:auto;
}
.alert-success .btn-light{
	float: right;
}
#close-modal-fr{
	cursor:pointer;
}
.table-fr,.after-table-fr{
	margin:40px auto;
	width:60%;
}
.after-table-fr{
	text-align:center;
}
.after-table-fr .text{
	color: #000000;
    font-size: 30px;
    font-family: 'Open Sans';
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	margin:0px 0px 20px 0px;
}


@media (max-width: 1024px){
	.after-table-fr {
		width: 80%;
	}
	.form,.accept-choise,.alert{
		width:100%;
	}
}