.uk-link, a,
body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #292F48;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
}

.panel-success {
    border-color: #2ecc71;
}

.c-item {
    width: 100%;
    height: 70px;
    border: 1px solid #0955CA;
    border-radius: 6px;
    margin-bottom: 15px;
    background-color:white;
}

.c-item .c-item-container {
    width: 100%;
    height: 100%;
}

.c-item .c-item-action {
    width: 33.3%;
    height: 100%;
    border-right: 1px dashed #0955CA;
    float: left;
    text-align: center;
}

.c-item .c-item-name {
    width: 66.6%;
    height: 100%;
    display: table;
    float: left;
    padding-top:15px;
}

.c-item .c-item-action img {
    width: auto;
    height: 40px;
    margin-top: 10px;
}

.c-item .c-item-badge span {
	position: absolute;
	right: 8px;
	top: -5px;
	background-color: #fa0000
}

.c-badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}

.c-result-item .r-box {
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff !important;
    overflow: hidden;
}

.r-box span{
    color: #fff !important;
    padding-bottom:10px;
}

.c-result-item .r-box.prev-month {
    background-color: #097054;
}

.c-result-item .r-box.avg-month {
    background-color: #FFDE00;
}

.c-result-item .r-box.calc-month {
    background-color: #6599FF;
}

.c-result-item .r-box.avg-usage {
    background-color: #FF9900;
}

.c-result-item .r-box .mnth {
    background: rgba(0,0,0,0.1);
    padding-bottom:10px;
}

.c-result-text {
    text-align: center;
    font-size: 14px;
}

