/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 25 2026 | 14:54:43 */
@charset "UTF-8";
body {
  min-width: 300px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, label:first-child, iframe:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, label:last-child, iframe:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.elementor hr {
  margin: 1.5em 0;
  border: none;
  height: 2px;
  background: var(--e-global-color-text);
}
ul {
  padding-left: 2.5em;
  margin-bottom: 1rem;
}
ol {
  padding-left: 2.5em;
  margin-bottom: 1rem;
}
.elementor-lightbox .dialog-lightbox-widget-content .elementor-lightbox-image {
  box-shadow: none;
}
/* Page Title Speed Line */
.ticket-central-page-title:after {
  width: 200px;
  height: 20px;
  background-color: #B3C7E7;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
}
body[data-elementor-device-mode=mobile] .ticket-central-page-title:after {
  width: 100px;
  height: 10px;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}
/* Ticket Central Tag */
.ticket-central-page-title:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "Ticket Central";
  font-size: 9px;
  color: #FFF;
  text-transform: uppercase;
  width: 100px;
  line-height: 15px;
  height: 15px;
  text-align: center;
  border: none;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
body[data-elementor-device-mode=mobile] .ticket-central-page-title:before {
  left: auto;
  right: 0px;
  top: auto;
  bottom: 20px;
  transform: none;
}
/* Section Nav */
.section-nav .elementor-menu-toggle {
  width: 100%;
  text-align: left;
  justify-content: left;
  padding: 10px 10px;
}
.section-nav .elementor-menu-toggle:after {
  content: "Ticket Central Menu";
  font-size: 16px;
  line-height: 0px;
  font-family: "Teko";
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0 0 5px;
}
.section-nav .elementor-widget-container .elementor-nav-menu--dropdown .elementor-nav-menu a {
  padding-bottom: 8px;
}
/* Arrow Buttons */
.arrow-button-heading .elementor-heading-title::after {
  font-family: "FontAwesome";
  content: "";
  font-size: 0.6em;
  right: 5px;
  top: -1px;
  display: inline-block;
  position: relative;
  position: absolute;
}
.arrow-button-heading .elementor-heading-title {
  padding-right: 20px;
}
.arrow-button .elementor-button-icon {
  font-size: 0.75em;
  align-items: flex-start;
}
.arrow-button .elementor-button-text {
  text-align: left;
}
/* CTA Block Speed Lines */
.cta-block:after {
  width: 150px;
  height: 10px;
  background-color: #B3C7E7;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
}
.cta-block a:hover {
  opacity: 0.8;
  cursor: pointer;
}
/* Check Mark Lists */
.check-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0 0 35px;
}
.check-list li {
  margin: 0px;
}
.check-list li:before {
  font-family: "FontAwesome";
  content: "";
  font-weight: 600;
  margin: 0 8px 0 -20px;
}
/* Button Boxes */
.button-box:hover {
  opacity: 0.9;
}
.button-box:after {
  font-family: "FontAwesome";
  content: "";
  font-size: 16px;
  color: #B3C7E7;
  position: absolute;
  top: 5px;
  right: 10px;
}
body[data-elementor-device-mode=mobile] .button-box:after {
  font-size: 12px;
}
