/* Theme Name: Lifevent Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: Lifevent is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Lifevent will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: lifevent
Version: 1.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  lifevent-child
*/


@font-face {
    font-family: Montserrat;
    src: url(./assets/font/Montserrat/Montserrat-VariableFont_wght.ttf);
}
@font-face {
    font-family: Philosopher;
    src: url(./assets/font/Philosopher/Philosopher-Regular.ttf);
}


html,body , h1, h2, h3, h4, h5, h6, .second_font{
    font-family: Philosopher !important;
}

video{
    width: 100%;
}
#vtheme-wrapper {
    background-color: #fdfdfd;
}
.gradient-bg{
    background: linear-gradient(343deg,rgba(58,56,226,1) 12%,rgba(236,35,36,1) 100%);
}
input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #dee2e6;
    border-radius: 0.25em;
    cursor: pointer;
    position: relative;
    top: 3px;
}
input:checked[type="checkbox"]  {
    background-color: blue;
    /* background-image: 'data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e'; */
}


.poster-submission-table {
    padding: 50px 0;
}
.poster-submission-table-header {
    text-align: center;
    margin-bottom: 50px;
}
.poster-submission-table-header > * {
    margin: auto;
}
.poster-submission-table-body table thead tr th {
    font-weight: bold;
}
.poster-submission-table-body table thead tr th > * {
    margin: auto;
}
.poster-submission-table-action {
    text-align: center;
}
.poster-submission-button {
    display: inline-block;
    min-width: 250px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 13px 25px 14px;
    text-align: center;
    cursor: pointer;
}
.poster-submission-button:last-child {
    margin-left: 10px;
}


.steps-container {
    margin: 50px 0;
}

