body, p, h1, h2, h3, h4, a, span, div, .pure-g [class*=pure-u], button, label, .pure-button, .pure-g, input, optgroup, select, textarea{
    line-height: 125%;
    font-family: 'Catamaran', helvetica;
}


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

label{
  font-size: 16px !important;
}

.status{
    font-size: 18px;
    color: #32257b;
}

.link_ad{
    text-decoration: none;
    width: 320px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: roboto;
}
.square{
    font-size: 14px;
}

.header_logo{
    height: 30px;
    vertical-align: middle;
    float: left;
    padding-left: 10px;
    margin-top: 3px;
}
.msg_logo{
    height: 40px;
}
.pure-form select{
    height: 2.5em;
}
.pure-menu-selected a{
    color: black;
}
.pure-menu-list{
    float: right;
}
.sixteenpx{
    font-size: 16px;
}
.twentyfourpx{
    font-size: 24px !important;
}
.fourteenpx{
    font-size: 14px;
}
.header{
    margin-bottom: 50px;
}
body{
    background: #f8f2f4;
}
textarea{
    padding: 7px;
    font-size: 15px;
    -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
    padding: .5em .3em;
}
.pure-menu-item{
    padding-top: 3px;
}

.error{
    color: red;
}
.hidden{
    display: none;
}

* {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}



 body {
     line-height: 1.7em;
     color: #7f8c8d;
     font-size: 13px;
}
 h1, h2, h3, h4, h5, h6, label {
     color: #34495e;
}
 .pure-img-responsive {
     max-width: 100%;
     height: auto;
}

 .l-box {
     padding: 1em;
}
 .l-box-lrg {
     padding: 0em 1.5em;
     border-bottom: 1px solid rgba(0,0,0,0.1);
     margin-top: 10px;
}
 .is-center, .center{
     text-align: center;
}

 .pure-form label {
     margin: 1em 0 0;
     font-weight: bold;
     font-size: 100%;
}
 .pure-form input[type] {
     border: 2px solid #ddd;
     box-shadow: none;
     font-size: 100%;
     width: 100%;
}

 .pure-button{
     background-color: #7963fe !important;
     color: white !important;
     padding: 0.5em 2em;
     border-radius: 5px;
     transition: none !important;
     box-shadow: none !important;
     transform: none !important;
     outline: none !important;
}
 a.pure-button-primary {
     background: white !important;
     color: #7963fe !important;
     border-radius: 5px;
     font-size: 120%;
     transition: none !important;
     box-shadow: none !important;
     transform: none !important;
     outline: none !important;
}

 .home-menu {
     padding: 0.5em;
     text-align: center;
     box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
 .home-menu {
     background: #7963fe;
}
 .pure-menu.pure-menu-fixed {
     border-bottom: none;
     z-index: 1;
}
 .home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 110%;
    float: left;
    padding-left: 5px;
}

 .home-menu a {
     color: white !important;
}
 .home-menu li a:hover, .home-menu li a:focus {
     background: none;
     border: none;
     color: black;
}

 .content-wrapper {
     width: 100%;
     min-height: 12%;
     z-index: 2;
}

 .content {
    min-height: 800px;
    padding: 0px 8px 2px;
}

 .content-head {
     font-weight: 400;
     text-transform: uppercase;
     letter-spacing: 0.05em;
     margin: 2em 0 1em;
     margin-bottom: 0px;
     margin-top: 8px;
}

 .content-subhead {
     color: #7963fe;
}
 .content-subhead i {
     margin-right: 7px;
}

 .footer {
     background: #111;
     position: fixed;
     bottom: 0;
     width: 100%;
}

 @media (min-width: 48em) {
    
     body {
         font-size: 16px;
    }
    
     .home-menu {
         text-align: left;
    }
     .home-menu ul {
         float: right;
    }
    
     .l-box-lrg {
         border: none;
    }
}

