/* main css */


/*
.custom {
    height: 60px !important;
}

.toolbar-inner {
    max-height: 44px;
    bottom: 0 !important;
    top: auto;
}

.toolbar-audio-container {
    position: absolute;
    height: 40px;
    top: 0;
    background: green;
    width: 100vw;
    text-align: center;
    line-height: 20px;
}

.toolbar-text-container {
    position: absolute;
    height: 15px;
    top: 0;
    background: black;
    width: 100vw; 
    text-align: center;
    line-height: 14px;
}

.toolbar-text-container span {
    font-size: 12px;
}
*/

.cc{
	display: flex;
	justify-content: center;
	align-items: center
}

.c-s-m{
	display: flex;
	justify-content: space-between;
	align-items: center
}
.img {
    width: 100%;
}

.toolbar-inner a span {
    margin: -15px 0;
}

.toolbar-inner a i {
    padding: -5px 0;
}

.toolbar-inner a {
    display: flex;
    flex-direction: column;
}

.icon-red {
    color: #2196f3;
	
}

.icon-play-red {
    color: #2196f3;
	font-size: 7em;
}

.temp-navbar {
    color: #ff9800;
}

.img-fd {
    width: 100px;
}

.pharm-on-call {
    font-size: 1.5em;
    font-weight: bold;
}

.icn-food {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-content-start {
    border: 1px solid green;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 2em;
}

.news-content-stop {
    border: 1px solid red;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 2em;
}

.demo-card-header-pic .card-header {
    height: 60vw;
    /*width: 40vw;*/
    background-size: cover;
    background-position: center;
    color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}

.vid {
    height:200px;
    /*border: 2px solid green;*/
}

.article-slider-date{
	background-color: #00000078;
	color: white;
	padding: 0 5px;
	border-radius: 5%;
}