* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* To prevent minor side scroll - create an event page */
html section.create-an-event,
html section.main-page {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FuturaPT, sans-serif;
  font-size: 18px;
  /* background-color: #f2efee; */
  color: #7e7978;
  background-color:#fff;
  padding-top: 100px;
}

.text-orange {
  color: #f8631a;
}

@font-face {
  font-family: FuturaPT;
  src: url("../fonts/Futura_PT/FuturaPTLight.otf");
}

/* .font-abeatByKai{
    font-family:AbeatByKai;
    letter-spacing: 0.1em;
} */

.red-amount {
  color: #b72d25;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

p.center {
  text-align: center;
  text-justify: inter-word;
}

.body.white {
  color: white;
}

img.left {
  float: left;
  margin: 0 0.1em 0 0;
  line-height: 0;
}

img.right {
  float: right;
  margin: 0 0 0 0.4em;
  line-height: 0;
}

.red-amount {
  color: #b72d25;
}

h1 {
  font-size: 3 0px;
  font-weight: 700;
}

h1.red {
  color: #b72d25;
}

h1 a {
  color: white;
}

h1 a:hover,
h1 a:active,
h1 a:visited {
  color: white;
  text-decoration: none;
}

h2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}

label {
  font-size: 14px;
  color: #979392;
  margin-top: 6px;
  margin-bottom: 0;
}

input {
  font-size: 18px;
}

.left-label {
  margin-right: 30px;
}

hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #dcd4d1;
}

hr.margin {
  margin: 20px;
}

a {
  color: #7e7978;
}

a:hover {
  color: #4a4746;
  text-decoration: none;
}

a.red {
  color: white;
}

a.red:hover {
  color: black;
  text-decoration: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2efee;
  color: inherit;
}

.form-control {
  font-size: 1.7rem;
  -webkit-box-shadow: -1px 1px 5px 0px #dcd4d1;
  box-shadow: -1px 1px 5px 0px #dcd4d1;
  border: 1px solid #dcd4d1;
  color: inherit;
}

.input-group-addon {
  background-color: #ede9e8;
  border: 1px solid #dcd4d1;
  color: inherit;
}

.disabled-button {
  opacity: 0.6;
  cursor: not-allowed;
}

.required-star {
  color: #b72d25;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 6px;
  line-height: 1;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 3px 0 3px 0;
}

.alert .header {
  background-color: transparent;
}

.error {
  color: #cd362e;
}

.table tr th {
  font-size: 12px;
}

.table tr td {
  font-size: 15px;
}

.option_margin {
  margin-right: 15px;
}

.note {
  font-size: 13px !important;
}

.note-pack-details {
  font-size: 13px !important;
  font-weight: bold;
}

.note-pack {
  padding: 5px 30px;
}

.note-pack-tickets {
  font-size: 11px !important;
}

.note-extra {
  font-size: 18px !important;
}

.note-hidden {
  font-size: 13px !important;
  color: #000;
  font-weight: bold;
}

.extra-link {
  display: none;
}

.agenda-block-name {
  font-size: 18px;
  color: #fff;
  margin-left: -15px;
}

#event-creation-form .agenda-block-name {
  font-size: 13px;
  color: #000;
  margin-left: -15px;
}

.agendas-list {
  margin-left: 25px;
}

.complete {
  color: #F37126;
  padding: 10px 0;
  border-top: 1px solid #F37126;
  border-bottom: 1px solid #F37126;
}

.complete h2,
.complete p {
  margin: 0;
}

.margin-top {
  margin-top: 40px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-24 {
  margin-top: 24px;
}

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

.alert-success {
  color: white;
  background-color: #F3A726;
  box-shadow: 0 0 9px rgba(126, 121, 120, 0.25);
  margin-top: 20px;
  border: none;
}

.btn-red {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(243, 113, 38, 1);
  color: white;
  width: 220px;
  height: 40px;
  box-shadow: 0 0 9px rgba(126, 121, 120, 0.25);
  border: none;
  line-height: 31px;
}

.btn-red.small {
  width: 70px;
  height: 34px;
  font-size: 13px;
  line-height: 13px;
}

.btn-red.admin-date-update {
  margin-left: 205px;
  width: 220px;
}

@media (max-width: 480px) {
  .btn-red.admin-date-update {
    margin-left: 0px;
    width: 100%;
  }
}

.btn-red:hover {
  background-color: #F3A726;
  color: white;
}

.btn-orange {
  font-size: 16px;
  background-color: #F37126;
  color: white;
  width: 215px;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  border: none;
  display: inline-block;
  font-weight: 600;
}

.btn-orange:hover {
  background-color: #F3A726;
  color: white;
}

.orange-icon {
  color: #F37126;
}

.btn-gray {
  font-size: 16px;
  background-color: #979392;
  color: white;
  width: 225px;
  height: 40px;
  line-height: 31px;
}

.btn-gray:hover {
  background-color: #7e7978;
  color: white;
}

.btn-white {
  font-size: 16px;
  background-color: white;
  color: #F37126;
  width: 220px;
  height: 40px;
  font-weight: 700;
  line-height: 31px;
  border: none;
}

.btn-white.delete-btn {
  background-color: #F37126;
  color: white;
  width: 100px;
}

.btn-white:hover {
  background-color: #F37126;
  color: white;
}

.expiry-year {
  margin-top: 28px;
}

.d-none-div{
	display:none !important;
}

.header {
  background-color: #fdfdfc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 1;
  width: 100%;
}

.header .logo {
  margin-left: 45px;
  padding-right: 117px;
  margin-top: 16px;
  width: 17px;
  height: 75px;
  background: url(/images/logo/Ec-tent-orange.png) no-repeat left center;
  background-size: 74px
}

.login.logo {
  margin: 0 auto;
  width: 215px;
  height: 65px;
  background: url("/images/logo.png") no-repeat left center;
  background-size: 215px;
}

.header .menu-icon {
  display: none;
}

.header .nav.main-nav ul {
  padding: 0;
  margin: 0;
}

.header .nav.main-nav ul li {
  list-style: none;
  display: inline-block;
}

.header .nav.main-nav ul li a {
  padding: 20px 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  /* color: #F8631A; */
  color: #D77B3F;
  background-color: white;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  text-decoration: none;
}

.header .nav.main-nav ul li a:focus {
  text-decoration: none;
}

.header .nav.main-nav ul li a:hover {
  /* background-color: #F8631A; */
  background-image: linear-gradient(to bottom left, #BE4437, #F8631A);

  color: white;
  text-decoration: none;
}

/* .header .nav.main-nav ul li a:hover #event-dropdown-arrow {
  filter: invert(100%) sepia(1%) saturate(142%) hue-rotate(4deg)
    brightness(115%) contrast(100%);
} */

.down-arrow {
  transform: rotateX(180deg);
}

#dropdown-ul {
  display: flex;
  flex-flow: column;
  width: 280px;
  position: fixed;
  right: 0;
}

#dropdown-ul li.dropped a {
  justify-content: center;
  color: white;
  /* background-image: linear-gradient(
    to bottom ,
    rgb(205, 54, 46),
    rgb(159, 39, 30)
  ); */
  background-image: linear-gradient(to bottom left, #BE4437, #F8631A);
}

/* #event-dropdown-arrow {
  height: 10px;
  object-fit: contain;
  filter: invert(30%) sepia(54%) saturate(3591%) hue-rotate(345deg)
    brightness(73%) contrast(94%);
} */

/* #event-dropdown-text-spacer {
  padding-left: 10px;
} */

#upload-banner-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  margin: 30px 0;
}

#upload-banner-container img {
  /* object-fit: contain; */
  width: 100%;
  height: auto;
  cursor: pointer;
  display: none;
}

.sub-banner-container {
  /* Change the dimension for all ad-banners to 6:1 */
  /* width: 47vw;
  aspect-ratio: 6/1;
  background-color: white; */
  width: 720px;
  height: 240px;
  background-color: white;
  flex-grow: 0;
  flex-shrink: 0;
}

.nav.event-nav.event {
  background-color: #F37126;
}

.nav.event-nav.event .event-name {
  color: white;
  font-size: 22px;
  margin: 10px 0 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 245px;
  overflow: hidden;
}

.nav.event-nav.event .sub-nav {
  padding: 3px 0;
}

.nav.event-nav.event .sub-nav ul {
  list-style: none;
}

.nav.event-nav.event .sub-nav ul li {
  display: inline;
}

.nav.event-nav.event .sub-nav ul li a {
  font-size: 13px;
  display: block;
  float: left;
  height: 46px;
  background: #b72d25;
  text-align: center;
  padding: 15px 10px 0 40px;
  position: relative;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #fff;
  width: 130px;
}

.nav.event-nav.event .sub-nav ul li a.active {
  color: #F37126;
  background: white;
}

.nav.event-nav.event .sub-nav ul li a:after {
  content: "";
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #b72d25;
  position: absolute;
  right: -23px;
  top: 0;
  z-index: 1;
}

.nav.event-nav.event .sub-nav ul li a.active:after {
  border-left: 23px solid white;
}

.nav.event-nav.event .sub-nav ul li a:before {
  content: "";
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #F37126;
  position: absolute;
  left: 0;
  top: 0;
}

.nav.event-nav.event .sub-nav ul li:last-child a {
  width: 175px;
  padding-right: 10px;
  background: #F37126;
}

.nav.event-nav.event .sub-nav ul li:last-child a:before,
.nav.event-nav.event .sub-nav ul li:last-child a:after {
  border: none;
}

.nav.event-nav.event .sub-nav ul li:last-child a.active {
  color: white;
}

.container.general .cover-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 10px 5px;
  background: white;
  height: 250px;
}

.nametag-background-image .cover-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 140px 110px;
  background: white;
  height: 250px;
}

.nametag-background-image .btn-orange {
  width: 290px ;
}

.ml-100 {
  margin-left: 100px;
}

.nametag-background-image ul{
  list-style-type: none;
  font-size: 13px;
}

.container.nametag p {
  font-size: 15px;
}

.text-decor-none {
  text-decoration: none;
}

.list-style-none {
  list-style: none;
}

.container.general .sponsor-image, .general-section .sponsor-image{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 10px 5px;
  background: white;
  height: 125px;
}

.container.general .image-input {
  margin-top: 20px;
}

.container.registration .form-group.option,
.container.registration .form-group.calendar {
  display: none;
}

.container.registration .add-custom-field {
  display: none;
}

.container.registration .field-list {
  display: none;
}

.container.registration .field-list.active {
  display: table-row;
}

.container.registration .delete-field {
  display: none;
}

