:root {
    --primary-color: #FF6A00;
    --text-color: #9FA0B1;
    --white-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'Lato';
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Scroll */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #171c39;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-color: var(--primary-color);
}

/* Scroll */
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: 'Volkhov';
}

/* .rock-podcast-main-logo {
 width: 295px;
} */



/* myt */
.myt-header-wrap {
    padding-bottom: 30px;
}

.myt-logo-text {
    font-size: 48px;
    font-weight: bold;
    color: #00d9ff;
}

.myt-logo-text span {
    color: #ff2b6a;
}

.myt-subtitle {
    color: #aaa;
    letter-spacing: 2px;
}

/* TOP BUTTONS */
.myt-top-btn-group {
    margin-top: 10px;
}

.myt-top-btn {
    background: linear-gradient(#777, #333);
    border: none;
    border-radius: 20px;
    padding: 8px 25px;
    margin-right: 10px;
    color: #fff;
}

/* CYAN BAR */
.myt-section-bar {
    /* margin:10px 30px; */
    background: linear-gradient(to right, #038df1, #0A3D62);
    padding: 7px 6px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

/* MAIN WRAP */
.myt-main-layout {
    display: grid;
    grid-template-columns: 60% 39%;
    gap: 1%;
}

/* LEFT PANEL */
/* PROFILE AREA */
.myt-profile-row {
    display: flex;
    gap: 10px;
}

.myt-profile-img {
    width: 48.5%;
    height: 243px;
    border: 2px solid #fff;
    object-fit: cover;
}

/* MATCH BTN */
.myt-match-btn {
    margin-top: 16px;
    background: linear-gradient(#00d9ff, #007a8c);
    border: none;
    padding: 8px 20px;
    color: #fff;
    width: 100%;
}

/* MENU */
.myt-menu-list {
    /* margin-top:15px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 4px;
}

.myt-menu-item {
    width: 100%;
    /* margin:5px 0; */
    padding: 4px 9px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(#ff4b87, #b00045);
    color: #fff;
    text-align: left;
    font-size: 13px;
}

/* RIGHT PANEL */
.myt-right-panel {
    /* width:50%; */
    padding-left: 20px;
    max-width: 100%;
}

/* CHECK BUTTONS */
.myt-check-group {
    display: flex;
    gap: 10px;
}

.myt-checkin-btn {
    background: linear-gradient(#ff4b87, #b00045);
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: #fff;
}

.myt-checkout-btn {
    background: linear-gradient(#00f0ff, #007a8c);
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: #fff;
}

/* TIMER */
.myt-timer-text {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* RIGHT CONTENT */
.myt-content-row {
    display: flex;
    gap: 10px;
}

/* MAIN IMAGE */
.myt-main-image-box {
    width: 44%;
}

.myt-main-image-box img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    object-fit: cover;
}

/* FRIEND LIST */
.myt-friend-panel {
    width: 57%;
}

.myt-friend-title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.myt-friend-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.myt-friend-grid img {
    width: 100%;
    height: 80px;
    border: 1px solid #fff;
    object-fit: cover;
}

.rock-podcast-header-wrapper-2 {
    padding: 22px;
    background: linear-gradient(140deg, #004f79 7.53%, #ba652b 39.54%, #436419 92.64%);
}

.btn-2-myt {
    /* background: #d84e0721 !important; */
    border: 1px solid var(--white-color);
    background: linear-gradient(140deg, #004f7940 24.53%, rgb(216 108 47 / 28%) 59.54%, #486b1a47 81.64%) !important;
}

.myt-menu-list .rock-podcast-btn {
    padding: 9px 9px;
    font-size: 15px;
    min-height: unset !important;
    justify-content: center;
    min-width: unset;
    text-align: center;
}

.rock-podcast-main-logo {
    width: 66%;
}

.advertment {
    /* box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 1); */
    height: 300px;
    /* border-radius: 5%; */
    padding: 10px;
    color: #fff;
    text-align: center;
    border:1px solid #fff
}

.advertment-2 {
    /* box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 1); */
    height: 100px;
    /* border-radius: 5%; */
    padding: 10px;
    color: #fff;
    text-align: center;
    border:1px solid #fff
}

.logo-my {
    width: 44%;
}

.footer-sec {
    display: flex;
    justify-content: space-between;
}

.footer-right {
    display: flex;
    gap: 25px;
}

.footer-right a {
    color: #fff;
}

.ts_main_container_9821 {
   display: grid;
    grid-template-columns: 22% 50% 25%;
    padding: 15px 0;
    gap: 18px;
}

/* LEFT PANEL */
.ts_left_chat_panel_4587 { 
    /* background:linear-gradient(#444,#333); */
    padding: 0 20px;
    color: #fff;
}

.ts_chat_header_box_7712 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.ts_chat_header_box_7712 img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.ts_chat_title_6621 {
    font-size: 20px;
}

.ts_chat_line_design_3381 {
    width: 100%;
    height: 3px;
    background: #ed6301;
    margin-top: 6px;
}

.ts_chat_button_7732 {
    margin-top: 20px;
    background: #1cc7d0;
    border: none;
    padding: 8px 22px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}
/* CENTER */
.ts_center_status_panel_5542 {
 
    height: 335px;
    overflow-y: hidden;
    padding: 12px;
    color: #fff;
}
.ts_status_tabs_9281 {
    display: flex;
    background: #0A3D62;
}
.ts_status_tab_item_2121 {
    padding: 8px 14px;
    font-size: 16px;
    color: #ddd;
}
.ts_status_tab_active_8821 {
    background: linear-gradient(140deg, #004f79 7.53%, #00a2c7 18.54%, #df2f6b 92.64%);
    color: #fff;
    background: #FF6A00;
}
.ts_post_input_box_7211 {
    background: #e9e9e9;
    padding: 10px;
    margin-top: 10px;
}
.ts_post_input_box_7211 input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
}
.ts_share_button_1822 {
    margin-top: 8px;
    float: right;
}
.ts_recent_bar_7733 {
    margin-top: 15px;
    background: linear-gradient(140deg, #004f79 7.53%, #ba652b 39.54%, #436419 92.64%);
    padding: 6px 10px;
}

.ts_activity_item_6677 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    color: #ddd;
}
.ts_activity_item_6677 img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
}
/* RIGHT */
.ts_video_panel_3377 { 
    /* background:linear-gradient(#444,#333); */
    padding: 0 15px;
    color: #fff;
}
.ts_video_title_6632 {
    font-size: 18px;
}
.ts_video_line_9002 {
    width: 140px;
    height: 3px;
    background: #ed6301;
    margin: 5px 0 10px;
}
.ts_video_thumb_8812 img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 7px;
}
.ts_upload_btn_2277 {
    margin-top: 10px;
    background: #1cc7d0;
    border: none;
    padding: 6px 16px;
    color: #fff;
    cursor: pointer;
}
.rock-podcast-banner-btns.ts_share_button_1822 .rock-podcast-btn {
    background: linear-gradient(140deg, #004f79 24.53%, rgb(216 108 47) 59.54%, #486b1a 81.64%);
    padding: 6px 19px;
    min-height: unset;
    min-width: unset;
}
.myt-section-bar {
    color: #fff;
}
.glass-btn {
    /* padding: 18px 60px; */
    border-radius: 50px;
    /* border: none; */
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    /* Glass effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Inner light */
    box-shadow:
        inset 0 2px 6px rgba(255, 255, 255, 0.6),
        inset 0 -4px 8px rgba(0, 0, 0, 0.1),
        0 6px 12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
/* Top glossy shine */
.glass-btn::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 40%;
    border-radius: 50px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.05));
    filter: blur(4px);
}
/* Bottom soft reflection */
.glass-btn::after {
    content: "";
    position: absolute;
    bottom: 10%;
    right: 15%;
    width: 40%;
    height: 25%;
    border-radius: 50px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.5),
            transparent);
    filter: blur(6px);
}
.container-fluid {
    padding: 0px 3%;
}
.row-grid {
    display: grid;
    grid-template-columns: 12% 36% 48%;
    gap: 12px;
}

@media(max-width:1200px){
.myt-profile-img {
    width: 47%; 
}
}
@media(max-width:991px){
.myt-main-layout { 
    grid-template-columns: 100%; 
}
.row-grid { 
    grid-template-columns: 100%; 
}
.advertment { height: 150px; }
.myt-profile-img {
    width: 50%; height: 200px; 
}
.ts_main_container_9821 { 
    grid-template-columns: 100%; 
}
.footer-sec p {
    order: 2;
}
.footer-sec {
    display: grid;
    gap: 20px;
    justify-content: center;
}
.footer-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 15px;
}
.rock-podcast-nav-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 9px;
}
.rock-podcast-header-wrapper-2 {
    padding: 15px; 
}
.ts_status_tab_item_2121 {
    padding: 8px 12px; 
}
    .rock-podcast-main-logo a {
        max-width : 260px;
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 15px;
    width: 50%;
    text-align: center;
    color: #fff;
}

.popup-box button {
    margin-top: 15px;
    padding: 8px 15px;
    border: none;
    background: #fff;
    color: #000;
    border-radius: 8px;
    cursor: pointer;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}

.popup-close:hover {
    color: #ff4d4d;
    transform: scale(1.2);
}
@media(max-width:767px){
.ts_status_tab_item_2121 {
    font-size: 12px;
}
}

.wrapper {
      position: relative;
      z-index: 1;
      margin: 0 auto; 
    }

    .logo-mark {
      width: 44px; height: 44px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      display: grid; place-items: center;
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #fff;
      letter-spacing: -1px;
      box-shadow: 0 4px 20px rgba(79,142,247,0.35);
    }

    .logo-name {
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 22px;
      color:#fff;
    }

    .logo-name span { color: var(--accent); }

    .page-title {
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: clamp(2rem, 5vw, 3rem);
      line-height: 1.1;
      color:#fff;
      letter-spacing: -1.5px;
    }
 

    .meta {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 12px;
      border-radius: 100px;
      background: var(--tag-bg);
      border: 1px solid rgba(79,142,247,0.2);
      font-size: 13px;
      font-weight: 500;
      color: var(--accent);
    }

    .tag.green {
      background: rgba(52,211,153,0.1);
      border-color: rgba(52,211,153,0.2);
      color: var(--accent3);
    }

    .tag-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: currentColor;
      opacity: 0.8;
    }

    /* ── Cards ── */
    .section {
     border: 1px solid rgb(79 142 247 / 22%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.5s ease both;
    transition: border-color 0.3s, box-shadow 0.3s;
    }

    .section:hover {
      border-color: rgba(79,142,247,0.3);
      box-shadow: 0 8px 40px rgba(79,142,247,0.08);
    }

    .section::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px; height: 100%;
      background: linear-gradient(180deg, var(--accent), var(--accent2));
      border-radius: 4px 0 0 4px;
    }

    .section:nth-child(2n)::before { background: linear-gradient(180deg, var(--accent2), var(--accent3)); }
    .section:nth-child(3n)::before { background: linear-gradient(180deg, var(--accent3), var(--accent)); }

    .section-header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }

    .section-icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: var(--tag-bg);
      border: 1px solid rgba(79,142,247,0.2);
      display: grid; place-items: center;
      font-size: 18px;
      flex-shrink: 0;
    }

    .section-num {
      font-size: 11px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .section-title {
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 1.15rem;
      color:#fff;
      letter-spacing: -0.3px;
    }

    .section p {
      color: #fff;
      margin-bottom: 14px;
      font-weight: 300;
    }

    .section p:last-child { margin-bottom: 0; }

    .section p strong {
      color:#fff;
      font-weight: 500;
    }

    /* Lists */
    ul.policy-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    ul.policy-list li {
      display: flex;
      gap: 12px;
      color: #fff;
      font-weight: 300;
      align-items: flex-start;
    }

    ul.policy-list li::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #fff;
      margin-top: 10px;
      flex-shrink: 0;
    }

    ul.policy-list li strong {
      color:#fff;
      font-weight: 500;
    }

    /* Highlight box */
    .highlight-box {
      background: rgba(52,211,153,0.06);
      border: 1px solid rgba(52,211,153,0.18);
      border-radius: 12px;
      padding: 16px 20px;
      margin-top: 16px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .highlight-box .icon { font-size: 18px; flex-shrink: 0; }

    .highlight-box p {
      color: rgba(52,211,153,0.85) !important;
      margin: 0 !important;
      font-size: 14px;
    }

    /* Contact card */
    .contact-card {
      background: linear-gradient(135deg, rgba(79,142,247,0.1), rgba(167,139,250,0.1));
      border: 1px solid rgba(79,142,247,0.25);
      border-radius: 16px;
      padding: 24px 28px;
      margin-top: 16px;
    }

    .contact-card a {
      color: var(--accent);
      text-decoration: none;
      font-weight: 500;
      border-bottom: 1px dashed rgba(79,142,247,0.4);
      transition: border-color 0.2s;
    }

    .contact-card a:hover { border-color: var(--accent); }

    /* Footer */
    footer {
      margin-top: 60px;
      text-align: center;
      color: #fff;
      font-size: 13px;
      animation: fadeUp 0.6s ease 0.3s both;
    }

    footer a { color: var(--accent); text-decoration: none; }

    /* Animation */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .section:nth-child(1) { animation-delay: 0.05s; }
    .section:nth-child(2) { animation-delay: 0.10s; }
    .section:nth-child(3) { animation-delay: 0.15s; }
    .section:nth-child(4) { animation-delay: 0.20s; }
    .section:nth-child(5) { animation-delay: 0.25s; }
    .section:nth-child(6) { animation-delay: 0.30s; }
    .section:nth-child(7) { animation-delay: 0.35s; }

    @media (max-width: 600px) {
      .section { padding: 24px 20px; }
      .page-title { font-size: 1.8rem; }
    }
    .privacy-page h1, .privacy-page h2, .privacy-page p, .privacy-page ul li{
        color: #fff;
    }
         .form-section {
      background: var(--card);
      border: 1px solid var(--border);
      border: 1px solid rgb(79 142 247 / 22%);
      border-radius: 20px;
      padding: 36px;
      margin-bottom: 20px;
      animation: fadeUp 0.5s ease 0.4s both;
    }

    .form-section-title {
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 1.4rem;
      color:#fff;
      letter-spacing: -0.5px;
      margin-bottom: 6px;
    }

    .form-section-sub {
      color: #fff;
      font-size: 14px;
      margin-bottom: 28px;
      font-weight: 300;
    }

    .form-group-label {
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin: 28px 0 14px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--border);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .form-grid.single { grid-template-columns: 1fr; }

    @media (max-width: 600px) {
      .form-grid { grid-template-columns: 1fr; }
    }

    .field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .field label {
      font-size: 13px;
      font-weight: 500;
      color: #fff;
    }

    .field input,
    .field select {
      background: var(--surface);
      border: 1px solid #fff;
      border-radius: 10px;
      padding: 11px 14px;
      color:#fff;
      font-size: 14px;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      width: 100%;
    }

    .field input::placeholder { color: #3a4a6a; }

    .field input:focus,
    .field select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(79,142,247,0.12);
    }

    .field select option { background: var(--surface); }

    /* Consent checkboxes */
    .consent-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 4px;
    }

    .consent-item {
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .consent-item input[type="checkbox"] {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      accent-color: var(--accent);
      flex-shrink: 0;
      cursor: pointer;
    }

    .consent-item label {
      font-size: 14px;
      color: #fff;
      font-weight: 300;
      cursor: pointer;
      line-height: 1.6;
    }

    .consent-item label a {
      color: var(--accent);
      text-decoration: none;
      border-bottom: 1px dashed rgba(79,142,247,0.4);
    }

    /* Signature box */
    .sig-box {
      background: var(--surface);
      border: 1px dashed rgb(255 255 255);
      border-radius: 12px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 14px;
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s;
      margin-top: 4px;
    }

    .sig-box:hover {
      border-color: var(--accent);
      background: rgba(79,142,247,0.04);
      color: #fff;
    }

    .submit-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 36px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), var(--accent2));
      border: none;
      color: #fff;
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      font-size: 15px;
      cursor: pointer;
      margin-top: 28px;
      transition: opacity 0.2s, transform 0.15s;
      box-shadow: 0 4px 20px rgba(79,142,247,0.3);
    }

    .submit-btn:hover { opacity: 0.9; transform: translateY(-1px); }
    .submit-btn:active { transform: translateY(0); }
    .vpc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}
