.social-engine-buttom{
  margin-top: 32px;
}
.graphic-image img{
  margin: 0 auto; 
  width: 70%;
}

pre {
text-wrap: wrap;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
span.social-link-page{
   font-size: 15px;
   color: #5e5c5f;
}

.action{
    color: rgba(106, 106, 106, 0.8);
    font-size: 20px;
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.action:hover, .action:focus{
	background-color: #f2f2f2;
}

.edit-action-post .action{
    float: right;
    margin-top: 0.5rem;
}

.point_heading{
    color: #f36649;
}
.history .card-table {
    border: 1px solid #f2f2f2;
    min-height: auto !important;
}
.rss_output {
    max-width: 800px;
    margin: 0 auto;
    background: white;

  
}
  
.editable{ background:#f2f2f2}

.engine-detail-card{
    text-align: center;
}
.engine-detail-card p{
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
}
    	
.podcast-detail-div{
    grid-template-columns: repeat(2, 1fr) !important;
}
