@font-face {
  font-family: "Cairo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Cairo-Regular.eot);
  src: url(./fonts/Cairo-Regular.eot?#iefix) format("embedded-opentype"),
  url(./fonts/Cairo-Regular.woff2) format("woff2"),
  url(./fonts/Cairo-Regular.woff) format("woff"),
  url(./fonts/Cairo-Regular.ttf) format("truetype");
}

body {
  font-family: 'Cairo-Regular', arial;
}
.login-card { max-width: 420px; margin: 60px auto; }
.card-hover:hover { background: #f8f9fa; }
.message-body { white-space: pre-wrap; line-height: 1.7; }
.attachment-badge { text-decoration: none; }
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .form-select { background-position: left .75rem center; }
.to_end{position: absolute; float: left; left: 10px;}

.text-right{text-align: right !important;}
.text-left{text-align: left !important;}