.steps-container-wrapper {
    display: inline-flex;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.step-box {
    position: relative;
    flex: 1 1 auto;
    justify-content: flex-start;
    min-height: 70px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #f8f8f8;
    border-color: #e4e4e5;
    padding: 16px 26px;
    border-radius: 0px;
    transition: all ease-in-out .3s;
}
.step-box:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.step-box:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.step-box:not(:first-child)  {
    margin-left: -1px;
}
.step-box.active {
    background-image: -webkit-linear-gradient(120deg, #32AFC8 0%, #124F90 100%);
    color: #fff;
}
.step-box.active:after {
    right: 0;
    border: solid 20px transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f8f8f8;
    top: 50%;
    transform: translateY(-50%);
}
.step-box .count {
    font-size: 43px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
}
.step-box span {
    text-transform: uppercase;
    position: relative;
}
/* STEPS */

.registration-step-action {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.registration-submission-button {
    display: inline-block;
    min-width: 250px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 13px 25px 14px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.registration-submission-button.cancel {
    margin-right: auto;
}

.registration-submission-button.previous {
    margin-right: 10px;
    display: none;
}
.registration-submission-button.previous.show {
    display: block;
}

.poster-submission-meta-pricing-container {
    padding: 50px 0;
    min-height: 350px;
}
.pricing-card-container {
    display: flex;
    width: 100%;
}
.pricing-card-box {
    width: 350px;
    height: 250px;
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.25s ease-in-out;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    background-image: conic-gradient(at center top,rgb(224, 169, 38),rgb(138, 55, 217),rgb(89, 130, 246));
}
.pricing-card-box:hover {
    transform: scale(1.04);
    box-shadow: 0px 5px 7px -6px rgba(0, 0, 0, 0.08), 0px 8px 13.5px -6px rgba(0, 0, 0, 0.12), 0px 16px 36px -6px rgba(0, 0, 0, 0.15);
}
.pricing-card-title {
    font-weight: 600;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}
.pricing-card-price-currency {
    font-size: 1.2rem;
}
.pricing-card-price-amount {
    font-weight: 600;
    font-size: 3rem;
    margin-top: auto;
    line-height: 0.85;
}
.pricing-card-box input{
    display: none;
}
.pricing-card-box input:checked ~ .pricing-selected {
    display: flex;
}
.pricing-selected {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1a8404;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    display: none;
}
.upload-attachment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ccc;
    padding: 15px;
    border-radius: 5px;
    background: #f9fafb;
    cursor: pointer;
}
.upload-contatiner {
    position: relative;
}
.upload-contatiner input {
    display: none;
}

.draganddropaction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.uploaddiv {
    text-align: center;
    padding: 10px 0;
}
.browsefileaction {
    width: 100%;
    background: #787878;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}
.upload-preview{
    opacity: 0;
}
.upload-preview.show {
    opacity: 1;
}
.upload-preview-container{
    width: 100%;
    padding: 10px;
    background: #1d60ec;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.upload-preview-filename {
    flex: 1;
}
.upload-preview-action {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.upload-preview-action span {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 10px;
}
.poster-submission-wysiwyg-editor {
    padding: 80px 0;
}
.poster-submission-wysiwyg-editor > * {
    color: #000;
}

.account-payment-method-container {
    width: 100%;
    height: 100%;
    background: #3e3e3e;
    padding: 50px 20px;
}
.account-payment-method-container.hide{
    display: none;
}
.account-payment-method-container .nav-pills .nav-link{
    padding: 5px;
    font-size: 39px;
    line-height: normal;
    border-radius: 0;
}
.account-payment-method-container .nav-pills .nav-link.active{
    background: none;
    border-bottom: 5px solid #fff;
}
.account-payment-method-container .tab-content{
    padding: 0;
}
.account-payment-method-container fieldset#submissiondetailsform {
    height: 300px;
    margin: 50px 0 100px;
}
.account-payment-method-container .custom-card {
    padding: 15px 0;
    border-bottom: 3px solid #393939;
}
.account-payment-method-container label{
    color: #e6a677;
}
.account-payment-method-container input{
    background: none !important;
    border: 0;
    border-bottom: 3px solid #393939 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 15px 0;
    color: #fff !important;
}

.account-summary-container {
    margin: 50px 0;
    padding: 10px;
}
.account-summary-container > .row {
    box-shadow: 0 0 8px -1px #e3e3e3;
}
.account-summary-box {
    display: flex;
    align-items: center;
}
div#attachment {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.account-name {
    font-weight: bold;
    font-size: 22px;
    margin-right: 10px;
}
.account-email {
    text-decoration: underline;
}
.account-label {
    font-weight: bold;
    margin-right: 10px;
}
.account-additional-details{
    margin-top: 10px;
}
.account-additional-detail-title {
    font-weight: bold;
    text-transform: uppercase;
}
.account-summary-info {
    padding: 25px;
    border-bottom: 1px solid #ececec;
}
.account-summary-order {
    padding: 30px;
}
.account-summary-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.accoumt-summary-item-text {
    font-weight: bold;
}
.account-summary-additional-order {
    padding: 0 30px;
}
.account-summary-additional-item {
    display: flex;
    align-items: center;
    justify-content: end;
}
.accoumt-summary-additional-item-text {
    font-weight: bold;
    margin-right: 10px;
}
.account-summary-total-container {
    padding: 10px 20px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account-summary-total-wrapper {
    display: flex;
    border-bottom: 5px solid #8c8c8c;
    align-items: baseline;
    padding: 0 10px;
}
.account-summary-total-text {
    font-weight: bold;
    margin-right: 10px;
}
.account-summary-total-price .amount {
    font-size: 28px;
    font-weight: bold;
}

#card-element {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}
.custom-card-error {
    font-size: 12px;
    color: #f93737;
}

.pre-conference-page-form{
    padding: 15px;
    outline: none;
}

.pre-conference-page-form-title {
    font-size: 32px;
    font-weight: bold;
}

/* ============================ WORKSHOP OPTION ============================ */
.pre-conference-options {
    margin-bottom: 50px;
}


.event-ticket {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.event-ticket-details {
    flex: 1 0 0%;
    background: #989898;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    transition: all .3s ease-in-out;
}

.event-ticket input:checked + .event-ticket-details .event-select-box{
    background: rgb(26, 132, 4);
}

.event-select-box {
    color: #fff;
    background: #b5b5b5;
    padding: 15px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.event-ticket-detail-box {
    color: #fff;
    flex: 1;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.event-ticket-detail-box-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.event-ticket-detail-box .title{
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}
.event-ticket-detail-box .date {
    font-size: 18px;
}
.event-ticket-detail-box-price {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.event-ticket-detail-box-price .currency {
    font-weight: bold;
}
.event-ticket-detail-box-price .amount {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}
.event-select-overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(120deg, #124F90 0%, #32AFC8 100%);
    top: 0;
    right: 0;
    transition: all .5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
}

.event-ticket-days-container {
    flex: 0 0 auto;
}
.event-ticket-label {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
.event-ticket-days {
    overflow: hidden;
    display: flex;
    transition: all ease-in-out .3s;
    position: relative;
    padding: 10px 0;
}
.event-ticket-day-box {
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* color: #b5b5b5; */
    box-shadow: 0 0 8px #e6e6e6;
}

.event-ticket-day-box:hover{
    background: rgb(128 242 104);
    /* color: #fff; */
}

.event-ticket-day-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-linear-gradient(120deg, #3a38e2 0%, #ff1c1d 100%); */
    background: rgb(26, 132, 4);
    transition: all ease-in-out .3s;
    right: 100%;
}
.event-ticket-day-box.disabled {
    background: #989898;
}
.event-ticket-day-box .caption {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}
.event-ticket-day-box .day {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.event-ticket.active .event-select-box {
    background: rgb(26, 132, 4);
}
.event-ticket.active .event-ticket-day-box.active {
    color: #fff;
}
.event-ticket.active .event-ticket-day-box.active:after {
    right: 0;
}
.event-ticket.disabled .event-select-overlay{
    right: 100%;
}   
.event-ticket.disabled .event-ticket-detail-box {
    color: #000;
}

.no-package-container,
.no-ticket-container
{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.no-package-container.hide{
    display: none;
}

.detail-box .caption {
    font-weight: bold;
}

.sponsor-option-container{
    display: none;
}

.sponsor-option-container.show{
    display: block;
}

.sponsor-option-body {
    display: flex;
    padding: 20px;
}

.option-item {
    box-shadow: 0 0 8px #c3c3c3;
    margin: 0 10px;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #f9f9f9;
}
.option-item:hover{
    background: #fff;
}

.opiton-detail {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.option-title {
    font-size: 32px;
    font-weight: bold;
}

.option-price {
    margin-top: auto;
}

.option-amount {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

.option-selected {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1a8404;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    display: flex;
    opacity: 0;
}

.option-item.active  {
    transform: scale(1.04);
    background: #fff;
}
.option-item.active .option-selected{
    opacity: 1;
}


.visible-option{
    display: none;
}

#approval-page-form {
    padding: 10px;
}
#approval-page-form.hide{
    display: none;
}
.approval-page-body {
    padding: 15px;
    box-shadow: 0 0 8px -3px #8e8e8e;
    border-radius: 10px;
}
.approval-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-purchase {
    margin-bottom: auto;
}
.approval-details .module {
    text-transform: uppercase;
}
.approval-documents img {
    margin: auto;
}
.approval-documents iframe {
    width: 100%;
    min-height: 500px;
}
.verifcation-step-action {
    display: flex;
}
.verifcation-step-action > div {
    margin: 0 5px;
}
#summary-page-form {
    padding: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.error {
    background: red;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* LOADING SCREEN  */
.screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff4f;
    display: flex;
    align-items: center;
    z-index: 9999999999999;
    visibility: hidden;
}
.screen.show {
    visibility: visible;
}

.loader {
    width: 100%;
    height: 15px;
    text-align: center;
}

.dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    display: inline-block;
}

.dot:first-child:before {
    animation-delay: 0ms;
}

.dot:first-child:after {
    animation-delay: 0ms;
}

.dot:last-child:before {
    animation-delay: 200ms;
}

.dot:last-child:after {
    animation-delay: 200ms;
}

.dot:before{
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: blue;
    animation-name: dotHover;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
    background: #c016ee;
    border-radius: 100%;
}

.dot:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    box-shadow: 0px 0px 1px black;
    opacity: .20;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100%;
    animation-name: dotShadow;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
}

@keyframes dotShadow {
    0% {
        transform: scaleX(1);
    }
    50% {
        opacity: 0;
        transform: scaleX(.6);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes dotHover {
    0% {
        top: 0px;
    }
    50% {
        top: -50px;
        transform: scale(1.1);
    }
    100% {
        top: 0;
    }
}
.event-committee-members .ova-speakers{
    height: 100%;
}
.event-committee-members .ova-speakers .items-speakers{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.event-committee-members .ova-content{
    height: 100%;
}
.event-committee-members .list-con{
    display: none;
}
.event-committee-members .skill{
    font-size: 14px;
}
.event-committee-members .content-popup {
    height: 320px;
    overflow: auto;
}
.volunteer-popup-img {
    height: 100%;
    display: flex;
    align-items: center;
}

.swal2-container {
    z-index: 999999 !important;
}

body.page-template-verification {
    overflow: hidden;
}


body.page-template-verification .verification-template {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 999999;
    overflow: auto;
    padding: 15px;
 
}

body.page-template-verification .select2-dropdown,
body.page-template-abstract-list .select2-dropdown
{
    z-index: 999999 !important;
}

.verification-container {
    width: 900px;
    margin: auto;

}
.verification-information {
    background: #efefef;
    border-top: 5px solid;
}


.registration-days a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #E9EDF0;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    width: 100%;
    text-decoration: none;
}

.registration-days a.active {
    background: #124F90;
    color: #fff;
}

#scrollUp{
    background-color: #124F90 !important;
}

.event-single-title.hide,
.event-package-title.hide{
    display: none;
}

label.ticket-item {
    cursor: pointer;
}

label.ticket-item input{
    display: none;
}

.schedule a.active{
	background: rgb(18, 82, 150);
    background: linear-gradient(90deg, rgba(18, 82, 150, 1) 0%, rgba(32, 61, 118, 1) 35%, rgba(86, 196, 193, 1) 100%) !important;
}

#fieldset-personal,
#fieldset-author,
#fieldset-abstract,
#fieldset-abstract-b,
#summary-page-form {
    width: 900px;
    margin: 50px auto;
    padding: 50px;
    box-shadow: 0 0 8px #bebebe;
    border-radius: 5px;
}
.poster-background{
    background-image: url(./images/bg_transparent2.png);
    padding: 50px;
    position: relative;
}
.poster-background:before {
    background-image: -webkit-linear-gradient(120deg, #124F90 0%, #32AFC8 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.poster-background h1,
.poster-background h2,
.poster-background h3,
.poster-background h4,
.poster-background h5,
.poster-background h6,
.poster-background p, .poster-background ul, .poster-background ol {
    color: #fff !important;
}

#tabs-option.error , 
.tabs-suboption.error {
    border: 1px solid red;
}

body.page-template-abstract-list {
    overflow: hidden !important;
}
body.page-template-abstract-list .abstract-template {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #eee;
    z-index: 999999;
    overflow: auto;
    padding: 15px;
}

body.page-template-abstract-list .offcanvas  {
    z-index: 999999;
}


.preload {
    position: relative;
}

.preload:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.coming-soon-container {
    padding: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming-soon-wrapper {
    width: 1100px;
    padding: 100px;
    box-shadow: 0 0 8px 3px #e0e0e0a6;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./images/bg_transparent2.png);
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.coming-soon-wrapper:before {
    background-image: -webkit-linear-gradient(120deg, #124F90 0%, #32AFC8 100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cooming-soon-title {
    font-size: 90px;
    color: #fff;
}

.bubble-comment {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.hidedpd span.icon-accor {
    display: none !important;
}

.registration-price-display-container {
    position: relative;
    padding: 50px 0;
}
.registration-price-display-container.hide{
    display: none;
}

.price-text-header {
    background: linear-gradient(120deg, #125296 50%, #56C4C1 100%);
    padding: 20px 0 !important;
    border: 0 !important;
}

.bg-soft-info {
    background: #2978a4;
    color: #fff;
}

.card-box{
    box-shadow: 0 0 8px 0px #cecece;
}

.reg-price-box {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    /* box-shadow: 0 0 8px 0px #4db4bb4d; */
    border-bottom: 1px solid #4eb6bc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 20px;
}

.reg-price-box h3, .reg-price-box h1 {
    margin: 0;
    line-height: normal;
}

.card-body-box{
    background: linear-gradient(120deg, #125296 40%, #56C4C1 100%);
    color: #fff !important;

}

/* .reg-price-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 10px solid #71b6f9;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #71b6f9;
}



.reg-price-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #71b6f9;
    border-bottom: 10px solid #71b6f9;
    border-top: 10px solid transparent;
} */


body.page-template-onsite-api{
    overflow: hidden;
}

body.page-template-onsite-api .select2-container{
    z-index: 9999999 !important;
}

.onsite-api {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
    z-index: 999999;
    top: 0;
    display: flex;
    flex-direction: column;
	overflow-x: hidden;
    overflow-y: auto;
}

.onsite-category-box {
    background: #f1eee0;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.onsite-category-box h1 {
    font-size: 52px;
}
.onsite-category-box span {
    font-size: 14px;
}
.modal,
.swal2-container{
    z-index: 9999999 !important;
}

#qrscanner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ticketbox {
    background: #f1eee0;
    padding: 10px;
    border-radius: 10px;
}

.ticketbox.active {
    background: #0d6efd;
    color: #fff;
}


.connecttoprinter {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.connecttoprinter a {
    background: #3c4972;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
}