/*
 * Bootstrap imports
 */
* {
  -webkit-box-sizing: border-box !important  ;
  box-sizing: border-box !important  ;
}

*:before,
*:after {
  -webkit-box-sizing: border-box !important  ;
  box-sizing: border-box !important  ;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important  ;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important  ;
  font-size: 14px !important  ;
  line-height: 1.42857 !important  ;
  /* color: #333333 !important  ; */
  background-color: #fff !important  ;
}

input,
button,
select,
textarea {
  font-family: inherit !important  ;
  font-size: inherit !important  ;
  line-height: inherit !important  ;
}

a {
  color: #337ab7 !important  ;
  text-decoration: none !important  ;
}

a:hover,
a:focus {
  color: #23527c !important  ;
  text-decoration: underline !important  ;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color !important  ;
  outline-offset: -2px !important  ;
}

figure {
  margin: 0 !important  ;
}

img {
  vertical-align: middle !important  ;
}

.img-responsive {
  display: block !important  ;
  max-width: 100% !important  ;
  height: auto !important  ;
}

.img-rounded {
  border-radius: 6px !important  ;
}

.img-thumbnail {
  padding: 4px !important  ;
  line-height: 1.42857 !important  ;
  background-color: #fff !important  ;
  border: 1px solid #ddd !important  ;
  border-radius: 4px !important  ;
  -webkit-transition: all 0.2s ease-in-out !important  ;
  transition: all 0.2s ease-in-out !important  ;
  display: inline-block !important  ;
  max-width: 100% !important  ;
  height: auto !important  ;
}

.img-circle {
  border-radius: 50% !important  ;
}

hr {
  margin-top: 20px !important  ;
  margin-bottom: 20px !important  ;
  border: 0 !important  ;
  border-top: 1px solid #eeeeee !important  ;
}

.sr-only {
  position: absolute !important  ;
  width: 1px !important  ;
  height: 1px !important  ;
  margin: -1px !important  ;
  padding: 0 !important  ;
  overflow: hidden !important  ;
  clip: rect(0, 0, 0, 0) !important  ;
  border: 0 !important  ;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important  ;
  width: auto !important  ;
  height: auto !important  ;
  margin: 0 !important  ;
  overflow: visible !important  ;
  clip: auto !important  ;
}

[role="button"] {
  cursor: pointer !important  ;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit !important  ;
  font-weight: 500 !important  ;
  line-height: 1.1 !important  ;
  color: inherit !important  ;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal !important  ;
  line-height: 1 !important  ;
  color: #777777 !important  ;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px !important ;
  margin-bottom: 10px !important ;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65% !important ;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px !important ;
  margin-bottom: 10px !important ;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75% !important ;
}

h1,
.h1 {
  font-size: 36px !important ;
}

h2,
.h2 {
  font-size: 30px !important ;
}

h3,
.h3 {
  font-size: 24px !important ;
}

h4,
.h4 {
  font-size: 18px !important ;
}

h5,
.h5 {
  font-size: 14px !important ;
}

h6,
.h6 {
  font-size: 12px !important ;
}

p {
  margin: 0 0 10px !important ;
}

.lead {
  margin-bottom: 20px !important ;
  font-size: 16px !important ;
  font-weight: 300 !important ;
  line-height: 1.4 !important ;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px !important ;
  }
}

small,
.small {
  font-size: 85% !important ;
}

mark,
.mark {
  background-color: #fcf8e3 !important ;
  padding: 0.2em !important ;
}

.text-left {
  text-align: left !important ;
}

.text-right {
  text-align: right !important ;
}

.text-center {
  text-align: center !important ;
}

.text-justify {
  text-align: justify !important ;
}

.text-nowrap {
  white-space: nowrap !important ;
}

.text-lowercase {
  text-transform: lowercase !important ;
}

.text-uppercase,
.initialism {
  text-transform: uppercase !important ;
}

.text-capitalize {
  text-transform: capitalize !important ;
}

.text-muted {
  color: #777777 !important ;
}

.text-primary {
  color: #337ab7 !important ;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090 !important ;
}

.text-success {
  color: #3c763d !important ;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c !important ;
}

.text-info {
  color: #31708f !important ;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269 !important ;
}

.text-warning {
  color: #8a6d3b !important ;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c !important ;
}

.text-danger {
  color: #a94442 !important ;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534 !important ;
}

.bg-primary {
  color: #fff !important ;
}

.bg-primary {
  background-color: #337ab7 !important ;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090 !important ;
}

.bg-success {
  background-color: #dff0d8 !important ;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3 !important ;
}

.bg-info {
  background-color: #d9edf7 !important ;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee !important ;
}

.bg-warning {
  background-color: #fcf8e3 !important ;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5 !important ;
}

.bg-danger {
  background-color: #f2dede !important ;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9 !important ;
}

.page-header {
  padding-bottom: 9px !important ;
  margin: 40px 0 20px !important ;
  border-bottom: 1px solid #eeeeee !important ;
}

ul,
ol {
  margin-top: 0 !important ;
  margin-bottom: 10px !important ;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0 !important ;
}

.list-unstyled {
  padding-left: 0 !important ;
  list-style: none !important ;
}

.list-inline {
  padding-left: 0 !important ;
  list-style: none !important ;
  margin-left: -5px !important ;
}

.list-inline > li {
  display: inline-block !important ;
  padding-left: 5px !important ;
  padding-right: 5px !important ;
}

dl {
  margin-top: 0 !important ;
  margin-bottom: 20px !important ;
}

dt,
dd {
  line-height: 1.42857 !important ;
}

dt {
  font-weight: bold !important ;
}

dd {
  margin-left: 0 !important ;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " " !important ;
  display: table !important ;
}

.dl-horizontal dd:after {
  clear: both !important ;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left !important ;
    width: 160px !important ;
    clear: left !important ;
    text-align: right !important ;
    overflow: hidden !important ;
    text-overflow: ellipsis !important ;
    white-space: nowrap !important ;
  }
  .dl-horizontal dd {
    margin-left: 180px !important ;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help !important ;
  border-bottom: 1px dotted #777777 !important ;
}

.initialism {
  font-size: 90% !important ;
}

blockquote {
  padding: 10px 20px !important ;
  margin: 0 0 20px !important ;
  font-size: 17.5px !important ;
  border-left: 5px solid #eeeeee !important ;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0 !important ;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block !important ;
  font-size: 80% !important ;
  line-height: 1.42857 !important ;
  color: #777777 !important ;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0" !important ;
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px !important ;
  padding-left: 0 !important ;
  border-right: 5px solid #eeeeee !important ;
  border-left: 0 !important ;
  text-align: right !important ;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "" !important ;
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014" !important ;
}

address {
  margin-bottom: 20px !important ;
  font-style: normal !important ;
  line-height: 1.42857 !important ;
}

.clearfix:before,
.clearfix:after {
  content: " " !important ;
  display: table !important ;
}

.clearfix:after {
  clear: both !important ;
}

.center-block {
  display: block !important ;
  margin-left: auto !important ;
  margin-right: auto !important ;
}

.pull-right {
  float: right !important ;
}

.pull-left {
  float: left !important ;
}

.hide {
  display: none !important  ;
}

.show {
  display: block !important  ;
}

.invisible {
  visibility: hidden !important ;
}

.text-hide {
  font: 0/0 a !important ;
  color: transparent !important ;
  text-shadow: none !important ;
  background-color: transparent !important ;
  border: 0 !important ;
}

.hidden {
  display: none !important  ;
}

.affix {
  position: fixed !important ;
}

@-ms-viewport {
  width: device-width !important ;
}

.visible-xs {
  display: none !important  ;
}

.visible-sm {
  display: none !important  ;
}

.visible-md {
  display: none !important  ;
}

.visible-lg {
  display: none !important  ;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important  ;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important  ;
  }
  table.visible-xs {
    display: table !important  ;
  }
  tr.visible-xs {
    display: table-row !important  ;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important  ;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important  ;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important  ;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important  ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important  ;
  }
  table.visible-sm {
    display: table !important  ;
  }
  tr.visible-sm {
    display: table-row !important  ;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important  ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important  ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important  ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important  ;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important  ;
  }
  table.visible-md {
    display: table !important  ;
  }
  tr.visible-md {
    display: table-row !important  ;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important  ;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important  ;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important  ;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important  ;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important  ;
  }
  table.visible-lg {
    display: table !important  ;
  }
  tr.visible-lg {
    display: table-row !important  ;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important  ;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important  ;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important  ;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important  ;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important  ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important  ;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important  ;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important  ;
  }
}

.visible-print {
  display: none !important  ;
}

/* @media print {
  .visible-print {
    display: block !important  ;
  }
  table.visible-print {
    display: table !important  ;
  }
  tr.visible-print {
    display: table-row !important  ;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important  ;
  }
  img {
    -webkit-print-color-adjust: exact !important;
  }
} */

.visible-print-block {
  display: none !important  ;
}

/* @media print {
  .visible-print-block {
    display: block !important  ;
  }
} */

.visible-print-inline {
  display: none !important  ;
}

/* @media print {
  .visible-print-inline {
    display: inline !important  ;
  }
} */

.visible-print-inline-block {
  display: none !important  ;
}

/* @media print {
  .visible-print-inline-block {
    display: inline-block !important  ;
  }
} */

/* @media print {
  .hidden-print {
    display: none !important  ;
  }
} */

.margin-bottom-0 {
  margin-bottom: 0px !important  ;
}

.margin-top-0 {
  margin-top: 0px !important  ;
}

.margin-right-0 {
  margin-right: 0px !important  ;
}

.margin-left-0 {
  margin-left: 0px !important  ;
}

.padding-left-0 {
  padding-left: 0px !important  ;
}

.padding-right-0 {
  padding-right: 0px !important  ;
}

.ph0 {
  padding-left: 0px !important  ;
  padding-right: 0px !important  ;
}

.pv0 {
  padding-top: 0px !important  ;
  padding-bottom: 0px !important  ;
}

.margin-bottom-10 {
  margin-bottom: 10px !important  ;
}

.margin-top-10 {
  margin-top: 10px !important  ;
}

.margin-right-10 {
  margin-right: 10px !important  ;
}

.margin-left-10 {
  margin-left: 10px !important  ;
}

.padding-left-10 {
  padding-left: 10px !important  ;
}

.padding-right-10 {
  padding-right: 10px !important  ;
}

