/*
CSS DIRECTORY:
      1. =FONT FACE
      2. =GENERAL
      3. =OFFER
      4. =BUTTONS
      5. =LAYOUT
      6. =TRANSITIONS
      7. =NAV TOP
      8. =NAV SIDE
      9. =TABLES
     10. =VENUES
     11. =DEVICES
     12. =TEASERS
     13. =CARDS
     14. =BUBBLE WRAP AUTOMATION
     15. =MOMENTS
     16. =TREE VIEW FOR ORGANIZATIONS
     17. =INPUTS
     18. =TOGGLE SWITCH
     19. =USERS
     20. =BROADCASTER
     21. =CUSTOM ALERTS
     22. =INTEGRATIONS
*/

/* Variables */
:root {
    --border-color: #f2f2f2;
    --font-size-base: 16px;
    /* --border-color: #e6e6e6; */
}



/*<editor-fold desc="===FONT FACE===">*/
@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Regular.eot');
	src: url('/fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Regular.woff2') format('woff2'),
		url('/fonts/TitilliumWeb-Regular.woff') format('woff'),
		url('/fonts/TitilliumWeb-Regular.ttf') format('truetype'),
		url('/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Thin.eot');
	src: url('/fonts/TitilliumWeb-Thin.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Thin.woff2') format('woff2'),
		url('/fonts/TitilliumWeb-Thin.woff') format('woff'),
		url('/fonts/TitilliumWeb-Thin.ttf') format('truetype'),
		url('/fonts/TitilliumWeb-Thin.svg#TitilliumWeb-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-SemiBold.eot');
	src: url('/fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
		url('/fonts/TitilliumWeb-SemiBold.woff') format('woff'),
		url('/fonts/TitilliumWeb-SemiBold.ttf') format('truetype'),
		url('/fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium Web';
	src: url('/fonts/TitilliumWeb-Light.eot');
	src: url('/fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/TitilliumWeb-Light.woff2') format('woff2'),
		url('/fonts/TitilliumWeb-Light.woff') format('woff'),
		url('/fonts/TitilliumWeb-Light.ttf') format('truetype'),
		url('/fonts/TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
/*</editor-fold>*/

/*<editor-fold desc="===GENERAL===">*/

.bg-checkered {
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%), linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}

.bg-checkered-dark {
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%), linear-gradient(45deg, #eee 25%, #dedede 25%, #dedede 75%, #eee 75%, #eee 100%);
}

.masonry-with-columns a {
    box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.4);
    margin: 0 1rem 1rem 0;
    float:left;
}

.masonry-with-columns img {
    max-height:150px;
}



.bg-brand-cover img {
    max-width: 20vw;
    max-height: 15vw;
}

.bg-brand-cover .display-4 {
    font-size: 4vw;
}

.bg-brand-cover .display-6 {
    font-size: 2.5vw;
}

.navbar.bg-brand-inverse a:hover {
    text-decoration:none;
}



[v-cloak] {
    display: none;
}

body {
  /*padding-top: 56px;*/
  font-size: 16px;
}

h1,h2,h3,h4,h5, .btn {
  font-family : 'Avenir', sans-serif;
}

h1,h2,h3,h4,h5 {
  font-weight : 500;
}

h1.fluid-size {
    font-size: calc(20px + 2vh);
}

h2.fluid-size {
    font-size: calc(18px + 1.6vh);
}

h3.fluid-size {
    font-size: calc(16px + 1.4vh);
}

h4.fluid-size {
    font-size: calc(14px + 1.2vh);
}

h5.fluid-size {
    font-size: calc(12px + 1.0vh);
}

.text-sub {
    font-size: 14px !important;
}

.font-size-lg{
    font-size: calc(var(--font-size-base) * 1.25);
}

.font-size-sm{
    font-size: calc(var(--font-size-base) * .85);
}

.font-size-xs{
    font-size: calc(var(--font-size-base) * .7);
}
.text-shadow {
    text-shadow: 0 0 0.5em #000;
}

.max-700 {
    max-width:700px;
}

.bg-pink {
    background-color: #ff1493;
}

.bg-bc-automation {
    background-color: #6E81D7;
}

.bg-bc-onetime {
    background-color: #8DC386;
}

.bg-exception, .card.bg-exception {
    background-color: #D16A6A;
}

.text-bc-automation {
    color: #6E81D7;
}

.text-bc-onetime {
    color: #8DC386;
}

.text-exception {
    color: #D16A6A;
}

.broadcast-variable {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    padding-right: 5px;
    padding-left:5px;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.accordion .card {
    overflow: inherit;
}

.disabled {
    opacity : 0.5;
}

.placeholder-container {
    border: 2px solid #dfe2e6;
    border-style: dashed;
    border-radius: 1rem;
}

.collapse table.table-striped.rounded{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    /* primevue multiselect component */
.p-multiselect-items{
    margin-bottom: 0;
}
/*</editor-fold>*/

/*<editor-fold desc="===OFFER===">*/
.offer-actions .btn-sm{
    font-size: 1.2rem;
}

.offer-actions-icon{
    width: 27px;
}

#beta-badge{
    right: 0;
    top: 0;
    color: #5fc2ec;
    font-weight: bold;
    font-size: 12px;
    pointer-events: none;
}

#offerEditorAccordion .card{
    border-radius: 1rem;
}

#offerEditorAccordion .card.disabled{
    pointer-events: none;
}