.data-collection-include,
.custom-data-require,
.custom-data-order,
.data-collection-require,
.agenda-block-order,
.agenda-block-qty,
.agenda-session-capacity,
.package-item-qty,
.extra-qty,
.small-th,
.view-th {
  width: 45px;
}

.trans-th {
  width: 70px;
}

.package-limit {
  width: 85px;
}

.custom-data-edit,
.agenda-block-action,
.ticket-sale-duration-action,
.package-item-edit,
.extra-action {
  width: 25px;
}

.status-th {
  width: 95px;
}

.tsd-max-sale,
.tsd-price {
  width: 80px;
}

.custom-data-type {
  width: 90px;
}

.agenda-session-location {
  width: 120px;
}

.ticket-sale-duration-start,
.ticket-sale-duration-end {
  width: 180px;
}

.registration-type,
.tickets-type,
.packages-type {
  margin: 20px 0;
}

.registration-type a,
.report-registration-type a,
.tickets-type a,
.download-btn,
.packages-type a {
  border-radius: 25px;
  text-decoration: none;
  color: #7e7978;
  background: #e2e1e0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  margin-bottom: 5px;
}

.registration-type a.active,
.report-registration-type a.active,
.tickets-type a.active,
.packages-type a.active {
  color: white;
  background: #F37126;
}

.registration-type a:hover,
.report-registration-type a:hover,
.tickets-type a:hover,
.packages-type a:hover {
  color: white;
  background: #F3A726;
}

.report-registration-type table {
  border: 1px solid #F37126;
}

.container.agenda .session-agenda-form {
  display: none;
}

.container.agenda .session-agenda-form label {
  width: 58px;
}

.container.agenda .session-agenda-form .delete-session {
  margin-top: 10px;
}

.container.agenda .row.session {
  margin-bottom: 10px;
}

.container.agenda .edit-agenda {
  cursor: pointer;
}

.bubble-data-collection.custom-report-hint-show-desktop {
 height: 50%;
}

#custom-report{
  margin-left:-35px;
}

.container.agenda .agenda-block-title {
  background-color: #c9c7c6;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 30px 0 15px 0;
  padding: 3px 8px;
}

.container.agenda .agenda-block {
  display: none;
}

.package-item {
  padding: 0 5px;
}

.package .select_type {
  cursor: pointer;
}

.package .item.extra .name {
  margin-left: 20px;
  font-size: 15px;
}

.package .item>.name,
.package .item>.qty {
  font-size: 15px;
}

.package .item>.name>label,
.package .item>.qty>label {
  font-size: 12px;
}

.package .package-list {
  margin-bottom: 10px;
  padding: 15px;
}

.package .package-list h3 {
  margin-top: 10px;
}

.package .selected-type-2:nth-child(odd),
.package .selected-type-3:nth-child(odd) {
  background: #ebe7e5;
}

.package .package-list.selected-type-3 {
  display: none;
}

.package #package-item-form,
.package #package-form,
#discount-form {
  display: none;
}

.container.extra-option #extra-option-form {
  display: none;
}

.container.ticket #pricing-window-form {
  display: none;
}

.container.ticket .extra-options .extra-option {
  margin-bottom: 10px;
}

.container.ticket .pricing-windows label.pricing-window {
  margin-right: 15px;
}

.container.ticket .ticket-header {
  margin-top: 15px;
  text-transform: uppercase;
}

.container.ticket .ticket-header.pricing-window {
  margin-top: 20px;
}

.container.ticket #ticket-form {
  display: none;
}

.container.ticket .ticket-detail {
  padding: 15px;
  margin-bottom: 10px;
}

.container.ticket .ticket-detail h3 {
  margin-top: 10px;
}

.container.ticket .ticket-detail .ticket-contents span {
  border-radius: 25px;
  color: #7e7978;
  background: #e2e1e0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 5px 15px;
}

.container.ticket .ticket-detail:nth-child(odd) {
  background: #ebe7e5;
}

.container.ticket .scanning span {
  display: inline-block;
  margin-left: 10px;
}

.container.ticket .scanning span:first-child {
  margin-left: 0;
}

.container.preview-launch h1 {
  color: #F37126;
}

.container.preview-launch hr.red {
  border-top: 1px solid #F37126;
}

.container.preview-launch .event-description {
  margin-top: 20px;
}

.container.preview-launch .event-image {
  height: 300px;
}

.container.preview-launch .event-sponsor-image {
  height: 150px;
}

.subnav-detail-container {
  display: flex;
}

.nav.event-nav.dashboard {
  /* display: flex; */
  display: inline-block;
  justify-content: center;
  background-color: #fdfdfc;
  height: 50px;
}

.admin.nav.event-nav.dashboard {
  width: 100%;
  height: auto;
  background-color: #fd7e14;
}

.nav.event-nav.dashboard .admin-sub-nav.sub-nav {
  width: auto;
}
.nav.event-nav.dashboard .sub-nav {
  width: 195px;
  /* width: auto; */
  margin: 0;
  right: 0;
  overflow: hidden;
  /* position: absolute; */
}

.nav.event-nav.dashboard .sub-nav ul {
  padding: 0;
  margin: 0;
  margin-right: 4px;
  display: flex;
}

.nav.event-nav.dashboard .sub-nav ul li {
  list-style: none;
}

.nav.event-nav.dashboard .sub-nav ul li a.event-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.ticket-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link,
.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link
 {
  /* background-color: #7e7978; */
  text-decoration:none;
  color: white;
  width: auto ;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link{
  width: auto !important ;
  height: 50px !important;
  line-height: 50px;
  display: block !important;
  text-align: center;
  font-weight: 600;
}

.no-event-div{
  height: 450px;
}

.no-event-div p{
  margin: 0 auto;
}

#event-center-subnav li,
#ticket-center-subnav li {
  font-weight: 700;
  color: #F8631A;
  margin-left: 20px;
  width: 175px;
}

#event-center-subnav li span#archivedEventsBtn a {
  font-size:15px;
  color: #F8631A !important;
}

.nav.event-nav.dashboard .sub-nav ul li{
  color: #7e7978;
}

.admin.nav.event-nav.dashboard .sub-nav ul li a {
  /* background-color: #7e7978; */
  text-decoration:none;
  font-size: 20px;
  color: white;
  width: auto;
  min-width: 140px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  /* padding: 0 50px; */
}

.nav.event-nav.dashboard .sub-nav ul li a#currentEventsBtn
{
  color: #F8631A;
}
.nav.event-nav.dashboard #navigation-bar.sub-nav ul li a.event-center-link,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul li a.ticket-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link
{
  /* color: #7e7978; */
  color: #000;
}

.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.event-center-link.active,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.event-center-link:hover,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.ticket-center-link.active,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.ticket-center-link:hover,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.custom-report-link.active,
.nav.event-nav.dashboard #navigation-bar.sub-nav ul.main-side-header li a.custom-report-link:hover,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link.active,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link:hover,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link.active,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link:hover,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link.active,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link:hover
{
  /* background-color: white;
  color: #F3A726; */
  background-color: #F3A726;
  color: #F2F2F2;
  text-decoration: none;
}

.nav.event-nav.dashboard .sub-nav ul li a.event-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.ticket-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link
{
  text-align: left;
  padding: 0 20px;
}

.nav.event-nav.dashboard .sub-nav ul li a.ticket-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link
{
  margin-top: 10px;
}

.subnav-container {
  height: 950px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.nav.event-nav.dashboard .sub-nav ul li a.event-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.ticket-center-link,
.nav.event-nav.dashboard .sub-nav ul li a.custom-report-link,
.nav.event-nav.dashboard .sub-nav ul li a.create-event-link,
.nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
.nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link
{
  margin-bottom: 2px;
}


#ticket-center-subnav li,
#event-center-subnav li {
  padding: 5px 5px !important;
}

div.left-right-button{
  width: 39px;
  height: 39px;
  border-radius: 23px;
  top: 25px;
  right: 19px;
  padding: 7px 7px;
  /* border: 1px solid red; */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom left, #BE4437, #F8631A);
}

div.left-right-button svg{
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

div.left-right-button-close{
  /* width:45px; */
  top: 25px;
  right: 0px;
}

.nav.event-nav.dashboard .sub-nav ul.main-side-header {
  /*border-top: 1px solid #ccc;*/
  display: block;
  padding-top: 5px;
  margin-top: 15px;
}

.nav.event-nav.dashboard .sub-nav ul li {
  font-size: 14px;
  color: #7e7978;
}

.nav.event-nav.dashboard.active-event {
  display: flex;
  align-items: center;
  /* background-color: #F37126; */
  color: white;
}

.nav.event-nav.dashboard.active-event .sub-nav {
  flex-basis: content;
  flex-grow: 1;
}

.nav.event-nav.dashboard.active-event .sub-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.nav.event-nav.dashboard.active-event .sub-nav ul li {
  flex-basis: content;
  flex-grow: 1;
  text-align: center;
}

.nav.event-nav.dashboard.active-event .sub-nav ul li a {
  font-size: 16px;
  display: block;
  padding: 0px 15px;
  /* background: #a32b25; */
  margin: 2px 2px 2px 0;
  width: auto;
}

.nav.event-nav.dashboard.active-event .sub-nav ul li a:hover,
.nav.event-nav.dashboard.active-event .sub-nav ul li a.active {
  color: #F37126;
  background: white;
}

.nav.event-nav.dashboard.active-event .event-name {
  flex-grow: 1;
  flex-basis: content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  font-size: 16px;
}

.dashboard-message {
  background: #F37126;
  color: white;
  text-align: center;
  padding: 30px;
}

.dashboard-message p {
  margin: 0;
}

.dashboard .single-event {
  margin-top: 12px;
  border-radius: 8px;
}

.dashboard .single-event .row {
  margin-left: 0px;
  margin-right: 0px;
}

.dashboard .single-event .basic {
  color: white;
}

.dashboard .single-event .basic h1 {
  margin: 0;
}

.dashboard .single-event .basic .red {
  background: #F37126;
  padding: 10px;
}

.dashboard .single-event .basic .gray {
  background: #7e7978;
  padding: 10px;
}

.dashboard .single-event .event-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 100%;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.dashboard .single-event .btn-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  background-color: #7e7978;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 4px;
}

.dashboard .single-event .btn-list a {
  margin-bottom: 10px;
}

.dashboard .single-event .btn-list .btn.btn-default {
  margin: 0px 2px 5px 2px;
}

.dashboard .single-event .btn-list .btn {
  display: block;
  flex-basis: 24%;
}

.login-head.credit-card-inputs {
  margin-top:115px;
  height: 30px !important;
}

