:root {
    --linear: cubic-bezier(0.25,0.25,0.75,0.75);
    --easeInQuad: cubic-bezier(0.26,0,0.6,0.2);
    --easeInCubic: cubic-bezier(0.4,0,0.68,0.06);
    --easeInQuart: cubic-bezier(0.52,0,0.74,0);
    --easeInExpo: cubic-bezier(0.66,0,0.86,0);
    --easeInBack: cubic-bezier(0.6,-0.28,0.735,0.045);
    --easeOutQuad: cubic-bezier(0.4,0.8,0.74,1);
    --easeOutCubic: cubic-bezier(0.34,1.02,0.68,1);
    --easeOutQuart: cubic-bezier(0.26,1.04,0.54,1);
    --easeOutExpo: cubic-bezier(0.16,1.08,0.38,0.98);
    --easeOutBack: cubic-bezier(0.175,0.885,0.32,1.275);
    --easeInOutQuad: cubic-bezier(0.48,0.04,0.52,0.96);
    --easeInOutCubic: cubic-bezier(0.66,0,0.34,1);
    --easeInOutQuart: cubic-bezier(0.77,0,0.175,1);
    --easeInOutExpo: cubic-bezier(0.9,0,0.1,1);
    --easeInOutBack: cubic-bezier(0.175,0.885,0.32,1.275);
    --underline-fast: 0.9s;
    --underline-medium: 1.4s;
    --underline-slow: 1.9s;
    --blue-light: #74a4ab;
    --blue-regular: #528187;
    --blue-dark: #345256;
    --column: 1.5625rem;
    --bs-nav-link-hover-color: var(--base-3);
    --bs-link-hover-color: white;
    --logo-icon-white: url("../images/logo-icon.svg");
    --logo: url("../images/logo.svg");
    --logo-icon: url("../images/logo-icon.svg");
    --powered-by-stripe-white: url("../images/powered-by-stripe-white.svg");
    --powered-by-stripe-black: url("../images/powered-by-stripe-black.svg");
    --powered-by-stripe-purple: url("../images/powered-by-stripe-purple.svg");
    --header-height: 10rem;
    --animate-delay: 0.5s;
}
html, body {
    min-height: 100vh;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    /* background: rgba(250,250,250,1); */
    overflow-x: hidden;
}
body.noscroll {
    overflow: hidden;
}
body:not(.dashboard) {
    --bs-body-bg: #eeecfa;
    font-weight: 500;
}
body.mobile {
    display: none!important;
}
.emoji {
    font-family: "Noto Colr Emoji Glyf";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
body > main {
    max-width: 100vw;
    width: 100%;
    background-color: white;
}
.heroconversation {
    width: 100%;
    height: auto;
    max-width: 377px;
    --scroll-track: transparent!important;
    transition: all 0.15s ease-in-out;
    --scroll-thumb-color: transparent!important;
}
.heroconversation:hover {
    --scroll-thumb-color: rgba(0,0,0,.1)!important;
}
.heroconversation.frame {
    position: relative;
    padding-top: 60px;
    max-height: 777px;
    min-height: 500px;
    z-index: 1;
}
.heroconversation .message:last-child {
    margin-bottom: 1.5rem;
}
.heroconversation .bg {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0; z-index: -1;
    content: "";
    background: linear-gradient(-45deg, #ffffff, #dd6362, #57b3fd, #23d5ab, #6cdc78, #000000);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.heroconversation.frame:before,
.heroconversation.frame:after {
    position: absolute;
    left: 0; right: 0; z-index: 0;
    content: "";
    background-size: 100% auto;
    background-image: url(../images/herophone.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 50%;
}
.heroconversation.frame:before {
    bottom: 0;
    background-position: center bottom;
}
.heroconversation.frame:after {
    top: 0;
    background-position: center top;
}
.heroconversation.frame.half:before {
    background-position: center -50px;
}
.heroconversation.frame .messages {
    margin: 0 -50px;
}
.heroconversation .socials .symbol.symbol-45px, .heroconversation .socials .symbol.symbol-45px > .symbol-label {
    width: inherit!important;
    height: inherit!important;
}
.heroconversation .messages {
    max-height: 100%;
}
.heroconversation.frame .messages {
    height: 100%;
}
.heroconversation .message {
    position: relative;
    max-width: 70%;
    z-index: 1;
    display: flex;
    align-items: end;
    gap: 5px;
}
.heroconversation .message .content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    background-color: white;
    line-height: 1.25;
    border-radius: 0.375rem;
    padding: 11px 1rem;
}
.heroconversation .message.image {
    width: fit-content;
}
.heroconversation .message.image .content {
    background-color: transparent!important;
    padding: 0;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    width: 100px;
}
.heroconversation .message.image .content img {
    max-width: 100%;
}
.heroconversation .message .sender {
    height: 40px;
    width: 40px;
    bottom: 0;
    order: 0;
    flex-shrink: 0;
}
.heroconversation .message .sender:not(:has(svg)) {
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.15);
    background-position: center;
    background-size: cover;
    line-height: 1;
}
.heroconversation .message .sender:has(svg), .heroconversation .message .sender:has(img) {
    background-color: transparent;
}
.heroconversation .message.customer .content {
    color: white;
    background-color: rgba(var(--bs-info-rgb),1);
}
.heroconversation .message.ai .sender {
    content: var(--logo-icon);
    padding-left: 4px;
    padding-right: 4px;
}
.heroconversation .message.ai {
    align-self: flex-end;
}
.heroconversation .message.customer .sender {
    order: -1;
}
section.sticky {
    min-height: 100vh;
    position: relative;
}
section.sticky .stick {
    position: sticky;
    top: var(--header-height);
}
.logo {
    display: block;
    height: 32px;
    outline: 0;
}
.logo {
    content: var(--logo-icon);
}
.logo.full {
    content: var(--logo);
}
.logo.large {
    height: 64px;   
}
.text-gradient {
    background: -webkit-linear-gradient(#3f7cf7, #2f4ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-navigation {
    height: var(--header-height);
    transition: all 0.3s ease-in-out;
    z-index: 10!important;
}
body.sticky {
    --header-height: 5rem;
}
body.sticky .main-navigation {
    background-color: white;
    box-shadow: 0 12px 24px 0 rgba(132,146,166,.16);
}
.main-navigation .nav-item.haschildren > .children {
    top: Calc(100% + 1rem);
    opacity: 0;
    transform: scale(1.01);
    visibility: hidden;
    transition: all 0.15s var(--easeOutQuad);
}
.main-navigation .nav-item.haschildren:hover > .children {
    top: 100%;
    transform: scale(1.01);
    opacity: 1;
    visibility: visible;
}
.main-navigation .nav-item.haschildren:after {
    transition: all 0.25s var(--easeOutQuad);
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    top: Calc(100% + 10px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
}
.main-navigation .nav-item.haschildren .arrow {
    transition: all 0.15s var(--easeOutQuad);
}
.main-navigation .nav-item.haschildren:hover .arrow {
    transform: rotate(180deg);
}
.main-navigation .nav-item.haschildren:hover:after {
    top: Calc(100% - 10px);
    opacity: 1;
    visibility: visible;
}
.main-navigation.fixed-top + main .header, 
.main-navigation.fixed-top + main .header ~ .container {
    padding-top: 90px;
}
.main-navigation .btn-outline {
    border-color: rgba(var(--bs-primary-rgb), 1)!important;
    color: rgba(var(--bs-primary-rgb), 1)!important
}
.main-navigation .btn-outline:hover {
    color: white!important;
    background-color: rgba(var(--bs-primary-rgb), 1)!important
}
.main-navigation .btn-solid {
    border-color: rgba(var(--bs-primary-rgb), 1)!important;
    color: white!important;
    background-color: rgba(var(--bs-primary-rgb), 1)!important;
}
.main-navigation .btn-solid:hover {
    color: white!important;
    background-color: rgba(var(--bs-primary-rgb), 1)!important
}
.btn-outline-light {
    color: #f1f4f8;
    border-color: #f1f4f8;
}
.btn-check:focus+.btn-contrast, .btn-contrast:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220,221,224,.5);
    box-shadow: 0 0 0 0.25rem rgba(220,221,224,.5);
}
.main-navigation .btn-solid, .main-navigation.navbar-sticky .btn-solid {
    color: #fff;
    background-color: #53f;
    border-color: #53f;
}
.main-navigation .btn-outline:hover, .main-navigation .btn-solid:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important;
}
.main-navigation.sticky .btn-outline:hover, .main-navigation.sticky .btn-solid:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(52,82,86,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(52,82,86,.4)!important;
}
.site-header .btn {
    order: 4;
}
header.header {
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding-top: var(--header-height);
    position: relative;
    background: linear-gradient(180deg, rgb(232 229 255) 0%, rgba(250,250,250,1) 100%)!important;
}
header.header .container {
    position: relative;
    z-index: 1;
}
header.header ~ footer {
    margin-top: auto;
    width: 100%;
    background: linear-gradient(0deg, rgb(232 229 255) 0%, rgba(255,255,255,1) 100%)!important;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.movingbg {
    position: relative;
    z-index: 0;
}

.movingbg .bg {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
    transition: transform .2s cubic-bezier(.215,.61,.355,1);
    transition: transform .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1);
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    -webkit-transform: perspective(600px) translateZ(0) rotateX(var(--x)) rotateY(var(--y)) scale(var(--scale));
    transform: perspective(600px) translateZ(0) rotateX(var(--x)) rotateY(var(--y)) scale(var(--scale));
    transition: all 0.15s var(--easeOutQuad);
}
.movingbg:hover .bg {
    background-color: var(--list-bg-selected-hover);
}
.wave-effect {
    position: absolute;
    left: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 105px;
    overflow: hidden;
}
  .waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .wave-one {
    z-index: 15;
    opacity: 0.5;
    background-size: 100% 100%;
    background-image: url(../images/waves/wave1.png);
  }
  .wave-two {
    background-size: 50% 100%;
    background-image: url(../images/waves/wave2.png);
    -webkit-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite;
    z-index: 10;
    opacity: 0.75;
  }
  .wave-three {
    background-size: 50% 100%;
    background-image: url(../images/waves/wave3.png);
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
    z-index: 5;
  }
  @keyframes move_wave {
    0% {
      transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
    }
  }

#dialog .dialog-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0,0,0,.1);
}
#dialog.signup section.dialog-image {
    background-image: url(/wp-content/uploads/2023/07/bot-hello.png);
}
#dialog.setupaccount section.dialog-image {
    background-image: url(/wp-content/uploads/2023/07/bot-question.png);
}
#dialog.signup .phonenumber {
    display: none;
}
#dialog .article {
    max-height: 30vh;
}
.card.message {
    padding: 1rem;
}
.typing:not(:button)::after {
    content: '';
    opacity: 1;
    animation: blinker 1s step-start 0s infinite;
    border-right-width: 2px;
    margin-left: 3px;
    border-right-style: solid;
    opacity: .8;
}
.sections .section:not(.show) {
    display: none!important;
}
.permissions .permissiongroup:not(:has(input:checked)) > .list-item {
    --list-bg: inherit;
}
/* .sitealert:not(.show) {
    opacity: 0; visibility: hidden; z-index: -99;
} */
.sitealert {
    position: fixed;
    left: 50%;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    bottom: 10vh;
    justify-content: center;
    transform: translateX(-50%) translateY(0) !important;
}
body.dialog .sitealert {
    bottom: 1rem;
}
.sitealert .progress {
    height: 4px;
    background-color: rgba(0,0,0,.25);
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: grow 5s linear forwards;
}
.sitealert .closer {
    position: absolute;
    right: -2px;
    top: 0;
}
.sitealert .alert {
    z-index: 1;
    border: none;
    --bs-alert-padding-x: 2rem;
    --bs-alert-padding-y: 2rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
    overflow: hidden;
}
.alert pre {
    margin: 0;
}
.has-medium-font-size {
    font-size: 1.1rem;
}
.has-large-font-size {
    font-size: 1.5rem;
}
#article ul li, #article ol li {
    margin-bottom: 0.5rem;
}
#article ul li:has(li), #article ol li:has(li) {
    margin-bottom: 1rem;
}
#article li > ul, #article li > ol {
    margin-top: 0.5rem;
}
.fc-view {
    /* border-radius: 1rem;
    padding: 1.5rem;
    background-color: var(--layout-bg-light); */
}
.fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
    /* border: none!important; */
}
.fc-timegrid-event .fc-event-time {
    font-size: inherit;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    box-shadow: 0 0 5px 8px rgba(0,0,0,.25);
    text-align: center;
    padding: 20px;
    border: none;
}
.code {
    background: rgba(0,0,0,.3);
    border-radius: 3px;
}
.conversation .message.sender {
  --bs-alert-color: #055160;
  --bs-alert-bg: white;
  --bs-alert-border-color: white;
}
.conversation .message.user {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider:before, .divider:after {
    background-color: transparent;
    border-top: 1px dotted #000000;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    z-index: 0;
}
.divider .divider-wrapper {
    white-space: nowrap;
}
.section-header[data-bs-toggle="collapse"] {
    position: relative;
}
.section-header[data-bs-toggle="collapse"]:after {
    content: "\f0d7";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translateX(0) translateY(-50%) !important;
    vertical-align: middle;
    color: rgba(var(--bs-body-color-rgb),.65);
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    transition: all 0.15s ease-in-out;
}
.section-header.collapsed[data-bs-toggle="collapse"]:after {
    transform: translateX(0) translateY(-50%) rotate(180deg)!important;
}
.toggletruncate:hover {
    white-space: normal;
    word-break: break-word;
}
.list-item {
    --list-bg: var(--bs-info-rgb);
    --list-bg-hover-opacity: .035;
    --list-bg-selected-opacity: .06;
    --list-bg-selected-hover-opacity: .1;
    --list-bg-opacity:1;
    --list-bg-hover: rgba(var(--list-bg),Calc(var(--list-bg-hover-opacity)*var(--list-bg-opacity)));
    --list-bg-selected: rgba(var(--list-bg),Calc(var(--list-bg-selected-opacity)*var(--list-bg-opacity)));
    --list-bg-selected-hover: rgba(var(--list-bg),Calc(var(--list-bg-selected-hover-opacity)*var(--list-bg-opacity)));
    border-radius: var(--bs-border-radius-sm);
    overflow: hidden;
    outline: 0;
}
.list-item.parent {
    --list-bg: inherit!important;
}
.list-item.white {
    --list-bg: 248,249,250;
    --list-bg-hover-opacity: .05;
    --list-bg-selected-opacity: 1;
    --list-bg-selected-hover-opacity: 1;
}
.list-item.light {
    --list-bg: var(--bs-info-rgb);
    /* --list-bg-hover: rgba(var(--list-bg),.025);
    --list-bg-selected: rgba(var(--list-bg),.03);
    --list-bg-selected-hover: rgba(var(--list-bg),.075); */
    --list-bg-hover-opacity: .025;
    --list-bg-selected-opacity: .03;
    --list-bg-selected-hover-opacity: .075;
}
.list-item.lighter {
    --list-bg: var(--bs-info-rgb);
    --list-bg-hover-opacity: .015;
    --list-bg-selected-opacity: .02;
    --list-bg-selected-hover-opacity: .05;
}
.list-item.dark {
    --list-bg-hover-opacity: .07;
    --list-bg-selected-opacity: .1;
    --list-bg-selected-hover-opacity: .2;
}
.list-item.hover:hover:not(.selected) {
    background-color: var(--list-bg-hover);
}
.list-item.hover.selected:hover {
    background-color: var(--list-bg-selected-hover);
}
[data-bs-theme="dark"] .list-item {
    --list-bg: var(--bs-body-color-rgb);
    --list-bg-hover-opacity: .1;
    --list-bg-selected-opacity: .05;
    --list-bg-selected-hover-opacity: .1;
}
.list-item.selected {
    background-color: var(--list-bg-selected);
    font-weight: 500;
}
.list-item.labeled {
    position: relative;
    overflow: visible;
}

.list-item.border {
    border-color: var(--list-bg-selected)!important;
}
.list-item.success {
    --list-bg: var(--bs-success-rgb);
}
.list-item.warning {
    --list-bg: var(--bs-warning-rgb);
}
.list-item.danger {
    --list-bg: var(--bs-danger-rgb);
}
.list-item.info {
    --list-bg: var(--bs-info-rgb);
}
.list-item.secondary {
    --list-bg: var(--bs-secondary-rgb);
}

.list-item.labeled:after {
    content: var(--label);
    position: absolute;
    top: Calc(100% - 6px);
    z-index: 5;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.selectable input {
    display: none!important;
}
.selectable:has(input[type="checkbox"]:checked) {
    background-color: var(--list-bg-selected);
    font-weight: 500;
}
.selectable:has(input[type="checkbox"]:checked) .active,
.selectable:not(:has(input[type="checkbox"]:checked)) .notactive {
    display: block;
}
.selectable:has(input[type="checkbox"]:checked) .notactive,
.selectable:not(:has(input[type="checkbox"]:checked)) .active {
    display: none;
}
.list-item .arrow {
    transition: all 0.15s ease-in-out;
}
.list-item.inactive:not(:hover) {
    opacity: .5;
}
.list-item input.trigger {
    display: none;
}
.list-item:has(input.trigger):not(:checked) .hover {
    opacity: .5;
}
.list-item input.trigger:checked ~ .hover {
    opacity: 1;
    visibility: visible;
    color: var(--bs-primary);
}
.list-item.field:has(input:disabled) {
    opacity: .3;
    cursor: default!important;
}

#dialog:has([data-action*="gotosection"]) [data-action*="gotosection"] {
    white-space: nowrap;
    align-self: flex-end;
    flex-shrink: 0;
}
#dialog .checkmark-holder {
    overflow: hidden!important;
}
#dialog:has([data-action*="gotosection"]) #dialogsections {
    transition: all 0.25s ease-in-out;
}
#dialog.full:has([data-action*="gotosection"]) #dialogsections {
    overflow-y: auto;
}
#dialog:has([data-action*="gotosection"]) #dialogsections.transitioning {
    overflow: hidden;
    position: relative;
}
#dialog:has([data-action*="gotosection"]) #dialogsections.transitioning > .section.next {
    position: absolute; top: 0; left: 0; right: 0;
}
#dialog:has([data-action*="gotosection"]) [data-action*="gotosection"].selected {
    position: relative;
    overflow: visible;
}
#dialog:has([data-action*="gotosection"]) [data-action*="gotosection"].selected::after {
    position: absolute; top: 100%;
    right: 0%;
    height: 4px;
    width: 4px;
    background: inherit;
    content: "";
}