#offerEditorAccordion .card .card-header{
    border-radius: 1rem;
    border-bottom: none;
}

#offerEditorAccordion .card .card-body{
    border-top: 1px solid #f2f2f2;
}

.offer {
    border-radius:1em;
    margin:2em;
}

.offer::before {
    position: absolute;
    content: "";
    height: 2em;
    width: 2em;
    left: 2em;
    border-radius: 2em;
    z-index: 1;
    top: calc(50% - 1em);
    background-color: #F0F0F0;
}

.offer::after {
    position: absolute;
    content: "";
    height: 2em;
    width: 2em;
    right: 2em;
    border-radius: 2em;
    z-index: 1;
    top: calc(50% - 1em);
    background-color: #F0F0F0;
}

.offer .divider {
    border-left-style: dashed;
    border-left-width: 0.2em;
}

.offer-preview-wrapper{
 transition: .5s;
}

.offer.offer-preview{
    margin:0;
    position: relative;
    overflow: hidden;

}

.offer.offer-preview::before {
    position: absolute;
    content: "";
    height: 1.7vw;
    width: 1.7vw;
    left: -0.9vw;
    border-radius: 2em;
    z-index: 1;
    top: calc(50% - 0.9vw);
    background-color: #FFFFFF;
    transition: .5s;
}

.offer.offer-preview::after {
    position: absolute;
    content: "";
    height: 1.7vw;
    width: 1.7vw;
    right: -0.9vw;
    border-radius: 2em;
    z-index: 1;
    top: calc(50% - 0.9vw);
    background-color: #FFFFFF;
    transition: .5s;
}

.offer.offer-preview.expanded::before,
.offer.offer-preview.expanded::after {
    background-color: #353538;
}

.offer.offer-preview::after {
    position: absolute;
    content: "";
    height: 1.7vw;
    width: 1.7vw;
    right: -0.9vw;
    border-radius: 2em;
    z-index: 1;
    top: calc(50% - 0.9vw);
    background-color: #FFFFFF;
}

.offer.offer-preview .bg-logo{
    width: 50%;
    height: 80%;
    left: -20%;
    bottom: -40%;
}

.bg-logo{
    position: absolute;
    background-image: url('/modules/offers/gfx/logo_icon_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    mix-blend-mode: hard-light;
    opacity: 0.2;

}

.bg-logo.dark{
    filter: invert(70%) brightness(100%);
}

.bg-logo.animate{
    animation: spin 30s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.offer.offer-preview .offer-left-side{
    width: 45%;
    padding: 3% 3% 3% 6%;
}


.offer.offer-preview .offer-left-side img{
    max-height: 70px;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 3% 3% 3% 12%;
}

.offer.offer-preview .divider{
    margin: 0 2.5% 0 2.5%;
}

.offer.offer-preview .offer-right-side{
    width: 45%;
    padding: 3% 6% 3% 3%;
}

.offer.offer-preview .offer-pictogram{
    width: 5vw;
    height: 5vw;
    mask-size: cover;
}

.offer.offer-preview .title-content{
    font-size: .8vw;
}

.offer.offer-preview .value-content{
    font-size: 1vw;
}

#collapseOfferPreview .contents-content{
    font-size: .8vw;
    white-space: pre-line;
}

#collapseOfferPreview .cta{
    font-size: 1vw;
}