@media only screen and (max-width: 768px) {

  .subnav-container {
    height: auto;
  }

  .create-account-btn {
    width: 215px;
    margin-left: 0px;
   }

  .credit-card-inputs {
    height: 305px !important;
  }

  .nav.event-nav.dashboard .sub-nav ul li a.custom-report-link,
  .nav.event-nav.dashboard .sub-nav ul li a.my-store-link,
  .nav.event-nav.dashboard .sub-nav ul li a.B-2-C-QR-link
  {
    display: none !important;
  }

  .nav.event-nav.dashboard .sub-nav ul li a.ticket-center-link {
    margin-top: 0px;
    margin-left: 5px;
  }

  #event-center-subnav,
  #ticket-center-subnav{
    display: none !important;
  }

  .nav.event-nav.dashboard .sub-nav ul.main-side-header {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
  }

  .nav.event-nav.dashboard .sub-nav{
    width: auto;
  }

  .subnav-detail-container {
    display: block;
  }

  label.access_code {
    font-size: 20px;
  }

  input#access_code {
    margin: 10px 20px 0 20px;
  }

  input.private-event{
    margin: 0 20px;
  }

  #agenda-container .agendas-list{
    margin-left: 0px;
  }

  .display-package .items-list{
    margin-left: 0px;
  }

  .nav.event-nav.dashboard .sub-nav ul li a {
    width: 250px;
  }

  .dashboard .single-event .btn-list .btn {
    flex-basis: 49%;
    padding: 5px 0px;
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 480px) {

  label.access_code {
    font-size: 20px;
  }
  
  .dashboard .single-event .btn-list .btn {
    flex-basis: 100%;
    padding: 5px 0px;
    font-size: 0.85em;
  }
}

.dashboard .single-event .btn-list .btn-white {
  color: #7e7978;
}

.dashboard .single-event .btn-list .btn-white:hover {
  background-color: #7e7978;
  color: white;
}

.dashboard .single-event .btn-list.active {
  background-color: #F37126;
}

.dashboard .single-event .btn-list.active .btn-white {
  color: #F37126;
}

.dashboard .single-event .btn-list.active .btn-white:hover {
  color: white;
  background-color: #F37126;
}

.dashboard .single-event .event {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  color: white;
  background-image: linear-gradient(transparent, #7e7978);
  position: relative;
}

.dashboard .single-event .event h2 {
  padding: 0;
  margin-top: 15px;
}

.dashboard .single-event .event.active {
  color: white;
  background-image: linear-gradient(transparent, #F37126);
}

.dashboard .single-event .event .event-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.dashboard .single-event .event .event-detail h1 {
  margin: 0;
  padding-bottom: 10px;
}

.dashboard .single-event .event .event-detail h1 span {
  margin-top: 6px;
  display: block; /*if float has a value, the box is floated and 'display' is treated as block*/
  float: left;
}

.dashboard .single-event .event .event-detail p {
  margin: 0px;
}

.gray-heading {
  background-color: #c9c7c6;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 0 0 15px 0;
  padding: 3px 8px;
  text-align: left;
}

.dashboard.ticket-registration .agenda .agenda-section .agenda-title {
  background-color: #c9c7c6;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 30px 0 15px 0;
  padding: 3px 8px;
  text-align: center;
}

.dashboard.ticket-registration .agenda .agenda-time {
  margin-bottom: 20px;
}

.dashboard.view .single-event {
  margin-top: 10px;
}

.dashboard.view .ticket-detail {
  margin-top: 10px;
  color: #7e7978;
  text-align: left;
}

.dashboard.view .ticket-detail table {
  margin-bottom: 30px;
}

.dashboard.view .ticket-detail table tr td label {
  margin-right: 20px;
}

.dashboard.view .ticket-detail h2 {
  padding-left: 0;
  margin-left: 0;
}

.dashboard.view .ticket-detail .agenda-section .agenda-title {
  margin-top: 15px;
}

.dashboard.view .ticket-detail .agenda-time {
  padding: 5px;
}

.dashboard.view .ticket-detail .agenda-time .agenda-date {
  margin-bottom: 5px;
}

.dashboard.view .ticket-detail .agenda-time:nth-child(even) {
  background: #ebe7e5;
}

.dashboard.view #ticket-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 6rem;
}

.dashboard.view button {
  border: none;
  height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
}

.dashboard.view .qr-code-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.dashboard.view .qr-code {
  width: 150px;
}

.dashboard.view .pdf-download-btn {
  background-color: #F37126;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  height: 35px;
  margin: 10px 0 10px 0;
  font-size: 18px;
}

.dashboard.view .agenda-section .agenda-title {
  background-color: #c9c7c6;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 30px 0 15px 0;
  padding: 3px 8px;
  text-align: left;
}

/* event set up agenda section */
div.agenda-section {
  background-color: #F37126;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 0 0 15px;
  padding: 3px 8px;
}

.btn.next {
  margin-bottom: 60px;
}

.custom-select{
  width:50px;
  font-size: 15px;
}

.custom-select-name{
  width:auto;
  font-size: 15px;
}

.custom-input{
  width:100px;
  font-size: 15px;
}

.level1_package_hide{
	display:none;
}

.level2_package_hide{
	display:none;
}

/* .alert-danger {
  background-color: rgba(243,113,38,1);
  color: white;
  font-size: 15px;
  box-shadow: 0 0 9px rgba(126, 212, 120, 0.25);
  margin-top: 30px;
} */

.alert.alert-danger {
  margin: 0 auto;
  width: 50%;
  font-weight: 700;
  border: 4px solid #a64452;
  color: #a64452;
  font-size: 20px;
  box-shadow: 13 0 9px rgb(126 212 120 / 25%);
  margin-top: 15px;
  margin-bottom: 15px;
}

.alert-danger a {
  color: #F37126;
}

.alert-danger a:hover {
  text-decoration: none;
}

.alert-error:hover {
  text-decoration: none;
}

.package-red-box,
.package-gray-box,
.package-gray-box:hover,
.package-gray-box.active {
  padding: 20px;
  color: white;
  background: #F37126;
  border-radius: 4px;
  margin: 10px 0;
}

.package-red-box h2,
.package-gray-box h2,
.package-gray-box:hover h2,
.package-gray-box.active h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
}

.package-gray-box {
  background: #cfcbca;
  color: #7e7978;
  cursor: pointer;
}

.gray-box-a {
  color: #7e7978;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
}

.gray-box-a .arrow {
  position: absolute;
  right: 0;
  margin-right: 24px;
  margin-top: -72px;
  font-size: 25px;
  color: #bcbab9;
}

.gray-box-a:hover {
  text-decoration: none;
  color: #7e7978;
}

.gray-box {
  background-color: #dfdbda;
  box-shadow: 0 0 9px rgba(126, 121, 120, 0.25);
  padding: 10px 31px 10px 10px;
  border-radius: 4px;
  border: 1px solid #bcbab9;
}

.gray-box h3 {
  font-weight: 500;
  font-weight: 20px;
}

.gray-box p {
  font-size: 15px;
}

.red-box-a {
  color: white;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
  position: relative;
}

.red-box-a .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 25px;
  color: white;
}

.red-box-a:hover {
  text-decoration: none;
  color: white;
}

.red-box {
  background-color: rgba(243, 113, 38, 1);
  box-shadow: 0 0 9px rgba(126, 121, 120, 0.25);
  padding: 10px 50px 15px 25px;
  border-radius: 4px;
  border: 1px solid #e79894;
}

.red-box h3 {
  font-weight: 500;
  font-size: 20px;
}

.red-box p {
  font-size: 15px;
}

.public .event-title {
  color: white;
  background: #F37126;
  padding: 15px 0;
}

.public .event-title h1 {
  margin: 8px 0px;
  font-weight: lighter;
}

.public .event-title p {
  margin: 0px;
}

.public .event-title.gray-title {
  background: #7e7978;
}

.public.event .event-image {
  height: 400px;
}

.public.event .event-sponsor-image {
  height: 300px;
}

.public.event .event-description {
  margin-top: 40px;
}

.public.ticket .num_ticket_td {
  width: 95px;
}

.public.ticket .order-detail td {
  vertical-align: middle;
}

.public.ticket .order-detail p {
  margin: 0;
}

.public .existing-account {
  display: none;
}

.container.purchased-tickets .event-ticket {
  padding: 5px 10px;
  margin-top: 5px;
  box-shadow: 0 0 9px rgba(126, 121, 120, 0.25);
  text-align: left;
}

.container.purchased-tickets .event-ticket h2 {
  margin: 0;
  padding: 10px 0 0 0;
}

.container.purchased-tickets .event-ticket a:last-child {
  margin-bottom: 0;
}

.container.purchased-tickets .event-ticket.unregistered {
  background: white;
  color: #7e7978;
}

.container.purchased-tickets .event-ticket.registered {
  background: #d95c55;
  color: white;
}

.container.purchased-tickets .event-ticket.pending {
  background: #c9c7c6;
  color: #7e7978;
}

.container.purchased-tickets .event-ticket.pending .btn.btn-default.btn-red {
  background-color: white;
  color: #7e7978;
}

.container.purchased-tickets .send-ticket {
  display: none;
  margin-top: 30px;
}

.dashboard.view .ticket-detail .view-ticket .agenda-section {
  display: inline-block;
}

#preview {
  width: 100%;
}

.scanning-results {
  color: #7e7978;
  display: none;
}

.container.registration.report .ticket_reg,
.container.registration.report .sponsor_reg,
.container.registration.report .exhibitor_reg {
  display: none;
}

.container.registration.report .ticket_reg.active,
.container.registration.report .sponsor_reg.active,
.container.registration.report .exhibitor_reg.active {
  display: table-row;
}

.container.dashboard.active-agenda .agenda-section,
.container.dashboard.active-package .package-section,
.container.dashboard.active-ticket .ticket-section {
  background-color: #c9c7c6;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  margin: 30px 0 15px 0;
  padding: 3px 8px;
}

.sales_amount {
  width: 140px;
  margin-right: 30px;
  display: none;
}

.sales_amount.active {
  display: inline;
}

.container.ticket.report .grouped_ticket {
  padding: 10px;
}

.container.ticket.report .grouped_ticket:nth-child(odd) {
  background: #ebe7e5;
}

.container.registration.report .table.reg {
  display: none;
}

.container.registration.report .table.reg.active {
  display: table;
}

.container.payment.report .payment-data {
  display: none;
}

.container.payment.report .payment-data.active {
  display: table-row;
}

.access-code {
  display: none;
}

.event_contact {
  margin-right: 20px;
}

