From 93d52a4e70d0c80ca34537a288245a90d7a729ed Mon Sep 17 00:00:00 2001
From: Renuka <75003561+rkafle-2020@users.noreply.github.com>
Date: Mon, 19 Apr 2021 23:04:35 -0600
Subject: [PATCH 01/18] code for db flask app
---
.../Mongo_Test (1)-checkpoint.ipynb | 304 +++++++
Renuka/Mongo_Test (1).ipynb | 304 +++++++
Renuka/Myanmar_data.csv | 809 ++++++++++++++++++
Renuka/app.py | 54 ++
Renuka/static/css/style.css | 12 +
Renuka/static/js/app.js | 34 +
6 files changed, 1517 insertions(+)
create mode 100644 Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb
create mode 100644 Renuka/Mongo_Test (1).ipynb
create mode 100644 Renuka/Myanmar_data.csv
create mode 100644 Renuka/app.py
create mode 100644 Renuka/static/css/style.css
create mode 100644 Renuka/static/js/app.js
diff --git a/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb
new file mode 100644
index 0000000..2bbbd24
--- /dev/null
+++ b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb
@@ -0,0 +1,304 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Test Script for MongoDB "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "#Import Dependancies\n",
+ "import pandas as pd\n",
+ "import pymongo\n",
+ "from pymongo import MongoClient"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Connection string to MongoDB\n",
+ "conn='mongodb://localhost:27017'\n",
+ "\n",
+ "# Making a Connection with MongoClient\n",
+ "client = MongoClient(conn)\n",
+ "\n",
+ "# create database\n",
+ "db = client.MyanmarDB\n",
+ "\n",
+ "# create collection\n",
+ "col_one = db.Myanmar_Records\n",
+ "\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " event_date | \n",
+ " event_type | \n",
+ " sub_event_type | \n",
+ " actor1 | \n",
+ " assoc_actor_1 | \n",
+ " actor2 | \n",
+ " assoc_actor_2 | \n",
+ " location | \n",
+ " latitude | \n",
+ " longitude | \n",
+ " notes | \n",
+ " fatalities | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0 | \n",
+ " 9-Apr-21 | \n",
+ " Explosions/Remote violence | \n",
+ " Shelling/artillery/missile attack | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " NaN | \n",
+ " Civilians (Myanmar) | \n",
+ " Kayin Ethnic Group (Myanmar) | \n",
+ " Hpapun | \n",
+ " 18.0650 | \n",
+ " 97.4449 | \n",
+ " On 9 April 2021, in Hpapun township (Hpapun Di... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 1 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " NaN | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Tamwe | \n",
+ " 16.8102 | \n",
+ " 96.1765 | \n",
+ " On 9 April 2021, in Tamwe township (Yangon-Eas... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " Civilians (Myanmar); Journalists (Myanmar) | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " NaN | \n",
+ " Hpakant | \n",
+ " 25.6138 | \n",
+ " 96.3148 | \n",
+ " On 9 April 2021, in Hpakant town (Hpakant town... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 3 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Excessive force against protesters | \n",
+ " Protesters (Myanmar) | \n",
+ " NaN | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Loikaw | \n",
+ " 19.6742 | \n",
+ " 97.2099 | \n",
+ " On 9 April 2021, in Loikaw town (Loikaw townsh... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 4 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " Students (Myanmar) | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Myitkyina | \n",
+ " 25.3832 | \n",
+ " 97.3963 | \n",
+ " On 9 April 2021, in Myitkyina town (Myitkyina ... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " event_date event_type sub_event_type \\\n",
+ "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n",
+ "1 9-Apr-21 Protests Protest with intervention \n",
+ "2 9-Apr-21 Protests Protest with intervention \n",
+ "3 9-Apr-21 Protests Excessive force against protesters \n",
+ "4 9-Apr-21 Protests Protest with intervention \n",
+ "\n",
+ " actor1 \\\n",
+ "0 Military Forces of Myanmar (2021-) \n",
+ "1 Protesters (Myanmar) \n",
+ "2 Protesters (Myanmar) \n",
+ "3 Protesters (Myanmar) \n",
+ "4 Protesters (Myanmar) \n",
+ "\n",
+ " assoc_actor_1 \\\n",
+ "0 NaN \n",
+ "1 NaN \n",
+ "2 Civilians (Myanmar); Journalists (Myanmar) \n",
+ "3 NaN \n",
+ "4 Students (Myanmar) \n",
+ "\n",
+ " actor2 assoc_actor_2 \\\n",
+ "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n",
+ "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "2 Military Forces of Myanmar (2021-) NaN \n",
+ "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "\n",
+ " location latitude longitude \\\n",
+ "0 Hpapun 18.0650 97.4449 \n",
+ "1 Tamwe 16.8102 96.1765 \n",
+ "2 Hpakant 25.6138 96.3148 \n",
+ "3 Loikaw 19.6742 97.2099 \n",
+ "4 Myitkyina 25.3832 97.3963 \n",
+ "\n",
+ " notes fatalities \n",
+ "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n",
+ "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n",
+ "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n",
+ "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n",
+ "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 "
+ ]
+ },
+ "execution_count": 10,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Read Data into a DataFrame\n",
+ "myanmar_df = pd.read_csv('Myanmar_data.csv')\n",
+ "myanmar_df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ ""
+ ]
+ },
+ "execution_count": 11,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Convert Data to Dictionary and Push to MongoDB Collection\n",
+ "myanmar_dict = myanmar_df.to_dict('records')\n",
+ "col_one.insert_many(myanmar_dict)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "\n",
+ "Myanmar_Records = db.Myanmar_Records.find() \n",
+ "# Create empty list and fill with collection records\n",
+ "data=[]\n",
+ "for item in Myanmar_Records:\n",
+ " myanmar_dict={}\n",
+ " myanmar_dict['event_date']=item['event_date']\n",
+ " myanmar_dict['event_type']=item['event_type']\n",
+ " myanmar_dict['sub_event_type']=item['sub_event_type']\n",
+ " myanmar_dict['actor1']=item['actor1']\n",
+ " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n",
+ " myanmar_dict['actor2']=item['actor2']\n",
+ " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n",
+ " myanmar_dict['location']=item['location']\n",
+ " myanmar_dict['latitude']=item['latitude']\n",
+ " myanmar_dict['longitude']=item['longitude']\n",
+ " myanmar_dict['fatalities']=item['fatalities']\n",
+ " \n",
+ " data.append(myanmar_dict)\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "client.close()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.8.5"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/Renuka/Mongo_Test (1).ipynb b/Renuka/Mongo_Test (1).ipynb
new file mode 100644
index 0000000..2bbbd24
--- /dev/null
+++ b/Renuka/Mongo_Test (1).ipynb
@@ -0,0 +1,304 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Test Script for MongoDB "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "#Import Dependancies\n",
+ "import pandas as pd\n",
+ "import pymongo\n",
+ "from pymongo import MongoClient"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# Connection string to MongoDB\n",
+ "conn='mongodb://localhost:27017'\n",
+ "\n",
+ "# Making a Connection with MongoClient\n",
+ "client = MongoClient(conn)\n",
+ "\n",
+ "# create database\n",
+ "db = client.MyanmarDB\n",
+ "\n",
+ "# create collection\n",
+ "col_one = db.Myanmar_Records\n",
+ "\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " | \n",
+ " event_date | \n",
+ " event_type | \n",
+ " sub_event_type | \n",
+ " actor1 | \n",
+ " assoc_actor_1 | \n",
+ " actor2 | \n",
+ " assoc_actor_2 | \n",
+ " location | \n",
+ " latitude | \n",
+ " longitude | \n",
+ " notes | \n",
+ " fatalities | \n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " | 0 | \n",
+ " 9-Apr-21 | \n",
+ " Explosions/Remote violence | \n",
+ " Shelling/artillery/missile attack | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " NaN | \n",
+ " Civilians (Myanmar) | \n",
+ " Kayin Ethnic Group (Myanmar) | \n",
+ " Hpapun | \n",
+ " 18.0650 | \n",
+ " 97.4449 | \n",
+ " On 9 April 2021, in Hpapun township (Hpapun Di... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 1 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " NaN | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Tamwe | \n",
+ " 16.8102 | \n",
+ " 96.1765 | \n",
+ " On 9 April 2021, in Tamwe township (Yangon-Eas... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 2 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " Civilians (Myanmar); Journalists (Myanmar) | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " NaN | \n",
+ " Hpakant | \n",
+ " 25.6138 | \n",
+ " 96.3148 | \n",
+ " On 9 April 2021, in Hpakant town (Hpakant town... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 3 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Excessive force against protesters | \n",
+ " Protesters (Myanmar) | \n",
+ " NaN | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Loikaw | \n",
+ " 19.6742 | \n",
+ " 97.2099 | \n",
+ " On 9 April 2021, in Loikaw town (Loikaw townsh... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ " | 4 | \n",
+ " 9-Apr-21 | \n",
+ " Protests | \n",
+ " Protest with intervention | \n",
+ " Protesters (Myanmar) | \n",
+ " Students (Myanmar) | \n",
+ " Military Forces of Myanmar (2021-) | \n",
+ " Police Forces of Myanmar (2021-) | \n",
+ " Myitkyina | \n",
+ " 25.3832 | \n",
+ " 97.3963 | \n",
+ " On 9 April 2021, in Myitkyina town (Myitkyina ... | \n",
+ " 0 | \n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
"
+ ],
+ "text/plain": [
+ " event_date event_type sub_event_type \\\n",
+ "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n",
+ "1 9-Apr-21 Protests Protest with intervention \n",
+ "2 9-Apr-21 Protests Protest with intervention \n",
+ "3 9-Apr-21 Protests Excessive force against protesters \n",
+ "4 9-Apr-21 Protests Protest with intervention \n",
+ "\n",
+ " actor1 \\\n",
+ "0 Military Forces of Myanmar (2021-) \n",
+ "1 Protesters (Myanmar) \n",
+ "2 Protesters (Myanmar) \n",
+ "3 Protesters (Myanmar) \n",
+ "4 Protesters (Myanmar) \n",
+ "\n",
+ " assoc_actor_1 \\\n",
+ "0 NaN \n",
+ "1 NaN \n",
+ "2 Civilians (Myanmar); Journalists (Myanmar) \n",
+ "3 NaN \n",
+ "4 Students (Myanmar) \n",
+ "\n",
+ " actor2 assoc_actor_2 \\\n",
+ "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n",
+ "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "2 Military Forces of Myanmar (2021-) NaN \n",
+ "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n",
+ "\n",
+ " location latitude longitude \\\n",
+ "0 Hpapun 18.0650 97.4449 \n",
+ "1 Tamwe 16.8102 96.1765 \n",
+ "2 Hpakant 25.6138 96.3148 \n",
+ "3 Loikaw 19.6742 97.2099 \n",
+ "4 Myitkyina 25.3832 97.3963 \n",
+ "\n",
+ " notes fatalities \n",
+ "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n",
+ "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n",
+ "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n",
+ "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n",
+ "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 "
+ ]
+ },
+ "execution_count": 10,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Read Data into a DataFrame\n",
+ "myanmar_df = pd.read_csv('Myanmar_data.csv')\n",
+ "myanmar_df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ ""
+ ]
+ },
+ "execution_count": 11,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Convert Data to Dictionary and Push to MongoDB Collection\n",
+ "myanmar_dict = myanmar_df.to_dict('records')\n",
+ "col_one.insert_many(myanmar_dict)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "\n",
+ "Myanmar_Records = db.Myanmar_Records.find() \n",
+ "# Create empty list and fill with collection records\n",
+ "data=[]\n",
+ "for item in Myanmar_Records:\n",
+ " myanmar_dict={}\n",
+ " myanmar_dict['event_date']=item['event_date']\n",
+ " myanmar_dict['event_type']=item['event_type']\n",
+ " myanmar_dict['sub_event_type']=item['sub_event_type']\n",
+ " myanmar_dict['actor1']=item['actor1']\n",
+ " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n",
+ " myanmar_dict['actor2']=item['actor2']\n",
+ " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n",
+ " myanmar_dict['location']=item['location']\n",
+ " myanmar_dict['latitude']=item['latitude']\n",
+ " myanmar_dict['longitude']=item['longitude']\n",
+ " myanmar_dict['fatalities']=item['fatalities']\n",
+ " \n",
+ " data.append(myanmar_dict)\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "client.close()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.8.5"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/Renuka/Myanmar_data.csv b/Renuka/Myanmar_data.csv
new file mode 100644
index 0000000..c670098
--- /dev/null
+++ b/Renuka/Myanmar_data.csv
@@ -0,0 +1,809 @@
+event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities
+9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0
+9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0
+9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0
+9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0
+9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0
+9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82
+8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0
+8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0
+8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.472,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0
+8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1
+8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1
+8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0
+8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0
+7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0
+7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1
+7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2
+7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12
+7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14
+6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0
+6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1
+6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0
+6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1
+5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0
+5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0
+5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0
+5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0
+5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0
+5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0
+5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1
+5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1
+5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0
+4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0
+4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0
+4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0
+4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0
+4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1
+4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1
+4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0
+4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2
+4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2
+4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0
+3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1
+3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1
+3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3
+3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3
+2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0
+2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0
+2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1
+1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0
+1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1
+1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1
+1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2
+1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1
+1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0
+1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1
+1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0
+1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4
+1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0
+31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0
+31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2
+31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1
+31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1
+31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0
+30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0
+30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4
+30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1
+30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1
+30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11
+30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0
+30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1
+30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1
+30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2
+29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15
+29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0
+29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0
+29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5
+29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2
+29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1
+29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0
+29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0
+29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0
+29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0
+29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0
+28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2
+28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1
+28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0
+28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1
+28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1
+28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1
+27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1
+27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0
+27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0
+27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0
+27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0
+27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2
+27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1
+27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1
+26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0
+26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0
+26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6
+26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0
+26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0
+26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0
+26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6
+26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1
+26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0
+26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0
+25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0
+25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3
+25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1
+25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2
+25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2
+25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0
+25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0
+24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0
+24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0
+24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0
+24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1
+24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1
+23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1
+23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3
+23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1
+23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1
+22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0
+22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0
+22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0
+22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8
+22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5
+22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0
+22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0
+22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0
+22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0
+22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0
+22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0
+21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3
+21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2
+21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3
+21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1
+21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.902,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3
+21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1
+21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0
+21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0
+20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1
+20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0
+20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1
+20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0
+20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2
+20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1
+20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1
+20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0
+20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0
+20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0
+20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0
+20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1
+20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0
+20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1
+20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0
+19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1
+19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9
+19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0
+19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2
+19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1
+19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0
+19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0
+19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1
+19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1
+19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1
+19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0
+19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0
+19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2
+19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0
+18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0
+18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0
+18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0
+18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1
+18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2
+18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0
+17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0
+17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0
+17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0
+17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1
+17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0
+17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2
+17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4
+17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0
+17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0
+16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1
+16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.028,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0
+16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0
+16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0
+16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0
+16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0
+16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.152,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0
+16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0
+16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1
+16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1
+16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6
+16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0
+16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1
+16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0
+16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1
+16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0
+16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0
+16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0
+15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0
+15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0
+15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7
+15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1
+15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0
+15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0
+15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2
+15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0
+14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7
+14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1
+14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0
+14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0
+14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1
+14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1
+14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0
+14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0
+13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0
+13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2
+13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4
+13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0
+12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0
+12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0
+12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3
+12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1
+12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0
+12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0
+12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0
+12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0
+11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0
+11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0
+11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0
+11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0
+11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1
+11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1
+10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0
+10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0
+10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0
+10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0
+10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0
+10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0
+9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0
+9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0
+9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0
+9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0
+9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0
+9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0
+9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0
+9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.457,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0
+8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0
+8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.532,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0
+8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0
+8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1
+8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0
+7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0
+7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0
+7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0
+7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0
+7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0
+7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0
+7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0
+7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0
+7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0
+7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0
+7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0
+7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0
+7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0
+7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0
+7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0
+6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0
+6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0
+6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0
+6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0
+6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0
+6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0
+5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3
+5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1
+5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0
+5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1
+5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0
+5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0
+5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0
+5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0
+5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0
+5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0
+5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2
+5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1
+5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0
+4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0
+4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0
+4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0
+4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0
+4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0
+4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0
+3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1
+3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1
+3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0
+3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1
+3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0
+3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0
+3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8
+3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0
+3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0
+3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0
+3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0
+3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0
+3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3
+2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0
+2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1
+2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1
+2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0
+2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0
+1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0
+1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0
+1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0
+1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0
+1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0
+1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5
+28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.911,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0
+28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0
+28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0
+28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0
+27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0
+27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0
+27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0
+27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0
+26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0
+26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0
+26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0
+25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0
+25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0
+25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0
+25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0
+24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0
+24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0
+23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0
+23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0
+23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0
+22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0
+22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0
+22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0
+22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0
+21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0
+21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0
+20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4
+20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1
+19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0
+19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0
+19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0
+18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0
+18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0
+18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0
+18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0
+17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0
+17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0
+17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0
+16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0
+16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0
+16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0
+16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0
+16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0
+15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0
+15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.806,96.183,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0
+15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.902,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0
+15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0
+15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0
+14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0
+14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0
+14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0
+13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0
+12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0
+12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0
+12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0
+12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0
+12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0
+12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0
+12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0
+12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0
+11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0
+11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0
+9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0
+9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1
+9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0
+8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0
+8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0
+7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0
+4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0
+4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0
+4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0
+4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0
+1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0
+1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0
+30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0
+29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0
+27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0
+25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0
+24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1
+23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1
+23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1
+22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0
+21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0
+19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0
+18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0
+17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0
+16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0
+15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0
+9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0
diff --git a/Renuka/app.py b/Renuka/app.py
new file mode 100644
index 0000000..f1eab37
--- /dev/null
+++ b/Renuka/app.py
@@ -0,0 +1,54 @@
+
+
+# Import our modules
+import pymongo
+import pandas as pd
+from flask import Flask, render_template, jsonify
+
+# Create an instance of our Flask app.
+app = Flask(__name__)
+
+# Create connection variable
+conn = 'mongodb://localhost:27017'
+# Pass connection to the pymongo instance.
+client = pymongo.MongoClient(conn)
+
+# Connect to a database.
+db = client.MyanmarDB
+# Available routes
+@app.route("/")
+def home():
+ return (
+ f"Welcome to the what is happening in Myanmar DataBase!
"
+ f"
"
+ f"Below route returns all records from database
"
+ f"/api/v1.0/Myanmar_Records
"
+
+ )
+
+@app.route("/api/v1.0/Myanmar_Records")
+def myanmar():
+ # Store collection in a list
+ Myanmar_Records = db.Myanmar_Records.find()
+ # Create empty list and fill with collection records
+ data=[]
+ for item in Myanmar_Records:
+ myanmar_dict={}
+ myanmar_dict['event_date']=item['event_date']
+ myanmar_dict['event_type']=item['event_type']
+ myanmar_dict['sub_event_type']=item['sub_event_type']
+ myanmar_dict['actor1']=item['actor1']
+ myanmar_dict['assoc_actor_1']=item['assoc_actor_1']
+ myanmar_dict['actor2']=item['actor2']
+ myanmar_dict['assoc_actor_2']=item['assoc_actor_2']
+ myanmar_dict['location']=item['location']
+ myanmar_dict['latitude']=item['latitude']
+ myanmar_dict['longitude']=item['longitude']
+ myanmar_dict['fatalities']=item['fatalities']
+ data.append(myanmar_dict)
+
+ return jsonify(data)
+
+
+if __name__ == "__main__":
+ app.run(debug=True)
diff --git a/Renuka/static/css/style.css b/Renuka/static/css/style.css
new file mode 100644
index 0000000..2423a01
--- /dev/null
+++ b/Renuka/static/css/style.css
@@ -0,0 +1,12 @@
+/*!
+ * Bootswatch v4.0.0
+ * Homepage: https://bootswatch.com
+ * Copyright 2012-2018 Thomas Park
+ * Licensed under MIT
+ * Based on Bootstrap
+*//*!
+ * Bootstrap v4.0.0 (https://getbootstrap.com)
+ * Copyright 2011-2018 The Bootstrap Authors
+ * Copyright 2011-2018 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333}
diff --git a/Renuka/static/js/app.js b/Renuka/static/js/app.js
new file mode 100644
index 0000000..e62f4ee
--- /dev/null
+++ b/Renuka/static/js/app.js
@@ -0,0 +1,34 @@
+function buildPlot() {
+ /* data route */
+ const url = "/api/pals";
+ d3.json(url).then(function(response) {
+
+ console.log(response);
+
+ const data = response;
+
+ const layout = {
+ scope: "usa",
+ title: "Pet Pals",
+ showlegend: false,
+ height: 600,
+ // width: 980,
+ geo: {
+ scope: "usa",
+ projection: {
+ type: "albers usa"
+ },
+ showland: true,
+ landcolor: "rgb(217, 217, 217)",
+ subunitwidth: 1,
+ countrywidth: 1,
+ subunitcolor: "rgb(255,255,255)",
+ countrycolor: "rgb(255,255,255)"
+ }
+ };
+
+ Plotly.newPlot("plot", data, layout);
+ });
+}
+
+buildPlot();
From d42e0fe648b78dd1d96238856cf8ac4021f35d39 Mon Sep 17 00:00:00 2001
From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com>
Date: Tue, 20 Apr 2021 19:17:22 -0600
Subject: [PATCH 02/18] Tues night
---
...April_4_2021_Man_dragged_by_motorcycle.jpg | Bin
...esidents_flee_junta_raids_April_9_2021.jpg | Bin
.../Kachin/Kachin_state_April_19_2021.jpg | Bin 0 -> 179121 bytes
.../Myitkyina_man_in_road_March_8_2021.jpg | Bin
...y_airstrikes_Karen_state_March_30_2021.jpg | Bin
...ren_state_bombs_dropping_March_30_2021.jpg | Bin
...ikes_Karen_state_montage_March_30_2021.jpg | Bin
...ndalay_Killed_March_3_2021_head_bullet.jpg | Bin
..._homes_burned_by_military_April_1_2021.jpg | Bin
...burned_by_military_image2_April_1_2021.jpg | Bin
...o_Kyaw_Win_Maung_Funeral_March_28_2021.jpg | Bin
...ay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg | Bin
...in_Myo_Chit_funeral_7yrs_March_24_2021.jpg | Bin
.../{ => Mandalay}/Mandalay_March_23_2021.jpg | Bin
...ng_protests_shot_in_head_March_13_2021.jpg | Bin
...rs_target_practice_tweet_March_21_2021.jpg | Bin
.../Mandalay_region_fires_March_28_2021.jpg | Bin
...man__in_street_journalist_April_4_2021.jpg | Bin
...ine_Aye_Myat_Thu_funeral_March_28_2021.jpg | Bin
.../Monywa_police_brutality_Feb_26_2021.jpg | Bin
.../Shwebo_grieving_father_March_27_2021.jpg | Bin
.../{ => Tanintharyi}/Dawei_Feb_27_2021.jpg | Bin
.../Dawei_hospital_Feb_27_2021.jpg | Bin
...ung_Htet_15yrs_face_shot_March_21_2021.jpg | Bin
..._Military_grenade_Attack_March_28_2021.jpg | Bin
...ngon_Man_tortured_unknown_March_6_2021.jpg | Bin
...n_North_Okkalapa_township_March_3_2021.jpg | Bin
..._Okkalapa_township_photo2_March_3_2021.jpg | Bin
...ested_beaten_shown_on_tv_April_18_2021.jpg | Bin
.../Yangon_protests_March_19_2021.jpg | Bin
...angon_protests_slingshot_March_19_2021.jpg | Bin
Lisa/Myanmar.js | 90 +++++++++++++++---
32 files changed, 75 insertions(+), 15 deletions(-)
rename Lisa/Media/{ => Bago}/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg (100%)
rename Lisa/Media/{ => Bago}/Bago_residents_flee_junta_raids_April_9_2021.jpg (100%)
create mode 100644 Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg
rename Lisa/Media/{ => Kachin}/Myitkyina_man_in_road_March_8_2021.jpg (100%)
rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_March_30_2021.jpg (100%)
rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg (100%)
rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_montage_March_30_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_100_homes_burned_by_military_April_1_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_100_homes_burned_by_military_image2_April_1_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_Ma_Khin_Myo_Chit_funeral_7yrs_March_24_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_March_23_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_region_fires_March_28_2021.jpg (100%)
rename Lisa/Media/{ => Mandalay}/Mandalay_woman__in_street_journalist_April_4_2021.jpg (100%)
rename Lisa/Media/{ => Mon}/Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg (100%)
rename Lisa/Media/{ => Sagaing}/Monywa_police_brutality_Feb_26_2021.jpg (100%)
rename Lisa/Media/{ => Sagaing}/Shwebo_grieving_father_March_27_2021.jpg (100%)
rename Lisa/Media/{ => Tanintharyi}/Dawei_Feb_27_2021.jpg (100%)
rename Lisa/Media/{ => Tanintharyi}/Dawei_hospital_Feb_27_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_Man_tortured_unknown_March_6_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_North_Okkalapa_township_March_3_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_North_Okkalapa_township_photo2_March_3_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_protests_March_19_2021.jpg (100%)
rename Lisa/Media/{ => Yangon}/Yangon_protests_slingshot_March_19_2021.jpg (100%)
diff --git a/Lisa/Media/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg b/Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg
similarity index 100%
rename from Lisa/Media/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg
rename to Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg
diff --git a/Lisa/Media/Bago_residents_flee_junta_raids_April_9_2021.jpg b/Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg
similarity index 100%
rename from Lisa/Media/Bago_residents_flee_junta_raids_April_9_2021.jpg
rename to Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg
diff --git a/Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg b/Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6062a32999f3f89f0a91166e5c950d6728f78622
GIT binary patch
literal 179121
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