@media screen and (min-width: 1200px) {
    .offer.offer-preview .offer-left-side img{
        max-height: 80px;
    }
}

@media screen and (min-width: 1500px) {
    .offer.offer-preview .offer-left-side img{
        max-height: 90px;
    }
}

@media screen and (min-width: 1920px) {
    #collapseOfferPreview .cta{
        font-size: .8vw;
    }

    .offer.offer-preview .offer-left-side img{
        max-height: 110px;
    }
}

#validityWrapper > :not(:first-child){
    border-left: 1px solid #858585;
}
#validityWrapper > div{
    padding-left: 6px;
    padding-right: 6px;
}

/*swipe*/
#slideButton {
    position: relative;
    background-color: #3f7de3;
    width: 100%;
    height: 40px;
    border: white;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider {
    transition: width 0.3s, border-radius 0.3s, height 0.3s;
    position: absolute;
    z-index: 2;
    left: 3px;
    background-color: #6fa2f7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider.unlocked {
    transition: all 0.3s;
    width: inherit;
    left: 0 !important;
    height: inherit;
    border-radius: inherit;
}
.material-icons {
    color: white;
    font-size: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.slide-text, #loadingText {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-family: 'Avenir', 'Droid Sans Regular', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.offer-preview-wrapper .slide-text, #loadingText{
    font-size: 1.1vw;
}
.bottom {
    position: fixed;
    bottom: 0;
    font-size: 14px;
    color: white;
}

.bootstrap-datetimepicker-widget.bottom {
    position: absolute;
}

.bottom a {
    color: white;
}
#slideButton:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
    animation: slide 2s infinite;
    /* CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1);
    /* IE6-9 */
}
/* animation */
@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/*end swipe*/

#collapseOfferPreview .cta .cta-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3a9dff;
    border-radius: 100px;
    color: white;
    height: 40px;
}

#collapseOfferPreview .cta .cta-button i{
    right: 1rem;
}

label.recommended{
    position: relative;
}

label.recommended::before{
    position: absolute;
    content: "RECOMMENDED";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2em;
    z-index: 1;
    top: -6%;
    background-color: #5fc2ec;
    color: white;
    font-weight: bold;
    transition: .5s;
    padding: 0.2em 1em 0.1em 1em;
    font-size: .8rem;
}
/*</editor-fold>*/

/*<editor-fold desc="===BUTTONS===">*/
.btn-primary:hover {
    background-color : #343a40;
    border: 1px solid#343a40;
}

.btn-primary:disabled {
    background-color : #343a40;
    border: 1px solid#343a40;
}

.btn-primary.disabled {
    background-color : #343a40;
    border: 1px solid#343a40;
    cursor: default;
}

.btn-outline-primary:hover .badge-primary, .dropdown.show .btn-outline-primary .badge-primary {
    background-color : #FFF;
    color: #007BFF;
}

.btn-group:hover {
    text-decoration: none;
}

/* Rounded button */

.btn{
    border-radius: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-lg{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.btn.borderless {
    border: none;
}
/*</editor-fold>*/

/*<editor-fold desc="===LAYOUT===">*/
#inner-container {
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 576px) {
    #inner-container {
        padding: 0 10px 0 10px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="===TRANSITIONS===">*/

.list-enter-from{
    opacity: 0;
    transform: scale(.6);
}
.list-enter-to{
    opacity: 1;
    transform: scale(1);
}
.list-enter-active{
    transition:  all 0.5s ease;
}

.list-leave-from{
    opacity: 1;
    transform: scale(1);
}
.list-leave-to{
    opacity: 0;
    transform: scale(.6);
}
.list-leave-active{
    transition:  all 0.5s ease;
    position: absolute;
}

.list-move{
    transition: all 0.6s ease;
}

/*</editor-fold>*/

/*!*<editor-fold desc="===NAV TOP===">*!*/

#logo-wrapper-xs{
    position: fixed;
    width: 100%;
    background: #374b5f;
    left: 0;
    top: 0;
    z-index: 9999;
    border-color: #273d51 !important;
}

#logo-wrapper-xs svg{
    height: 30px;
    width: 30px;
    fill: white;
}

