.plain-error-message {padding:15px;}
.alert { position: relative; padding: 1rem 1rem; margin: 1rem; border: 1px solid transparent; border-radius: 4px; }
.alert-light-danger, .alert-danger { color: #EB3B56; background-color: #f9e7eb; border-color: #f9e7eb; }
.alert-light-danger .alert-link, .alert-danger .alert-link { color: #EB3B56; }
.alert-light-success, .alert-success { color: #020202; background-color: #a8eef7; border-color: #a8eef7; }
.alert-light-success .alert-link, .alert-success .alert-link { color: #020202; }
.alert-light-warning, .alert-warning { color: #664d03; background-color: #fff8ec; border-color: #fff8ec; }
.alert-light-warning .alert-link, .alert-warning .alert-link { color: #664d03; }
.alert-light-info, .alert-info {color: #020203; background-color: #cfecfe; border-color: #cfecfe; }
.alert-light-info .alert-link, .alert-info .alert-link {color: #020202; }

/* Poppins Medium */
@font-face {  font-family: 'Poppins';  src: url('/assets/plugins/font-awesome/font/Poppins-Medium.woff2') format('woff2'), url('/assets/plugins/font-awesome/font/Poppins-Medium.woff') format('woff');  font-weight: 500;  font-style: normal;  }
/* Poppins Regular */
@font-face {  font-family: 'Poppins';  src: url('/assets/plugins/font-awesome/font/Poppins-Regular.woff2') format('woff2'), url('/assets/plugins/font-awesome/font/Poppins-Regular.woff') format('woff');  font-weight: 400;  font-style: normal;  }
.ps-medium {font-family: 'Poppins', sans-serif;font-weight: 500; font-size: 18px;color: #1A065C;letter-spacing: 0;line-height: 28.69px;}
.ps-regular {font-family: 'Poppins', sans-serif;font-weight: 400;font-size: 15px;color: #1A065C;letter-spacing: 0;line-height: 21.69px;}

/** for views/sr/index.php***/
body.sr-body #container { }
body.sr-body #custom_text {width: 100%; padding: 20px; margin: 200px auto; display: none;}
body.sr-body .fs-20 {font-size: 20px;}