html {
	overflow-x: hidden;
}
body {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
	background: #f3f5f8;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: capitalize;
}
div#qr-code-urls input {
    margin-top: 27px;
}
header {
	background: #2873f0;
	text-align: center;
	padding: 30px 0;
}
div#qr-code-my-txt textarea {
    background-color: transparent;
}
header .box h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.tools-section .box {
	background: #fff;
	box-shadow: 0 0 21px -10px;
	border-radius: 0 0 10px 10px;
	padding: 25px;
	min-height: 360px;
	max-height: 360px;
}
.tools-section  h1 {
	background: #2180ed;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 8px 0;
	margin-bottom: 0;
	font-size: 25px;
	margin-top: 30px;
}
textarea#mytextarea {
    background-color: transparent;
    color: black !important;
}	
textarea {
    width: 100%;
}
.white-container {
    padding: 25px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding-bottom: 48px;
}
.form-contro {
    color: #fff !important;
    background: #019716;
    display: block;
    margin-top: 22px;
    border-radius: 0px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    transition: 0.4s;
    padding-bottom: 5px;
    padding-top: 5px;
}
.btn {
    color: #fff !important;
    background: #019716 !important;
    display: block;
    margin-top: 10px;
    border-radius: 42px !important;
    font-weight: bold;
    line-height: 28px !important;
    width: 100%;
    transition: 0.4s !important;
    border-color: transparent !important;
}
.btn:hover {
	opacity: .8;
}
#iframe_code_copy {
	background: #976101;
	margin-bottom: 0;
}
#preview_button {
	background: #013797;
	margin-bottom: 0;
}
.height-box {
	min-height: calc(100vh - 158px);
	padding: 32px 0;
}
.white-container {
	padding: 25px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.white-container h1 {
	text-align: center;
	margin-bottom: 30px;
}
/* form {
	background: #fff;
	padding: 25px;
	border: 1px solid #eaeaea;
} */
.title h2 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.tools-section h2 {
    text-align: center;
}
input {
	position: relative;
	z-index: 10;
	line-height: 1.5 !important;
	background-color: #FFF !important;
	color: #333 !important;
	border: 1px solid #c7c7c7 !important;
}
form .form-group  {
	position: relative;
}
form .form-group .form-control {
    height: 55px;
        border-radius: 0px 0px  6px;
    font-size: 15px;
    padding-left: 10px;
}
form .form-group .form-control:focus {
	color: #495057;
	background-color: #f8f8f8 !important;
	border-color: red !important;
	outline: 0;
	box-shadow: none;
}
form .btn {
    margin-top: 30px;
    line-height: 28px;
    margin-bottom: 30px;
}

footer {
	background: #2180ed;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;

}
div#tools-section h2 {
    text-align: center;
}
footer .row {
	margin-bottom: 0 !important;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}

label.error {
	position: absolute;
	top: 70%;
	z-index: 999;
	right: 23px;
	transform: translateY(-50%);
	color: red;
	margin-bottom: 0;
}
.height-box form h5 {
	width: 100%;
	text-align: left;
	padding-left: 16px;
	margin-bottom: 12px;
	margin-top: 5px;
}
.form-group textarea {
	width: 100%;
	padding-left: 16px;
	border-radius: 12px;
	padding-top: 6px;
	height: 180px !important;

}
.form-group textarea :disabled, .form-group .form-control[readonly] {
	background-color: #fff;
}
form .form-group select {
	cursor: pointer;
}
.tools-section1  h1 {
    background: #2180ed;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 30px;
}
.tools-section1 .box {
    background: #fff;
    box-shadow: 0 0 21px -10px;
    border-radius: 0 0 10px 10px;
    padding: 25px;
    min-height: 270px;
    max-height: 270px;
}
.tools-section1 .box p {
    min-height: 160px;
    max-height: 160px;
}

.colorpicker-alpha {
	display:none !important;
}
.share-box {
	text-align: center;
	margin: 25px 0 50px;
}
.share-box .social a {
	margin: 0 .3em;
	display: inline-block;
}
.share-box .social a img {
	width: 40px;
}

.right-sidebar {
	text-align: center;
	background: #fff;
    padding: 12px;
    border: 1px solid #eaeaea;
}
.right-sidebar .btn {
    color: #fff !important;
    background: #019716;
    display: block;
    margin-top: 22px;
    border-radius: 42px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    transition: 0.4s;
}
.right-sidebar .btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.tools-section .box p {
    min-height: 250px;
    max-height: 250px;
}

#result .form-control {
	text-align: center;
}

