/*
* === Seeded ===
* === Custom Utils ===
* === Cards ===
* === Navigation/Offcanvas ===
* === Animations ===
* === Breadcrumbs ===
* === Forms ===
* === Page Headers ===
* === Buttons ===
* === Modals ===
* === Flags ===
* === Badges ===
* === Custom Components ===
* === J-confirm ===
* === List groups ===
* === Timeline ===
*/

/*
* === Seeded ===
*/

html,
body {
    height: 100%; 
}


button {
    touch-action: manipulation;
}

body {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}
a {
    color: rgb(204,51,0);
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
    border-bottom: 1px solid transparent;
}
a, a:active, a:focus {
   outline: none;
}
a:hover {
    color: rgb(168,42,0);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.75rem;
}

p, .p, dd, td, ul, ol {
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 0.90rem;
    margin-bottom: 1.75rem;
}

small {
    font-weight: inherit;
}

/*
* === Custom Utils ===
*/

.scrollable { overflow-y: auto; }
.line-height-1 { line-height: 1; }
.line-height-1-2 { line-height: 1.2; }
.line-height-1-5 { line-height: 1.5; }

.font-size-xxxxs { font-size: .50rem !important; }
.font-size-xxxs { font-size: .60rem !important; }
.font-size-xxs { font-size: .70rem !important; }
.font-size-xs { font-size: .80rem !important; }
.font-size-sm { font-size: .90rem !important; }
.font-size-md { font-size: .95rem !important; }
.font-size-normal { font-size: 1.05rem !important; }
.font-size-lg { font-size: 1.25rem !important; }
.font-size-xl { font-size: 1.5rem !important; }
.font-size-xxl { font-size: 1.75rem !important; }
.font-size-xxxl { font-size: 2rem; }
.font-size-xxxxl { font-size: 2.25rem; }
.font-size-xxxxxl { font-size: 3rem; }

.display-stats-wrapper-control {
    padding-right: 0.7rem;
    text-align: right;
}
.display-stats-text-control {
    font-size: 1rem !important; 
}
@media (max-width: 359px){  
    .display-stats-wrapper-control {
        padding-right: 0.5rem;
    }
    .display-stats-text-control 
    {
        font-size: 0.85rem !important;
    }
}

.font-weight-lg { font-weight: 600 !important; }
.font-weight-md { font-weight: 500 !important; }
.font-weight-400 { font-weight: 400 !important; }