.container.admin.dashboard .account-form {
  display: none;
}

.container.admin.dashboard .btn-search {
  width: 150px;
  height: 34px;
  line-height: 23px;
}

.container.admin.dashboard ._event_line {
  margin: 20px 0;
}

.container.admin.dashboard ._event_line ._label {
  width: 200px;
  display: inline-block;
}

.container.admin.dashboard .table.results td {
  vertical-align: middle;
}

.container.admin.dashboard .btn-action {
  width: 110px;
}

.admin.nav.event-nav.dashboard .logo {
  margin-left: 20px;
  width: 215px;
  height: 48px;
  background: url("/images/logo-admin.png") no-repeat left center;
  background-size: 215px;
  display: inline-block;
}

/* #banner {
  display: none; 
  background: url("/images/splash-networking.jpg") no-repeat top center;
  background-image: linear-gradient(to bottom left, #BE4437, #F8631A);
  background-size: cover;
  opacity: 30%;
  height: 650px;
  color: white;
} */



#events-display {
  height: 1250px;
  position: relative;
  /* background: linear-gradient(rgba(205, 54, 46, 0), rgba(205, 54, 46, 1)); */
}

#events-display::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("/images/splash-winnipeg-red.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
  background-size: 100% 100%;
  opacity: 20%; */
}

.event-card-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.event-card {
  background-color: white;
  margin: 8px;
  position: relative;
  width: 280px;
  height: 379px;
  /* height: auto; */
  display: flex;
  flex-flow: column;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.event-card>img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

/* change the diminsion of event image to 16:9 */
.event-card-upper {
  position: relative;
  width: 320px;
  /* width: 280px; */
  /* height: 106.66px; */
  height: 180px;
}

.event-card-upper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card-date-square {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 95px;
  width: 90px;
  /* background: linear-gradient(to top, rgb(142, 29, 21), rgb(194, 49, 41)); */
  color: white;
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 1;
}

.event-card-date-triangle {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 160px;
  height: 160px;
  /* background: linear-gradient(to top, rgb(142, 29, 21), rgb(194, 49, 41)); */
  background-image: linear-gradient(to bottom left, #BE4437, #F8631A);

  transform: skewX(-45deg);
  z-index: 0;
}

.event-card-date-square h5 {
  padding: 0;
  font-family: FuturaPT;
  text-transform: uppercase;
  font-size: 20px;
}

.event-card-date-square h6 {
  margin: 0;
  padding: 0;
  font-family: FuturaPT-h1;
  font-size: 24px;
}

.event-card-divider {
  position: absolute;
  width: 34%;
  height: 10px;
  top: calc(100% - 5px);
  left: 33%;
  background-color: rgba(205, 54, 46, 1);
}

.event-card-lower {
  margin: 0;
  padding: 35px 30px;
  flex-grow: 1;
  overflow: hidden;
  z-index: 1;
}

.event-card-lower * {
  margin: 0;
  padding: 0;
}

.event-card-lower-subtitle {
  z-index: 1;
}

/************ Dhara Event cards ***********/

.event-card-lower-subtitle a button {
  display: none;
}

.event-card:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(1, 1, 1, 0.7); */
  background: rgb(130 130 130 / 70%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}


.hanging-btn {
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  /* display: none; */
  position: absolute;
  top: calc(40% - 21px);
  left: calc(.01%);
  display: none;
}

.event-card:hover .hanging-btn {
  display: block;
  z-index: 1;
}

.event-card:hover .calendar-icon {
  display: none;
}

.event-card:hover:after {
  opacity: 1;
}

/************* Event Cards End *******************/

.event-card-lower {
  /* height: 100%; */
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.event-card-lower h3 {
  /* color: rgba(205, 54, 46, 1); */
  color: #5D5D5D;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 700;
  height: 66px;
}

.event-card-lower h4 {
  margin-top: 10px;
  font-size: 14px;
}

.event-card-lower h4.date {
  color: #F8631A;
  font-weight: 700;
}

.event-card-lower button {
  text-transform: uppercase;
  background-color: #F8631A;
  color: rgb(227, 227, 227);
  /* margin-top: 25px; */
  padding: 14px 20px;
  /* border-radius: 8px; */
  font-size: 15px;
  border: 1px solid white;
  letter-spacing: 2px;
  font-weight: 700;
  height: 50px;
  width: 100%;
  z-index: 1;
}

.event-card-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

#events-display h2 {
  color: rgb(50, 50, 50);
  padding-left: 75px;
  font-size: 34px;
  letter-spacing: 3px;
  padding-top: 50px;
  padding-bottom: 20px;
  /* background-color: rgba(225, 225, 225, 0.5); */
}

#events-display p {
  color: rgb(50, 50, 50);
  padding-left: 240px;
  font-size: 20px;
  letter-spacing: 3px;
  padding-top: 70px;
  /* background-color: rgba(225, 225, 225, 0.5); */
}

.section-divider {
  /* height: 60px; */
  width: 100%;
  /* position: relative; */
}

.section-divider-bar {
  background-color: #F8631A;
  opacity: .4;
  width: 100%;
  height: 12px;
  position: absolute;
  margin-bottom: 20px;
  top: -30px;
  /* left: 200px; */
}


.event-card-arrow-container {
  height: 100%;
  width: 35px;
  /* height: 30px;
    width: 100px;
    margin-left: 1260px;
    display: flex; */
  /* padding-top: 70px; */
}


.event-card-arrow-left,
.event-card-arrow-right {
  height: 70px;
  width: 100%;
  /* background: #eee;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 32px;
        cursor: pointer;
        box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
  margin-left:10px;
  height: 33px;
    padding-bottom: 29px;
    padding-left: 6px; */
}

.event-card-arrow-container img {
  height: 100%;
  width: 100%;
  /* height: 20px;
  width: 20px; */
  /* filter: invert(30%) sepia(54%) saturate(3591%) hue-rotate(345deg)
    brightness(73%) contrast(94%); */
  filter: invert(63%) sepia(32%) saturate(4310%) hue-rotate(337deg) brightness(92%) contrast(108%);
  cursor: pointer;
  object-fit: fill;
}

.event-card-arrow-container img:hover {
  /* filter: invert(100%) sepia(1%) saturate(142%) hue-rotate(4deg)
    brightness(115%) contrast(100%); */
  filter: invert(91%) sepia(64%) saturate(6288%) hue-rotate(296deg) brightness(102%) contrast(96%);


}

#input-container {
  position: relative;
}

#event-search-bar {
  position: relative;
  z-index: 100;
}

#search-icon {
  background: url("/images/icons/search-icon.png") no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  /* left: 18px; */
  /* top: 1px; */
  /* height: 70%; */
  z-index: 101;
  cursor: pointer;
}

#user-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  cursor: pointer;
}

.user-name {
  margin-top: 10px;
  margin-right: 18px;
}

#search-icon:hover {
  background: url("/images/icons/search-hover.png") no-repeat;
  border: none;
}

.banner:before {
  opacity: 0.5;
}

.banner h1 {
  font-size: 60px;
  font-weight: 500px;
  margin-top: 0;
  padding-top: 190px;
}

.autocomplete {
  position: relative;
}

.autocomplete-item-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-item-container-front-page {
  top: calc(100% - 40px);
}

.autocomplete-item-container div {
  color: #7e7978;;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.autocomplete-spacer {
  height: 40px;
}

#social-links-container {
  padding-left: 20px;
  justify-content: center;
  display: flex;
  flex-flow: row;
  height: 35px;
}

#footer-policy {
  justify-content: center !important;
  display: flex;
  flex-flow: row;
  height: 37px;
}

.no-underline{
  text-decoration: none;
}

.social-link {
  height: 30px;
  width: 30px;
  background-color: rgba(243, 113, 38, 1);
  margin-right: 17px;
  border-radius: 50%;
}

.social-link a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.social-link a:hover {
  background-color: white;
}

.social-link a:hover img {
  filter: none;
}

.social-link img {
  height: 65%;
  width: 65%;
  object-fit: contain;
  filter: grayscale(100%) brightness(0%) invert(100%);
}

.home-text {
  background-color: #f2efee;
  color: #7e7978;
}

.home-text h2 {
  padding-top: 0;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.home-text .text {
  width: 700px;
  margin: 0 auto;
  padding: 50px;
}

#current_page {
  display: none;
}

.footer {
  background: #424242;
  padding: 40px 140px 30px;
  color: white;
}

.footer .logo {
  display: none;
  background: url("/images/logo-stacked.png") no-repeat left center;
  /* height: 200px; */
  height: 180px;
  margin: 2rem 0;
  background-size: contain;
}