.vpc-card {
    background: #111626;
    border: 1px solid #1e2d4d;
    border-radius: 14px;
    padding: 18px 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.vpc-card-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 11px;
}
span.check {margin-left: 5px;margin-right: 10px;}

ul.notice-list li {
    margin-bottom: 10px;
}

  @media (min-width: 1750px) {
      .myt-menu-list .rock-podcast-btn {
          padding: 9px 9px;
          font-size: 20px; 
      }
      .myt-menu-list { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 4px;
}
.advertment {  height: 330px; }
.myt-profile-img { 
    height: 250px; 
}
button.myt-match-btn {
    font-size: 24px;
    padding: 14px;
}
.glass-btn { 
    font-size: 22px; 
}
.rock-podcast-btn {font-size: 22px; }
.rock-podcast-nav-menu ul li a { 
    font-size: 24px; 
}
.ts_status_tab_item_2121 { 
    font-size: 20px; 
}
.ts_video_title_6632 {
    font-size: 26px;
}
.ts_chat_title_6621 
 {
    font-size: 24px;
}
.ts_recent_bar_7733 {
    font-size: 24px;
}
.myt-section-bar {
    color: #fff;
    font-size: 24px;
}
  }
  .ts_left_chat_panel_4587 a {
    margin-left: 58px;
    width: 200px;
}