@font-face {
	font-family: "NotoSansArmenian";
	src: url("https://calculator.shtigen.com/fonts/NotoSansArmenian.ttf");
}

*{
	font-family: "NotoSansArmenian", sans-serif;
	font-weight: normal;
	font-size: 14px;
}
	
body {
	padding: 80px calc( ( 100% - 600px ) / 2 ) 40px;
}
	
h2{
	font-size: 45px;
	color: #202C45;
}

h3{
	font-size: 24px;
	text-align: center;
	color: #25354e ;
	margin: 0px 0 20px;
}

h4{
	font-size: 18px;
	color: #25354e;
	text-align: left;
	margin: 0px 0 20px;
}

h4:last-of-type{
	margin-top: 25px;
}

h5{
	text-align: center;
	margin-bottom: 0;
}
	
a{
	color: #25354e;
	text-decoration: unset;
}

button,
a.button{
	border: 1px solid #25354e;
	color: #fff;
	background-color: #25354e;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	display: block;
	padding: 10px;
	margin: 15px 0;
}
	
table{
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
}

th , td{
	border: 1px solid #25354e;
	min-height: 10px;
	padding: 10px 15px !important;
	text-align: center;
}

th{
	color: #FFFFFF;	
	background-color: #25354e;
	font-size: 16px;
}

table td:first-child {
	text-align: left;
}

table tr:first-child th:first-child {
	text-align: left;
}

table tr:first-child th:last-child {
	text-align: center;
}

table td:nth-child(2) {
	width: 90px;
	max-width: 90px;
}

table td.time {
	width: 150px;
	max-width: 150px;
}

table td:last-child {
	width: 120px;
	max-width: 120px;
}

tr.highlighted {
	background-color: rgba(255, 101, 0, 1);
	color: white;
}

.input-desgin{
	margin: 5px 0 15px;
	padding: 5px 10px;
	background: rgba(252, 254, 255, 0.38);
	border: 1px solid #25354e;
	width: 100%;
	border-radius: 0!important;
}




.mr-20{
	margin-right: 20px;
}

.mb-40{
	margin-bottom: 40px;
}
	

	
	
	

	
header{
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}

body{
	overflow-x: hidden;
}
	
strong{
	margin-top: 4px;
}

input , select{
	min-height: 40px;
	vertical-align: middle;
}

select{
	height: 40px;
}

#form-calculate label{
	text-align: left;

}
.container{
	min-height: 100vh;
	max-width: 100%;
}

#id-page{
	overflow-x: hidden;
	/* padding-top: 80px; */
}

#id-page .circle-overflow{
	margin-right: -12px;
}

.time{
	font-size: 12px!important;
}

.logout-div{
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	gap: 20px;
}
.logout-div a i{
	color: #25354e;
	font-size: 24px;
}

.logout-div a{
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 2px;
}

#index-menu{
	gap: 8px;
}

.logout-div strong{
	margin-top: 0;
}

.back i{
	color: #25354e;
	font-size: 18px;
}

.aut-form{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.calculator-form{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.aut-form-reg{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.id-form{
	margin-top: 80px;
}

#edit{
	background-color: rgba(255, 101, 0, 1);
	font-size: 15px;
	color: white;
	border-color:rgba(255, 101, 0, 1);
}

#edit span{
	border: 1px solid white;
}

#edit span i{
	color: white;
}

.edit label{
	font-size: 15px;
}

.position-r{
	position: relative;
	width: 100%;
}


.reg-change button{
	width: 100%!important;
}

.link{
	font-size: 16px;
	color: #000000;
	line-height: 21.76px;
	margin-top: 20px;
	width: 100%;
	height: 45px;
	border: 1px solid #25354e;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.user-icon{
	width: 150px;
	height: 150px;
	border: 1px solid #2378C4;
	border-radius: 50%;
	background: #2378C4;;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-icon i{
	font-size: 100px;
	color: #FFFFFF;
}

.position-menu{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999999;
	max-width: 600px;
}

.user-inf{
	display: flex;
	justify-content: space-between;
	margin-top:0;
	background-color: #FFFFFF;
	/* margin-bottom: 15px; */
	padding: 10px 10px;
	/* min-height: 35px; */
	border-bottom: 1px solid #DDDDDD;
}

.user-inf span{
	width: 30px;
	height: 30px;
	border: 1px solid #25354e;
	border-radius: 50%;
	background: #25354e;;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-inf span i{
	font-size: 16px;
	color: #FFFFFF;
}

.user-inf-div{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding-left:1.2px;
}

.user-inf .logout-div{
	margin-top: 0;
	font-size: 20px;
}

.user-inf-div h4{
	margin-bottom: 0;
}

.link:hover{
	background: rgba(119, 187, 247, 0.38);
	color: #211D1D;
}

.right-icon{
	width: 25px;
	height: 25px;
	border: 1px solid rgba(255, 101, 0, 1);
	background-color: rgba(255, 101, 0, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}

.right-icon i{
	font-size:13px;
	color: #fff;
}

.change-form{
	width: 100%;
}

.reg-change{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.reg-change button{
	width: 50%;
}

.button-white{
	min-width: 88px;
	font-size: 16px;
	color: #222E3A;
	background: none;
	border: 1px solid #202C45;
	border-radius: 5px;
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
}
	
.button-white:hover{
	color: #FFFFFF;
	background-color: #202C45;
}

.button-white:hover i{
	color: #FFFFFF;
}

#main{
	display: flex;
	flex-direction: row;
}

#data th , td{
	text-align: center;
}

