#wpcontent {
    padding-left: 0;
}

p.about-us-p {
    font-size: 16px;
}

h4.card-title.about-us-title {
    font-size: 22px;
    color: #000;
}

.btcl-about-shell {
    padding-top: 8px;
}

.btcl-about-hero {
    position: relative;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(125deg, #111827, #1f2a44 55%, #2b4f8b);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.35);
}

.btcl-about-hero:after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -90px;
    top: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.35) 0%, rgba(14, 165, 233, 0) 70%);
    pointer-events: none;
}

.btcl-about-hero .card-body {
    padding: 34px;
}

.btcl-about-badge {
    display: inline-block;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #e5e7eb;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.btcl-about-main-title {
    font-size: 2rem;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
    max-width: 900px;
}

.btcl-about-intro {
    color: #d1d5db;
    max-width: 720px;
    margin-bottom: 0;
}

.btcl-about-section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.btcl-about-section-title:before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #2563eb, #0ea5e9);
}

.btcl-about-products .grid-margin {
    margin-bottom: 22px;
}

.btcl-product-card,
.btcl-about-detail-card {
    border: 1px solid #e5e9f2;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btcl-product-card:hover,
.btcl-about-detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
}

.btcl-product-card .card-body,
.btcl-about-detail-card .card-body {
    padding: 22px;
}

.btcl-product-media {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
}

.btcl-product-type {
    display: inline-flex;
    align-items: center;
    height: 24px;
    border-radius: 999px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    background: #eef2ff;
    color: #4338ca;
}

.pro-product-img {
    display: block;
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.btcl-about-shell .about-us-title {
    font-size: 1.1rem;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.35;
}

.btcl-about-shell .about-us-p {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.65;
}

.btcl-about-actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btcl-about-actions .btn {
    border-radius: 7px;
    font-weight: 600;
    padding: 0.45rem 0.95rem;
}

.btcl-about-actions .pro-link-btn {
    border-color: #1d4ed8;
    background: linear-gradient(120deg, #1d4ed8, #2563eb);
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.25);
}

.btcl-about-actions .pro-link-orange {
    border-color: #ea580c;
    background: linear-gradient(120deg, #ea580c, #f97316);
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.25);
}

.btcl-settings-shell {
    padding-top: 8px;
}

.btcl-settings-card {
    border: 1px solid #e7eaf1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.btcl-settings-body {
    padding: 24px;
}

.btcl-settings-head {
    margin-bottom: 18px;
}

.btcl-settings-head .card-title {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.btcl-settings-head p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 0.93rem;
}

.btcl-settings-tabs {
    border: 0;
    background: #f8fafc;
    border-radius: 12px;
    padding: 7px;
    gap: 6px;
}

.btcl-settings-tabs .nav-item {
    margin-bottom: 0;
}

.btcl-settings-tabs .nav-link {
    border: 0;
    border-radius: 8px;
    color: #334155;
    font-weight: 500;
    padding: 0.45rem 0.8rem;
    transition: all 0.2s ease;
}

.btcl-settings-tabs .nav-link:hover {
    background: #eef2ff;
    color: #1e3a8a;
}

.btcl-settings-tabs .nav-link.active,
.btcl-settings-tabs .show > .nav-link {
    background: linear-gradient(120deg, #1d4ed8, #2563eb);
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.28);
}

.btcl-settings-tabs .nav-link.text-danger {
    color: #dc2626;
}

.btcl-settings-tabs .nav-link.text-danger.active {
    background: linear-gradient(120deg, #dc2626, #ef4444);
    color: #ffffff!important;
    box-shadow: 0 8px 16px rgba(239, 68, 68, 0.28);
}

.btcl-settings-content {
    margin-top: 16px;
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    padding: 18px;
}

/* QR Cards */
.btcl-qr-info-alert {
    padding: 10px 12px;
    border: 1px solid #e4e8ef;
}

.btcl-qr-empty-state {
    width: 100%;
}

.btcl-qr-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btcl-qr-card {
    width: 280px;
    position: relative;
    border: 1px solid #dbe2ee;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    padding: 58px 14px 14px;
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
    overflow: visible;
}

.btcl-qr-card:hover {
    border-color: #b8c7e6;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.btcl-qr-avatar-wrap {
    text-align: center;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.btcl-qr-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(30, 58, 138, 0.2);
    background: #fff;
}

.btcl-qr-avatar-wrap::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.btcl-qr-card h5 {
    margin: 0 0 2px;
    font-size: 18px;
    text-align: center;
}

.btcl-qr-role {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 2px;
    text-align: center;
}

.btcl-qr-department {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 10px;
    text-align: center;
}

.btcl-qr-token {
    font-family: monospace;
    font-size: 11px;
    background: #f8f9fb;
    border: 1px dashed #dde3ef;
    border-radius: 6px;
    padding: 6px;
    word-break: break-all;
}

.btcl-qr-image-wrap {
    text-align: center;
    margin: 10px 0;
}

.btcl-qr-image-wrap img {
    width: 170px;
    height: 170px;
}

.btcl-qr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.btcl-qr-actions .btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 120px;
}

.btcl-qr-actions .btn.btcl-action-busy {
    opacity: 0.7;
    pointer-events: none;
}

.btcl-qr-status {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    border-radius: 6px;
    padding: 8px 10px;
    line-height: 1.4;
}

.btcl-qr-status.is-visible {
    display: block;
}

.btcl-qr-status.is-success {
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.btcl-qr-status.is-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.btcl-qr-status.is-info {
    background: #eff6ff;
    border: 1px solid #93c5fd;
    color: #1e3a8a;
}

.btcl-qr-fallback {
    text-align: center;
    font-size: 11px;
    color: #8a3b00;
    background: #fff4e5;
    border: 1px solid #ffd7a8;
    border-radius: 6px;
    padding: 8px;
}

body.btcl-qr-print-body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #fff;
}

body.btcl-qr-print-body .btcl-qr-card {
    margin: 0 auto;
}

body.btcl-qr-print-body .no-print {
    display: none !important;
}

@media print {
    .no-print {
        display: none !important;
    }

    .content-wrapper {
        padding: 0 !important;
    }

    .btcl-qr-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* Help Panel */
.btcl-help-card {
    margin-bottom: 18px;
}

.btcl-api-panel-card {
    display: flex;
    height: 100%;
}

.btcl-api-panel-card .card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btcl-api-panel-note {
    margin-bottom: 12px;
}

.btcl-api-panel-btn {
    margin-top: auto;
    align-self: flex-start;
}

.btcl-help-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
    border: 1px solid #dbe7ff;
}

.btcl-help-chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1d4ed8;
    background: #dbeafe;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 12px;
}

.btcl-help-code {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
}

.btcl-help-code-lg {
    padding: 18px;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    letter-spacing: 0.3px;
}

.btcl-help-code-mt12 {
    margin-top: 12px;
}

.btcl-help-code-my8 {
    margin: 8px 0;
}

.btcl-help-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 8px;
    padding: 12px 14px;
}

.btcl-help-note-mt8 {
    margin-top: 8px;
}

.btcl-help-note-mt10 {
    margin-top: 10px;
}

.btcl-help-note-mt12 {
    margin-top: 12px;
}

.btcl-help-note-sm {
    font-size: 12px;
}

.btcl-help-note-md {
    font-size: 13px;
}

.btcl-help-note-blue {
    background: #dbeafe;
    border-color: #0ea5e9;
}

.btcl-help-note-yellow {
    background: #fef3c7;
    border-color: #fcd34d;
}

.btcl-help-note-green {
    background: #d1fae5;
    border-color: #6ee7b7;
}

.btcl-help-note-purple {
    background: #ede9fe;
    border-color: #ddd6fe;
}