#dialog.full > .container #dialogsections {
    overflow-y: auto;
}

#dialog > .container > .d-flex {
    padding: 2rem!important;
}

.hover {
    transition: all 0.15s ease-in-out;
}

[data-state="on"][data-showonstate="off"],
[data-state="off"][data-showonstate="on"] {
    display: none!important;
}
.hover-trigger:not(:hover) .hover {
    display: none;
}
.list-item:not(:hover) .hover:not(.list-item) {
    opacity: 0;
    visibility: hidden;
}
section#channels {

}


.mw-0 {
    min-width: 0;
}
.pointer {
    cursor: pointer;
}
.move {
    cursor: move;
}
section#channels .channel-list {
    gap: 1rem;
}
.platform:has(.channel) {
    width: 100%;
}
/* #plans .selected {
    order: -1;
} */
#webpages .webpage {
    position: relative;
    order: 1;
}
#webpages .webpage.open .page-container {
    display: block!important;
}
#webpages .webpage.ignore {
    opacity: .4; order: 2;
}
#webpages .webpage:not(.ignore) .webpagestatus .fa-minus, #webpages .webpage.ignore .webpagestatus .fa-plus {
    display: none;
}
#webpages .webpage .alert {
    background-color: rgba(0,0,0,.5);
}
#webpages .webpage .meta {
}
#webpages .page-url {
    line-height: 3;
}
#webpages .page-info {
    line-height: 2;
}