.footer-divider {
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.footer-column {
  width: 22%;
}

@font-face {
  font-family: FuturaPT-h2;
  src: url("../fonts/Futura_PT/FuturaPTMedium.otf");
}

@font-face {
  font-family: FuturaPT-h1;
  src: url("../fonts/Futura_PT/FuturaPTHeavy.otf");
}

.footer-column,
.footer-column * {
  line-height: 30px;
}

.footer-column h1 {
  text-decoration: underline;
  font-family: FuturaPT-h1;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-column h2 {
  font-family: FuturaPT-h2;
  text-align: left;
  font-size: 18px;
  margin: 0;
}

.footer-column section {
  margin-bottom: 15px;
}

.footer-column p {
  color: white;
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-column a {
  color: white;
  text-decoration: none;
}

.footer-column a:hover {
  color: #424242;
  background-color: white;
}

.footer .copy {
  background: #424242;
  color: white;
}

.footer .agreement {
  font-size: 14px;
}

.footer .agreement a {
  font-size: 14px;
}

.documents p,
.documents li {
  font-size: 15px;
}

.btn.btn-small {
  width: 120px;
}

.mid-input {
  text-align: center;
}

.mid-input input {
  width: 190px;
  display: inline-block;
}

.mid-input .btn {
  width: 160px;
  height: 35px;
  line-height: 25px;
}

.create-bambora-account {
  width: auto !important;
}

.filters-span {
  color: #b72d25;
}

@media only screen and (max-width: 1100px) {

  .footer-divider {
    width: 100%;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 18px;
  }

  .banner {
    height: 490px;
  }

  .banner h1 {
    font-size: 50px;
  }

  .home-text h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .dashboard .single-event .basic .arrow {
    margin-top: 71px;
  }
}

@media only screen and (max-width: 768px) {

  /* Mobile view Footer style */
  .footer-column h1 {
    font-size: 15px;
  }
  .home-text h2 {
    font-size: 18px;
  }

  .footer-divider {
    width: 100%;
  }

  .social-link {
    height: 24px;
    width: 24px;
    background-color: rgba(243, 113, 38, 1);
    margin-right: 10px;
    border-radius: 50%;
  }

  .footer {
    padding: 10px 30px;
  }

  .home-text h2{
    font-size: 18px;
  }

  /* Mobile view eventlanding sponsor */
  .partners div div div p {
    font-size: 30px;
  }


  /* banner image */
  .sub-banner-container {
    height: 280px;
  }

  .how-it-works-PDF img {
    max-width: 100%;
    height: auto;
  }

  /* main page banner buttons */
  .banner-button a.btn {
    margin-top: 20px;
    width: 80%;
  }

  /* ad-banners on main page */
  section.ad-banners {
    margin-top: 130px;
  }

  /* Responsive Footer */

  .footer-column,
  .footer-column * {
    line-height: 23px;
  }

  .footer-column p {
    font-size: 15px;
  }

  .footer-column {
    width: 50%;
  }

  /* Banner Content - create an event page */
  p.main-tagline {
    text-align: left;
    font-size: 60px !important;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  /* create an event page - pricing section */
  .price-list div:last-child {
    padding-left: 7px !important;
  }

  /* create an event page and main page - banner content */
  .content {
    padding: 20px;
  }

  .content {
    width: auto !important;
  }

  /* Main page event bullet points */
  ul.event-points {
    margin-left: 90px !important;
  }

  /* Main page infographics */
  .col-xl-3.col-md-6.col-12.text-center {
    padding: 20px 0;
  }

  #information img {
    width: 50% !important;
  }


  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 16px;
  }

  p {
    margin: 0 0 5px;
  }

  .table tr td {
    font-size: 14px;
  }


  .header .menu-icon {
    font-size: 24px;
    padding: 8px 10px 2px 10px;
    display: block;
    cursor: pointer;
    float: right;
    border-left: 1px solid #e5e0de;
  }

  .header .nav.main-nav {
    width: 100%;
    text-align: center;
    display: none;
  }

  .header .nav.main-nav ul li {
    display: block;
    border-top: 1px solid #e5e0de;
  }

  .header .nav.main-nav ul li a {
    border: none;
    font-size: 15px;
  }

  .nav.event-nav.dashboard.active-event {
    padding-bottom: 2px;
  }

  .nav.event-nav.dashboard.active-event .sub-nav ul {
    display: none;
  }

  .nav.event-nav.dashboard.active-event .sub-nav ul li {
    display: block;
  }

  .nav.event-nav.dashboard.active-event #current_page {
    display: block;
    position: relative;
  }

  .nav.event-nav.dashboard.active-event #current_page .text {
    display: block;
    text-align: center;
    background: #a32b25;
    padding: 10px;
    margin-right: 2px;
  }

  .nav.event-nav.dashboard.active-event #current_page .hamburger {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 8px;
    font-size: 22px;
  }

  .nav.event-nav.dashboard .sub-nav ul li a {
    font-size: 12px;
    /* width: 110px; */
    width: 258px;
    padding: 0px 20px;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default {
    width: 160px;
    float: right;
    margin-left: 10px;
  }

  .dashboard .single-event .basic .red {
    padding: 5px;
  }

  .registration-type a {
    margin-bottom: 5px;
  }

  .dashboard .single-event .event-detail .btn.btn-default {
    margin-left: 10px;
  }

  .banner {
    height: 390px;
  }

  .banner h1 {
    font-size: 35px;
    padding-top: 152px;
  }

  .home-text .text {
    width: 100%;
  }

  .home-text h2 {
    font-size: 15px;
  }

  .dashboard .single-event .basic .arrow {
    margin-top: 35px;
  }

  .dashboard .single-event .event-detail .event {
    padding: 10px;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default {
    box-sizing: border-box;
    border: none;
    width: 49%;
    display: block;
    float: left;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default:nth-child(odd),
  .dashboard .single-event .event-detail .btn.btn-default:nth-child(odd) {
    margin-left: 0;
    float: left;
    width: 49%;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default:nth-child(even),
  .dashboard .single-event .event-detail .btn.btn-default:nth-child(even) {
    float: right;
    margin-left: 0;
    width: 49%;
  }

  .nav.event-nav.dashboard.active-event .pull-left.event-name {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .documents p,
  .documents li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {

  #upload-banner-container img {
    padding-top: 25px;
  }

  .sub-banner-container {
    height: 180px;
  }

  /* Main page infografics label */
  .info-container div p {
    font-size: 30px;
  }

  .footer-column {
    width: 100%;
  }

  h2 {
    font-size: 15px;
  }

  label {
    font-size: 12px;
  }

  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>th {
    font-size: 10px;
  }

  p {
    font-size: 14px;
  }

  .banner {
    height: 250px;
  }

  .banner h1 {
    font-size: 25px;
    padding-top: 102px;
  }

  .home-text .text {
    padding: 30px;
  }

  /* .home-text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  } */

  .nav.event-nav.dashboard .sub-nav ul li a {
    font-size: 13px;
    width: 205px;
    padding: 0px 20px;
  }

  .table tr td {
    font-size: 12px;
  }

  .dashboard .single-event .event-detail .btn.btn-default {
    font-size: 14px;
    width: 155px;
  }

  .btn-gray {
    font-size: 14px;
    width: 154px;
  }

  .dashboard .single-event .basic .arrow {
    margin-top: 33px;
  }

  .dashboard .single-event .event-detail .event {
    padding: 10px;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default {
    width: 100%;
    margin: 0 0 5px;
    float: none;
  }

  .dashboard .single-event .event-detail .btn.btn-default {
    width: 100%;
  }

  .dashboard .single-event .event-detail .btn.btn-default:first-child {
    margin-top: 10px;
  }

  .btn-red,
  .btn-gray {
    width: 100%;
    margin-bottom: 10px;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default:nth-child(even),
  .dashboard .single-event .event-detail .btn.btn-default:nth-child(even) {
    float: none;
    width: 100%;
  }

  .dashboard .single-event .event-detail .event .btn.btn-default:nth-child(odd),
  .dashboard .single-event .event-detail .btn.btn-default:nth-child(odd) {
    float: none;
    width: 100%;
  }
}

.login-head {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  justify-content: flex-start;
}

.login-head h2 {
  margin: 0;
}

.login-head a {
  margin-left: auto;
}

.login-head .header-link {
  margin-left: auto;
}

.login-head .header-link a {
  margin-left: initial;
  display: inline;
}

.form-login input,
.form-login select {
  margin-bottom: 24px;
}

.alert>.list {
  list-style-position: inside;
}

.payment-method h3 {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

.card-icons {
  width: auto;
  height: 30px;
}

.table {
  border-spacing: 0;
  margin-bottom: 0px;
}

.table h2 {
  margin-top: 5px;
}

.table tr:first-of-type th {
  border-top: none;
}

.table tbody tr td {
  border-top: 0px;
}

.table .purchase-data-row.group {
  border-top: 1px solid #dcd4d1;
}

.table .purchase-data-row {
  color: #7d7978;
  background-color: white;
}

.table .purchase-data-row td {
  height: 30px;
  line-height: 30px;
}

.table .purchase-data-row td p {
  margin: 0px;
}

.table .purchase-data-row td:last-of-type {
  padding-right: 12px;
}

.table .purchase-data-row td:first-of-type {
  padding-left: 12px;
}

.table .user-type {
  padding: 0px;
  margin: 0px;
  min-height: 0px;
  text-align: center;
  background-color: white;
  color: #F37126;
  border-color: #bcbab9;
  border-top: 1px solid #bcbab9;
}

.table .user-type h2 {
  margin: 0px 0px;
  padding: 12px;
  font-weight: bolder;
}

.table .registration-row {
  min-height: 95px;
  background-color: white;
  border-top: 1px solid #bcbab9;
}

.table .registration-row.unregistered {
  color: #b72d25;
  background-color: #f0c0bd;
  border-top: 1px solid #e79894;
}

.table .registration-row.unregistered .check {
  background-image: url("../images/exclamation.svg");
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: center;
}

.table .registration-row.unregistered a.btn-default {
  background-color: white;
}

.table .registration-row.unregistered a.btn-default:hover {
  background-color: #F37126;
}

.table .registration-row.unregistered .send-ticket {
  margin: 4px 0px 4px 50px;
}

.table .registration-row.unregistered .send-ticket>form>.form-group>label {
  color: #b72d25;
}

.table .registration-row.pending {
  background: #c9c7c6;
  border-color: #7e7978;
}

.table .registration-row.pending a.btn-default {
  color: #7e7978;
  background-color: white;
}

.table .registration-row.pending a.btn-default:hover {
  color: white;
  background-color: #7e7978;
}

.table .registration-row.registered {
  border-color: #bcbab9;
}

.table .registration-row.registered .check {
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.table .registration-row.registered a.btn-default {
  color: #7e7978;
  background-color: #d5d4d3;
}

.table .registration-row.registered a.btn-default:hover {
  color: white;
  background-color: #7e7978;
}

.table .registration-row .btn-white {
  width: 100%;
}

.table .registration-row .details {
  padding: 16px 0px;
}

.table .registration-row .check {
  padding: 8px;
  height: 65px;
}

@media (max-width: 480px) {
  .table .registration-row .check {
    height: 30px;
  }
}

.table .registration-row .buttons {
  padding: 4px 8px;
}

.table .registration-row a.btn {
  margin: 1px 0px;
}

@media (max-width: 1199px) {
  .table .registration-row a.btn {
    font-size: 0.75em;
  }
}

@media (max-width: 480px) {
  .table .registration-row a.btn {
    font-size: 0.8em;
  }
}

.table .registration-row div h2 {
  margin: 4px 0px;
}

.table .registration-row div p {
  margin: 0px;
}

.table .registration-row div .note {
  line-height: 1em;
}

.alert-thankyou h1 {
  margin: 0px;
}

.alert-thankyou h2 {
  margin: 12px 0px;
}

.alert-thankyou p {
  margin-bottom: 8px;
}

.package-red-box .btn,
.package-gray-box .btn {
  margin: 12px 0px;
}

.package-red-box .btn-white:hover,
.package-gray-box .btn-white:hover {
  border: 1px solid white;
}

.upper {
  text-transform: uppercase;
}

.more-div {
  display: none;
}

.registration-required {
  display: none;
}

.have-an-account,
.create-an-account {
  color: #F37126;
  font-weight: bolder;
  text-decoration: underline;
}

.header-link a {
  border-radius: 25px;
  text-decoration: none;
  color: #7e7978;
  background: #e2e1e0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  margin-bottom: 5px;
  padding: 4px 12px;
}

.header-link a.active,
.header-link a:hover {
  color: white;
  background: #7e7978;
}

h2.red-heading-login {
  /* color: #F37126; */
  /* font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px; */
  padding: 10px 18px;
}

h2.red-heading-main {
  color: #F37126;
  font-size: 30px;
}

h2.white-heading-main {
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3.red-heading {
  color: #F37126;
  font-size: 20px;
}

.red-text {
  color: #F37126;
}

button.collapse_heading,
h2.collapse_heading {
  background-color: #F37126;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  width: 100%;
  text-align: left;
  border: none;
}

.redBackWhiteText {
  background-color: #F37126;
  color: #fff;
  padding: 10px 50px 10px;
  margin-top: 30px;
}

.redBackWhiteHeading {
  background-color: #F37126;
  color: #fff;
  padding: 10px 50px;
}

h3.black-content {
  color: #000;
  font-size: 18px;
}

.paddingLeft {
  padding-left: 90px;
}

.paddingRight {
  padding-right: 90px;
}

.paddingTop {
  padding-top: 40px;
}

.paddingBottom {
  padding-bottom: 40px;
}

.event-info .btn-gray {
  font-size: 16px;
  background-color: #645e5e;
  color: white;
  height: 60px;
  line-height: 31px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.event-info .btn-gray:hover {
  background-color: #7e7978;
  color: white;
}

.red-underline {
  width: 50px;
  height: 5px;
  background-color: #F37126;
  margin-bottom: 20px;
}

.white-underline {
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.black-background {
  background-color: #323232;
}

.whiteText {
  color: #fff;
}

h3.package-name {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}

.sold-out {
  color: #999;
}

.sold {
  font-size: 0.9em;
}

h3.package-price {
  font-size: 22px;
  margin-top: 10px;
}

.quantity-input {
  width: 100%;
  height: 50px;
  font-size: 16px;
}

.collapse-button {
  color: #f00;
  border: none;
  background-color: #323232;
  margin-left: 15px;
}

/*open/close signs on package details*/
.collapse-button .collapse-active {
  display: inline;
}

.collapse-button:not(.collapsed) .collapse-active {
  display: none;
}

.collapse-button .collapse-inactive {
  display: none;
}

.collapse-button:not(.collapsed) .collapse-inactive {
  display: inline;
}

/*open/close signs on packages list*/
.bi-caret-down-fill,
.bi-caret-up-fill {
  font-size: 1.8em;
  margin-top: -20px;
  margin-left: -20px;
}

.delete-session-row .bi {
  color: #FFF;
}

.collapse_heading .collapse-active {
  display: inline;
}

.collapse_heading:not(.collapsed) .collapse-active {
  display: none;
}

.collapse_heading .collapse-inactive {
  display: none;
}

.collapse_heading:not(.collapsed) .collapse-inactive {
  display: inline;
}

.btn-red.check-out {
  background-color: #F37126;
}

.btn-red.check-out:active {
  background-color: #F37126;
}

.btn-red.check-out.discount {
  height: 50px;
  width: 90%;
}

.marginTop {
  margin-top: 30px;
}

.marginBottom {
  margin-top: 15px;
}

.whiteBackRedText {
  color: #F37126;
  padding: 15px 30px 0px;
  font-size: 26px;
  font-weight: bold;
}

.redTextInfo {
  color: #F37126;
  padding: 15px;
  padding-left: 65px;
  font-size: 26px;
  font-weight: bold;
}

.pay_radio h3 {
  color: #000;
  font-size: 20px;
  display: inline;
}

.pay_radio {
  color: #000;
}

.pay_radio input[type="radio"] {
  position: absolute;
  top: 2px;
  left: -15px;
}

.payment-method {
  padding-left: 0px;
}

.pay_radio input[type="radio"]:after {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  top: -2px;
  left: -3px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.pay_radio input[type="radio"]:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  top: -2px;
  left: -4px;
  position: relative;
  background-color: #F37126;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.black-text {
  color: #000;
}

.card-form,
.billing-form,
.login-form {
  width: 100%;
  min-width: 280px;
  height: 50px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border-radius: 8px;
}

.card-form,
.billing-form,
.register-form,
.card-info {
  width: 100%;
  min-width: 110px;
  height: 30px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border-radius: 8px;
}

/*.card-form, .billing-form{
    letter-spacing: 0.1em;
}*/
.card-form-label {
  color: #000;
  font-size: 18px;
}

.discount-label {
  color: #000;
  font-size: 18px;
  display: inline;
}

.btn-red.login {
  font-size: 16px;
  background-color: #F37126;
  color: white;
  width: 30%;
  min-width: 170px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border: none;
  border-radius: 5px;
  line-height: 31px;
}

.btn-red.login:hover {
  background-color: #F3A726;
}

.btn-red.register {
  font-size: 16px;
  background-color: #F37126;
  color: white;
  width: 35%;
  min-width: 150px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border: none;
  border-radius: 5px;
  line-height: 31px;
}

.btn-calendar {
  font-size: 16px;
  background-color: #F37126;
  color: white;
  width: 100%;
  height: 50px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border: none;
  line-height: 31px;
  margin-bottom: 20px;
}

.btn-green {
  font-size: 16px;
  background-color: #1d832e;
  color: white;
  width: 100%;
  height: 60px;
  box-shadow: 2px 5px 2px 1px #d3d3d3;
  border: none;
  line-height: 31px;
}

.btn-green:hover {
  background-color: #1d832e;
  color: white;
}

.btn-green:active {
  background-color: #1d832e;
}

a.forgotPW {
  color: rgba(90, 88, 88, 1);
  /* font-weight: bold; */
}


.register input[type="checkbox"] {
  position: absolute;
  top: -6px;
  left: -15px;
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 2px solid #F37126;
  box-shadow: none;
  font-size: 2em;
}

.register input[type="checkbox"]:checked {
  background-color: #F37126;
}

.register input[type="checkbox"]:checked:after {
  content: "\2713";
  color: #fff;
  position: absolute;
  line-height: 1rem;
  font-size: 3rem;
  padding-left: 0.15rem;
  padding-top: 1rem;
}

.btn-green.btn[disabled] {
  background-color: #1d832e;
}

form i {
  position: absolute;
  top: 12px;
  left: 90%;
  cursor: pointer;
}

.collapse-plus {
  vertical-align: text-top;
}

#collapse_description.collapse:not(.in) {
  display: block;
  height: 200px !important;
  overflow: hidden;
}

#collapse_description.collapsing,
#collapse_description.collapse.in {
  height: auto;
}

a.description.collapsed::after {
  content: "READ MORE";
  border: 2px solid rgb(126, 121, 120);
  padding: 10px;
  color: rgb(126, 121, 120);
  text-decoration: none;
  font-weight: bold;
}

a.description:not(.collapsed)::after {
  content: "READ LESS";
  border: 2px solid rgb(126, 121, 120);
  padding: 10px;
  color: rgb(126, 121, 120);
  text-decoration: none;
  font-weight: bold;
}

a.description:focus {
  text-decoration: none;
}

div.purchase-data-row {
  margin-bottom: 15px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.tax-exempt {
  font-style: oblique;
  font-weight: bold;
  font-size: 0.7em;
  color: #333;
}

.note.pack-description {
  font-size: 0.6em !important;
  font-weight: lighter;
}

.ticketNote {
  font-size: 13px;
  color: #fff;
  margin-bottom: 30px;
}

.items-list {
  margin-left: 12px;
}

@media (max-width: 1150px) {
  .quantity-input {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 989px) {
  .quantity-input {
    width: 70px;
    height: 50px;
    font-size: 16px;
  }
}

#addToCalendarModalLabel {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.btn-white-login,
.btn-whiteRed-login {
  font-size: 16px;
  color: #777;
  border: none;
  line-height: 31px;
  margin-bottom: 20px;
  padding: 10px;
  /* background-color: #fff; */
  /* width: 96%; */
  /* height: 50px; */
  /* box-shadow: 2px 5px 12px 1px #d3d3d3; */
}

.btn-whiteRed-login {
  color: #F37126;
}

.btn-white-login:hover,
.btn-whiteRed-login:hover {
  background-color: #fff;
  color: #777;
}

.btn-white-login:active,
.btn-whiteRed-login:active {
  background-color: #fff;
}

.text-center {
  text-align: center;
}

.white-back {
  background-color: #fff;
  padding: 80px 20px;
}

h1#firefox-error-message-front-page {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}

#dashboard-header-frame {
  font-family: 'Montserrat';
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  /* align-items: center; */
  /* border-bottom: 1px solid black; */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
  height: 100px;
}

#dashboard-header-frame nav {
  height: 100%;
}

#dashboard-header-frame nav ul.main-nav-ul {
  display: flex;
  height: 100%;
}

#dashboard-header-frame nav ul.main-nav-ul .user {
  display: flow-root;
  /* height: 100%; */
}


.hidden-logout-form {
  display: none;
}

#eventcamp-address {
  margin-top: 35px;
  color: white;
}

span.span-red-text {
  color: red;
}

/* .send-email-container {
  margin-top: -110px;
} */

.send-email-container h2 {
  margin-bottom: 30px;
}

.card-header h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

/************** Main Page Overhauld ************/


.banner-box {
  display: flex;
  position: relative;
  /* background-image: linear-gradient(to bottom left, #BE4437, #F8631A); */
  background: linear-gradient(45deg, rgba(248, 99, 26, 1) 0%, rgba(190, 68, 55, 1) 71%);
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 100%;
  /* padding-bottom: 70px; */
  /* margin-bottom: 40px; */
  /* height: 88vh; */
}

.create-event {

  background: rgb(248, 99, 26);
  background: linear-gradient(67deg, rgba(248, 99, 26, 1) 0%, rgba(190, 68, 55, 1) 71%);

}

.create-event {
  display: block;
}


.container {
  /* display: flex; */
  /* position: relative; */
  width: 100%;
}

.create-event-banner-container {
  width: 0;
  display: contents;

}

.content {
  font-family: FuturaPT, sans-serif;
  /* z-index: 2; */
  /* position: absolute; */
  /* text-align: center; */
  margin-top: 170px;
  width: 555px;
  /* left: 20px; */
  float: left;
}

.content .tagline,
.bottom-content .tagline {
  color: #fff;
  font-weight: 700;
  font-size: 1.7em;
}

.content .main-tagline,
.bottom-content .main-tagline {
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  line-height: 1;
}

.content .banner-text,
.bottom-content .banner-text {

  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}

.content .first-text,
.bottom-content .first-text {
  line-height: 2;
}

.banner-box .banner-img img {
  /* height: 740px; */
  height: auto;
  width: 650px;
  max-width: 100%;
  /* max-height: 100%; */
  margin-top: 170px;
  /* margin-left: 580px;*/
  float: right;
}

.home-page-img {
  border-radius: 12%;
  box-shadow: rgba(248, 99, 26, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  /* box-shadow: rgba(248, 99, 26, 0.16) 0px 3px 6px, rgba(255, 255, 255, 0.23) 0px 3px 6px; */
}

.banner-box.create-event {
  max-width: 100%;
  height: auto;
}

.container .banner-button {
  margin-top: 80px;
  margin-bottom: 50px;
}

.container .banner-button .btn {
  color: #F8631A;
  font-weight: 700;
  margin-left: 25px;
  font-size: 1.2em;
  padding: 10px 35px;
  border-radius: 6px;
  background-color: #fff;
}

#information {
  margin-bottom: -30px;
  background-color: #fff;
  color: #F8631A;
  font-size: 1.5em;
  /* font-family: 'Montserrat'; */
}

#information .info-container {
  padding-top: 80px;
  padding-bottom: 100px;
  height: auto;
}

#information .title {
  padding-top: 80px;
  /* padding-bottom: 60px; */
  /* font-family: montserrat; */
  color: #5d5d5d;
  font-size: 2em;
  font-weight: 700;
}


#information img {
  align-items: center;
  width: 60%;
  /* height:75%; */
  background: #fff;
  padding: 15px;
  padding-bottom: 30px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  cursor: pointer;
}

/* #information  img:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
  } */

/*
#search-container {
  display: none;
  border-top: 10px solid rgb(205, 54, 46);
  background-color: hsl(160, 0, 216);
  height: 116px;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#search-container form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
  width: 100%;
}

#search-container label {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 30px;
  font-family: FuturaPT-h1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#search-container input {
  border: none;
  height: 74px;
  width: 45vw;
  border-radius: 37px;
  /* text-align: right; */
/* padding-left: 80px; */
/* font-size: 40px; */
/* } */

/*** Dhara search dashboard-header ******/

#dashboard-search-container {
  /* width: auto; */
  /* border-top: 10px solid rgb(205, 54, 46); */
  background-color: hsl(160, 0, 216);
  /* height: 116px; */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

#dashboard-search-container form {
  align-items: center;
  justify-content: space-between;
}

#dashboard-search-container input,
#business-connect-search-container input {
  color: #000;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
  width: auto;
  min-width: 360px;
  border-radius: 37px 5px 5px 37px;
  padding-left: 65px;
  font-size: 15px;
}


/*** Dhara search dashboard-header ends ******/

#featured-events,
#all-events {
  /*for index.blade.php home page page */
  background-color: #fae9e1;
  padding: 75px 0;
  /* opacity: .2; */
}

