/**
Theme Name: RWS AJSB
Author: Rhizomatic Web Services
Author URI: https://rhizomaticweb.com
Description: RWS Theme for Ajara Janata Sahakari Bank Ltd.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rws-ajsb
Template: astra
*/

.header-info {
    float: left;
    padding: 10px 40px;
    font-weight: bold;
    color: #B40000;
}

.ast-header-html-2 {
    overflow-wrap: normal;
}

.header-icon {
    float: left;
    display: block;
    margin-right: 10px;
}


h2:after, h1:after, h3:after {
background: #B40000 repeat scroll;
    bottom: -5px;
    content: "";
    display: block;
    height: 6px;
    position: relative;
    width: 60px;
    border-radius: 10px;
}

.mlink {
	border-right : 1px solid #ffffff;
	border-radius : 15px;
}

.mlink img { margin-right:8px}

/** Mobile CSS */

.mlink img {    
background: var(--ast-global-color-0);
    padding: 3px;
}

.wp-block-table table {
    width: 90% !important;
}

.blink {
  animation: blinker 1s linear infinite;
  color : #ffffff;
  background : var(--ast-global-color-0);
	  
}

@keyframes blinker {  
  50% { opacity: 0.9; background : #ff0000; }
}