a{
    color: #7963fe;
}
.well{
    padding : 20px 15px;
    background-color: white;
    -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.whatsapp_status{
    float: right;
}

.timeline_heading{
    font-weight: 400;
    /*border: 1px black solid;*/
    padding: 5px;
    color: #7963fe;
    background-color: white;
}
.white_bg{
    background-color: white !important;
}

.msg_block {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
    border: 1px solid rgba(48,187,179,0.14);
    border-radius: 22px;
    padding: 1rem 1.05rem 0.95rem;
    margin-top: 0.65rem;
    box-shadow: 0 18px 35px rgba(48, 187, 179, 0.08);
    overflow: hidden;
    line-height: 1.7;
    color: #29323d;
}

.msg_link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    margin-bottom: 0.4rem;
    padding: 0.15rem 0.15rem 0.2rem;
    color: #7963fe;
    font-size: 0.95rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-bottom: 1px solid rgba(48,187,179,0.35);
}

.comment_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem;
    background: #ffffff;
    border: 1px solid rgba(48,187,179,0.18);
    border-radius: 999px;
    margin-top: 1rem;
    box-shadow: 0 14px 28px rgba(18, 39, 52, 0.05);
}

.comment_box {
    width: 100%;
    min-height: 48px;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgba(48,187,179,0.25);
    border-radius: 999px;
    background: #f7fbfb;
    color: #29323d;
    flex: 1;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.8);
}

.send_comment,
.send_comment:hover,
.send_comment:focus,
.send_comment:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 100px; */
    padding: 0 1.25rem;
    border-radius: 999px;
    background: #7963fe !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 0.95rem;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: none !important;
    outline: none !important;
}

.user-photo {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    flex-shrink: 0;
    object-fit: cover;
    border: 2px solid rgba(48,187,179,0.24);
    background: #eaf7f6;
}

.no-padding {
    padding: 0px;
    position: relative;
}
.comment_block input:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(48,187,179,0.16);
    border-color: rgba(48,187,179,0.35);
    background: #ffffff;
}

.comments {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.95rem;
}

.user-comment-div {
    padding: 0.95rem 1.05rem;
    background: #eef6f6;
    margin-top: 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #42505a;
    font-size: 0.98rem;
    box-shadow: 0 10px 20px rgba(18, 39, 52, 0.04);
}

.user-comment-div .cross {
    margin-left: 0.75rem;
    color: rgba(48,187,179,0.65);
}

@media (max-width: 720px) {
    .comment_block {
        padding: 0.75rem;
        border-radius: 28px;
    }
    .comment_box {
        min-height: 46px;
        font-size: 0.95rem;
    }
    .send_comment {
        width: 100%;
        min-height: 46px;
    }
    .user-comment-div {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 0.9rem 1rem;
    }
}

.cross {
    position: absolute;
    right: 10px;
}
.cross-float {
    float: right;
}




/* Tooltip end */




/*Success checkmark start*/
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid #78d87c;
    /*border: 4px solid rgba(76, 175, 80, 0.5);*/
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    /*background-color: #F0F7FF;*/
}

/*Success checkmark end*/


.whatsapp_button{
    background-color: #4ec246 !important;
    width: 98%;
    padding: 5px;
}
.whatsapp_status_text, .instagram_status_text{
    font-size: 18px;
    color: white;
}

.instagram_button:hover, .instagram_button {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    max-height: 47px;
    color: white;
    width: 98%;
    padding: 5px;
}


/*Popup start */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
    text-align: left;
  margin: 80px auto 10px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
    max-width: 800px;
  position: relative;
  transition: all 2s ease-in-out;
  overflow-y: scroll;
    overflow-x: auto;
    max-height: 70%;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .content {
    overflow-y: scroll;
    overflow-x: auto;
}

/* popup end */



/*Tooltip start*/

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}


.tooltipped-s:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

/* Tooltip end */



.tenpxtop{
    margin-top: 10px !important;
}
.tenpxbottom{
    margin-bottom: 10px !important;
}

.fivepxtop{
    margin-top: 5px !important;
}
.fivepxbottom{
    margin-bottom: 5px !important;
}
.zerotop{
    margin-top: 0px !important;
}
.zerobottom{
    margin-bottom: 0px !important;
}