.w-5 { width: 5% !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-20 { width: 20% !important; }
.w-30 { width: 30% !important; }
.w-33 { width: 33.33% !important; }
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
.w-66 { width: 66.66% !important; }
.w-70 { width: 66.66% !important; }
.w-75 { width: 75% !important; }
.w-20-px { width: 20px !important; }
.w-30-px { width: 30px !important; }
.w-40-px { width: 40px; }
.w-45-px { width: 45px !important; }
.w-50-px { width: 50px !important; }
.w-60-px { width: 60px !important; }
.w-70-px { width: 70px !important; }
.w-80-px { width: 80px !important; }
.w-90-px { width: 90px !important; }
.w-100-px { width: 100px !important; }
.w-110-px { width: 110px; }
.w-120-px { width: 120px; }
.w-130-px { width: 130px; }
.w-140-px { width: 140px; }
.w-150-px { width: 150px; }
.w-200-px { width: 200px; }
.w-300-px { width: 300px; }
.mw-250-px { max-width: 250px; }
.h-20-px { height: 20px !important; }
.h-30-px { height: 30px !important; }
.h-35-px { height: 35px !important; }
.h-40-px { height: 40px; }
.h-45-px { height: 45px !important; }
.h-50-px { height: 50px; }
.h-60-px { height: 60px !important; }
.h-70-px { height: 70px !important; }
.h-75-px { height: 75px !important; }
.h-80-px { height: 80px !important; }
.h-90-px { height: 90px !important; }
.h-100-px { height: 100px; }
.h-150-px { height: 150px; }
.h-200-px { height: 200px; }
.h-250-px { height: 250px; }
.h-300-px { height: 300px; }
.mh-300-px { max-height: 300px; }
.mh-400-px { max-height: 400px; }
.mh-80-px { max-height: 80px !important; }
.mh-90-px { max-height: 90px !important; }
.minh-50-px { min-height: 50px !important; }
.minh-100-px { min-height: 100px !important; }
.minh-150-px { min-height: 150px !important; }


.table-col-xl {
    width: 90px;
}

@media (max-width: 576px){  
    .table-col-xl {
        width: 110px;
    }
    .word-break { word-spacing: 9999999px; }
}



.shadow-light {
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15) !important;
}
.shadow-dark { box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.shadow-theme { box-shadow: 0 .5rem 0.5rem rgba(204, 51, 0, 0.15) !important; } 

.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.pointer-events-none {
    pointer-events: none;
}

.mt-5px { margin-top: 5px; }
.mb-5px { margin-bottom: 5px; }
.mbm-1 { margin-bottom: -7px; }
.mt-60px { margin-top: 62px !important; }
.mt-15 { margin-top: .45rem; }
.ms-1px { margin-left: 1px; }
.ms-2px { margin-left: 2px; }
.me-1px { margin-right: 1px; }
.mb-1px { margin-bottom: 1px; }
.me-2px { margin-right: 2px; }
.py-xs { padding-top: 0px !important; padding-bottom: 0px !important; }
.pt-6 { padding-top: 4rem; }
.pb-6 { padding-bottom: 4rem; }
.p-6 { padding: 4rem; }
.text-theme { color: rgb(204,51,0) !important; }
.text-theme-dark { color: rgba(168,42,0, 1) !important; }
.text-light { color: rgb(221,221,221) !important; }
.text-light-theme { color: rgb(197, 202, 209); }
.text-dark-theme { color: rgb(167, 172, 179); }
.text-gradient {
  background: -webkit-linear-gradient(0deg, #cc3300, #FA8500, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
}



.bg-grad-green { background: #3CA55C;  background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C); background: linear-gradient(to right, #B5AC49, #3CA55C); }
.bg-grad-rainbow { background: rgb(131,58,180); background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); }
.bg-grad-aqua { background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%); }
.bg-grad-light { background-image: linear-gradient(to top, rgb(237, 242, 249) 0%, white 100%); }
.bg-theme { background: rgb(204,51,0) !important; }
.bg-theme-dark { background-color: rgba(168,42,0, 1) !important; }
.bg-black { background-color: #000; }
.bg-black-trans { background-color: rgba(0,0,0,0.85); }
.bg-grad-brown { background-image: linear-gradient( 89.5deg,  rgba(154,52,37,1) 19%, rgba(255,116,2,1) 80% ); }
.bg-white-trans { background-color: rgba(255,255,255,0.2); }
.bg-white-trans-1 { background-color: rgba(255,255,255,0.1); }
.bg-dark-trans { background-color: rgba(8, 31, 40, 0.95); }
.bg-light { background-color: rgb(237, 242, 249) !important; }
.bg-opacity-dark { background-color: rgba(0,0,0,0.2); }
.bg-opacity-dark-50 { background-color: rgba(0,0,0,0.5); }
.bg-opacity-dark-80 { background-color: rgba(0,0,0,0.8); }
.bg-grad-theme { background: linear-gradient(7deg, #cc3300 0%, #FB6525 100%); }
.bg-purple { background-color: #800080; }
.bg-grad-yellow { background-color: #FFDD00; }
.bg-subtle-success { background-color: rgb(5, 27, 17); } 
.bg-grad-red-blue { background-image: radial-gradient( circle farthest-corner at 83.7% 4.3%,  rgba(173,0,171,1) 0%, rgba(15,51,92,1) 90% ); }
.bg-grad-purple-orange { background-image: linear-gradient( 109.6deg,  rgba(103,30,117,1) 11.2%, rgba(252,76,2,1) 91.1% ); }
.background-img-1 {   background: linear-gradient(to bottom, 
                    rgba(255, 255, 255, 0) 50%, 
                    white 50%), url('../img/clouds-bg.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }

.table-fixed { table-layout: fixed; }

.component-success {
  color: var(--bs-success-text);
  background-color: var(--bs-success-bg-subtle);
  border: var(--bs-border-width) solid var(--bs-alert-border-color);
  border-color: var(--bs-success-border-subtle);
}
.component-danger {
  color: var(--bs-danger-text);
  background-color: var(--bs-danger-bg-subtle);
  border: var(--bs-border-width) solid var(--bs-alert-border-color);
  border-color: var(--bs-danger-border-subtle);
}

.border-theme { border-color: rgb(204,51,0) !important; }
.border-aqua { border-color: #6BB8B8 !important; }
.border-transparent { border-color: transparent !important; }
.border-bottom-dotted { border-bottom: 1px dotted #fff; }
.border-dashed { border: 1px dashed #fff; }

.bg-blur { backdrop-filter: blur(3px); }
.bg-bw-overlay {   -webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */   filter: grayscale(75%);  }
[data-bs-theme=dark] .card-display-link .card-img-top {   -webkit-filter: grayscale(75%); filter: grayscale(75%); transition: all 0.5s ease;  }
[data-bs-theme=dark] .card-display-link:hover .card-img-top {   -webkit-filter: grayscale(0%) !important; filter: grayscale(0%) !important; transition: all 0.5s ease; }

del {
  position:relative;
  text-decoration:none;
}
del::after {
  content:"";
  position:absolute;
  top:50%; left:0px; width:100%; height:2px; 
  background:black;
  transform:rotate(-15deg);
  background: #cc3300;
}

.text-color-mode { color: rgb(255, 255, 255); }
[data-bs-theme=light] .text-color-mode { color: rgb(33, 37, 41); }

[data-bs-theme=light] body {
    background-color: rgb(227, 232, 239);
}

[data-bs-theme=dark] .highlight {
    background-color: rgb(43, 48, 53);
}
[data-bs-theme=light] .highlight {
    background-color: rgb(255, 255, 255);
}

[data-bs-theme=dark] .highlight-extra {
    background-color: rgb(33, 37, 41);
}
[data-bs-theme=light] .highlight-extra {
    background-color: rgba(227, 232, 239, 0.5);
}


[data-bs-theme=dark] #page-header a { color: #fff; }
[data-bs-theme=dark] .card-body a.stretched-link:hover { color: #fff; border-bottom: 1px solid #fff; transition: all 0.75s ease; }
[data-bs-theme=light] .card-body a.stretched-link:hover { color: #000; border-bottom: 1px solid #000; transition: all 0.75s ease; }


#footer a {
    color: rgb(173, 181, 189);
}

#footer a:hover {
    border-bottom: 1px solid rgb(173, 181, 189);
}

p a:hover {
    border-bottom: 1px solid rgb(204,51,0);
}



/*
* === Cards ===
*/

.card {
    margin-bottom: 1.5rem;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}

.card-body {
    padding: 1.9rem 0.9rem;
}

[data-bs-theme=light] .card-body p {
    color: rgba(33, 37, 41, 0.7);
}

.card-img-top {
    padding: 1rem;
    padding-bottom: 0rem; 
}


.card-display {
    padding: 1rem 2rem 1rem 1rem;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid rgb(255,221,208);
}

.card-display p {
    font-size: .875rem;
}



.line-light {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.line-light:after {
    content: '';
    border-top: 1px solid rgb(227, 232, 239);
    margin: 10px 0 0 20px;
    flex: 1 0 10px;
}

/*
* === Navigation/Offcanvas ===
*/


ul.navbar-nav .nav-link {
    font-weight: 500;
}

ul.navbar-icons.navbar-nav li.nav-item.list-inline-item 
{
    margin-right: 0px;
}

.offcanvas-item {
  position: absolute;
  top: 55px;
  z-index: 1000;
  width: 600px;
  overflow-y: auto;
  display: none;
  background-color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.95);
  right: 0;
  left: auto;
  box-shadow: 0 0 16px rgba(0,0,0,.9);
}
.offcanvas-item.open {
  display: block;
}

@media (max-width: 576px){   
    .offcanvas-item {
        width: 100%;
        position: fixed;
        top: 60px;
    }
    .offcanvas-collapse {
        padding-top: 1.5rem;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 100%;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .97) !important;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding-top: 1.5rem;
        
    }
    .navbar-collapse.offcanvas-collapse.open ul.navbar-nav li.nav-item a.nav-link
    {
        color: rgb(255, 255, 255);
        font-size: 1.5rem;
        margin: 0rem;
        padding: 0rem;
        margin-left: 2rem;
    }

    #navigation-account-links {
        display: inline-block !important;
    }
}

#navigation-account-links {
    display: none;
}

#search-form .input-group,
#search-form .input-group:hover
{
    border: none;
    box-shadow: none;
}

.nav-pills .nav-link {
    color: rgba(168,42,0, 1); 
}
.nav-pills .nav-link:hover {
    color: rgb(204,51,0); 

}
.nav-pills .nav-link.active {
    background-color: rgb(204,51,0); 
    color: rgb(255,255,255);
}
.nav-pills .nav-link.active:hover {
    background-color: rgba(168,42,0, 1);      
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  margin-right: 0px !important;
}

.navbar-icons.navbar-nav {
    -ms-flex-direction: row  !important;
    flex-direction: row !important;
}

.close {
    line-height: 0.5;
    font-weight: 400;
    font-size: 2rem;
}

.notify {
  position: relative;
  top: -12px;
  right: 1px; 
}
#notif-count-wrapper {
    position: absolute;
    top: -20px;
    right: -3px;
    height: 15px;
    width: 15px;
    font-size: .7rem;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: rgb(204, 51, 0);
    background-color: rgb(237, 242, 249);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


[data-bs-theme=dark] .accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.2);
}
[data-bs-theme=light] .accordion-button:not(.collapsed) {
    color: rgb(0, 0, 0);
}


#nav-link-account-wrapper {
    box-shadow: rgb(38, 57, 77) 0px 10px 15px -5px;
    border: none !important;
    margin-bottom: 1.75rem;
}
.nav-link-account {
    color: rgb(238, 238, 238);
    border: none !important;
    margin-bottom: 0px !important;
    border-radius: .250rem !important;
    margin-right: .25rem;
}
.nav-link-account:hover {
    color: rgb(238, 238, 238);
    background-color: rgba(255, 255, 255, 0.25) !important;
}
.nav-link-account.active {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: rgb(255, 255, 255) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}


/*
* === Animations ===
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.animated.animate_delay-1 {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.animated.animate_delay-2 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.animated.animate_delay-3 {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}
.animated.animate_delay-4 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animated.animate_delay-5 {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}
.animated.animate_delay-6 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animated.animate_delay-7 {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}
.animated.animate_delay-8 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated.animate_delay-9 {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}
.animated.animate_delay-10 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  
  @-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
  

  @-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
} 

.blob {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 16px;
  width: 16px;
  transform: scale(1);
}

.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 1s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob-success {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 1);
  height: 10px;
  width: 10px;
  transform: scale(1);
  margin-bottom: 0px;
}

.blob-success.green {
  background: rgb(25, 135, 84);
  box-shadow: 0 0 0 0 rgba(25, 135, 84, 1);
  animation: pulse-green 1s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
  }
}

/*
* === Breadcrumbs ===
*/

.breadcrumb {
  --bs-breadcrumb-item-padding-x: 0.35rem;
  font-size: 0.95rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    font-weight: 400;
    color: rgba(255,255,255,.6);
    content: ">";
}




/*
* === Forms ===
*/

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    font-size: 0.8rem;
}

.invalid-tooltip {
    padding: .1rem .2rem;
    font-size: .7rem;
    font-weight: 500;
}

.dark-tooltip {
  --bs-tooltip-bg: var(--bs-black);
  --bs-tooltip-color: var(--bs-white);
}

.dark-tooltip > .tooltip-inner {
    max-width: 300px !important;
    line-height: 1.2;
}


.col-form-label, .form-label, h5.heading {
    font-family: "Poppins",sans-serif;
    margin-bottom: .5rem;
    font-size: 0.89rem;
    letter-spacing: .02rem;    
    font-weight: 500;
}

.btn-md {
    font-size: .85rem;
    line-height: 1.5;
    padding-bottom: .51rem;
    padding-top: .51rem;
    padding-left: 1px;
    padding-right: 1px;
}

@media (max-width: 359px){   
    .btn-md {
        font-size: .7rem;
        padding-bottom: .65rem;
        padding-top: .65rem;
    }    
    .btn-group-vertical > .btn {
      font-size: .7rem;
    }
    .card-theme-title {
        font-size: 1rem;
    }
    .form-label {
        font-size: 0.85rem;
    }
}

.form-select {
    padding: .4rem 2.25rem .4rem .75rem;
}

[data-bs-theme=dark] .form-select  { color: #fff; }
[data-bs-theme=dark] .form-control { color: #fff; }
[data-bs-theme=light] .form-select { color: #000; }
[data-bs-theme=light] .form-control { color: #000; }

input:-internal-autofill-selected {
    background-image: none !important;
    background-color: none !important;
}

.dropdown-menu-custom {
    max-height: 200px;
    width: 300px;
    overflow-y: auto;
    font-size: .8rem;
    overflow-anchor: none;
}

.dropdown-menu[style] {
    right: 0px !important;
}

.form-switch.form-switch-md {
    padding-left: 3.5em;
    height: 2em;
}

.form-switch.form-switch-md .form-check-input {
    margin-left: -3.5em;
    height: 1.5em;
    width: 3em;
}

.form-switch.form-switch-md .form-check-label {
    padding-top: 0.25em;
}

[data-bs-theme=light] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-input-unstyled, .form-check-input-unstyled:focus, .form-check-input-unstyled:checked {
    border-color: #fff !important;   
    box-shadow: none !important;    
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e") !important;
}


/*
* === Page Headers ===
*/


#page-header {
    background-color: rgb(33, 37, 41);
    background-image: linear-gradient(rgba(33, 37, 41, 0.01), rgb(33, 37, 41) 85%), radial-gradient(at 0% 0%, rgba(13, 110, 253, 0.5), rgba(0, 0, 0, 0) 50%), radial-gradient(at 100% 0%, rgba(255, 228, 132, 0.5), rgba(0, 0, 0, 0) 50%), radial-gradient(at 100% 50%, rgba(113, 44, 249, 0.5), rgba(0, 0, 0, 0) 50%), radial-gradient(at 0% 50%, rgba(214, 51, 132, 0.5), rgba(0, 0, 0, 0) 50%);
    position: relative;
    margin-bottom: 1.5rem;    
    margin-top: 62px;
}

#page-header-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;  
}

.underlined {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}
.underlined:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #cb1829;
  border-color: #cb1829 transparent transparent transparent;
  border-radius: 50%;
}

.header-size-control { padding: 6rem 2rem 6rem 2rem; }

@media (min-width: 576px) { .header-size-control { padding: 7rem 2rem 7rem 2rem; } }
@media (min-width: 768px) { .header-size-control { padding: 8rem 2rem 8rem 2rem; } } 
@media (min-width: 992px) { .header-size-control { padding: 9rem 2rem 9rem 2rem; } }
@media (min-width: 1200px) { .header-size-control { padding: 10rem 2rem 10rem 2rem; } }
@media (min-width: 1400px) { .header-size-control { padding: 12rem 2rem 12rem 2rem; } }


/*
* === Buttons ===
*/

.btn {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited{
  background-color: rgb(158,40,0) !important;
  color: rgb(255,255,255) !important;
  border-color: rgb(158,40,0) !important;
}

.btn-primary {
  color: rgb(255,255,255) !important;
  background-color: rgb(204,51,0) !important;
  border-color: rgb(204,51,0) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: rgb(204,51,0) !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
    box-shadow: 0 0 0 .2rem rgba(158,40,0,.5);
}

.btn-group-vertical {
    margin-top: 1px;
}
.btn-group-vertical > .btn {
    padding-top: .37rem;
    padding-bottom: .37rem;
    font-size: .85rem;
}

.accordion-button:focus {
   outline: none !important;
   box-shadow: none;
}



.btn-cta:hover,
.btn-cta:active,
.btn-cta:visited{
    background-position: right center !important;
    box-shadow: 0 .5rem 1rem rgba(204, 51, 0, 0.25);
    border: 2px solid rgb(255,255,255);
}

.btn-cta {
    color: rgb(255,255,255) !important;
    background-image: linear-gradient(92.08deg, #CC3300 0%, #FB6525  50%);
    transition: 0.5s;
    background-size: 200% auto;
    border: 2px solid rgb(255,255,255);
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(204, 51, 0, 0.25);
}

.btn-check:checked + .btn-primary {
    border: 1px dotted #fff !important;
}

.btn-check:checked + .btn-trans {
  color: #fff !important;
  background-color: rgba(255,255,255,0.1) !important;
}

.btn-cta:not(:disabled):not(.disabled).active, .btn-cta:not(:disabled):not(.disabled):active, .show > .btn-cta.dropdown-toggle {
    border-color: rgb(255,255,255) !important;
}

.btn-cta.focus, .btn-cta:focus, .btn-cta.active, .btn-cta:active {
    box-shadow: none;
}


.btn-cta-secondary:hover,
.btn-cta-secondary:active,
.btn-cta-secondary:visited{
    background-position: right center !important;
}

.btn-cta-secondary {
    color: rgb(255,255,255) !important;
    background-image: linear-gradient(to right, #FFAFBD 0%, #ffc3a0  51%, #FFAFBD  100%);
    transition: 0.5s;
    background-size: 200% auto;
    border: 2px solid rgb(255,255,255) !important;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(204, 51, 0, 0.25) !important;
}

.btn-cta-secondary:not(:disabled):not(.disabled).active, .btn-cta-secondary:not(:disabled):not(.disabled):active, .show > .btn-cta-secondary.dropdown-toggle {
    border-color: rgb(255,255,255) !important;
}

.btn-cta-secondary.focus, .btn-cta-secondary:focus, .btn-cta-secondary.active, .btn-cta-secondary:active {
    box-shadow: none;
}   

[data-bs-theme=dark] .btn-outline-theme {
  --bs-btn-bg: rgb(33, 37, 41);
  --bs-btn-color: rgb(173, 181, 189);
  --bs-btn-border-color: #495057;
  --bs-btn-active-color: rgb(33, 37, 41);
  --bs-btn-active-bg: rgb(248, 249, 250);
  --bs-btn-active-border-color: #495057;
}

[data-bs-theme=dark] .btn-outline-theme-icon {
  --bs-btn-bg: rgb(33, 37, 41);
  --bs-btn-color: rgb(173, 181, 189);
  --bs-btn-border-color: #495057;
  --bs-btn-active-border-color: #495057;
}

.btn-group-vertical input[type="radio"] + label i {
    visibility: hidden;
}

.btn-group-vertical input[type="radio"]:checked+label i {
    visibility: visible;
}

.btn-group-vertical input[type="radio"] + label svg {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.btn-group-vertical input[type="radio"]:checked + label svg {
  opacity: 1;
  pointer-events: auto;
}


[data-bs-theme=light] .btn-outline-theme {
  --bs-btn-bg: rgb(255, 255, 255);
  --bs-btn-color: rgb(33, 37, 41);
  --bs-btn-border-color: rgb(207, 212, 219);
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(108, 117, 125);
  --bs-btn-active-border-color: rgb(108, 117, 125);
}

[data-bs-theme=light] .btn-outline-theme-icon {
  --bs-btn-bg: rgb(255, 255, 255);
  --bs-btn-color: rgb(33, 37, 41);
  --bs-btn-border-color: rgb(207, 212, 219);
  --bs-btn-active-border-color: rgb(207, 212, 219);
}

[data-bs-theme=dark] .btn-theme {
  --bs-btn-color: rgb(173, 181, 189);
  --bs-btn-bg: rgb(33, 37, 41);
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(33, 37, 41);
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33, 37, 41);
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[data-bs-theme=light] .btn-theme {
  --bs-btn-color: rgb(173, 181, 189);
  --bs-btn-bg: rgb(33, 37, 41);
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(33, 37, 41);
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33, 37, 41);
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-light-opacity {
    --bs-btn-color: rgb(221, 221, 221);
    --bs-btn-bg: rgba(255, 255, 255, 0.2);
    --bs-btn-border-color: rgba(255, 255, 255, 0.2);
    --bs-btn-hover-color: rgb(221, 221, 221);
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.1);
    --bs-btn-hover-border-color: rgba(255, 255, 255, 0.2);
    --bs-btn-active-color: rgb(221, 221, 221);
    --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
    --bs-btn-active-border-color: rgba(255, 255, 255, 0.2);
}

button.btn svg.df-times {
    color: #000;
}

[data-bs-theme=dark] button.btn svg.df-times {
    color: #fff;
}



/*
* === Modals ===
*/

.fade {
  transition: opacity .035s linear;
}

.modal-backdrop.show {
    opacity: .7;
}

@media (min-width: 768px) {   
     #search-brands-results {
        max-height: 350px !important;
    }
}

/*
* === flags ===
*/

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 2rem;
  line-height: 2rem;
}
.flag-icon-lg {
    width: 4rem;
    line-height: 4rem;
}
.flag-icon-sm {
    width: 1.5rem;
    line-height: 1.5rem;
}
.flag-icon:before { content: "\00a0"; }
.flag-icon-us { background-image: url(../svg/us.svg); }
.flag-icon-uk { background-image: url(../svg/uk.svg); }
.flag-icon-aus { background-image: url(../svg/aus.svg); }
.flag-icon-ca { background-image: url(../svg/ca.svg); }

ul.list-inline > li.list-inline-item > a.flag-link { z-index: 5; }

/*
* === Custom Components ===
*/

@media (max-width: 576px){   
    #results-box {
        background-color: transparent !important;
    }
}

#reports-list li {
    margin-bottom: .5rem;
}
#reports-list li:last-child {
    margin-bottom: 0rem;
}

.results-display span.results-display-val {
    width: 1.4rem;
}

span.results-display-val {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-bottom: .1rem;
} 

span.results-display-val.sm {
    font-size: 1.70rem !important;
} 

@media (max-width: 359px){   
    span.results-display-val.sm {
        font-size: 1.25rem !important;
    } 
    .results-display span.results-display-text.sm {
        font-size: 0.7rem !important;
    }
}

[data-bs-theme=dark] span.results-display-val {
    color: rgb(255, 255, 255) !important;
}

.results-display span.results-display-text {
    font-size: 1rem;
    display: block;
    color: rgb(33, 37, 41);
    line-height: 1;
    font-weight: 500;
} 
.results-display span.results-display-text.sm {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0rem;
    color: rgb(167, 172, 179);
}

.img-centered {
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 140px;
  top: -17px;
}

.selector-grid-item h3, .selector-grid-item p {
    text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
}
.selector-grid-item:hover {
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, 0.25) !important;
    transition: box-shadow 0.25s ease-in;
}

.selector-link-item {
    box-shadow: none;
    transition: box-shadow 0.25s ease-in;
}
.selector-link-item:hover {
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, 0.25) !important;
    transition: box-shadow 0.25s ease-in;
}

.selector-link-item a {
    color: rgb(33, 37, 41);
}    

#progress-zero-seconds {
    transition-duration: 0.25s;
}