#logo-wrapper-xs span{
    font-size: 24px;
    font-family: 'Avenir', sans-serif;
    color: white;
}

/*!*</editor-fold>*!*/

/*<editor-fold desc="===NAV SIDE===">*/

#nav-side {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    /*top: 54px;*/
    overflow: hidden;
    z-index: 10;
    box-shadow: none;
    background-color: #374b5f;
    transition: .5s;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

#mobile-nav-toggle{
    width: 26px;
    height: 39px;
}

#nav-side #logo-wrapper{
    border-color: #273d51 !important;
}

#nav-side #logo-wrapper svg{
    height: 30px;
    width: 30px;
    fill: white;
}

#nav-side #logo-wrapper span{
    font-size: 24px;
    font-family: 'Avenir', sans-serif;
    color: white;
}

#nav-side svg, svg.icon {
  height: 20px;
  width: 20px;
  margin: 5px 0 5px 0;
  vertical-align:middle;
}

#nav-side li a{
    font-size: 16px;
    font-weight: 400;
    color: white;
    fill: white;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#nav-side li a:hover {
    color: white;
    fill: #FFFFFF;
    background-color: #2b3b4a
;
}

#nav-side a#nav-side-selected {
    color: white;
    background-color: #5FC2EC;
}

#nav-side a#nav-side-selected > svg{
    fill: #FFFFFF;
}

#nav-side li a .badge{
    padding-top: 5px;
}

#nav-side .link-text {
    padding-top: 3px;
}

.nav li {
    font-family : 'Avenir', sans-serif;
}

#nav-side form.dropdown{
    color: white;
}

#nav-side form.dropdown img{
    border: 1px solid white;
}

#nav-side  #nav-side-profile{
    top: -10px !important;
    overflow: hidden;
}

#nav-side.drawn-out{
    transform: translateX(0px);
}

@media (max-width: 575px) {
    #nav-side{
        transform: translateX(-575px);
    }
}

/*</editor-fold">*/

/*<editor-fold desc="===SUB NAV===">*/

#navSub{
    border-bottom: 1px solid #e8e8e8;
}

#navSub .nav-tabs{
    border-bottom: 0;
}

#navSub .nav-link.active, #navSub .nav-link.active:hover{
    border: none;
    color: #5fc2ec;
    font-weight: 600;
    border-bottom: 3px solid #5fc2ec;
}

#navSub .nav-link, #navSub button.nav-link{
    font-size: 17px;
    color: #1d3140;
    border: none;
    border-bottom: 3px solid transparent;
}

#navSub .nav-link:hover {
    border: none;
    /*padding-bottom: 1px;*/
    border-bottom: 3px solid #e8e8e8;
}

/*!*</editor-fold>*!*/

/*<editor-fold desc="===TABLES===">*/
.table {
    background-color : #FFF;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row a:hover {
    text-decoration: none;
}

.table.sticky-first th:first-child,
.table.sticky-first td:first-child {
    position: sticky;
    left: -1px;
    background-color: white;
    z-index: 2;
    border-right: none;
}

.table.sticky-first th:nth-child(2),
.table.sticky-first td:nth-child(2) {
    border-left: none;
}

.table.sticky-first th:first-child::after,
.table.sticky-first td:first-child::after
{
    content: '';
    position: absolute;
    border-right: 2px solid var(--border-color);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

.table-responsive.rounded.horizontal-lines table, .table-responsive.rounded.horizontal-lines th, .table-responsive.rounded.horizontal-lines td{
    border:none;
}

.table-responsive.rounded.horizontal-lines tr:not(:last-child){
    border-bottom: 2px solid var(--border-color);
}

.table-responsive.rounded{
    /*border: 1px solid var(--border-color);*/
}

.table-responsive.rounded table{
    border-color: var(--border-color) !important;
    margin-bottom: 0;
}

.table-responsive.rounded table tr:first-child > *{
    border-top: none;
}

.table-responsive.rounded table tr:last-child > *{
    border-bottom: none;
}

.table-responsive.rounded table tr > *:first-child{
    border-left: none;
    padding-left: 2em;
}

.table-responsive.rounded table tr > *:last-child{
    border-right: none;
}

.table-responsive.rounded table td .accordion.claims-accordion:not(:last-child){
   margin-bottom: 0.5rem;
}

.table-responsive.rounded table th {
    padding: 1em;
}


/* Give all modal tables a softer, card-like look */
#orderModal .table {
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #fff;
}

