.content-discussions { 
  grid-area: content-discussions;
  width: 1058px;
height: auto;
margin-top: 30px;
margin-left: 37px;
border: 1px solid #ECECEC;
border-radius: 3px;
  
}

.disc-tittle{
  background: #FDF1EB;
border: 1px solid #ECECEC;
border-radius: 3px 3px 0px 0px;
height: 45px;
}

.disc-tittle h4{
  color: #4E4E4E;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 25px;
margin: 11px 15px 9px 15px;
  
}

.disc-content{
display: flex;
justify-content: center;
flex-direction: column;
}
#topic-creation p{
  margin: 15px auto 27px auto;
  display: flex;
  justify-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ED7839;
}

.disc-icons{
  display: flex;
  justify-content: space-evenly;
  margin-right: 375px;
  margin-left: 375px;
}

.disc-content h5{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #595959;
margin: 35px 215px 14px 215px;
}

/* TOPIC CREATION CSS */

.creat-topic{
  background: linear-gradient(180deg, #FEB254 0%, #F0813D 100%);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
border-radius: 4px;
display: flex;
flex-direction: row;
width: 132px;
height: 32px;
color: #FFFFFF;
justify-content: center;
align-items: center;
position: relative;
left: 44%;
}

.creat-topic:hover{
  cursor: pointer;
}

.creat-topic i{
margin-right: 10px;
}

.disc-topic{
margin: 15px;
display: flex;
background: #FFFFFF;
border: 1px solid #E7E7E7;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
border-radius: 4px;
width: 1028px;
height: 148px;
flex-wrap: wrap;
}

.disc-topic h3{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #ED7839;
margin: 17px 736px 3px 24px;
}

.disc-topic h4{
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #5C5C5C;
margin-left: 24px;
}

.disc-topic p{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #4D4D4D;
margin-left: 24px ;
}

.topic-icons{
  display: flex;
  flex-direction: row;
  margin-left: 24px;
  color: #ED7839;
}

.topic-icons i:nth-child(2){
  margin-left: 20px;
}

/* CREATION TOPIC CSS */

.recreat-topic{
background: linear-gradient(180deg, #FEB254 0%, #F0813D 100%);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
border-radius: 4px;
display: flex;
flex-direction: row;
width: 180px;
height: 32px;
color: #FFFFFF;
justify-content: center;
align-items: center;
position: relative;
left: 41.5%;
}

.recreat-topic:hover{
  cursor: pointer;
}

.recreat-topic i{
padding: 10px;
}

#topic-submit{
 display: none;
}

#topic-submit .topic-text-send{
  margin: 15px auto 27px auto;
  display: flex;
  justify-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ED7839;
}

#topic-submit h4:first{
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #595959;
}

#topic-submit:nth-child(2) > h4:nth-child(2) {
  position: relative;
  left: 33px;
  text-align: center;
  margin: 0px 0px 10px 0px;
 }

#topic-submit h3{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 137.5%;
text-align: center;
text-decoration-line: underline;
color: #F48F44;
margin-bottom: 30px;
}

#submit-feedback{
box-sizing: border-box;
background: hsla(0, 0%, 91%, 1);
border: 1px solid #E7E7E7;
border-radius: 4px;
width: 1028px;
height: 148px;
margin: 14px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
}

#img-check-submit{
width: 31px;
height: 23px;
margin: 35px auto 7px auto;
}

#submit-feedback p{
  margin-top: 10px;
  margin-bottom: 5px;
}

#topic-default{
  margin: 15px;
display: flex;
background: #FFFFFF;
border: 1px solid #E7E7E7;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
border-radius: 4px;
width: 1028px;
height: 148px;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-evenly;
  display:none;
  
}

/* creating topic css */

#creatingTopic{
  border: 1px solid #E7E7E7;
  padding-bottom: 15px;
  padding-right: -30px;
  margin: 15px;
  display: none;
  margin-bottom: -15px;
}

#creatingTopic p{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #5C5C5C;
  margin-top: 10px;
}

#tab{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #ED7839;
margin-left: 17.5px;
}

#tab p{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #ED7839;
text-align: left;

}

#tab-1{
  height: 39px;
  width: 1000px;
}

#tab-2{
  height: 113px;
  width: 1000px;
}

#tab-submit{
  left: 802px;
  position: relative;
  top: -32px;
  width: 205px;
  height: 31px;
  background: linear-gradient(180deg, #FEB154 0%, #F1833E 100%);
border-radius: 0px 0px 4px 0px;
color: #FFFFFF;
}
