
.mailmunch-scrollbox {
    box-sizing: border-box;
	direction: rtl;
	text-align:right;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 999999;
    transition: bottom 0.4s ease 0s;
    opacity:0;
    display: none;
	width:100%;
	height:372px;
	border: 2px solid #8B1A1A;
	max-width: 500px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.modal-header .close { 
	float: left;
	margin: -1rem auto -1rem -1rem;
	}
	
.modal-title { color: #8B1A1A;}

.modal-content {height:100%; border: none;}
.modal-content iframe {width:100%; height:100%; border:none; overflow:hidden;}

.modal-footer>:not(:last-child) {
    margin-left: .25rem;
}
.btn { padding: .15rem 2.5rem;}
.btn-primary {
    color: #fff;
    background-color: #8B1A1A;
    border-color: #8B1A1A;
	}
.btn-primary:hover {
    color: #fff;
    background-color: #dad7c5;
    border-color: #efede2;
	color:black;
	}	
.btn:focus, .btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
	}

.modal-body {
	direction:rtl;
	text-align: right;
	font-size:0.8rem;
	}

.form-group .form-control {text-align:right; font-size: .8rem}




	


	