.icon-select { background: rgb(0,0,0); }
.icon-select.active { background: linear-gradient(to right, #B5AC49, #3CA55C); }
.icon-select-abv, .icon-select-measure { background: rgb(0,0,0); }
.icon-select-abv.active, .icon-select-measure.active { background: linear-gradient(to right, #B5AC49, #3CA55C); }


#message-primary {
    background-color: rgba(255, 255, 255, 0.95);
    background-color: rgba(0, 0, 0, 0.85);
    max-height: 90px;
    transition: max-height 0.15s ease-out;    
    color: #fff !important;
}

#message-primary.closed {
    max-height: 0px;
    transition: max-height 0.25s ease-in;
}

#message-primary-toggle {
    position: absolute;
    top: -25px;
    text-align: center;
}


#message-primary-icon {
  position: relative;
  padding-right: 2rem;
  padding-left: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
}

#message-primary-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%) rotate(180deg);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'><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>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

#message-primary-icon:not(.closed)::after {
  transform: translateY(-50%) rotate(0deg);
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='grey'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.progress-round {
  width: 201px;
  height: 201px;
  position: relative;
  margin-top: 1.18rem;
}

.progress-round::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 20px solid rgb(227, 232, 239);
  position: absolute;
  top: -1px;
  left: 0;
}