.ph10 {
  padding-left: 10px !important  ;
  padding-right: 10px !important  ;
}

.pv10 {
  padding-top: 10px !important  ;
  padding-bottom: 10px !important  ;
}

.margin-bottom-15 {
  margin-bottom: 15px !important  ;
}

.margin-top-15 {
  margin-top: 15px !important  ;
}

.margin-right-15 {
  margin-right: 15px !important  ;
}

.margin-left-15 {
  margin-left: 15px !important  ;
}

.padding-left-15 {
  padding-left: 15px !important  ;
}

.padding-right-15 {
  padding-right: 15px !important  ;
}

.ph15 {
  padding-left: 15px !important  ;
  padding-right: 15px !important  ;
}

.pv15 {
  padding-top: 15px !important  ;
  padding-bottom: 15px !important  ;
}

.margin-bottom-20 {
  margin-bottom: 20px !important  ;
}

.margin-top-20 {
  margin-top: 20px !important  ;
}

.margin-right-20 {
  margin-right: 20px !important  ;
}

.margin-left-20 {
  margin-left: 20px !important  ;
}

.padding-left-20 {
  padding-left: 20px !important  ;
}

.padding-right-20 {
  padding-right: 20px !important  ;
}

.ph20 {
  padding-left: 20px !important  ;
  padding-right: 20px !important  ;
}

.pv20 {
  padding-top: 20px !important  ;
  padding-bottom: 20px !important  ;
}

.margin-bottom-30 {
  margin-bottom: 30px !important  ;
}

.margin-top-30 {
  margin-top: 30px !important  ;
}

.margin-right-30 {
  margin-right: 30px !important  ;
}

.margin-left-30 {
  margin-left: 30px !important  ;
}

.padding-left-30 {
  padding-left: 30px !important  ;
}

.padding-right-30 {
  padding-right: 30px !important  ;
}

.ph30 {
  padding-left: 30px !important  ;
  padding-right: 30px !important  ;
}

.pv30 {
  padding-top: 30px !important  ;
  padding-bottom: 30px !important  ;
}

.margin-bottom-45 {
  margin-bottom: 45px !important  ;
}

.margin-top-45 {
  margin-top: 45px !important  ;
}

.margin-right-45 {
  margin-right: 45px !important  ;
}

.margin-left-45 {
  margin-left: 45px !important  ;
}

.padding-left-45 {
  padding-left: 45px !important  ;
}

.padding-right-45 {
  padding-right: 45px !important  ;
}

.ph45 {
  padding-left: 45px !important  ;
  padding-right: 45px !important  ;
}

.pv45 {
  padding-top: 45px !important  ;
  padding-bottom: 45px !important  ;
}

.margin-bottom-50 {
  margin-bottom: 50px !important  ;
}

.margin-top-50 {
  margin-top: 50px !important  ;
}

.margin-right-50 {
  margin-right: 50px !important  ;
}

.margin-left-50 {
  margin-left: 50px !important  ;
}

.padding-left-50 {
  padding-left: 50px !important  ;
}

.padding-right-50 {
  padding-right: 50px !important  ;
}

.ph50 {
  padding-left: 50px !important  ;
  padding-right: 50px !important  ;
}

.pv50 {
  padding-top: 50px !important  ;
  padding-bottom: 50px !important  ;
}

.margin-bottom-65 {
  margin-bottom: 65px !important  ;
}

.margin-top-65 {
  margin-top: 65px !important  ;
}

.margin-right-65 {
  margin-right: 65px !important  ;
}

.margin-left-65 {
  margin-left: 65px !important  ;
}

.padding-left-65 {
  padding-left: 65px !important  ;
}

.padding-right-65 {
  padding-right: 65px !important  ;
}

.ph65 {
  padding-left: 65px !important  ;
  padding-right: 65px !important  ;
}

.pv65 {
  padding-top: 65px !important  ;
  padding-bottom: 65px !important  ;
}

.z-index-0 {
  z-index: 0 !important ;
}

.z-index-1 {
  z-index: 1 !important ;
}

.z-index-2 {
  z-index: 2 !important ;
}

.z-index-3 {
  z-index: 3 !important ;
}

.z-index-4 {
  z-index: 4 !important ;
}

.z-index-5 {
  z-index: 5 !important ;
}

.z-index-6 {
  z-index: 6 !important ;
}

.z-index-7 {
  z-index: 7 !important ;
}

.z-index-8 {
  z-index: 8 !important ;
}

.z-index-9 {
  z-index: 9 !important ;
}

.z-index-10 {
  z-index: 10 !important ;
}

html,
body {
  height: 100% !important ;
  padding: 0 !important ;
  margin: 0 !important ;
  font-family: "Poppins", sans-serif !important ;
  font-weight: 400 !important ;
}

body {
  background-color: #f7f7f7 !important ;
  font-size: 14px !important ;
  min-width: 320px !important ;
  color: #666666 !important ;
  line-height: 1.471 !important ;
}

a {
  color: #ec1c24 !important ;
  text-decoration: none !important ;
}

a:hover {
  color: #000000 !important ;
}

.seat-container ul li,
ol li {
  line-height: 3rem !important ;
}

a:focus,
input:focus,
button:focus {
  outline: none !important ;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
}

img {
  max-width: 100% !important ;
  height: auto !important ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important ;
  color: #000000 !important ;
}

a {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
}

a:visited,
a:focus,
a:hover {
  text-decoration: none !important ;
  outline: none !important ;
}

strong {
  font-weight: 600 !important ;
}

.font-medium {
  font-weight: 500 !important ;
}

.h-100-vh {
  height: 100vh !important ;
  min-height: 650px !important ;
}

.m-w-200 {
  min-width: 200px !important ;
}

.fullHeight {
  height: 100% !important ;
}

.font-size-xl {
  font-size: 2.4rem !important ;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1250px !important ;
    width: 100% !important ;
  }
}

@media (min-width: 1420px) and (max-width: 1920px) {
  .container {
    max-width: 1480px !important ;
    width: 100% !important ;
  }
}

h1 {
  font-size: 2rem !important ;
}

h2 {
  font-size: 3.8rem !important ;
  font-weight: 600 !important ;
}

@media (max-width: 767px) {
  h2 {
    font-size: 3.4rem !important ;
  }
}

h3 {
  font-size: 2.8rem !important ;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2.4rem !important ;
  }
}

h4 {
  font-size: 1.125rem !important ;
}

h5 {
  font-size: 1.8rem !important ;
}

h6 {
  font-size: 1.125rem !important ;
}

input:focus {
  outline: none !important ;
}

.small-heading {
  color: #ec1c24 !important ;
  letter-spacing: 3px !important ;
  font-weight: 600 !important ;
}

.font-semiBold {
  font-weight: 600 !important  ;
}

.sp-grey-bg {
  background-color: #f2f4f9 !important ;
}

.sp-red-color {
  color: #ec1c24 !important ;
}

.leftArrow {
  -webkit-transform: rotate(180deg) !important ;
  transform: rotate(180deg) !important ;
}

.topArrow {
  -webkit-transform: rotate(-90deg) !important ;
  transform: rotate(-90deg) !important ;
}

.bottomArrow {
  -webkit-transform: rotate(90deg) !important ;
  transform: rotate(90deg) !important ;
}

.bottom-direction {
  -webkit-transform: rotate(180deg) !important ;
  transform: rotate(180deg) !important ;
}

.bottom-flip-x-direction {
  -webkit-transform: scaleX(-1) rotate(180deg) !important ;
  transform: scaleX(-1) rotate(180deg) !important ;
}

.form-control {
  border-radius: 0 !important ;
  width: 100% !important ;
}

.form-control:focus {
  outline: none !important ;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
}

.rounded {
  border-radius: 4px !important ;
}

.color-red {
  color: red !important ;
}

.text-color-black {
  color: #000000 !important ;
}

.sp-text-color-red {
  color: #ec1c24 !important ;
}

.sp-formField {
  position: relative !important ;
}

.sp-formField .form-control {
  border-left: 0 !important ;
  border-right: 0 !important ;
  border-top: 0 !important ;
  position: relative !important ;
  z-index: 1 !important ;
  background-color: transparent !important ;
  padding-bottom: 0 !important ;
  padding-left: 0;
  padding-right: 0 !important ;
  border-radius: 0 !important ;
  border-bottom-color: #cccccc !important ;
}

.sp-formField .form-control + span.label,
.sp-formField .form-control + span + span.label {
  position: absolute !important ;
  top: 8px !important ;
  left: 0 !important ;
  z-index: 0 !important ;
  text-transform: uppercase !important ;
  letter-spacing: 4px !important ;
  color: #848484 !important ;
  font-weight: 600 !important ;
  font-size: 14px;
  -webkit-transition: all ease 0.2s !important ;
  transition: all ease 0.2s !important ;
  padding: 0 !important ;
}

.sp-formField .form-control:focus + span.label,
.sp-formField .form-control.not-empty + span.label,
.sp-formField .form-control:focus + span + span.label,
.sp-formField .form-control.not-empty + span + span.label {
  top: -10px !important ;
  font-size: 12px !important ;
  z-index: 2 !important ;
}

.sp-formField.sp-selected .form-control + span.label,
.sp-formField.sp-selected .form-control + span + span.label {
  top: -10px !important ;
  font-size: 12px !important ;
  z-index: 2;
}

.sp-formField.sp-leftIcon .form-control + span.label,
.sp-formField.sp-leftIcon .form-control + span + span.label {
  left: 30px !important ;
}

.sp-formField.sp-leftIcon .form-control:focus + span + span.label,
.sp-formField.sp-leftIcon .form-control.not-empty + span + span.label {
  left: 0 !important ;
}

.sp-formField.dateSelector .form-control:focus + span.label,
.sp-formField.dateSelector .form-control.not-empty + span.label {
  top: -10px !important ;
  font-size: 12px !important ;
  z-index: 2 !important ;
}

.sp-formField .sp-formFieldIcon-left {
  width: 20px !important ;
  height: 20px !important ;
  line-height: 20px !important ;
  font-size: 18px !important ;
  top: auto !important ;
  position: absolute !important ;
  bottom: 8px !important ;
  left: 0px !important ;
  z-index: 2 !important ;
  color: #ec1c24 !important ;
}

.dobdatePicker {
  width: 100%;
}

