﻿:root {
    --ct-primary: #71b6f9;
    --ct-secondary: #6c757d;
    --ct-success: #10c469;
    --ct-info: #35b8e0;
    --ct-warning: #f9c851;
    --ct-danger: #ff5b5b;
    --ct-light: #f8f9fa;
    --ct-dark: #323a46;
    --ct-pink: #ff8acc;
    --ct-purple: #5b69bc;
    --ct-blue: #71b6f9;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.art-link.art-link-xmr {
    margin-right: 0;
}

.modal-header {
    border-radius: 0px;
    background-color: #20202A;
    border-bottom: 0px solid #dee2e6;
}

    .modal-header .close {
        background: transparent;
    }

        .modal-header .close svg {
            width: 20px;
        }

            .modal-header .close svg path {
                fill: #fff;
                stroke-width: 0;
            }

.modal-body {
    background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%);
}

.modal-footer {
    border-radius: 0px;
    background-color: #20202A;
    border-top: 0px solid #dee2e6;
}

.art-btn-white {
    background: #fff !important;
}

.art-btn-dark {
    background: #20202a !important;
}

.art-btn-gray {
    background: #8c8c8e !important;
}

.art-btn-danger {
    background: #d43f3a !important;
}

.art-form-field {
    position: relative;
    margin-bottom: 20px;
}

    .art-form-field.art-form-field-sm input, .art-form-field.art-form-field-sm textarea {
        height: calc(1.5em + .5rem + 2px);
        border-radius: 0 !important;
    }

.art-form-field-last {
    position: relative;
    margin-bottom: 0px;
}

.art-copy {
    text-align: center !important;
}

.art-menu-bar .signin-btn {
    position: absolute;
    left: 0;
    top: 130px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    z-index: 2;
}

    .art-menu-bar .signin-btn .signin-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 80px;
        font-size: 22px;
        cursor: pointer;
        transition: 0.4s ease-in-out;
    }

.art-menu-bar .signup-btn {
    position: absolute;
    left: 0;
    top: 180px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    z-index: 2;
}

    .art-menu-bar .signup-btn .signup-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 80px;
        font-size: 22px;
        cursor: pointer;
        transition: 0.4s ease-in-out;
    }

.art-menu-bar .darkmode-btn {
    position: absolute;
    left: 0;
    top: 80px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    z-index: 2;
}

    .art-menu-bar .darkmode-btn .darkmode-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 80px;
        font-size: 22px;
        cursor: pointer;
        transition: 0.4s ease-in-out;
    }

.art-menu-bar .art-current-page, .art-menu-bar .art-current-page, .art-menu-bar .art-current-page {
    top: 420px;
}

.dropdown-item {
    color: #8c8c8e !important;
    font-size: 11px;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

    .dropdown-item:hover {
        color: #fff !important;
        background-color: transparent;
    }

.dropdown-menu {
    border-radius: 0px 0px;
    background-color: rgba(35, 35, 45, 0.98);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: none;
    overflow: hidden;
    opacity: 0;
}

    .dropdown-menu.show {
        max-height: 300px;
        opacity: 1;
    }

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #FFC107;
}

.art-app .art-app-wrapper .art-app-container .art-menu-bar.art-active #visitor,
.art-app .art-app-wrapper .art-app-container .art-menu-bar.art-active #member,
.art-app .art-app-wrapper .art-app-container .art-menu-bar.art-active #lightSwitch {
    opacity: 0 !important;
}

#visitor,
#member,
#lightSwitch {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*Client Area*/
.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.ca-tile .ca-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 48px;
    line-height: 1;
    color: #ccc;
}

.ca-tile .ca-stat {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1;
}

    .ca-tile .ca-stat:hover {
        color: #fafafc;
        text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
        transition: .5s;
    }

.ca-card {
    transition: .5s;
}

    .ca-card:hover {
        color: #fafafc;
        text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
        transition: .5s;
    }

.ca-tile .ca-title {
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}


.ca-tile .ca-highlight {
    margin-top: 4px;
    height: 2px;
    border-radius: 2px;
}

.ca-bg-color-blue {
    background-color: #FFC107;
}

.ca-list-item {
    background-color: transparent;
    border: 0px solid #FFC107;
    cursor: pointer !important;
    padding: 6px 2px 3px 2px;
    border-bottom: 1px solid rgba(100, 100, 102, 0.3);
}

body[data-layout-color=dark] .ca-list-item h6 {
    color: #8c8c8e;
    transition: 0.2s ease-in-out;
}

body[data-layout-color=light] .ca-list-item h6 {
    color: #5c5c6f;
    transition: 0.2s ease-in-out;
}

.ca-list-item:last-child {
    border-bottom: 0px solid rgba(100, 100, 102, 0.3);
}

.ca-list-item:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: transparent; /*rgba(35, 35, 45, 0.98);*/
    transition: .5s;
}

body[data-layout-color=dark] .ca-list-item:hover h6 {
    color: #fafafc !important;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
    transition: 0.2s ease-in-out;
}

