*{
    font-family: "Cairo Play", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "slnt" -6;
}
*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
    word-spacing: 8px;
    line-height: 2;
}
h1,h2,h3,h4,h5{
    margin-top: 50px;
    margin-bottom: 15px;
}
.card-title{
    margin-top: 0px;
    margin-bottom: 30px;
}
.rtl {
    text-align: right;
}
pre{
    direction: ltr;
    background-color: #f8f9fa;
    padding: 10px;
}
.ctt{
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
#ifhmsahPost > img{
    /* 16:9 */
    aspect-ratio: 16/9; 
    max-width: 100%;
    height: auto;
    display: block;
}
body {
overflow-x: hidden;
}
  .collapse {
    display: none;
  }
  .collapse.show {
    display: block;
  }

#u-ic img {
    background-color: #ccc;
    border-radius: 50%;
    padding: 2px;
    height: 40px;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a:hover {
	background-color:#007bb7;
}
.social-network a:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:16px;
}
.social-circle li i {
	margin:0;
	line-height:20px;
	text-align: center;
}
.fa > svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
  overflow: hidden;
}
#ifhmsah-logo{
    filter: contrast(10) brightness(10) invert(1);
}
a[href^="https://amzn.to/"] {
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    background-color: #f5d47a;
    color: #000;
    text-align: center;
    border: 1px solid #B38B22;
    border-radius: 3px;
    line-height: 28px;
    justify-content: center;
    padding: 0px 6px;
    align-items: center;
    position: relative;
}

a[href^="https://amzn.to/"]::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2084%2084%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ctitle%3Eicn-amazon-a%3C/title%3E%3Cpath%20d%3D%22M41.698%2083.271c-15.622%200-29.691-5.775-40.337-15.388-.836-.755-.09-1.785.915-1.2%2011.485%206.683%2025.69%2010.708%2040.36%2010.708%209.896%200%2020.775-2.054%2030.785-6.3%201.51-.64%202.775.995%201.298%202.087C65.79%2079.767%2052.845%2083.27%2041.698%2083.27zM67.95%2068.717c-.872.104-1.007-.658-.222-1.21%205.112-3.59%2013.487-2.553%2014.46-1.35.98%201.212-.258%209.608-5.047%2013.615-.737.616-1.438.287-1.111-.526%201.078-2.692%203.49-8.718%202.348-10.181-1.143-1.462-7.55-.693-10.428-.348zm-7.414-4.182c-.756.68-1.853.725-2.707.266-3.808-3.163-4.49-4.624-6.569-7.637-6.293%206.409-10.747%208.332-18.894%208.332-9.649%200-17.153-5.956-17.153-17.863%200-9.303%205.037-15.628%2012.221-18.729%206.217-2.73%2014.902-3.226%2021.547-3.972v-1.488c0-2.73.216-5.952-1.391-8.31-1.396-2.11-4.076-2.978-6.433-2.978-4.371%200-8.26%202.239-9.21%206.88-.2%201.034-.954%202.057-1.992%202.11l-11.107-1.204c-.94-.213-1.982-.963-1.712-2.397C19.688%204.07%2031.857%200%2042.764%200c5.575%200%2012.865%201.487%2017.26%205.706%205.575%205.21%205.04%2012.157%205.04%2019.726v17.85c0%205.373%202.23%207.728%204.324%2010.62.73%201.045.897%202.284-.036%203.047a487.723%20487.723%200%200%200-8.79%207.612l-.026-.026zM48.98%2036.593c0%204.467.108%208.186-2.143%2012.157-1.821%203.223-4.717%205.21-7.934%205.21-4.393%200-6.968-3.35-6.968-8.312%200-9.761%208.757-11.535%2017.045-11.535v2.48z%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin: 0px 4px;
}

a[href^="https://amzn.to/"]:hover {
    background-color: #F8C15D;
    color: #333333;
    text-decoration: none;
}