﻿/* lokmanch.html: custom styles extracted from the page markup. */

.story-tab {

      padding: 16px 20px;
      border-radius: 18px;
      color: #475569;
      transition: all 0.3s ease;
    }

    .story-tab:hover {

      background: #f1f5f9;

    }

    .story-tab.active {

      background: #0f172a;
      color: white;

    }

.video-tab {

      padding: 16px 20px;
      border-radius: 18px;
      color: #475569;
      transition: all 0.3s ease;

    }

    .video-tab:hover {

      background: #f1f5f9;

    }

    .video-tab.active {

      background: #0f172a;
      color: white;

    }

.report-org-tab {

      padding: 17px 20px;
      border-radius: 18px;
      color: #475569;
      font-weight: 600;
      transition: all .3s ease;

    }

    .report-org-tab:hover {

      background: #f1f5f9;

    }

    .report-org-tab.active {

      background: #0f172a;
      color: white;

    }


