  body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	background-image: url(images/bg1.jpg);
	background-position-x: center;
  }
  a {text-decoration:none;color:#f1f1f1;}
  a:hover {color:#c926f1;text-shadow:1px 1px 5px;}
  
  ul {
  list-style: none;
}

ul li::before {
  content: "\02713";
  color: #59cd61;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

h1 {margin-bottom:15px;font-size:2em;}
.video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }
.video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
.video:after { content: ""; position: absolute; display: block; 
    background: url(play-button.png) no-repeat 0 0; 
    top: 45%; left: 45%; width: 46px; height: 36px; z-index: 30; cursor: pointer; } 
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }
.header {
	height:50px;
    display: flex;
    align-items: center;
	flex-direction: row; 
    justify-content: center;
    padding: 10px;
    background-color: #000000cf;
    box-shadow: 1px 1px 7px #000000;
	font-size:0.9em;
}
  
  .column1 {
	order:1;
    flex: 3;
    flex-direction: row;
    padding: 20px;

  }
  
  
  
  .column2 {
    order:2;
    flex: 1;
    flex-direction: row;
    padding: 20px;
  }
  
  .column2 a{
    padding: 0 20px;
  }
  
  .column3 {
    order:3;
    flex: 5;
    flex-direction: row; 
    padding: 20px;
	text-align:right;
  }
  .column3 a{
    padding: 0 20px;
	border-left: 1px solid #bababa;
  }
  
  .logo {
    width: 250px;
  }
  .dropdown {
    display: none;
  }
  
  .content {
    display: flex;
    flex-direction: row; 
    padding: 20px;
  }
  
  .content2 {
    display: flex;
    flex-direction: row;
    padding: 20px;
	align-items: center;
	justify-content: center;
  }
  
  .content3 {display: flex;
    flex-direction: column;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-top: 50px;}
  
  .content-top {
    display: flex;
    flex-direction: column; 
    padding: 20px;
	align-items: center;
	justify-content: center;
	margin-top:50px;
	text-align:center;
  }
  
.content-top-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #000000c4;
    width: fit-content;
    border-radius: 40px;
    color: #fff;
    padding-right: 20px;
    margin-bottom: 30px;
    line-height: 0.1em;
    font-size: 1em;
}
  
  .top-box-sub {
    padding: 0 20px;
    font-weight: 600;
    color: #161616;
	border-radius: 10px;
	}
  

	.top-box {
    text-align: center;
    font-weight: 600;
    line-height: 1.8em;
    color: #000;
    border-radius: 10px;
	margin:-20px 0;
	text-shadow: 1px 1px 15px #fff;}
	
	.text-pink { 
    color: #e300e7;
    font-weight: 700;
	}
	.text-green { 
	color: #59cd61;
    font-weight: 700;
	}
  
  
  .main-column {order:2;
    flex: 3;
    padding: 20px 20px 40px 20px;
    min-width:320px;
	max-width: 786px;
	background:#fff;
	margin-right:12px;
  }
  

  .sidebar {order:3;
    flex: 3;
    padding: 20px;
    background-color: #effe;
    min-width:320px;
  }
  .yellow-box {
    border-top: 3px solid #e616e9;
    border-bottom: 3px solid #12a4bd;
    box-shadow: 1px 1px 5px;
	padding-left:5px;
	background: #000000c7;
    border: 1px solid #c926f1;
    border-radius: 25px;
  }
  .blue-box {order:4;
  flex: 1;

    padding-left: 15px;
    margin-left: 10px;
  }
  
  .box4 {order:1;
  flex: 1;
    padding-right: 15px;
    margin-right: 10px;
  }
  
  .content-bottom {	
    display: flex;
    flex-direction: row;
    padding: 20px;
	background:#000;
	color:#fff;
	justify-content: center;
  }
  
  .bottom-box1 {
	order:1;
	max-width:800px;
    padding-left: 15px;
    margin-left: 10px;
  }
  
  .bottom-box2 {
	order:1;
	max-width:380px;
    padding: 20px;
	text-align:center;
	background:#111;
	border-radius: 50px;
	margin: 10px;
  }
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .flex-item {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	color:#fff;
    border-radius: 25px;
  }
  .flex-item:hover {color:#e300e7;box-shadow:1px 5px 18px #e300e7;	}
  
  .top-button-pink{
	background: #c926f1;
	padding: 10px 20px 10px 20px;
    margin-right: 10px;
    margin-bottom: 5px;
	color:#fff;
    border-radius: 25px;}
	
	.top-button-pink:hover {}
	
	.top-button-dark{padding: 10px;
	cursor:pointer;
    margin-right: 10px;
    margin-bottom: 5px;
	color:#fff;
    border-radius: 25px;}

	.top-button-dark:hover {color:#c926f1;}
  
  .humanize{padding: 10px 30px;
    color: #fd98ff;
    background: #000;
    float: right;
    box-shadow: 0 2px 25px 0px rgb(243 45 240 / 73%);
    border: 1px solid #c926f1;
	border-radius: 25px;
    font-size: 1.1em;
	font-weight:600;
    cursor: pointer;
    margin-top: -12px;}
	
	.humanize:hover{box-shadow: 0 2px 25px 0px rgb(0 0 0 / 50%);color:#e300e7;}
	
	.humanize img{
    margin-right:3px; height:33px; display:inline-block; vertical-align:middle; margin-top:-3px;
  }

	
	.warning {margin-top:30px;font-size: 0.9em;}
	
	.span-code {font-weight:bold;font-size:1em}
  
  .flex-button-item {
    padding: 3px 7px 3px 7px;
    border: 2px solid;
    font-size:1.1em;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #bababa;
  }
  .flex-button-item:hover {box-shadow:1px 1px 5px #e300e7}
  
  .footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
  }
  
  /* Style for dropdown button */
.dropbtn {
  color: #fff;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  border:none;
    background-color: transparent;

    box-shadow:1px 1px 5px #000;
}

/* Style for dropdown content */
.dropdown-content {
  display: none; /* Hidden by default */
  position: absolute;
  background-color: #efefef;
  color:#000;
  min-width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right:0;
  border-bottom: 3px solid #e616e9;
  border-top: 3px solid #12a4bd;
  margin-top: -3px;
}

/* Style for each content div */
.dropdown-content div {
  padding: 7px 5px;
  border-bottom: 2px dotted #dadada;
}

.dropdown-content a {
  text-decoration: none !important;
  color:#000;
}

/* Highlight dropdown options on hover */
.dropdown-content div:hover {
  background-color: #eaeaea;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Highlight dropdown button when dropdown menu is open */
.dropdown:hover .dropbtn {
  background-color: #333;
  border-radius:10px 10px 0 0;
  
}


 html {
	font-size: 18px;
}
		
}

.form1 {background-color: #fff;
      border-radius: 15px;
      padding: 15px;
      margin-top: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0.5, 0.2, 0.3, 0.2);
      display: flex;
      flex-direction: column;}
.security-numb	 {background:beige;padding:10px;}
	  
#input,
    #output {
      font-size: 1.3rem;
	  font-family: math;
      padding: 10px;
	      width: -webkit-fill-available;
      height: 150px;
      /* increased height */
      border-radius: 15px;
      margin-bottom: 25px;
      border: 2px solid;
      resize: none;
      min-height: 200px;
    }
textarea:focus, input:focus{
    outline: none;
}	
	
 #convertButton,
    #copyButton,
    #clearButton,
    #stopButton,
    #continueButton {
      background-color: #00ad2d;
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 1.2rem;
	  margin-top:10px;
      margin-bottom: 20px;
      border-radius: 10px;
      cursor: pointer;
      min-width: 180px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease-in-out;
    }

    #convertButton:hover {
      background-color: #0065EC;
    }

    #copyButton:hover {
      background-color: #0065EC;
    }

    #clearButton:hover {
      background-color: #ED1A1A;
    }


