body, html, table td{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color:#666;
}

body {
  background: #F4F7FA;
}

a{
  color: #D05010;
  text-decoration: none;
}

header, .front-card {
  background: #fff;
}

.gradient-custom-2 {
    /* fallback for old browsers */
    background: #F27030;
  
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
    background: url("/images/Kopa-lankar.jpg") no-repeat center top;
  }
  
  .logo{
    width: 100%;
    height: auto;
    max-width: 200px;
  }

  .ws-page-header .bi-envelope-fill{
    display:block;
    position:relative;
  }

  .ws-page-header .bi-envelope-fill span{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 3px;
    right:-8px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background: red;
 }

  .ws-tickets-date {
    font-size: 90%;
  }

  .ws-tickets-trhread-view.closed .ticket-status{
    color: red;
  }

  @media (min-width: 768px) {
    .gradient-form {
      height: 100vh !important;
    }
  }
  @media (min-width: 769px) {
    .gradient-custom-2 {
      border-top-right-radius: .3rem;
      border-bottom-right-radius: .3rem;
    }
  }