body[data-layout-color=light] .ca-list-item:hover h6 {
    color: #1e1e28 !important;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
    transition: 0.2s ease-in-out;
}

.ca-list-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ca-list-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ca-list-item > div {
    cursor: pointer;
}

    .ca-list-item > div > h5 {
        cursor: pointer;
    }

body[data-layout-color=light] .ca-list-item {
    border-bottom: 1px solid rgba(140, 140, 142, 0.3);
}

.ca-domain {
    color: #FFC107;
    cursor: pointer;
}

.dropdown-item.active {
    background-color: transparent;
    color: #fff !important;
}

.rounded-pill {
    margin: 50px 50px !important;
}

/* Main menu start */
.art-menu-bar nav .main-menu .menu-item.menu-item-has-children a.active {
    color: #fafafc !important;
    text-shadow: 0 0 3px rgba(250, 250, 252, 0.4) !important;
}
/* Main menu end */

.art-menu-bar.art-active nav .main-menu {
    z-index: 1;
}

.art-menu-bar nav .main-menu {
    z-index: -1;
}

.art-service-ib-content .art-link.art-color-link {
    text-transform: none;
    display: unset;
    font-size: unset;
    font-weight: unset;
}

/* table */

table .thumb-img {
    margin-right: 3px;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.dt-date-label {
    color: #fff;
}

table.dataTable {
    color: #fafafc;
}

    table.dataTable.nowrap td {
        font-weight: 200;
    }

.badge.badge-soft-danger {
    color: var(--ct-danger);
    background-color: rgba(255, 91, 91, .18);
    box-shadow: none;
}

.badge.badge-soft-success {
    color: var(--ct-success);
    background-color: rgba(16, 196, 105, .18);
    box-shadow: none;
}

.badge.badge-soft-warning {
    color: var(--ct-warning);
    background-color: rgba(249, 200, 81, .18);
    box-shadow: none;
}

.badge.badge-soft-primary {
    color: var(--ct-primary);
    background-color: rgba(113, 182, 249, .18);
    box-shadow: none;
}

.badge.badge-soft-secondary {
    color: var(--ct-secondary);
    background-color: rgba(108, 117, 125, .18);
    box-shadow: none;
}

.badge.badge-soft-info {
    color: var(--ct-info);
    background-color: rgba(53, 184, 224, .18);
    box-shadow: none;
}

.badge.badge-soft-dark {
    color: var(--ct-dark);
    background-color: rgba(247, 247, 247, .18);
    box-shadow: none;
}

.dt-date-label input {
    background: linear-gradient(159deg, #252532 0%, #23232d 100%);
    border-color: #5b5b5b;
    color: white;
    border-radius: 0;
    border: none;
}

    .dt-date-label input:focus {
        color: white;
    }

div.dataTables_wrapper div.dataTables_filter input,
div.dt-container div.dt-search input {
    background: linear-gradient(159deg, #252532 0%, #23232d 100%);
    color: white;
    border-color: #5b5b5b;
    border-radius: 0;
    border: none;
    box-shadow: inset 0 1px 4px 0 rgba(15, 15, 20, 0.1);
}

    div.dataTables_wrapper div.dataTables_filter input:focus {
        box-shadow: none;
    }

body[data-layout-color=dark] div.dataTables_wrapper div.dataTables_length select,
body[data-layout-color=dark] div.dt-datetime div.dt-datetime-date div.dt-datetime-title div.dt-datetime-label select,
body[data-layout-color=dark] div.dt-container div.dt-length select {
    background: linear-gradient(159deg, #252532 0%, #23232d 100%);
    color: white;
    border: none;
    padding: 5px;
}

    body[data-layout-color=dark] div.dataTables_wrapper div.dataTables_length select option,
    body[data-layout-color=dark] div.dt-datetime div.dt-datetime-date div.dt-datetime-title div.dt-datetime-label select option,
    body[data-layout-color=dark] div.dt-container div.dt-length select option {
        background: #20202a;
    }

div.dataTables_wrapper div.dataTables_length select:focus, div.dataTables_wrapper div.dataTables_length select:hover {
    border: none;
    outline: none;
}

.page-item.disabled .page-link {
    color: white;
    pointer-events: none;
    cursor: auto;
    background: linear-gradient(159deg, #252532 0%, #23232d 100%);
    border-color: transparent;
    border-radius: 0 !important;
}

.page-item.active .page-link {
    border-color: #FFC107;
    background-color: #FFC107;
    color: #20202a;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-radius: 0 !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.form-control:focus {
    border-color: #5b5b5b;
    box-shadow: none;
}

.badge.rounded-pill {
    margin: 0 !important;
}

table.dataTable {
    border: none;
    border-right-width: none !important;
}

.dataTable thead,
.dataTable tfoot {
    background: #20202a;
    border-radius: 3px;
}

    .dataTable tfoot td b {
        font-weight: 600;
    }

.dataTable tbody {
    background: #20202a;
}

.table.dataTable thead th {
    border-bottom: 1px solid #80808045;
    border-right: 1px solid #80808045;
    font-weight: 600;
}

    .table.dataTable thead th:last-child {
        border-right: 0;
    }

.table.dataTable td {
    border-right: 1px solid #80808045;
}

    .table.dataTable td:last-child {
        border-right: 0;
    }

.table.dataTable tbody tr:nth-child(odd) td {
    background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%);
}

.table.dataTable tbody tr:nth-child(even) td {
    background: #20202a;
}

.table thead th, .table-bordered td, .table-bordered th, .table td, .table th {
    border: none;
}

.table-hover tbody tr:hover {
    background: #2f2f3b;
    color: white;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0em !important;
}

body[data-layout-color=dark] table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
body[data-layout-color=dark] table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    border-top: 5px solid transparent!important;
    border-left: 10px solid rgba(255, 193, 7, 0.5)!important;
    border-bottom: 5px solid transparent!important;
    border-right: 0px solid transparent!important;
}

body[data-layout-color=dark] table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
body[data-layout-color=dark] table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
    border-top: 10px solid rgba(255, 193, 7, 0.5)!important;
    border-left: 5px solid transparent!important;
    border-bottom: 0px solid transparent!important;
    border-right: 5px solid transparent!important
}

.art-form-field input.art-input.form-control, .art-form-field textarea.art-input.form-control {
    padding-left: 10px;
    padding-right: 10px;
}

body[data-layout-color=dark] div.dt-datetime {
    background-color: #20202a !important;
    border: none !important;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

    body[data-layout-color=dark] div.dt-datetime div.dt-datetime-iconLeft,
    body[data-layout-color=dark] div.dt-datetime div.dt-datetime-iconRight {
        filter: invert(1) !important;
    }

    body[data-layout-color=dark] div.dt-datetime div.dt-datetime-label {
        border: none !important;
        border-radius: 0 !important;
    }

        body[data-layout-color=dark] div.dt-datetime div.dt-datetime-label:hover {
            border: none !important;
            border-radius: 0 !important;
            color: #20202a;
            background-color: #FFC107 !important;
        }

    body[data-layout-color=dark] div.dt-datetime table td.selectable button:hover {
        background: #FFC107 !important;
        color: #20202a !important;
        border-radius: 0 !important;
    }

    body[data-layout-color=dark] div.dt-datetime table td.selectable {
        background: linear-gradient(159deg, rgba(37, 37, 50, 0.98) 0%, rgba(35, 35, 45, 0.98) 100%) !important;
    }

        body[data-layout-color=dark] div.dt-datetime table td.selectable.selected button {
            background: #FFC107 !important;
            color: #20202a !important;
            border-radius: 0 !important;
        }

    body[data-layout-color=dark] div.dt-datetime table button {
        color: #fafafc !important;
    }

tr.td-pointer td:not(:first-child) {
    cursor: pointer;
}

iframe {
    border: 0;
}

.art-form-field select {
    height: 50px;
    width: 100%;
    border: none;
    color: #fafafc;
    padding-left: 65px;
    padding-right: 15px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    box-shadow: inset 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    margin-bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIzMy40IDQwNi42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE5Mi0xOTJjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjU2IDMzOC43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE5MiAxOTJ6Ii8+PC9zdmc+") right 1rem center / 13px 16px no-repeat, linear-gradient(159deg, #252532 0%, #23232d 100%) !important;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .art-form-field select option {
        background-color: #20202A;
        color: #fafafc;
    }

    .art-form-field select optgroup {
        background-color: #20202A;
        color: #ffc107;
    }

body[data-layout-color=dark] .art-form-field input[type=date] {
    color-scheme: dark;
}

body[data-layout-color=dark] .art-form-field input.is-invalid,
body[data-layout-color=dark] .art-form-field select.is-invalid,
body[data-layout-color=dark] .art-form-field textarea.is-invalid,
body[data-layout-color=dark] .art-form-field label.art-input.art-file-input-label.is-invalid {
    border: solid 1px var(--bs-danger) !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem + 7px) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #252532;
}

    body[data-layout-color=dark] .art-form-field input.is-invalid + label,
    body[data-layout-color=dark] .art-form-field select.is-invalid + label,
    body[data-layout-color=dark] .art-form-field textarea.is-invalid + label {
        background: var(--bs-danger);
        color: #20202a;
    }

.art-form-field.is-invalid {
    border: solid 1px var(--bs-danger) !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem + 7px) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #252532;
}

.art-form-field.is-valid {
    border: solid 1px var(--bs-success) !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem + 7px) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #252532;
}

