@font-face {
	src: url(../fonts/iranSansWeb.woff2);
	font-family: iranSansWeb;
}

body {
	font-family: iranSansWeb;
	text-align: right;
	background-color: #f5f5f5;
}

#top-banner {
	padding-left: 0;
	padding-right: 0;
}

#top-banner img {
	width: 100%;
	height: auto;
}

#data-box {
	background-color: #fff;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	margin-bottom: 0;
}

#url-before:focus,
#url-after:focus {
    outline: none;
	box-shadow: none;
	border: 1px solid #d3d3d3;
}

.msg-box {
	margin: 15px 0;
	border-radius: 5px;
	padding: 8px 12px;
	font-weight: 600;
}

.err-box {
	color: #ff3333;
	border: 2px solid #ff3333;
	background-color: rgba(255, 51, 51, .2);
}

.success-box {
	color: #4caf50 ;
	border: 2px solid #4caf50;
	background-color: rgba(76, 175, 80, .2);
}

.c-btn {
	background-color: #ffe3cc;
	color: #ef6c00;
	border: 1px solid #ef6c00;	
}

.c-btn:hover {
	background-color: #ef6c00;
	color: #fff;
}

.generated-box {
	margin-top: 20px;
}

.generated-url {
	background-color: #eee;
	border-radius: 5px;
	padding: 8px 12px;
	border: 1px solid #d3d3d3;
	font-weight: 700;
}

.init-hidden {
	display : none;
}

button:active {
outline: none;
border: none;
}

button:focus {
outline:0;
}

.c-btn-success {
  background-color: #caeac7;
  color: #4bb543;
  border: 1px solid #4bb543;  
}

.c-btn-success:hover {
  background-color: #4bb543;
  color: #fff;
}

#generateUrl {
  margin-top: 16px;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}