#webpages .webpage .content:hover, #webpages .webpage .keywords:hover {
    background-color: rgba(0,0,0,.75);
}
#webpages .webpage .content, #webpages .webpage .keywords {
    background-color: rgba(0,0,0,.25);
    padding: 1rem;
    margin-top: 0.5rem;
}
#webpages .webpage textarea {
    background-color: transparent;
    height: 100%;
    white-space: break-spaces;
    line-height: normal;
    color: inherit;
    overflow: auto;
    font-size: .875em;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    outline: none;
}

.sortable .placeholder {
    background-color: rgba(0,0,0,.55);
    height: 70px;
    width: 100%;
    border: none;
}
@keyframes ph-gradiant {
  0%{
    background-position: 100% 0
  }
  100%{
    background-position: -100% 0
  }
}

/* ---------------- pricing box ---------------- */

#pricing, #pricing tbody, #pricing tr, #pricing th, #pricing td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    font-weight: inherit;    
}
#pricing th:first-child, #pricing td:first-child {
    width: 30%;
}
#pricing th:not(:first-child), #pricing td:not(:first-child) {
    width: var(--col-width)!important;
    min-width: var(--col-width)!important;
    position: relative;
}

#pricing th:not(:first-child) > *, #pricing td:not(:first-child) > * {
    position: relative;
    z-index: 1;
}
#pricing th:not(:first-child):before, #pricing td:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    background-color: rgba(var(--bs-info-rgb), .02);
    z-index: 0;
}