.all-event-card.event-card {
  display: inline-flex;
}

.events .event-box {
  background-color: #fff;
  margin: 10px 26px;
  height: 500px;
  width: 296px;
  border-radius: 5px;
}

.event-box {
  position: relative;
  bottom: 300px;
  z-index: 1;
  padding: 15px;
  padding-top: 15px;
  margin-left: 20px;
  margin: auto;
  text-align: center;
}

.price {
  color: #F8631A;
  font-size: 14px;
}

.event-box .btn {
  border-radius: 5px;
  border: none;
  outline: 0;
  padding: 5px;
  color: #fff;
  background-color: #F8631A;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  margin-top: 80px;
  /* font-family: 'Dosis', sans-serif; */
  font-weight: 700;
}

.basic .btn {
  margin-top: 153px;
}

.freecamp .btn {
  margin-top: 223px;
}

.event-box hr {
  border-top: 1px solid #F8631A;
}

.events .basic-text,
.premium-text {
  margin-bottom: 36px;
}

.event-box .check {
  color: green;
  margin-right: 5px;
  font-size: 17px;
}

.price-list div:first-child {
  font-weight: 700;
  /* padding-left: 400px; */
  padding-right: 35px;
}

.price-list div:last-child {
  font-weight: 700;
  /* padding-right: 400px; */
  padding-left: 35px;
}

