﻿#PencadCustomerTable thead {
    /* background-color: #BE8484; */
    border-bottom: 2px solid white;
}

#PencadCustomerTable thead th.sortable {
    cursor: pointer;
    user-select: none;
}

.headerForCreate {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #305b9f;
}

hr {
    margin: 0px;
}

.createRow {
    padding: 20px;
}

.btn-glow {
    padding: 0.1rem 0.5rem;
    border-radius: 9999px;
    border: none;
    background: #d9e8ff;
    font-weight: bold;
    box-shadow: 0px 0px 0px 0px #9a9dff;
    transition: transform 0.2s;
}

.btn-glow:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 8px 0px #9a9dff;
    color: #ffffff;
}

.button-container button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

#listSteps {
    padding: 1rem;
}

.steps {
    background-color: #f6f7f9;
    flex-direction: row;
    justify-content: center;
}

.steps ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.step-indicator {
    margin-right: 0.5rem;
}

.step.active .step-trigger {
    font-weight: bold;
}

.steps li:before {
    position: absolute;
    top: 2px;
    left: -.875rem;
    display: block;
    border-top-right-radius: .5rem;
    transform: rotate(45deg);
    height: 1.75rem;
    width: 1.75rem;
    z-index: 1;
}

.accountFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.accountFooter:hover {
    background-color: orange;
}

.addressRow {
    padding-top: 20px;
}

.status-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.2s ease-out;
}

.status-modal-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    animation: slideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.status-modal-header {
    padding: 1.25rem 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-modal-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-modal-body {
    padding: 1.25rem 1.5rem;
}

.status-option-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.15rem;
    margin-bottom: 0.65rem;
    border-radius: 12px;
    border: 1.5px solid transparent;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.status-option-btn:last-child {
    margin-bottom: 0;
}

.status-option-btn .status-icon-wrapper {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 0.85rem;
}

.status-btn-active {
    background-color: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}
.status-btn-active .status-icon-wrapper {
    background-color: #059669;
    color: #ffffff;
}
.status-btn-active:hover {
    background-color: #059669;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}
.status-btn-active:hover .status-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.status-btn-potential {
    background-color: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}
.status-btn-potential .status-icon-wrapper {
    background-color: #ea580c;
    color: #ffffff;
}
.status-btn-potential:hover {
    background-color: #ea580c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}
.status-btn-potential:hover .status-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.status-btn-passive {
    background-color: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}
.status-btn-passive .status-icon-wrapper {
    background-color: #dc2626;
    color: #ffffff;
}
.status-btn-passive:hover {
    background-color: #dc2626;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}
.status-btn-passive:hover .status-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.status-modal-footer {
    padding: 0.85rem 1.5rem;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.card-header ul {
    width: fit-content;
    display: inline-flex;
    justify-content: start;
    border-radius: 50px;
}

.card-header ul li {
    margin-inline: 0.5rem;
}

.card-header ul li a:hover {
    scale: 1.25;
}

.custom-svg {
    background: linear-gradient(180deg, #C63333, #802121);
    border-radius: 360rem;
}

.barButtons a {
    margin-inline: .75rem;
}

.barButtons a:hover {
    scale: 1.25;
}

.infoIcon {
    font-size: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    color: #0179a8 !important;
}

.table-info {
    background-color: #E9B1BD !important;
}

.table-info:hover {
    background-color: #D795A4 !important;
}

.table-info td {
    background-color: transparent !important;
}

.selectedItemBorder {
    border-left: 4px solid darkred;
}

.toggle > div {
    position: relative;
    padding: 10px;
    width: 10rem;
}

.toggle > div > input[type=checkbox] {
    position: absolute;
    opacity: 0;
    top: 2px;
    left: 1rem;
    width: 10rem;
    height: 2rem;
    z-index: 5;
}

.toggle > div > input[type=checkbox] ~ div {
    width: 9rem;
    height: 2rem;
    border-radius: 50px;
    border: 1px solid #979797;
    box-shadow: inset 5px 0 0 0 rgba(0, 0, 0, .1), inset -5px 0 0 0 rgba(0, 0, 0, .1), inset -6px 0 0 0 rgba(255, 255, 255, .5), inset -4px 6px 11px -5px rgba(0, 0, 0, .2), inset 1px 1px 0 0 rgba(255, 255, 255, 1), -6px 4px 11px -7px rgba(0, 0, 0, .5);
    background: rgb(253, 252, 251);
    background: linear-gradient(to right, rgba(253, 252, 251, 1) 37%, rgba(229, 229, 229, 1) 61%);
}

.toggle > div > input[type=checkbox]:checked ~ div {
    box-shadow: inset -5px 0 0 0 rgba(0, 0, 0, .1), inset 5px 0 0 0 rgba(0, 0, 0, .1), inset 6px 0 0 0 rgba(255, 255, 255, .5), inset -4px 6px 11px -5px rgba(0, 0, 0, .2), inset 1px 1px 0 0 rgba(255, 255, 255, 1), -6px 4px 11px -7px rgba(0, 0, 0, .5);
    background: rgb(229, 229, 229);
    background: linear-gradient(to right, rgba(229, 229, 229, 1) 39%, rgba(253, 252, 251, 1) 63%);
}

.toggle > div > input[type=checkbox] ~ div:before {
    content: attr(data-unchecked);
    display: block;
    position: absolute;
    font-weight: normal;
    border-radius: 10px;
    top: 18px;
    left: 30px;
}

.toggle > div > input[type=checkbox] ~ div:after {
    content: attr(data-checked);
    color: darkred;
    font-weight: bold;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 18px;
    left: 100px;
}

.toggle > div > input[type=checkbox]:checked ~ div:before {
    color: darkred;
    font-weight: bold;
}

.toggle > div > input[type=checkbox]:checked ~ div:after {
    color: #000;
    font-weight: normal;
    text-shadow: none;
    filter: dropshadow(none);
}

.switch-green .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00a28a;
    background-color: #00a28a;
}

.no-result-message {
    text-align: center;
    font-size: 1.5rem;
    color: #dc3545;
    padding: 1rem;
    font-weight: 600;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 0 0 0.5rem 0.5rem;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.data-table th,
.data-table td {
    padding: 8px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.data-table td {
    padding: 6px 7px !important;
}

.data-table th {
    font-weight: bold;
    justify-content: center;
}

.data-table tr:hover {
    background-color: #c0d1ed !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-4 {
    flex: 4;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.c-hand {
    cursor: pointer;
}

h3 {
    margin-bottom: 0px !important;
}

[v-cloak] {
    display: none;
}