.sp-formField .sp-formFieldIcon-right {
  width: 20px !important ;
  height: 20px !important ;
  line-height: 20px !important ;
  font-size: 18px !important ;
  top: auto !important ;
  position: absolute !important ;
  right: 0px !important ;
  z-index: 2 !important ;
  color: #ec1c24 !important ;
}

.sp-formField .sp-formFieldUnit-right {
  width: 20px !important ;
  height: 20px !important ;
  line-height: 20px !important ;
  top: auto !important ;
  position: absolute !important ;
  bottom: 8px !important ;
  right: 0px !important ;
  z-index: 2 !important ;
  font-weight: 700 !important ;
  color: #000000 !important ;
}

.plane-down {
  -webkit-transform: rotate(180deg) !important ;
  transform: rotate(180deg) !important ;
}

.plane-right {
  -webkit-transform: rotate(90deg) !important ;
  transform: rotate(90deg) !important ;
}

.sp-display-count span {
  font-weight: 600 !important ;
  color: #000000 !important ;
}

.box-white-shadow {
  background-color: #ffffff !important ;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
}

.box-red-shadow {
  background-color: #ec1c24 !important ;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
}

.box-grey-shadow {
  background-color: #fbfbfb !important ;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.15) !important ;
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.15) !important ;
}

.dash-navbar-toggle {
  position: relative !important ;
  float: right !important ;
  margin-top: 8px !important ;
  margin-right: 8px !important ;
  margin-bottom: 8px !important ;
  background-color: transparent !important ;
  background-image: none !important ;
  border: 0 !important ;
  outline: none !important ;
}

.dash-navbar-toggle .icon-bar {
  background-color: #ec1c24 !important ;
  display: block !important ;
  width: 25px !important ;
  height: 4px !important ;
  border-radius: 2px !important ;
}

.dash-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px !important ;
}

.sp-checkbox {
  line-height: normal !important ;
  position: relative !important ;
  padding-left: 20px !important ;
  cursor: pointer !important ;
  margin: 0 !important ;
}

.sp-checkbox input[type="checkbox"] + span {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  position: absolute !important ;
  top: 3px !important ;
  left: 0 !important ;
  bottom: 0 !important ;
  width: 13px !important ;
  height: 13px !important ;
  border: 1px #ec1c24 solid !important ;
  border-radius: 3px !important ;
  display: block !important ;
  background-color: #ffffff !important ;
  display: inline-block !important ;
  font: normal normal normal 10px/1 FontAwesome !important ;
  text-rendering: auto !important ;
  -webkit-font-smoothing: antialiased !important ;
  color: #ffffff !important ;
}

.sp-checkbox input[type="checkbox"] + span::after {
  content: "" !important ;
  display: block !important ;
  text-align: center !important ;
  position: absolute !important ;
  top: 0px !important ;
  left: 1px !important ;
}

.sp-checkbox input[type="checkbox"]:checked + span {
  background-color: #ec1c24 !important ;
}

.sp-checkbox input[type="checkbox"]:checked + span::after {
  content: "\f00c" !important ;
}

/* Hide the browser's default checkbox */
.disregard-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sp-pagination ul li.page-item.disabled {
  background-color: transparent !important  ;
}

.sp-pagination ul li.page-item.active a {
  border-color: #ec1c24 !important ;
  background-color: #ec1c24 !important ;
  color: #ffffff !important ;
}

.sp-pagination ul li.page-item a {
  font-size: 15px !important ;
  color: #6c757d !important ;
}

#header {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  color: #ffffff !important ;
  font-family: "Poppins", sans-serif !important ;
  background-color: #ffffff !important ;
  background: url(../images/bannerBg.jpg) no-repeat top center !important ;
  background-size: cover !important ;
}

@media (max-width: 767px) {
  #header {
    background-image: url(../images/mob-bannerbg.jpg) !important ;
  }
}

#header .page-title::before {
  content: none !important ;
}

@media (max-width: 767px) {
  #header .sh-logo img {
    width: 180px !important ;
  }
}

#header nav {
  background-color: #ffffff !important ;
  border-radius: 5px !important ;
  line-height: normal !important ;
}

#header nav #main-nav > ul {
  margin: 0 !important ;
  padding: 0 !important ;
  -ms-flex-item-align: center !important ;
  -ms-grid-row-align: center !important ;
  align-self: center !important ;
}

#header nav #main-nav > ul > li {
  display: inline-block !important ;
  list-style: none !important ;
  margin-right: 30px !important ;
}

#header nav #main-nav > ul > li:last-child {
  margin-right: 0 !important ;
}

#header nav #main-nav > ul > li > a {
  font-size: 1.6rem !important ;
  color: #000000 !important ;
  font-weight: 500 !important ;
  position: relative !important ;
  padding: 0 !important ;
  z-index: 2 !important ;
}

#header nav #main-nav > ul > li > a::after {
  -webkit-transition: all ease-in-out 0.3s !important ;
  transition: all ease-in-out 0.3s !important ;
  content: "" !important ;
  width: 0 !important ;
  position: absolute !important ;
  bottom: 0 !important ;
  left: 0 !important ;
  border: 0 !important ;
  margin: 0 !important ;
  border-bottom: 2px transparent solid !important ;
}

#header nav #main-nav > ul > li > a.active,
#header nav #main-nav > ul > li > a:hover {
  color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li > a.active::after,
#header nav #main-nav > ul > li > a:hover::after {
  width: 100% !important ;
  border-bottom-color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.active > a {
  color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.active > a::after {
  width: 100% !important ;
  border-bottom-color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.dd-nav {
  position: relative !important ;
}

#header nav #main-nav > ul > li.dd-nav > a::before {
  font-family: "FontAwesome" !important ;
  content: "\f105" !important ;
  position: absolute !important ;
  right: -20px !important ;
  top: 5px !important ;
  width: 10px !important ;
  height: 20px !important ;
  display: block !important ;
  line-height: 24px !important ;
  font-size: 17px !important ;
  font-weight: normal !important ;
  text-align: center !important ;
  z-index: 5 !important ;
  -webkit-transform: rotate(90deg) !important ;
  transform: rotate(90deg) !important ;
}

#header nav #main-nav > ul > li.dd-nav > a:hover {
  color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.dd-nav:hover > a {
  color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.dd-nav:hover > a::after {
  width: 100% !important ;
  border-bottom-color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li.dd-nav:hover > a + ul {
  visibility: visible !important ;
  opacity: 1 !important ;
  display: block !important ;
}

#header nav #main-nav > ul > li > ul {
  position: absolute !important ;
  left: 0px !important ;
  top: 120% !important ;
  width: 250px !important ;
  display: none !important ;
  border: 0 !important ;
  z-index: 1 !important ;
  padding: 25px 0px !important ;
  background: #ffffff !important ;
  border-radius: 0px !important ;
  transition: all 500ms ease !important ;
  -moz-transition: all 500ms ease !important ;
  -webkit-transition: all 500ms ease !important ;
  -ms-transition: all 500ms ease !important ;
  -o-transition: all 500ms ease !important ;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
}

#header nav #main-nav > ul > li > ul::before {
  position: absolute !important ;
  content: "" !important ;
  left: 0px !important ;
  top: -30px !important ;
  width: 100% !important ;
  height: 30px !important ;
  display: block !important ;
}

#header nav #main-nav > ul > li > ul.from-right {
  left: auto !important ;
  right: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li {
  position: relative !important ;
  width: 100% !important ;
  margin-bottom: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li:last-child {
  margin-bottom: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li > a.nav-link {
  position: relative !important ;
  display: block !important ;
  padding: 7px 30px !important ;
  line-height: 24px !important ;
  font-weight: 400 !important ;
  font-size: 16px !important ;
  text-transform: capitalize !important ;
  color: #222 !important ;
  transition: all 500ms ease !important ;
  -moz-transition: all 500ms ease !important ;
  -webkit-transition: all 500ms ease !important ;
  -ms-transition: all 500ms ease !important ;
  -o-transition: all 500ms ease !important ;
  white-space: normal !important ;
}

#header nav #main-nav > ul > li > ul > li > a.nav-link:hover {
  background: transparent !important ;
  color: #ec1c24 !important ;
}

#header nav #main-nav > ul > li > ul > li > ul {
  position: absolute !important ;
  left: 100% !important ;
  top: 100% !important ;
  width: 250px !important ;
  z-index: 100 !important ;
  display: none !important ;
  opacity: 0 !important ;
  visibility: hidden !important ;
  padding: 25px 0px !important ;
  background-color: #ffffff !important ;
  border-radius: 0px !important ;
  transition: all 500ms ease !important ;
  -moz-transition: all 500ms ease !important ;
  -webkit-transition: all 500ms ease !important ;
  -ms-transition: all 500ms ease !important ;
  -o-transition: all 500ms ease !important ;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05) !important ;
}

#header nav #main-nav > ul > li > ul > li > ul.from-right {
  left: auto !important ;
  right: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li > ul > li {
  position: relative !important ;
  width: 100% !important ;
  margin-bottom: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li > ul > li:last-child {
  margin-bottom: 0px !important ;
}

#header nav #main-nav > ul > li > ul > li > ul > li > a.nav-link {
  position: relative !important ;
  display: block !important ;
  padding: 7px 25px !important ;
  line-height: 24px !important ;
  font-weight: 400 !important ;
  font-size: 16px !important ;
  text-transform: capitalize !important ;
  color: #222 !important ;
  transition: all 500ms ease !important ;
  -moz-transition: all 500ms ease !important ;
  -webkit-transition: all 500ms ease !important ;
  -ms-transition: all 500ms ease !important ;
  -o-transition: all 500ms ease !important ;
}

#header nav #main-nav > ul > li > ul > li > ul > li > a.nav-link:hover {
  background: transparent !important ;
}

#header nav #main-nav > ul > li > ul > li > ul > li.dd-nav:hover > ul {
  visibility: visible !important ;
  opacity: 1 !important ;
  top: 0 !important ;
  -webkit-transform: rotateX(0deg) !important ;
  transform: rotateX(0deg) !important ;
  transition: all 500ms ease !important ;
  -moz-transition: all 500ms ease !important ;
  -webkit-transition: all 500ms ease !important ;
  -ms-transition: all 500ms ease !important ;
  -o-transition: all 500ms ease !important ;
}

#header .banner-content {
  color: #ffffff !important ;
}

#header .banner-content h1 {
  color: #ffffff !important ;
  font-weight: 800 !important ;
  font-size: 4.8rem !important ;
  margin-top: 0 !important ;
}