#pricing th:not(:first-child):before {
    top: 20px;
}
#pricing[data-period="monthly"] .annually, #pricing[data-period="annually"] .monthly {
    display: none!important;
}
#pricing .lightbg::before {
    background: rgba(var(--bs-info-rgb), .01)!important;
}
#pricing .nobg::before {
    display: none!important;
}
.bg-subtle {
    background-color: rgba(var(--bs-info-rgb), .04);
}


.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 300px;
    --bs-tooltip-padding-x: 1rem;
    --bs-tooltip-padding-y: 0.5rem;
    --bs-tooltip-font-size: inherit;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
}









.pricing-box {
    padding: 40px 50px;
    -webkit-box-shadow: 0 10px 40px rgba(0,58,82,0.1);
    box-shadow: 0 10px 40px rgba(0,58,82,0.1);
    border-radius: 12px;
    background: #fff;
}
.pricing-box.premium {
    background-color: var(--blue-dark);
}
.pricing-box.premium .pricing-box-feature span {
    color: white;
}
.pricing-box-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    color: #003A52;
}
.pricing-box-price .small {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 15px;
}
.pricing-box-price .frequency {
    text-transform: capitalize;
}
.pricing-box-divider {
    width: calc(100% + 100px);
    margin: 30px -50px;
    border-top: 3px dashed #E3E8EE;
}
.pricing-box.premium .pricing--box-divider {
    opacity: 0.2;
}
.pricing-box-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.pricing-box-feature .check {
    font-size: 1.3rem;
    color: white;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
section .row > .image {
    min-height: 600px;
    display: flex;
    align-items: center;
}

section .row > .image > * {
    width: 100%;
}
#dialog table thead:not(:has(tr th:last-child:not(:empty))) tr th:last-child,
#dialog table tbody:not(:has(tr td:last-child:not(:empty))) tr td:last-child {
    padding: 0;
}

