/*OVERRIDING THEME STYLES*/
body, #page-container {
    background: #F8F8F8 !important;
}

a, .btn-link {
    color: #0073B5;
}

#header {
    border: none;
}

.panel {
    border: 1px solid #DDDDDD;
}

label {
    font-weight: bold;
    color: #494948;
}

.alert.alert-success {
    background: transparent;
    color: #479d9a;
    border: 1px solid #479d9a;
}

.alert.alert-success h5, .alert.alert-success p, .alert.alert-success .alert-link {
    color: #479d9a;
}

.el-input__inner {
    border: 1px solid #DDDDDD !important;
}

.form-horizontal.form-bordered .form-group > div, .form-horizontal.form-bordered .form-group > .control-label, .form-horizontal.form-bordered .form-group {
    border-color: #DDDDDD !important;
}

.content {
    margin-left: 100px;
    padding: 50px 30px;
}

.sidebar {
    background-color: #000;
}

.sidebar .nav > li.active > a i {
    color: #fff;
}

.panel-success > .panel-heading {
    background: #469D9A !important;
}

.btn.btn-danger, .btn.btn-danger.disabled, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled], .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled]:hover {
    color: #fff;
    background: #DD223B;
    border-color: #DD223B;
    border-radius: 50px;
}

.btn.btn-success, .btn.btn-success.disabled, .btn.btn-success.disabled:focus, .btn.btn-success.disabled:hover, .btn.btn-success[disabled], .btn.btn-success[disabled]:focus, .btn.btn-success[disabled]:hover {
    color: #fff;
    background: #469D9A;
    border-color: #469D9A;
    border-radius: 50px;
}

.btn.btn-outline-success {
    color: #469D9A;
    background: #fff;
    border-color: #469D9A;
    border-radius: 50px;
}

.btn.btn-default, .btn.btn-default.disabled, .btn.btn-default.disabled:focus, .btn.btn-default.disabled:hover, .btn.btn-default[disabled], .btn.btn-default[disabled]:focus, .btn.btn-default[disabled]:hover {
    border-radius: 50px;
}

.vs-button {
    border-radius: 50px !important;
}

.badge.badge-success, .badge.badge-teal, .label.label-success, .label.label-teal {
    background: #469D9A;
}

.badge.badge-bright-green {
    background: #469D9A;
}

ul.nav.nav-tabs.up-tabs {
    /*background: #008a8a !important;*/
    background: #469D9A !important;
    margin-bottom: -10px;
    margin-left: -15px;
    max-width: 100%;
}

.panel-heading .nav-tabs.up-tabs > li > a {
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
}

.panel-heading .nav-tabs.up-tabs > li:hover > a {
    color: #333;
}

.panel-heading .nav-tabs.up-tabs > li.active > a {
    padding: 10px 15px;
    line-height: 20px;
    color: #333;
}

.panel-body {
    padding-top: 0 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #efefef;
    opacity: .6;
    filter: alpha(opacity=60);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #469D9A !important;
    border-color: #469D9A !important;
    color: #fff;
}

.pos-text {
    color: #f5f7fa;
}

.pos-link-button {
    /*background: #2cb190;*/
    background: #469D9A;
    border-color: #469D9A;
    color: #ffffff;
}

.pos-link-button:hover {
    color: #ffffff;
}

.pos-link-button:active {
    color: #ffffff;
}

/*Customer loader*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #469D9A;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #469D9A transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*End*/

/* Offer Popups */
.offer-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: offerPopup 0.4s 3s linear forwards;
}

@keyframes offerPopup {
    100% {
        opacity: 1;
    }
}

.offer-popup-item {
    position: relative;
    width: 450px;
    background: #303030;
    border-radius: 20px;
    display: flex;

}

.offer-popup-item .animation-popup {
    position: relative;
    width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-gift {
    position: relative;
    width: 225px;
    z-index: 1;

}

.offer-popup-item .content-popup {
    position: relative;
    padding: 15px 15px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-popup-item .content-popup h3 {
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    font-size: 2em;
}

.offer-popup-item .content-popup h2 {
    font-size: 4em;
    color: #fcc710;
    line-height: 1em;

}

.offer-popup-item .content-popup h2 span {
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;

}

.offer-popup-item .content-popup p {
    font-weight: 550;
    color: rgba(255, 255, 255, 0.808);
    font-size: 1.2em;
}

.offer-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(232, 222, 222);

}

.offer-close:hover {
    text-decoration: none;
    color: rgba(118, 108, 108, 0.885);
}

/* End */


/* Offer Popups */
.offer-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: offerPopup 0.4s 3s linear forwards;
}

