.font-fix {
  font-family: "tt_commonsmedium";
}

* {
  font-family: "tt_commonsmedium";
}

.blue-color {
  color: #075baa;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-top-10 {
  margin-top: 390px;
}

.padding-left-10 {
  padding-left: 10px;
}

.bold-text {
  font-weight: 500;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.check-buttons {
  display: flex;
  gap: 10px;
}

.demo-link {
  color: #00b37d;
}

.demo-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.margin-top-bottom {
  margin: 100px 0 100px 0;
}

.title-default {
  font-size: 22px;
  line-height: 34px;
  color: #075baa;
  padding-bottom: 15px;
  font-family: "tt_commonsmedium";
}

.width-90 {
  width: 90%;
}

.margin-sides {
  margin-left: 50px;
  margin-right: 50px;
}

.width-80 {
  width: 80%;
}

.width-30 {
  width: 30%;
}

.flex-inline-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  background: none;
}

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

.align-items-center-gap-30 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.table-styles {
  background: #ffffff;
  border-radius: 5px;
  padding: 13px 0px 7px;
  border: none;
  font-family: "tt_commonsmedium";
  box-shadow: 5px 5px 10px rgba(200, 218, 237, 0.3);
}

.add-btn {
  background: #ffffff;
  border: 2px solid #00b37d;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 35px 8px;
  transition: all 0.3s;
  border-radius: 8px;
  cursor: pointer;
  line-height: 16px;
}

.add-btn:hover {
  -webkit-box-shadow: inset 13em 0 0 0 #00b37d;
}

.a-link-class {
  text-decoration: none;
  font-family: "tt_commonsmedium";
}

.a-link-class:hover {
  text-decoration: none;
  color: #ffffff;
  font-family: "tt_commonsmedium";
}

.vpn_input_fields {
  font-family: "tt_commonsmedium";
  margin: 20px 0;
}

.vpn_input_field {
  font-family: "tt_commonsmedium";
  border: none;
  font-size: 16px;
  border-radius: 7px;
  padding: 15px 18px;
  width: 314px;
  background: #ffffff;
}

#order-link-a {
  color: #075baa;
}

#order-main-title {
  font-size: 28px;
  color: #075baa;
}

#order-item {
  margin-bottom: 20px;
}

/*# sourceMappingURL=global.css.map */