#data th i{
	color: white;
	font-size: 22px;
}
#static-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	min-height: 750px;
	background: linear-gradient(105.2deg, rgba(239, 239, 239, 0.6) 5.54%, rgba(239, 239, 239, 0.4) 100%);
	backdrop-filter: blur(25px);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 1px 0 12px rgba(239, 239, 239, 0.6) ;
}

#interface{
	width: 70%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

#static-menu div{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 100px;
}



#static-menu div a:hover{
	color: white;
	width: 100%;
	background-color: #D0D0D0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 1px 0 12px rgba(239, 239, 239, 0.6) ;
}


.users-list{
	margin-top: 45px;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 769px) {
/*	.users-list{
		margin-top: 20%;
		margin-bottom: 20px;
	}*/
}

.user-info{
	display: none;
	padding: 15px;
	background-color: rgba(119, 187, 247, 0.38);
}

.user-edit-div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	line-height: 21.76px;
	width: 100%;
	height: 70px;
	padding: 10px;
	gap: 10px;

}


.user-edit{
	padding: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid #25354e;
	border-bottom: unset;
}

.user-edit-div .i-link:hover i {
	color: rgba(255, 101, 0, 1);
}

/*.user-edit:last-of-type{
	
}
*/
.row div:last-child .user-edit{
	border-bottom: 1.5px solid #25354e;
}

.user-edit:hover{
	background: rgba(119, 187, 247, 0.2);
	color: #211D1D;
}

.user-edit-div .fullname {
		width: 62%;
}

.user-edit-div .role{
	width: 20%;
	text-align: center;
}

.user-edit-div .i-links{
	/* width: 40%; */
}

.number{
	font-size: 16px;
	width: 20px;
}

.mutq{
		width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: row;
}

.phone {
	margin-bottom: 10px;
}

.phone a, .mail a  {
	color: #25354e;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.mail a i , .phone a i{
	font-size: 18px;
}

.i-links{
	display: flex;
	flex-direction: row;
	column-gap: 15px;
	row-gap: 8px;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.i-link{
	display: flex;
	justify-content: center;
	align-items: center;
}

.i-link i{
	font-size: 20px;
	color: #25354e;
}

.circle{
	position: absolute;
	border-radius: 50%;
	z-index: -100;
}

#calculator{
	position: absolute;
	right: 0;
	top: 0;
}

#calculator img{
	width: 200px;
	height: 200px;
}

.circle1{
	width: 200px;
	height: 200px;
	left: -14px;
	top: -70px;
	background: rgba(0, 93, 175, 0.71);
}

.circle2{
	width: 190px;
	height: 190px;
	left: -62px;
	top: 30px;
	background: rgba(3, 130, 241, 0.54);
}

.circle3{
	width: 187px;
	height: 190px;
	right: -58px;
	top: 13px;
	background: rgba(3, 130, 241, 0.54);
}

.circle4{
	width: 200px;
	height: 200px;
	right: -25px;
	top: 70px;
	background: rgba(0, 93, 175, 0.71);
}

.circle5{
	width: 190px;
	height: 190px;
	left: -65px;
	top: -104px;
	background: rgba(3, 130, 241, 0.54);
}

.circle-overflow{
	overflow: hidden;
	position: relative;
	min-height: 125px;
	display: none;
}

.circle6{
	width: 200px;
	height: 200px;
	right: -80px;
	bottom: -60px;
	background: rgba(0, 93, 175, 0.71);
}

.circle-mini{
	width: 30px;
	height: 30px;
	background: rgba(3, 130, 241, 0.54);
	left: 5px;
	top: -50px;
}

.circle-mini2{
	width: 30px;
	height: 30px;
	background: rgba(3, 130, 241, 0.54);
	left: 0;
	bottom: -75px;
	display: none;
}

.circle-mini3{
	width: 30px;
	height: 30px;
	background: rgba(3, 130, 241, 0.54);
	left: 0px;
	bottom: -50px;
}

@media screen and (max-width: 769px) {
	.circle-top{
		left: -70px;
		top: 50px;
	}
	.circle1 , .circle4 , .circle6{
		max-width: 140px;
		max-height: 140px;
	}

	.circle2 , .circle3 , .circle5 {
		max-width: 120px;
		max-height: 120px ;
	}
}


/*Calculator*/

#nvazecum , #stabil , #harcer , #harcer{
	display: none;
}

#arajark{
	display: none;
}

#arajark{
	margin-top: 50px;
	width: 100%
}

#arajark h4{
	margin-bottom: 20px;
	font-size: 16px;
}

#hec{
	display: none;
}

#tvyal{
	margin-top: 20px;
}

.licenze td:first-child{
	color: white!important;
}

@media screen and (max-width: 630px){
	body {
		padding: 80px 15px 40px;
	}

	.position-menu{
		left: 0;
	}
}