body, select{
	font-family: Roboto,sans-serif !important;
}
.form-control{
	font-weight: 300;
}
nav{
	position: relative;
	/*background: #020306;*/
	top: 0; left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ccc;
	z-index: 100;
	transition: 0.3s;
}
nav .logo img{
	height: 60px;
	transition: 0.3s;
}
nav.bg .logo img{
	height: 50px;
}

nav .user{
	position: relative;
	padding: 5px 0;
	color: #fff;
}
nav .user img{
	height: 50px;
	border-radius: 25px;
	width: 41px;
	object-fit: cover;
	object-position: center;
}
nav .lang{
	position: relative;
	padding: 15px 0;
}
nav .lang a,
nav .user a{
	display: block;
	padding: 10px 10px;
	background: #fff;
	color: #182034;
	border: 1px solid #ccc;
}
nav .lang a:hover,
nav .user a:hover{
	background: #eee;
	border-color: #80CC0C;
}
nav .lang img{
	height: 22px;
}
nav .lang .hover-content img{
	border: 1px solid #eee;
}
nav .lang .hover-content,
nav .user .hover-content{
	display: none;
	animation: fadeIn 0.3s;
	position: absolute;
	top: 100%;
	right: 0;
	width: 150px;
}
nav .lang i,
nav .user i{
	display: inline-block;
	transition: 0.3s;
}
nav .lang:hover>i,
nav .user:hover>i{
	transform: rotate(180deg);
}
nav .lang:hover .hover-content,
nav .user:hover .hover-content{
	display: block;
}

nav .myCollapse{
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	z-index: 102;
	display: none;
	/* width: 44px; */
	/* height: 44px; */
	/* padding: 3px 5px; */
}
/* nav .myCollapse div{
	height: 2px;
	background: #80CC0C;
	margin: 10px 0;
} */


@media (max-width: 1080px){
	nav .myCollapse{
		display: block;
	}
	nav .lang{
		padding: 12px 0;
	}
	nav .menu{
		overflow: auto;
		padding: 50px 15px 15px;
		font-size: 24px;
		position: fixed;
		top: 0;
		right: -320px;
		width: 320px;
		height: 100%;
		background: url('../img/dots.png'), #111114;
		background-size: cover;
		background-position: bottom left;
		color: #eee;
		display: block;
		z-index: 101;
		transition: 0.5s;
		transition-delay: 0.3s;
	}
	nav .menu.in{
		right: 0;
	}
	nav .menu li{
		float: none;
		width: 100%;
	}
	nav .menu li a{
		padding: 10px 20px 0;
	}
}

@media (max-width: 767.9px){
	nav .menu{
		transition-delay: 0s;
	}
}
header a{
	color: #020306 !important;
}

.content{
	position: relative;
	width: 100%;
	padding: 30px 0 20px;
}
.content::after{
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	z-index: -10;
}
.content #particles-js{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: calc(100% + 60px);
	z-index: -5;
}

.login, .register{
	background: #fff;
	max-width: 480px;
	margin: 0 auto;
	padding: 30px 45px 5px;
	border-radius: 8px;
	box-shadow: 0 0 20px #aaa;
}
.register{
	max-width: 900px;
}
@media (max-width: 576px){
	.login, .register{
		padding: 15px 20px 5px;
	}
}

section .btn-group{
	display: block;
   overflow: auto;
  white-space: nowrap;
}
section .btn-group::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

section .btn-group::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

section .btn-group::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

.btn-circle{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 14px;
	overflow: hidden;
	line-height: 28px;
}
.objects .card img{
	height: 200px;
	object-fit: cover;
	object-position: center;
}