@media (max-width: 767px) {
  #header .banner-content h1 {
    font-size: 4rem !important ;
  }
}

#header .banner-content h1 span {
  position: relative !important ;
  line-height: normal !important ;
}

#header .banner-content h1 span::after {
  content: "" !important ;
  display: block !important ;
  position: absolute !important ;
  width: 100% !important ;
  left: 0 !important ;
  bottom: 4px !important ;
  border-bottom: 3px #ffffff solid !important ;
}

#header .banner-content h4 {
  color: #ffffff !important ;
  font-weight: 600 !important ;
  font-size: 2.4rem !important ;
}

@media (max-width: 767px) {
  #header .banner-content h4 {
    font-size: 1.4rem !important ;
  }
}

#header .banner-content h4 span {
  display: inline-block !important ;
  padding-right: 20px !important ;
  margin-left: 20px !important ;
}

#header .banner-content h4 span:first-of-type {
  margin-left: 0 !important ;
}

#header .banner-content p {
  font-size: 2rem !important ;
  font-weight: 400 !important ;
}

@media (max-width: 767px) {
  #header .banner-content p {
    font-size: 1.4rem !important ;
  }
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg) !important ;
  transform: rotate(45deg) !important ;
  -webkit-transform-origin: 10% 10% !important ;
  transform-origin: 10% 10% !important ;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0 !important ;
  filter: alpha(opacity=0) !important ;
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) !important ;
  transform: rotate(-45deg) !important ;
  -webkit-transform-origin: 10% 90% !important ;
  transform-origin: 10% 90% !important ;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0) !important ;
  transform: rotate(0) !important ;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1 !important ;
  filter: alpha(opacity=100) !important ;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0) !important ;
  transform: rotate(0) !important ;
}

/* END ANIMATED X */
.navbar-toggle {
  position: absolute !important ;
  top: 2px !important ;
  left: 0 !important ;
  float: left !important ;
  padding: 9px 5px !important ;
  margin-top: 8px !important ;
  margin-bottom: 8px !important ;
  background-color: transparent !important ;
  background-image: none !important ;
  border: 1px solid transparent !important ;
  border-radius: 0 !important ;
  border: none !important ;
  outline: none !important ;
}

.navbar-toggle:focus {
  outline: none !important ;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important ;
  -webkit-transition: all 0.2s !important ;
  transition: all 0.2s !important ;
  display: block !important ;
  width: 22px !important ;
  height: 2px !important ;
  border-radius: 1px !important ;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px !important ;
}

.navbar-toggle.collapsed {
  text-align: left !important ;
  background-color: black !important ;
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  width: 16px !important ;
  margin-right: 6px !important ;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 20px !important ;
  margin-right: 2px !important ;
}

#mob-slideNav {
  position: fixed !important ;
  top: 0 !important ;
  left: -310px !important ;
  width: 300px !important ;
  background-color: #ffffff !important ;
  height: 100% !important ;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important ;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important ;
  z-index: 9999 !important ;
  padding-top: 40px !important ;
  -webkit-transition: all ease-in-out 0.1s !important ;
  transition: all ease-in-out 0.1s !important ;
}

#mob-slideNav.show,
#mob-slideNav.in {
  left: 0 !important ;
  display: block !important ;
}

#mob-slideNav > ul {
  list-style: none !important ;
  margin: 10px 20px !important ;
  padding: 0 !important ;
}

#mob-slideNav > ul > li {
  margin-bottom: 10px !important ;
  position: relative !important ;
}

#mob-slideNav > ul > li.dd-menu.open .dropdown-menu,
#mob-slideNav > ul > li.dd-menu.open .dd-menu,
#mob-slideNav > ul > li.dropdown.open .dropdown-menu,
#mob-slideNav > ul > li.dropdown.open .dd-menu {
  display: block !important  ;
}

#mob-slideNav > ul > li a {
  display: block !important ;
  color: #000000 !important ;
  font-size: 1.6rem !important ;
  position: relative !important ;
  padding: 0 !important ;
}

#mob-slideNav > ul > li a.active,
#mob-slideNav > ul > li a:hover {
  color: #ec1c24 !important ;
}

#mob-slideNav > ul > li a.dropdown-nav-toggle::after {
  font-family: "FontAwesome" !important ;
  content: "\f105" !important ;
  position: absolute !important ;
  right: 0 !important ;
  top: 5px !important ;
  width: 10px !important ;
  height: 20px !important ;
  border: 0 !important ;
  display: block !important ;
  line-height: 24px !important ;
  font-size: 17px !important ;
  font-weight: normal !important ;
  text-align: center !important ;
  z-index: 5 !important ;
  -webkit-transform: rotate(90deg) !important ;
  transform: rotate(90deg) !important ;
}

#mob-slideNav > ul ul.dropdown-menu {
  position: static !important  ;
  margin-top: 0 !important ;
  margin-bottom: 10px !important ;
  -webkit-transform: unset !important  ;
  transform: unset !important  ;
  width: 100% !important ;
}

#mob-slideNav > ul ul.dropdown-menu li:hover {
  background-color: transparent !important ;
}

#mob-slideNav > ul ul.dropdown-menu li:hover > a {
  color: #ec1c24 !important ;
}

#mob-slideNav .navbar-toggle {
  position: absolute !important ;
  top: 0 !important ;
  left: 15px !important ;
}

#mob-slideNav .navbar-toggle .icon-bar {
  background-color: #000000 !important ;
}

.topbar {
  background-color: #ffffff !important ;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.05) !important ;
}

.topbar h1 {
  margin: 0 !important ;
}

.topbar .user-LogedIn .user-icon img {
  display: inline-block !important ;
  width: 50px !important ;
  border-radius: 15px !important ;
  max-width: -webkit-fit-content !important ;
  max-width: -moz-fit-content !important ;
  max-width: fit-content !important ;
}

.topbar .user-LogedIn .dropdown-menu {
  font-size: 1em !important ;
  left: -15px !important  ;
}

.topbar .user-LogedIn .dropdown-menu-caret {
  position: absolute !important ;
  top: 7px !important ;
  right: 15px !important ;
  font-size: 16px !important ;
}

@media (max-width: 767px) {
  .topbar .user-LogedIn .dropdown-menu-caret {
    display: none !important ;
  }
}

.topbar .user-LogedIn .dropdown-toggle {
  cursor: pointer !important ;
}

.topbar .user-LogedIn .dropdown-toggle::after {
  border: 0 !important ;
}

.footer-menu ul {
  margin: 0 !important ;
  padding: 0 !important ;
}

.footer-menu ul li {
  display: inline-block !important ;
  position: relative !important ;
  padding-left: 5px !important ;
  padding-right: 10px !important ;
}

.footer-menu ul li a {
  color: #000000 !important ;
}

.footer-menu ul li a:hover {
  color: #ec1c24 !important ;
}

.footer-menu ul li::after {
  content: "" !important ;
  position: absolute !important ;
  top: 0 !important ;
  right: 0 !important ;
  bottom: 0 !important ;
  margin: auto !important ;
  height: 15px !important ;
  width: 1px !important ;
  background-color: #000000 !important ;
}

.footer-menu ul li:last-child::after {
  content: none !important ;
}

@font-face {
  font-family: "" !important ;
  src: url("../fonts/6c07d8254792cf61040b5e8231e625de.eot") !important ;
  /* IE9*/
  src: url("../fonts/6c07d8254792cf61040b5e8231e625de.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/6c07d8254792cf61040b5e8231e625de.woff2") format("woff2"),
    url("../fonts/6c07d8254792cf61040b5e8231e625de.woff") format("woff"),
    url("../fonts/6c07d8254792cf61040b5e8231e625de.ttf") format("truetype"),
    url("../fonts/6c07d8254792cf61040b5e8231e625de.svg#Mrs Eaves OT Italic")
      format("svg") !important ;
  /* iOS 4.1- */
}

@font-face {
  font-family: "" !important ;
  src: url("../fonts/MrsEavesRoman.eot") !important ;
  /* IE9*/
  src: url("../fonts/MrsEavesRoman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MrsEavesRoman.woff") format("woff"),
    url("../fonts/MrsEavesRoman.ttf") format("truetype"),
    url("../fonts/MrsEavesRoman.svg#MrsEavesRoman") format("svg") !important ;
  /* iOS 4.1- */
}

body.login::before,
body.login::after {
  content: "" !important ;
  position: fixed !important ;
  background-color: #f6440e !important ;
  border-radius: 40px !important ;
  opacity: 0.3 !important ;
  z-index: -1 !important ;
}

body.login::before {
  top: -20vh !important ;
  left: -20vh !important ;
  width: 100vh !important ;
  height: 100vh !important ;
  transform: rotate(45deg) !important ;
  /* W3C */
  -webkit-transform: rotate(45deg) !important ;
  /* Safari & Chrome */
  -moz-transform: rotate(45deg) !important ;
  /* Firefox */
  -ms-transform: rotate(45deg) !important ;
  /* Internet Explorer */
  -o-transform: rotate(45deg) !important ;
  /* Opera */
}

body.login::after {
  bottom: -5vh !important ;
  right: -5vh !important ;
  width: 30vh !important ;
  height: 30vh !important ;
  transform: rotate(55deg) !important ;
  /* W3C */
  -webkit-transform: rotate(55deg) !important ;
  /* Safari & Chrome */
  -moz-transform: rotate(55deg) !important ;
  /* Firefox */
  -ms-transform: rotate(55deg) !important ;
  /* Internet Explorer */
  -o-transform: rotate(55deg) !important ;
  /* Opera */
}

.login-box {
  background: #fff !important ;
  -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15) !important ;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15) !important ;
  border-radius: 2px !important ;
  overflow: hidden !important ;
}

.login-banner-caption {
  position: absolute !important ;
  bottom: 30px !important ;
  left: 40px !important ;
  z-index: 1 !important ;
  color: #ffffff !important ;
  font-size: 18px !important ;
  font-family: "Poppins", sans-serif !important ;
}

.login-banner-caption .welcome-text {
  text-transform: uppercase !important ;
  letter-spacing: 5px !important ;
  font-size: 20px !important ;
}

.login-banner-caption h1 {
  font-weight: 400 !important ;
  font-size: 52px !important ;
  position: relative !important ;
  color: inherit !important ;
}