.bigbtn,
.bigbtn:hover,
.bigbtn:focus,
.bigbtn:active {
  font-size: 22px;
  padding: 10px 5px;
  font-weight: 200;
  transition: none !important;
  background: #7963fe !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}


.black{
    color: black !important;
}



/*checkbox slider*/
.slider-checkbox {
  position: relative;
}
.slider-checkbox input {
  margin: 0px;
  margin-top: 1px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: red;
  width: 40px;
  height: 20px;
}
.slider-checkbox input:checked + .label:before {
  background-color: #1877c1;
  content: "\292C";
  padding-left: 6px;
}
.slider-checkbox input:checked + .label:after {
  left: 21px;
}
.slider-checkbox .label {
  position: relative;
  padding-left: 46px;
}
.slider-checkbox .label:before, .slider-checkbox .label:after {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: background-color 0.3s, left 0.3s;
}
.slider-checkbox .label:before {
  content: "\2713";
  color: #fff;
  box-sizing: border-box;
  font-family: "FontAwesome", sans-serif;
  padding-left: 23px;
  font-size: 12px;
  line-height: 20px;
  background-color: #888;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider-checkbox .label:after {
  content: "";
  letter-spacing: 20px;
  background: #fff;
  left: 1px;
  top: 1px;
  height: 18px;
  width: 18px;
}

.slider-checkbox {
  margin-top: 12px;
  margin-bottom: 12px;
}
.slider-checkbox input:checked + .label[for="c1"]:before,
.slider-checkbox input:not(:checked) + .label[for="c1"]:before {
  background-color: #c21717;
}
.slider-checkbox input:checked + .label[for="c2"]:before {
  background-color: darkred;
}
.slider-checkbox input:not(:checked) + .label[for="c2"]:before {
  background-color: #107930;
}
.pub_private{
    text-align: left;
}

html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    min-height: 100vh;
    color: #7f8c8d;
    font-family: 'Catamaran', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f8f2f4;
}
* {
    transition: background-color 0.20s ease, color 0.20s ease, border-color 0.20s ease, box-shadow 0.20s ease;
}
.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    min-height: 600px;
}
.content {
    min-height: auto;
    padding: 1.2rem 0 3rem;
}
.well {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    border-radius: 22px;
}
.pure-button {
    border: none;
    border-radius: 14px;
}
.pure-form input[type=text],
.pure-form textarea,
.pure-form select,
.pure-form input[type=tel] {
    border: 1px solid rgba(0,0,0,0.15);
    background: #fbfbfb;
    padding: 0.95em 1em;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
}
.pure-form textarea {
    min-height: 120px;
}
.pure-form label {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 0.95rem;
}
.home-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    overflow-x: auto;
}
.home-menu .pure-menu-heading {
    float: none;
    margin: 0;
    padding: 0.5em 0.65em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.pure-menu-list {
    float: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.pure-menu-item {
    padding: 0;
}
.pure-menu-link {
    padding: .65em 1rem;
    border-radius: 999px;
    color: white !important;
    white-space: nowrap;
}
.home-menu li.pure-menu-selected .pure-menu-link {
    background: rgba(255,255,255,0.16);
}
.content-head {
    font-size: clamp(1.6rem, 2vw, 2.3rem);
}
.l-box-lrg,
.l-box {
    padding: 1.5rem 1rem;
}
.card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: transform 0.25s ease;
}
.Quiz-Card-Image-Space {
    overflow: hidden;
}
.Quiz-Card-Content {
    padding: 1rem;
}
.Quiz-Card-Heading {
    font-size: 1.1rem;
    margin: 0.75rem 0 0.5rem;
}
.Quiz-Card-Description {
    color: #6b7c93;
    font-size: 0.95rem;
    line-height: 1.55;
    min-height: 3.5rem;
}
.popup {
    width: min(92vw, 760px);
    max-height: 90vh;
    padding: 1.25rem;
}
.overlay {
    padding: 1.5rem;
}
.popup .close {
    color: #222;
}
.site-footer {
    margin-top: 0;
    background: #ffffff;
    padding: 3rem 1.2rem 2rem;
    color: #1f3d45;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.site-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
}
.footer-brand {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 1rem;
    padding-bottom: 2rem;
}
.footer-brand__logo {
    width: 45px;
    height: auto;
    object-fit: contain;
}
.footer-brand__name {
    color: #0f4f56;
    font-size: clamp(1.4rem, 2.5vw, 2.25rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}
.footer-copy {
    margin: 0;
    color: #546d77;
    line-height: 1.8;
    max-width: 46ch;
    font-size: 0.98rem;
}
.footer-top {
    padding: 1.5rem 0 1.75rem;
}
.footer-lang-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-lang-list li {
    margin: 0;
}
.footer-lang-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #0f5f67;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.45;
}
.footer-lang-list a::before {
    content: "👉";
    color: #0f5f67;
    font-size: 0.88rem;
}
.footer-bottom {
    margin-top: 1.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    text-align: center;
    color: #6d7d84;
    font-size: 0.95rem;
}
.footer-copy-small {
    margin: 0;
    color: #6d7d84;
}
.footer-meta-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-meta-links li {
    margin: 0;
}
.footer-meta-links a {
    color: #0f5f67;
    text-decoration: none;
    font-weight: 600;
}

footer,
footer * {
    transition: none !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    touch-action: manipulation !important;
}
footer,
footer * {
    -webkit-user-select: text !important;
    user-select: text !important;
}
footer {
    background: #ffffff !important;
}
footer a,
footer a:focus,
footer a:hover,
footer a:active {
    color: inherit !important;
    background: transparent !important;
    text-decoration: none !important;
    outline: none !important;
}
footer a {
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
    .site-footer {
        padding: 2.5rem 1rem 1.25rem;
    }
    .footer-top {
        padding: 1.2rem 0 1.4rem;
    }
    .footer-lang-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 1.2rem;
    }
    .footer-meta-links {
        flex-direction: column;
        gap: 0.5rem 1rem;
    }
}
@media (max-width: 768px) {
    .home-menu {
        justify-content: space-between;
        text-align: left;
        flex-wrap: nowrap;
    }
    .pure-menu-list {
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
    .pure-menu-heading {
        width: auto;
        margin-bottom: 0;
    }
    .content {
        padding: 1.25rem 0.85rem 3rem;
    }
    .l-box-lrg,
    .well {
        padding: 1rem 0.9rem;
    }
    .pure-menu-link {
        padding: 0.8em 0.9em;
    }
    .bigbtn {
        font-size: 18px;
        padding: 14px 10px;
    }
    .pure-g [class*=pure-u] {
        min-width: 0;
    }
    .Quiz-Card-Heading {
        font-size: 1rem;
    }
    .Quiz-Card-Description {
        min-height: auto;
    }
    .comment_box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* disable hover effects globally */
*,
button,
a,
.pure-button,
.pure-menu-link,
.question-option,
.card,
.emoji-picker-icon,
.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid,
.emoji-menu .emoji-items a {
    transition: none !important;
}


/*checkbox end*/




/* ------------- */


.content{
  padding: 0rem;
}

.message-composer-card,
.message-feed-card,
.message-state-card {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(48,187,179,0.12);
    box-shadow: 0 18px 42px rgba(18, 39, 52, 0.06);
    overflow: hidden;
    margin-bottom: 1rem;
}

.message-state-card {
    padding: 1.5rem 1.25rem;
}

.message-hero {
    display: grid;
    gap: 0.75rem;
    padding: 1.1rem 1.2rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(48,187,179,0.14), rgba(255,255,255,0.92));
    border: 1px solid rgba(48,187,179,0.12);
    box-shadow: 0 20px 45px rgba(18, 39, 52, 0.07);
}

.message-hero h1 {
    margin: 0;
    color: #1d2a35;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
}

.message-hero p {
    margin: 0;
    color: #5d6b76;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 64ch;
}

.message-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.message-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    color: #7963fe;
    border: 1px solid rgba(48,187,179,0.16);
    font-size: 0.9rem;
    font-weight: 700;
}

