#magtu_message_for_debtor_background{
	top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #55555575;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	z-index:2000;
}
#magtu_message_for_debtor_message {
	position: fixed;
    width: 60vw;
	max-height:80vh;
    background: #323c8d;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Century Gothic',Arial,sans-serif;
    padding: 2rem;
    box-shadow: 0 0 40px 5px #eee;overflow-y: scroll;
}
#magtu_message_for_debtor_message p{
	margin-bottom:0.5rem;
}
#magtu_message_for_debtor_close_button{
	background:#fff!important;
	color:#495057!important;
}
#magtu_message_for_debtor_close_button:hover{
	background:#e8f0fb!important;
}
.magtu_message_for_debtor_text .title{
	font-weight:700;
	font-size: 1.1rem;
	text-align:center;
}
.magtu_message_for_debtor_text .bold{
	font-weight:700;
	font-size: 1rem;
}
.magtu_message_for_debtor_text .bold_red{
	font-weight:700;
	font-size: 1rem;
	color:#f33;
}
.magtu_message_for_debtor_text .left{
	text-align:left!important;
}
.magtu_message_for_debtor_text{
	color: white;
	font-size: 0.9rem;
	text-align:justify;
}
