/* Corporate theme overrides */

a {
    color: #d82e4a;
}

a:hover,
a:active,
a:focus {
    color: #ab233a;
}

.navbar-default {
    background: #ffffff;
    border-bottom: 1px solid rgba(33, 28, 52, 0.08);
    box-shadow: 0 4px 18px rgba(33, 28, 52, 0.08);
}

.navbar-default .navbar-nav > li > a,
.navbar-toggle {
    color: #211c34;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: rgba(216, 46, 74, 0.08) !important;
    color: #211c34;
}

#sidebar {
    background: linear-gradient(180deg, #211c34 0%, #171326 100%);
}

#sidebar-menu li a {
    color: #c8bfd9;
}

#sidebar-menu li a:hover,
#sidebar-menu > li > ul > li > a:hover {
    background-color: rgba(216, 46, 74, 0.12);
    color: #ffffff;
}

#sidebar-menu > li.active > a,
#sidebar-menu > li > ul > .active > a {
    border-left: 3px solid #d82e4a;
    background-color: rgba(216, 46, 74, 0.18);
    color: #ffffff;
}

#sidebar-menu li a .badge.badge-primary,
.badge-primary {
    background-color: #d82e4a;
    color: #fff;
}

.btn-primary,
.bg-primary .btn-transparent:hover,
.message-buttons .btn:hover {
    background-color: #d82e4a;
    border-color: #d82e4a;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ab233a;
    border-color: #ab233a;
    color: #fff;
}

.label-success {
    background-color: #1f8f5f;
    color: #fff;
}

.btn-success {
    background-color: #1f8f5f;
    border-color: #1f8f5f;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #18724c;
    border-color: #18724c;
    color: #fff;
}

.message-buttons .btn {
    border-color: #d82e4a;
    color: #d82e4a;
}

.panel-primary,
.panel-sky,
.bg-primary {
    background: linear-gradient(135deg, #211c34 0%, #31294c 100%);
    color: #fff;
}

.panel-success,
.bg-success {
    background: linear-gradient(135deg, #1f8f5f 0%, #18724c 100%);
    color: #fff;
}

.panel-info > .panel-heading,
.app-alert.alert-info {
    background-color: #211c34;
    border-color: #211c34;
    color: #fff;
}

.app-alert.alert-success {
    background-color: #1f8f5f;
    border-color: #1f8f5f;
    color: #fff;
}

.b-turquoise {
    border-color: #d82e4a !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #d82e4a;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #d82e4a;
}

.nav-tabs > li:not(.title-tab):after {
    background-color: #d82e4a;
}

.dataTable tbody tr.active td,
.dataTable tbody tr.active:hover td {
    background: #211c34 !important;
    color: #fff !important;
}

.dataTable tbody tr.active .label {
    color: #211c34;
    background: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #211c34;
    border-color: #211c34 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current *,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover * {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate span.paginate_button.current,
.dataTables_wrapper .dataTables_paginate span.paginate_button.current:hover {
    background: #211c34 !important;
    border: 1px solid #211c34 !important;
    color: #ffffff !important;
    font-weight: 700;
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #211c34 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(33, 28, 52, 0.08) !important;
    border-color: rgba(33, 28, 52, 0.18) !important;
    color: #211c34 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #9a90aa !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover {
    background: #d82e4a !important;
    border-color: #d82e4a !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control:focus {
    border-color: #d82e4a;
    box-shadow: 0 0 0 2px rgba(216, 46, 74, 0.12);
}

.checkbox-checked,
.radio-checked,
.custom-checkbox input[type=checkbox]:checked + label:before,
.custom-radio input[type=radio]:checked + label:before {
    background-color: #d82e4a;
    border-color: #d82e4a;
}

#timeline .post-content .post-date span {
    background: #d82e4a;
}

.social-link {
    background-color: #211c34;
}

.social-link:hover {
    color: #211c34;
    box-shadow: 0 0 0 2px #211c34, 0 0 0 2px #211c34;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: rgba(216, 46, 74, 0.08);
    color: #211c34;
}

.page-title {
    background: linear-gradient(180deg, #f7f3f7 0%, #f1edf6 100%);
    color: #211c34;
}

.panel-default > .panel-heading {
    color: #211c34;
}

.general-form .form-control,
.signin-box .form-control,
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fcfbfe;
    border-color: rgba(33, 28, 52, 0.14);
    border-radius: 10px;
    color: #211c34;
}

.general-form .form-group {
    margin-bottom: 18px;
}

.general-form .form-control,
.general-form .select2-container--default .select2-selection--single,
.general-form .select2-container--default .select2-selection--multiple,
.modal .form-control,
.modal .select2-container--default .select2-selection--single,
.modal .select2-container--default .select2-selection--multiple {
    min-height: 42px;
}

.general-form .form-control,
.modal .form-control {
    padding: 10px 14px;
}

.general-form textarea.form-control,
.modal textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.general-form .form-control:hover,
.form-control:hover,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
    border-color: rgba(216, 46, 74, 0.35);
}

.general-form .form-control:focus,
.general-form .form-control.white:focus,
.signin-box .form-control:focus,
.form-control:focus,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff;
    border-color: #d82e4a !important;
    box-shadow: 0 0 0 3px rgba(216, 46, 74, 0.12);
}