.btcl-help-note-red {
    background: #fee2e2;
    border-color: #fca5a5;
}

.btcl-help-note-teal {
    background: #ccfbf1;
    border-color: #99f6e4;
}

.btcl-help-note-lime {
    background: #ecfccb;
    border-color: #bef264;
}

.btcl-help-note-sky {
    background: #e0f2fe;
    border-color: #7dd3fc;
}

.btcl-help-note-pink {
    background: #fce7f3;
    border-color: #f9a8d4;
}

.btcl-help-note-slate {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.btcl-help-note-violet {
    background: #f3e8ff;
    border-color: #e9d5ff;
}

.btcl-help-soft {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
}

.btcl-help-soft-mt12 {
    margin-top: 12px;
}

.btcl-help-list {
    margin: 0;
    padding-left: 18px;
}

.btcl-help-list li {
    margin-bottom: 8px;
}

.btcl-help-body-copy {
    font-size: 14px;
    line-height: 1.7;
}

.btcl-help-body-list {
    font-size: 14px;
    line-height: 1.65;
}

.btcl-help-list-mt6 {
    margin-top: 6px;
}

.btcl-help-list-mt8 {
    margin-top: 8px;
}

.btcl-help-text-cyan-900 {
    color: #0c4a6e;
}

.btcl-help-text-amber-900 {
    color: #78350f;
}

.btcl-help-text-emerald-800 {
    color: #065f46;
}

.btcl-help-text-violet-800 {
    color: #5b21b6;
}

.btcl-help-text-red-900 {
    color: #7c2d12;
}

.btcl-help-text-teal-800 {
    color: #115e59;
}

.btcl-help-links a {
    margin-right: 8px;
    margin-bottom: 8px;
}

.btcl-help-links-top {
    margin-top: 14px;
}

.btcl-help-title-xl {
    font-size: 30px;
    margin-bottom: 10px;
}

.btcl-help-desc-lg {
    font-size: 16px;
    max-width: 1000px;
}

.btcl-help-tabbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 18px;
}

.btcl-help-tab {
    border: 1px solid #dbe2ee;
    background: #ffffff;
    color: #334155;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.btcl-help-tab.is-active {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.btcl-help-pane {
    display: none;
}

.btcl-help-pane.is-active {
    display: block;
}

.btcl-help-diagram {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
    margin-top: 14px;
}

.btcl-help-diagram svg {
    width: 100%;
    height: auto;
    display: block;
}

.btcl-help-diagram-title {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
    margin: 0 0 8px;
}

/* API Docs */
.btcl-api-doc-card {
    margin-bottom: 18px;
}

.btcl-api-doc-pre {
    background: #0f172a;
    color: #e2e8f0;
    padding: 18px;
    border-radius: 8px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    letter-spacing: 0.3px;
}

.btcl-api-doc-kv {
    background: #f8f9fb;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    padding: 0;
}

.btcl-api-doc-kv > div {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e4e8ef;
}

.btcl-api-doc-kv > div:last-child {
    border-bottom: none;
}

.btcl-api-doc-kv strong {
    display: block;
    min-width: 180px;
    color: #475569;
    font-weight: 600;
    margin-bottom: 6px;
}

.btcl-api-doc-kv > div > div {
    flex: 1;
}

.btcl-api-doc-kv .kv-value {
    color: #334155;
    font-size: 13px;
    word-break: break-all;
}

.btcl-api-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    margin-top: 0;
}

.btcl-api-subsection-title {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-top: 18px;
    margin-bottom: 12px;
}

.btcl-api-description {
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.btcl-api-description-spaced {
    margin-top: 14px;
}

.btcl-api-info-box {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px;
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
}

.btcl-api-info-box-gap {
    margin-bottom: 12px;
}

.btcl-api-info-label {
    color: #1e293b;
}

.btcl-settings-content > .tab-pane {
    padding-top: 4px;
}

.btcl-settings-content .form-sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-top: 0;
    border-bottom: 0;
    margin: 0 0 14px 0;
    padding: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
}

.btcl-settings-content .form-sub-heading:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btcl-settings-content .row {
    margin-bottom: 8px;
}

.btcl-settings-content .form-group.row {
    padding: 12px;
    margin: 0 0 12px 0;
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    background: #ffffff;
}

.btcl-settings-content .col-form-label {
    color: #334155;
    font-weight: 500;
    font-size: 0.9rem;
}

.btcl-settings-content .form-control,
.btcl-settings-content select.form-control,
.btcl-settings-content textarea.form-control {
    border: 1px solid #d7e0ec;
    border-radius: 8px;
    min-height: 40px;
    color: #0f172a;
    background: #fbfdff;
}

.btcl-settings-content textarea.form-control {
    min-height: 120px;
}

.btcl-settings-content .wp-core-ui.wp-editor-wrap.tmce-active,
.btcl-settings-content .wp-core-ui.wp-editor-wrap.html-active {
    width: 100%;
}

.btcl-settings-content p.email_template_tags,
.btcl-settings-content p.sms_template_tags {
    border: 1px dashed #c9d5e6;
    border-radius: 8px;
    background: #f8fbff;
    color: #334155;
    font-size: 0.88rem;
    margin-top: 10px;
}

.btcl-settings-content .switch-slider-label {
    top: -10px;
    left: 45px;
    color: #334155;
    font-weight: 500;
}

.btcl-settings-content .shortcode-list-ul {
    padding-left: 0;
    list-style: none;
}

.btcl-settings-content .shortcode-list-ul li {
    border: 1px solid #e5eaf3;
    border-radius: 10px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 12px;
}

.btcl-settings-content p.shortcode-box {
    margin: 8px 0;
    border: 1px solid #1e3a8a;
    border-radius: 8px;
    background: #0f172a;
    font-size: 0.95rem;
}

.btcl-settings-content p.shortcode-description {
    color: #475569;
    font-size: 0.9rem;
}

.btcl-settings-content .support-link {
    background: #f8fbff;
    border: 1px solid #dbe7fb;
    border-radius: 10px;
    padding: 14px;
}

.btcl-settings-content button.btn.btn-primary.btcl-gradient-btn,
.btcl-settings-content #btcl-save-settings,
.btcl-settings-content #btcl-save-email,
.btcl-settings-content #btcl-save-sms-btn,
.btcl-settings-content #btcl_email_template_btn,
.btcl-settings-content #btcl_sms_template_btn,
.btcl-settings-content #btcl-save-strings,
.btcl-settings-content #btcl-save-stylings {
    margin-top: 10px;
    border-radius: 9px;
    padding: 0.55rem 1.05rem;
    font-weight: 700;
}

.btcl-settings-content .btcl-template-accordion-item {
    border: 1px solid #dbe4f1;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 12px;
    overflow: hidden;
}

.btcl-settings-content .btcl-template-accordion-toggle {
    width: 100%;
    border: 0;
    background: #f8fbff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    padding: 12px 14px;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
}

.btcl-settings-content .btcl-template-accordion-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    flex-shrink: 0;
}

.btcl-settings-content .btcl-template-accordion-label {
    flex: 1;
}

.btcl-settings-content .btcl-template-accordion-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #475569;
    border-bottom: 2px solid #475569;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.btcl-settings-content .btcl-template-accordion-item.is-open .btcl-template-accordion-icon {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.btcl-settings-content .btcl-template-accordion-body {
    padding: 12px;
    border-top: 1px solid #e5ecf6;
}

.btcl-settings-content .btcl-template-accordion-body .row:last-child,
.btcl-settings-content .btcl-template-accordion-body .form-group:last-child {
    margin-bottom: 0;
}

.btcl-settings-content .btcl-template-submit {
    margin-top: 6px;
}