.fancytextgenerator {
    background: #fff;
    padding: 25px;
    border: 1px solid #eaeaea;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#btnIncludeTime {
    color: #495057;
    text-decoration: none;
}
.height-box .fancytextgenerator .form-control {
	border-radius: 10px;
}
.height-box #result #copy_88 {
    border-radius: 10px 0 0 10px !important;
}
.input-group-text.copybutton {
	border-radius: 10px;
}

.height-box .fancytextgenerator .form-control:focus {
	border-color: #c7c7c7;
	box-shadow: none;
}


.height-box form .info h5 {
	padding: 5px 12px 5px;
	background-color: #2873f0;
	color: #fff;
	font-size: 15px;
	display: inline;
	margin: 0;
	font-size: 20px;
}
.height-box form .info {
    border-bottom: 2px solid #2873f0;
    margin-bottom: 14px;
}
#dob_calculation h2 {
	margin-bottom: 26px;
	font-size: 30px;
}

.textcopied {
	position: fixed;
	right: 5px;
	bottom: 107px;
	z-index: 99;
	width: 32%;
	background: #019716;
	color: #fff;
	text-align: center;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #fff;
}

.myCustomTextarea {
	position: fixed;
	right: 5px;
	bottom: 46px;
	z-index: 99;
	width: 32%;
	background: #1EB433;
	color: #fff;
	text-align: center;
	border: 0;
	height: 60px;
	padding: 18px 0 0 0;
}


.myCustomTextarea::selection {
    background: transparent;
}

#formDatabaseQuery .row {
	margin-right: 0;
	margin-left: 0;
}
#formDatabaseQuery .form-group {
	margin-bottom: 0;
}
label.error {
    font-size: 18px;
}

footer a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	margin-top: 10px;	
}

.table-responsive {
    overflow-x: scroll !important;
}
form .form-group .float-right {
    display: flex;
    align-items: center;
    width: 40%;
}
@media screen and (max-width: 1450px) {
}
 
@media screen and (max-width: 1199px){
    form {
        width: 100%;
	}
	.tools-section .box {
		min-height: 415px;
		max-height: 415px;
	}
	.tools-section .box p {
		min-height: 283px;
		max-height: 283px;
		font-size:100%;
	}

	.tools-section h2 {
		
		font-size:20px;
	}
	.tools-section  h1 {
		font-size: 20px;
	}

	

	
}

@media screen and (max-width: 991px){
    .tools-section .box {
        margin-bottom: 30px;
	}
	.height-box .fancytextgenerator input {
		height: 44px !important;
		font-size: 18px !important;
	}
	
}

@media screen and (max-width: 767px) {
.col-lg-6.col-md-6.pl-0 {
	padding-right: 0 !important;
}

.col-lg-6.col-md-6.pr-0 {
	padding-left: 0 !important;
}
}

@media screen and (max-width: 480px){
	form {
		padding: 20px 15px 20px;
	}
	.title h2 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.share-box .social a img {
		width: 35px;
	}
	.tools-section .box {
		min-height: 335px;
		max-height: 386px;
	}
	
}

@media screen and (max-width: 380px) {
.tools-section .box p {
	min-height: 260px;
	max-height: 265px;
}

header .box a img {
	width: 310px;
}
}

input.btn {
    background-color: #019716 !important;
}

.tab-content .tab-pane label {
    display: block;
	text-align: center;
	
}

.height-box .tab-content {
	text-align: center;
}

.dwnld-cta {
    border-radius: 15px 15px;
    width: 100px;
    line-height: 22px
}

form .form-group .error {
	border-color: red !important;
	}

	.tools-section .btn {
		margin-bottom: 20px;
	}


	
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 5px;
}

b, strong {
	font-weight: bolder;
	margin-right: 5px;
}
p {
    font-size: 14px;
}
.height-box .form-group #revesite.form-control {
    margin-right: 5px;
}


header .box a:hover {
    text-decoration: none;
}

.height-box #formMeta a:hover {
        text-decoration: none;
	}
	

.tools-section #formMeta .box {
	min-height: 500px;
	max-height: 500px;
	
}

.tools-section #formMeta .box #decription {
	min-height: 530px;
	max-height: 530px;
	font-size:100%;
	
}

.form-control:disabled, .form-control[readonly] button {
	background-color: #019716;
	
}
.tools-section #formMeta .sub_success{
	display:none;
}

.form{

	width: 100px;
}
img {
    width: 370px;
    margin-top: 20px;
    max-width: 100%;
}
.col-lg-3.col-md-12 {
    float: right;
}
input.form-contro {
    background-color: #019716 !important;
    color: white !important;
    border-radius: 11px;
    font-size: 18px;
}






