/* google search }*/

.cse .gsc-control-cse,
div .gsc-control-cse { padding: 10px; width: 90%;}

.gsc-input-box {
    background: none repeat scroll 0 0 #FFFFFF;
	width: 150px;
	height: 34px !important;
	border-radius: 4px;
}
.gsc-input {
	background: none repeat scroll 0 0 #FFFFFF !important;
    padding: 4px !important;
    width: 150px;
	border-radius: 4px;
}
.gsc-search-button{width: 1px;}
.gsc-clear-button{display: none;}
input.gsc-input{border-color: transparent !important;}
/* google search }*/

/* For COVID 19 */
.covid_links ul { /* main-list */
    list-style: none; /* do not remove */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.covid_links ul li {
    margin: 0;
    border: 0;
    outline: 0;
    overflow: visible; /* do not remove *//
}

.covid_links li a {
    text-decoration: none;  
    padding: 15px 0 !important;
	width:100%;
    border-bottom: solid 1px #e6e6e6;
    -webkit-transition: border 0.4s ease 0s;
    -moz-transition: border 0.4s ease 0s;
    transition: border 0.4s ease 0s;
	display:block;
}
.covid_links li:last-child a{
	border-bottom: none;
}

.covid_links ul li.active a { /* active nodes */
    font-weight: bold;
}
.covid_links ul ul{
	    background: #fcf8e3;
}
.covid_links ul ul li a{
	    padding-left:20px !important;
}
.sw-blog-posted-by {
    font-size: 12px;
    font-style: italic;
    margin: 3px 0px 10px 0px;
}
h1.ui-article-title {
    font-size: 15px;
    font-weight: bold;
}
.ui-article-description h4{font-weight:bold;}
.ui-article-description img{width:100%;}
.ui-article-description h2{font-size:24px; font-weight:bold;}
.ui-article-description h3{font-size:20px; font-weight:bold;}

.bg-gray-l1 {
    background-color: #e0e0e0!important;
    color: #000;
    padding: 1rem;
}
.bg-amber-t {
    background-color: #ffecb3!important;
    color: #000;
    padding: 1rem;
}
.covid_body .card .card-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.125);
	font-size:24px; font-weight:bold;
}
.bg-amber-q {
    background-color: #fff7e1!important;
    color: #000;
    padding: 1rem;
}
.bg-gray-l3 {
    background-color: #f5f5f5!important;
    color: #000;
    padding: 1rem;
}
ol.circle-numbers {
    padding-left: 0;
    counter-reset: numbered-counter;
    list-style: none; 
}
ol.circle-numbers li {
    margin: 0 0 0.5rem 0;
    counter-increment: numbered-counter;
    display: flex;
    padding-top: .3em;
}
ol.circle-numbers li::before {
    content: counter(numbered-counter);
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 40px; 
    background: #2d3092;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
    flex-shrink: 0;
    top: -.3em;
    position: relative;
}

.clickable
{
    cursor: pointer;
}


/* For COVID 19 end */