@media (max-width: 991px) {
    .btcl-settings-tabs {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .btcl-settings-tabs .nav-link {
        white-space: nowrap;
    }
}

.btcl-about-support-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

@media (max-width: 991px) {
    .btcl-about-main-title {
        font-size: 1.65rem;
    }

    .btcl-about-hero .card-body {
        padding: 26px;
    }
}

@media (max-width: 767px) {
    .btcl-about-main-title {
        font-size: 1.35rem;
    }

    .btcl-about-actions .btn {
        width: 100%;
    }
}
main, .container.btcl-container {
    width: 100%;
}
button.btn.btn-primary.hidden-print {
    font-size: 18px;
}

.card {
    padding: 0;
    max-width: 100%;
}
.horizontal-menu ul.nav.page-navigation {
    margin-left: 0;
}

/* Frontend dashboard nav polish (scoped so backend nav is unaffected). */
.btcl-frontend-main-container .horizontal-menu .bottom-navbar {
    background: #ffffff;
    border: 1px solid #e6e9f2;
    border-radius: 14px;
    margin: 14px auto 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .container {
    max-width: 100%;
    padding: 10px 16px;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item {
    margin: 0;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 500;
    color: #1f2937;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-title {
    line-height: 1;
    white-space: nowrap;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link:hover {
    background: #f3f4ff;
    color: #4f46e5;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link {
    background: #eef2ff;
    color: #4f46e5;
    box-shadow: inset 0 0 0 1px #c7d2fe;
}

.btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link::after {
    display: none;
}

@media (max-width: 1200px) {
    .btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
        padding: 8px 10px;
    }

    .btcl-frontend-main-container .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-title {
        font-size: 13px;
    }
}
.btcl-frontend-main-container {
    width: 100%!important;
}
.add-leave-type-btn-div a.btn.btn-primary {
    margin-left: 20px!important;
}
label.col-sm-4.col-form-label {
    text-align: initial;
}
table#reports-listing {
    width: 100%!important;
}
.main-panel .card-body h4.card-title {
    display: inline;
}

button.btn.btn-primary.top-add-btn {
    float: right;
}
#plist ul.list-unstyled.chat-list {
    margin-left: 0;
}
.row.margin-top-row {
    margin-top: 25px;
    padding-left: 15px;
}
.hide-class-dashboard {
    display: none;
}
.send-payslip-mail i {
    margin-left: 10px;
}
.members-icons-panel .symbol {
    margin-top: 20px;
}

a.btn.btn-primary.send-payslip-mail {
    font-size: 18px;
}

button.btn.btn-primary.hidden-print i {
    margin-left: 10px;
}

input[type="search"] {
    border: 1px solid #d7d7d7;
    font-weight: 400;
    font-size: 0.8125rem;
}

.input-group input {
    border: none;
}

a.btn.btn-primary.top-add-btn {
    float: right;
    color: #fff;
}
.btn-sm.start_task_btn {
    padding: 0.3rem 0.81rem!important;
    font-size: 0.875rem!important;
    line-height: 1.5!important;
    border-radius: 0.1875rem!important;
}
form#mail_api_settings {
    margin-top: 30px;
    margin-bottom: 50px;
}

.roww .btn-success {
    margin-bottom: 30px;
}

.d-flex.project-summary-content {
    margin-top: 15px;
}

.project-desc-content {
    padding-top: 10px;
}

button#btcl-save-email {
    margin-top: 20px;
}

button#btcl-save-sms-btn {
    margin-top: 20px;
}

form#btcl-sms-api-form {
    margin-top: 30px;
}

.staff-session-items:first-child {
    margin-top: 0;
}

.staff-total-details, .staff-session-details {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 8px 8px 30px 0 #ccccccd9;
}

.staff-total-details span, .staff-session-details span {
    float: right;
}

.staff-total-details h4 {
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

#notification-tab .sub-heading-title {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-top: 10px;
}

#notification-tab h5.card-title.sub-heading-title {
    font-size: 14px;
}

.dataTables_length select {
    padding: 0px 25px;
    padding-left: 10px;
    border: 1px solid #d7d7d7;
    font-weight: 400;
    font-size: 0.8125rem;
    color: #000;
}

form#client_tasks_csv_form {
    margin-bottom: 20px;
    position: relative;
    left: -15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #7571f9;
    border-color: #7571f9;
    color: #ffffff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #f3f3f3!important;
    color: #000000!important;
    font-size: .875rem;
    padding: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #f3f3f3!important;
    color: #000000!important;
    font-size: .875rem;
    padding: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.dataTables_length {
    display: inline-block;
}

.staff-session-items {
    border: 1px solid #4caf50;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.staff-lunch-items {
    border: 1px solid #ff9800;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.staff-break-items {
    border: 1px solid #f11c1c;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.custom-select-height {
    height: auto !important;
    color: #000!important;
}

p.email_template_tags, p.sms_template_tags {
    border: 1px solid #7b10ff;
    padding: 10px;
    border-radius: 5px;
    color: #1f1f1f;
    margin-top: 8px;
}

div#live-status-listing_wrapper {
    margin-top: 40px;
}

.form-sub-heading {
    border-top: 2px solid #7571f9;
    margin-bottom: 35px;
    margin-top: 10px;
    border-bottom: 2px dashed #ccc;
}

.form-sub-heading {
    padding: 10px 26px;
    padding-left: 0;
}

a.btn.btn-success {
    color: #fff;
}

.profile-widget-picture {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: -80px;
    margin-bottom: 10px;
}

.user-profile-grid .card-body {
    padding: 20px;
}

.employe-grid-view .col-4.grid-margin {
    margin-top: 40px;
}

/* Admin inline-style migration utilities */
.btcl-inline-hidden {
    display: none;
}

.btcl-mt8 {
    margin-top: 8px;
}

.btcl-mt12 {
    margin-top: 12px;
}

.btcl-mb0 {
    margin-bottom: 0;
}

.btcl-mb10 {
    margin-bottom: 10px;
}

.btcl-mb12 {
    margin-bottom: 12px;
}

.btcl-mb14 {
    margin-bottom: 14px;
}

.btcl-pt8 {
    padding-top: 8px;
}

.btcl-mr12 {
    margin-right: 12px;
}