body[data-layout-color=dark] .art-form-field input.is-valid,
body[data-layout-color=dark] .art-form-field select.is-valid,
body[data-layout-color=dark] .art-form-field textarea.is-valid,
body[data-layout-color=dark] .art-form-field label.art-input.art-file-input-label.is-valid {
    border: solid 1px var(--bs-success) !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem + 7px) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: #252532;
}

    body[data-layout-color=dark] .art-form-field input.is-valid + label,
    body[data-layout-color=dark] .art-form-field select.is-valid + label,
    body[data-layout-color=dark] .art-form-field textarea.is-valid + label {
        background: var(--bs-success);
        color: #20202a;
    }

.art-avatar-plus {
    width: 90px;
    height: 90px;
    margin: 0 0;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
}

    .art-avatar-plus .art-avatar-curtain {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        outline: inherit;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        z-index: 0;
    }

        .art-avatar-plus .art-avatar-curtain i {
            background: linear-gradient(159deg, rgba(45, 45, 58, 0.88) 0%, rgba(43, 43, 53, 0.88) 100%);
            width: 30px;
            height: 30px;
            text-align: center;
            -ms-flex-item-align: center;
            align-self: center;
            font-weight: 700;
            font-size: 11px;
            line-height: 30px;
            color: #fafafc;
            border-radius: 50%;
            opacity: 0;
            z-index: 1;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        .art-avatar-plus .art-avatar-curtain img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
            z-index: 0;
        }

        .art-avatar-plus .art-avatar-curtain:hover {
            opacity: 1;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            outline: inherit;
        }

            .art-avatar-plus .art-avatar-curtain:hover i {
                opacity: .7;
            }

                .art-avatar-plus .art-avatar-curtain:hover i:hover {
                    opacity: 1;
                    -webkit-transform: scale(1.07);
                    transform: scale(1.07);
                }