footer{
	padding-top: 20px;
	position: relative;
	width: 100%;
	color: #fff;
}
footer::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4285f4;
	z-index: -12;
}
footer svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: -10;
}
footer svg path{
	fill: #eee;
}
footer img{
	height: 45px;
}
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem; }
    .checkbox {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgb(var(--primary-color));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox input:checked + label:before {
    background-color: rgb(var(--primary-color));
}

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*.field-fan_tarmogi_option{
	/*text-align: center;} */
#diss-disertatsiya{
	margin-top: 27px;
}
.diss_create{
	margin-top: -40px;
}
.file-diss{
	margin-top: 36px;
}
.diss-file .file {
  visibility: hidden;
  position: absolute;
}
.diss_description{
	padding: 0;
    background: unset;
    border: 0;
    cursor: pointer;
}
.row{
	margin: 0;
	padding: 0;
  }
  .imaf-main-inbox .inbox-body2{
	padding: 4px !important;
  }
  .imaf-grid2 .table thead tr th{
  font-size: 11px !important;
  }
  .imaf-grid2 .table tbody tr td{
  font-size: 11px !important;
  }
  
  
  @import url(http://weloveiconfonts.com/api/?family=entypo);
  
  [data-icon]:after {
	font-family: "entypo";
	content: attr(data-icon);
	speak: none;
  }
  .border2{
	  border: 1px solid lightgray;
	  border-radius: 8px;
	  color: black;
  }
  input[type="search"] {
	width: 100%;
	border-radius: 7px;
  	height: 39px;
	padding: 0;
	line-height: 32px;
	border: 0;
	text-indent: 12px;
	outline: none;
	-webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-input-placeholder {
	color: transparent;
  }
  input[type="search"]::-moz-input-placeholder {
	color: transparent;
  }
  input[type="search"]:-ms-input-placeholder {
	color: transparent;
  }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
  }
  input[type="search"]::-webkit-search-cancel-button:before, input[type="search"]::-webkit-search-results-button:before, input[type="search"]::-webkit-search-results-decoration:before {
	position: absolute;
	content: 'x';
	font-style: normal;
  }
  input[type="search"]:invalid {
	border: 0 !important;
  }
  input[type="search"]:invalid::-webkit-search-cancel-button:before, input[type="search"]:invalid::-webkit-search-results-button:before, input[type="search"]:invalid::-webkit-search-results-decoration:before {
	font-family: "entypo";
	content: attr(data-icon);
  }
  input[type="search"] + label {
	position: absolute;
	margin: 8px 0 0 -30px;
	cursor: pointer;
  }
  input[type="search"] + label:before {
	position: absolute;
	content: 'Tanlang';
	left: -340px;
	width: 180px;
	color: #fff;
	text-align: left;
  }
  input[type="search"] + label:after {
	margin-left: 7px;
	color: #fff;
	content: '\25BE';
  }
  input[type="search"]::-webkit-input-placeholder {
	font-weight: 200;
	color: gray;
  }
  input[type="search"]:focus::-webkit-input-placeholder {
	
	color: gray;
  }
  input[type="search"]:focus::-moz-input-placeholder {
	
	color: gray;
  }
  input[type="search"]:focus:-ms-input-placeholder {
	
	color: gray;
  }
  input[type="search"]:focus:invalid + label:before {
	display: none;
  }
  input[type="search"]:focus:invalid + label:after {
	margin-left: 4px;
	content: attr(data-icon);
  }
  input[type="search"]:valid + label {
	display: none;
  }
  
  .ui-autocomplete {
	width: 190px;
	max-height: 180px;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
	color: rgb(0, 0, 0);
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: lightgray;
	border-radius: 2px;
  }
  .ui-autocomplete ul {
	list-style: none;
  }
  .ui-autocomplete li {
	height: 36px;
	margin: 0;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	white-space: nowrap;
  }
  .ui-autocomplete li:hover {
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
	background: #3ed1b7;
  }
  
  .ui-autocomplete li a {
	display: block;
	padding: 0 12px;
	cursor: pointer;
	color: rgb(0, 0, 0);
	text-decoration: none;
  }
  .diss-index .imaf-grid .table thead tr th{
	font-size: 14px!important;
  }
  .border{
	border: 1px solid #dee2e6;
	   padding: 1rem;
	   border-radius: 1rem;
	   /* background-color: rgba(0,0,0,.05); */
   }
   .sozlash1{
	border: 1px solid gray;
    border-radius: 2rem;
    padding: 1rem;
   }

	a.logo.float-left:hover,
   ul.inbox-nav.inbox-divider li a:hover{
		text-decoration: none !important;
   }