.btcl-checkbox-inline {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.btcl-checkbox-inline-sm {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.btcl-api-tabs-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0 16px;
}

.btcl-notice-panel {
    display: block;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.btcl-row-mt12 {
    margin-top: 12px;
}

.btcl-inline-form {
    display: inline-block;
}

.btcl-inline-form-mr6 {
    display: inline-block;
    margin-right: 6px;
}

.btcl-allowed-users-wrap .select2-container {
    width: 100% !important;
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple {
    min-height: 46px;
    border: 1px solid #b3bcc8;
    border-radius: 6px;
    padding: 5px 8px 6px;
    background: #fff;
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    line-height: 1.3;
    padding: 3px 8px 3px 22px;
    margin-top: 4px;
    margin-right: 6px;
    border-radius: 4px;
    font-weight: 600;
    background: #eef2ff !important;
    border: 1px solid #c7d2fe !important;
    color: #1f3a8a !important;
    box-shadow: none !important;
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: 7px;
    top: 3px;
    font-size: 13px;
    color: #334155 !important;
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #0f172a !important;
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple .select2-search__field {
    font-size: 14px;
    margin-top: 4px;
}

.btcl-allowed-users-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.1rem rgba(139, 92, 246, 0.2);
}

.btcl-allowed-users-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

.w-90 {
    width: 90px;
}

.btcl-analytics-card {
    margin-bottom: 18px;
}

.btcl-analytics-metric {
    border-radius: 10px;
    padding: 18px;
    min-height: 118px;
}

.btcl-analytics-metric__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.btcl-analytics-metric__value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.btcl-analytics-metric__meta {
    font-size: 12px;
}

.btcl-analytics-chart {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    height: 100%;
}

.btcl-analytics-chart svg {
    width: 100%;
    height: auto;
    display: block;
}

.btcl-analytics-axis {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 11px;
    color: #64748b;
    margin-top: 8px;
}

.btcl-analytics-table td,
.btcl-analytics-table th {
    vertical-align: middle;
}

.btcl-notice-compact {
    display: block;
    padding: 12px 14px;
}

.btcl-notice-danger-wide {
    display: block;
    padding: 14px 16px;
    margin-bottom: 16px;
    border-left-width: 4px;
}

.btcl-row-mb20 {
    margin-bottom: 20px;
}

.btcl-metric-card {
    border-radius: 8px;
    padding: 16px;
    min-height: 110px;
}

.btcl-metric-card-neutral {
    background: #f6f8fb;
    border: 1px solid #e2e8f0;
}

.btcl-metric-card-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.btcl-metric-card-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.btcl-metric-card-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.btcl-metric-label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.btcl-metric-value {
    font-size: 28px;
    font-weight: 700;
}

.btcl-metric-meta {
    font-size: 12px;
}

.btcl-color-slate {
    color: #64748b;
}

.btcl-color-success-700 {
    color: #166534;
}

.btcl-color-success-600 {
    color: #15803d;
}

.btcl-color-danger-800 {
    color: #991b1b;
}

.btcl-color-danger-700 {
    color: #b91c1c;
}

.btcl-color-info-700 {
    color: #1d4ed8;
}

.btcl-color-info-800 {
    color: #1e3a8a;
}

.btcl-color-info-600 {
    color: #2563eb;
}

.btcl-soft-warn {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    padding: 12px 14px;
    color: #9a3412;
}

.btcl-soft-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
}

.btcl-soft-card-auto {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.btcl-detail-wrap {
    margin-top: 10px;
    min-width: 280px;
    max-width: 480px;
}

.btcl-detail-pre {
    white-space: pre-wrap;
    word-break: break-word;
    background: #f8f9fb;
    border: 1px solid #e4e8ef;
    padding: 10px;
    border-radius: 6px;
}

.btcl-flex-col-gap12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btcl-flex-between-sm {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
    font-size: 13px;
}

.btcl-bar-track {
    height: 10px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.btcl-bar-fill {
    height: 10px;
}

.btcl-inline-divider {
    display: inline-block;
    margin-left: 8px;
    border-left: 1px solid #dee2e6;
    padding-left: 12px;
}

.btcl-row-offset-analytics {
    margin-top: -8px;
    margin-bottom: 16px;
}

.btcl-legend-wrap {
    display: flex;
    gap: 18px;
    font-size: 12px;
    margin-top: 8px;
    color: #475569;
}

.btcl-legend-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-right: 6px;
}

.btcl-legend-dot-green {
    background: #16a34a;
}

.btcl-legend-dot-red {
    background: #dc2626;
}

.btcl-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 4px;
}

.symbol.symbol-60 .text-muted {
    font-size: 13px!important;
}

.label.label-lg {
    height: 24px;
    width: 24px;
    font-size: .8rem;
}

.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
}
.label.label-light-warning {
    color: #ffa800;
    background-color: #fff4de;
}

.label.label-light-success {
    color: #19ea59;
    background-color: #c4fadd;
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-light-facebook {
    color: #3b5998;
    background-color: rgba(59,89,152,.1);
    border-color: transparent;
}
.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-light-twitter {
    color: #1da1f2;
    background-color: rgba(29,161,242,.1);
    border-color: transparent;
}

.btn.btn-light-google {
    color: #dd4b39;
    background-color: rgba(221,75,57,.1);
    border-color: transparent;
}

.mb-10.text-center.user-profile-icons {
    margin-top: 20px;
}

.text-muted.mb-2 {
    font-size: 14px;
}

.btn i {
    font-size: 1.3rem;
    padding-right: -1.65rem;
    vertical-align: middle;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.employe-grid-view .btn-outline-notice {
    background-color: transparent;
    background-image: none;
    border-color: #7571f9;
    color: #333;
}

button.btn.btn-outline-notice.delete-employee-details {
    border-color: #ea2c1e;
    color: #ea2c1e;
}

button.btn.btn-outline-notice.edit-employee-details {
    border-color: #1ec525;
    color: #1ec525;
}

.symbol.symbol-50>img {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 20%;
    object-fit: cover;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: .42rem;
}

.employe-grid-view p.action-buttons {
    text-align: center;
    margin-top: 20px;
}

.user-profile-grid .card-body h3.font-weight-normal {
    margin-top: 15px;
}

.row.user-profile-grid {
    margin-top: 35px;
}

.user-profile-grid .col-md-6.col-lg-4.grid-margin.stretch-card {
    margin-top: 30px;
}

.default-diable{
    display: none;
}

.bg-gradient-green {
    background: linear-gradient(135deg, #8bd98b, #15aa15);
}

.notice-panel-shell {
    padding-top: 18px;
}

.notice-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebeef5;
}

.notice-panel-header .card-title {
    display: block;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
}

.notice-panel-header .top-add-btn {
    float: none;
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(117, 113, 249, 0.28);
}

.notice-panel-grid {
    margin-top: 0;
}

.notice-panel-grid .grid-margin.stretch-card {
    margin-top: 0;
    margin-bottom: 24px;
}

.notice-panel-card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    min-height: 225px;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.notice-panel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.24);
}

.notice-panel-card .notice-panel-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 225px;
    padding: 24px 20px;
}

.notice-panel-title {
    padding-bottom: 8px;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.notice-profile-grid h3.mb-0 {
    padding-bottom: 10px;
}

.btn-outline-notice {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

p.notice-description {
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.55;
    font-size: 0.95rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.notice-card-actions {
    margin-top: 18px;
    margin-bottom: 0;
}

.notice-panel-card .btn-outline-notice {
    min-width: 84px;
    border-width: 1px;
    border-radius: 6px;
    padding: 0.28rem 0.9rem;
    font-weight: 600;
}

.notice-panel-empty-state {
    border: 1px dashed #cfd5e1;
    border-radius: 12px;
    background: #f9fbff;
    text-align: center;
    padding: 32px 20px;
}

.notice-panel-empty-state h5 {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #111827;
}

.notice-panel-empty-state p {
    margin-bottom: 0;
    color: #6b7280;
}

@media (max-width: 767px) {
    .notice-panel-header {
        flex-direction: column;
        align-items: stretch;
    }

    .notice-panel-header .top-add-btn {
        width: 100%;
    }

    .notice-panel-card .notice-panel-card-body {
        min-height: 200px;
    }
}

.form-group input[type="date"] {
    padding: 7px!important;
    padding-left: 20px!important;
}

.user-profile-grid p.action-buttons {
    margin-top: 15px;
}

.report-form-div {
    margin-top: 30px;
}

tr.sunday_report {
    background: #ff00001c!important;
}

tr.holiday_report {
    background: #ffc10736!important;
}

.salary-status-div {
    display: none;
}

.salary-form-div {
    margin-top: 30px;
}

.salary-form-div .salary-details-p span {
    float: right;
}

.salary-form-div .salary-details-p {
    border-bottom: 1px solid #d0cdcd;
    padding-bottom: 8px;
}

p.salary-details-p.actual-salary {
    border-bottom: none;
    margin-top: 30px;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 8px 8px 30px 0 #ccccccd9;
    background: #812bea;
}

.staff-session-details.bg-gradient-primary {
    background: #812bea;
    border-radius: 6px!important;
}

.staff-total-details.bg-gradient-primary {
    background: #812bea;
    border-radius: 6px!important;
    padding: 25px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    outline: none;
}

.subtask-inner-details {
    margin-top: 10px;
    margin-bottom: 5px;
}

.btcl-gradient-btn {
    box-shadow: rgba(163, 93, 255, 0.35) 0px 3px 8.3px 0.7px;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.bg-gradient-success {
    background: linear-gradient(to bottom, #07cdae, #84d9d2);
}

.bg-gradient-purple {
    background: linear-gradient(to bottom, #9a55ff, #da8cff );
}

.sms_default_hide .slider {
    width: 20%;
}

.row.sendgrid_row, .smtp_row {
    margin-top: 20px;
}

div#wp-description-wrap {
    width: 100%;
}

.wp-core-ui.wp-editor-wrap.tmce-active {
    width: 82%;
}

.wp-core-ui.wp-editor-wrap.html-active {
    width: 82%;
}

#AddCommentForm .wp-core-ui.wp-editor-wrap.html-active {
    width: 100%;
}

.sub-heading-title {
    margin-bottom: 50px!important;
    display: block!important;
    margin-top: 30px;
}

.hide-title {
    margin-top: 40px!important;
    display: none;
}

#AddCommentForm .wp-core-ui.wp-editor-wrap.tmce-active {
    width: 100%;
}

#AddCommentForm label.col-form-label {
    margin-top: 25px;
}

div#myplugin-placeholder_btpjy, div#edit-placeholder_btpjy, div#files-placeholder_btpjy {
    border: 2px dashed #ccc;
    padding: 20px;
    margin-bottom: 10px;
}

input#upload-btn-btpjy {
    margin-bottom: 20px;
}