.art-sm-text.margin-top-23 {
    margin-top: 2.3rem !important;
}

/* Change the white to any color */
body[data-layout-color=dark] .art-form-field input:-webkit-autofill,
body[data-layout-color=dark] .art-form-field input:-webkit-autofill:hover,
body[data-layout-color=dark] .art-form-field input:-webkit-autofill:focus,
body[data-layout-color=dark] .art-form-field input:-webkit-autofill:active,
body[data-layout-color=dark] .art-form-field input:-internal-autofill-selected,
body[data-layout-color=dark] .art-form-field select:-webkit-autofill,
body[data-layout-color=dark] .art-form-field select:-webkit-autofill:hover,
body[data-layout-color=dark] .art-form-field select:-webkit-autofill:focus,
body[data-layout-color=dark] .art-form-field select:-webkit-autofill:active,
body[data-layout-color=dark] .art-form-field select:-internal-autofill-selected,
body[data-layout-color=dark] .art-form-field textarea:-webkit-autofill,
body[data-layout-color=dark] .art-form-field textarea:-webkit-autofill:hover,
body[data-layout-color=dark] .art-form-field textarea:-webkit-autofill:focus,
body[data-layout-color=dark] .art-form-field textarea:-webkit-autofill:active,
body[data-layout-color=dark] .art-form-field textarea:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #252532 inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}

body[data-layout-color=dark] .art-form-field input:-webkit-autofill,
body[data-layout-color=dark] .art-form-field select:-webkit-autofill,
body[data-layout-color=dark] .art-form-field textarea:-webkit-autofill {
    -webkit-text-fill-color: #fafafc !important;
}

    body[data-layout-color=dark] .art-form-field input:-webkit-autofill + label {
        background: #20202a !important;
        color: #8c8c8e !important;
    }

    body[data-layout-color=dark] .art-form-field input:-webkit-autofill:focus + label {
        background: #FFC107 !important;
        color: #20202a !important;
    }

    body[data-layout-color=dark] .art-form-field select:-webkit-autofill option,
    body[data-layout-color=dark] .art-form-field select:-webkit-autofill:hover option,
    body[data-layout-color=dark] .art-form-field select:-webkit-autofill:focus option,
    body[data-layout-color=dark] .art-form-field select:-webkit-autofill:active option {
        -webkit-text-fill-color: #fafafc !important;
    }

/* status history start */

.art-scroll-frame.art-fixed-270 {
    /*max-height: 310px;*/
    height: 100% !important;
}

.art-timeline.art-order-history::before {
    right: 8px;
}

.art-timeline.art-order-history .art-timeline-item .art-timeline-mark {
    right: 3px;
}

.art-timeline.art-order-history .art-timeline-item .art-timeline-mark-light {
    right: -1px;
}

.art-timeline.art-order-history .art-timeline-content.art-smaller {
    padding: 10px 30px;
    margin-bottom: 10px;
    background: #191923;
}

    .art-timeline.art-order-history .art-timeline-content.art-smaller p {
        margin-bottom: 0;
    }

    .art-timeline.art-order-history .art-timeline-content.art-smaller::after {
        background: #191923;
    }

.art-timeline.art-order-history .art-timeline-content .art-card-header .art-right-side {
    margin-bottom: 0 !important;
}

.art-el-date {
    color: #646466;
    font-style: italic;
    font-size: 11px;
}

/*.art-table ul li {
    padding-bottom: 0px;
}*/

.art-table ul li:last-child {
    padding-bottom: 0;
}

.art-table ul li h6 {
    max-width: 30%;
}