#orderModal .table th,
#orderModal .table td {
    border-top: none; /* remove harsh lines */
}

#orderModal .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9fb;
}

#orderModal .table tr.bg-light th {
    font-weight: 600;
    background-color: #f1f3f5 !important;
}

#orderModal .table.shadow-sm {
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.05);
}

/* Remove harsh Bootstrap borders */
#orderModal .table th,
#orderModal .table td {
    border: none !important;
}

/* Section header row */
#orderModal .table tr:first-child th {
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef !important;
}

/* Totals table highlight */
#orderModal .table tfoot th {
    font-weight: 600;
}
#orderModal .table tfoot tr:last-child {
    background-color: #f1f3f5;
}

/* Modal body background */
#orderModal .modal-body {
    background-color: #f4f5f9; /* light neutral background */
}

/* Each table as a card */
#orderModal .table {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    margin-bottom: 1rem;
}

/* Remove harsh Bootstrap borders */
#orderModal .table th,
#orderModal .table td {
    border: none !important;
}

/* Section header row */
#orderModal .table tr:first-child th {
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef !important;
}

/* Totals table highlight */
#orderModal .table tfoot th {
    font-weight: 600;
}
#orderModal .table tfoot tr:last-child {
    background-color: #f1f3f5;
}

/* Base: interactive row */
 .js-order-row {
    cursor: pointer;
    transition: box-shadow .3s ease;
    border-radius: 10px;
}

/* Hover: light blue tint */
 .js-order-row:hover {
     background-color: transparent !important;
    box-shadow: inset 0 0 0 9999px rgba(155, 217, 243, 0.4); /* subtle wash */
}

/* Active (mouse down): slightly stronger blue */
/*#ordersTable .js-order-row:active {*/
/*    background-color: rgba(61, 181, 232, 0.25);*/
/*}*/


/*</editor-fold>*/

/*<editor-fold desc="===VENUES===">*/

.inherited-watermark {
    border: 3px dashed lightgrey; /* Blue dashed border */
}

.venue-list.disabled .btn {
    filter: grayscale(1);
}

/* Disable time input default indicator/icon */
/* For most Chromium-based browsers + Safari */
#DataExclusionWrapper input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* For Firefox (it sometimes uses a different pseudo-element) */
#DataExclusionWrapper input[type="time"]::-moz-focus-inner {
    border: 0;
}


/*</editor-fold>*/

/*<editor-fold desc="===DEVICES===">*/


.device-logo {
  margin : 10px 0 10px -90px;
  position:relative;
  left:50%;
  height:180px;
  width:180px;
  border-radius:200px;
  background-color: #000;
  border: 7px solid #000;
  box-shadow: 0 0 20px #666;
}

.device-logo svg {
  fill: #FFF;
}

.device-logo .screen {
    width : 38%;
    height: 23%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -19%;
    margin-top: -11.5%;
}

.device-logo .screen img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

a.device:hover {
  text-decoration:none;
}

a.device:hover .device-logo {
    height: 200px;
    width: 200px;
    margin : 0 0 0 -100px;
    transition: all 0.1s;
    font-size:110%;
    text-decoration:none;
}
/*</editor-fold>*/

/*<editor-fold desc="===TEASERS===">*/
#teaser-logo {
  position: absolute;
  top: 165px;
  z-index: 1;
  left: 50%;
  margin-left: -90px;
  height: 180px;
  width: 180px;
  border-radius: 200px;
  background-color: #000;
  border: 7px solid #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

#teaser-logo svg {
  z-index: 2;
  fill: #FFF;
}

a.teaser-moment {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -50px;
  margin-top: -30px;
  transition: all 1.5s;
}

