

.content{

    margin-bottom: 0;
    /* padding-bottom: 10px; */
    margin-top:3px;
    border-radius:4px;
    
    max-width:960px;
    
}
.insight-popup-logo{
		width: 90px;
		margin: 0 auto;
		vertical-align: sub;
		align-items: center;

	}
	.insight-popup-title{
		margin-left: 32%;
		
		display:none;
	}
	@media(max-width:540px){
		.insight-popup-title{
			margin-left: 30%;
		}
	}
	@media(max-width:500px){
		.insight-popup-title{
			margin-left: 28%;
		}
	}
	@media(max-width:450px){
		.insight-popup-title{
			margin-left: 26%;
		}
	}
	@media(max-width:428px){
		.insight-popup-title{
			margin-left: 20%;
		}
	}
	
	@media(max-width:414px){
		.insight-popup-title{
			margin-left: 19%;
		}
	}
	
	@media(max-width:375px){
		.insight-popup-title{
			margin-left: 15%;
		}
	}
.title-image{
    width: 100%;
    margin: 10px auto;
}
 
  .mat-list-base{
      padding-top:0px;
  }

  .topic-list{
    width: 95%;
  }
  .question-list-item-header{
      display: flex;
      background-color:rgb(241 241 241);
      border-radius:3px;
      padding:10px 10px 10px 10px;
  }
  .question-list-item-header-title{
    flex:1 1 0;
  }

  .topic-question-text{
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 8px;
    display: inline-block;
    font-family:Merriweather,serif;
  }
  .short-description{
    margin: 5px 0px 10px;
    font-size: 1em !important;
    line-height: 1.3em;
    font-weight: 300;
    font-family:Merriweather,serif;
  }
 
  

.tite-share-button{
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 43%;
}
@media(max-width:428px){
  .tite-share-button{
    bottom: 38%;
  }
}

@media(max-width:556px){
  .topic-list{
    margin-bottom: 60px;
  }
}

/*introuction*/
.text-introduction{
  margin: 0 auto;
  margin-bottom: 5px;
  width: 95%;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  padding:0px 18px;
}

/*end introuction*/
.more-less-button{
  display: inline;
}
.more-less-des-button{
  height: 22px !important;
  line-height: 22px !important;
}
@media(max-width:428px){
  .more-less-des-button{
    width: 60px !important;
  }
  .more-less-button{
    width: 60px !important;
  }
}

@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .more-less-des-button{
      width: 60px !important;
    }
    .more-less-button{
      width: 60px !important;
    }
  }
}

.topic-button{
    width: 75%;
    margin: 0 auto;
    padding: 10%;
    background-color: #f0f8ff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #cbd5dd;
    min-height: 50px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}

.topic-button span{
  vertical-align: middle;
}

.topic-title{
  text-align: left;
  font-weight: 600 !important;
  font-size: 1.4em !important;
  margin-bottom: 10px;
  margin-top: 10px;
  color: rgb(255,255,255);
  font-family:Merriweather,serif;
  background-color: rgb(77 120 217);
  padding: 50px 0px 50px 40px;
  width:99%;
  background-image:url();
  background-repeat:no-repeat;
}

.topic-header{
  padding: 10px 16px 10px 16px;
  height: 40px;
  display: flex;
  /* width: 100%; */
  width: 95%;
  
}
.topic-header-title{
    flex: 1 1 0;
    line-height: 40px;
    font-size: 1.2em;
    color: rgb(216, 216, 216);
    font-weight: 700;
    /*text-align: center;*/
}
@media(max-width:430px){
  .topic-header-title{
    line-height: 1.6em;
  }
}
.focus-name{
  line-height: 1.3em!important;
  font-size: 0.9em;
  color: rgb(255, 255, 135);
  font-weight: 300;
  text-align: center;
  font-family:Merriweather,serif;
  display: block;
}

.topic-header-button{
  margin: 15px;
}

.topic-button{
  width: 75%;
  margin: 0 auto;
  padding: 10%;
  background-color: #f0f8ff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cbd5dd;
  min-height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
}

.topic-button span{
  vertical-align: middle;
}

.icon-right-arrow{
  font-size: 30px;
}

@media(max-width:450px){
  .icon-right-arrow{
    font-weight: bold;
    font-size: 30px;
  }
}

.general-list{
  width: 100%;
}