/* Rainy theme 5 -Green Digitalization Course-:
 rt5-1: #F3CA99
 rt5-2: #f29545
 rt5-3: #f2a534
 rt5-4: #49736f
 rt5-5: #568c63 

 rt4-3: #f3ca99 For the main chat 
 
 RT1-2: #789091 For the chat creation */

/*Container chat header*/
.chat_section_css {
  display: flex;
  background: #fff;
}
.chat_section_css .container {
  display: flex;
  background: #fff;
}
.chat_section_css .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.chat_section_css .container .box {
  flex: 1;
  background: #fff;
  color: #fff;
  border-radius: 2px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.chat_section_css .container .box:nth-of-type(1) {
  flex-grow: 1;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.chat_section_css .container .box:nth-of-type(2) {
  flex-grow: 6;
  background: #789091;
  color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.chat_section_css .container .box:nth-of-type(3) {
  flex-grow: 1;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
/*End container chat header*/

/*Display chat by id*/
/*Container section display_chat*/
.section_display_chat_css {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.section_display_chat_css .box {
  flex: 1;
  background: #789091;
  color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_display_chat_css .box:nth-of-type(1) {
  flex-grow: 1;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.section_display_chat_css .box:nth-of-type(2) {
  flex-grow: 6;
  background: #789091;
  color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_display_chat_css .box:nth-of-type(3) {
  flex-grow: 1;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
/*End display chat by id*/

/*Container main chat */
.main_chat {
  display: flex;
  background: #f2a534;
}
.main_chat .container {
  display: flex;
  background: #f2a534;
}
.main_chat .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.main_chat .container .box {
  flex: 1;
  background: #f2a534;
  border-radius: 2px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.main_chat .container .box:nth-of-type(1) {
  flex-grow: 1;
  background: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.main_chat .container .box:nth-of-type(2) {
  flex-grow: 6;
  background: #f3ca99;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.main_chat .container .box:nth-of-type(3) {
  flex-grow: 1;
  background: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
/*End container main chat*/
/*Container buttons section main chat */
.container_buttons_links_chats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_chats a:hover {
  color: #f3ca99;
}
/*End container buttons section main chat*/

/* chats HVL */
.section_chatsHVL .container {
  background-color: #f29545;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.section_chatsHVL .container .column {
  background: #f29545;
  display: flex;
  flex-direction: column;
  border: #ccc solid 0px;
  margin: 10px;
  padding: 10px;
  text-align: left;
  border-radius: 10px;
  flex: 1;
}
.section_chatsHVL .container .column1 .box {
  flex: 1;
  background: #568c63;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsHVL .container .column2 .box {
  flex: 1;
  background: #568c63;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsHVL .container .column3 .box {
  flex: 1;
  background: #568c63;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsHVL .container .column4 .box {
  flex: 1;
  background: #568c63;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
/* End container chats HVL */

/* chats NHH */
.section_chatsNHH .container {
  background-color: #f3ca99;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.section_chatsNHH .container .column {
  background: #f3ca99;
  display: flex;
  flex-direction: column;
  border: #ccc solid 0px;
  margin: 10px;
  padding: 10px;
  text-align: left;
  border-radius: 10px;
  flex: 1;
}
.section_chatsNHH .container .column1 .box {
  flex: 1;
  background: #49736f;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsNHH .container .column2 .box {
  flex: 1;
  background: #49736f;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsNHH .container .column3 .box {
  flex: 1;
  background: #49736f;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
.section_chatsNHH .container .column4 .box {
  flex: 1;
  background: #49736f;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
}
/* End container chats NHH */
/*Container buttons section chats NHH*/
.container_buttons_links_chatsNHH {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_chatsNHH a:hover {
  color: #49736f;
}
/*End container buttons section chats NHH*/

/*Container es_course_chat */
.es_course_chat {
  display: flex;
  background: #f2a534;
}
.es_course_chat .container {
  display: flex;
  background: #f2a534;
}
.es_course_chat .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.es_course_chat .container .box {
  flex: 1;
  background: #f2a534;
  border-radius: 2px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.es_course_chat .container .box:nth-of-type(1) {
  flex-grow: 1;
  background: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.es_course_chat .container .box:nth-of-type(2) {
  flex-grow: 6;
  max-width: 450px;
  background: #f3ca99;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.es_course_chat .container .box:nth-of-type(3) {
  flex-grow: 1;
  background: #fff;
  border-radius: 10px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
/*End container es_course_chat*/

@media (max-width: 768px) {
  .section_chatsHVL .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .section_chatsHVL .container .column1 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsHVL .container .column2 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsHVL .container .column3 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsHVL .container .column4 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsNHH .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .section_chatsNHH .container .column1 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsNHH .container .column2 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsNHH .container .column3 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .section_chatsNHH .container .column4 .box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
  }
  .es_course_chat .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .es_course_chat .container .box:nth-of-type(2) {
    margin: 0px 10px;
    max-width: 325px;
  }
}
