:root {
    /* Text Colors */
    --text-primary: #F8631A;
    /* Border Colors */
    --border-primary: #F8631A;
    /* Background Colors */
    --bg-primary: #F8631A;
    /* Text hover Colors */
    --text-primary-hover: #F3A726;
    /* Background hover Colors */
    --bg-primary-hover: #F3A726;
}

body section#event-landing {
    font-family: 'Montserrat', sans-serif;
    color: #5a5858;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f2f2;
    padding-top: 5px;
}

#payment-message {
    color: #df1b41;
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

  
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: white;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: white;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.card-body div h1 {
    font-weight: 400;
    font-size: 17px;
}

.table {
    color: #5a5858;
}

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

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.black-content {
    font-size: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.lh-35 {
    line-height: 35px;
}

.lh-25 {
    line-height: 25px;
}

.lh-27 {
    line-height: 27px;
}

.fw-bold {
    font-weight: 700;
}

.w-25{
    width: 25%;
}
.custom-shadow {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

.text-primary {
    color: var(--text-primary) !important;
}

.text-secondary {
    color: #989898 !important;
}

.border-primary {
    border-color: var(--border-primary) !important;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.btn,
input {
    box-shadow: none;
}

.order-summary.border-top.border-primary {
    /* margin-top: 100px; */
}

.order-summary {
    font-family: 'Montserrat', sans-serif;
}

.order-summary-grid {
    justify-content: space-around;
    padding: 10px;
}

.text-black {
    color: #000;
}

.order-summary-grid .col-md-2,
.order-summary-grid .col-md-3 { 
    font-weight: 700;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 2px;
    border: 1px solid #dcd4d1;
}

.order-summary-grid .col-md-2 {
    background-color: #ececec;
}

.order-summary-grid .col-md-3.subtotal {
    margin-left: 5px;
}

button.btn,
.buttons input {
    /* margin-top: 5px; */
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 6px 22px;
    transition: all .2s ease;
}

.primary-btn {
    background-color: var(--bg-primary) !important;
    ;
    border-color: var(--border-primary);
}

.primary-btn:hover {
    background-color: #F3A726 !important;
    border-color: #F3A726 !important;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
}

.btn.pay-now {
    margin-left: 0;
}

/* 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
}

/* Banner Section */
.location-map {
    height: 100%;
    object-fit: cover;
}

.border-orange-right {
    border-right: 4px solid var(--border-primary);
}

.border-orange-top {
    border-top: 2px solid var(--border-primary);
}

.custom-hw {
    height: 59px;
    width: 343px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.link-ic {
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(45deg, var(--bg-primary), #fe965a);
    fill: #fff;
    border-radius: 50px;
    height: 59px;
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img {
    width: 100%;
    height: 100%;
    max-height: 910px;
    /* object-fit: cover; */
    min-height: 315px;
}

.partner-img {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 100%;
    object-fit: contain;
    width: 1920px;
    height: 300px;
}

/* eventlanding page 3 buttons */
div.info-buttons a {
    text-decoration: none;
}

.icon {
    height: 100px;
    width: 100px;
}

.info-buttons-mobile {
    height: 250px;

}

.info-buttons-mobile button,
.info-buttons-mobile input {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    width: 265px;
    overflow: hidden;
}

.info-buttons-mobile .icon {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 17px 10px;
    width: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}


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

    .title {
        font-size: 13px;
    }

    .cart-price-wrapper div{
        font-size: 13px;
    }

    .modal.custom {
        /* display: none; */
    }

    .payment-btn-container {
        margin-left: 15px;
        display: block !important;
    }

    .discount-container,
    .payment-btn-container div.checkout-btn {
        justify-content: center !important;
    }
    
    .payment-btn-container .checkout-btn {
        justify-content: center;
    }

    .border-orange{
        padding: 25px !important;
    }

    /* eventlanding page 3 buttons mobile*/
    div.info-buttons button,
    .info-buttons input {
        display: flex;
        width: 100%;
        margin-top: 10px;
        text-decoration: none;
    }

    /* eventlanding page 3 buttons mobile*/
    div.info-buttons a {
        text-decoration: none;
    }

    .available-details .card-header>a {
        font-size: 16px !important;
    }

    .m-border {
        border-bottom: 2px solid #F8631A;
    }

    .px-m-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .partner-img {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 150px;
    }

    .banner-img {
        min-height: 186px;
        width: 100%;
    }
}

/* Partners */
.partners .row {
    margin-bottom: -1rem;
}

/* gradient section */
.gradient {
    background-image: linear-gradient(to top, transparent 50%, #f2f2f2 50%),
        radial-gradient(#f2c0a3, rgba(242, 192, 163, .4) 50%, transparent, #f2f2f2);
    background-image: -webkit-linear-gradient(to top, transparent 50%, #f2f2f2 50%),
        -webkit-radial-gradient(#f2c0a3, rgba(242, 192, 163, .4) 50%, transparent, #f2f2f2);
    height: 180px;
    min-height: 165px;
    margin-top: -75px;
}

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

.fs-15 {
    font-size: 15px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-19 {
    font-size: 19px !important;
}

/* Available-details Collapsible */
.fs-17px {
    font-size: 17px;
}

.rounded-5 {
    border-radius: .5rem !important;
}

/* SOLD OUT TICKETS/PACKAGES */
.card-body.sold-out {
    background-color: rgba(0, 0, 0, .1);
}

.details-warpper {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
    margin: 0 -15px;
}

.main-details {
    border-radius: .5rem;
    background-color: #f7f7f7;
}

.qty-left {
    color: rgba(90, 88, 88, .6);
}

.available-details .card-header>a {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    box-shadow: none !important;
    transition: all .2s ease-in-out;
}

.available-details .card-header>a.bg-primary:hover {
    background-color: #F3A726 !important;
}

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

.qty-box {
    max-width: 50px;
    width: 65px;
    border: 2px solid;
    box-shadow: none;
    height: 30px;
    max-height: 40px;
}

.minus,
.plus {
    display: flex;
    width: 30px;
    color: #fff;
    /* background-color: var(--bg-primary) !important; */
    ;
    cursor: pointer;
    transition: all .2s ease-in-out;
    height: 30px;
    min-height: 30px;
    max-height: 40px;
    align-items: center;
    justify-content: center;
}

.minus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.plus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.minus:hover,
.plus:hover {
    background-color: var(--bg-primary-hover);
}

.arrow {
    text-align: center;
    border: 2px solid #4dbfd9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #4dbfd9;
    height: 32px;
    width: 32px;
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    max-width: 32px;
}

.arrow[aria-expanded="true"] {
    transform: rotateX(180deg);
    border-color: var(--border-primary);
}

.arrow[aria-expanded="true"] svg {
    fill: var(--text-primary);
}

.main-details ul li::marker {
    color: var(--text-primary);
}

.more-details {
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

@media (max-width: 767.98px) {

    .payment-btn-container #submit-button.btn {
        font-size: 13px !important;
        margin-top: 15px !important;
    }

    .qty-box {
        max-width: 50px;
        width: 50px;
        height: 35px;
        max-height: 35px;
        font-size: 16px !important;
    }

    .minus,
    .plus {
        width: 35px;
        height: 35px;
        min-height: 35px;
        max-height: 35px;
    }
}

/* Cart-sidebar */
.overlayOffCanvas {
    display: none;
    position: fixed;
    z-index: 1028;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: transparent;
}

.show~.overlayOffCanvas {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: flex;
}

.close-menu-btn {
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-primary);
    margin-right: 10px;
    border-radius: 50px;
}

.cart-wrapper {
    border: 1px solid #F8631A;
    margin: 0 auto;
    width: 750px;
    /* min-height: 400px; */
    /* max-height: 70%; */
    /* margin-top: 100px; */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 675px; */
}

.cart-wrapper .card {
    height: 500px;
}

.cart-wrapper .mobile-card.card {
    height: 325px;
}

.cart-wrapper .form-control{
	font-family: 'Montserrat', sans-serif;
}

.mobile-card{
    /* margin-bottom: 30px; */
}

.cart-wrapper .card .card-header h5 {
    font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}


.cart-item{
	font-weight: 501 !important;
    font-size: 15px !important;
}

.cart-wrapper .table tr td {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.cart-title-wrapper .title {
    min-width: 130px;
}

.cart-item-list .more-details.li:last-child {
    margin-bottom: 0 !important;
}

.delete-item {
    height: 35px;
    /* width: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    background-color: #f2f2f2;
    /* border-radius: 50px; */
    transition: all .2s ease-in-out;
}

.delete-item:hover {
    color: #fff;
    background-color: var(--bg-primary-hover) !important;
}

.order-summary .table>:not(caption)>*>*,
.payment-total .table>:not(caption)>*>* {
    border: 0;
}

.order-summary-grid .table>:not(caption)>*>* {
    border: 0;
}

.cart-wrapper .scroll-y {
    margin: 2px;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.45) inset;
    min-height: 220px;
    max-height: calc(100vh - 500px);
    overflow: hidden;
    overflow-y: auto;
}

.detail-scroll-y {
    height: 259px;
    /* max-height: calc(100vh - 555 px); */
    overflow: hidden;
    overflow-y: auto;
}

.text-white {
    color: #fff;
}

td.text-end {
    white-space: nowrap;
}

.cart-wrapper {
    margin: 15px auto;
    /* margin: 50px 0; */
}

@media (min-width: 1200px) {

    .border-light {
        border: 2px solid #ccc;
        ;
    }

    .payment-info {
        height: 300px;
    }

    /* make shopping item section narrower  */
    .details-container {
        width: 78%;
        margin-left: 11%;
    }

    .aside-wrapper {
        width: 1000px;
        min-width: 1000px;
        max-width: 1000px;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100% !important;
        z-index: 1030;
        transform: translateX(1000px);
        transition: all .3s ease-in-out;
    }

    .close-menu-btn {
        right: 1000px;
    }

    .aside-wrapper.show {
        transform: translateZ(0);
    }
}

@media (max-width: 1200px) {

    /* .payment-wrapper {
        box-shadow: -1px -2px 5px rgb(0 0 0 / 15%);
        min-width: auto;
        margin-top: 1rem;
    } */

    .overlayOffCanvas {
        display: none !important;
    }
}

/* Payment */
.payment-wrapper {
    /* padding-top: 135px;
    padding-bottom: 100px; */
    margin: 10px auto 50px auto;
    width: 750px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
    z-index: 1;
    min-width: 400px;
}

.payment-wrapper .card .card-header h5 {
    font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.payment-info {
    height: 455px;
    /* height: calc(100vh - 368px);
    overflow: hidden;
    overflow-y: auto; */
}

.method-list input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid var(--border-primary);
    border-radius: .25rem;
}

.checkmark:hover {
    /* background-color: rgba(248, 99, 26, .35); */
}

.select-option label {
    color: #696969;
}

.method-list label {
    display: block;
    position: relative;
    margin-bottom: .5rem;
    cursor: pointer;
    font-size: 15px;
}

.method-list input:checked~.checkmark::after {
    padding-left: 2px;
    content: "\2713";
    color: #F37126;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.no-method-selected {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.no-method-selected p {
    max-height: calc(100vh - 300px);
    height: 250px;
    width: auto;
}

.form-label {
    font-size: 12px;
    font-weight: 600;
}

.card-ic {
    display: block;
    width: 60px;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    background: url('../images/eventLanding/Payment_Spirint-02.png') no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.visa {
    background-position: 0 0;
}

.mastercard {
    background-position: -54px 0;
}

.american-express {
    background-position: -111px 0;
}

.discover {
    background-position: -169px 0;
}

/**********************/

.card-body {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}


/* hide control buttons of input form inorder to let plus and minus buttons work*/
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.ticket-collapse-button,
.agenda-collapse-button,
.session-collapse-button {
    border: none;
    background-color: #fff;
}

.text-orange {
    color: #f8631a;
    ;
}

input.plus,
input.minus {
    font-size: 25px;
    border: none;
}

/******************* COPY URL **********************/
.copy-url {
    cursor: pointer;
}

.copy-url:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* The actual popup on URL copy  */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.guest-btn {
    width: 223px;
    margin-left: 10px;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
}

/* Add animation (fade in and out the popup) */
@-webkit-keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.clover-name-card {
    margin-left: 17px !important;
    width: 95.5% !important;
}

/* // for Mobile view cart */

@media (max-width: 767.98px) {

    .guest-btn {
        width: 223px;
        margin-left: 0px;
    }

    .clover-name-card {
        margin-left: 17px !important;
        width: 90% !important;
    }

    .business-connect #sponsors h1, .business-connect #sponsors p.text-end, .business-connect #booths h1, .business-connect #booths p.text-end, .business-connect #attendees h1, .business-connect #attendees p.text-end {
        font-size: 15px !important;
    }
    .cart-wrapper {
        height: auto;
    }

    .scroll-y {
        max-height: 370px;
    }

   

    .payment-wrapper {
        min-width: 290px;
        width: auto;
        box-shadow: -1px -2px 5px rgba(0, 0, 0, .15);
        /* min-width: auto; */
        margin-top: 1rem;
    }

    .payment-info {
        height: 490px;
    }

    /* .payment-info {
        height: auto;
    } */

    .select-option {
        padding-bottom: 0 !important;
    }
}

select#expiry_year,
select#expiry_month {
    -webkit-appearance: listbox !important
}

/* EventLanding page info slider */
#infoModal {
    /* position: absolute; */
    min-height: 100%;
    right: 0px;
}

.modal.custom .modal-dialog {
    width: 0px;
    /* width: 500px; */
    /* min-width: 500px;
    margin: 0;
    height: 100%;
    float: right; */
}

.modal.custom .modal-dialog .modal-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    min-width: 600px;
    background: linear-gradient(0deg, rgb(247, 145, 94) 0%, rgb(249, 184, 152) 35%, rgb(249, 201, 177) 80%, #fff 100%);
    right: 0px;
}

.modal.custom .modal-dialog .modal-content .modal-body .info-one h2 {
    text-align: center;
    color: #000;
    font-size: 25px;
}

.modal.custom .modal-dialog .modal-content .modal-body .info-one div.browser-icons {
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
}

span.safari {
    margin-left: 145px;
}

span.chrome {
    margin-left: 40px;
}


.modal.custom .modal-dialog .modal-content .modal-body .info-one h2 span {
    text-align: center;
    color: #000;
    text-shadow: #f8631a 1px 0 10px;
    font-size: 22px;
}

.modal.custom .modal-dialog .modal-content .modal-body .info-two h2 {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 30px;
}

.modal.custom .modal-dialog .modal-content .modal-body h3 {
    color: #fff;
    text-align: center;
    text-shadow: #f8631a 1px 0 10px;
    font-size: 30px;
}

.modal.custom .modal-dialog .modal-content .modal-body p span {
    font-weight: 700;
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.modal.custom .modal-dialog .modal-content .modal-body div.steps3 p span.steps {
    font-size: 20px;
    font-weight: 400;
}

.modal.custom .modal-dialog .modal-content .modal-body div.steps3 p span.check {
    font-size: 20px;
}


@keyframes right_to_left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.steps {
    text-shadow: 1px 1px 2px var(--text-primary-hover);
    color: var(--text-primary);
}

.modal.custom .modal-dialog button.close-btn {
    margin-left: 600px;
}

.modal.custom .modal-dialog .modal-content .modal-body div span.check {
    margin-right: 10px;
    color: var(--text-primary);
}


.modal.custom .modal-dialog .modal-content .modal-body div.steps3 p {
    text-align: center;
    color: #000;
    margin-top: 25px;
    font-size: 17px;
}

.text-black-modal {
    color: #000;
    font-weight: 700;
}

.modal.fade.custom .modal-dialog {
    /* transform: translate(200%, 0px); */
    transform: translate(-320px, 100px);
}

.modal.fade.custom .modal-dialog a.close-menu-btn {
    left: 610px;
    top: 50%;
    cursor: pointer;
}

.modal.show.custom .modal-dialog {
    /* transform: none; */
}

.modal.custom .modal-dialog .modal-content .modal-body a div.slider-logo {
    margin-left: 20px;
    padding-right: 250px;
    margin-top: 50px;
    width: 215px;
    height: 65px;
    background-size: 215px;
    background: url(/images/logo/logo.png) no-repeat center;
}

#info-modal-logo img{
    margin-top: 18px;
}

.info-one {
    overflow: auto;
    height: 195px;
    margin: 20px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgb(247, 145, 94) 5px 5px, rgb(247, 145, 94, 0.3) 10px 10px, rgb(247, 145, 94, 0.2) 15px 15px, rgb(247, 145, 94, 0.1) 20px 20px, rgba(255, 155, 255, 0.05) 25px 25px;
}

.info-two {
    color: #000;
    overflow: auto;
    height: 170px;
    margin: 20px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgb(247 145 94) 5px 5px, rgb(247 145 94 / 30%) 10px 10px, rgb(247 145 94 / 20%) 15px 15px, rgb(247 145 94 / 10%) 20px 20px, rgb(255 155 255 / 5%) 25px 25px;
}

.info-two h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.info-two ul {
    list-style: none;
    width: 100%;
}

.info-two ul li::before {
    filter: invert(0%) sepia(18%) saturate(7446%) hue-rotate(192deg) brightness(20%) contrast(83%);
    margin-right: 5px;
    margin-top: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url(/images/logo/favicon-32x32.png);
    background-size: 20px 20px;

}

.info-two ul li {
    display: list-item;
}

.step-info {
    padding-top: 125px;
  }

.businessconnect-agenda-block-name {
    font-size: 18px;
    color: #fff;
    /* margin-left: -15px; */
    background-color: #f8631a;
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 10px;
}

.agendas-list .agenda-info{
    color: #f8631a;
    font-weight: 700;
}

.agendas-list span.dot {
    color: #f8631a;
    font-size: 20px;
  }

.display-package{
    padding: 2px;
}

.business-connect #sponsors h1,
.business-connect #sponsors p.text-end,
.business-connect #booths h1,
.business-connect #booths p.text-end,
.business-connect #attendees h1,
.business-connect #attendees p.text-end{
    text-align: left;
    font-size: 20px;
    font-weight: 700 !important;
}

.business-connect #sponsors .qr-code-container img, .business-connect #booths .qr-code-container img{
  margin-top: 30px;
    box-shadow: rgba(248,99,26, 0.7) 0px 1px 2px 0px, rgba(248,99,26, 0.7) 0px 2px 6px 2px;
}

.business-connect #sponsors .info p, .business-connect #booths .info p{
    text-align: center;
}

.business-connect #sponsors .info, .business-connect #booths .info{
    margin-bottom: 20px;
}

.business-connect #attendees .border-bottom{
    border-bottom: 1px solid #f8631a !important;
}

.business-connect .show, #event-landing .show{
    margin-left: 0 !important;
}

.business-connect{
 font-family: 'Montserrat', sans-serif;
}

.business-connect .banner-img {
    object-fit: fill;
}

.center-elm {
    margin: 20px auto !important;
}

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

button#show-agenda-list,
button#show-session-list {
    width: 75%;
}

.agenda-heading {
    font-weight: 700;
}

.m-20 {
    margin: 5px 30px;
}

.border-orange {
    padding: 15px;
    border: 1px solid #F8631A;
}

.object-align-center {
    margin: 0 auto;
}

.discount-btn {
	padding: 5px 10px !important;
}

.payment-btn-container {
    align-items: center;
    justify-content: space-between;
}

/* cloverconnect */

#cc_error {
    margin: 0 auto;
    text-align: center;
    font-size:15px;
    background-color:red;
    padding:0 5px;
    border:1px solid #fff;
    border-radius:10px;
    display:none;
    color:#fff;
    font-weight:700;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
    border-radius: 4px;
    overflow-x: auto; /* Enable horizontal scrolling on small screens */
    white-space: nowrap; /* Prevent pagination items from wrapping */
    width: 375px;
}

.pagination-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
  }

  .pagination>li>a, .pagination>li>span {
    color: rgb(126, 121, 120);
  }

  .page-item.active .page-link{
    background-color: #F37126;
    border-color: #F37126;
  }

  .page-item.active .page-link:hover{
    background-color: #F3A726;
    border-color: #F3A726;
  }