.message-composer-card {
    padding: 1.25rem;
}

.message-composer-intro {
    margin: 0 0 1rem;
}

.message-composer-intro h2,
.message-feed-title {
    margin: 0;
    color: #1d2a35;
    font-size: 1.15rem;
    line-height: 1.3;
}

.message-composer-intro p {
    margin: 0.35rem 0 0;
    color: #6a7882;
    line-height: 1.6;
}

.message-compose-list {
    margin: 0.9rem 0 1rem;
    padding-inline-start: 1.15rem;
    color: #4b5964;
    line-height: 1.7;
}


.message-composer-panel textarea {
    width: 100%;
    min-height: 170px;
    resize: vertical;
    border-radius: 18px;
    border: 1px solid rgba(48,187,179,0.2);
    background: #ffffff;
    padding: 1rem 1rem 1.1rem;
    color: #24313b;
    font-size: 1rem;
    line-height: 1.65;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}


.message-errors {
    margin-top: 0.65rem;
    display: grid;
    gap: 0.35rem;
}

.message-actions {
    margin-top: 0.9rem;
}

.message-actions .pure-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.message-feed-card {
    padding: 1.1rem;
    margin-top: 0;
}

.message-feed-top {
    margin-bottom: 0.9rem;
}

.message-feed-entry {
    border-radius: 24px;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcfc 100%);
    border: 1px solid rgba(48,187,179,0.14);
    box-shadow: 0 12px 30px rgba(18, 39, 52, 0.05);
}