[data-bs-theme=dark] .progress-round::after {
    border: 20px solid rgba(255,255,255,0.3);
}
    
.progress-round>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-round .progress-left {
  left: 0;
}

.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 15px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  transition: all 500ms ease-out;
}

.progress-round .progress-right {
  right: 0;
}

.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  transition: all 500ms ease-out;
}

#drink-results-accordion > .accordion-item {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}


/*
* === J-confirm ===
*/

.jconfirm-content p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dialog-icon-wrapper {
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}

.jconfirm.jconfirm-dark .jconfirm-box {
  background: #151515;
  box-shadow: 0 1px 1px rgb(255 255 255 / 0.2);
}

.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons  {
    float: none;
    text-align: center;
}
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    background: rgba(255,255,255,0.15);
}

.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: black;
  opacity: .7;
  backdrop-filter: blur(3px);
}

.jconfirm.jconfirm-transparent {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
}

.jconfirm.jconfirm-transparent .jconfirm-box {
    background: transparent;
}

.jconfirm-scrollpane {
    backdrop-filter: blur(2px);
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


/*
* === List Groups ===
*/

.list-group-item.active {
    border-color: rgba(0,0,0,.125);
}


/*
* === Timeline ===
*/

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-right: 1px;
    margin-bottom: 0px;
}
ul.timeline:before {
    content: ' ';
    background: rgb(227, 232, 239);
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}
li.timeline-item {
    margin: 0px;
}
li.timeline-item:not(:last-child) {
    margin-bottom: 5px;
}
li.timeline-item h2 {
    margin-top: -1px;
}
li.timeline-item::before {
    content: ' ';
    background: #000;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 51, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
li.timeline-item.active::before {
    background: #28a745;
    box-shadow: none;
    animation: shadow-pulse 1.3s infinite;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}


.loading {
  color: transparent !important;
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}

[data-bs-theme=dark] .loading {
    color: transparent !important;
    background: linear-gradient(100deg, #212529 30%, #111 50%, #212529 70%);
    background-size: 400%;
    animation: loading 1.2s ease-in-out infinite;
}




/* Frame */

.frame {
  height: 175px;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 25px;
}

.frame ul li {
  float: left;
  width: 227px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
  background-color: rgb(33, 37, 41);
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.frame ul li .display-text {
  margin-bottom: 0px;
  margin-top: 0.3rem;
  font-size: 1.1rem;
  color: #fff;
  width: 227px;
}

.frame ul li.active {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}


/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}

/* Icons */
/* Base caret icon */
.df-caret {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  background: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 15c-.6 0-.9-.7-.5-1.2l6-6.8c.3-.4.9-.4 1.2 0l6 6.8c.4.5.1 1.2-.5 1.2H6z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 15c-.6 0-.9-.7-.5-1.2l6-6.8c.3-.4.9-.4 1.2 0l6 6.8c.4.5.1 1.2-.5 1.2H6z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* Directional rotations */
.df-caret-up {
  transform: rotate(0deg);
}

.df-caret-down {
  transform: rotate(180deg);
}

.df-caret-left {
  transform: rotate(-90deg);
}

.df-caret-right {
  transform: rotate(90deg);
}