.subtask-inner-details strong {
    font-size: 12px;
}

.subtask-inner-details span {
    font-size: 12px;
}

.email_hide_class, .sms_default_hide, .smtp_row, .sendgrid_row, .hide-title {
    display: none;
}

/* Switch css */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 60px;
    left: 0;
    height: 33px;
    right: 0;
    bottom: 0;
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%)!important;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important;
}

.switch-slider-label {
    position: relative;
    top: -15px;
    left: 45px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.visible_row_api {
    display: flex;
}

.sms_default_hide.visible_row_api {
    display: contents;
}

span.form-span-description {
    font-size: 14px;
    color: #5b5a5a;
    margin-left: 12px;
    margin-top: 10px;
}

span.option-info-text-notifi {
    color: red;
    font-size: 14px;
}

#btcl-template-form .form-group.row.checkboxes {
    margin-bottom: 2px;
}

.datepicker input {
    border: none;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}

.symbol .symbol-badge {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 0;
    right: 0;
}

.symbol > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.42rem;
}
.symbol.symbol-circle {
    border-radius: 50%;
}
.symbol.symbol-circle > img {
    border-radius: 50%;
}
.symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol.symbol-primary .symbol-label {
    background-color: #3699ff;
    color: #fff;
}
.symbol.symbol-light-primary .symbol-label {
    background-color: #e1f0ff;
    color: #3699ff;
}
.symbol.symbol-secondary .symbol-label {
    background-color: #e4e6ef;
    color: #3f4254;
}
.symbol.symbol-light-secondary .symbol-label {
    background-color: #ebedf3;
    color: #e4e6ef;
}
.symbol.symbol-success .symbol-label {
    background-color: #1bc5bd;
    color: #fff;
}
.symbol.symbol-light-success .symbol-label {
    background-color: #c9f7f5;
    color: #1bc5bd;
}
.symbol.symbol-info .symbol-label {
    background-color: #8950fc;
    color: #fff;
}
.symbol.symbol-light-info .symbol-label {
    background-color: #eee5ff;
    color: #8950fc;
}
.symbol.symbol-warning .symbol-label {
    background-color: #ffa800;
    color: #fff;
}
.symbol.symbol-light-warning .symbol-label {
    background-color: #fff4de;
    color: #ffa800;
}
.symbol.symbol-danger .symbol-label {
    background-color: #f64e60;
    color: #fff;
}
.symbol.symbol-light-danger .symbol-label {
    background-color: #ffe2e5;
    color: #f64e60;
}
.symbol.symbol-light .symbol-label {
    background-color: #f3f6f9;
    color: #7e8299;
}
.symbol.symbol-light-light .symbol-label {
    background-color: #f3f6f9;
    color: #f3f6f9;
}
.symbol.symbol-dark .symbol-label {
    background-color: #181c32;
    color: #fff;
}
.symbol.symbol-light-dark .symbol-label {
    background-color: #d1d3e0;
    color: #181c32;
}
.symbol.symbol-white .symbol-label {
    background-color: #fff;
    color: #3f4254;
}
.symbol.symbol-light-white .symbol-label {
    background-color: #fff;
    color: #fff;
}

.bg-success {
    background-color: #1bc5bd !important;
}
.bg-warning {
    background-color: #f44336 !important;
}

.text-dark-75.font-weight-bolder.font-size-lg {
    margin-bottom: 5px;
}

div#payroll-listing_length {
    margin-top: 20px;
}

div#payroll-listing_filter {
    margin-top: 20px;
}

form#csv_download_form {
    margin-top: 30px;
}

.shortcode-list-ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.shortcode-list-ul li h4 {
    margin-bottom: 15px;
}
.shortcode-list-ul li p {
    margin-bottom: 5px;
}

p.shortcode-box {
    font-size: 18px;
    border: 1px solid;
    padding: 10px;
    border-radius: 7px;
    background: #000000d4;
    color: #fff;
    padding-left: 20px;
}

p.shortcode-description {
    color: #f44336;
    font-size: 16px;
}

.staff-name {
    display: inline-block;
}
span.bank-details-value {
    float: right;
}
ul.loan-staff-details-ul li {
    padding: 15px;
    background: #cccccc4a;
    margin-top: 15px;
}
input#csv_download_btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(
180deg
 ,#812bea 0,#b142ec 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 19%)!important;
    padding: 15px 28px 15px 28px;
}

tr .staff-initials {
    padding: 16px 13px;
    font-size: 16px;
    border-radius: 7px;
    position: relative;
    bottom: 7px;
}

.staff-initials {
    padding: 38px;
    font-size: 22px;
}

.project-single-card h4.font-weight-bolder.my-2 {
    margin-top: 58px!important;
    margin-bottom: 15px!important;
}

.project-members {
    padding-bottom: 15px;
}

.project-dates span.font-size-sm {
    font-size: 12px;
}

.project-dates span.font-size-sm.font-weight-bolder.text-dark-75 {
    font-size: 12px;
}
.d-flex.text-center.project-dates {
    margin-top: 15px;
}
.project-dates .bg-light {
    padding: 10px;
    margin-right: 7px;
    border: 1px solid #8b30eb33;
}

.add-button-right {
    float: right;
}

.myplugin-image-previeww {
    display: inline-block;
}

.myplugin-image-previeww img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    border-radius: 33%;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 8px 8px 30px 0px #ccccccde;
}

.comment-wrapper {
    border: 1px solid #3699ff;
    padding: 21px;
    margin-top: 20px;
    border-radius: 7px;
}

.timeline.timeline-5 .timeline-items {
    margin: 0;
    padding: 0;
}

.timeline.timeline-5 .timeline-items .timeline-item {
    margin-left: 0;
    padding: 0;
    position: relative;
}

.timeline.timeline-5 .timeline-items .timeline-item .timeline-media {
    position: absolute;
    top: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    line-height: 0;
}

.bg-light-primary {
    background-color: #e1f0ff !important;
}

.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc {
    padding: 9px 0 0 44px;
}