.message-feed-entry + .message-feed-entry {
    margin-top: 1rem;
}

.message-feed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
}

.message-feed-head .msg_link {
    margin: 0;
}

.message-feed-head .cross-float {
    float: none;
    position: static;
}

.message-feed-body {
    margin-top: 0.65rem;
}

.message-feed-body.msg_block {
    padding: 0.7rem;
    border-width: 1px;
    border-color: rgba(48,187,179,0.2);
    border-left: 5px solid rgba(48,187,179,0.55);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45), 0 10px 24px rgba(48,187,179,0.05);
}

.message-comments {
    margin-top: 1rem;
}

.message-comments .comments {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.message-comments .comment_block {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "input action";
    gap: 0.65rem;
    align-items: center;
    padding: 0rem 0.5rem;
    border-radius: 15px;
    border: 0.5px solid #96dad6;
    background: #f7fbfb;
}



.message-comments .comment_box {
    grid-area: input;
    min-height: 48px;
    max-height: 220px;
    padding: 0.95rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #36454f;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    line-height: 1.5;
    font-family: inherit;
}

.message-comments .comment_box::placeholder {
    color: rgba(72, 86, 95, 0.72);
}

.message-comments .comment_box:focus {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none;
}

.message-comments .send_comment {
    grid-area: action;
    justify-self: end;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    outline: 0;
    margin: 0;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}


.message-comments .user-comment-div {
    position: relative;
    padding: 0.9rem 1rem;
    background: #eef7f7;
    border: 1px solid rgba(48,187,179,0.08);
    border-radius: 22px;
    gap: 0.75rem;
    line-height: 1.55;
}

.message-comments .user-comment-div .cross {
    display: inline-flex !important;
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    margin-left: 0.5rem;
    color: rgba(48,187,179,0.7);
    z-index: 2;
    opacity: 1;
}

.message-comments .user-comment-div .cross.hidden {
    display: none !important;
}

.message-empty {
    padding: 1.1rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px dashed rgba(48,187,179,0.25);
    color: #5d6b76;
    text-align: center;
}

@media (max-width: 720px) {
    .message-hero,
    .message-composer-card,
    .message-feed-card,
    .message-state-card {
        border-radius: 0;
        box-shadow: none;
        border: none;
        /* padding: 0; */
    }

    /* .message-feed-card {
        margin-top: 10px;
    } */

    .message-feed-head {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .message-feed-head .msg_link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .message-comments .comment_block {
        grid-template-columns: 1fr auto;
        grid-template-areas: "input action";
        padding: 0rem 0.3rem;
        border-radius: 16px;
        box-shadow: none;
        border: 1px solid rgba(48,187,179,0.08);
    }

    .message-comments .comment_box {
        min-height: 46px;
        font-size: 0.95rem;
        padding-right: 0.75rem;
    }

    .message-comments .send_comment {
        width: auto;
        min-height: 38px;
        justify-self: end;
    }

    .message-comments .user-comment-div {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.7rem;
    }
}