.events .event-box a.is-disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  /* cursor: not-allowed !important; */
}

.max-container {
  max-width: 1224px;
  margin: 0 auto;
  /* padding-top: 12px; */
}

/* #events-near-you.max-container {
  max-width: 1424px;
} */

.header .max-container {
  max-width: 2524px;
  /* height: 55px; */
}

.event-card .calendar-icon {
  position: absolute;
  margin-left: 200px;
  margin-top: 145px;
  z-index: 11;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 12px;
  width: 64px;
  box-shadow: rgba(99, 99, 99, 0.7) 0px 2px 8px 0px;
  cursor: pointer;
}

ul.event-points {
  width: 270px;
  margin-left: 15px;
  text-align: left;
}

ul.event-points {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
}

/* make image responsive */
.responsive {
  max-width: 100%;
  height: auto;
}

#ticket-report .card-body {
  background: #ececec;
}

#ticket-report {
  border: 1px solid #F37126;
}

/******** styles for event landing page dropdown fix *********/

.collapse.in {
  display: block;
}

.card-body {
  background: #323232;
}


/************* For mobile phones screen size: *************/

@media only screen and (max-width: 767px) {

  .banner-box .banner-img img {
    margin-top: 0px;
    margin-bottom: 55px;
  }

  /* .header .max-container {
    visibility: hidden;
  } */

  /* .mobile-search{
    display: block;
  } */

  /* nav div#hamburger_button {
    display: block;
    width: 45px;
    height: 38px;
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 1000;
  }
   */
  /* nav div#hamburger_button span {
    background-color: #F8631A;
    height: 6px;
    width: 38px;
    border-radius: 10px;
    display: block;
    margin: 6px 7px 7px 7px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  } */

  /* Animation transitions for the individual bars of hamburger menu. */
  /* #navigation nav:hover #hamburger_button span#topbar {
    -webkit-transform: rotate(45deg) translate(8px, 10px);
    transform: rotate(45deg) translate(8px, 10px);
  }
  
  #navigation nav:hover #hamburger_button span#middlebar {
    opacity: 0;
  }
  
  #navigation nav:hover #hamburger_button span#bottombar {
    -webkit-transform: rotate(135deg) translate(-8px, 10px);
    transform: rotate(135deg) translate(-8px, 10px);
  }
   */

  /* main menu */
  /* nav ul.navlist {
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 100px;
    right: 1px;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 100;
    text-align: center;
  } */


  #navigation nav:hover ul.navlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  nav ul.navlist li {
    list-style-type: none;
    margin-bottom: 7px;
    padding: 5px;
    background-color: #fff;
  }

  /* Stop the LAST li from having margin-bottom  */
  nav ul.navlist li:last-of-type {
    margin-bottom: 0;
  }

  nav ul.navlist li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px 7px 18px;
  }

  nav ul.navlist li a:hover {
    display: block;
    text-decoration: none;
    color: #F8631A;
    padding: 8px 18px 7px 18px;
  }

  #dashboard-search-container input,
  #business-connect-search-container input {
    border: 0.5px solid #feb28d;
    box-shadow: #f8631a 0px 1px 4px !important;
    min-width: 280px !important;
    width: 100%;
    /* margin-top: 20px; */
  }

  #dashboard-search-container {
    /* display: none; */
    /* margin-right: 78px; */
    margin-top: 27px;

  }

  #search-icon {
    background: url("/images/logo/EC-tent-small.png") no-repeat !important;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
    margin-left: 5px;
  }

  /* to make logo left aligned */
  #dashboard-header-frame {
    display: inline;
  }

  /* change event banner and footer styles for mobile responsive view */
  /* @media only screen and (min-width: 390px){
    .sub-banner-container{
      width: 360px;
      height: 120px;
    }

    .footer{
      overflow: auto;
    }
  } */

}

.autocomplete-scroll-y {
  min-height: 90px;
  max-height: calc(100vh - 420px);
  overflow: hidden;
  overflow-y: auto;
}

.info-container a#download-pdf {
  margin-left: 7px;
  border: none;
  background-color: #f86318;
  width: 37px;
  height: 37px;
  border-radius: 5px;
  color: #fff;
}