@keyframes offerPopup {
    100% {
        opacity: 1;
    }
}

.offer-popup-item {
    position: relative;
    width: 450px;
    background: #303030;
    border-radius: 20px;
    display: flex;

}

.offer-popup-item .animation-popup {
    position: relative;
    width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-gift {
    position: relative;
    width: 225px;
    z-index: 1;

}

.offer-popup-item .content-popup {
    position: relative;
    padding: 15px 15px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.offer-popup-item .content-popup h3 {
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    font-size: 2em;
}

.offer-popup-item .content-popup h2 {
    font-size: 4em;
    color: #fcc710;
    line-height: 1em;

}

.offer-popup-item .content-popup h2 span {
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;

}

.offer-popup-item .content-popup p {
    font-weight: 550;
    color: rgba(255, 255, 255, 0.808);
    font-size: 1.2em;
}

.offer-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(232, 222, 222);

}

.offer-close:hover {
    text-decoration: none;
    color: rgba(118, 108, 108, 0.885);
}

/* End */


.popup {
    background-color: #3a3636;
    width: 400px;
    padding: 20px;
    position: fixed;
    right: -30%;
    top: 15px;
    border-radius: 4px;
    color: #eee;
    animation: move cubic-bezier(0.72, 0.01, 0.08, 1.01) forwards 0.6s 4s;
}

@keyframes move {
    100% {
        right: 15px;
    }
}

.popup-item {
    display: flex;
    align-items: center;
    color: #eee;
    font-size: 11px;
}

.popup-item img {
    width: 50px !important;
    height: 50px !important;
}

::before {
    box-sizing: border-box;
}

.popup-close {
    width: 65px;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    height: auto;
    display: flex !important;
    color: #f2f3f4;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-left: 1px solid rgba(24, 180, 63, 0.1);
    position: absolute;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.popup-close:hover {
    color: #8c97a3;
    text-decoration: none;
}

.popup-image {
    overflow: clip;
    overflow-clip-margin: content-box;

}

.popup-with-text {
    float: none;
    width: max-content;
    padding: 0;
    font-size: 12px;

}

.popup-title {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
}

.my-swal-button {
    padding: 20px 30px !important;
    margin: 0 10px;
    font-size: 16px !important;
}

.swal-btn-confirm {
    background: #469D9A;
}

.swal-btn-confirm:hover {
    background: #469D9A !important;
}

.swal-btn-danger {
    background: #d21f59;
}

.swal-btn-danger:hover {
    background: #c71951 !important;
}

.swal-footer {
    justify-content: center;
    display: flex;
}

.bg-uzapoint {
    background: #c5c5c5;
}

.text-uzapoint-bold {
    font-weight: bold !important;
}

.text-uzapoint {
    color: #2E313D !important;
}

.widget.reports-widget {
    position: relative;
    height: 150px;
    overflow: hidden;
    padding: 5px !important;
}

.bg-gradient-green {
    background: #34babb !important;
    background: -moz-linear-gradient(-45deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34babb', endColorstr='#00acac', GradientType=1) !important;
}

blockquote {
    padding: 10px 20px !important;
    margin: 0 0 20px !important;
    font-size: 17.5px !important;
    border-left: 5px solid #eee !important;
}

.card.card-inverse footer {
    color: rgb(67, 71, 76) !important;
}

.dt-buttons btn-group > .btn.btn-default {
    color: #fff;
    background: #7b7b7b;
    border-color: #7b7b7b;
}

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

/**/
.search-input {
    border-style: none;
    background: transparent;
    outline: none;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

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

.webflow-style-input {
    position: relative;
    display: inline-block;
    flex-direction: row;
    width: 50%;
    max-width: 400px;
    margin: 0 30px;
    border-radius: 2px;
    padding: 10px;
    background: rgb(255, 255, 255);
}

.webflow-style-input:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    height: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-position: 0% 0%;
    background: linear-gradient(to right, #B294FF, #57E6E6, #FEFFB8, #57E6E6, #B294FF, #57E6E6);
    background-size: 500% auto;
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
}

.webflow-style-input input {
    flex-grow: 1;
    color: #BFD2FF;
    font-size: 1.4rem;
    line-height: 1.4rem;
    vertical-align: middle;
}

.webflow-style-input input::-webkit-input-placeholder {
    color: #7881A1;
}

.webflow-style-input button {
    color: #7881A1;
    font-size: 2.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
    transition: color .25s;
}

.webflow-style-input button:hover {
    color: #BFD2FF;
}

.pos-pagination-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 0;
}

.bg-up-green {
    background: #469D9A !important;
}

.border-up-green {
    border-color: #469D9A !important;
}

.color-up-green {
    color: #469D9A !important;
}

.no-access-emoji {
    font-size: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pointable {
    pointer-events: auto;
    cursor: pointer;
}

.unpointable {
    pointer-events: none;
    color: #d2d2d2 !important;
}

.pos-text {
    color: #434858;
}

.pos-button {
    width: 60%;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 20px;
    background-color: #ffffff;
}

.cool-fieldset {
    background: #fff;
    border: none !important;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 32px rgba(77, 101, 117, 0.35);
    -moz-box-shadow: 0 8px 32px rgba(77, 101, 117, 0.35);
    box-shadow: 0 8px 32px rgba(77, 101, 117, 0.35);
}

.cool-fieldset legend {
    border: none !important;
    background: #e1e2e2;
}

.buttons .button {
    word-break: break-word;
}

.pos-route-heading {
    color: #787e84;
}

.quotation-header {
    /*background: #43fdce;*/
    background: #469D9A;
}

.package-duration-tip {
    background: -webkit-linear-gradient(#072b21, #23061d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.VueTables.VueTables--client div.table-responsive {
    overflow-x: inherit !important;
}

.dropdown-menu {
    width: auto;
    min-width: auto !important;
}

label {
    word-break: break-word;
}

/*BUTTON GRADIENTS*/
.btn-book-prompter {
    background-image: linear-gradient(to right, #834d9b 0%, #d04ed6 51%, #834d9b 100%);
    color: #fff;
}

.btn-book-prompter:hover {
    background-position: right center;
}

/*END*/

@media print {
    body {
        -webkit-print-color-adjust: exact;
        font-size: 10px;
    }

    thead.quotation-header {
        background: #469D9A !important;
        -webkit-print-color-adjust: exact;
    }

    p {
        font-size: 11px;
    }

    td {
        font-size: 11px;
    }

    span {
        font-size: 11px;
    }

    div {
        font-size: 11px;
    }

    td.quotation-totals-row-first-td {
        width: 65% !important;
    }
}

/*GLOBAL SCROLLBAR STYLING*/
*::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background: #ffffff;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*SUPPORT CHAT GLOBAL STYLES*/
#chat .you .message {
    background-color: #469D9A;
}

#chat .me .message {
    background-color: #646b86;
}

#chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}

#chat .you .triangle {
    border-color: transparent transparent #469D9A transparent;
    margin-left: 15px;
}

#chat .me .triangle {
    border-color: transparent transparent #646b86 transparent;
    margin-left: 93%;
}

.me .message-image {
    border-bottom: 1px solid rgb(96, 101, 123);
}

.you .message-image {
    border-bottom: 1px solid #469D9A;
}

/*END*/

/*
.form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #dad3d3;
    margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
    border-bottom: 0;
}
.form-horizontal.form-bordered .form-group>div {
    padding: 15px;
    border-left: 1px solid #dadada;
}*/

/***********HEART BEAT STYLES*************/


.fa {

}

.green.fa {
    color: #469D9A;
}

.red.fa {
    color: red;
}

.orange.fa {
    color: orange;
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.4)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.4)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1)
    }
    50% {
        -o-transform: scale(1.4)
    }
    100% {
        -o-transform: scale(1)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    100% {
        transform: scale(1)
    }
}