a.teaser-moment img {
  width:100px;
  height:60px;
  border-radius: 3px;
  transition: transform 0.2s;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

a.teaser-moment img:hover {
  transform: scale(1.1);
}
/*</editor-fold>*/

/*<editor-fold desc="===CARDS===">*/
.card {
    /*box-shadow: 0 0 10px #CCC;*/
    background-color : #FFF;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
}

a .card * {
  color : #000;
}

.card-header{
    font-weight: 500;
    background-color: white;
    border-bottom: 1px solid var(--border-color);
}

.card-header .btn-link:hover {
    text-decoration: none;
}

.card-header:has(> .btn-link):hover {
background-color:#FFF;
}

.card-footer{

    background-color: white;
    border-top: 1px solid var(--border-color);
}

/*</editor-fold>*/

/*<editor-fold desc="===BUBBLE WRAP AUTOMATION===">*/
.bubble-wrap {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 10px 25px;
}

.bubble-wrap div {
	word-wrap: break-word;
  line-height: 24px;
}

.bubble-contents::before {
		content:"";
		position:absolute;
		z-index:2;
		bottom:-2px;
		left:-7px;
		height:20px;
		border-left:20px solid #E5E5EA;
		border-bottom-right-radius: 16px 14px;
		-webkit-transform:translate(0, -2px);
}

.bubble-contents::after {
	content:"";
	position:absolute;
	z-index:3;
	bottom:-2px;
	left:4px;
	width:26px;
	height:20px;
	background:white;
	border-bottom-right-radius: 10px;
	transform:translate(-30px, -2px);
}

.bubble-contents {
	position:relative;
	padding:10px 20px;
	background:#E5E5EA;
	border-radius:25px;
	color: black;
  float: left;
}
/*</editor-fold>*/

/*<editor-fold desc="===MOMENTS===">*/
@media (max-width: 768px) {
    #moments-filters {
        text-align: center !important;
        padding-top: 1em;
    }
}

.moment-snippet.processing > div {
  border:none;
  background-color : #a5dbff;
  box-shadow : 0 0 0 5px #a5dbff;
  border-radius: 4px;
}

.moment-snippet.selected > div {
  background-color : #0099ff;
  box-shadow : 0 0 0 5px #0099ff;
  border-radius: 4px;
}

.moment-snippet.selected img {
  border-radius: 4px;
}

.moment-snippet.selected .card {
  border:none;
}

.moment-snippet.selected .card * {
  color : #FFF;
}

.moment-card {
    transition: all .1s ease-in-out;
    /*border: 5px solid #FFF;*/
}

.moment-card:hover {
    transform: scale(1.1);
}

.moment-card .card-img-top {
    padding-top:60%;
    width:100%;
    background-size: 35% auto, 100% auto;
    background-position: center center, center center;
    background-repeat:no-repeat;
}
/*</editor-fold>*/

/*<editor-fold desc="===TREE VIEW FOR ORGANIZATIONS===">*/
/* Tree view for organization selector */

.modal-body > .list-group{
    border: 1px solid #f2f2f2;
}

.modal-body > .list-group .list-group-item{
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.list-group.list-group-tree {
    padding: 0;
}

.list-group.list-group-tree .list-group {
    margin-bottom: 0;
}

.list-group .list-group{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group .list-group > a:first-child{
    border-top: none;
}

.list-group.list-group-tree > .list-group > .list-group-item {
    padding-left: 60px;
}

.list-group.list-group-tree > .list-group > .list-group > .list-group-item {
    padding-left: 90px;
}
.list-group.list-group-tree > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 120px;
}
.list-group.list-group-tree > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 150px;
}
.list-group.list-group-tree > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    padding-left: 180px;
}

.list-group-item .fas {
    width:15px;
}

.fa-chevron:before {
    content: "\f054"; /*down*/
}

.in > .fa-chevron:before {
    content: "\f078"; /*right*/
}


/* End tree view */
/*</editor-fold>*/

/*<editor-fold desc="===INPUTS===">*/

.custom-control-label{
    cursor: pointer;
}

form.dropdown .dropdown-toggle::after{
    display: none;
}

/* Rounded input with icon */

.input-primary{
    position: relative;
}

.input-primary i{
    position: absolute;
    z-index: 5;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
}

.input-primary input{
    text-align: center;
    border-radius: 1.5rem;
    padding-left: 1.5em;
}

.custom-select {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% center;
}

/* input date range */

#inputDateRangeFrom{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

#inputDateRangeTo{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/*</editor-fold>*/

/*<editor-fold desc="===TOGGLE SWITCH===">*/

/* Toggle Switch - Custom Form Control */
.switch input {
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    min-width: 60px;
    height:30px;
    margin:8px;
    /*transform:translateY(50%);*/
    position:relative;
}
/* Style Wired */
.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #e9ecef, 0 0 4px #e9ecef;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
    transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#e9ecef;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:#007bff;
}
input:checked + .slider {
    box-shadow:0 0 0 2px #007bff,0 0 2px #007bff;
}
/*</editor-fold>*/

