@font-face {
    font-family: 'AleksandraC';
    src: url('fonts/text.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
#newy{
padding-left: 35%;
}
body {
	background: #f0f0f0 !important;
	color: #333;
	max-width: 600px;
	margin: 0 auto !important;
	font-size: 13px !important;
    font-family: 'AleksandraC';
}

.good{
    width: 40%; 
    color: green;
    margin: 0 auto;
    text-align: center;
    font-size: 13px; 
    background-color: #fff; 
    padding: 5px 8px; 
    border: 1px #d1d1d1 solid;
}
.forbidden{
    width: 40%; 
    color: red;
    margin: 0 auto;
    text-align: center;
    font-size: 13px; 
    background-color: #fff; 
    padding: 5px 8px; 
    border: 1px #d1d1d1 solid;
}

/*                        */




/* Qor zarralari (particles) */

.intro,
.intro a {
  color: #fff;
}

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -5%;  /* Qorning boshlanishi yuqoridan biroz pastroq */
  }
  100% {
    top: 90%;  /* Qor parchalarining maksimal pastga tushishi */
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -5%;  /* Qorning boshlanishi yuqoridan biroz pastroq */
  }
  100% {
    top: 90%;  /* Qor parchalarining maksimal pastga tushishi */
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -5%;  /* Boshlanishda yuqoridan biroz pastroq joylashuvi */
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 5s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 5s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
/* Demo Purpose Only*/
/*.demo {*/
/*  font-family: 'Raleway', sans-serif;*/
/*	color:#fff;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    padding: 15px 0;*/
/*    text-align: center;*/
/*}*/
/*.demo a{*/
/*  font-family: 'Raleway', sans-serif;*/
/*color: #000;		*/
/*}*/


/*.okt {
  text-align: center;
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: rgb(3,119,12);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
.okt:hover {
  color: rgb(3,119,12);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.okt:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
#logo {
    font-weight: bolder;
    color: white;
}
.ok{
	background: #3d9c48;
	border-bottom:2px solid #b65555;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}*/




.okt {
  /* text-align: center; */
  /*#display: inline-block;*/
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: rgb(3,119,12);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: var(--xroot-okt-linear-gradient);
  transition: all .218s ease 0s;
  background: gainsboro;
}
.okt:hover {
   color: rgb(3,119,12); 
   border: 1px solid rgb(198,198,198); 
   background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1); 
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.okt:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
#logo {
    font-weight: bolder;
    color: white;
}
.ok{
	background: #3d9c48;
	border-bottom:2px solid #b65555;
	padding:10px;
	color: #FFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.err{
	background: #b65555;
	border-bottom:2px solid red;
	padding:10px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
a:hover {
	color: #4A76A8 !important;
	text-decoration: none !important;
}
header {
	background: #4A76A8;
	padding: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 99999;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	position: fixed;
	top: 0;
	max-width: 600px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
header a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
header table {
	width: 100%;
}
header td {
	padding: 0;
}

/*.mOm{*/
/*        -webkit-box-shadow: 0px 28px 59px 0px rgba(93, 149, 166, 0.5);*/
/*        -moz-box-shadow: 0px 28px 59px 0px rgba(93,128,166,0.50);*/
/*        box-shadow: 0px 28px 59px 0px rgba(93, 139, 166, 0.5);*/
/*        border-right: 1px solid #4A76A8;*/
/*        border-left: 1px solid #4A76A8;*/
/*        border-top: 1px solid #4A76A8;*/
/*        -webkit-border-radius: 12px;*/
/*        -moz-border-radius: 12px;*/
/*        border-radius: 12px;*/
/*}*/

.mOm{
        -webkit-box-shadow: 0px 28px 59px 0px #4a76a8;
        -moz-box-shadow: 0px 28px 59px 0px rgba(45,40,255,0.50);
        box-shadow: 0px 28px 59px 0px #4a76a8;
        border-right: 1px solid #4A76A8;
        border-left: 1px solid #4A76A8;
        border-top: 1px solid #4A76A8;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
}
.l_bar {
	width: 1%;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.l_bar:hover {
	width: 1%;
	background: #4A76A8;
}

.r_bar {
	width: 1%;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/*.r_bar:hover {
	width: 1%;
	background: #4A76A8;
}*/

.c_bar {
	width: 60%;
}

.block {
	margin: 10px 8px;
	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.block.first {
  margin-top: 65px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.title {
	color: #fff;
	background: #4A76A8;
	padding: 15px;
	text-shadow: 1px 1px 2px rgba(52,52,52,0.20);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.title_uz {
    color: #00ff68;
    background: rgb(29 30 30 / 92%);
	padding: 5px;
	text-shadow: 1px 1px 2px rgba(52,52,52,0.20);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.title a {
	color: #fff !important;	
}

.title a:hover {
	color: #f4f4f4 !important;
}

.title.back {
	padding-left: 5px;
}


.menu, .page {
 	padding: 8px;
	color: #333;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 12px;
	margin: 0 !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.page a{
padding: 1px 5px;
border: 1px solid #2a6ac9;
color: #4A76A8;
border-radius: 3px;
}

.page_select {
padding: 1px 5px;
border: 1px solid #ccc;
color: #ccc;
border-radius: 3px;
}
.page a:hover {
	background: #e0e0e0;
	padding: 5px 9px;
}
.menu:last-child {
	border-bottom: none;
}


.menu2 {
	background: #f2f2f2;
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-decoration: none;
	color: #333;
}
.prev {
	color: #333;
	background: #fff;
	font-size: 12px;
	margin: 0 !important;
}
.link a {
	background: #fff;
	padding: 15px 15px 15px 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.link a:hover {
	background: #f2f2f2;
	padding: 15px 15px 15px 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
.link a:last-child {
	border-bottom: none;
}

footer {
	background: #4A76A8;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(52,52,52,0.20);
	font-size: 13px;
	padding: 10px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #fff !important;
}

h1 {
	font-size: 13px !important;
	font-family: 'AleksandraC';
	text-align: center;
	color: #333;
	line-height: 15px !important;
}

h4 {
	font-family: Roboto !important;
	font-weight: 300 !important;
	margin-top: 12px !important;
	margin-left: 5px !important;
	float: left !important;
}

.gb {
 	padding: 8px;
	color: #333;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 12px;
	margin: 0;
}

.m {
	background:#fff;
 	padding: 8px;
	color: #444;
	text-align: justify;
}

.copy {
	color: #333;
	background: #fff;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 2px;
	border: 1px solid #444;
	font-size: 11px;
}

.comments {
	padding: 10px;
	font-size: 15px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
	background: #fff;
}

.comments:last-child {
	border-bottom: none;
}

.comm {
	color: #9B9191;
}

.name {
	font-size: 17px;
}

.emoji {
	width: 14px;
}

.on {
	margin-left: 5px;
}

.del {
	float: right;
	padding: 0px 5px;
	background: none;
	border-radius: 3px;
	font-size: 20px;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.del:hover {
	float: right;
	padding: 0px 5px;
	background: rgba(245, 245, 245, 0.5);
	border-radius: 3px;
	opacity: 1;
}

.del a:hover {
	opacity: 0.8;
}

.delete {
	float: right;
	font-size: 25px;
}

.pagination {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	font-size: 13px;
}

.pagination a, .pagination b {
	background: #eee;
	padding: 5px 9px;
}

.pagination a:hover {
	background: #e0e0e0;
	padding: 5px 9px;
}

select {
	width: 214px !important;
}

a.left {
	float: left;
	background: #4A76A8;
	padding: 13px;
}

a.left:hover {
	background: #4A76A8;
}

code {
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	display: block !important;
	margin: 1px !important;
	overflow: auto !important;
}

.egg {
	color: #4A76A8 !important;
	margin-right: 5px;
	float: right;
	text-shadow: none;
}

.egg:hover {
	color: #333 !important;
}

#sp b {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 8px;
	padding: 6px 15px;
	border-radius: 6px;
	background: #333;
	opacity: 0.6;
	text-align: center;
}

#sp:hover b {
	display: block;
}


input[type=text], input[type=password] {
	text-align: left !important;
	color: #333 !important;
	padding: 3px !important;
	border-radius: 1px !important;
	outline: none !important;	
}

textarea{
	background: #fff;
	border-radius: 1px !important;

	color: #333 !important;
	outline: none !important;
}

form {
	margin: 0 !important;
}

.btn {
	position: relative;
	overflow: hidden;
	margin-right: 4px;
}

.btn input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	cursor: pointer;
}

* + html .btn {
	padding: 2px 15px;
	margin: 1px 0 0 0;
}

.container {
	width: 100% !important;
	margin: 0  !important;
}

.clearfix {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 250px;
	overflow-y: auto;
	font-family: sans-serif;
	font-size: 15px;
	background: #fff;
	color: #333;
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr .sidr-inner>p {
	margin-left: 25px;
	margin-right: 15px;
}

.sidr.right {
	left: auto;
	right: -260px;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}

.sidr p a {
	color: #333 !important;
}

.sidr>p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 25px;
	padding: 0;
}

.sidr ul li {
	display: block;
	margin: 0;
	line-height: 48px;
}

.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active {
	border-top: none;
}

.sidr ul li a:hover{
	background: #f2f2f2;
}

.sidr ul li a,.sidr ul li span {
	padding: 0 10px;
	display: block;
	text-decoration: none;
	color: #333 !important;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}

.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

.sidr ul li ul li:last-child {
	border-bottom: none;
}

.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px;
}

.sidr ul li ul li a,.sidr ul li ul li span {
	color:rgba(255,255,255,0.8);
	padding-left: 30px;
}


.sidr li.t_menu {
	margin-bottom: 15px;
	font-family: Roboto;
	font-size: 17.5px;
	background: url(/design/img/menu_header.png) 60% 70% no-repeat !important;
}

.sidr li.t_menu span {
	font-size: 18px !important;
	margin-left: 2px;
	color: #fff !important;
}

.sidr li.t_menu .l-m-i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 10px;
}

.sidr li.t_menu .l-m-i {
    background: #000;
}

.sidr li.t_menu .l-m-i:hover {
    background: url(/design/img/logo-hover.gif) 50% no-repeat;
}

.sidr li.t_menu .r-m-i {
    float: right;
    padding: 3px 15px;
}

.sidr li.t_menu .r-m-i:hover {
    background: transparent;
}

.sidr form {
	margin: 0 15px;
}

.sidr label {
	font-size: 13px;
}

div#sidr ul li {
	list-style: none;
}

.passEye {
	position: relative;
	display: inline-block;
}

.passEye input::-ms-reveal, .p assEye input::-ms-clear {
	display: none;
}

.passEye .eye {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	display: block;
	height: 10px;
	width: 18px;
	background: url(/design/img/eye.png) no-repeat left 2px;
	cursor: pointer;
}

.passEye .openEye {
	background-position: left bottom;
}

.switch {
	width: 100%;
	background: transparent;
	margin-bottom: 55px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.switch:hover {
	background: #f2f2f2;
}

.l_e {
	width: 1px;
	padding-left: 8px;
}

.r_e {
	width: 1px;
	margin-right: 70px;
	margin-top: 4px;
}

.op {
	margin-top: 10px;
	position: absolute;
	left: 14px;
}

.sw {
	display: block;
}

.sw:not(:checked) + label + * {
	display: none;
}

input.sw {
	opacity: 0;
	position: absolute;
	left: -9999px;
}

input.sw + label {
	-webkit-transition: .2s ease;
	        transition: .2s ease;
	display: inline-block;
	height: 15px;
	width: 50px;
	position: relative;
	box-shadow: inset 0 0 0px 2px #e4e4e4;
	border-radius: 60px;
	margin-top: 8px;
	background: #e4e4e4;
}

input.sw + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 15px;
	width: 30px;
	top: 0;
	left: 0;
	border-radius: 15px;
	background: rgba(76, 217, 100, 0);
	-webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	        transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

input.sw + label:after {
	content: "";
	position: absolute;
	display: block;
	height: 25px;
	width: 25px;
	top: 50%;
	margin-top: -13px;
	left: 1px;
	border-radius: 60px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1),
	            0 4px 0px 0 rgba(0, 0, 0, 0.04),
	            0 4px 9px rgba(0, 0, 0, 0.13),
	            0 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	        transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

input.sw + label span {
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	margin-left: 50px;
	padding-left: 16px;
}

input.sw:checked + label:before {
	width: 51px;
	background: #2D2DFF;
	-webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
	        transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}

input.sw:checked + label:after {
	left: 26px;
	background: #4d7199;
}

input.sw:checked + label {
	box-shadow: inset 0 0 0px 25px #e4e4e4;
	-webkit-transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
	        transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}

.jp-title {
	margin-left: 65px;
	font-size: 13px;
	color: #999;
}

.jp-no-solution {
	font-size: 12px;
	color: #999;
}

.jp-title ul {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jp-gui {
	position: relative;
	background: transparent;
	overflow: hidden;
	margin-top: -18px;
}

.jp-jplayer, .jp-audio {
	width: 310px;
	height: 40px;
	margin: 0px auto;
	padding: 2px 0;
}

.jp-controls {
	padding: 0;
	margin: 0;
	list-style: none;
}

.jp-controls li {
	display: inline;
}

.jp-controls a {
	color: #333;
}

.jp-play,.jp-pause {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
	background: transparent;
}

.jp-progress {
	background: #f2f2f2;
	position: absolute;
	right: 50px;
	top: 27.5px;
	width: 195px;
}

.jp-play-bar {
	height: 3px;
	background: #4A76A8;
	position: relative;
}

.jp-play-bar:after {
	content: "";
	position: absolute;
	display: block;
	height: 11px;
	width: 11px;
	margin-top: -4px;
	margin-left: -10.7px;
	left: 100%;
	border-radius: 60px;
	background: #4A76A8;
	cursor: pointer;
}

.jp-time-holder {
	color: #999;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	right: 15px;
	top: 22px;
}
.st_1 {margin-left:20px;margin-bottom:0;border-style:solid;border-color: transparent transparent #4A76A8 transparent;border-width:0px 0px 10px 10px;height:0px;width:0px;}
.st_2 {margin:3px;margin-top:0;border: #4A76A8 2px solid;padding:5px;color:#000;background-color: #cde3e7;-o-border-radius:10px;border-radius:10px;-moz-border-radius:10px;word-wrap:break-word;}

.center {
text-align:center;
}
* { outline: none !important; }

#loading-layer {
    display: none;
    font-size: 12px;
    background: #4A76A8;
    border: 1px solid #4a76a8bd;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.fon_tem{
    background: #fff;
}
.myorder_chiziq1{
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.myorder_chiziq2{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.telegram-button {
 position: fixed;
 right: 13px;
 bottom: 30px;
 transform: translate(-50%, -50%);
 background: #4a76a8; /*Ñ†Ð²ÐµÑ‚ ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
 border-radius: 50%;
 width: 50px; /*ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
 height: 50px; /*Ð²Ñ‹ÑÐ¾Ñ‚Ð° ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
 color: #fff;
 text-align: center;
 line-height: 45px; /*Ñ†ÐµÐ½Ñ‚Ñ€Ð¾Ð²ÐºÐ° Ð¸ÐºÐ¾Ð½ÐºÐ¸ Ð² ÐºÐ½Ð¾Ð¿ÐºÐµ*/
 font-size: 35px; /*Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð¸ÐºÐ¾Ð½ÐºÐ¸*/
 z-index: 9999;
}
.telegram-button a {
 color: #fff;
}
.telegram-button:before,
.telegram-button:after {
 content: " ";
 display: block;
 position: absolute;
 border: 50%;
 border: 1px solid #4a76a8; /*Ñ†Ð²ÐµÑ‚ Ð°Ð½Ð¸Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… Ð²Ð¾Ð»Ð½ Ð¾Ñ‚ ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: animate 1.5s linear infinite;
 opacity: 0;
 backface-visibility: hidden; 
}
 
.telegram-button:after{
 animation-delay: .5s;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
}

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav > li.disabled > a {
    color: #757575
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #757575;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #2ca1c3
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #e0e0e0
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    /* line-height: 1.428571429; */
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs > li > a > img {
    max-height: 20px;
    width:auto;
}

.nav-tabs > li > a:hover {
    border-color: #FFFFFF #FFFFFF #e0e0e0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #616161;
    cursor: default;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-bottom-color: transparent
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 3px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #2ca1c3
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}


.input-group-lg {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

/*cash style */

.active_{
    color: #616161;
    cursor: default;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-bottom-color: transparent
}

@media (max-width: 574px) {
    .mac-ios{
        margin-left: 15.5%
    }
    .wa-os{
        margin-right: 5.5%;
    }
    .input-group-lg {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
}
@media (max-width: 375px) {
    .mac-ios{
        font-size: 12.5px;
        margin-left: 13.5%
    }
    .wa-os{
        font-size: 12.5px;
        margin-right: 3%;
    }
    .input-group-lg {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    }
}



@media (max-width: 320px) {
    .mac-ios{
        font-size: 10.5px;
        margin-left: 13.5%
    }
    .wa-os{
        font-size: 10.5px;
        margin-right: 1%;
    }
    .input-group-lg {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    }
}