.login-banner-caption h1::before {
  content: "" !important ;
  position: absolute !important ;
  bottom: -8px !important ;
  right: -63px !important ;
  width: 70px !important ;
  height: 70px !important ;
  background: url(../images/plain-icon.png) no-repeat !important ;
  background-size: contain !important ;
}

.login-banner-caption h1::after {
  content: "" !important ;
  width: 100% !important ;
  height: 1px !important ;
  background-color: #ffffff !important ;
  position: absolute !important ;
  bottom: 0 !important ;
  left: 0 !important ;
}

.login-banner-caption p {
  font-size: 18px !important ;
}

.login-form a {
  color: #7a7a7a !important ;
  text-decoration: none !important ;
}

.login-form a:hover {
  color: #ec1c24 !important ;
}

@media (max-height: 650px) {
  .hero-area-body .container {
    height: auto !important ;
  }
}

@media (max-width: 1199px) {
  .login-banner-caption {
    font-size: 14px !important ;
  }
  .login-banner-caption .welcome-text {
    font-size: 16px !important ;
  }
  .login-banner-caption h1 {
    font-size: 40px !important ;
  }
}

@media (max-width: 992px) {
  .hero-area-body .container {
    height: auto !important ;
  }
  .login-banner img {
    height: 300px !important ;
    width: 100% !important ;
    -o-object-fit: cover !important ;
    object-fit: cover !important ;
  }
}

@media (max-width: 680px) {
  .login-banner-caption {
    font-size: 10px !important ;
    left: 30px !important ;
    bottom: 15px !important ;
  }
  .login-banner img {
    height: 200px !important ;
    width: 100% !important ;
    -o-object-fit: cover !important ;
    object-fit: cover !important ;
  }
  .login-banner-caption .welcome-text {
    font-size: 10px !important ;
  }
  .login-banner-caption h1 {
    font-size: 25px !important ;
  }
  .login-banner-caption h1::before {
    width: 30px !important ;
    height: 30px !important ;
    right: -25px !important ;
  }
  .login-form input[type="submit"] {
    width: 100% !important ;
  }
}

@media (max-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-area-body .container {
    height: 100% !important ;
  }
}

.sp-min-w-150 {
  min-width: 150px !important ;
}

button[disabled="disabled"],
.disabled {
  pointer-events: none !important ;
  background-color: #666 !important  ;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important ;
  transition: background-color 5000s ease-in-out 0s !important ;
}

.search-result {
  /* color: #98a6ad !important ; */
  font-weight: 500;
}

.search-result > div:first-child > div {
  border-top: 0 !important ;
}

.search-result > div > div {
  border-top: 1px #eeeeee solid !important ;
}

/* .search-result > div > div {
  border-top: 1px #f6440e solid !important ;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
} */
.search-namecolor {
  font-size: 1.125rem !important ;
  color: white !important ;
}
.search-result .search-name {
  font-size: 1.125rem !important ;
  color: #000000 !important ;
}

.search-result .sp-search-destination {
  font-size: 1.5rem !important ;
  color: #000000 !important ;
}

.search-result .sp-ulist-data {
  margin: 0 !important ;
  padding: 0 !important ;
}

.search-result .sp-ulist-data li {
  list-style: none !important ;
  line-height: normal !important ;
}

.search-result .lr-dir-aeroplane {
  position: relative !important ;
  height: 20px !important ;
}

.search-result .lr-dir-aeroplane::before,
.search-result .lr-dir-aeroplane::after {
  content: "" !important ;
  display: block !important ;
  width: 8px !important ;
  height: 8px !important ;
  border-radius: 10px !important ;
  position: absolute !important ;
  top: 0 !important ;
  left: 0 !important ;
  bottom: 0 !important ;
  margin: auto !important ;
  background-color: #ec1c24 !important ;
  z-index: 0 !important ;
}

.search-result .lr-dir-aeroplane::after {
  left: auto !important ;
  right: 0 !important ;
  background-color: #c1c9cd !important ;
}

.search-result .lr-dir-aeroplane .line {
  position: absolute !important ;
  top: 0 !important ;
  left: 0 !important ;
  right: 0 !important ;
  bottom: 0 !important ;
  height: 2px !important ;
  width: 100% !important ;
  background-color: #c1c9cd !important ;
  margin: auto !important ;
  z-index: 0 !important ;
}

.search-result .lr-dir-aeroplane .line::before {
  content: "" !important ;
  width: calc(100% - 60px) !important ;
  position: absolute !important ;
  top: 0 !important ;
  left: 0 !important ;
  bottom: 0 !important ;
  display: block !important ;
  height: 2px !important ;
  background-color: #ec1c24 !important ;
  margin: auto !important ;
}

.search-result .icon-aeroplane {
  position: absolute !important ;
  top: 0 !important ;
  left: calc(100% - 80px) !important ;
  bottom: 0 !important ;
  margin: auto !important ;
  color: #ec1c24 !important ;
  z-index: 0 !important ;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .search-result .btn-search-booking {
    width: 100% !important ;
  }
}

