



* {
    margin: 0%;
    padding: 0%;
    color: #fff;
    box-sizing: border-box;
  }


.user-row {
  margin-bottom: 14px;
}

.table-user-information > tbody > tr {
  font-size: 1.1rem;
  font-weight: 500;
  border-top: 1px solid #ccc;
}

.table-user-information > tbody > tr:first-child {
  border-top: 0;
}

.table-user-information > tbody > tr > td {
  border-top: 0;
  color: #282830;
}

.panel {
  margin-top: 20px;
}




  .widget{	padding: 20px;	margin-bottom: 40px;}
  .widget.widget-last{	margin-bottom: 0px;}
  .widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
  .widget.subscribe p{	margin-bottom: 18px;}
  .widget li a{	color: #ff8d1e;}
  .widget li a:hover{	color: #4b92dc;}
  .widget-title {margin-bottom: 20px;}
  .widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
  .widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
  .widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
  .widget .badge{	float: right;	background: #7f7f7f;}
  

.xzmat .info h4{ 
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight:300;
  }

.xzmat .logo{
    float: left;
    margin-top: 10px;
    height: 200px;
    width: 200px;
}

.xzmat .xzmatimg{
    float: right;
    height: 210px;
    width: 550px;
}

.xzmat svg{
  float: right;
  margin-right: 15px;
  width : 500px; 
  height : 600px ;
}

.xzmat .about{
  text-align: left;
  min-width: 300px;
}

.xzmat h1{
  float: left;
  font-weight: 600;
  padding:0px 15px 0px 15px;
  font-family: Times;
  color: rgb(223, 222, 222);
}

.xzmat h3{
  margin: auto;
  padding:15px;
  font-family: Times;
  line-height: 160%;
  float: left;
  color: rgb(211, 209, 209);
}

.bigImage{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 25px;

}

@media screen and (max-width: 1200px) {

    .xzmat .logo{
      margin-top: 10px;
        height: 170px;
        width: 170px;
        
    }
    
    .xzmat .xzmatimg{
        height: 200px;
        width: 350px;
    }
}

@media screen and (max-width: 1000px) {
    .xzmat .logo{
        margin-top: 10px;
        margin-left: 20px;
        height: 170px;
        width: 170px;
    }
    .xzmat svg{
      width : 400px; 
      height : 500px;
    }
    .xzmat .xzmatimg{
      margin-left: 10px;
        
        width: 350px;
    }
}


@media screen and (max-width: 992px) {
    .footer-widget .footer-widget-heading{
    margin-top: 20px;
  }
    .xzmat .logo{
      margin-left: 10px;
      margin-top: 10px;
        height: 120px;
        width: 120px;
    }
    .xzmat svg{
      width : 350px; 
      height : 450px;
    }
    
    .xzmat .xzmatimg{
      margin-left: 10px;
        height: 140px;
        width: 270px;
    }
}


@media screen and (max-width: 765px) {

    .container .logo{
      margin-left: 10px;
        margin-top: 10px;
        height: 100px;
        width: 100px;
    }
    .xzmat svg{
      width : 320px; 
      height : 420px;
    }
    .xzmat .xzmatimg{
      margin-left: 10px;
       
        width: 200px;
        margin-top: 20px;
    }

    .xzmat h1{
     width: 100%;
      font-size: 2rem;
    }

    .xzmat h3{
      font-size: 2rem;
    }

    .xzmat .about{
      text-align: center;
    }
    .xzmat svg{
      float: none;
      text-align: center;
    }

    .xzmat .svgg{
      display: flex;
       justify-content: center;
    }
    
}
@media screen and (max-width: 660px) {
  .xzmat svg{
    margin-top: -40px;
  }
}
@media screen and (max-width: 320px) {
    .xzmat .logo{
        margin-left: 10px;
        margin-top: 10px;
        height: 90px;
        width: 90px;
    }
    .xzmat svg{
      width : 250px; 
      height : 350px;
    }
    .xzmat .xzmatimg{
      margin-left: 10px;
       
        width: 180px;
    }
}


@media screen and (max-width: 280px) {
    .xzmat .logo{
      margin-left: 10px;
        margin-top: 10px;
        height: 65px;
        width: 65px;
    }
    
    .xzmat .xzmatimg{
      margin-left: 10px;
        height: 75px;
        width: 130px;
    }
}







/*  Login Style  */


  /* helpers/grid.css */
  
  :root {
    --gridMaxWidth: 30em;
    --gridWidth: 90%;
  }
  

  
  /* helpers/icon.css */
  

  
  /* layout/base.css */
  
  :root {
    --bodyBackgroundColor: #eaeaea;
    --bodyColor: #999;
    --bodyFontFamily: 'Helvetica', 'Arial';
    --bodyFontFamilyFallback: sans-serif;
    --bodyFontSize: 0.875rem;
    --bodyFontWeight: 400;
    --bodyLineHeight: 1.5;
  }
  

.login{
  background-color: #282830;
  border-radius: 13px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  inline-size: var(--gridWidth);
  margin-inline: auto;
  max-inline-size: var(--gridMaxWidth);
}

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
  }
  
  body {
    background-color: var(--bodyBackgroundColor);
    font-family: var(--bodyFontFamily), var(--bodyFontFamilyFallback);
    font-size: var(--bodyFontSize);
    font-weight: var(--bodyFontWeight);
    line-height: var(--bodyLineHeight);
    margin: 0;
    min-block-size: 100vh;
  }
  
  /* modules/anchor.css */
  
  :root {
    --anchorColor: inherit;
    --anchorHoverColor: #1dabb8;
  }
  
  a {
    color: var(--anchorColor);
    text-decoration: none;
    transition: color 0.3s;
  }
  
  a:hover {
    color: var(--anchorHoverColor);
  }
  
  /* modules/form.css */
  
  fieldset {
    border: none;
    margin: 0;
  }
  
  input {
    appearance: none;
    border: none;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
  }
  
  input[type='submit'] {
    cursor: pointer;
  }
  
  .form input[type='text'],
  .form input[type='text'] {
    inline-size: 100%;
  }
  
  /* modules/login.css */
  
  :root {
    --loginBorderRadius: 0.25em;
    --loginHeaderBackgroundColor: #282830;
  
    --loginInputBorderRadius: 0.25em;
  }
  
  .login__header {
    background-color: var(--loginHeaderBackgroundColor);
    border-top-left-radius: var(--loginBorderRadius);
    border-top-right-radius: var(--loginBorderRadius);
    color: #fff;
    padding: 1.5em;
    text-align: center;
    text-transform: uppercase;
  }
  
  .login__title {
    font-size: 2rem;
    margin: 0;
  }
  
  .login__body {
    background-color: #fff;
    padding: 1.5em;
    position: relative;
  }
  
  .login__body::before {
    background-color: #fff;
    content: '';
    height: 0.5em;
    left: 50%;
    margin-left: -0.25em;
    margin-top: -0.25em;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 0.5em;
  }
  
  .login input[type='text'],
  .login input[type='text'] {
    border: 0.0625em solid #e5e5e5;
    padding: 1em 1.25em;
    font-size: 1.4rem;
    color: black;
  }
  
  .login input[type='text'] {
    border-top-left-radius: var(--loginInputBorderRadius);
    border-top-right-radius: var(--loginInputBorderRadius);
  }
  
  .login input[type='text'] {
    border-bottom-left-radius: var(--loginInputBorderRadius);
    border-bottom-right-radius: var(--loginInputBorderRadius);
  }
  
  .login input[type='password'],
  .login input[type='password'] {
    border: 0.0625em solid #e5e5e5;
    padding: 1em 1.25em;
    font-size: 1.4rem;
    color: black;
  }
  
  .login input[type='password'] {
    border-top-left-radius: var(--loginInputBorderRadius);
    border-top-right-radius: var(--loginInputBorderRadius);
  }
  
  .login input[type='password'] {
    border-bottom-left-radius: var(--loginInputBorderRadius);
    border-bottom-right-radius: var(--loginInputBorderRadius);
  }
  
  .login input[type='submit'] {
    background-color: #1dabb8;
    border-radius: var(--loginInputBorderRadius);
    color: #fff;
    font-weight: 700;
    order: 1;
    padding: 0.75em 1.25em;
    transition: background-color 0.3s;
  }
  
  .login input[type='submit']:focus,
  .login input[type='submit']:hover {
    background-color: #198d98;
  }
  
  .login__footer {
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: var(--loginBorderRadius);
    border-bottom-right-radius: var(--loginBorderRadius);
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5em;
    padding-left: 1.1em;
    padding-right: 1.5em;
  }

  .login__footer input{
    font-size: 2rem;
    font-weight: 300;
  }
  
  .login__footer p {
    margin: 0;
  }









































  /* card style */

  @import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html {
  display: flex;
}

body {

  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #fff;
}

input {
  -webkit-appearance: none;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html, body {
  min-height: 100%;
}

.card {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.card__header {
  flex-basis: 100%;
  margin: 80px 20px 40px;
}
.card__header .description {
  color: #777;
  font-size: .8rem;
  text-align: center;
}
.card__content {
  flex-basis: 100%;
  padding: 50px;
  position: relative;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

.req {
  border: 0 none;
  font-size: 1rem;
  line-height: 2.5rem;
  outline: none;
  transition: all .1s linear;
  width: 100%;
  position: relative;
}
.req:focus {
  outline: 0;
  background: white;
}

.field {
  margin-bottom: 40px;
  position: relative;
}
.field.line {
  border-bottom: 1px solid #eee;
}

.placeholder {
  cursor: text;
  position: absolute;
  top: 10px;
  color: #909090;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

input {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
}
input.ui-full + label, input:focus + label {
  color: #3FB8AF;
  font-size: 12px;
  transform: translate3d(0, -25px, 0);
}

label {
  position: absolute;
  color: #909090;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

#choice option {
  color: black;
}

.empty {
  color: gray;
}

#choice {
  font-family: 'Lato';
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  padding-right: 50px;
  margin-top: 5px;
  font-size: .9rem;
}

.dropdown-wrapper {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 5px;
  position: relative;
}
.dropdown-wrapper:after {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #3FB8AF;
  position: absolute;
  right: 10px;
  top: 12px;
}
.dropdown-wrapper.outline {
  border: 1px solid rgba(63, 184, 175, 0.5);
  box-shadow: 0 0 10px rgba(63, 184, 175, 0.2);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0 none;
  font-size: .8em;
  outline: 0;
}

.right {
  float: right;
}

.inline {
  display: inline-block;
}

#btn {
  background-color: #fff;
  border: 1px solid #3FB8AF;
  color: #3FB8AF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1rem;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#btn:hover {
  background-color: #3FB8AF;
  color: #fff;
}
#btn:active {
  background-color: #38a59d;
}
#btn[disabled] {
  background-color: #fff !important;
  color: #3FB8AF !important;
  opacity: .3;
  cursor: not-allowed;
}

a {
  color: #3FB8AF;
}
a:hover {
  color: #38a59d;
}

.ui-full:invalid + label {
  color: red;
}

.modal {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  padding: 30px 50px 30px 90px;
  margin-bottom: 30px;
  position: relative;
}
.modal.show {
  -webkit-animation: grow 1s 1;
          animation: grow 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal.shrink {
  -webkit-animation: shrink 1.5s 1;
          animation: shrink 1.5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal:before {
  color: #3FB8AF;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 40px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -25px;
}
.modal h2 {
  color: #3FB8AF;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.modal p {
  font-size: .9rem;
  line-height: 1.5rem;
}

@-webkit-keyframes grow {
  0% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
  70% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@keyframes grow {
  0% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
  70% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
}
@keyframes shrink {
  0% {
    opacity: 1;
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) scaleX(0) scaleY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.focus {
  font-weight: bold;
}

#refer_pos {
  display: inline-block;
}

.close-modal {
  cursor: pointer;
  float: right;
  position: relative;
}
.close-modal:before {
  color: #aaa;
  content: "\f00d";
  position: absolute;
  right: -40px;
  top: -20px;
  padding: 10px;
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
}
.close-modal:hover:before {
  color: #919191;
}

.reset {
  color: #777;
  cursor: pointer;
  font-size: .8rem;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  display: table;
  transition: all 0.2 ease-in-out;
}
.reset:hover {
  color: #5e5e5e;
}

.refer-card {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 475px;
  display: none;
  transition: all 0.6s ease-in-out;
}
.refer-card.fade {
  display: block;
  -webkit-animation: drop .3s 1;
          animation: drop .3s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes drop {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes drop {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}
li {
  list-style: none;
}

.positions {
  display: table;
  margin: 100px auto;
  width: 475px;
  transition: all 0.3s ease-in-out;
  -webkit-animation: fade .3s 1;
          animation: fade .3s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions.fadeOut {
  display: none;
  -webkit-animation: fadeOut .4s 1;
          animation: fadeOut .4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.positions ul {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.positions .pos-card {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  margin: auto;
  transition: all 0.4s ease-in-out;
}


.positions .pos-card:hover .refer {
  right: 0;
  opacity: 1;
  z-index: 9;
}
.positions .pos-card:last-child {
  border-bottom: 0 none;
}
.positions .content {
  position: relative;
}
.positions .title {
  color: #282830;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.positions .dept {
  color: rgb(105, 103, 103);
  font-size: 1rem;
}
.positions .date, .positions .refer {
  font-size: 1.1rem;
  position: absolute;
  right: 100px;
  top: 0;
  display: table;
  bottom: 0;
  margin: auto;
  color: #777;
  transition: all 0.3s ease-in-out;
}





.positions .refer {
  right: 0;
  opacity: 1;
  z-index: 9;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
}
.positions .refer:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.positions .desc {
  display: none;
  color: #555;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
}
.positions .desc.reveal {
  display: block;
  -webkit-animation: fade .5s 1;
          animation: fade .5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding-top: 30px;
  visibility: visible;
}
.positions .desc li {
  list-style: circle;
  margin-bottom: 15px;
  line-height: 1.5rem;
  margin-left: 20px;
}
.positions .desc li:last-child {
  margin-bottom: 0;
}

h2 {
  margin-bottom: 30px;
}

.return {
  display: none;
  width: 475px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 15px;
  opacity: 1;
}
.return:hover {
  opacity: .7;
}
.return:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.return:hover:before {
  opacity: .7;
}
