/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Open Sans", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
 /* font-family: "Heebo", sans-serif; */

* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}
body {
	padding: 0;
	margin: 0;
	font-family: "Heebo", sans-serif;
	font-weight: normal;
}
body {
	background: #f9fafb;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
	text-decoration: none;
}
p {} h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
	color: #020817;
}
h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #020817;
}
h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #020817;
}
h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #020817;
}
h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #020817;
}
h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #020817;
}
p {
	font-size: 1.125rem;
    line-height: 1.75rem;
    color: #6a7c74;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-left: 0;
	padding-bottom: 20px;
	counter-reset: listitem;
}
ol li {
	list-style: none;
	position: relative;
	padding-left: 34px;
}
ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.')'.';
	color: #7E3790;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	left: 0;
}
li {
	font-weight: normal;
	font-size: 16px;
    line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.btn-transparent {
    background: transparent;
    color: #f8fafc;
    font-size: 14px;
    min-width: 201px;
    min-height: 44px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px;
    font-weight: 600;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    border-radius: 10px;
}
.btn-transparent:hover {
	color: #f8fafc;
}
.btn-white {
    background: #f1f5f9;
    color: #0f172a;
}
.btn-white:hover {
    background: hsl(210 40% 96.1% / .8);
    color: #0f172a;
}

/** ================== // HEADER SECTION CSS START // ================== **/
.header {
    background: linear-gradient(135deg, rgb(54 211 153 / 10%), rgb(58 185 228 / 10%));
    border-bottom: 1px solid rgb(225 231 239);
    position: relative;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.header-bg {
    position: absolute;
    background: linear-gradient(135deg, #36d399, #3ab9e4);
    opacity: .05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.header .container {
    max-width: 56rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-left-inner {
    display: flex;
    align-items: center;
}
.icon.gradient-icon {
    box-shadow: 0 4px 20px rgb(54 211 153 / 10%);
    background: linear-gradient(135deg, #36d399, #3ab9e4);
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-info {
    margin-left: 13px;
    position: relative;
    top: 3px;
}
.header-info h1 {
    font-size: 25px;
    margin-bottom: 2px;
    font-weight: 600;
}
.header-info p {
    color: #6a7c74;
    font-size: .875rem;
    line-height: 1.25rem;
}
.header-info p {
    color: #6a7c74;
    font-size: .875rem;
    line-height: 1.25rem;
}
.head-user-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #6a7c74;
    font-size: .875rem;
    line-height: 1.25rem;
}
.head-user-card svg {
    width: 1rem;
    height: 1rem;
}
.head-user-card span {
    margin-left: .25rem;
}
.live-dot {
    background: #16a249;
    width: .75rem;
    height: .75rem;
    border-radius: 100%;
    margin-left: 15px;
}
/** ================== // HEADER SECTION CSS END // ================== **/

.wrapper {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}
.plastic-synergy-heading {
    text-align: center;
    margin-bottom: 1.8rem;
}
.plastic-synergy-heading-inner {
    max-width: 42rem;
    margin: 0 auto;
}
.plastic-synergy-heading h2 {
    font-size: 1.895rem;
    line-height: 2.25rem;
    margin-bottom: .75rem;
}
.plastic-synergy-heading p {
    font-weight: 300;
}

.card {
    overflow: hidden;
    box-shadow: 0 1px 2px 0 #fff;
    background: linear-gradient(180deg, #fff, rgb(249 250 251));
    border: 1px solid rgb(225 231 239 / 50%);
}
.card-line {
    background: linear-gradient(135deg, #36d399, #3ab9e4);
    width: 100%;
    height: .25rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.card-header {
    padding: 0;
    margin: 0 0 1rem;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}
.card-header .header-left-inner {
    align-items: flex-start;
}
.card-header .icon.gradient-icon {
    border-radius: .5rem;
    width: 2.5rem;
    height: 2.5rem;
}
.card-header .icon.gradient-icon svg, .card-header .icon.gradient-icon img {
    width: 1.25rem;
}
.card-header .header-info {
    margin-left: 16px;
    position: relative;
    top: 3px;
}
.card-header h3 {
    color: #212c27;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2px;
}
.conversation-scroll-section {
    overflow-y: auto;
    max-height: 24rem;
}
.card-body {
    padding: 0;
}
.first-participate-text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.first-participate-text {
    color: #6a7c74;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
.questions-update-real-time {
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid hsl(214deg 31% 91% / 25%);
}
.questions-update-real-time p {
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
}


.mt {
    margin-top: 24px;
}
.card-wrap {
    margin: 24px -12px 0px;
}
.form-group {
    margin-top: 16px;
    width: 100%;
}
.form-group:first-child{
	margin-top: 0px;
}
.medium {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background-color: #f9fafb;
    border: 1px solid hsl(214 31% 91% / .3);
    border-radius: .5rem;
    width: 100%;
    min-height: 40px;
	font-weight: 300;
}
.medium::placeholder{
	color: #6a7c74;
}
.medium:focus{
	border: 1px solid #36d399;
}
.medium:focus-visible {
  outline: 2px solid rgb(54 211 153) !important;
  outline-offset: 2px !important;
}
textarea.medium {
    min-height: 80px;
    resize: none;
}
.live-conversation-card:hover {
    border-color: rgb(54 211 153 / 20%);
	box-shadow: 0 4px 20px rgb(54 211 153 / 10%);
}
.tag-input-wrap {
  display: flex;
  align-items: center;
}
.medium.tag-input {
    border: 2px solid hsl(214 31% 91% / .3);
}
.medium.tag-input:focus-visible{
    outline: none !important;
}
.tag-input:focus {
  border: 2px solid #000;
}
.add-tag {
    color: #000;
    background: #f9fafb;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid hsl(214 31% 91% / .3);
    cursor: pointer;
    width: 42px;
    height: 36px;
    transition: 0.2s;
    padding: 0px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.add-tag svg {
    width: 15px;
}
.add-tag:hover {
    background-color: #3ab9e4;
    color: #fff;
    border-color: #36d399;
}
.tags-btn {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}
.tags-btn-info{
  display: inline-flex;
  align-items: center;
  background-color: #36d3991a;
  color: #36d399;
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 12px;
  border: 1px solid #36d39933;
}
.delete-tag {
    margin-left: 5px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    bottom: 1px;
}
.delete-tag svg {
    width: 12px;
    height: 12px;
	color: #36d399;
}
.delete-tag:hover svg {
	color: rgb(239 67 67);
}
.submit-group {
    position: relative;
}
.submit-btn {
    width: 100%;
	min-height: 40px;
    display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
    padding: 8px 16px;
	color: #fafafa;
	border: none;
	gap: 8px;
	border-radius: 8px;
	background: linear-gradient(135deg, #36d399, #3ab9e4);
    transition-duration: .15s;
	position: relative;
}
.submit-btn:hover {
    opacity: .9;
}
select.medium {
    padding: 0px 30px 0px 10px;
    appearance: none;
    background: #f9fafb url(../images/select-icon.svg) no-repeat right 12px top 62%;
	background-size: 16px;
}
.resource-library-item {
    margin-top: 12px;
    padding: 16px;
    border: 1px solid hsl(214 31% 91% / .3);
    border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.resource-library-item:first-child{
	margin-top: 0px;
}
.resource-library-item:hover {
    border-color: rgb(54 211 153 / 30%);
}
.share-btn .submit-btn {
    padding: 8px 16px 8px 48px;
}
.share-icon {
    position: absolute;
    top: 7px;
    left: 39%;
    transform: translateX(-61%);
}
.share-icon svg {
    width: 16px;
    height: 16px;
    color: #fafafa;
}
.resource-library-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.resource-library-top-left {
    width: calc(100% - 92px);
}
.resource-library-top-right {
    width: 92px;
}
.resource-library-top-left-info {
    padding-right: 20px;
}
.resource-library-top-left-info h4 {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
	margin-bottom: 4px;
	color: #212C27;
}
.resource-library-top-left-info ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: flex-start;
    gap: 20px;
	margin: 8px 0px 8px;
}
.resource-library-top-left-info ul li span svg {
    width: 12px;
    height: 12px;
    color: #6a7c74;
}
.resource-library-top-left-info ul li {
    font-size: 12px;
    color: #6a7c74;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	line-height: 14px;
    position: relative;
}
.resource-library-top-left-info ul li::after {
    content: "";
    background: #6a7c74;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.resource-library-top-left-info ul li:last-child::after{
    display: none;
}
.resource-library-top-left-info ul li span {
    margin-right: 8px;
    padding-bottom: 2px;
}
.resource-library-top-left-info p{
    font-size: 12px;
    color: #6a7c74;
	line-height: 16px;
}
.presentation-text {
    color: #1d4ed8;
    background: rgb(219 234 254 / 1);
    padding: 2px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid rgb(191 219 254 / 1);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.presentation-text.document-text {
    background: rgb(220 252 231 / 1);
	color: #15803d;
}
.resource-library-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.discharge-btn {
    display: flex;
}
.resource-size {
    font-size: 12px;
	color: #6a7c74;
	line-height: 16px;
}
.btn-download {
    background: linear-gradient(135deg, #36d399, #3ab9e4);
    color: #fafafa;
	font-size: 12px;
	min-width: 107px;
	min-height: 28px;
	line-height: 16px;
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	padding: 0px 12px;
	transition-duration: 0.15s;
}
.btn-download:hover{
	color: #fafafa;
	opacity: .9;
}
.btn-download svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.see-more-btn {
    background: transparent;
    color: #212C27;
    min-width: 72px;
    margin-right: 8px;
    border: 1px solid hsl(214 31% 91% / .3);
}
.see-more-btn:hover {
	background: #3ab9e4;
	color: #fafafa;
	border: 1px solid hsl(158 64% 52%);
}
.copyright{
	margin: 12px 0px 0px;
	padding: 8px 0px 0px;
}
.copyright p {
    font-size: 12px;
    line-height: 16px;
    color: #6a7c74;
    text-align: center;
}

.live-conversation-listing  .resource-library-top {
    display: block;
    margin: 0;
}
.live-conversation-listing .resource-library-top-left {
    width: 100%;
}
.live-conversation-item-card {
    margin-bottom: 15px;
}
.live-conversation-item-card:last-child {
    margin-bottom: 0px;
}

.reflection-tag {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 4px;
}

.reflection-tag-info {
    display: inline-flex;
    align-items: center;
    color: #36d399;
    font-size: 12px;
    font-weight: 600;
}
.reflection-tag-icon {
    background: none;
    border: none;
    color: #16a34a;
    font-size: 12px;
    margin-right: 8px;
    padding-bottom: 4px;
}
.reflection-tag-icon img {
    width: 12px;
}

.live-conversation-item-cardinfo .tags-btn {
    margin: 8px 0px;
}
.live-conversation-item-card .resource-library-top-left-info h4 {
    font-weight: 400;
}
.live-conversation-item-card .resource-library-top-left-info .conversation-meta ul {
    margin: 0;
}
.live-conversation-item-card .resource-library-top-left-info .conversation-meta {
    margin-top: 10px;
}
.live-conversation-item-card .tags-btn {
    margin-top: 10px;
}
.resource-library-top-left-info ul li img {
    margin-right: 6px;
    width: 12px;
    height: auto;
}
.resource-library-top-left-info .conversation-meta ul li img {
    width: 14px;
}
.popular-tags-section {
    margin-top: 30px;
    background: #fff;
}