@media (max-width: 767px) {
  .sp-tab-content .tabs-list {
    /* max-width: 70px !important ; */
    padding-left: 0 !important ;
  }
  .sp-tab-content .tabs-list + div {
    /* -webkit-box-flex: 0 !important ;
    -ms-flex: 0 0 calc(100% - 70px) !important ;
    flex: 0 0 calc(100% - 70px) !important ;
    max-width: calc(100% - 70px) !important ; */
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sp-tab-content .tabs-list {
    max-width: 80px !important ;
    padding-left: 0 !important ;
  }
  .sp-tab-content .tabs-list + div {
    -webkit-box-flex: 0 !important ;
    -ms-flex: 0 0 calc(100% - 80px) !important ;
    flex: 0 0 calc(100% - 80px) !important ;
    max-width: calc(100% - 80px) !important ;
  }
}

.sp-tab-content .tabs-list ul {
  margin: 0 !important ;
  padding: 0 !important ;
  margin-bottom: 8px !important ;
}

.sp-tab-content .tabs-list ul li {
  list-style: none !important ;
  margin-top: 8px !important ;
}

.sp-tab-content .tabs-list ul li a {
  height: 40px;
  color: #ffffff !important ;
  font-size: 1rem !important ;
  background-color: transparent !important ;
  display: block !important ;
  font-weight: 500 !important ;
  padding-left: 10px !important ;
  display: -webkit-box !important ;
  display: -ms-flexbox !important ;
  display: flex !important ;
  -webkit-box-align: center !important ;
  -ms-flex-align: center !important ;
  align-items: center !important ;
  min-height: 40px !important ;
}

@media (max-width: 767px) {
  .sp-tab-content .tabs-list ul li a {
    -webkit-box-orient: vertical !important ;
    -webkit-box-direction: normal !important ;
    -ms-flex-direction: column !important ;
    flex-direction: column !important ;
    text-align: center !important ;
    padding-left: 0 !important ;
    border-radius: 0 !important  ;
    -webkit-box-pack: center !important ;
    -ms-flex-pack: center !important ;
    justify-content: center !important ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sp-tab-content .tabs-list ul li a {
    -webkit-box-orient: vertical !important ;
    -webkit-box-direction: normal !important ;
    -ms-flex-direction: column !important ;
    flex-direction: column !important ;
    text-align: center !important ;
    padding-left: 0 !important ;
    border-radius: 0 !important  ;
    -webkit-box-pack: center !important ;
    -ms-flex-pack: center !important ;
    justify-content: center !important ;
  }
}

.sp-tab-content .tabs-list ul li a .icon {
  width: 30px !important ;
  font-size: 1.4rem !important ;
  display: -webkit-box !important ;
  display: -ms-flexbox !important ;
  display: flex !important ;
  -webkit-box-align: center !important ;
  -ms-flex-align: center !important ;
  align-items: center !important ;
  font-weight: normal !important ;
}

@media (max-width: 767px) {
  .sp-tab-content .tabs-list ul li a .icon {
    width: auto !important ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sp-tab-content .tabs-list ul li a .icon {
    width: auto !important ;
  }
}

.sp-tab-content .tabs-list ul li a .icon-search {
  font-size: 1.2rem !important ;
}

@media (max-width: 767px) {
  .sp-tab-content .tabs-list ul li a .link-label {
    font-size: 0.6rem !important ;
    line-height: normal !important ;
    margin-top: 3px !important ;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sp-tab-content .tabs-list ul li a .link-label {
    font-size: 0.6rem !important ;
    line-height: normal !important ;
    margin-top: 3px !important ;
  }
}

.sp-tab-content .tabs-list ul li a:hover,
.sp-tab-content .tabs-list ul li a.active {
  background-color: #ffffff !important ;
  color: #ec1c24 !important ;
}

.sp-tab-content .tabs-list ul li.active a {
  background-color: #ffffff !important ;
  color: #ec1c24 !important ;
}

.sp-tab-content .sp-box-heading,
.sp-tab-content .sp-box-username {
  color: #000000 !important ;
  font-size: 1.125rem !important ;
}

.sp-tab-content .sp-box-assignment-list {
  padding-left: 40px !important ;
}

.sp-tab-content .sp-box-assignment-list::before {
  content: "" !important ;
  position: absolute !important ;
  top: 5px !important ;
  left: 12px !important ;
  bottom: 0 !important ;
  border-left: 2px solid #dee2e6 !important ;
}

.sp-tab-content .sp-box-assignment-list ul li {
  line-height: normal !important ;
  position: relative !important ;
}

.sp-tab-content .sp-box-assignment-list ul li > div > div::before {
  content: "" !important ;
  position: absolute !important ;
  right: 0 !important ;
  left: 15px !important ;
  bottom: 0 !important ;
  border-bottom: 1px solid #dee2e6 !important ;
}

.sp-tab-content .sp-box-assignment-list ul li .seat-status {
  position: absolute !important ;
  top: 5px !important ;
  left: -25px !important ;
  font-size: 12px !important ;
  border-radius: 50px !important ;
  width: 26px !important ;
  height: 26px !important ;
  text-align: center !important ;
  line-height: 25px !important ;
  border: 1px #dee2e6 solid !important ;
  background-color: #ffffff !important ;
}

.sp-tab-content .sp-box-assignment-list ul li .seat-status.icon-pause {
  color: #ecba0a !important ;
}

.sp-tab-content .sp-box-assignment-list ul li .seat-status.icon-tick {
  color: #76b524 !important ;
}

.sp-tab-content .sp-box-assignment-list ul li .btn-red-holo {
  min-width: 40px !important ;
  text-align: center !important ;
}

.sp-tab-content .sp-box-assignment-list ul li.active .seat-status {
  color: #ffffff !important ;
  background-color: #ec1c24 !important ;
}

.sp-tab-content .sp-red-box-details .card-header,
.sp-tab-content .sp-white-box-details .card-header,
.sp-tab-content .sp-grey-box-details .card-header {
  font-size: 1.125rem !important ;
  color: #000000 !important ;
  background-color: transparent !important ;
}

.sp-tab-content .sp-red-box-card-list .card-header,
.sp-tab-content .sp-white-box-card-list .card-header,
.sp-tab-content .sp-grey-box-card-list .card-header {
  font-size: 1.125rem;
  color: #ffffff !important ;
  background-color: #ec1c24 !important ;
  border-bottom: #ec1c24 !important ;
}

.sp-tab-content .sp-red-box-card-list .card-header button,
.sp-tab-content .sp-red-box-card-list .card-header a,
.sp-tab-content .sp-white-box-card-list .card-header button,
.sp-tab-content .sp-white-box-card-list .card-header a,
.sp-tab-content .sp-grey-box-card-list .card-header button,
.sp-tab-content .sp-grey-box-card-list .card-header a {
  border: 0 !important ;
  background-color: transparent !important ;
  color: #ffffff !important ;
  padding: 0 !important ;
  outline: none !important ;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
}

.sp-tab-content .sp-red-box-card-list .card-body > .row,
.sp-tab-content .sp-white-box-card-list .card-body > .row,
.sp-tab-content .sp-grey-box-card-list .card-body > .row,
.sp-tab-content .sp-red-box-card-list .card-body .newCls > .row {
  position: relative !important ;
  padding-top: 5px !important ;
  margin-top: 5px !important ;
}

.sp-tab-content .sp-red-box-card-list .card-body > .row::after,
.sp-tab-content .sp-white-box-card-list .card-body > .row::after,
.sp-tab-content .sp-grey-box-card-list .card-body > .row::after,
.sp-tab-content .sp-red-box-card-list .card-body .newCls > .row::after {
  content: "" !important ;
  position: absolute !important ;
  top: 0 !important ;
  left: 15px !important ;
  right: 0 !important ;
  width: calc(100% - 30px) !important ;
  border-top: 1px solid #dee2e6 !important ;
}

.sp-tab-content .sp-red-box-card-list .card-body > .row:first-child,
.sp-tab-content .sp-white-box-card-list .card-body > .row:first-child,
.sp-tab-content .sp-grey-box-card-list .card-body > .row:first-child {
  padding-top: 0 !important ;
  margin-top: 0 !important ;
}

.sp-tab-content .sp-red-box-card-list .card-body > .row:first-child::after,
.sp-tab-content .sp-white-box-card-list .card-body > .row:first-child::after,
.sp-tab-content .sp-grey-box-card-list .card-body > .row:first-child::after {
  content: none !important ;
}

.sp-tab-content .sp-red-box-card-list .btn-delete,
.sp-tab-content .sp-white-box-card-list .btn-delete,
.sp-tab-content .sp-grey-box-card-list .btn-delete {
  font-size: 1.8rem !important ;
}

.sp-tab-content .sp-grey-box-details .card {
  background-color: #fafafa !important;
}

.sp-tab-content .sp-grey-box-details .card-header {
  background-color: transparent !important;
  color: #000000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.left-spacing {
  padding-left: 220px !important ;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .left-spacing {
    padding-left: 0 !important ;
  }
}

@media (max-width: 767px) {
  .left-spacing {
    padding-left: 0 !important ;
  }
}

.mob--menu {
  display: inline-block !important ;
  position: relative !important ;
  z-index: 9991 !important ;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important ;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important ;
}

.box-white {
  background-color: #ffffff !important ;
}

.color-grey {
  color: #f2f4f9 !important ;
}

.sticky-top {
  position: -webkit-sticky !important ;
  position: sticky !important ;
  top: 0 !important ;
}

.font-size-16 {
  font-size: 1rem !important ;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.servicesRight .modal-dialog {
  position: fixed !important ;
  margin: auto !important ;
  width: 100% !important ;
  max-width: 400px !important ;
  height: 100% !important ;
  -webkit-transform: translate3d(0%, 0, 0) !important ;
  transform: translate3d(0%, 0, 0) !important ;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.servicesRight .modal-content {
  height: 100% !important ;
  overflow-y: auto !important ;
}

.modal.left .modal-body,
.modal.right .modal-body,
.modal.servicesRight .modal-body {
  padding: 15px 15px 80px !important ;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -400px !important ;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out !important ;
  transition: opacity 0.3s linear, left 0.3s ease-out !important ;
}

.modal.left.fade.show .modal-dialog {
  left: 0 !important ;
}

.servicesRight{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  right: -5px;
}

/*Right*/
.modal.right.fade .modal-dialog
.modal.servicesRight.fade .modal-dialog {
  right: -400px !important ;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important ;
  transition: opacity 0.3s linear, right 0.3s ease-out !important ;
}

.modal.right.fade.show .modal-dialog,
.modal.servicesRight.fade.show .modal-dialog {
  right: 0 !important ;
}

.modal-content {
  border-radius: 0 !important ;
  border: none !important ;
}

.modal-content .modal-header {
  padding: 15px 25px 10px !important ;
}

.modal-content .modal-title {
  font-size: 1.5625rem !important ;
  border-bottom: 0 !important ;
  color: #000000 !important ;
}

/* .modal-content .close {
  opacity: 0.1 !important ;
} */

.fullHeight {
  height: 100% !important ;
}

.noBodyScroll {
  overflow: hidden;
}

.carousel-wrap {
  margin: 90px auto !important ;
  padding: 0 5% !important ;
  width: 80% !important ;
  position: relative !important ;
}

.btn-dark {
  background-color: #000000 !important ;
  border-color: #000000 !important ;
  font-size: 1.4rem !important ;
}

.btn-dark:hover {
  background-color: #ec1c24 !important ;
  border-color: #ec1c24 !important ;
}

.owl-carousel .item {
  position: relative !important ;
  z-index: 100 !important ;
  -webkit-backface-visibility: hidden !important ;
}

.owl-nav > div {
  margin-top: -26px !important ;
  position: absolute !important ;
  top: 50% !important ;
  color: #cdcbcd !important ;
}

.owl-nav > div i {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
}

.owl-nav i {
  font-size: 52px !important ;
}

.owl-nav .owl-prev {
  left: -30px !important ;
}

.owl-nav .owl-next {
  right: -30px !important ;
}

.owl-dots {
  text-align: center !important ;
}

.owl-dots > .owl-dot {
  display: inline-block !important ;
  width: 15px !important ;
  height: 15px !important ;
  border-radius: 100% !important ;
  background-color: transparent !important ;
  border: 1px #e3e3e3 solid !important ;
  margin: 0 7px 20px !important ;
}

.mob-nav {
  background-color: #f8f8f8 !important ;
  height: 60px !important ;
  position: fixed !important ;
  bottom: 0 !important ;
  left: 0 !important ;
  right: 0 !important ;
  z-index: 998 !important ;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important ;
}

.mob-nav a {
  font-size: 0.8rem !important ;
  color: #000000 !important ;
  padding-bottom: 5px !important ;
  text-decoration: none !important ;
}

@media (max-width: 767px) {
  .mob-nav a {
    padding-left: 0 !important ;
    padding-right: 0 !important ;
  }
}

.mob-nav a.active,
.mob-nav a:hover {
  color: #ffffff !important ;
  background-color: #77cdd6 !important ;
}

.mob-nav a.active svg path,
.mob-nav a.active svg g,
.mob-nav a:hover svg path,
.mob-nav a:hover svg g {
  fill: #ffffff !important ;
  stroke: #ffffff !important ;
}

.mob-nav a span {
  background-position: center center !important ;
  background-repeat: no-repeat !important ;
  height: 100% !important ;
}

.mob-nav a .counter-number {
  border-radius: 20px !important ;
  min-width: 20px !important ;
  color: #ffffff !important ;
  background-color: #ec1c24 !important ;
  height: 20px !important ;
  position: absolute !important ;
  top: 4px !important ;
  right: 20% !important ;
  font-size: 1.3rem !important ;
}

.carousel-indicators li {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  width: 17px !important ;
  height: 17px !important ;
  border-radius: 100% !important ;
  background-color: #ffffff !important ;
  margin: 0 12px 20px !important ;
  opacity: 1 !important ;
  position: relative !important ;
}

@media (max-width: 767px) {
  .carousel-indicators li {
    width: 10px !important ;
    height: 10px !important ;
    margin: 0 10px 0 !important ;
  }
}

.carousel-indicators li::after {
  content: "" !important ;
  position: absolute !important ;
  top: -6px !important ;
  left: -6px !important ;
  width: 29px !important ;
  height: 29px !important ;
  border: 20px !important ;
  display: block !important ;
  border-radius: 50px !important ;
  border: 2px solid transparent !important ;
}

@media (max-width: 767px) {
  .carousel-indicators li::after {
    width: 22px !important ;
    height: 22px !important ;
  }
}

.carousel-indicators li:hover {
  background-color: #ec1c24 !important ;
}

.carousel-indicators li.active {
  background-color: #ec1c24 !important ;
}

.carousel-indicators li.active::after {
  border-color: #ec1c24 !important ;
}

.btn-gold {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  background-color: #ec1c24 !important ;
  color: #ffffff !important ;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
  background-color: #000000 !important ;
  color: #ffffff !important ;
}

.modal-backdrop.show {
  background-color: #8a8c8e !important ;
  opacity: 0.85 !important ;
}

.noselect {
  -webkit-touch-callout: none !important ;
  /* iOS Safari */
  -webkit-user-select: none !important ;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none !important ;
  /* Old versions of Firefox */
  -ms-user-select: none !important ;
  /* Internet Explorer/Edge */
  user-select: none !important ;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.border-top-dash {
  border-top: 1px dashed #000000 !important ;
}

.border-bottom-solid {
  border-bottom: 1px solid #f2f4f9 !important ;
}

.cursor-pointer {
  cursor: pointer !important ;
}

.breadcrumb {
  background-color: transparent !important ;
  margin-bottom: 0 !important ;
}

.breadcrumb ul {
  margin: 0 !important ;
  padding: 0 !important ;
}

.breadcrumb ul li {
  display: inline-block !important ;
  list-style: none !important ;
  position: relative !important ;
  padding-right: 20px !important ;
  color: #898989 !important ;
  line-height: normal !important ;
}

.breadcrumb ul li::after {
  content: "\f105" !important ;
  display: block !important ;
  position: absolute !important ;
  top: 0 !important ;
  right: 5px !important ;
  bottom: 0 !important ;
  margin: auto 0 !important ;
  height: 14px !important ;
  display: inline-block !important ;
  color: #36383a !important ;
  font: normal normal normal 14px/1 FontAwesome !important ;
  font-size: inherit !important ;
  text-rendering: auto !important ;
  -webkit-font-smoothing: antialiased !important ;
  -moz-osx-font-smoothing: grayscale !important ;
}

.breadcrumb ul li a {
  color: #ec1c24 !important ;
  font-weight: 400 !important ;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .breadcrumb ul li a {
    font-size: 1.6rem !important ;
  }
}

.breadcrumb ul li a:hover {
  color: #ec1c24 !important ;
}

.breadcrumb ul li:last-child {
  padding-left: 3px !important ;
  padding-right: 0 !important ;
}

.breadcrumb ul li:last-child::after {
  content: none !important ;
}

.breadcrumb ul li.active a {
  color: #000000 !important ;
}

.btn-black-holo {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  border: 1px #000000 solid !important ;
  background-color: #ffffff !important ;
  color: #000000 !important ;
  font-size: 1.6rem !important ;
}

.btn-black-holo:hover {
  background-color: #000000 !important ;
  color: #ffffff !important ;
}

.btn {
  position: relative !important ;
  font-size: 16px !important ;
  font-weight: 600 !important ;
  overflow: hidden !important ;
  border-radius: 4px !important ;
  padding-top: 10px !important ;
  padding-bottom: 10px !important ;
}

.btn-white {
  color: #ec1c24 !important ;
  border-color: #ffffff !important ;
}

.btn-white::after {
  background-color: #ffffff !important ;
}

.btn-white:hover {
  color: #ffffff !important  ;
}

.btn-white:hover::after {
  top: -100% !important ;
}

.btn-white-holo {
  color: #ffffff !important ;
  border-color: #ffffff !important ;
  border-radius: 5px !important ;
}

.btn-white-holo::after {
  background-color: #ffffff !important ;
  top: -100% !important ;
}

.btn-white-holo:hover {
  color: #ec1c24 !important  ;
}

.btn-white-holo:hover::after {
  top: 0 !important ;
}

.paxinfo-btn-red {
  color: #ffffff !important ;
  background-color: #ec1c24 !important ;
}

.paxinfo-btn-red:hover {
  background-color: #f6981d !important ;
  color: #ffffff !important  ;
}

.btn-red {
  color: #ffffff !important ;
  background-color: #ec1c24 !important ;
}

.btn-red:hover {
  background-color: #f6981d !important ;
  color: #ffffff !important  ;
}

.btn-red-holo {
  color: #ec1c24 !important ;
  border-color: #ec1c24 !important ;
}

.btn-red-holo:hover,
.btn-red-holo:focus {
  color: #ffffff !important  ;
  background-color: #ec1c24 !important ;
}

.btn-green {
  color: #ffffff !important ;
  border-color: #28a745 !important ;
  background-color: #28a745 !important ;
}

.btn-green::after {
  background-color: #28a745 !important ;
}

.btn-green:hover,
.btn-green:focus {
  background-color: transparent !important ;
  color: #28a745 !important  ;
}

.btn-green:hover::after,
.btn-green:focus::after {
  top: -100% !important ;
}

.btn-green-holo {
  color: #28a745 !important ;
  border-color: #28a745 !important ;
}

.btn-green-holo::after {
  background-color: #28a745 !important ;
  top: -100% !important ;
}

.btn-green-holo:hover,
.btn-green-holo:focus {
  color: #ffffff !important  ;
}

.btn-green-holo:hover::after,
.btn-green-holo:focus::after {
  top: 0 !important ;
}

.btn-video-play {
  width: 100px !important ;
  height: 100px !important ;
  position: absolute !important ;
  top: 0 !important ;
  left: 0 !important ;
  right: 0 !important ;
  bottom: 0 !important ;
  margin: auto !important ;
  z-index: 0 !important ;
}

.btn-video-play::after,
.btn-video-play::before {
  content: "" !important ;
  display: block !important ;
  position: absolute !important ;
  top: 0 !important ;
  left: 0 !important ;
  right: 0 !important ;
  bottom: 0 !important ;
  z-index: 0 !important ;
  margin: auto !important ;
  border-radius: 50% !important ;
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  -webkit-transform: scale(1) !important ;
  transform: scale(1) !important ;
}

.btn-video-play::after {
  background-color: rgba(255, 255, 255, 0.5) !important ;
  -webkit-transform: scale(1.25) !important ;
  transform: scale(1.25) !important ;
}

.btn-video-play::before {
  background-color: #ffffff !important ;
  -webkit-transform: scale(1) !important ;
  transform: scale(1) !important ;
}

.btn-video-play .icon {
  -webkit-transition: all ease-in-out 0.2s !important ;
  transition: all ease-in-out 0.2s !important ;
  display: block !important ;
  color: #ec1c24 !important ;
  font-size: 30px !important ;
  text-align: center !important ;
  line-height: 100px !important ;
  position: relative !important ;
  z-index: 3 !important ;
}

.btn-video-play:hover::after {
  background-color: #ec1c24 !important ;
  -webkit-transform: scale(1) !important ;
  transform: scale(1) !important ;
  z-index: 1 !important ;
}

.btn-video-play:hover::before {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important ;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important ;
  background-color: rgba(255, 255, 255, 0.5) !important ;
  -webkit-transform: scale(1.25) !important ;
  transform: scale(1.25) !important ;
}

.btn-video-play:hover .icon {
  color: #ffffff !important ;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999 !important;
}
.btnNext {
  border-radius: 10px !important;
  width: 100% !important;
  padding: 10px !important;
  font-size: 15px;
  font-weight: 700 !important;
  background-color: red !important;
  color: white !important;
}

.mt-20 {
  margin-top: 20px;
}

/* /----------------------------------------------------- Seat Map Css ------------------------------------------ */
.mt10 {
  margin-top: 10px;
}
.magnauto {
  margin: auto;
}
.ulClass {
  width: 100%;
  /* margin-left: 15px; */

  /* float: left; */
}
.liClass {
  display: inline-block;
  font-weight: 700;
}
.liCount {
  margin-left: 30px;
}
.liImgHeightwidth1 {
  margin-right: 10px !important;
  width: 39px;
  text-align: center;
}
.clsDisBlock {
  margin-left: 30px;
}
.clsSeatMap {
  height: 1000px !important;
  overflow: auto;
  padding-right: 0px !important;
}
.clsImageI {
  margin-right: 1px !important;
  height: 50px !important;
  width: 50px;
}
.clsCheckedIn {
  background-color: yellow;
  border: none;
}
.clsPaxSelectedSeat {
  background-color: blue;
  border: none;
}
.claUnavailable {
  background-color: red;
  border: none;
}
.clsOpen {
  background-color: yellowgreen;
  border: none;
}
.clsnoborder {
  border: none;
}

/* /----------------------------------------------------- Seat Map Css ends here------------------------------------------ */

.clsLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.clslodaingImage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 999999;
}
.clsLoading {
  background-color: rgba(122, 119, 119, 0.5);
}

#loading {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.clsError {
  color: red;
  font-style: italic;
  margin-top: -15px !important;
}
.clsErrorDate {
  color: red;
  font-style: italic;
}
.react-datepicker-popper {
  z-index: 999999 !important;
}
.centerdErrorMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  color: red;
  font-size: large;
  z-index: -1;
}
.noresultErrormessage {
  margin-top: -50px;
  margin-left: -100px;
  color: red;
  font-size: large;
}

.noresultErrormessageForSeat {
  text-align: center;
  margin-top: -50px;
  margin-left: -100px;
  color: red;
  font-size: large;
}

.noresultErrormessageForManifest {
  text-align: center;
  color: red;
  font-size: large;
}

.clsDestinationHighlighter {
  background: #ec1c24;
  padding: 10px;
  color: white !important;
}
.clsPassengerHighlighter {
  background: #ec1c24 !important;
  color: white !important;
}
.clsFullWidth {
  width: 100%;
}
.mb-20 {
  margin-bottom: 25px;
}
.pb-20 {
  padding-bottom: 20px;
}
.clsCursorHover {
  cursor: pointer !important;
}
.dropdown-content {
  z-index: 99999 !important;
  background-color: #fff;
}
.dropdown-content > * {
  padding: 5px 10px;
}
.dropdown-content li {
  background:none;
  border:none;
}
.passengerSelect {
  position: relative;
  z-index: 999;
}
/* -- confirm alert popup css starts here------------------------- */

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}


/* Customize the popup box */
.react-confirm-alert-body {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: red !important;
  box-shadow: 0 20px 75px rgb(0 0 0 / 23%);
  color: #fff !important;
}

/* Style the message */
.react-confirm-alert p {
  font-size: 16px;
  color: #555;
}

/* Style the buttons */
/* .react-confirm-alert-button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
} */

.react-confirm-alert-button-group button {
  width: 160px;
  padding: 10px;
  border: 2px solid #fff !important;
  margin: 10px;
  cursor: pointer;
  background: red !important;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700;
}

.custom-ui {
  text-align: center;
  width: 500px;
  padding: 40px;
  background: red !important;
  box-shadow: 0 20px 75px rgb(0 0 0 / 23%);
  color: #fff !important;
}

.custom-ui > button {
  width: 160px;
  padding: 10px;
  border: 2px solid #fff !important;
  margin: 10px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700;
}
/* -- confrim alert popup css ends here -=--------------------------------- */

.searchable__controls__arrow svg,
.searchable__controls__arrow,
.searchable__controls__input {
  background-color: white !important;
}
.searchable__controls__input input,
.searchable__list__item {
  color: black !important;
}

.searchable__controls__arrow svg {
  fill: black !important;
}
.searchable__list {
  background-color: white !important;
}
.searchable__list :hover {
  color: black !important;
  background-color: lightgray !important;
}
.clsNotes {
  z-index: 0 !important;
}
.clsRedColor {
  color: red !important;
}
.clsdivhideAndShow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.clsheaderCol {
  background: red !important;
  padding: 3px !important;
}
.search-sm-heading {
  font-size: 15px !important;
}
.clsSearchedDiv {
  font-size: 14px !important;
}
.newIcons {
  font-size: 20px;
  color: red;
}

.index2 {
  position: relative;
  z-index: 555;
}

.index3 {
  position: relative;
  z-index: 222;
}

/* passenger-information */
.passenger-info {
  padding: 20px 30px;
}

.pax-name {
  width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.pax-name:hover {
  white-space: unset;
  text-overflow: unset;
}

.list-heading {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #CED4DA;
  padding: 0 0 12px;
}

.list-heading .sr-no,
.list-heading .p-name {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.sr-no {
  min-width: 36px;
  width: 36px;
  margin-right: 20px;
  text-align: center;
}

.p-name {
  width: 100%;
}

.passenger-info .nav-tabs .nav-item {
  margin: 0 !important;
  padding: 0;
  display: block;
  width: 100%;
  border: none !important;
}

.passenger-info .nav-tabs .nav-link {
  min-height: 0 !important;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #CED4DA !important;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  display: flex;
  height: auto !important;
  line-height: 1;
  color: #495057 !important;
  margin-bottom: 0 !important;
}

.passenger-info .nav-tabs .nav-link.active {
  color: #495057 !important;
  background: #FFFCF0 !important;
  border-bottom: 1px solid #CED4DA !important;
  border-top: none !important;
}

.passenger-info .tabs-list {
  border-right: 1px solid #CED4DA;
}

.passenger-search {
  display: inline-block;
}

.passenger-info .main-heading {
  font-weight: 600;
  font-size: 23px;
  line-height: 37px;
  color: #000;
}

.passenger-content .heading-content {
  font-size: 16px;
  line-height: 24px;
}

.datepicker button[disabled="disabled"],
.datepicker .disabled {
  background: transparent !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #EC1C24 !important;
}

/* @media print {
  .clsPageBreak {
    page-break-after: always !important;
  }
} */

/* @media print {
  html, body {
      height: 99%;    
  }
} */
.print:last-child {
  page-break-after: auto;
}
/* ---------------------- Media query as per mobile view starts here in Nov By VIKRANT------------------------ */

@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
  .clsMobileHeader {
    display: block;
  }
  .clsDesktopHeader {
    display: none;
  }
  .search-result .search-name {
    font-size: 15px !important ;
    color: black !important ;
  }

  .search-result .sp-search-destination {
    font-size: 14px !important ;
    color: black !important ;
  }
  .clsMediaBag {
    font-size: 17px !important;
  }
  .clsMediaBagName {
    font-size: 14px !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 9px !important;
  }
  .clslabel {
    font-size: 9px !important ;
  }
}
@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .clsMobileHeader {
    display: block;
  }
  .clsDesktopHeader {
    display: none;
  }
  .search-result .search-name {
    font-size: 15px !important ;
    color: black !important ;
  }

  .search-result .sp-search-destination {
    font-size: 14px !important ;
    color: black !important ;
  }
  .clsMediaBag {
    font-size: 15px !important;
  }
  .clsMediaBagName {
    font-size: 14px !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 9px !important;
  }
  .clslabel {
    font-size: 10px !important ;
  }
}
@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .clsMobileHeader {
    display: none;
  }
  .clsDesktopHeader {
    display: block;
  }
  .search-result .search-name {
    font-size: 15px !important ;
    color: black !important ;
  }

  .search-result .sp-search-destination {
    font-size: 14px !important ;
    color: black !important ;
  }
  .clsMediaBag {
    font-size: 13px !important;
  }
  .clsMediaBagName {
    font-size: 15px !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 9px !important;
  }
  .clslabel {
    font-size: 10px !important ;
  }
}
@media (min-width: 767px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .clsMobileHeader {
    display: block;
  }
  .clsDesktopHeader {
    display: none;
  }
  .search-result .search-name {
    font-size: 15px !important ;
    color: black !important ;
  }

  .search-result .sp-search-destination {
    font-size: 14px !important ;
    color: black !important ;
  }
  .clsMediaBag {
    font-size: 15px !important;
  }
  .clsMediaBagName {
    font-size: 17px !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 12px !important;
  }
  .clslabel {
    font-size: 11px !important ;
  }
}
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .clsMobileHeader {
    display: none;
  }
  .clsDesktopHeader {
    display: block;
  }
  .clsMediaBag {
    font-size: 15px !important;
  }
  .clsMediaBagName {
    font-size: 17px !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 12px !important;
  }
  .clslabel {
    font-size: 12px !important ;
  }
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .clsMobileHeader {
    display: none;
  }
  .clsDesktopHeader {
    display: block;
  }
  .clsMediaBag {
    font-size: 1.125rem !important;
  }
  .clsMediaBagName {
    font-size: 1.125rem !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 12px !important;
  }
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
  .clsMobileHeader {
    display: none;
  }
  .clsDesktopHeader {
    display: block;
  }
  .clsMediaBag {
    font-size: 1.125rem !important;
  }
  .clsMediaBagName {
    font-size: 1.125rem !important;
  }
  .sp-formField.sp-selected .form-control + span.label,
  .sp-formField.sp-selected .form-control + span + span.label {
    font-size: 12px !important;
  }
  .clslabel {
    font-size: 12px !important ;
  }
}

/* ---------------------- Media query as per mobile view ends here------------------------ */

.clsSubHeaderMobile {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}
.clsMarginBottom {
  margin-bottom: 5px;
}
.clsNoBackground
{
  background: none !important;
}
/* #clsRotatetableBP {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.hamburger-menu {
  margin-right: 1rem;
  display: inline-block;
  padding: 0.5rem;
}

.hamburger-menu img {
  width: 1.7rem;
}

.side-menu {
  top: 5rem;
  background: #EC1C24;
  height: calc(100% - 5rem);
  position: absolute;
  width: 300px;
  left: -302px;
  z-index: 11;
  padding-top: 1.5rem;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;

}

.side-menu.open {
  left: 0;
  visibility: visible;
  opacity: 1;

}

.menu-list,
.menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-link {
  cursor: pointer;
}

.menu-list .menu-link {
  display: flex;
  padding: 1.2rem 1.5rem;
  line-height: 1;
  color: #fff !important;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
}

.menu-list .menu-link .menu-icon {
  width: 1.43rem;
  display: block;
  min-width: 1.43rem;
  margin-right: 1rem;
}

.menu-list .menu-link .menu-icon img {
  width: 100%;
  cursor: pointer;
}

.menu-list .menu-link .menu-text {
  width: 100%;
  display: block;

}

.menu-list .menu-disabled {
  display: flex;
  padding: 1.2rem 1.5rem;
  line-height: 1;
  color: #fff !important;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  /* font-weight: 600; */
}

