/* custom css */

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

body {
  background: #f9f9f9;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

/* custom colors */

a {
  color: #0a58ca !important;
}

.bg-primary {
  background-color: #0a58ca !important;
}

.text-primary {
  color: #0a58ca !important;
}

.btn-primary {
  background-color: #0a58ca !important;
  border-color: #0a58ca !important;
}

.text-bg-primary {
  background-color: #0a58ca !important;
}

/* hide price in rate selection */

#tickets.table td .price {
  display: none;
}

/* hide recaptcha logo */

.grecaptcha-badge {
  visibility: hidden;
}

/* moneris response only */

#monerisResponse > h5 {
  color: red;
  font-size: 14px;
  margin-bottom: 20px;
}

/* myservices dates highlight css */

.activeClass {
  color: #fff !important;
  background-color: #ff8b3d !important;
  position: relative;
  cursor: pointer;
}
.closedClass {
  color: #fff !important;
  background-color: #999999 !important;
  position: relative;
  cursor: pointer;
}
.proposedClass {
  color: #fff !important;
  background-color: #bf80ff !important;
  position: relative;
  cursor: pointer;
}

/* pointer for time switch in my services */

.mark-pickup {
  cursor: pointer;
}

.table-secondary {
  --bs-table-bg: #f1f1f3;
}

.table-secondary tr {
  font-size: 13px;
}

.table-success td {
  --bs-table-bg: #eef6f3;
}

.todayClass {
  color: #fff !important;
  background-color: #0d6efd !important;
  position: relative;
  cursor: pointer;
}

/* google maps container */

#map_canvas {
  width: 100% !important;
  height: 400px !important;
  margin: 0 auto !important; /* Center horizontally */
  padding: 5px 0 !important;
}
