@charset "UTF-8";

body {
  background: #fff;
  font-family: Helvetica, sans-serif;
  margin: 0px;  
}
img {
  max-width:100%;
}
.avator {
  border-radius:100px;
  width:48px;
  margin-right: 15px;
}

.incomplete {
    color: red;
}

.modules > div {
  flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
  /*demo*/
}
    
#pmodule_list > div {
    flex: 33%;
};

.follow {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.social {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#modal_warning {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  padding-top: 100px;
  background-color: rgb(255,255,255, 0.1); /* Fallback color */
}

#modal_warning_dialog {
  width: 80%;
  border-radius: 15px;
  background-color: rgb(255,255,255, 0.9);
  margin: auto;
  border: 1px solid #888;
}

#modal_article {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
}

#article_title {
 	font-family: 'Helvetica', 'Arial', sans-serif;; 
 	font-weight: bold;
 	font-size: 40px;
 	
 	margin-top: 10px;
 	margin-bottom: 20px;
 	margin-left: 20px;
 	margin-right: 20px;	
 	

}

#article_text {
	font-family: 'Helvetica', 'Arial', sans-serif;; 	
	margin-left: 20px;
 	margin-right: 20px;	
 	
 	margin-bottom: 80px;	
}

#next_step{
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#next_wrapper{
	background: #fff;
}

.tweet-wrap {
  width:100%;
  background: #fff;
  margin: 0 auto;
  border-radius:3px;
  margin-bottom:10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='radio'] { 
     transform: scale(2); 
 }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tweet-header {
  display: flex;
  display: -webkit-flex; 
  align-items:flex-start;
  -webkit-align-items:flex-start;
  font-size:14px;
  margin-bottom: 2px;
  padding-top: 15px;
  border-top-style: solid;
  border-width:1px;
  
}
.tweet-header-info {
  font-weight:bold;
  -webkit-flex: 1;
}
.tweet-header-info span {
  color:#657786;
  font-weight:normal;
  margin-left: 0px;
  font-size: 12px;
}
.tweet-header-info p {
  font-weight:normal;
  margin-top: 0px;
  
}
.tweet-img-wrap {
  padding-left: 60px;
}

.checked{
  background-color: black;
}

.unchecked{
  background-color: red;
}

.disabled{
	background-color: #A6A6A6;
}

.enabled{
	background-color: #04AA6D;
}

.range{

	-webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
    background: #04AA6D;
}

.range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  cursor: pointer;
    background: #04AA6D;
}

.open_text{
	background-color: #fff;
	cursor: text;
	direction: ltr;
	font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20.1px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: -5px;
	margin-top: 8px;
	overflow-wrap: break-word;
	text-align: start;
	white-space: pre-wrap;
	width: 100%;
}
