@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/indieflower/v12/m8JVjfNVeKWVnh3QMuKkFcZVaUuH99GUDg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    min-height: 100vh;
}
body {
    display: flex;
}
#app {
    min-height: 100%;
    flex: 1;
}
.align-items-center {
    align-items: center;
}

.break-word {
    word-break: break-all;
}

.camp-header {
    color: #ccc;
    cursor: pointer;
    font-size: 1rem;
    padding: 1em 1em 0.5em 1em;
    text-align: center;
    white-space: nowrap;
}
.camp-header > span {
    padding-bottom: 3px;
}

.camp-header-active {
    color: #7957d5;
    cursor: pointer;
    font-size: 1rem;
    padding: 1em 1em 0.5em 1em;
    text-align: center;
    white-space: nowrap;
}
.camp-header-active > span {
    border-bottom: 2px solid;
    padding-bottom: 1px;
}

.capitalize {
    text-transform: capitalize;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.drop-menu-item {
    display: flex;
    padding: 0.75em;
    cursor: pointer;
}

.drop-menu-item:hover {
    background-color: #ccc;
}

.disabled-text {
    color: #888;
}

.font-12px {
    font-size: 12px;
}

.font-13px {
    font-size: 13px;
}

.font-14px {
    font-size: 14px;
}

.font-16px {
    font-size: 16px;
}

.font-18px {
    font-size: 18px;
}

.font-20px {
    font-size: 20px;
}

.font-24px {
    font-size: 24px;
}

.font-26px {
    font-size: 26px;
}

.font-30px {
    font-size: 30px;
}

.font-40px {
    font-size: 40px;
}

.font-size-0-85em {
    font-size: 0.85em;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.no-white-space {
    white-space: nowrap;
}

.flex {
    display: flex !important;
}

.flex-01 {
    flex: 0.1;
}

.flex-025 {
    flex: 0.25;
}

.flex-03 {
    flex: 0.3;
}

.flex-075 {
    flex: 0.75;
}

.flex-column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

hr {
    background-color: #c5c5c591;
}

.gray {
    color: #959595 !important;
}

.light-gray {
    color: #cacaca !important;
}

.inner-customer-link {
    color: #7957d5;
    cursor: pointer;
    display: flex;
    word-break: break-all;
    position: relative;
}

.is-black {
    color: #000000;
}

.is-bold {
    font-weight: 800;
}

.is-light {
    color: #8b8b8b;
}

.h100 {
    height: 100%;
}

.has-purple {
    color: #714dd2 !important;
    border: 1px solid #714dd2 !important;
}

.height-auto {
    height: auto !important;
}

.h1w1 {
    height: 1em;
    width: 1em;
}

.h2 {
    height: 2em;
}

.jc {
    justify-content: center;
}

.ma {
    margin: auto !important;
}

.mx-auto {
    margin: 0 auto !important;
}

.margin-top-3px {
    margin-top: 3px;
}

.max-width-500px {
    max-width: 500px !important;
}

.max-width-fit-content {
    max-width: fit-content !important;
}

.m-t-b-a {
    margin-top: auto;
    margin-bottom: auto;
}

.ma-1 {
    margin: auto 1em;
}

.ma-r1 {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1em;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb-05 {
    margin-bottom: 0.5em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb-min-05 {
    margin-bottom: -0.5em !important;
}

.mb1-5 {
    margin-bottom: 1.5em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb2em {
    margin-bottom: 2em;
}

.mb3 {
    margin-bottom: 3em !important;
}

.mb12 {
    margin-bottom: 12em !important;
}

.mb5px {
    margin-bottom: 5px;
}

.mb10px {
    margin-bottom: 10px;
}

.min-width-fit-content {
    min-width: fit-content;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-05 {
    margin-left: 0.5em;
}

.ml-min-05 {
    margin-left: -0.5em;
}

.ml-min-075 {
    margin-left: -0.75em;
}

.ml-1 {
    margin-left: 1em !important;
}

.ml1 {
    margin-left: 1em;
}

.ml2 {
    margin-left: 2em;
}

.mobile-only {
    display: none !important;
}

.mlr1 {
    margin-left: 1em;
    margin-right: 1em;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-05 {
    margin-right: 0.5em;
}

.mr-min-05 {
    margin-right: -0.5em;
}

.mr1 {
    margin-right: 1em !important;
}

.mr-1 {
    margin-right: 1em !important;
}

.mr2 {
    margin-right: 2em;
}

.mr3 {
    margin-right: 3em;
}

.mr-8px {
    margin-right: 8px;
}

.mt-05 {
    margin-top: 0.5em !important;
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em;
}

.mt3 {
    margin-top: 3em;
}

.mt4 {
    margin-top: 4em;
}

.mt5 {
    margin-top: 5em;
}

.mt3em {
    margin-top: 3em;
}

.overflow-hidden {
    overflow: hidden;
}

.p0 {
    padding: 0 !important;;
}

.p-05-1 {
    padding: 0.5em 1em;
}

.p05 {
    padding: 0.5em !important;
}

.p1 {
    padding: 1em;
}

.p-1-5 {
    padding: 1.5em;
}

.p-10px {
    padding: 10px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb-05 {
    padding-bottom: 0.5em;
}

.pb-10 {
    padding-bottom: 10em !important;
}

.pb1 {
    padding-bottom: 1em;
}

.pb1em {
    padding-bottom: 1em !important;
}

.pb2 {
    padding-bottom: 2em !important;
}

.pb3 {
    padding-bottom: 3em !important;
}

.pb-3 {
    padding-bottom: 3em !important;
}

.pl1 {
    padding-left: 1em !important;
}

.p2em {
    padding: 2em !important;
}

.pb3 {
    padding-bottom: 3em !important;
}

.pb5 {
    padding-bottom: 5em !important;
}

.pb10 {
    padding-bottom: 10em;
}

.pl0 {
    padding-left: 0 !important;
}

.p2 {
    padding: 2em !important;
}

.p3 {
    padding: 3em !important;
}

.pl-05 {
    padding-left: 0.5em !important;
}
.pl2em {
    padding-left: 2em !important;
}
.pl-2-5 {
    padding-left: 2.5em !important;
}

.pl3 {
    padding-left: 3em !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr-05 {
    padding-right: 0.5em !important;
}

.pr1-5 {
    padding-right: 1.5em !important;
}

.pr1em {
    padding-right: 1em;
}

.pr2em {
    padding-right: 2em !important;
}

.pr3em {
    padding-right: 3em !important;
}

.pr4em {
    padding-right: 4em !important;
}

.pro-upgrade-button {
    border: 1px solid #ccc;
    padding: 0.25em;
    text-align: center;
    border-radius: 6px;
    color: #7957d5;
    margin-top: 1em;
    cursor: pointer;
    font-weight: 600;
}

.pro-upgrade-content {
    padding: 2em;
    box-shadow: 0 4px 9px 0 rgba(30, 59, 91, 0.1);
}

.pro-upgrade-menu {
    width: 30em;
    left: -10em !important;
}

.pro-tag {
    background-color: #167df0;
    padding: 0.5em;
    border-radius: 4px;
    color: whitesmoke;
    margin-left: 1em;
    font-size: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.new-tag {
    background-color: #167df0;
    padding: 0.5em;
    border-radius: 4px;
    color: whitesmoke;
    margin-right: .75em;
    font-size: .6rem;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
}

.pr3 {
    padding-right: 3em !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt01 {
    padding-top: 0.1em !important;
}

.p5-10 {
    padding: 5px 10px;
}

.beta-tag {
    background-color: #7957d5;
    padding: 0.5em;
    border-radius: 4px;
    color: whitesmoke;
    margin-left: 1em;
    font-size: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.beta-tag-big {
    background-color: #7957d5;
    padding: 0.5em;
    border-radius: 4px;
    color: whitesmoke;
    margin-left: 1em;
    font-size: 0.85rem;
    margin-top: auto;
    margin-bottom: auto;
}

.pending-status {
    background-color: #ffea8a;
}

.refunded-status {
    background-color: #ccc;
}

.completed-status {
    background-color: #1bb51b;
    color: #ffffff;
}

.pt1 {
    padding-top: 1em !important;
}

.pt2 {
    padding-top: 2em !important;
}

.pt2em {
    padding-top: 2em !important;
}

.pt3 {
    padding-top: 3em !important;
}

.is-green {
    color: green;
}

.is-light-gray {
    color: #e9e9e9;
}

.red-dot {
    background-color: red;
    height: 0.75em;
    width: 0.75em;
    border-radius: 50%;
    margin-right: 1em;
}

.green-dot {
    background-color: green;
    height: 0.75em;
    width: 0.75em;
    border-radius: 50%;
    margin-right: 1em;
}

.relative {
    position: relative;
}

.tr-link {
    display:block;
    text-decoration:none;
    color: black;
    padding: 1.5em;
    margin-right: -.75em;
    margin-left: -.75em;
}

.tr-link-colourless {
    display:block;
    text-decoration:none;
    padding: 1.5em;
    margin-right: -.75em;
    margin-left: -.75em;
}

.uppercase {
    text-transform: uppercase !important;
}

/* Freshdesk chat icon */
#freshworks-container {
    display: none;
}

/* new sidebar css */

#cb-navigation {
    opacity: 1.4;
    /* width: 20%; */
    height: 100%;
}

.cv-hdr {
    margin-top: 40px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #00001e;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0 0 8px 0;
    height: 100%;
    position: fixed;
}

.cv-hdr__handle {
    position: fixed;
    top: 174px;
    bottom: 120px;
    padding: 0 16px 0 12px;
    cursor: pointer;
    left: 21%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;

}

.cv-hdr__handle:after,
.cv-hdr__handle:before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    background-color: #bfbfbf;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .2s;
    transition: .2s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    border-radius: 2px
}

.cv-hdr__handle:before {
    top: calc(50% - 17px)
}

.cv-hdr__handle:after {
    bottom: calc(50% - 17px)
}

.cv-hdr__handle:hover:after,
.cv-hdr__handle:hover:before {
    background-color: #2c0069
}

.cv-hdr__handle:hover:before {
    -webkit-transform: rotate(114deg);
    transform: rotate(114deg)
}

.cv-hdr__handle:hover:after {
    -webkit-transform: rotate(66deg);
    transform: rotate(66deg)
}

.cv-hdr__handle--mobile:after,
.cv-hdr__handle--mobile:before {
    background-color: #2c0069;
    top: 10%
}

.cv-hdr__handle--mobile:before {
    top: calc(10% - 17px);
    -webkit-transform: rotate(114deg);
    transform: rotate(114deg)
}

.cv-hdr__handle--mobile:after {
    bottom: calc(10% - 17px);
    -webkit-transform: rotate(66deg);
    transform: rotate(66deg)
}

.cv-hdr__container {
    background-color: #f4f5f8;
    border-right: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    width: 260px;
    -webkit-transition: width .3s cubic-bezier(0, 1, .55, 1);
    transition: width .3s cubic-bezier(0, 1, .55, 1);
    border-radius: 0px;
}

.cv-hdr__body {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cv-hdr__body::-webkit-scrollbar {
    display: none
}

.cv-hdr__footer {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}



.cn-wrapper {
    min-width: 768px
}

@media only screen and (max-width:599px) {
    .cn-wrapper {
        min-width: 320px;
        width: 100%
    }
}

.cn-wrapper:after,
.cn-wrapper:before {
    content: "";
    display: table
}

.cn-wrapper:after {
    clear: both
}

.cn-wrapper__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.cn-wrapper__container:after,
.cn-wrapper__container:before {
    content: "";
    display: table
}

.cn-wrapper__container:after {
    clear: both
}

.cn-wrapper__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(234, 234, 244, .9);
    z-index: 99;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cn-wrapper__aide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.cn-wrapper__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    height: 100%
}

.cn-wrapper__content,
.cn-wrapper__header,
.cn-wrapper__main {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cn-wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

.cn-wrapper__toolbar {
    padding: 0 40px;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d3;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:800px) {
    .cn-wrapper__toolbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 6800
    }
}

.cn-wrapper__toolbar .cn-breadcrumb,
.cn-wrapper__toolbar .cn-directory {
    width: 100%
}

.cn-wrapper__preview {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cn-container,
.cn-wrapper__help {
    position: relative
}

.cn-container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto
}

.cn-container:after,
.cn-container:before {
    content: "";
    display: table
}

.cn-container:after {
    clear: both
}

.cn-container-mxw {
    max-width: 1440px
}

.cn-container-mxw:after,
.cn-container-mxw:before {
    content: "";
    display: table
}

.cn-container-mxw:after {
    clear: both
}

.cn-container-mxwi {
    max-width: 1360px
}

.cn-container-mxwi:after,
.cn-container-mxwi:before {
    content: "";
    display: table
}

.cn-container-mxwi:after {
    clear: both
}

.cn-page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.settings-bottom{
    padding-bottom: 5rem;
}

.select {
    z-index: 1;
}

.small-spinner {
    display: block !important;
    margin-bottom: 1em;
}

.template-action-container {
    display: flex;
    align-items: center;
}

.template-title {
    font-weight: 600;
    flex: 1;
}

.template-subtitle {
    margin-top: 1em;
    margin-bottom: 1em;
}

.validation-error {
    color: red;
    text-align: left;
}

.w-30 {
    width: 30em !important;
}

.w100 {
    width: 100%;
}

.wrap-anywhere {
    overflow-wrap: anywhere;
}

.ws-status {
    border-radius: 15px;
    font-size: 13px;
    padding: 0.25em 1em;
    height: 26px;
    min-width: fit-content;
}

.w40 {
    width: 40% !important;
}

.w70 {
    width: 70%;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.card {
    box-shadow: 0 4px 9px 0 rgba(30,59,91,0.1);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
    .mobile-only {
        display: block !important;
        padding: 1em;
    }
}

.navbar-item img {
    max-height: 2rem !important;
}

.narrow-container {
    width: 1025px;
    margin: auto !important;
}

.z1 {
    z-index: 1;
}

.justify-contents-between {
    justify-content: space-between;
}

/* flipper hack */
.Flipper .Flipper__face--back {
    position: absolute!important;
}
.Flipper .Flipper__face--front {
    position: relative!important;
}
.Flipper.Flipper--flipped .Flipper__face--front {
    position: absolute!important;
}
.Flipper.Flipper--flipped .Flipper__face--back {
    position: relative!important;
}

.navbar-primary-color {
    color: #7957d5;
}

.card-menu-item {
    border-radius: 4px;
}

.align-right .dropdown-menu {
    right: 0px;
    left: auto;
}

.dashboard-notification.success-notification .vt-notification {
    background-color: #2c9718 !important;
}

.dashboard-notification.error-notification .vt-notification {
    background-color: #c40000 !important;
}

.dashboard-notification.info-notification .vt-notification {
    background-color: #167df0 !important;
}

.copy-icon.fade-leave-active,
.copy-icon-contact-email.fade-leave-active,
.copy-icon-contact-text.fade-leave-active,
.copy-icon-order-email.fade-leave-active {
    transition: opacity 0.1s!important;
}

.chat-message .dropdown-menu .dropdown-content {
    margin-bottom: 4px;
}
.child-flex>*, .flex {
    flex: initial !important;
}

.color-picker-area .hu-color-picker {
    width: 218px !important;
}
.schedules .content ul {
    margin-left: 0px !important;
}
.schedules .select,
.schedules select,
.schedules .select input {
    height: 40px;
}

.schedules .multiselect__placeholder {
    margin-bottom: 7px !important;
}

.schedules .multiselect,
.schedules .multiselect__input,
.schedules .multiselect__tags {
    width: 256px;
}

/* media modal css */
.folder-list {
    display: flex;
    flex-direction: column;
    border: none !important;
}

.folder-icon {
    width: 20px;
}

.folder-link,
.folder-link-selected {
    width: 100%;
    padding: 5px 5px 5px 25px;
    display: flex;
}

.folder-link:hover span,
.folder-link-selected span {
    color: #7957d5;
}

.folder-action-sec {
    position: absolute;
    right: 5px;
    padding: 2px 5px;
    background-color: #fff;
}

.folder-link .folder-action-sec,
.folder-link-selected .folder-action-sec {
    display: none;
}

.folder-link:hover .folder-action-sec,
.folder-link-selected:hover .folder-action-sec {
    display: flex;
}

@media only screen and (min-width:599px) {
    .media-inner-container {
        max-height: 600px;
        overflow: auto;
    }
    .media-menu {
        max-height: 600px;
        overflow: auto;
    }
    .library-body {
        height: 600px;
    }
}


.signup-layout {
    background: url(../assets/img/bg/back-wolves.png);
    background-size: 450px;
    background-color: rgba(255, 255, 255, 0.63);
    background-repeat: repeat-x;
    position: relative;
}
.signup-logo {
    height: 25px;
}

.signup-action {
    margin-bottom: 40px;
}

.progress-logo {
    height: 40px;
}

.signup-body {
    min-height: calc(100% - 80px);
    padding-bottom: 190px;
}

.signup-content {
    max-width: 500px;
    margin: 0 auto;
}

.signup-title {
    margin-bottom: 0.5em;
    font-size: 24px;
}

.signup-btn-sec {
    padding: 1em;
}

@media only screen and (min-width: 600px)
{
    .signup-logo {
        height: 40px;
    }
    .signup-content {
        min-width: 400px;
    }
    .signup-title {
        margin-bottom: 1em;
        font-size: 2rem;
    }
    .signup-btn-sec {
        padding: 2em;
    }
    .signup-body {
        padding-bottom: 80px;
    }
}

.reference-link:hover {
    color: #7957d5;
}

.actions-td .dropdown-menu {
    min-width: 8rem !important;
}

/*new feature css*/
.feature-card {
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    margin-top: 10px;
    border-radius: 5px;
}

.features-date {
    font-size: .8em;
    font-weight: 400;
    color: #8da2b5;
}
.feature-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #6838C3;
}
.features-learn-more {
    color: #6838C3;
}
.feature-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100% - 130px);
    padding: 1em 1em 1em 2em;
}
.feature-footer {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-content img {
    max-width: 245px;
}
.feature-collapse {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.feature-status-text {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 3px;
}

.new-feature-label {
    border-radius: 10px;
    padding: 3px 8px 3px 8px;
    color: white;
    font-size: .8em;
    margin-right: 5px;
}
.new-feature-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ddd;
}
.new-feature-status.planned {
    background-color: #FF0000;
}
.new-feature-status.in_progress {
    background-color: #eddb39;
}
.new-feature-status.done {
    background-color: #2ba6ff;
}
.new-feature-status.pending {
    background-color: #9c27b0;
}
.new-feature-status.under_review {
    background-color: #009688;
}

.new-feature-label.feature {
    background-color: #2ba6ff;
}
.new-feature-label.debug {
    background-color: #8a6728;
}
.new-feature-label.announcement {
    background-color: #008a3d;
}
.new-feature-label.request {
    background-color: #dae172;
}

.feature-card .load-more-feature-btn {
    margin-top: 30px;
    margin-bottom: 20px;
}
.feature-card > .vote-btn {
    cursor: pointer;
    min-width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    margin-right: 10px;
}
.feature-card .vote-btn:hover {
    background-color: #eeeeee;
}
.feature-card .vote-btn i {
    color: #8da2b5;
}


table.design-1 {

}
table.design-1 > thead > tr > th {
    padding: 10px 20px!important;
    text-align: left!important;
    font-weight: 600;
    border: none;
    font-size: 16px;
}
table.design-1 > thead > tr > th:last-child {
    text-align: right!important;
}
table.design-1 > tbody > tr > td {
    padding: 10px 20px!important;
    font-size: 16px;
    text-align: left!important;
    vertical-align: middle;
}
table.design-1 > tbody > tr > td:last-child {
    text-align: right!important;
}
table.design-1 > tbody tr > td > i {
    font-size: 16px;
}
table.design-1 > tbody tr > td > a {
    color: black;
}
table.design-1 > tbody tr > td > a > div {
    margin-left: 0px!important;
}

ul.tabs-titles {
    height: 37px;
    margin-bottom: 50px;
}
ul.tabs-titles > li {
    font-size: 15px;
    padding: 5px 20px 5px 20px;
}
ul.tabs-titles > li:first-child {
    padding-left: 20px;
}

.e-multiselect.e-input-group {
    border-radius: 4px!important;
    border: 1px solid #dbdbdb!important;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1)!important;
    height: 36px!important;
}
.e-multi-select-wrapper .e-searcher {
    font-size: 16px!important;
}
.e-multi-select-wrapper .e-chips {
    display: none!important;
    margin-top: 2px!important;
    margin-bottom: 1px!important;
    margin-right: 4px!important;
}
.e-multi-select-wrapper .e-delim-values {
    display: none!important;
}

.breadcrumb .icon-wrapper-status {
    display: flex;
}

.table-action .dropdown.is-active .dropdown-menu {
    box-shadow: 0 8px 8px rgb(10 10 10 / 10%);
}

.table-action-dropdown-item {
    display: flex;
    align-items: center;
    padding: 4px 15px 4px 15px;
    cursor: pointer;
}

.table-action-dropdown-item:hover {
    background-color: #E2E9F9;
}

.table-action-dropdown-item label.cbx {
    padding: 5px;
}

.sort-direction {
    border-top: 1px solid #ddd;
    padding-top: 0.5em;
}

.sort-direction .direction-link {
    display: flex;
    padding: 4px 5px 4px 15px;
    cursor: pointer;
}

.sort-direction .active-dir {
    background-color: #E2E9F9;
    border-radius: 3px;
    color: #167df0;
}

.tab-button-text-disabled {
    color: #ccc;
    margin-left: 0.5em;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px 8px;
    cursor: pointer;
    white-space: nowrap;
}

.tab-button-text-active {
    color: #7957d5;
    margin-left: 0.5em;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px 8px;
    background: #ebe6f7;
    border-radius: 3px;
}


/* Multiselect */
.multiselect__tags {
    font-size: 16px;
    padding-top: 9px!important;
}
.multiselect__placeholder {
    font-size: 16px;
    margin-bottom: 0px!important;
    margin-top: -4px;
}
.multiselect__input {
    padding-top: 2px;
    padding-left: 0px!important;
    margin-bottom: 4px;
}
.multiselect__single {
    padding-left: 0px!important;
}
.multiselect__content {
    max-width: 100%;
}
.multiselect__content-wrapper {
    overflow-x: hidden;
}

.cc-item-card {
    border-radius: 6px;
    box-shadow: 0 4px 9px 0 rgba(30, 59, 91, 0.1);
    height: 320px;
}

.cc-item-card-header {
    border-radius: 6px 6px 0px 0px;
    background: #6b51cd;
    overflow: initial;
    position: relative;
}

.cc-item-card-action {
    position: absolute;
    z-index: 10;
    right: 7px;
    top: 7px;
}

.cc-item-card-action-link {
    padding: 0px 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
}

.cc-item-card-action-link:hover {
    border-color: #dbdbdb;
}

.cc-item-card-action-link i {
    font-size: 18px;
}

.cc-item-card-img {
    background-color: #5e4cc4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 190px;
    border-radius: 6px 6px 0px 0px;
    display: block;
}

.cc-item-card-content {
    background: white;
    border-radius: 0px 0px 6px 6px;
    padding: 12px;
}

.cc-item-card-title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    height: 26px;
    overflow: hidden;
}

.cc-item-card-desc {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
}

.cc-item-card-member-desc {
    height: 20px !important;
}

.cc-item-card-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cc-item-card-title,
.cc-item-card-member-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cc-item-card-progress {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}

.cc-item-img {
    width: 220px;
}

.cc-item-img .figure-container img {
    height: auto;
    width: 100%;
}

.cc-view-action {
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 70px;
    font-size: 17px;
    width: 38px;
    height: 36px;
    text-align: center;
    cursor: pointer;
}

.cc-view-action:hover {
    border: 1px solid #b5b5b5;
    box-shadow: 0 10px 20px -11px rgba(31,35,65,0.37);
    -webkit-transition: .2s;
    transition: .2s;
}

.cc-item-list-row {
    padding-top: 15px;
}

.cc-nested-tab-ul {
    z-index: 31;
    display: inline-flex;
    position: absolute;
    top: -117px;
}


/*funnel tag css start*/

.funnel-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 35px;
    margin-top: 2px;
    padding-bottom: 10px;
}

.funnel-tag .remove-icon,
.add-icon {
    margin-left: 8px;
    color: #666678bf;
}

.funnel-tag .remove-icon:hover,
.add-icon:hover {
    color: #363636;
}

.funnel-tag,
.add-funnel-tag-link {
    font-size: 14px;
    background-color: #F3F3F3;
    border-radius: 6px;
    cursor: pointer;
    padding: 3px 10px;
    white-space: nowrap;
    margin-bottom: 3px;
    height: 22px;
}

.funnel-tag:hover,
.add-funnel-tag-link:hover {
    background-color: #ffffff;
}
.add-funnel-tag-link > div {
    line-height: 12px;
}

.funnel-tag {
    margin-right: 3px;
    display: flex;
    align-items: center;
}

#sms_trigger_select div.multiselect__content-wrapper ul li:not(#null-0) span.multiselect__option {
    display: none;
}

/*funnel tag css end*/

@media only screen and (max-width:599px) {
    .cc-item-img {
        width: 60px;
    }

    .cc-item-img .figure-container img {
        height: auto;
        width: 50px;
    }

    .cc-list-content {
        flex-direction: column;
    }

    .cc-view-action {
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .cc-item-list-row {
        padding-top: 7px;
    }

    .cc-nested-tab-ul {
        position: absolute;
        top: -53px;
    }
}

.switch .control-label {
    padding-left: 0.7em;
    margin-top: -1px;
}

li.is-inactive span.tag,
li.is-inactive-selected span.tag {
    display: none;
}