.heartbeat {
    -webkit-animation-name: heartbeat;
    -moz-animation-name: heartbeat;
    -o-animation-name: heartbeat;
    animation-name: heartbeat;
}

.animate-infinite-heartbeat {
    -webkit-animation: heartbeat 2s infinite;
    animation: heartbeat 2s infinite;
}

i#click-heart {
    color: #469D9A;
}

i#click-heart:hover {
    color: white !important;
}

/**********END OF HEART BEAT**************/

/* The typing effect */
.typewriter {
    font-family: monospace;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #333; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 5.5s steps(30, end) infinite,
    blink-caret .5s step-end infinite;
}

@keyframes typing {
    0% {
        width: 0
    }
    40% {
        width: 100%
    }
    /*   100% { width: 0 } */
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: orange
    }
}

/*end typing effect*/

/*---CSS FOR PRODUCTS SHELF LABELS IN PRODUCT >> MANAGE >> SHELF LABELS-----*/
.labels_container {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: auto auto;
}

.label_card {
    border-radius: 5px;
    padding: 10px 0px;
    border: 1px solid #d2d2d2;
    /*display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;*/
}

.label_card_half {
    padding: 5px 10px;
}

.label_price_holder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bolder;
    padding: 0;
    padding-right: 10px;
}

.label_product_name {
    font-weight: 700;
    font-size: 25px;
}