.menu-list .menu-disabled .menu-icon {
  width: 1.43rem;
  display: block;
  min-width: 1.43rem;
  margin-right: 1rem;
}

.menu-list .menu-disabled .menu-icon img {
  width: 100%;
  cursor: pointer;
}

.menu-list .menu-disabled .menu-text {
  width: 100%;
  display: block;

}

.commentList {
overflow-y: scroll;
height: 600px;
}

.pnrHistories {
  overflow-y: scroll;
  height: 600px;
}

.comment-info {
  padding: 20px 30px !important;
}

.comment-info .main-heading {
  font-weight: 600 !important;
  font-size: 23px !important;
  line-height: 37px !important;
  color: #000 !important;
}

.comment-info .main-heading .comment-code {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.comment-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.comment-item-image {
  width: 36px;
  margin-right: 15px;
  min-width: 36px;
}

.comment-list-item .comment-heading {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.comment-list-item .comment-text {
  font-weight: normal;
  font-size: 14px;
  color: #495057;
  margin-bottom: 0;
}

.comment-list-item .comment-date {
  font-size: 13px;
  line-height: 19px;
  color: #848484;
  margin-bottom: 0;
}

.pnr-history {
  padding: 20px 30px;
}

.pnr-history .main-heading {
  font-weight: 600;
  font-size: 23px;
  line-height: 37px;
  color: #000;
}

.pnr-history .main-heading .comment-code {
  font-weight: 400;
  font-size: 18px;
}

.pnr-history-list-item {
  display: flex;
  color: #495057;

}


.pnr-history-list {
  position: relative;
}

.pnr-history-list::before {
  content: "";
  position: absolute;
  left: 205px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #C4C4C4;
}


.pnr-date-time {
  width: 256px;
  min-width: 256px;
  padding-left: 60px;
}

.history-details {
  width: 100%;
}

.pnr-date-time p {
  font-size: 16px;
  color: #495057;
}

.pnr-date-time p.date {
  font-weight: 600;
}

.pnr-heading {
  display: flex;
}

.pnr-heading .caller {
  margin-right: 50px;
}

.pnr-heading .heading {
  font-weight: 600;
  font-size: 12px;
  color: #848484;
  letter-spacing: 0.1em;
}

.pnr-heading .data {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 24px;
}

.history-list-item {
  padding-left: 26px;
  position: relative;
}

.pnr-history-list-item {
  position: relative;
  margin-bottom: 70px;
}

.pnr-history-list-item::before {
  content: '';
  background: #C4C4C4;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 198px;
  top: 5px;
  border-radius: 50%;
}


.history-list-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  background: #EC1C24;
  height: 6px;
  border-radius: 50%;

}

.history-list .heading {
  font-weight: 600;
  font-size: 14px;
  color: #495057;
}

.history-list .data {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.pnr-history-list-item.active::before {
  background-color: #EC1C24;
}

.printer-container.card {
  margin-top: 1rem;
  padding: 1rem 1.5rem;

}
.peripheral-devices .table-responsive{
          max-height: calc(100vh - 20rem);
          position: relative;
          overflow: auto;
}
.peripheral-devices .table-responsive  thead th{
                  position: sticky;
                  top: 0;
 }

 .focusClass:focus {
  border: 3px solid #F9A81A;
}

.orange-bg:focus {
  background-color: orange;
}

.input-box {
  border: 1px solid gray;
  outline: none;
  padding: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-box:focus {
  border: 2px solid orange;
  padding: 2px solid orange;
  box-shadow: 0 0 4px rgba(255, 165, 0, 0.6); 
  /* / Optional glow effect / */
}