/*<editor-fold desc="===USERS===">*/

#usersTable .claims-accordion{
    min-width: 250px;
}

#usersTable .claims-accordion .card{
}

#usersTable .claims-accordion .card .card-header{
    border-bottom: none;
}

#usersTable .claims-accordion .card .card-header .btn.btn-link{
    color: #1d3140
}

#usersTable .claims-accordion .card .card-header .btn.btn-link .accordion-toggle{
    transition: .5s;
}

#usersTable .claims-accordion .card .card-header .btn.btn-link:not(.collapsed) .accordion-toggle{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#usersTable .claims-accordion .card .card-body p {
    font-size: 14px;
}

#usersTable .claims-accordion .card .card-body p:last-child {
    margin-bottom: 0;
}

#usersTable .claims-accordion .btn-link:focus{

    box-shadow: none;
    text-decoration: none;
}

.inheritance-info span{
    font-weight: bold;
}

.claim-selector-wrapper .p-tree{
    border: 1px solid #dee2e6;
}

.p-treenode-content.disabled {
    pointer-events: none;
}

.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content.disabled{
    box-shadow: none;
}

.p-tree-selectable.disabled {
    pointer-events: none;
}

.p-tree-selectable.disabled .p-treenode:focus  > .p-treenode-content {
    box-shadow: none;
}

.iti__selected-flag {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

ul.iti__country-list{
    border-radius: 16px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.highlighted {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    animation-delay: .6s;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*</editor-fold>*/

/*<editor-fold desc="===BROADCASTER===">*/

#automationEditorAccordion .card{
    border-radius: 1rem;
}

#automationEditorAccordion .card.disabled{
    pointer-events: none;
}

#automationEditorAccordion .card .card-header{
    border-radius: 1rem;
    border-bottom: none;
}

#automationEditorAccordion .card .card-body{
    border-top: 1px solid #f2f2f2;
}

#collapseVenue .bootstrap-select button{
    background-color: transparent;
    border: 1px solid #f2f2f2;
    color: #343a40;
}

#minSessionsInput{
    position: relative;
}

/*#minSessionsInput::before {*/
/*    content: '2';*/
/*    position: absolute;*/
/*    font-size: calc(var(--font-size-base) * 1.25);*/
/*    top: 20px;*/
/*    left: 2px;*/
/*}*/

/*#minSessionsInput::after {*/
/*    content: '10';*/
/*    position: absolute;*/
/*    font-size: calc(var(--font-size-base) * 1.25);*/
/*    top: 20px;*/
/*    right: 2px;*/
/*}*/

#dropdownEditAutomation{
    cursor: pointer;
}
#dropdownEditAutomation::after{
    content: unset;
}

#automationStatusController{
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

#collapseVenue .dropdown-menu {
    max-height: 600px !important;
}

.trigger-label.disabled{
    pointer-events: none;
}

#momentsPeriodFilter .overlay-parent .p-datepicker{
    top: 50px !important;
    left: 0 !important;
}

#momentsPeriodFilter .p-calendar input{
    border-radius: 1rem;
}

#collapseSendTime .p-inputtext.p-component{
    border: 1px solid #f2f2f2;
    border-radius: 1rem;
}

    /*</editor-fold>*/

/*<editor-fold desc="===CUSTOM ALERTS===">*/

.custom-alert.alert-yellow{
    border-left: .8rem solid #ffb740;
    border-radius: .8rem;
    background: var(--yellow);
    color: black;
}

.custom-alert.alert-yellow i{
    color: #ffb740;
    font-size: 1.2rem;
}

/*</editor-fold>*/

/*<editor-fold desc="===INTEGRATIONS===">*/

#matchingForm .p-listbox{
    border-radius: 1rem;
    overflow: hidden;
}

#matchingForm .p-listbox-list-wrapper ul{
    margin-bottom: 0;
}

#matchingForm .p-listbox-list-wrapper ul .p-listbox-item{
    border-radius: 10px;
}

.match-card [class*="bi-dash-lg"]::before, .match-card [class^=bi-dash-lg]::before{
    font-weight: 900 !important;
}

/*</editor-fold>*/