.h-100 {
    height: 100% !important;
}

.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-primary::before {
    background-color: #e1f0ff;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc::before {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% - 32px);
    background-color: #ebedf3;
    border-radius: 6px;
    top: 40px;
    left: 16px;
}
span.loan-bank-details {
    font-weight: 600;
}
.comment-date-right {
    float: right;
    margin-right: 10px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-light-twitter {
    color: #1da1f2;
    background-color: rgba(29, 161, 242, 0.1);
    border-color: transparent;
}
.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0;
}

.btn.btn-light-google {
    color: #dd4b39;
    background-color: rgba(221, 75, 57, 0.1);
    border-color: transparent;
}

.font-weight-normal.text-dark-50.comment-desc-text {
    font-size: 14px !important;
}

.comment-desc-text {
    background: #e8f5fe;
    padding: 15px!important;
    border-radius: 5px;
    margin-top: 32px;
}

#EditcommentForm div#wp-edit_comment-wrap {
    width: 100%;
}

input#edit-upload-btn-btpjy {
    margin-bottom: 10px;
}

.text-dark-50 {
    color: #7e8299 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}

.comments-image-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

.comments-image-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 5px;
}

span.font-weight-bolder.text-dark.attachments-text {
    font-size: 14px;
    font-weight: 700;
}

.attachments-div {
    margin-top: 15px;
    margin-bottom: 10px;
}

.btn-light-twitter path, .btn-light-twitter rect.below, .svg-icon-primary path {
    fill: #1da1f2!important;
}

.btn-light-google path {
    fill: #dd4b39!important;
}

.dropdown.bootstrap-select.form-control.form-control-lg.form-control-solid {
    padding: 0!important;
    border: 1px solid;
}

div#wpbody-content {
    background: #f3f3f9;
}

.project-single-card .card {
    padding: 20px 20px;
}

.project-single-card .card-body.pt-15 {
    padding: 0;
    padding-top: 50px;
}

.timeline-desc-light-primary span.font-weight-bolder.text-primary {
    font-weight: 600;
    font-size: 15px;
}

.previous-comments {
    margin-top: 30px;
}

.timeline-items {
    max-height: 800px;
    overflow: auto;
}

#live-status-listing .symbol.symbol-50.mr-3 {
    align-items: center;
    display: flex;
}

.insert-entries-col a.btn.btn-primary.mr-2 {
    margin-top: 15px;
}

p.project-action-buttons.text-center.pt-9 {
    padding-top: 15px;
}

.symbol.symbol-lg-75 .symbol-label {
    width: 75px;
    height: 75px;
}

.dash-item.btcl-column.btcl-column-1 {
    align-items: center;
    display: flex;
}

.btcl-user-img {
    display: inline-block;
}

