:root {--gkt-pro-tooltip-button__border: 1px dashed #a5a5a5;--gkt-pro-tooltip__font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--gkt-pro-tooltip__padding-v: .8em;--gkt-pro-tooltip__padding-h: 1em;--gkt-pro-tooltip__border-radius: .4em;--gkt-pro-tooltip__background-color: rgba(16,16,16,.95);--gkt-pro-tooltip__color: #fff;--gkt-pro-tooltip__font-size: .9em;--gkt-pro-tooltip__arrow-size: .4em;--gkt-pro-tooltip__show-move: 5px;--gkt-pro-tooltip__z-index: 31;--gkt-pro-tooltip__transition-duration: var(--gkt-transition-duration);--gkt-pro-tooltip__transition-easing: var(--gkt-transition-easing);}
.ghostkit-pro-tooltip[aria-label] {cursor: pointer;border-bottom: var(--gkt-pro-tooltip-button__border);}
.ghostkit-pro-tooltip-popper-wrap {position: absolute;top: -9999px;right: -9999px;z-index: var(--gkt-pro-tooltip__z-index);}
.ghostkit-pro-tooltip-popper {max-width: 400px;padding: var(--gkt-pro-tooltip__padding-v) var(--gkt-pro-tooltip__padding-h);font-family: var(--gkt-pro-tooltip__font-family);font-size: var(--gkt-pro-tooltip__font-size);font-style: normal;font-weight: 400;color: var(--gkt-pro-tooltip__color);text-indent: 0;text-shadow: none;word-break: break-word;white-space: pre-line;pointer-events: none;background-color: var(--gkt-pro-tooltip__background-color);border-radius: var(--gkt-pro-tooltip__border-radius);opacity: 0;transition-property: opacity,transform;}
.ghostkit-pro-tooltip-popper [data-popper-arrow] {width: 0;height: 0;border: var(--gkt-pro-tooltip__arrow-size) solid transparent;}
[data-popper-placement^="top"] .ghostkit-pro-tooltip-popper [data-popper-arrow] {border-top-color: var(--gkt-pro-tooltip__background-color);}
[data-popper-placement^="bottom"] .ghostkit-pro-tooltip-popper [data-popper-arrow] {border-bottom-color: var(--gkt-pro-tooltip__background-color);}
[data-popper-placement^="left"] .ghostkit-pro-tooltip-popper [data-popper-arrow] {border-right-color: var(--gkt-pro-tooltip__background-color);}
[data-popper-placement^="right"] .ghostkit-pro-tooltip-popper [data-popper-arrow] {border-left-color: var(--gkt-pro-tooltip__background-color);}
[data-popper-placement^="top"] .ghostkit-pro-tooltip-popper {}
[data-popper-placement^="bottom"] .ghostkit-pro-tooltip-popper {transform: translate(0,var(--gkt-pro-tooltip__show-move));}
[data-popper-placement^="left"] .ghostkit-pro-tooltip-popper {}
[data-popper-placement^="right"] .ghostkit-pro-tooltip-popper {}
.ghostkit-pro-tooltip-popper-show .ghostkit-pro-tooltip-popper {opacity: 1;transform: translate(0,0);}
.ghostkit-button {--gkt-pro-button__background-image: var(--gkt-button__background-color);--gkt-pro-button-hover__background-image: var(--gkt-button-hover__background-color);}
.ghostkit-button.ghostkit-pro-bg-gradient {position: relative;background-image: var(--gkt-pro-button__background-image);z-index: 1;}
.ghostkit-button.ghostkit-pro-bg-gradient::before {content: "";position: absolute;display: block;background-color: var(--gkt-button-hover__background-color);background-image: var(--gkt-pro-button-hover__background-image);background-clip: padding-box;border: var(--gkt-button__border-width) solid transparent;border-radius: var(--gkt-button__border-radius);opacity: 0;transition: var(--gkt-button__transition-duration) opacity var(--gkt-button__transition-easing);z-index: -1;}
.ghostkit-button.ghostkit-pro-bg-gradient:hover::before, .ghostkit-button.ghostkit-pro-bg-gradient:focus::before, .ghostkit-button.ghostkit-pro-bg-gradient:active::before {opacity: 1;}
.ghostkit-progress {--gkt-pro-progress--bar__background-image: var(--gkt-progress--bar__background-color);--gkt-pro-progress--bar-hover__background-image: var(--gkt-progress--bar__background-color);--gkt-pro-progress__background-image: var(--gkt-progress__background-color);--gkt-pro-progress-hover__background-image: var(--gkt-progress__background-color);}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap, .ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar {position: relative;z-index: 1;}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap::before, .ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar::before {content: "";position: absolute;display: block;top: 0;left: 0;bottom: 0;right: 0;background-clip: padding-box;opacity: 0;transition: var(--gkt-progress__transition-duration) opacity var(--gkt-progress__transition-easing);z-index: -1;}
.ghostkit-progress.ghostkit-pro-bg-gradient.ghostkit-progress:hover .ghostkit-progress-wrap::before, .ghostkit-progress.ghostkit-pro-bg-gradient.ghostkit-progress:hover .ghostkit-progress-wrap .ghostkit-progress-bar::before {opacity: 1;}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap {background-image: var(--gkt-pro-progress__background-image);}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap::before {background-image: var(--gkt-pro-progress-hover__background-image);}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar {background-image: var(--gkt-pro-progress--bar__background-image);}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap .ghostkit-progress-bar::before {background-image: var(--gkt-pro-progress--bar-hover__background-image);}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap.ghostkit-progress-bar-striped .ghostkit-progress-bar {background-image: var(--gkt-progress--bar-striped__background-image),var(--gkt-pro-progress--bar__background-image);background-size: var(--gkt-progress--bar-striped__background-size),100%;}
.ghostkit-progress.ghostkit-pro-bg-gradient .ghostkit-progress-wrap.ghostkit-progress-bar-striped .ghostkit-progress-bar::before {background-image: var(--gkt-progress--bar-striped__background-image),var(--gkt-pro-progress--bar-hover__background-image);background-size: var(--gkt-progress--bar-striped__background-size),100%;}
@supports (-webkit-background-clip: text) {.ghostkit-counter-box {--gkt-pro-counter-box--number__image: var(--gkt-counter-box--number__color);}
	.ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .ghostkit-counter-box-number-wrap {background-color: var(--gkt-counter-box--number__color);background-image: var(--gkt-pro-counter-box--number__image);}
	.ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .ghostkit-counter-box-number-wrap, .ghostkit-counter-box.ghostkit-pro-text-gradient>.ghostkit-counter-box-number .editor-rich-text__tinymce {background-color: currentColor;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}}
@supports (-webkit-background-clip: text) {.ghostkit-icon-box {--gkt-pro-icon-box--icon__image: var(--gkt-icon-box--icon__color);}
	.ghostkit-icon-box.ghostkit-pro-text-gradient>.ghostkit-icon-box-icon>span {background-color: currentColor;background-image: var(--gkt-icon-box--icon__color);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}}
.ghostkit-pro-gradient-mask {position: absolute;right: -9999px;visibility: hidden;}
.ghostkit-pro-grid-fullheight>.ghostkit-grid-inner {min-height: 100vh;}
body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner {min-height: calc(100vh - 32px);}
@media screen and (max-width:782px) {body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner {min-height: calc(100vh - 42px);}}
@media screen and (max-width:600px) {body.admin-bar .ghostkit-pro-grid-fullheight>.ghostkit-grid-inner {min-height: 100vh;}}
.ghostkit-svg-icon-octicon {fill: currentColor;}