#dialog table tbody tr:last-child td {
    border-bottom: none!important;
}





#serverstatus {
    padding: 0.5rem;
    width: 100%;
    text-align: center;
    position: relative;
}
#serverstatus[data-status='0'] {
    display: none;
}

#serverstatus:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}
  
@keyframes grow {
    from {
    width: 0;
    }
    to {
    width: 100%;
    }
}

#serverstatus[data-status='1'] {
    background-color: rgba(var(--bs-success-rgb), 1);
    color: white;
}

#serverstatus[data-status='2'] {
    background-color: rgba(var(--bs-warning-rgb), 1);
    color: white;
}

#serverstatus[data-status='3'] {
    background-color: rgba(var(--bs-warning-rgb), 1);
    color: var(--bs-warning-text-emphasis);
    font-weight: 500;
}

/* Use the --retry-duration custom property to match your JS retry delay */
#serverstatus[data-status='3']:after {
    background-color: rgba(0, 0, 0, 0.1);
    animation: grow var(--retry-duration, 3s) linear forwards;
}

#serverstatus[data-status='4'] {
    background-color: rgba(40, 167, 69, 0.8);
    color: white;
}

#serverstatus[data-status='5'] {
    background-color: rgba(var(--bs-danger-rgb), 1);
    color: white;
}