.general-form .input-group-addon,
.signin-box .input-group-addon,
.input-group-addon {
    background: linear-gradient(180deg, #f3eff7 0%, #ebe5f1 100%);
    border-color: rgba(33, 28, 52, 0.14);
    border-radius: 10px;
    color: #211c34;
    min-width: 42px;
}

.general-form label,
.control-label,
.form-group label {
    color: #211c34;
    font-weight: 600;
}

.general-form .col-md-3 > label,
.general-form label.col-md-3,
.modal .col-md-3 > label,
.modal label.col-md-3 {
    padding-top: 10px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.text-danger {
    color: #d82e4a !important;
}

.general-form .has-error .form-control,
.has-error .form-control {
    border-color: #d82e4a;
    box-shadow: 0 0 0 2px rgba(216, 46, 74, 0.1);
}

.modal-content {
    border: 1px solid rgba(33, 28, 52, 0.14);
    border-radius: 14px;
    box-shadow: 0 18px 60px rgba(33, 28, 52, 0.2);
}

.modal-body {
    padding: 24px 26px;
}

.modal-header {
    background: linear-gradient(135deg, #211c34 0%, #31294c 100%);
    border-bottom: 0;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 0.9;
}

.modal-footer {
    border-top: 1px solid rgba(33, 28, 52, 0.08);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #211c34;
    color: #fff;
}

.select2-dropdown {
    border-color: rgba(33, 28, 52, 0.14);
    box-shadow: 0 12px 30px rgba(33, 28, 52, 0.12);
}

.select2-container--default .select2-selection--single {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 14px;
    padding-right: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
}

.select2-container--default .select2-selection--multiple {
    padding: 4px 10px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 4px 6px 0 0;
}

.modal .select2-container {
    width: 100% !important;
}

@media (max-width: 1199px) {
    .general-form label.col-md-3,
    .modal label.col-md-3 {
        padding-top: 0;
    }
}

.checkbox-blank,
.checkbox-checked,
.checkbox-un-checked {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1.5px solid rgba(33, 28, 52, 0.18);
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 28, 52, 0.08);
    transition: all 0.18s ease;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.checkbox-blank:before,
.checkbox-checked:before,
.checkbox-un-checked:before {
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.checkbox-checked {
    background: #d82e4a;
    border-color: #d82e4a;
    box-shadow: 0 6px 14px rgba(216, 46, 74, 0.22);
}

.checkbox-checked:before {
    content: "\f00c";
    color: #fff;
}

.checkbox-blank,
.checkbox-un-checked {
    color: transparent;
}

a[data-act=update-task-status-checkbox] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
}

a[data-act=update-task-status-checkbox]:hover .checkbox-blank,
a[data-act=update-task-status-checkbox]:hover .checkbox-un-checked {
    border-color: rgba(216, 46, 74, 0.42);
    box-shadow: 0 0 0 3px rgba(216, 46, 74, 0.08);
}

a[data-act=update-task-status-checkbox]:hover .checkbox-checked {
    background: #c62843;
    border-color: #c62843;
}

.btn-default {
    border-color: rgba(33, 28, 52, 0.16);
    color: #211c34;
}

.btn-default:hover,
.btn-default:focus {
    background-color: rgba(216, 46, 74, 0.08);
    border-color: rgba(216, 46, 74, 0.32);
    color: #211c34;
}

.btn-info {
    background-color: #211c34;
    border-color: #211c34;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #d82e4a;
    border-color: #d82e4a;
    color: #fff;
}

.invoice-view-chip {
    background: linear-gradient(135deg, #211c34 0%, #31294c 100%);
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    padding: 4px 10px;
}

.invoice-view-table {
    border: 1px solid #e8e1ef;
    color: #444;
    width: 100%;
}

.invoice-view-table-head {
    color: #fff;
    font-weight: 700;
}

.invoice-view-table-head-primary {
    background: linear-gradient(135deg, #211c34 0%, #31294c 100%);
}

.invoice-view-table-head-secondary {
    background: linear-gradient(135deg, #d82e4a 0%, #b4233d 100%);
}

.invoice-view-table-row-alt {
    background-color: #f8f3f7;
}

.invoice-view-table-title-row {
    background-color: #fff;
    color: #fff;
}

.invoice-status-pill {
    color: #fff;
    display: inline-block;
    font-size: 130%;
    font-weight: 700;
    padding: 6px 16px;
}

.invoice-status-pill-draft {
    background-color: #d64b4b;
}

.invoice-status-pill-taslak,
.invoice-status-label-taslak {
    background-color: #d64b4b;
    color: #fff;
}

.invoice-status-pill-onay,
.invoice-status-label-onay {
    background-color: #f2c14e;
    color: #fff;
}

.invoice-status-pill-uretim,
.invoice-status-label-uretim {
    background-color: #2f6fd6;
    color: #fff;
}

.invoice-status-pill-fatura,
.invoice-status-label-fatura {
    background-color: #f28c28;
    color: #fff;
}

.invoice-status-pill-bitmis,
.invoice-status-label-bitmis-open {
    background-color: #1aa6b7;
    color: #fff;
}

.invoice-status-pill-bitmis-paid,
.invoice-status-label-bitmis-paid {
    background-color: #1f8f5f;
    color: #fff;
}

.invoice-status-label-taslak,
.invoice-status-label-onay,
.invoice-status-label-uretim,
.invoice-status-label-fatura,
.invoice-status-label-bitmis-open,
.invoice-status-label-bitmis-paid {
    border-radius: 999px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 4px 10px;
}

.team-members-directory-panel,
.team-member-card,
.team-member-profile-box {
    border: 1px solid rgba(33, 28, 52, 0.12);
    box-shadow: 0 12px 28px rgba(33, 28, 52, 0.08);
}

.team-members-list-page .page-title,
.team-members-grid-title,
.team-member-profile-page .page-title {
    background: linear-gradient(180deg, #f7f3f7 0%, #f1edf6 100%);
}

.team-members-list-page,
.team-members-grid-page,
.team-member-profile-page {
    background:
        radial-gradient(circle at top right, rgba(216, 46, 74, 0.08), transparent 28%),
        radial-gradient(circle at top left, rgba(33, 28, 52, 0.08), transparent 34%),
        #f7f5f8;
}

.team-member-profile-page {
    background: #f7f5f8;
}

.team-members-list-page .page-title,
.team-members-grid-title {
    border: 1px solid rgba(33, 28, 52, 0.08);
    border-radius: 18px 18px 0 0;
    padding: 18px 22px;
}

.team-members-directory-panel {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    overflow: hidden;
}

.team-members-list-page .table-responsive {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 6px 0 12px;
}

.team-members-list-page .dataTables_wrapper .datatable-tools {
    padding-left: 18px;
    padding-right: 18px;
}

.team-member-profile-hero {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: #211c34;
    margin: 20px 15px 20px;
    overflow: visible;
    padding: 0;
    position: relative;
}

.team-member-profile-hero > .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.team-member-profile-hero .row.p20 {
    margin: 0;
    padding: 0 !important;
}

.team-member-profile-hero .cover-widget,
.team-member-profile-hero .profile-image,
.team-member-profile-hero .box-content {
    color: #211c34;
}

.team-member-profile-box {
    background: #fff;
    border: 0;
    border-radius: 24px;
    display: flex;
    box-shadow: 0 18px 36px rgba(33, 28, 52, 0.08);
    gap: 18px;
    overflow: hidden;
    padding: 22px 24px;
}

.team-member-profile-image-box {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    flex: 0 0 180px;
    justify-content: center;
    min-height: 0;
    padding: 4px 0;
    position: relative;
    width: 180px;
}

.team-member-profile-meta {
    background: transparent;
    border-radius: 0;
    flex: 1 1 auto;
    min-height: 0;
    padding: 6px 0 0;
}

.team-member-profile-avatar {
    box-shadow: none;
}

.team-member-profile-avatar img,
#profile-image-preview {
    border: 1px solid rgba(33, 28, 52, 0.08);
    box-shadow: 0 10px 22px rgba(33, 28, 52, 0.08);
}

.team-member-profile-name {
    color: #211c34;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 16px 0 0;
}

.team-member-profile-meta .p10 {
    margin: 0;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.team-member-job-label,
.team-member-profile-box .label-info {
    background: #d82e4a;
    color: #fff;
}

.team-member-camera-upload .fa-camera,
.team-member-profile-box .file-upload .fa-camera {
    background: #d82e4a;
    border-color: #d82e4a;
    border-radius: 999px;
    color: #fff;
    height: 34px;
    line-height: 20px;
    padding: 7px 0;
    width: 34px;
}

.team-member-camera-upload {
    margin-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.team-member-message-btn {
    border-color: #211c34;
    color: #211c34;
}

.team-member-message-btn:hover,
.team-member-message-btn:focus {
    background: #211c34;
    border-color: #211c34;
    color: #fff;
}

.team-member-card h4,
.team-member-profile-box h4,
.team-members-list-page h1,
.team-members-grid-title h1 {
    color: #211c34;
}

.team-member-card .text-off,
.team-member-profile-box .text-off {
    color: #7b728a;
}

.team-member-card-footer,
.team-members-grid-page .panel-footer.bg-info {
    background: rgba(255, 255, 255, 0.92) !important;
    border-top: 1px solid rgba(33, 28, 52, 0.08);
    color: #211c34;
    padding: 14px 18px 18px !important;
}

.team-members-grid-title {
    border: 1px solid rgba(33, 28, 52, 0.08);
    border-radius: 20px;
    margin: 20px 20px 0;
}

.team-members-grid-page {
    padding-top: 18px;
}

.team-member-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 244, 248, 0.98) 100%);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.team-member-card:hover {
    border-color: rgba(33, 28, 52, 0.16);
    box-shadow: 0 18px 34px rgba(33, 28, 52, 0.10);
    transform: translateY(-3px);
}

.team-member-card-body {
    padding: 28px 20px 16px;
}

.team-member-card-avatar {
    box-shadow: none;
}

.team-member-card-avatar img,
.team-members-list-page .avatar img,
.team-members-grid-page .avatar img {
    border: 1px solid rgba(33, 28, 52, 0.08);
    box-shadow: 0 8px 18px rgba(33, 28, 52, 0.08);
}

.team-member-card-role {
    background: rgba(33, 28, 52, 0.05);
    border-radius: 999px;
    color: #5f566d !important;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 14px;
}

.team-member-card-link,
.team-members-grid-page .panel-footer .btn-info {
    background: #ffffff;
    border: 1px solid rgba(33, 28, 52, 0.14);
    border-color: rgba(33, 28, 52, 0.14);
    border-radius: 999px;
    box-shadow: none;
    color: #211c34;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 8px 16px;
    width: 100%;
}

.team-member-card-link:hover,
.team-member-card-link:focus,
.team-members-grid-page .panel-footer .btn-info:hover,
.team-members-grid-page .panel-footer .btn-info:focus {
    background: #211c34;
    border-color: #211c34;
    color: #fff;
}

.team-members-list-page .btn-group .btn.active,
.team-members-grid-page .title-button-group .btn.active {
    background: #211c34;
    border-color: #211c34;
    color: #fff;
}

.team-members-list-page .btn-group .btn:hover,
.team-members-grid-page .title-button-group .btn:hover {
    border-color: rgba(216, 46, 74, 0.4);
}

.team-member-profile-page .cover-widget .box {
    background: #ffffff;
    border: 0;
    border-radius: 18px;
    margin-bottom: 12px;
    box-shadow: 0 14px 28px rgba(33, 28, 52, 0.08);
    overflow: hidden;
}

.team-member-profile-page .cover-widget .widget-container {
    min-height: 100px;
    padding: 12px 8px;
}

.team-member-profile-page .cover-widget .b-r,
.team-member-profile-page .cover-widget .box-content {
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.team-member-profile-page .cover-widget h1 {
    color: #211c34;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.team-member-profile-page .cover-widget .text-off {
    color: #7b728a;
    font-size: 11px;
    letter-spacing: .08em;
}

.team-member-profile-tabs {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(33, 28, 52, 0.08);
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 15px 18px;
    padding: 10px;
}

.team-member-profile-tabs > li {
    float: none;
    margin: 0;
}

.team-member-profile-tabs > li > a {
    background: transparent;
    border: 0 !important;
    border-radius: 12px;
    color: #6d6379;
    font-weight: 600;
    margin: 0;
    padding: 10px 14px;
}

.team-member-profile-tabs > li.active > a,
.team-member-profile-tabs > li.active > a:hover,
.team-member-profile-tabs > li.active > a:focus {
    background: linear-gradient(135deg, #211c34 0%, #31294c 100%);
    color: #fff;
}

.team-member-profile-tabs-content {
    margin: 0 15px 24px;
}

.team-member-profile-tabs-content > .tab-pane {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(33, 28, 52, 0.08);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(33, 28, 52, 0.08);
    min-height: 220px;
    padding-top: 12px;
}

.team-member-profile-tabs-content .panel {
    border: 0;
    box-shadow: none;
}

.ui-modern-shell {
    --ui-shell-bg: #eef2f6;
    --ui-card-bg: #ffffff;
    --ui-card-border: rgba(30, 41, 59, 0.1);
    --ui-card-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    --ui-shell-text: #1f2937;
    --ui-shell-muted: #667085;
}

.ui-card-grid {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.ui-card-col {
    display: flex;
    padding: 0 10px 20px;
    width: 25%;
}

.ui-stat-card {
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid var(--ui-card-border);
    border-radius: 24px;
    box-shadow: var(--ui-card-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 180px;
    padding: 18px 20px;
    position: relative;
    width: 100%;
}

.ui-surface {
    background: var(--ui-card-bg);
    border: 1px solid var(--ui-card-border);
    border-radius: 24px;
    box-shadow: var(--ui-card-shadow);
    margin-bottom: 20px;
    overflow: hidden;
}

.ui-surface__header {
    align-items: center;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 20px;
}

.ui-surface__title {
    color: var(--ui-shell-text);
    font-size: 16px;
    font-weight: 700;
}

.ui-surface__meta {
    color: var(--ui-shell-muted);
    font-size: 12px;
}

.ui-surface__body {
    padding: 20px;
}

.ui-detail-shell {
    padding-bottom: 24px;
}

.ui-detail-frame {
    margin: 0 auto;
    max-width: 1080px;
}

.ui-detail-card {
    background: var(--ui-card-bg);
    border: 1px solid var(--ui-card-border);
    border-radius: 24px;
    box-shadow: var(--ui-card-shadow);
    margin-bottom: 18px;
    overflow: hidden;
}

.ui-detail-card--padded {
    padding: 20px;
}

.ui-detail-shell .page-title {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.ui-detail-shell .page-title h1 {
    color: var(--ui-shell-text);
    float: none;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
    padding: 0;
}

.ui-detail-shell .page-title .title-button-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 0 auto;
}

.ui-detail-shell .page-title .title-button-group .btn,
.ui-detail-shell .page-title .title-button-group .btn-group .btn {
    border-radius: 999px;
    min-height: 36px;
}

.ui-detail-tabs {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 18px 20px 0;
}

.ui-detail-tabs > li {
    float: none;
    margin: 0;
}

.ui-detail-tabs > li:after {
    display: none;
}

.ui-detail-tabs > li > a {
    background: #f8fafc;
    border: 1px solid rgba(30, 41, 59, 0.08);
    border-radius: 999px;
    color: #475467;
    margin: 0;
    padding: 9px 14px;
}

.ui-detail-tabs > li > a:hover,
.ui-detail-tabs > li > a:focus,
.ui-detail-tabs > li.active > a,
.ui-detail-tabs > li.active > a:hover,
.ui-detail-tabs > li.active > a:focus {
    background: #ffffff;
    border-color: rgba(31, 111, 178, 0.22);
    color: #1f6fb2;
}

.ui-detail-shell .tab-content.ui-detail-tab-content {
    background: var(--ui-card-bg);
    border: 1px solid var(--ui-card-border);
    border-radius: 24px;
    box-shadow: var(--ui-card-shadow);
    margin-top: 16px;
    min-height: 240px;
    overflow: hidden;
}

.ui-detail-shell .tab-content.ui-detail-tab-content > .tab-pane {
    padding: 20px;
}

.ui-detail-shell .tab-content.ui-detail-tab-content > .tab-pane:empty {
    padding: 0;
}

.ui-detail-shell .tab-content.ui-detail-tab-content > .tab-pane > .panel:first-child,
.ui-detail-shell .tab-content.ui-detail-tab-content > .tab-pane > .panel.panel-default:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -20px;
}

.ui-list-shell .ui-list-surface {
    background: var(--ui-card-bg);
    border: 1px solid var(--ui-card-border);
    border-radius: 24px;
    box-shadow: var(--ui-card-shadow);
    overflow: hidden;
}

.ui-list-shell .page-title {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08);
    box-shadow: none !important;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0;
    padding: 18px 20px;
}

.ui-list-shell .page-title h1,
.ui-list-shell .page-title h4,
.ui-list-shell h1.page-title {
    color: var(--ui-shell-text);
    float: none;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0;
    padding: 0;
}

.ui-list-shell .page-title h4 {
    font-size: 22px;
}

.ui-list-shell .page-title .title-button-group {
    align-items: center;
    display: flex;
    float: none;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 0 auto;
}

.ui-list-shell .page-title .title-button-group .btn,
.ui-list-shell .page-title .title-button-group .btn-group .btn {
    border-radius: 999px;
    box-shadow: none;
    min-height: 36px;
}

.ui-list-shell .table-responsive {
    background: #ffffff;
    border: 0;
    border-radius: 0 0 24px 24px;
    margin: 0;
    overflow-x: auto;
}

.ui-list-shell .panel-body {
    padding: 20px;
}

.ui-list-shell .dataTables_wrapper > .datatable-tools:first-child {
    display: block;
    padding-top: 4px;
}

.ui-list-shell .dataTables_wrapper > .datatable-tools:first-child > .col-md-3:empty {
    display: none;
}

.ui-list-shell .dataTables_wrapper > .datatable-tools:first-child > .col-md-3,
.ui-list-shell .dataTables_wrapper > .datatable-tools:first-child > .col-md-9 {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.ui-list-shell .page-title .title-button-group .dataTables_length {
    margin: 0;
}

.ui-list-shell .page-title .title-button-group .dataTables_length label {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    height: 34px;
    margin: 0;
    white-space: nowrap;
}

.ui-list-shell .page-title .title-button-group .dataTables_length select {
    border-radius: 999px;
    height: 34px;
    margin: 0;
    padding: 4px 28px 4px 12px;
}

.ui-list-shell .page-title .title-button-group .btn {
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
}

.ui-list-shell .page-title .title-button-group .btn-group .btn {
    margin-left: 0;
    margin-right: 0;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 12px 18px 0;
    white-space: nowrap;
    width: 100%;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar > * {
    min-width: 0;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter,
.ui-list-shell .dataTables_wrapper .custom-toolbar .DTTT_container,
.ui-list-shell .dataTables_wrapper .custom-toolbar .dt-buttons {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    min-width: 0;
    overflow: visible;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter > *,
.ui-list-shell .dataTables_wrapper .custom-toolbar .DTTT_container > *,
.ui-list-shell .dataTables_wrapper .custom-toolbar .dt-buttons > * {
    float: none;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .DTTT_button_print,
.ui-list-shell .dataTables_wrapper .custom-toolbar .buttons-print,
.ui-list-shell .dataTables_wrapper .custom-toolbar .dt-button.buttons-print {
    display: none !important;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter .btn,
.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter label.btn {
    align-items: center;
    border-radius: 999px !important;
    display: inline-flex;
    float: none;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    padding: 0 14px;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter .btn input[type="checkbox"],
.ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter label.btn input[type="checkbox"] {
    margin: 0;
    position: static;
    transform: none;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .dataTables_filter {
    align-items: center;
    display: flex;
    flex: 1 1 380px;
    justify-content: flex-start;
    margin: 0;
    margin-right: auto;
    max-width: 520px;
    min-width: 240px;
    order: -1;
    padding-left: 18px;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .dataTables_filter label {
    align-items: center;
    display: flex;
    gap: 8px;
    height: 36px;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}

.ui-list-shell .dataTables_wrapper .custom-toolbar .dataTables_filter input {
    border-radius: 999px;
    flex: 1 1 auto;
    height: 36px;
    margin-left: 0;
    max-width: none;
    min-width: 0;
    padding: 6px 14px;
    width: 100%;
}

.ui-list-shell .table-responsive .dataTables_wrapper > .datatable-tools:first-child {
    padding-top: 4px;
}

.ui-list-shell .dataTable thead th,
.ui-list-shell table.dataTable thead th {
    background: #f8fafc;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08) !important;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ui-list-shell .dataTable tbody td,
.ui-list-shell table.dataTable tbody td {
    border-color: rgba(30, 41, 59, 0.06) !important;
}

@media (max-width: 1199px) {
    .ui-card-col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .ui-card-col {
        width: 100%;
    }

    .ui-stat-card,
    .ui-surface {
        border-radius: 20px;
    }

    .ui-surface__header,
    .ui-surface__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ui-list-shell .page-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .ui-list-shell .page-title h1,
.ui-list-shell .page-title h4,
    .ui-list-shell h1.page-title {
        font-size: 24px;
    }

    .ui-list-shell .page-title .title-button-group {
        margin-left: 0;
        width: 100%;
    }

    .ui-detail-shell .page-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .ui-detail-shell .page-title .title-button-group {
        margin-left: 0;
        width: 100%;
    }

    .ui-detail-tabs {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ui-detail-shell .tab-content.ui-detail-tab-content > .tab-pane {
        padding: 16px;
    }

    .ui-list-shell .dataTables_wrapper .custom-toolbar {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
        white-space: normal;
    }

    .ui-list-shell .dataTables_wrapper .custom-toolbar .btn-group.filter,
    .ui-list-shell .dataTables_wrapper .custom-toolbar .DTTT_container,
    .ui-list-shell .dataTables_wrapper .custom-toolbar .dt-buttons {
        flex-wrap: wrap;
        margin-right: 0;
    }

    .ui-list-shell .dataTables_wrapper .custom-toolbar .dataTables_filter {
        flex: 1 1 100%;
        margin-left: 0;
        max-width: none;
        min-width: 0;
        order: 0;
        padding-left: 0;
        width: 100%;
    }

    .ui-list-shell .dataTables_wrapper .custom-toolbar .dataTables_filter label {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .team-member-profile-box {
        display: block;
        padding: 18px;
    }

    .team-member-profile-image-box,
    .team-member-profile-meta {
        border-radius: 24px;
    }

    .team-member-profile-image-box {
        width: 100%;
        min-height: 0;
        margin-bottom: 14px;
    }

    .team-member-profile-meta {
        border-left: 0;
    }

    .team-member-profile-hero {
        margin-left: 10px;
        margin-right: 10px;
    }
}