.art-table ul li span {
    max-width: 70%;
    text-align: right;
}

    .art-table ul li span.badge {
        max-width: unset !important;
    }

/* status history end */

/* store pagination start */
input.art-project-category {
    border-style: none;
    width: 100%;
}

    input.art-project-category:hover,
    input.art-project-category:active,
    input.art-project-category:focus,
    input.art-project-category:focus-visible {
        outline: none;
    }

    input.art-project-category:-webkit-autofill,
    input.art-project-category:-webkit-autofill:hover,
    input.art-project-category:-webkit-autofill:focus,
    input.art-project-category:-webkit-autofill:active,
    input.art-project-category:-internal-autofill-selected {
        -webkit-box-shadow: 0 0 0 30px #20202a inset !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #646466;
        font-size: 10px;
        transition: background-color 5000s ease-in-out 0s;
    }

input[type=search]::-webkit-search-cancel-button {
    position: relative;
    right: -12px;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: #FFC107;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gOS4xNTYyNSA2LjMxMjUgTCA2LjMxMjUgOS4xNTYyNSBMIDIyLjE1NjI1IDI1IEwgNi4yMTg3NSA0MC45Njg3NSBMIDkuMDMxMjUgNDMuNzgxMjUgTCAyNSAyNy44NDM3NSBMIDQwLjkzNzUgNDMuNzgxMjUgTCA0My43ODEyNSA0MC45Mzc1IEwgMjcuODQzNzUgMjUgTCA0My42ODc1IDkuMTU2MjUgTCA0MC44NDM3NSA2LjMxMjUgTCAyNSAyMi4xNTYyNSBaIi8+PC9zdmc+");
}