.dash-item img.profile_img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.btcl-hello {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.btn-time-in {
    background-color: #7571f9;
    border-color: #7571f9;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 5px;
}
.btn-time-out {
    background-color: #fc5487;
    border-color: #fc618b;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    margin-right: 5px;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.row.clock-action-outer {
    margin-top: 17px;
    margin-bottom: 20px;
}

.clock-div .badge {
    padding-bottom: 0;
}

button.btn.btn-outline-primary.edit-report_data-details {
    display: inline-block;
    margin-bottom: 5px;
}

.clock-div a {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.clock-div .card .card-title {
    margin-bottom: 10px;
}

.clock-div .card.bg-dark.text-white {
    margin-top: 0;
}

.clock-div .badge {
    display: inline-block;
    font-size: 32px;
}

.welcome-wrap {
    display: inline-block;
}

.employe-grid-view .col-3.grid-margin {
    margin-top: 30px;
}

.employe-grid-view{
    margin-top: 30px;
}

.btn-success {
    color: #ffffff;
}

.project-single-card a.btn.btn-primary.top-add-btn {
    float: inherit;
}

.wp-core-ui select {
    max-width: 100%!important;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    max-width: 100%;
    padding: 15px;
}

.dropdown.bootstrap-select.form-control {
    padding: 0px!important;
}

.modal-open {
    overflow: auto!important;
}

h4.card-title.update-title {
    color: #8f42ec;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
}

.card h4.sub-title {
    color: #ff6b12;
    font-size: 18px;
    line-height: 1.2em;
}

h4.thankyou_mgs {
    color: #34dd87;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-top: 50px;
    border: 2px solid;
    /* border-radius: 30px 30px 30px 30px; */
    padding: 20px 32px 20px 32px;
}

a.pro-link-btn {
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(
180deg
 ,#812bea 0,#b142ec 100%);
    border-radius: 30px 30px 30px 30px;
    padding: 20px 32px 20px 32px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    border: none;
}

a.pro-link-orange {
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(
180deg
,#ff6b12 0,#ffa52b 100%);
    border-radius: 30px 30px 30px 30px;
    padding: 20px 32px 20px 32px;
    color: #fff;
    display: inline-block;
    margin: 10px;
    border: none;
}

.pro-product-img {
    width: 100%;
}

.pro-help-img {
    margin: 20px 0; width: 750px;
}

i.fas.fa-star.go-pro-icon {
    color: #e9711b;
}

.report-entries .single-entity.row {
    padding: 20px;
    border: 1px solid #6fd96f;
    border-radius: 8px;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.left-p-0 {
    padding-left: 0;
}

.mr-3, .mx-3 {
    margin-right: 0.4rem !important;
}

.symbol.symbol-35 > img {
    max-width: 35px;
    height: 34px;
    position: relative;
    top: 12px;
    object-fit: cover;
}
.symbol.symbol-35 span.symbol-label.font-size-lg {
    padding: 8px;
    border-radius: 7px;
}

.card.bg-gradient-primary.text-white.text-center.card-shadow-primary {
    border-radius: 10px!important;
}

.report-panel-tabs {
    margin-top: 30px;
}

.report-panel-tabs a.nav-link.active {
    color: #fff;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(
180deg
 ,#812bea 0,#b142ec 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 19%)!important;
}

.report-panel-tabs a.nav-link {
    color: #292929;
    border: 0;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 19%)!important;
}

.report-panel-tabs li.nav-item {
    margin-right: 10px;
}

.tab-content.report-panel-content {
    padding: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #ffffff!important;
    background-color: transparent;
    background-image: linear-gradient(
180deg
 ,#812bea 0,#b142ec 100%);
    border-radius: 50px;
}

.btcl-employee-attendance {
    margin-top: 35px;
}

.btcl-employee-attendance .table-responsive {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #f3f3f9;
    border-radius: 8px;
}

.btcl-employee-attendance .salary-form-div {
    margin-bottom: 40px;
}

.leave-summary {
    margin-bottom: 50px;
}

.leave-summary span.leave-value {
    float: right;
}

.leave-summary li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
    padding-top: 7px;
    margin-bottom: 5px;
}

table.dataTable {
    max-width: 100%;
}

button.dt-button.buttons-collection.buttons-colvis, button.dt-button.buttons-print, button.dt-button.buttons-csv.buttons-html5, button.dt-button.buttons-csv.buttons-html5, button.dt-button.buttons-copy.buttons-html5, button.dt-button.buttons-excel.buttons-html5 {
    border: 1px solid #892feb;
    color: #892feb;
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%)!important;
    margin-bottom: 30px;
}

div.dt-buttons {
    margin-right: 40px;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    border: 1px solid;
    color: #892feb;
}

/* pageloader */
.pageloader-modal {
    display:    none;
    position:   fixed;
    z-index:    9999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('http://i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
}
body.loading .pageloader-modal {
    display: block;
}

.download-payslip-mail {
    font-size: 18px;
}

.download-payslip-mail i {
    margin-left: 10px;
}

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

.upload-attachment-btn {
    border: none!important;
    background: transparent!important;
    padding: 0!important;
}

a.docfile_upload {
    margin-right: 15px;
    margin-bottom: 10px;
    box-shadow: 8px 8px 30px 0px #ccccccde;
    padding: 10px;
    border-radius: 8px;
}

td.leave-attachments {
    width: 20%!important;
}

.upload_file_div {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 30px;
}

.employe-grid-view span.symbol-label.font-weight-bolder.font-size-lg.text-uppercase.staff-initials {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: -80px;
    margin-bottom: 10px;
    position: relative;
    bottom: 37px;
}

.filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.filters {
    margin-top: 30px;
    margin-left: 16px;
}

.wp-picker-container input[type=text].wp-color-picker{
    padding: 0px 3px!important;
    font-size: 14px!important;
    width: 70px;
}

span#ms_deadline_72-1 span {
    margin-bottom: 15px;
}

/* Profile upload avtar input */
.avatar-upload {
    position: relative;
    /* max-width: 205px; */
    margin: 20px auto;
    margin-top: 0;
}
.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    top: 26px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 8px 8px 30px 0 #000000a8;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
a.upload-profile-pic1 {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #2c2c2c;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 8px 8px 30px 0 #000000a8;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
a.upload-profile-pic1:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

a.upload-profile-pic12 {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #2c2c2c;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 8px 8px 30px 0 #000000a8;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
a.upload-profile-pic12:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-edit i.fas.fa-pencil-alt {
    position: relative;
    top: 11%;
    left: 24%;
    font-size: 12px;
}
.avatar-upload .avatar-preview {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 8px 18px 30px 0px rgb(0 0 0 / 10%);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#FetchReportsForm .form-group.front input[type="date"] {
    padding: 22px!important;
    padding-left: 20px!important;
}
#AddReportsEntry .form-group.front input[type="date"] {
    padding: 22px!important;
    padding-left: 20px!important;
}
div#wp-leave_policy_content-wrap {
    width: 100%;
}
.loan-summary-title {
    margin-left: 14px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
ul.print-loan-calculate-ul {
    margin: 0;
}
ul.print-loan-calculate-ul li {
    list-style: none;
    padding: 12px 15px;
    font-size: 16px;
    background: #cccccc5c;
    margin-bottom: 10px;
    border-radius: 4px;
}
span.loan-txt-second {
    float: right;
}
.print-loan-calculate-amnt, .loan-form-submit-btn-div {
    display: none;
}
.project-custom-btn {
    font-size: 12px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 8px 18px 30px 0 #ccc!important;
}
.project-custom-btn i {
    font-size: 14px;
}

/* Chat Box CSS */
.btcl-inbox-div input.form-control {
    height: auto;
    border: none!important;
}
.btcl-inbox-div .card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 7
}

.backend-inbox-layout .chat-app .chat {
    margin-left: 250px;
    border-left: 1px solid #eaeaea;
    position: relative;
    top: -85px;
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient( 180deg ,#812bea 0,#b142ec 100%);
}

.people-list .chat-list li.active .status {
    color: #fff;
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
    height: 45px;
}

.people-list img {
    float: left;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 15px 20px;
    padding-top: 55px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.chat .chat-history .message-data-time {
    color: #434651;
    margin-right: 8px;
    padding-left: 6px;
}

.chat .chat-history .message {
    color: #444;
    padding: 15px 22px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
    color: #fff;
    max-width: 60%;
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #0e4cfd;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .other-message {
    max-width: 60%;
    text-align: left;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient( 180deg ,#812bea 0,#b142ec 100%);
}

.chat .chat-history .other-message:after {
    border-bottom-color: #892feb;
    right: 8%;
}

.chat .chat-message {
    padding: 20px;
    padding-bottom: 0;
}

.chat-about .status small {
    font-size: 13px;
}

.online,
.offline,
.me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media (min-width: 1200px) {
    .symbol.symbol-xl-90.symbol-circle .symbol-badge.symbol-badge-bottom {
        top: 1px;
        bottom: 9.45px;
    }
    .symbol.symbol-xl-90.symbol-circle .symbol-badge {
        top: 6.45px;
        right: 10.45px;
    }
    .symbol.symbol-xl-90 .symbol-badge {
        width: 12px;
        height: 12px;
        top: -6px;
        right: -6px;
    }
}

@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }
    .chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }
    .chat .chat-history .other-message {
        max-width: 100%;
    }
    .chat .chat-history .my-message {
        max-width: 100%;
    }
    button#BTCLSaveChatMgs {
        margin-top: 10px;
    }
    .chat .chat-message .col-sm-2.text-center {
        text-align: left!important;
    }

    .backend-inbox-layout .btcl-inbox-card {
        border: 1px solid #e4eaf5;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    .backend-inbox-layout .btcl-inbox-body {
        padding: 20px;
    }

    .backend-inbox-layout .btcl-inbox-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    .backend-inbox-layout .btcl-inbox-header .card-title {
        display: block;
        margin-bottom: 4px;
        font-size: 1.2rem;
        font-weight: 700;
    }

    .backend-inbox-layout .btcl-inbox-sound-toggle {
        border: 1px solid #c9d8ef;
        background: #ffffff;
        color: #0f172a;
        border-radius: 999px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        transition: all .2s ease;
    }

    .backend-inbox-layout .btcl-inbox-sound-toggle:hover {
        background: #eff6ff;
        border-color: #93c5fd;
    }

    .backend-inbox-layout .btcl-inbox-sound-toggle.is-muted {
        background: #f8fafc;
        color: #64748b;
        border-color: #dbe4f0;
    }

    .backend-inbox-layout .btcl-inbox-header p {
        margin-bottom: 0;
        color: #64748b;
        font-size: 0.9rem;
    }

    .backend-inbox-layout .chat-app .people-list {
        background: #f8fbff;
        border: 1px solid #e2eaf6;
        border-radius: 12px;
        top: 6px;
        left: 6px;
    }

    .backend-inbox-layout .people-list .chat-list li {
        border-radius: 8px;
        border: 1px solid transparent;
    }

    .backend-inbox-layout .people-list .chat-list li:hover {
        background: #eef4ff;
    }

    .backend-inbox-layout .people-list .chat-list li.active {
        background: linear-gradient(120deg, #1d4ed8, #2563eb);
    }

    .backend-inbox-layout .chat-app .chat {
        top: 0;
        margin-left: 295px;
        border-left: 1px solid #e3e9f4;
        padding-left: 12px;
    }

    .backend-inbox-layout .chat .chat-header {
        border-bottom: 1px solid #e7edf7;
    }

    .backend-inbox-layout .chat .chat-history {
        background: #fcfdff;
        border: 1px solid #e7edf7;
        border-radius: 10px;
        padding: 12px;
        min-height: 330px;
    }

    .backend-inbox-layout .chat .chat-history .my-message {
        background: linear-gradient(120deg, #0ea5e9, #2563eb);
    }

    .backend-inbox-layout .chat .chat-history .my-message:after {
        border-bottom-color: #0ea5e9;
    }

    .backend-inbox-layout .chat .chat-history .other-message {
        background: linear-gradient(120deg, #7c3aed, #a855f7);
    }

    .backend-inbox-layout .chat .chat-history .other-message:after {
        border-bottom-color: #7c3aed;
    }

    .backend-inbox-layout .chat .chat-message {
        padding: 14px 0 0;
    }

    .backend-inbox-layout #BTCLSaveChatMgs {
        width: 100%;
        border-radius: 8px !important;
        padding: 0.6rem 0.8rem;
        font-size: 0.95rem;
        font-weight: 700;
    }

    @media (max-width: 991px) {
        .backend-inbox-layout .chat-app .people-list {
            position: static;
            width: 100%;
            margin-bottom: 12px;
        }

        .backend-inbox-layout .chat-app .chat {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;
        }
    }
    .chat-header .user-profile-icons {
        display: none;
    }
    .chat-header .user-profile-icons i {
        font-size: 14px;
    }
    .chat-header .user-profile-icons .btn.btn-icon {
        font-size: 4px;
    }
    .chat .chat-history .message {
        padding: 12px 12px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}
/* End of Chat Box CSS */

/** Media css **/
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 60%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: inherit;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .chat .chat-history {
        min-height: 570px;
        height: 570px;
        overflow: auto;
    }
    #plist ul.list-unstyled.chat-list {
        height: 700px;
        overflow: overlay;
        background: #aa3feb0f;
        border-radius: 5px;
        border: none;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
        width: auto;
        max-width: 100%;
        margin: auto;
    }
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
        width: 100px;
    }
    .dataTables_filter {
        display: inline-block;
        float: initial;
    }
    .form-control {
        margin-bottom: 10px;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        margin-top: 10px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 7px;
    }
    .btn.btn-outline-primary {
        margin-bottom: 5px;
    }
}

@media print {
    #PDFcontent {
        max-width:970px;
        margin:0px auto 10px;
        background-color:#fff;
    }
    #PDFcontent td {
        border-bottom: 2px solid #7e8de1!important;
        padding-bottom: 20px;
        padding-right: 0!important;
    }
}