.label_product_code {
    font-weight: 700;
    margin-top: 20px;
}

/*BARCODES*/
.barcodes_container {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.barcodes_card {
    border-radius: 5px;
    padding: 10px 0px;
    border: 1px solid #d2d2d2;
}

/*this styles formats the img in blog*/
img.partner-img {
    width: 100px;
    height: 50px;
    margin: 5px auto;
}

/*---END----*/

/*---New Dashboard----*/
.dashboard-header {
    background: #4D4D4D;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
}

.dashboard-header .dashboard-link {
    height: 70px;
    display: flex;
    transition: all 0.3s;
    flex-direction: column;
    text-decoration: none;
}

.dashboard-header .main-dashboard .dashboard-link {
    width: 100px;
}

.dashboard-header .dashboard-link:not(.logo) {
    min-width: 90px;
}

.dashboard-header .dashboard-link:not(.logo):not(.click-heartbeat):hover {
    background: #469D9A;
}

.dashboard-header .dashboard-link.logo {
    width: 100%;
}

.dashboard-header .dashboard-link.border-left {
    border-left: 1px solid #DDDDDD;
}

.dashboard-header .dashboard-link:not(:last-of-type) {
    border-right: 1px solid #DDDDDD;
}

.dashboard-header .dashboard-link img {
    width: 70px;
    height: 35px;
    margin: auto auto 0;
}

.dashboard-header .dashboard-link .icon-text {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: auto;
}

.dashboard-header .dashboard-link.logo img {
    width: auto;
    margin: auto;
}

#sidebar {
    background-color: #4D4D4D;
    padding: 0;
    margin-top: 70px;
    width: auto;
    transition: all 0.3s;
    display: flex;
    z-index: 99999;
}

#sidebar .sidebar-nav {
    background-color: #4D4D4D;
    width: 90px;
    height: 100%;
    border-right: 1px solid #DDDDDD;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sidebar-nav::-webkit-scrollbar, #sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar .sidebar-link.active, #sidebar .sidebar-link:hover {
    background: #469D9A;
}

#sidebar .sidebar-link {
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    height: 80px;
    min-height: 80px;
    display: flex;
    transition: all 0.3s;
    flex-direction: column;
    text-decoration: none;
}

#sidebar .sidebar-link.sign-out-link {
    margin-top: auto;
    border-top: 1px solid #DDDDDD;
}

#sidebar .sidebar-link img {
    height: 35px;
    margin: auto auto 0;
}

#sidebar .sidebar-link .icon-text {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: auto;
}

#sidebar .sidebar-link-children {
    display: none;
    width: 227px;
    flex-direction: column;
}

.sidebar-link-children.active {
    display: flex !important;
}

.sidebar-link-children .child-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #DDDD;
    text-decoration: none;
    transition: all 0.3s;
    min-height: 50px;
    height: 50px;
    line-height: 50px;
}

.sidebar-link-children .child-link:hover {
    background: #469D9A;
}

/* Chrome, Edge, and Safari */
#sidebar .sidebar-nav::-webkit-scrollbar {
    width: 10px;
}

#sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #919191;
}

#sidebar .sidebar-nav::-webkit-scrollbar-track {
    background: #ffffff;
}

#sidebar .sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

#sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    outline: none;
}

.mobile-view {
    display: none;
}

.sidebar-link-parent {
    display: none;
}

#menu_layout {
    display: none;
    pointer-events: none;
    transition: all 0.3s;
}

#menu_layout.active {
    display: block;
    height: 100%;
    width: 100%;
    background: #4d4d4db8;
    /*opacity: 0.9;*/
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
}

.profile-link {
    border-left: none !important;
}

.signout-link {
    border-right: 1px solid #DDDDDD !important;
}