.mt5 {
    margin-top: 5px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.c-result-text span {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #2ca913;
}

.c-result-item .r-box .r-box-title {
    font-weight: bold;
    padding-top: 10px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.myCustombtn{
    width:25px;
    height:24px;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

.my-button{
  height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  border-radius: 8px;
  background-color: #08C93E;
  padding: 6px 0;
  margin-left:3px;
  margin-right:3px;
  display: inline-flex;
  width: 147px;
  justify-content: center;
  font-weight: 300;
}

.mybtn-back{
  height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  border-radius: 8px;
  background-color: #0955CA;
  padding: 6px 0;
  margin-left:3px;
  margin-right:3px;
  display: inline-flex;
  width: 120px;
  justify-content: center;
  font-weight: 300;
}

.DomainLong{
    color: white;
    padding-left: 5px;
    font-family:'Times New Roman, Times, serif';
    font-size:large;
    text-align: center;
}

.DomainShort{
    color: white;
    padding-left: 5px;
    font-family:'Times New Roman, Times, serif';
    font-size:smaller;
    text-align: center;
    text-justify:inter-cluster;
    width: 100%;
}

.uk-button,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292F48;
  font-weight: 700;
}

.uk-checkbox, .uk-radio {
  width: 14px;
  height: 14px;
}

a:hover {
  text-decoration: none;
  color: #0955CA;
}

.main-container  {
  padding-left: 383px;
  width: inherit;
}

.dashboard .main-container {
  padding-left: 207px;
  transition: all .3s ease;
}

.uk-input,
input {
  border: none;
  border-bottom: 1px solid #EBEDF2;
  padding: 0;
  height: 35px;
  font-family: 'Roboto Condensed', sans-serif;
}

span {
  color: #677892;
  font-weight: 400;
}

.button {
  border-radius: 8px;
  background-color: #08C93E;
  padding: 6px 0;
  color: #fff;
  display: inline-flex;
  width: 147px;
  justify-content: center;
  font-weight: 300;
}

.button:hover {
  color: #fff;
}

.first-bg {
  background-color: #0955CA;
}

.second-bg {
  background-color: #E6EBF4;
}

.third-bg {
  background-color: #fff;
}

.shadow {
  box-shadow: 0 1px 8px #F4F7FD;
}

.border-radius-5 {
  border-radius: 5px;
}

.uk-container {
  max-width: 1057px;
  padding: 0;
  margin: 0;
}

.uk-container-large {
  max-width: 1233px;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
  color: #fff;
}

i {
  color: #08C93E;
}

/* home left  */

.dashboard-left,
.home-left {
  display: flex;
  z-index: 20;
  overflow: hidden;
  width: 383px;
  position: fixed;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  transition: all .3s ease;
  height: 100vh;
  background-color: #fff;
}


.home-left-inner {
  padding: 65px 95px;
}

.logo-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #0955CA;
  margin-top: 10px;
  margin-bottom: 9px;
}

.logo-desc {
  font-size: 10px;
  line-height: 11px;
  color: #292F48;
  font-weight: 700;
  margin: 0;
}

.home-left-middle {
  margin-top: 70px;
  margin-bottom: 80px;
}

.home-left-middle .uk-input {
  margin-bottom: 10px;
}

.home-left-middle .uk-input:last-child {
  margin-bottom: 0;
}

.home-left-middle .uk-input::placeholder {
  font-size: 14px;
  color: #292F48;
  line-height: 16px;
}

.home-left-middle form .register i {
  position: absolute;
  right: 0;
  top: 12px;
  color: #292F48;
}

.home-left-middle form a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-left-middle form a .uk-checkbox {
  margin-top: 0;
  margin-right: 15px;
}

.home-left-middle .menu i,
.home-left-middle .menu .uk-list img {
  margin-right: 15px;
}

.home-left-middle .uk-button {
  width: 147px;
  height: 27px;
  background-color: #0955CA;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  box-sizing: border-box;
  line-height: 25px;
  margin: 0;
}

.home-left-middle .menu {
  margin-top: 78px;
  margin-left: 23px;
}

.home-left-middle .menu .uk-list>li:nth-child(n+2), 
.home-left-middle .menu .uk-list>li>ul {
  margin-top: 15px;
}

.home-left-middle .menu i {
  color: #0955CA;
}

.home-left-middle .menu .uk-list li a{
  display: flex;
  align-items: center;
}

.home-left-middle .menu .uk-list img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.home-left-middle .menu .uk-list {
  margin-bottom: 0;
}


/* home top bar */

.home-top-bar {
  height: 59px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 35px;
}

.uk-navbar-nav li a {
  color: #fff;
  min-height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-transform: none;
  padding: 0;
}

.home-top-bar .uk-navbar-nav i {
  color: #08C93E;
}

.home-top-bar .uk-navbar-nav li:first-child i {
  margin-right: 10px;
}

.home-top-bar .uk-navbar-nav li:last-child {
  margin-left: 46px;
}

.home-top-bar .uk-navbar-nav li:last-child i {
  margin-left: 10px;
}

.home-top-bar li {
  position: relative;
}

.home-top-bar li .uk-drop {
  left: 0!important;
  width: 44px;
  height: 40px;
  border-radius: 2px;
  background-color: #052E6D;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.home-top-bar li .uk-drop.uk-open {
  display: flex;
}

.home-top-bar li .uk-drop .change {
  font-size: 12px;
  color: #08C93E;
}

/* Home footer */

.home-footer {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-footer .uk-navbar-nav li:first-child {
  margin-right: 65px;
}

/* Home slider */

.post-main-title {
  margin-top: 50px;
}

.post-main-title h3 {
  font-size: 18px;
  font-weight: 700;
}

.post-main-title h3::after {
  content: '';
  width: 90px;
  height: 3px;
  background-color: #0955CA;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.uk-slider .uk-slider-items li {
  background-color: #E6EBF4;
} 

.posts {
  max-width: 834px;
  margin: auto;
}

.home-post .entry-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.home-post .entry-media {
  margin-bottom: 20px;
}

.home-post .entry-media img {
  border-radius: 8px;
  width: 258px;
  height: 172px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.home-post .entry-content p {
  color: #717895;
}

.uk-slider-nav {
  align-items: center;
  margin-bottom: 10px;
}

.uk-dotnav>*>* {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
}

.uk-dotnav>.uk-active>* {
  background-color: #0955CA;
  width: 11px;
  height: 11px;
  border-color: #0955CA;
}

.uk-slidenav svg:last-child {
  display: none;
}

.uk-slidenav i {
  color: #fff;
  font-size: 25px;
}

.uk-slidenav:hover i {
  color: #0955CA;
} 


/* home modal */

.modal-container {
  padding: 0;
}

.modal-single {
  margin-left: 384px;
  background: rgba(3, 24, 56, 0.9);
  padding: 0 80px;
  height: 100%;
  display: flex;
  align-items: center;
}

.dashboard .modal-single {
  margin-left: 207px;
  padding: 0;
  height: 100%;
}

.uk-modal {
  background: transparent;
}

.modal-single .content-area {
  background-color: #fff;
  overflow: auto;
}

.modal-entry-posts  {
  max-height: 717px;
  height: 717px;
  padding: 20px;
  padding-left: 120px;
  padding-right: 103px;
}

.modal-entry-getpass {
    max-height:400px;
    height: 300px;
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.tw-news-author {
  margin-bottom: 25px;
}

.modal-author {
  font-size: 14px;
  margin-bottom: 0;
}

.meta-container {
  margin-bottom: 20px;
}

.modal-tile {
  font-size: 24px;
  line-height: 28px;
}

.modal-entry-posts .entry-date {
  color: #8389A2;
  font-weight: 700;
}

.modal-entry-media {
  margin-bottom: 15px;
}

.modal-content blockquote,
.modal-content p {
  font-size: 16px;
  line-height: 19px;
}

.modal-content blockquote {
  font-weight: 700;
  padding-left: 70px;
  border-left: 8px solid #3DD467;
  margin-left: 70px;
  padding-left: 15px;
}


/* dashboard */

.dashboard-left {
  width: 207px;
}

.dashboard-left-top {
  height: 59px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 20px;
  margin-bottom: 55px;
}

.dashboard-left-top .tw-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dashboard-left-top .tw-logo i {
  font-size: 24px;
  color: #fff;
}

.notification {
  font-size: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #08C93E;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3px;
  right: -4px;
}

.dashboard-left-top .tw-logo i.ion-ios-arrow-thin-right {
  display: none;
}

.dashboard-left-middle .uk-nav li {
  margin-bottom: 15px;
}

.dashboard-left-middle .uk-nav li:last-child {
  margin-bottom: 0;
}

.dashboard-left-middle .uk-nav>li>a {
  padding: 7px 24px;
  white-space: nowrap;
}

.dashboard-left-middle .uk-nav>li>a span {
  color: #292F48;
}

.dashboard-left-middle .uk-nav li a i {
  font-size: 16px;
  margin-right: 16px;
  color: #94A4BD;;
}

.dashboard-left-middle .uk-nav li.uk-active,
.dashboard-left-middle .uk-nav li:hover {
  background-color: #F6F9FF;
  border-right: 2px solid #08C93E;
}

.dashboard-left-middle .uk-nav li:hover span,
.dashboard-left-middle .uk-nav li.uk-active span {
  font-weight: 700;
}

.dashboard-left-middle .uk-nav li:hover i {
  color: #0955CA;
}

/* dashboard top */

.dashboard-top-bar {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  padding-left: 0;
}

.dashboard-top-bar .time i {
  color: #2B314A;
  font-size: 18px;
  transition: all .3s ease;
}

.dashboard-top-bar .time i.ion-ios-bell {
  color: #0955CA;
  padding-left: 12px;
  margin-right: 12px;
  
}

.dashboard-top-bar .time .notification {
  top: -13px;
  right: 6px;
}

.dashboard-top-bar .time .noti {
  opacity: 0;
  visibility: hidden;
}

.collapse .dashboard-top-bar .time .noti {
  opacity: 1;
  visibility: visible;
}

.collapse .dashboard-top-bar .time i.ion-android-menu,
.dashboard-top-bar .time i.ion-close {
  display: none;
}

.collapse .dashboard-top-bar .time i.ion-close {
  display: inherit;
}

.dashboard-top-bar .uk-navbar-nav li {
  margin-right: 32px;
}

.dashboard-top-bar .uk-navbar-nav li:last-child {
  margin-right: 0;
}

.dashboard-top-bar .uk-navbar-nav li a {
  color: #292F48;
}

.dashboard-top-bar .uk-navbar-nav li a i {
  margin-right: 12px;
  font-size: 18px;
}

.dashboard-home {
  padding: 30px;
}

.user-history,
.user-huulga,
.user-imformation {
  border-radius: 5px;
  padding: 25px;
}

.imformation-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(210, 216, 227, 0.7);
  margin-bottom: 15px;
}

.user-title {
  font-size: 16px;
  color: #0955CA;
}

.user-title i {
  color: #08C93E;
  margin-right: 10px;
}

.user-meta a {
  font-weight: 700;
  margin-right: 50px;
}

.user-meta a:last-child {
  margin-right: 0;
}

.user-meta a i {
  margin-right: 14px;
}

.user-meta .date {
  margin-right: 28px;
}

.user-meta .date:last-child {
  margin-right: 0;
}

.user-meta .date i {
  font-size: 18px;
}

:focus {
  outline:none
}

.user-meta input[type="text"] {
  color: #0955CA;
  font-weight: 700;
  font-size: 14px;
  border: none;
  width: 80px;
}

.table-footer .table-footer-item,
.table-content .table-item,
.user-content  .table-head {
  color: #2E334C;
  text-transform: none;
  font-weight: 700;
  padding: 5px 12px;
}

.table-body,
.table-content,
.user-content .table-header {
  margin-bottom: 6px!important;
}

.table-footer .table-footer-item:first-child,
.table-content .table-item:first-child,
.user-content .table-head:first-child {
  width: 53px;
}

.user-content .table-head i {
  margin-right: 18px;
  color: #677892;
}

.user-content .table-head i:last-child {
  margin-right: 0;
}

.table-content .table-item {
  font-weight: 400;
  color: #677892;
}

.table-content:hover {
  background-color: #F6F9FF;
}

.table-body {
  height: 90px;
  max-height: 90px;
}

.table-content:hover .table-item {
  color: #2E334C;
}

.table-content .table-item:last-child {
  color: #08C93E;
  cursor: pointer;
  font-weight: 300;
}

.uk-width-2-7 {
  width: 16.6%;
}

.table-footer {
  background-color: #F6FFF8;
}

.sanamj .tulbur {
  color: #0955CA;
  font-weight: 700;
  margin-left: 38px;
}

.sanamj {
  margin-top: 48px;
}

.sanamj-item p {
  color: #FF0000;
  margin: 0;
  margin-bottom: 15px;
}

.sanamj-item span {
  color: #94A4BD;
  font-weight: 700;
}

.sanamj-item h1 {
  font-size: 40px;
}

.iconbox {
  padding: 20px;
  border-radius: 5px;
}

.iconbox i {
  font-size: 36px;
  color: #08C93E;
  margin-right: 42px;
  position: relative;
  top: 8px;
}

.iconbox i.red {
  color: #FF0000;
}

.iconbox i.yellow {
  color: #FFC200;
}

.iconbox .kb {
  color: #08C93E;
  font-size: 24px;
}

.iconbox p {
  margin: 0;
}

.iconbox .une {
  font-size: 20px;
  font-weight: 700;
}

.iconbox .kb,
.iconbox .user-title {
  margin-bottom: 15px;
}

.uk-margin-top {
  margin-top: 30px!important;
}

.call {
  padding: 20px 25px;
}

.call-left .user-title {
  margin: 0;
}

.last i,
.call-right i,
.call-left i {
  margin-right: 10px;
  font-size: 18px;
  color: #08C93E;
}

.call-title {
  font-size: 14px;
  color: #727996;
  margin-bottom: 10px;
}

.call-star i {
  font-size: 18px;
  color: #FFC200;
}

.call-content .call-body p {
  margin: 0;
  margin-bottom: 10px;
}

.call-item {
  border-bottom: 1px solid rgba(210, 216, 227, 0.7);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.unelgee:hover,
.unelgee {
  color: #08C93E;
}

.call-content {
  height: 230px;
}

.last {
  padding: 20px 25px;
}

.last .user-title {
  margin: 0;
}

.last-graphic {
  height: 230px;
  width: 350px
}

.user-corner {
  padding: 40px 35px;
}

.user-corner-top .thumb img {
  height: 40px;
  border-radius: 50%;
  border: 2px solid #D7D7D7;
  object-fit: contain;
  margin-right: 15px;
}

.user-corner-title {
  margin: 0;
  font-size: 14px;
}

.user-corner-item,
.user-corner-top {
  padding-bottom: 33px;
  border-bottom: 1px solid #EBEDF2;
  margin-bottom: 20px;
}

.user-corner-item:last-child {
  border: none;
}

.user-corner-item {
  padding-bottom: 20px;
}

.user-corner-item h6 {
  margin: 0;
  margin-bottom: 14px;
  padding-right: 16px;
}

.user-corner-item h6:last-child {
  margin-bottom: 0;
}

.zadargaa-modal {
  padding: 40px;
  width: 783px;
  height: 529px;
}

.uk-close {
  color: #08C93E;
  font-size: 14px;
  top: -2px;
  right: -5px;
}

.tulbur-tuluh .modal-author,
.zadargaa-modal .modal-author {
  color: #0955CA;
  display: flex;
  align-items: center;
}

.tulbur-tuluh .modal-author i,
.zadargaa-modal .modal-author i {
  color: #08C93E;
  margin-right: 7px;
}

.zadargaa-content {
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  padding: 30px 40px;
}

.zadargaa-head {
  font-weight: 700;
  color: #2E334C;
}

.zadargaa-item {
  color: #677892;
}

.zadargaa-header,
.zadargaa-body {
  border-bottom: 1px solid #EBEDF2;
  padding-bottom: 8px;
  margin-bottom: 9px;
}

.zadargaa-body:last-child {
  border: none;
}

.zadargaa-body:last-child .zadargaa-head, 
.zadargaa-body:last-child .zadargaa-item {
  color: #08C93E;
  font-weight: 700;
}

.tulbur-tuluh {
  padding: 90px 35px;
  width: 296px;
  height: 463px;
}

.tulbur-tuluh .modal-author i {
  margin-right: 19px;
  font-size: 25px;
}

.tulbur-tuluh .tw-news-author {
  margin-bottom: 20px;
}

.warning-title {
  color: #FF0000;
  margin: 0;
  font-weight: 400;
  margin-left: 17px;
}

.warning {
  margin-bottom: 25px;
}

.tulbur-tuluh-body .uk-subnav {
  border-bottom: 1px solid #EBEDF2;
  margin: 0;
}

.tulbur-tuluh-body .uk-subnav>* {
  padding-left: 0;
}

.tulbur-tuluh-body .uk-subnav-pill a {
  color: #112040;
  font-weight: 700;
  padding: 0;
  padding-bottom: 18px;
  text-transform: none;
}

.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover,
.uk-subnav-pill>.uk-active>a {
  background-color: transparent;
  border-bottom: 4px solid #08C93E;
}

.tulbur-tuluh label {
  color: #12213F;
  font-weight: 700;
}

.tulbur-tuluh .tulbur-tuluh-body .uk-input{
  background-color: #F4F6FA;
  border-radius: 8px;
  border: none;
  height: 30px;
  margin-top: 7px;
  color: #677892;
  font-weight: 300;
  padding: 0 18px;
}

.uk-margin-bottom {
  margin-bottom: 30px!important;
}

.uk-margin-large-bottom {
  margin-bottom: 60px!important;
}

.tulbur-tuluh .uk-switcher {
  margin-top: 37px;
}

.tulbur-tuluh .uk-switcher .button {
  width: 147px;
  justify-content: center;
}

.tulbur-tuluh.turul-songoh {
  height: 345px;
}

.turul-songoh-body {
  margin-bottom: 50px;
  margin-top: 40px;
}

.turul-songoh-item {
  height: 50px;
  border-bottom: 1px solid #EBEDF2;
}

.turul-songoh-item:last-child {
  border: none;
}

.turul-songoh-item i {
  font-size: 20px;
}

.tulbur-tuluh.bank-songoh {
  height: 654px;
}

.bank-songoh .tw-news-author {
  margin-bottom: 40px;
}

.bank-songo h5 {
  color: #12213F;
  margin-bottom: 10px;
}

.bank-songo .uk-select {
  background-color: #F4F6FA;
  border: none;
  border-radius: 8px;
  height: 30px!important;
  color: #12213F;
  font-size: 14px;
}

.bank-songoh .bat p {
  margin: 0;
  color: #12213F;
  font-size: 12px;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.nuhtsul {
  margin-bottom: 10px;
}

.nuhtsul p {
  margin: 0;
  color: #08C93E;
  font-weight: 700;
}

.user-warning h5 {
  text-transform: uppercase;
  color: #0955CA;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
}

.user-warning h5:last-child {
  margin-bottom: 0;
}

.user-warning p {
  font-size: 12px;
  line-height: 14px;
  color: #12213F;
  margin-bottom: 15px!important;
  height: 112px;
}

.accept {
  color: #0955CA;
}

.accept input {
  margin-right: 10px;
  margin-top: 0;
}

.tulbur-tuluh.bank-songoh .button {
  width: 147px;
  justify-content: center;
}

/* undsen-medeelel */

.undsen-medeelel .undesen .user-corner-item, 
.undsen-medeelel .undesen .user-corner-top {
  border-bottom: none;
  padding-bottom: 0;
  border-right: 1px solid #08C93E;
  margin-bottom: 0;
  margin-right: 30px;
}

.undsen-medeelel .user-corner-item:last-child {
  margin-right: 0;
  border: none;
  padding-right: 0;
}

.undsen-medeelel .user-corner-item h6 {
  padding-right: 0;
}

.undsen-medeelel .thumb {
  margin-right: 15px;
}

.uk-subnav {
  border-bottom: 1.5px solid #D2D8E3;
  margin: 0;
  position: relative;
}

.tooluur .uk-subnav::after {
  color: #0955CA;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 6px;
}

.tooluur .uk-subnav-pill>*>a {
  padding-bottom: 15px;
  position: relative;
  bottom: -1px;
  color: #72829A;
  font-weight: 700;
  text-transform: none;
}

.tooluur .uk-subnav-pill>*>a:focus, 
.tooluur .uk-subnav-pill>*>a:hover, 
.tooluur .uk-subnav-pill>.uk-active>a {
  border-width: 1.5px;
  color: #0955CA;
}

.uk-subnav li {
  padding-left: 0;
  margin-right: 32px;
}

.uk-subnav li:first-child {
  margin-left: 26px;
}

.uk-subnav li:last-child {
  margin-right: 0;
}

.tooluur-box {
  border-radius: 8px;
  padding: 30px;
}

.tooluur-box>div>i {
  font-size: 40px;
  color: #08C93E;
  position: absolute;
  top: 0;
  left: 0;
}

.tooluur-item {
  padding-left: 63px;
}

.tooluur-item h5 {
  color: #0955CA;
  font-size: 14px;
}

.tooluur-item.anhaar h5 span {
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
  color: #0955CA;
}

.tooluur-item.anhaar i {
  color: #08C93E;
}

.mb40 {
  margin-bottom: 40px;
}

.tsikl p,
.tsikl h5 {
  font-size: 14px;
  margin: 0;
  color: #2E334C;
  margin-bottom: 15px;
  line-height: 16px;
  display: flex;
}

.tsikl span,
.tsikl p {
  color: #0955CA;
  font-weight: 700;
  margin-top: 0;
}

.tsikl span {
  margin-left: 8px;
}

.zaalt i {
  font-size: 55px;
  color: #677892;
}

.tsikl .zaalt-tsag,
.tsikl .zaalt-une {
  font-size: 20px;
  justify-content: center;
  margin-bottom: 10px
}

.tsikl .zaalt-tsag {
  font-size: 14px;
  color: #677892;
  font-weight: 300;
  margin-bottom: 0;
}

.tsikl.zaalt div:nth-child(2) i {
  color: #FFC200;
}

.tulbur-tuluh.amjilttai {
  width: 245px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.tulbur-tuluh.amjilttai i {
  color: #08C93E;
  font-size: 25px;
  margin-bottom: 15px;
}

.tulbur-tuluh.amjilttai .uk-close {
  top: 10px;
  right: 10px;
}


/* tulbur medeelel page */


.user-huulga .button {
  height: 16px;
  font-weight: 300;
}

.user-huulga .uk-slider .uk-slider-items li {
  padding-bottom: 0;
  background-color: transparent;
}

.user-huulga .table-body {
  height: auto;
  margin-bottom: 0;
}

.user-huulga .table-content .table-item:last-child {
  color: #2E334C;
  font-weight: 700;
}

.uk-pagination {
  margin: 0;
}

.uk-pagination li {
  padding: 0;
  margin-right: 10px;
}

.uk-pagination li:last-child {
  margin-right: 0;
}

.uk-pagination li:first-child a,
.uk-pagination li:last-child a {
  background-color: transparent;
}

.uk-pagination li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #677892;
}

.uk-pagination li.uk-active a,
.uk-pagination li:hover a{
  color: #08C93E;
}

.tulbur-medeelel .user-title i {
  font-size: 18px;
}

.user-history .user-meta a {
  margin-right: 0;

}

.user-history .user-meta a i {
  color: #0955CA;
}

.user-history .table-content .table-item:first-child,
.user-history .user-content .table-head:first-child { 
  width: 20%;
}

.user-history .table-content .table-item img {
  margin-right: 13px;
}

.user-history .table-content {
  margin-bottom: 0!important;
  border-bottom: 1px solid #EBEDF2;
}

.user-history .table-content:last-child {
  border: none;
}

.user-history .table-content .table-item {
  padding: 14px 12px;
  color: #677892;
}

.user-history .table-content:hover .table-item {
  font-weight: 700;
}

.user-history .table-body {
  height: auto;
  max-height: none;
  margin-bottom: 0!important;
}

/* zuvlumj page */

.zuvlumj .uk-subnav {
  border-width: 1px;
}

.zuvlumj .uk-subnav li:first-child {
  margin-left: 0px;
}

.zuvlumj .uk-subnav li {
  margin-right: 24px;
}

.zuvlumj .uk-subnav li a {
  padding-left: 5px;
  padding-right: 12px;
  padding-bottom: 14px;
  border-width: 2px;
  color: #72829A;
  text-transform: none;
  font-weight: 700;
}

.zuvlumj .uk-subnav li:hover a {
  color: #0955CA;
}

.zuvlumj-box {
  border-radius: 8px;
  padding: 57px 25px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.zuvlumj-box:hover {
  border-color: #08C93E;
}

.zuvlumj-box p {
  color: #3C4158;
  font-size: 12px;
  margin-bottom: 30px;
}

.zuvlumj-title {
  margin-top: 15px;
}

.zuvlumj-box i {
  font-size: 35px;
}

.zuvlumj .imformation-meta i {
  font-size: 18px;
}

.zuvlumj-box p span {
  font-weight: 700;
  color: #3C4158;
}

.zuvlumj.contact .zuvlumj-box {
  display: block;
}

.duudlaga-medeelel .unelgee.button {
  color: #fff;
}

.duudlaga-medeelel .call-body>div span {
  color: #717895;
  margin-left: 18px;
}

.duudlaga-medeelel .call-body>div i {
  padding-left: 12px;
  padding-right: 7px;
}

.duudlaga-medeelel .call-body .red span,
.duudlaga-medeelel .call-body .red i {
  color: #FF0000;
}

.duudlaga-medeelel .call.call-history .call-content {
  height: 480px;
}

.duudlaga-medeelel .call.call-history .call-content .call-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.nuuts-ug .call-left,
.urgudul-medeelel .call-left {
  border-bottom: 1px solid rgba(210, 216, 227, 0.7);
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.nuuts-ug .uk-input,
.urgudul-medeelel .uk-textarea,
.urgudul-medeelel .uk-select,
.urgudul-medeelel .uk-input {
  border: none;
  background-color: #EBEDF2;
  height: 30px!important;
  padding: 0 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #717895;
}

.urgudul-medeelel .uk-textarea::placeholder,
.urgudul-medeelel .uk-input::placeholder {
  color: #717895;
}

.urgudul-medeelel .uk-textarea {
  border: 1px solid #717895;
  height: 157px!important;
  background-color:#fff;
  padding-top: 10px;
}

.urgudul-medeelel {
  padding-bottom: 60px;
}


/* nuuts ug page */

.nuuts-ug .uk-input {
  margin-top: 8px;
}

.nuuts-ug .uk-input:focus,
.nuuts-ug .uk-input:hover {
  border: 1px solid #08C93E;
}

.nuuts-ug label {
  color: #717895;
  font-weight: 300;
}

.nuuts-ug .button {
  margin-right: 18px;
}

.nuuts-ug .button:last-child {
  margin-right: 0;
}


/* dashboard  menu */

.collapse .dashboard-left-top .notification,
.collapse .dashboard-left .tw-logo i,
.collapse .dashboard-left-middle .uk-nav>li>a span {
  display: none;
}

.collapse .dashboard-left {
  width: 70px;
}

.collapse .main-container {
  padding-left: 70px;
}

.collapse .modal-single {
  margin-left: 70px;
}

/* zuvlumj modal */

.tulbur-tuluh.zuvlumj-modal {
  padding: 40px 70px;
  width: auto;
  height: auto;
  max-width: 860px;
}

.widget .tooluur-item {
  padding-left: 0;
}

.widget .tooluur-item i {
  font-size: 40px;
  margin-right: 25px;
}

.widget .tooluur-item p {
  color: #677892;
}

.undesen .user-corner-item, 
.undesen .user-corner-top {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.hereglech-tuuh {
  padding: 30px;
}

.hereglech-tuuh-item {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(210, 216, 227, 0.7);
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 30px;
}

.hereglech-tuuh-item:last-child {
  margin-bottom: 0;
}

.hereglegch-tuuh-image {
  width: 122px;
  height: 122px;
  border-radius: 8px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hereglegch-tuuh-image i {
  font-size: 85px;
  color: #B6B5B5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hereglech-tuuh-item p {
  font-weight: 700;
  color: #2E334C;
}

.hereglech-tuuh-item .green p {
  color: #08C93E;
}

.hereglech-tuuh-body {
  height: 440px;
}

p:last-child {
  margin-bottom: 0;
}