form {
    display: block!important;
}

.btcl-template-accordion-body .form-group {
    padding-top: 10px;
}
.btcl-settings-content .btcl-template-accordion-body .row:last-child, .btcl-settings-content .btcl-template-accordion-body .form-group:last-child {
    margin-bottom: 10px;
}

.btcl-qr-card {
    margin-top: 40px;
}

.btcl-activity-panel {
    min-height: calc(100vh - 120px);
}
.btcl-activity-shell {
    background: linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(239, 246, 255, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.btcl-activity-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 28px;
}
.btcl-activity-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.10);
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.btcl-activity-hero h2 {
    margin: 10px 0 8px;
    color: #14213d;
    font-size: 28px;
    font-weight: 700;
}
.btcl-activity-hero p {
    margin: 0;
    max-width: 760px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}
.btcl-activity-range {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.btcl-activity-range a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(191, 219, 254, 0.85);
    color: #60a5fa;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.btcl-activity-range a:hover,
.btcl-activity-range a.btcl-is-active {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
    box-shadow: 0 10px 24px rgba(59, 130, 246, 0.24);
}
.btcl-activity-clean-link {
    border-color: rgba(15, 23, 42, 0.2) !important;
    color: #0f172a !important;
    background: rgba(255, 255, 255, 0.96) !important;
}
.btcl-activity-reset-link {
    border-color: rgba(185, 28, 28, 0.25) !important;
    color: #b91c1c !important;
    background: rgba(255, 255, 255, 0.96) !important;
}
.btcl-activity-clean-link:hover {
    border-color: #0f172a !important;
    background: #0f172a !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.24) !important;
}
.btcl-activity-reset-link:hover {
    border-color: #b91c1c !important;
    background: #b91c1c !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(185, 28, 28, 0.24) !important;
}
.btcl-activity-cards {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(200px, 0.9fr) minmax(280px, 1.4fr);
    gap: 18px;
    padding: 0 28px 24px;
}
.btcl-activity-card {
    min-height: 150px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.05);
}
.btcl-activity-card-dark {
    background: linear-gradient(180deg, #253245 0%, #182335 100%);
    color: #fff;
}
.btcl-activity-card-label {
    display: block;
    margin-bottom: 14px;
    color: inherit;
    opacity: 0.72;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.btcl-activity-card-value {
    margin: 0;
    color: inherit;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}
.btcl-activity-card-desc {
    margin: 14px 0 0;
    color: inherit;
    opacity: 0.74;
    font-size: 12px;
    line-height: 1.7;
}
.btcl-activity-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.btcl-activity-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.btcl-activity-pill small {
    font-size: inherit;
    font-weight: 700;
}
.btcl-activity-pill-create { background: #ddfce8; color: #0f9f55; }
.btcl-activity-pill-update { background: #fff1c4; color: #d97706; }
.btcl-activity-pill-delete { background: #ffe0e5; color: #e11d48; }
.btcl-activity-pill-clock { background: #dbeafe; color: #2563eb; }
.btcl-activity-pill-message { background: #ede9fe; color: #7c3aed; }
.btcl-activity-pill-report { background: #fee2e2; color: #dc2626; }
.btcl-activity-pill-other { background: #e2e8f0; color: #475569; }
.btcl-activity-timeline-card {
    margin: 28px 0px;
    padding: 26px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.06);
}
.btcl-activity-timeline-card h4 {
    margin: 0 0 22px;
    color: #1e293b;
    font-size: 20px;
    font-weight: 700;
}
.btcl-activity-date-group + .btcl-activity-date-group {
    margin-top: 28px;
}
.btcl-activity-date-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff1d6;
    color: #b7791f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.btcl-activity-items {
    position: relative;
    margin-top: 18px;
    padding-left: 28px;
}
.btcl-activity-items::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(96, 165, 250, 0.45), rgba(191, 219, 254, 0.85));
}
.btcl-activity-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
.btcl-activity-item:last-child {
    margin-bottom: 0;
}
.btcl-activity-dot {
    position: absolute;
    left: -20px;
    top: 35px;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(191, 219, 254, 0.9);
    border-radius: 50%;
    background: #4f46e5;
    box-shadow: 0 0 0 5px rgba(219, 234, 254, 0.85);
}
.btcl-activity-avatar {
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6a3d, #ffb703);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 16px 32px rgba(249, 115, 22, 0.20);
}
.btcl-activity-content {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);    margin-left: 20px;
}
.btcl-activity-content-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.btcl-activity-main {
    flex: 1 1 auto;
    min-width: 0;
}
.btcl-activity-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.btcl-activity-user {
    color: #1e293b;
    font-size: 15px;
    font-weight: 700;
}
.btcl-activity-role {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffe3e7;
    color: #e11d48;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.btcl-activity-module {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.btcl-activity-main h5 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
}
.btcl-activity-main p {
    margin: 0 0 10px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.7;
}
.btcl-activity-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.btcl-activity-chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef2ff;
    color: #6366f1;
    font-size: 11px;
    font-weight: 600;
}
.btcl-activity-side {
    flex: 0 0 112px;
    text-align: right;
}
.btcl-activity-time {
    display: block;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}
.btcl-activity-ago {
    display: block;
    margin-top: 5px;
    color: #94a3b8;
    font-size: 12px;
}
.btcl-activity-empty {
    padding: 36px 20px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 18px;
    text-align: center;
    color: #64748b;
}
.btcl-activity-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.btcl-activity-pagination a,
.btcl-activity-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: #fff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.btcl-activity-pagination span.btcl-current-page {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
}
@media (max-width: 1199px) {
    .btcl-activity-cards {
        grid-template-columns: 1fr;
    }
    .btcl-activity-hero {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .btcl-activity-hero,
    .btcl-activity-cards,
    .btcl-activity-timeline-card {
        padding-left: 18px;
        padding-right: 18px;
        margin-left: 0;
        margin-right: 0;
    }
    .btcl-activity-content {
        flex-direction: column;
    }
    .btcl-activity-content-main {
        width: 100%;
    }
    .btcl-activity-side {
        flex: 0 0 auto;
        text-align: left;
    }
    .btcl-activity-items {
        padding-left: 28px;
    }
    .btcl-activity-dot {
        left: -28px;
        top: 15px;
    }
}