#copyMe, #clearMe {    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333;
    box-shadow: 0 10px 40px 0px rgba(207,87,248,.5);
    border: none;
    font-size: 1.1em;
    cursor: pointer;}
	
#copyMe:hover, #clearMe:hover {
      background-color: #e063ff;
    }
	
#percentage {width:98%;}	


	
	


  
  /* Media Query */
  @media (max-width: 768px) {
	 h1 {line-height:1.2em;} 
    .content {
      flex-direction: column;
      padding:10px;
    }
    .sidebar {
        order:2;
      flex: none; 
      padding-left: 5px;
	  background: #eeffffd1;
    padding-top: 5px;
    }
	
	.content-top-sub {flex-direction: column;padding:50px 30px;border: 8px solid #b400b7;
    box-shadow: 1px 1px 5px #000;border-radius: 168px;}
	
	.top-box {margin:0;}
	.top-box p{
	    line-height: 1.3em;
    font-weight: 600;
    border-radius: 10px;
    font-size: 0.9em;}
	
	.content-bottom {flex-direction: column;
      padding:10px;}
	.bottom-box2 {
      flex: none; 
      padding-left: 5px;
    }
    .yellow-box {
    margin-left: -10px!important;
    margin-right: -30px!important;
    max-width: calc(100% + 40px);
}
    .blue-box {
    order:3;
  }
  
  .box4 {display:none;} /* left sidebar */
  
  .main-column {order:1;
    flex: 1;
    margin-right: 0;
	margin-bottom: 15px;
	background: #ffffff8a;
    padding-top: 5px;
  }
  .humanize{padding: 8px 15px;}
  
  .desktop-menu {display:none;}
  .dropdown {display:block;}
  .span-code {display:none;}
  
  }
  