.art-pagination-v2 {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

    .art-pagination-v2 .prev-page {
        padding-left: 10px;
        padding-right: 0;
    }

        .art-pagination-v2 .prev-page.disable,
        .art-pagination-v2 .next-page.disable {
            color: #8c8c8e;
        }

    .art-pagination-v2 li.art-link.art-left-link {
        margin-right: auto !important;
        cursor: pointer;
    }

    .art-pagination-v2 li.art-link.art-right-link {
        margin-left: auto !important;
        cursor: pointer;
    }

    .art-pagination-v2 li.page-number {
        cursor: pointer;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        padding: 0 5px;
    }

        .art-pagination-v2 li.page-number.active {
            color: #FFC107;
        }

    .art-pagination-v2 li:not(:first-child):not(:last-child) {
        letter-spacing: 3px;
    }

        .art-pagination-v2 li:not(:first-child):not(:last-child):hover {
            text-decoration: none;
            color: #fafafc;
        }

.art-grid .art-grid-item {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s ease-in-out;
    visibility: hidden;
}

    .art-grid .art-grid-item.show {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        visibility: visible;
        width: 33.3333%;
        height: auto;
    }

    .art-grid .art-grid-item:not(.show) {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
    }

@media (max-width: 1200px) {
    .art-grid .art-grid-item.show {
        width: 50%;
    }

    .art-pagination-v2 .prev-page span,
    .art-pagination-v2 .next-page span {
        visibility: hidden !important;
    }
}

@media (max-width: 430px) {
    .art-grid .art-grid-item.show {
        width: 100%;
    }
}

.art-portfolio-item-frame .art-item-price,
.art-port-cover .art-item-price {
    width: auto;
    height: 27px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    box-shadow: 0 1px 4px 0 rgba(15, 15, 20, 0.1);
    border-radius: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(159deg, rgba(45, 45, 58, 0.88) 0%, rgba(43, 43, 53, 0.88) 100%);
    font-size: 11px;
    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;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 1;
    padding: 10px;
    color: #ffc107;
}

/* store pagination end */

/* error page start */
.error-page {
    height: calc(100vh - 82px);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.error-page-num {
    color: #ffc107;
    font-size: 220px;
    display: block;
    height: auto;
    line-height: 220px;
    font-weight: 700;
}
/* error page end */

/* input group start */
.art-input-group-text {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #8c8c8e;
    text-align: center;
    white-space: nowrap;
    background-color: #20202a;
    border: none;
    transition: 0.4s ease-in-out;
    cursor: text;
}

    .art-input-group-text:has(i) {
        padding: 0;
    }

    .art-input-group-text.art-active {
        background: #FFC107;
        color: #20202a;
    }

.art-input-group-prepend .art-input-group-text i,
.art-input-group-append .art-input-group-text i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.art-input-group-prepend.art-input-group-sm span i,
.art-input-group-append.art-input-group-sm span i {
    width: 28px;
    height: calc(1.5em + .5rem + 2px);
}

.art-input.form-control {
    font-size: unset;
    font-weight: unset;
    color: #fafafc;
    padding-left: 10px;
}

textarea.art-input.form-control {
    height: unset;
    border-left: solid 0 #20202a;
}

.art-form-field .input-group select,
.art-form-field .input-group input,
.art-form-field .input-group textarea {
    border-radius: 0;
}

.art-contact-form label.art-contact-form-label {
    text-align: left;
    width: auto;
    background: unset;
    line-height: 0px;
    padding: 0 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 15px;
}

.art-contact-form label {
    top: unset !important;
}

    .art-contact-form label.art-contact-form-label.required:after {
        content: " *";
        color: var(--ct-danger);
        font-weight: bold;
        padding-left: .1rem;
    }

.art-contact-form > .art-form-field:last-child {
    margin-bottom: 0;
}

.art-form-field .form-check {
    display: flex;
    align-items: center;
}

    .art-form-field .form-check:not(.form-check-inline) {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .art-form-field .form-check input {
        height: 0;
        width: 0;
        visibility: hidden;
    }

        .art-form-field .form-check input[type=checkbox]:checked ~ label::before {
            border-color: #FFC107;
            background-color: #FFC107;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gNDEuOTM3NSA4LjYyNSBDIDQxLjI3MzQzOCA4LjY0ODQzOCA0MC42NjQwNjMgOSA0MC4zMTI1IDkuNTYyNSBMIDIxLjUgMzguMzQzNzUgTCA5LjMxMjUgMjcuODEyNSBDIDguNzg5MDYzIDI3LjI2OTUzMSA4LjAwMzkwNiAyNy4wNjY0MDYgNy4yODEyNSAyNy4yOTI5NjkgQyA2LjU2MjUgMjcuNTE1NjI1IDYuMDI3MzQ0IDI4LjEyNSA1LjkwMjM0NCAyOC44NjcxODggQyA1Ljc3NzM0NCAyOS42MTMyODEgNi4wNzgxMjUgMzAuMzYzMjgxIDYuNjg3NSAzMC44MTI1IEwgMjAuNjI1IDQyLjg3NSBDIDIxLjA2MjUgNDMuMjQ2MDk0IDIxLjY0MDYyNSA0My40MTAxNTYgMjIuMjA3MDMxIDQzLjMyODEyNSBDIDIyLjc3NzM0NCA0My4yNDIxODggMjMuMjgxMjUgNDIuOTE3OTY5IDIzLjU5Mzc1IDQyLjQzNzUgTCA0My42ODc1IDExLjc1IEMgNDQuMTE3MTg4IDExLjEyMTA5NCA0NC4xNTIzNDQgMTAuMzA4NTk0IDQzLjc4MTI1IDkuNjQ0NTMxIEMgNDMuNDEwMTU2IDguOTg0Mzc1IDQyLjY5NTMxMyA4LjU4OTg0NCA0MS45Mzc1IDguNjI1IFoiLz48L3N2Zz4=);
        }

        .art-form-field .form-check input[type=radio]:checked ~ label::before {
            border-color: #FFC107;
            background-color: #FFC107;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gOS4xNTYyNSA2LjMxMjUgTCA2LjMxMjUgOS4xNTYyNSBMIDIyLjE1NjI1IDI1IEwgNi4yMTg3NSA0MC45Njg3NSBMIDkuMDMxMjUgNDMuNzgxMjUgTCAyNSAyNy44NDM3NSBMIDQwLjkzNzUgNDMuNzgxMjUgTCA0My43ODEyNSA0MC45Mzc1IEwgMjcuODQzNzUgMjUgTCA0My42ODc1IDkuMTU2MjUgTCA0MC44NDM3NSA2LjMxMjUgTCAyNSAyMi4xNTYyNSBaIi8+PC9zdmc+");
        }

        .art-form-field .form-check input[type=checkbox]:disabled ~ label::before,
        .art-form-field .form-check input[type=radio]:disabled ~ label::before {
            border-color: #8c8c8e;
            border-style: dotted;
        }

    .art-form-field .form-check label {
        background: 0 0 !important;
        display: flex;
        padding: .55rem .6rem;
        cursor: default;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        position: relative;
        line-height: 14px;
        color: #8c8c8e !important;
        height: auto;
        width: 100%;
        border-radius: 0px !important;
        margin-bottom: 0;
        text-align: left;
        white-space: normal;
        text-overflow: ellipsis;
    }

        .art-form-field .form-check label::before {
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            position: absolute;
            top: .5rem;
            left: -1.2rem;
            display: block;
            width: 1.1rem;
            height: 1.1rem;
            pointer-events: none;
            content: "";
            background: linear-gradient(159deg, #252532 0%, #23232d 100%);
            border: 2px solid #20202a;
        }

        .art-form-field .form-check label::after {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background: 50% / 50% 50% no-repeat;
        }

        .art-form-field .form-check label small {
            color: #ffc107;
            padding-left: 5px;
        }

    .art-form-field .form-check.form-check-inline label {
        display: inline-block !important;
        padding: .1rem .6rem;
        line-height: 14px;
    }

        .art-form-field .form-check.form-check-inline label::before {
            top: 0 !important;
        }

    .art-form-field .form-check span {
        display: block;
        margin-left: .55rem!important;
    }

    .art-form-field .form-check.hidden {
        display: none;
    }

    .art-form-field .form-check.form-check-inline {
        display: inline-grid;
        align-items: center;
        padding-left: 1.25rem;
        vertical-align: top;
        padding: 0px 0px 10px 19px;
    }

    /*.art-form-field .form-check.form-check-inline label {
            margin: .25rem 0;
        }*/

    .art-form-field .form-check.art-switch input[type=checkbox] ~ label {
        padding: .15rem 1.6rem;
    }

        .art-form-field .form-check.art-switch input[type=checkbox] ~ label:after {
            position: absolute;
            top: .12rem;
            left: -1.05rem;
            width: 0.85rem;
            height: 0.85rem;
            background: #8c8c8e;
            transition: 0.3s;
        }

        .art-form-field .form-check.art-switch input[type=checkbox] ~ label::before {
            width: 2.15rem;
        }

    .art-form-field .form-check.art-switch input[type=checkbox]:checked ~ label::before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: none;
    }

    .art-form-field .form-check.art-switch input[type=checkbox]:checked ~ label:after {
        left: calc(.5rem - .3rem);
        transform: translateX(-.25rem);
        background: #20202a;
    }

.art-form-field span:not(.art-input-group-text) {
    width: 100%;
    margin-top: 3px;
    margin-left: 1px;
    display: flex;
}
/* input group end */

/* product art-table override start */

.art-table.art-summary ul li h6 {
    max-width: 80%;
}

.entry-table {
    max-width: 330px;
    width: 100%;
    float: right;
    margin: 0 0 30px 30px;
    position: relative;
}

/* product art-table override end */

/* product breadcrumb addon start*/

.art-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin-top: .5rem;
    margin-left: -2.5rem;
}

    .art-breadcrumb .art-breadcrumb-item a {
        white-space: nowrap;
        color: #FFC107;
    }

        .art-breadcrumb .art-breadcrumb-item a:not(:hover) {
            text-decoration: none;
        }

    .art-breadcrumb .art-breadcrumb-item:has(~ .art-breadcrumb-item.art-current)::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f054";
        font-size: 9px;
        margin-inline-start: 0.5rem;
    }

    .art-breadcrumb .art-breadcrumb-item.art-current {
        font-size: 12px;
        font-weight: 700;
        color: #fafafc;
        margin-bottom: 0;
        font-family: "Poppins", sans-serif;
    }

@media (max-width: 430px) {
    .art-breadcrumb {
        width: 100%;
    }

        .art-breadcrumb .art-breadcrumb-item.art-current {
            min-width: 0;
            width: 120px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
}

@media (max-width: 920px) {
    .entry-table {
        float: none;
        margin: 0 0 0px 0px;
        display: flex;
        justify-content: end;
        position: relative;
        width: 100%;
        justify-self: end;
        align-items: end;
    }


    .entry-table, .art-table {
        width: 100%;
    }
}

/* product breadcrumb addon end */

/* product configurable options start */

.art-contact-form.art-card.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

/*.art-form-field.col {
     margin-right: -15px;
    margin-left: -15px;
}*/

/* product configurable options end */

/* pay now override start */
.art-table.art-payment {
    padding-top: 20px;
    padding-bottom: 0;
}

    .art-table.art-payment ul li.art-note {
        display: contents;
    }

    .art-table.art-payment ul li h6 {
        max-width: 40%;
        text-transform: uppercase;
        font-size: 12px;
    }

    .art-table.art-payment ul li span {
        max-width: 60%;
    }

        .art-table.art-payment ul li span.art-note {
            width: 100%;
            text-align: start;
            white-space: pre-wrap;
        }

.art-a.art-card.art-payment {
    padding: 1rem !important;
    position: relative;
    margin-bottom: 0;
}

    .art-a.art-card.art-payment .art-card-header {
        float: none;
        display: flex;
    }

        .art-a.art-card.art-payment .art-card-header .art-link {
            cursor: pointer;
            color: #fafafc;
            text-shadow: 0 0 3px rgba(250, 250, 252, 0.4);
            font-size: 12px;
            display: flex;
            justify-content: space-between;
            margin-top: auto;
            margin-bottom: auto;
            width: calc(100% - 1.5rem);
        }

            .art-a.art-card.art-payment .art-card-header .art-link.collapsed {
                color: #8c8c8e;
                text-shadow: unset;
            }

            .art-a.art-card.art-payment .art-card-header .art-link span {
                text-align: right;
                color: #8c8c8e;
                font-size: 11px;
                text-transform: initial;
            }

    .art-a.art-card.art-payment img.art-logo {
        width: 1.5rem;
        margin-right: .2rem;
    }

    .art-a.art-card.art-payment img.img-fluid {
        width: 50%;
        height: auto;
        box-shadow: rgba(15, 15, 20, 0.2) 0 3px 8px 0;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        transition: 1s ease-in-out;
        z-index: 1;
        display: block;
        margin-top: 20px;
    }

        .art-a.art-card.art-payment img.img-fluid:hover {
            width: 80%;
            border-radius: 10%;
        }

/* pay now override end */

/* tab pane start */

.nav-bordered {
    border-bottom: 1px solid #191923;
    color: #fafafc;
}

    .nav-bordered .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        cursor: pointer;
        font-size: 13px;
        font-weight: 400;
    }

        .nav-bordered .nav-link.active {
            color: #fafafc;
            background-color: transparent;
            border-color: transparent;
        }

    .nav-bordered a.active {
        border-bottom: 3px solid #FFC107 !important;
    }

    .nav-bordered .nav-link:focus,
    .nav-bordered .nav-link:hover {
        border-color: transparent transparent transparent;
    }

/* tab pane end */

/* order details start */
.art-status-text {
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.art-order-title {
    opacity: 1;
    text-align: center;
    color: #fafafc;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px #1e1e28;
}

    .art-order-title h3 {
        color: #fafafc !important;
        text-shadow: 1px 1px #1e1e28;
    }

.art-project-cover.art-status {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .art-project-cover.art-status .art-portfolio-item-frame {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.art-status-active {
    color: var(--ct-success);
    background-color: rgba(16, 196, 105, .18);
    box-shadow: none;
}

.art-status-processing {
    color: var(--ct-primary);
    background-color: rgba(113, 182, 249, .18);
    box-shadow: none;
}

.art-status-canceled, .art-status-failed, .art-status-suspended {
    color: var(--ct-danger);
    background-color: rgba(255, 91, 91, .18);
    box-shadow: none;
}

.art-status-unknown {
    color: var(--ct-secondary);
    background-color: rgba(108, 117, 125, .18);
    box-shadow: none;
}

.art-buttons-frame button {
    margin-right: 15px;
}

/* order details end */

/* mobile menu fix start */

.art-three-button-container-mobile {
    display: none !important;
}

@media (max-width: 920px) {
    .art-menu-button-container {
        display: none;
    }

    .art-three-button-container-mobile {
        display: flex!important;
        flex-direction: row-reverse;
        top: 1.3rem;
        position: relative;
        z-index: 6;
        width: 100%;
        height: 100%;
    }

    .art-three-button-container-mobile div {
        display: flex;
        flex-direction: row-reverse;
    }

        .art-three-button-container-mobile .darkmode-btn-2 {
            font-size: 24px;
            position: static;
            padding: 0 10px;
            padding-right: 20px;
        }

        .art-three-button-container-mobile .signin-btn-2 {
            position: static;
            font-size: 24px;
            padding: 0 10px;
        }

        .art-three-button-container-mobile .signup-btn-2 {
            position: static;
            font-size: 24px;
            padding: 0 10px;
        }
}

/* mobile menu fix end */

/* ticket start */
.art-timeline.art-ticket .art-left-side {
    display: flex;
    margin-bottom: .3rem;
}

    .art-timeline.art-ticket .art-left-side h5 {
        margin-top: .4rem;
    }

    .art-timeline.art-ticket .art-left-side .art-testimonial-face {
        width: 30px;
        height: 30px;
        margin-right: .5rem;
        border-radius: 50%;
        -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
        box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
    }

    .art-timeline.art-ticket .art-left-side .art-el-suptitle {
        margin-left: .5rem;
        margin-top: .4rem;
    }

.art-timeline.art-ticket .art-ticket-message {
    white-space: pre;
}

    .art-timeline.art-ticket .art-ticket-message .blockquote {
        margin-top: 0;
        margin-bottom: 0;
        font-size: .8rem;
        padding: 25px;
        padding-left: 40px;
    }


.art-input-group-append .art-btn {
    font-size: 11px;
    padding: 0 25px;
}

::-webkit-file-upload-button {
    display: none;
}

.art-contact-form .art-input[type=file] {
    display: none;
}

.art-input.art-file-input-label {
    width: 1%;
    min-width: 0;
    text-align: left;
    color: #fafafc;
    position: relative;
    height: 50px;
    -webkit-box-shadow: 0 0 0 30px #252532 inset;
    transition: background-color 5000s ease-in-out 0s;
    background: linear-gradient(159deg, #252532 0%, #23232d 100%);
    flex: 1 1 auto;
    margin: 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: initial !important;
    cursor: default;
}

.art-input.art-active + label.art-input.art-file-input-label {
    color: #fafafc;
}

.art-link.art-w-chevron.art-w-attach:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f0c6';
    font-weight: 900;
}
/* ticket end */

/* article & news start */
.art-a.art-card .art-links-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-0-15 {
    padding-bottom: 15px;
    padding-top: 0;
}

.art-grid-item.art-blog-card .art-port-cover {
    overflow: hidden;
    box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-grid-item.art-blog-card .art-post-description {
    box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
    -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-grid-item.art-blog-card {
    box-shadow: none !important;
    overflow: visible !important;
}

.news-post .swiper-slide .art-blog-card .art-post-description {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: left !important;
}

/* article & news end */

/* UI fixes */
.art-menu-bar .art-current-page {
    top: 480px;
    width: 400px !important;
    left: -160px !important;
}