.profile-link span {
    margin: auto;
    padding: 14px 16px;
    background: #469D9A;
    border-radius: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.profile-link:hover span {
    background: #fff;
    color: #469D9A;
}

.page-header {
    font-weight: bold;
    color: #494948;
}

[data-link="communication"] img, .ecommerce-link img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(43deg) brightness(102%) contrast(101%);
}

.current-link {
    background: #469D9A !important;
}

.page-header-section {
    display: flex;
    margin-bottom: 10px;
}

.page-header-section > * {
    margin-top: auto;
    margin-bottom: auto;
}

.page-header-section > img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(5%) saturate(98%) hue-rotate(22deg) brightness(93%) contrast(84%);
}

.growl.growl-error {
    background: #DD223B;
}

.growl.growl-notice {
    background: #469D9A;
}

.ai-dashboard-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ai-dashboard-btn {
    background-image: linear-gradient(to right, #9959ff, #387dff)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
}

@media (min-width: 1024px) {
    .dashboard-header .border-right-tablet {
        border-right: none !important;
    }

    .tablet-view {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .desktop-view {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .desktop-view {
        display: none !important;
    }

    .dashboard-header .dashboard-link:not(.logo):not(.profile-link):not(.signout-link) {
        display: none;
    }

    .ai-dashboard-link {
        display: none;
    }

    .subscription-days {
        display: none;
    }

    .ai-dashboard-link .ai-dashboard-btn {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .menu-hamburger .bar1, .menu-hamburger .bar2, .menu-hamburger .bar3 {
        width: 35px;
        height: 3px;
        background-color: #FFFFFF;
        transition: 0.4s;
        margin: 8px auto;
    }

    .menu-hamburger > div:last-child {
        margin-bottom: 4px;
    }

    .menu-hamburger.open .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
    }

    .menu-hamburger.open .bar2 {
        opacity: 0;
    }

    .menu-hamburger.open .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .menu-button {
        margin: auto auto auto 10px;
    }

    .menu-text {
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
    }

    .sidebar.active {
        left: 0 !important;
    }

    .sidebar-nav {
        display: none !important;
    }

    #sidebar .sidebar-link-children {
        display: flex !important;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
        width: 100%;
        min-height: 0;
    }

    /*#sidebar .sidebar-link-children.active {*/
    /*    height: auto;*/
    /*}*/
    .sidebar.active .sidebar-link-parent {
        width: 259px;
        display: flex;
        height: 50px;
        min-height: 50px;
        border-bottom: 1px solid #DDD;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0.3s;
        text-decoration: none;
    }

    .sidebar-link-children .child-link {
        padding-left: 60px;
        background: #595959;
    }

    .sidebar.active .sidebar-link-parent.active {
        background: #469D9A;
    }

    .sidebar.active .sidebar-link-parent.active .fa-chevron-up {
        transform: rotate(180deg);
    }


    .sidebar.active .sidebar-link-parent .fa-chevron-up {
        height: fit-content;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 20px;
        color: #fff;
        transition: all 0.3s;
    }

    .sidebar.active .sidebar-link-parent img {
        margin-top: auto;
        margin-bottom: auto;
        width: 25px;
    }

    .sidebar.active .sidebar-link-parent .icon-text {
        font-weight: 400;
        font-size: 16px;
        color: #FFF;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
    }

    #sidebar {
        flex-direction: column;
        overflow: auto;
    }

    .sidebar.active .menu-links {
        display: flex;
        padding: 10px;
        background: #424242;
    }

    .sidebar.active .menu-links a:first-child {
        margin-right: 10px;
    }

    .sidebar.active .menu-links a {
        width: 100%;
        background: #469D9A;
        border-radius: 50px;
        font-weight: 700;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }

    .panel-heading {
        padding: 0;
    }

    ul.nav.nav-tabs.up-tabs {
        width: 100%;
        display: flex;
        overflow: auto;
        margin: 0;
        padding: 0;
    }

    .nav-tabs > li {
        text-align: center;
        min-width: fit-content;
    }

    .page-header-fixed {
        padding-top: 50px;
    }

    .signout-link {
        display: none !important;
    }

    .dashboard-link.logo {
        border-right: none !important;
    }

    .content {
        padding: 50px 10px;
    }
}

.v-modal {
    display: none !important;
}

.ai-insights-header {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.ai-insights-label {
    background: linear-gradient(90deg, #7B2FF7 0%, #F953C6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    display: inline-block;
}
