@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@500;700;900&display=swap');


/* CSS */
.b-btn {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins",sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.b-btn:hover,
.b-btn:hover a,
.b-btn:focus {
  background-color: #07c;
  color: #fff !important;
}

.button-7:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
  background-color: #0064bd;
  box-shadow: none;
}

/* green btn */


.g-btn {
  background-color: #13aa52;
  border: 1px solid #13aa52;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.g-btn:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.landing-page h6 {
  color: #0064bd;
  text-transform: uppercase;
  font-weight: 700;
}

.landing-page h1 {
  background: linear-gradient(to right, rgb(0, 82, 212), rgb(67, 100, 247), rgb(111, 177, 252));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'roboto', sans-serif;
  line-height: none;
}

.landing-page h5 {
  color: #1f1e1e;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 20px;
}

.landing-page p {
  font-size: 16px !important;
}

/* open ticket form */

.opn-form {
  width: auto;
}

.table-form {
  width: 60%;
  margin: auto; 
}

.opn-form form {
  width: 60%;
  margin: auto;
}

.opn-form form .table-form label {
  width: 100%;
}

.opn-form form .table-form input {
  width: auto;
}

.opn-form form .table-form input,
.opn-form form .table-form select {
  border: 1px solid #b7b7b7;
  padding: 5px;
  border-radius: 5px;
  width: 100% !important;
}

.opn-form td hr {
  display: none !important;
}

.opn-form .form-header {
  margin-top: 10px;
}

/* ticket status form - accesslink.php */

#clientLogin .btn {
  background-color: #0095ff;
  color: #fff;
  border: none;
  padding: 8px 25px !important;
}

/* footer */

#footer p {
  color: #1f1e1e !important;
  font-weight: 600;
}


@media (min-width: 768px) {
  .g-btn {
    padding: 10px 30px;
  }

  .table-form {
    width: 100%;
    margin: auto; 
  }
  
}