/* Portrait and Landscape */
@media only screen and (min-width: 768px) and (max-width: 1200px) {

  label.access_code {
    font-size: 20px;
  }

  input#access_code {
    margin: 10px 20px 0 20px;
  }

  input.private-event{
    margin: 0 20px;
  }

  .banner-img{
    display: inline;
    /* justify-content: center; */
  }
  .banner-box .banner-img img{
    margin-top: 10px;
    margin-bottom: 50px;
    margin-right: 75px;
  }
  #input-container {
    /* margin-bottom: 25px;
    margin-right: 20px; */
    position: relative;
  }

  #navigation nav:hover ul.navlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  nav ul.navlist li {
    list-style-type: none;
    margin-bottom: 7px;
    padding: 5px;
    background-color: #fff;
  }

  /* Stop the LAST li from having margin-bottom  */
  nav ul.navlist li:last-of-type {
    margin-bottom: 0;
  }

  nav ul.navlist li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px 7px 18px;
  }

  nav ul.navlist li a:hover {
    display: block;
    text-decoration: none;
    color: #F8631A;
    padding: 8px 18px 7px 18px;
  }

  #dashboard-search-container input,
  #business-connect-search-container input {
    border: 0.5px solid #feb28d;
    box-shadow: #f8631a 0px 1px 4px !important;
    min-width: 280px !important;
    width: 100%;
  }

}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #f46b45, #eea849);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu>li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  margin-top: 15px;
  margin-right: 20px;
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #F8631A;
  position: absolute;
  height: 5px;
  width: 34px;
  transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {

  /* main menu */
  nav ul.navlist {
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50px;
    right: 1px;
    font-size: 1.1em;
    width: 100%;
    height: auto;
    background: transparent;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 100;
    text-align: center;
  }

  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle~.menu li {
    height: 0;
    margin: 2px;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.menu li {
    border: 1px solid #333;
    height: 50px;
    padding-bottom: 20px;
    /* padding: 0.5em; */
    /* transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); */
  }

  .menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .content {
    padding: 20px;
  }
}

/* nametag sample 1 style */
.nametag-sample{
  margin-top: 10px;
}

.nametag-sample a{
  text-decoration: none;
  color: #fff;
  
}

.sample-open{
  border-radius: 10px;
}

.nametag-sample a.sample-btn {
  border-radius: 10px;
  font-size: 20px;
  background-color: #F8631A !important;
  padding: 10px;
  margin-bottom: 10px;
}

/* .sample1 .sample-btn{
  background-color: #F8631A;
} */

div.samplecontainer{
  
  text-align: center;
  justify-content: center;
  /* width: 300px;
  height: 600px; */
  /* border: 1px solid #F8631A; */
}
div.sample-box {
  margin: 0 auto;
  /* justify-content: center; */
  width: 400px;
  height:525px;
  border: 3px solid #F8631A;
}

div.sample-box.size3x4 {
  height:320px;
}

div.sample-box.size6x8 {
  width:800px;
}
.nametag-agenda{
  margin: 0 auto;
    margin-top: 195px;
    text-align: center;
    font-size: 62px;
}

div.sample-banner{
  justify-content: center;
  align-items: center;
  /* padding: 36px 154px; */
    margin: 17px;
    width: 365px;
    height: 115px;
    border: 1px solid #000;
}

div.sample-banner p{
  text-align: center;
  font-size: 50px;
}

.down-arrow {
  transform: rotateX(180deg);
}

.sample-box .fn, .sample-box .ln{
  border: 1px solid #000;
  margin: 5px;
  padding: 5px;
}

.sample-box .cmp{
  margin-left: 98px;
  border: 1px solid #000;
  margin-top: 5px;
  padding: 5px;
}

.sample-box .QR{
  font-size: 45px;
  height: 200px;
  width: 200px;
  margin-left: 98px;
  border: 1px solid #000;
  margin-top: 15px;
  padding: 5px;
}

.sample-box .Ord-id, .sample-box .Reg-id{
  border: 1px solid #000;
  margin: 13px;
  padding: 5px;
}

.sample-download{
    width: 50%;
    background-color: rgba(243,113,38,1);
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    height: 35px;
    margin: 10px 0 10px 0;
    font-size: 18px;
}

.sample-download:hover{
  color: #F3A726;
}

.custom-checkbox {
  margin-top: 30px;
  margin-bottom: 20px;
	/*margin-bottom:0px !important;
	*/
}

 .custom-checkbox > [type="radio"], .custom-checkbox label {
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .custom-checkbox > [type="radio"]:not(:checked), .custom-checkbox > [type="radio"]:checked {
	 position: absolute;
	 left: -9999px;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label, .custom-checkbox > [type="radio"]:checked + label {
	 position: relative;
	 padding-left: 22px;
	 cursor: pointer;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:before, .custom-checkbox > [type="radio"]:checked + label:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 50%;
	 margin-top: -9px;
	 width: 17px;
	 height: 17px;
	 border: 1px solid #F8631A;
	 background: #fff;
	 border-radius: 2px;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:after, .custom-checkbox > [type="radio"]:checked + label:after {
	 font: normal normal normal 12px/1 'Glyphicons Halflings';
	 content: '\e013';
	 position: absolute;
	 top: 50%;
	 margin-top: -7px;
	 left: 2px;
	 color: #F8631A;
	 xtransition: all 0.2s;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:after {
	 opacity: 0;
	 transform: scale(0);
}
 .custom-checkbox > [type="radio"]:checked + label:after {
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="radio"][data-indeterminate] + label:after {
	 content: '\2212';
	 left: 2px;
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="radio"]:disabled:not(:checked) + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #dadada;
}
 .custom-checkbox > [type="radio"]:disabled:checked + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #F8631A;
}
 .custom-checkbox > [type="radio"]:disabled:checked + label:after {
	 color: #F8631A;
	 cursor: not-allowed;
}
 .custom-checkbox > [type="radio"]:disabled + label {
	 color: #aaa;
	 cursor: not-allowed;
}
 .custom-checkbox > [type="radio"]:checked:focus + label:before, .custom-checkbox > [type="radio"]:not(:checked):focus + label:before {
	 border: 1px solid #F8631A;
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .custom-checkbox label:hover:before {
	 border: 1px solid #F8631A !important;
}
 .custom-checkbox [type="radio"]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type="radio"]:disabled:checked + label:hover:before {
	 border: 1px solid #F8631A !important;
}
 

/* nametag sample 1 style */
.nametag-sample{
  margin-top: 10px;
}

.nametag-sample a{
  text-decoration: none;
  color: #fff;
  
}

.sample-open{
  border-radius: 10px;
}

.nametag-sample a.sample-btn {
  border-radius: 10px;
  font-size: 20px;
  background-color: #F8631A !important;
  padding: 10px;
  margin-bottom: 10px;
}

/* .sample1 .sample-btn{
  background-color: #F8631A;
} */

div.samplecontainer{
  
  text-align: center;
  justify-content: center;
  /* width: 300px;
  height: 600px; */
  /* border: 1px solid #F8631A; */
}
div.sample-box {
  margin: 0 auto;
  /* justify-content: center; */
  width: 400px;
  height:525px;
  border: 3px solid #F8631A;
}

div.sample-box.size3x4 {
  height:320px;
}

div.sample-box.size6x8 {
  width:800px;
}
.nametag-agenda{
  margin: 0 auto;
    margin-top: 195px;
    text-align: center;
    font-size: 62px;
}

div.sample-banner{
  justify-content: center;
  align-items: center;
  /* padding: 36px 154px; */
    margin: 17px;
    width: 365px;
    height: 115px;
    border: 1px solid #000;
}

div.sample-banner p{
  text-align: center;
  font-size: 50px;
}

.down-arrow {
  transform: rotateX(180deg);
}

.sample-box .fn, .sample-box .ln{
  border: 1px solid #000;
  margin: 5px;
  padding: 5px;
}

.sample-box .cmp{
  margin-left: 98px;
  border: 1px solid #000;
  margin-top: 5px;
  padding: 5px;
}

.sample-box .QR{
  font-size: 45px;
  height: 200px;
  width: 200px;
  margin-left: 98px;
  border: 1px solid #000;
  margin-top: 15px;
  padding: 5px;
}

.sample-box .Ord-id, .sample-box .Reg-id{
  border: 1px solid #000;
  margin: 13px;
  padding: 5px;
}

.sample-download{
    width: 50%;
    background-color: rgba(243,113,38,1);
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    height: 35px;
    margin: 10px 0 10px 0;
    font-size: 18px;
}

.sample-download:hover{
  color: #F3A726;
}

.custom-checkbox {
  margin-top: 30px;
  margin-bottom: 20px;
	/*margin-bottom:0px !important;
	*/
}

 .custom-checkbox > [type="radio"], .custom-checkbox label {
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .custom-checkbox > [type="radio"]:not(:checked), .custom-checkbox > [type="radio"]:checked {
	 position: absolute;
	 left: -9999px;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label, .custom-checkbox > [type="radio"]:checked + label {
	 position: relative;
	 padding-left: 22px;
	 cursor: pointer;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:before, .custom-checkbox > [type="radio"]:checked + label:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 50%;
	 margin-top: -9px;
	 width: 17px;
	 height: 17px;
	 border: 1px solid #F8631A;
	 background: #fff;
	 border-radius: 2px;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:after, .custom-checkbox > [type="radio"]:checked + label:after {
	 font: normal normal normal 12px/1 'Glyphicons Halflings';
	 content: '\e013';
	 position: absolute;
	 top: 50%;
	 margin-top: -7px;
	 left: 2px;
	 color: #F8631A;
	 xtransition: all 0.2s;
}
 .custom-checkbox > [type="radio"]:not(:checked) + label:after {
	 opacity: 0;
	 transform: scale(0);
}
 .custom-checkbox > [type="radio"]:checked + label:after {
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="radio"][data-indeterminate] + label:after {
	 content: '\2212';
	 left: 2px;
	 opacity: 1;
	 transform: scale(1);
}
 .custom-checkbox > [type="radio"]:disabled:not(:checked) + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #dadada;
}
 .custom-checkbox > [type="radio"]:disabled:checked + label:before {
	 box-shadow: none;
	 background-color: #eee;
	 border-color: #eee;
	 cursor: not-allowed;
	 opacity: 1;
	 color: #F8631A;
}
 .custom-checkbox > [type="radio"]:disabled:checked + label:after {
	 color: #F8631A;
	 cursor: not-allowed;
}
 .custom-checkbox > [type="radio"]:disabled + label {
	 color: #aaa;
	 cursor: not-allowed;
}
 .custom-checkbox > [type="radio"]:checked:focus + label:before, .custom-checkbox > [type="radio"]:not(:checked):focus + label:before {
	 border: 1px solid #F8631A;
	 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .custom-checkbox label:hover:before {
	 border: 1px solid #F8631A !important;
}
 .custom-checkbox [type="radio"]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type="radio"]:disabled:checked + label:hover:before {
	 border: 1px solid #F8631A !important;
}
 

/* event center ticket section */

#created-tickets .card-body,
#created-packages .card-body {
  background: #838383;
}

.is-disabled {
  /* color: currentColor; */
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.5;
  text-decoration: none;
}

/* Event center ticket section Custom-scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
  border-radius: 50px
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 50px
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999
}

.scroll-y {
  min-height: 90px;
  max-height: calc(100vh - 500px);
  overflow: hidden;
  overflow-y: auto;
}

article.custom-report-width div.scroll-y {
  min-height: 90px;
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
}

#created-packages div.scroll-y,
#created-tickets div.scroll-y {
  max-height: calc(100vh - 100px);
}

.shadow-box{
  border: 1px solid white;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  padding-bottom: 2px;
}

.close-form-btn {
  top: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  background-color: #F37126;
  margin-right: 10px;
  border-radius: 50px
}

.isDisabled {
  pointer-events: none;
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
#transaction-form .table tbody tr td {
  border-top: 0px;
  font-size: 16px;
  padding: 10px;
}

.credit-card-inputs {
  height: 215px;
}

.payment-data.online table {
  border-collapse: collapse;
  border-spacing: 0;
}

.payment-data.online td,
.payment-data.online th{
  border: 1px solid #DDDD;
  border-radius: 5px;
}

.payment-data.online .table tr {
  background-color: #FFF;
}


.payment-data.online .table  tr:hover {
  background-color: #F3A726;
}

.payment-data.online .table th {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  background-color: #F37126;
  color: white;
}

.btn-send-trans-email:hover {
  color: #F37126;
}

.reload.btn-success {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  background-color: #F37126;
  border: none;
}

#business-connect-search-container {
  position: relative;
  height: 100px;
  text-align: center;
  font-family: 'Montserrat';
  color: rgba(242,242,242,1);
}

#business-connect-search-container .title{
  font-weight: bold;
  font-size: 25px;
}

#business-connect-search-icon {
  position: absolute;
  width: 50px;
  height: 50px;
}

.fs-14 {
  font-size: 14px;
}

.ms-10 {
  margin-left: -10px;
}