

/* .form-control{
	font-weight: 500;
    color: #222;
} */

h6.forgot_sec{
	margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
}

h6.forgot_sec a{
	text-decoration: none;
	color: #333;
}

.col-form-alert-label{
    color: #ff0000;
}

.has-danger .form-control {
    border-color: #ff0000
}

.has-danger .col-form-label {
    color: #e74c3c;

}

/*{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/

.content-header h1 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
}

.table-bordered thead th{
	background: #0079f5;
	color: #fff;
}

.table-bordered td a{
	margin: 0px 5px;
}
.card-footer {
    padding: 0px;
    background-color: #fff;
    border-top: 0 solid #fff;
}
img#image_1 {
    border: 1px solid #ffecec;
    border-radius: 15px !important;
    margin-bottom: 20px;
}
.login-box {
    width: 1200px !important;
    height: 600px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 4px 4px 20.9px 9px #DDDCEB40;
}
.login-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 24px 0px 0px 24px;
    /* opacity: 0.5; */
    filter: brightness(0.7);
}
.card-primary:not(.card-outline)>.card-header {
    background-color: #fff;
    border-bottom: none;
}
.card {
    box-shadow: none;
    margin-bottom: 1rem;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #0079f5;
    border-color: #0079f5;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #62b55a;
}
.brand-link .brand-image {
    float: none; 
    display: block;
    margin: auto;
}
.login-box .form-control {
    width: 343px !important;
    height: 50px;
    padding: 10px 17px 10px 17px;
    gap: 12px;
    /* border-radius: 12px 0px 0px 12px !important; */
    border-radius: 12px 12px 12px 12px !important;
    border: 1px solid #DBE4F7 !important;
    outline: none !important;
    box-shadow: none !important;
}
.login-page, .register-page { 
    background-color: #62b55a36; 
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #e6f3ff;
}
.nofloat{
	display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
}
.bg-warning, .bg-warning>a {
    color: #fff!important;
}
table.dataTable td{
    vertical-align: middle;
}

.card-title{
    font-weight: 600;
}

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

.profile_pic {
    width: 100%;
    background: none;
    width: 220px;
    height: 220px;
    display: block;
    margin: auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.profile_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #007bff;
    padding: 3px;
}

/* .form-control {
    color: #222;
    height: auto;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
} */

label {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 25px;
}

.bg_transparent{
    background-color: transparent;
}

#imgInp {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.card-title{
    float: none;
}

.card-header i.fa-pencil{
    margin-right: 10px;
}

a{
    text-decoration: none !important;
}

div.dataTables_wrapper div.dataTables_filter label{
    text-align: right;
}

td select{
    max-width: 150px;
    display: block;
    margin: auto;
}

.sidebar-panel .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-panel .nav-sidebar>.nav-item.menu-open>.nav-link,
.sidebar-panel .nav-sidebar>.nav-item>.nav-link:hover,
.sidebar-panel .nav-sidebar>.nav-item>.nav-link:focus {
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%) !important;
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(26, 104, 199, 0.22);
    transform: translateX(4px);
}
.btn-primary {
    color: #fff;
    background-color: #0078fa !important;
    border-color: #0078fa !important;
    box-shadow: none;
}
table i{
    color: #007bec;
}
.page-item.active .page-link {
    background-color: #007af0;
    border-color: #007af0;
}
.breadcrumb-item a{
    color: #0079f5;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.sidebar-panel {
    background:
        radial-gradient(circle at top left, rgba(76, 150, 231, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
    border-right: 1px solid rgba(27, 75, 122, 0.08);
    box-shadow: 14px 0 40px rgba(31, 56, 88, 0.08);
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar-panel .brand-link {
    min-height: auto;
    padding: 1.4rem 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(36, 89, 138, 0.04), rgba(255, 255, 255, 0));
}

.sidebar-panel__logo {
    width: 168px;
    max-width: 90%;
    max-height: inherit !important;
    float: none !important;
    filter: drop-shadow(0 12px 22px rgba(36, 89, 138, 0.16));
}

.sidebar-panel .sidebar {
    padding: 0.9rem 0.85rem 1.35rem;
}

.sidebar-panel__content {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.sidebar-panel__menu {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.2rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(36, 89, 138, 0.45) transparent;
}

.sidebar-panel__menu::-webkit-scrollbar {
    width: 6px;
}

.sidebar-panel__menu::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-panel__menu::-webkit-scrollbar-thumb {
    background: rgba(36, 89, 138, 0.28);
    border-radius: 999px;
}

.sidebar-panel__menu::-webkit-scrollbar-thumb:hover {
    background: rgba(36, 89, 138, 0.45);
}

.sidebar-panel__footer {
    padding-top: 0.85rem;
    margin-top: 0.85rem;
    border-top: 1px solid rgba(27, 75, 122, 0.12);
}

.sidebar-panel__footer .nav-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.84rem 0.95rem;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #1a3553 !important;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.sidebar-panel__footer .nav-link p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.35;
}

.sidebar-panel__footer .nav-link .nav-icon {
    margin: 0;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(180deg, #eef5fc 0%, #e2edf9 100%);
    color: #24598a;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.sidebar-panel__footer .nav-link:hover,
.sidebar-panel__footer .nav-link:focus {
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%) !important;
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(26, 104, 199, 0.22);
    transform: translateX(4px);
}

.sidebar-panel__footer .nav-link:hover .nav-icon,
.sidebar-panel__footer .nav-link:focus .nav-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: scale(1.04);
}

.sidebar-panel .nav-sidebar>.nav-item {
    margin-bottom: 0.42rem;
}

.sidebar-panel .sidebar a:not(.nav-link.active):not(.nav-link:hover):not(.nav-link:focus) {
    color: #1a3553 !important;
}

.sidebar-panel .nav-sidebar>.nav-item>.nav-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.84rem 0.95rem;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.sidebar-panel .nav-sidebar>.nav-item>.nav-link p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.35;
}

.sidebar-mini .main-sidebar .nav-link {
    width: auto;
}

.sidebar-panel .nav-sidebar>.nav-item>.nav-link .nav-icon {
    margin: 0;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(180deg, #eef5fc 0%, #e2edf9 100%);
    color: #24598a;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.sidebar-panel .nav-sidebar>.nav-item>.nav-link.active .nav-icon,
.sidebar-panel .nav-sidebar>.nav-item>.nav-link:hover .nav-icon,
.sidebar-panel .nav-sidebar>.nav-item>.nav-link:focus .nav-icon,
.sidebar-panel .nav-sidebar>.nav-item>.nav-link:focus-visible .nav-icon {
    background: #ffffff !important;
    color: #1f70d8 !important;
    box-shadow: none !important;
    transform: scale(1.04);
}

/* Emergency sidebar group */
.sidebar-panel .sidebar-emergency-group > .nav-link p {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.15rem;
}

.sidebar-panel .sidebar-submenu-arrow {
    font-size: 0.72rem;
    opacity: 0.72;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.sidebar-panel .sidebar-emergency-group > .nav-link .nav-icon {
    background: linear-gradient(180deg, #fff0f0 0%, #ffe4e4 100%);
    color: #d64545;
}

.sidebar-panel .sidebar-emergency-group.menu-open > .nav-link,
.sidebar-panel .sidebar-emergency-group > .nav-link.active {
    background: linear-gradient(135deg, #dc3545 0%, #e85d5d 100%) !important;
    box-shadow: 0 16px 28px rgba(220, 53, 69, 0.22);
}

.sidebar-panel .sidebar-emergency-group.menu-open > .nav-link .nav-icon,
.sidebar-panel .sidebar-emergency-group > .nav-link.active .nav-icon,
.sidebar-panel .sidebar-emergency-group > .nav-link:hover .nav-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar-panel .sidebar-emergency-group.menu-open > .nav-link .sidebar-submenu-arrow {
    transform: rotate(90deg) !important;
    opacity: 1;
}

.sidebar-panel .sidebar-emergency-group:not(.menu-open) > .nav-link .sidebar-submenu-arrow {
    transform: rotate(0deg) !important;
}

.sidebar-panel .sidebar-emergency-group.menu-open > .nav-treeview {
    display: block;
}

.sidebar-panel .sidebar-emergency-submenu {
    margin: 0.35rem 0 0.15rem 0.55rem;
    padding: 0.35rem 0 0.35rem 0.85rem;
    border-left: 2px solid rgba(220, 53, 69, 0.18);
}

.sidebar-panel .sidebar-emergency-submenu > .nav-item {
    margin-bottom: 0.3rem;
}

.sidebar-panel .sidebar-emergency-submenu .nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.68rem 0.85rem;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #35506d !important;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(27, 75, 122, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.sidebar-panel .sidebar-emergency-submenu .nav-link .nav-icon {
    margin: 0;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #f3f7fb 0%, #e8f0f8 100%);
    color: #4a6785;
    font-size: 0.82rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.sidebar-panel .sidebar-emergency-submenu .nav-link p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.3;
}

.sidebar-panel .sidebar-emergency-submenu .nav-link:hover,
.sidebar-panel .sidebar-emergency-submenu .nav-link:focus {
    background: #fff;
    border-color: rgba(31, 112, 216, 0.18);
    box-shadow: 0 8px 18px rgba(31, 56, 88, 0.08);
    transform: translateX(3px);
    color: #1a3553 !important;
}

.sidebar-panel .sidebar-emergency-submenu .nav-link:hover .nav-icon,
.sidebar-panel .sidebar-emergency-submenu .nav-link:focus .nav-icon {
    background: linear-gradient(180deg, #eef5fc 0%, #e2edf9 100%);
    color: #24598a;
    transform: scale(1.03);
}

.sidebar-panel .sidebar-emergency-submenu .nav-link.active {
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%) !important;
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 12px 22px rgba(26, 104, 199, 0.2);
    transform: translateX(3px);
}

.sidebar-panel .sidebar-emergency-submenu .nav-link.active .nav-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media screen and (min-width:300px) and (max-width:767px){
    
    #users_wrapper .col-sm-12, #broker_wrapper .col-sm-12, #other_wrapper .col-sm-12, #surveyor_wrapper .col-sm-12, #surveys_wrapper .col-sm-12, #example2_wrapper .col-sm-12, #categories_wrapper .col-sm-12{
        overflow:auto;
    }
    .user-tabs li{width:100%;margin-bottom:10px;}
    .user-tabs li a{text-align:center;}
    #users_filter{text-align:left;float:left;}
}

#vefiryCurrentPwd{
    color: red;
}

.preloader {
    background:
        radial-gradient(circle at top, rgba(38, 84, 124, 0.22), transparent 32%),
        linear-gradient(180deg, #f7fafc 0%, #e9f0f7 100%);
}

.preloader__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    border: 1px solid rgba(24, 53, 88, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 60px rgba(31, 56, 88, 0.14);
    backdrop-filter: blur(12px);
}

.preloader__spinner {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
}

.preloader__spinner::before,
.preloader__spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.preloader__spinner::before {
    inset: 0;
    border: 10px solid rgba(36, 89, 138, 0.12);
}

.preloader__spinner::after {
    inset: 0;
    border: 10px solid transparent;
    border-top-color: #24598a;
    border-right-color: #4d87b8;
    animation: preloader-spin 1.25s linear infinite;
}

.preloader__title {
    margin: 0;
    color: #17385a;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preloader__subtitle {
    margin: 0;
    color: #5f7188;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 76px;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(27, 75, 122, 0.08);
    background:
        radial-gradient(circle at top left, rgba(74, 144, 226, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 253, 0.96) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(31, 56, 88, 0.05);
}

.app-header__left,
.app-header__right {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 0;
}

.app-header__left {
    flex: 1;
}

.app-header__right {
    justify-content: flex-end;
}

.app-header__menu-toggle {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
    border: 1px solid rgba(35, 92, 145, 0.08);
    color: #22598b !important;
    box-shadow: 0 12px 24px rgba(36, 89, 138, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.app-header__menu-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(36, 89, 138, 0.12);
}

.app-header__welcome {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 0;
}

.app-header__brand {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(31, 112, 216, 0.18);
}

.app-header__welcome-copy {
    display: grid;
    min-width: 0;
}

.app-header__eyebrow {
    color: #7a8ca4;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.app-header__welcome-copy strong {
    color: #17385a;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-header__role-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.app-header__role-badge--admin {
    background: rgba(36, 89, 138, 0.1);
    color: #1d5e96;
}

.app-header__role-badge--watchmen {
    background: rgba(33, 119, 106, 0.12);
    color: #1b7669;
}

.app-header__role-badge--sales {
    background: rgba(176, 66, 118, 0.12);
    color: #a33c6d;
}

.app-header__role-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.app-header__profile-card {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.55rem 0.45rem 0.45rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(27, 75, 122, 0.08);
    box-shadow: 0 14px 28px rgba(31, 56, 88, 0.06);
    min-width: 0;
}

.app-header__avatar {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(31, 112, 216, 0.18);
}

.app-header__avatar--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.app-header__profile-copy {
    display: grid;
    min-width: 0;
}

.app-header__profile-copy strong {
    color: #17385a;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-header__profile-copy span {
    color: #7a8ca4;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-header__quick-action {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    border: 1px solid rgba(27, 75, 122, 0.08);
    color: #17385a !important;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(31, 56, 88, 0.06);
}

.app-header__quick-action:hover {
    background: #fff;
}

@media screen and (max-width: 991px) {
    .app-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .app-header__brand {
        display: none;
    }

    .app-header__role-badge {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .app-header {
        flex-wrap: wrap;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .app-header__left,
    .app-header__right {
        width: 100%;
    }

    .app-header__right {
        justify-content: space-between;
    }

    .app-header__profile-card {
        flex: 1;
    }

    .app-header__welcome-copy strong {
        white-space: normal;
    }
}

@keyframes preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

.role-dashboard {
    min-height: calc(100vh - 57px);
    padding-bottom: 2rem;
    background:
        radial-gradient(circle at top left, rgba(74, 144, 226, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f8fc 0%, #eef3f9 100%);
}

.role-dashboard .content-header {
    padding: 26px 0 12px;
}

.dashboard-alert {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(28, 50, 84, 0.1);
}

.dashboard-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.95fr);
    gap: 1.35rem;
    padding: 2rem;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 24px 60px rgba(27, 55, 92, 0.18);
    margin:14px
}

.dashboard-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -32% auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.dashboard-theme--admin .dashboard-hero {
    background: linear-gradient(135deg, #113c7c 0%, #1d74d7 60%, #52b5ef 100%);
}

.dashboard-theme--watchmen .dashboard-hero {
    background: linear-gradient(135deg, #0f5f52 0%, #159d84 58%, #54c79e 100%);
}

.dashboard-theme--sales .dashboard-hero {
    background: linear-gradient(135deg, #865415 0%, #d07a1f 56%, #f0b24f 100%);
}

.dashboard-hero__content {
    position: relative;
    z-index: 1;
}

.dashboard-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-hero__content h1 {
    margin: 1rem 0 0.8rem;
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    font-weight: 800;
    line-height: 1.08;
}

.dashboard-hero__content p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.75;
}

.dashboard-hero__property {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.2rem;
    padding: 0.7rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    font-weight: 600;
}

.dashboard-hero__highlights {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.9rem;
    align-content: center;
}

.dashboard-highlight {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.dashboard-highlight__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-highlight__value {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.2;
    word-break: break-word;
}

.dashboard-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 0 0.3rem;
}

.dashboard-heading-row h2 {
    margin: 14px;
    color: #18304d;
    font-size: 2rem;
    font-weight: 800;
}

.dashboard-heading-row p {
    margin: 0.45rem 14px 0;
    color: #64768f;
    font-size: 0.98rem;
    font-weight: 500;
}

.dashboard-breadcrumb {
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 24px rgba(27, 55, 92, 0.08);
}

.dashboard-breadcrumb .breadcrumb-item,
.dashboard-breadcrumb .breadcrumb-item a {
    color: #4e6787;
    font-weight: 600;
}

.dashboard-breadcrumb .breadcrumb-item.active {
    color: #1a3553;
}

.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 0.45rem 0 1.3rem;
}

.dashboard-panel__header--spaced {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(24, 53, 88, 0.08);
}

.dashboard-stat-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.1rem;
    border: 1px solid rgba(24, 53, 88, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 46px rgba(27, 55, 92, 0.08);
}

a.dashboard-stat-card--clickable {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

a.dashboard-stat-card--clickable:hover,
a.dashboard-stat-card--clickable:focus {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(27, 55, 92, 0.14);
    border-color: rgba(31, 112, 216, 0.22);
    color: inherit;
    text-decoration: none;
}

a.dashboard-stat-card--clickable:hover .dashboard-stat-card__icon,
a.dashboard-stat-card--clickable:focus .dashboard-stat-card__icon {
    transform: scale(1.05);
}

a.dashboard-stat-card--clickable:hover .dashboard-stat-card__arrow,
a.dashboard-stat-card--clickable:focus .dashboard-stat-card__arrow {
    opacity: 1;
    transform: translateX(0);
}

.dashboard-stat-card__arrow {
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(31, 112, 216, 0.08);
    color: #1f70d8;
    font-size: 0.78rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
    flex-shrink: 0;
}

a.dashboard-stat-card--clickable:hover .dashboard-stat-card__arrow,
a.dashboard-stat-card--clickable:focus .dashboard-stat-card__arrow {
    background: rgba(31, 112, 216, 0.14);
}

.dashboard-stat-card__icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    font-size: 1.45rem;
    box-shadow: 0 16px 28px rgba(27, 55, 92, 0.14);
    transition: transform 0.22s ease;
}

.dashboard-stat-card--sky .dashboard-stat-card__icon {
    background: linear-gradient(135deg, #2d74dd 0%, #54b9ea 100%);
}

.dashboard-stat-card--rose .dashboard-stat-card__icon {
    background: linear-gradient(135deg, #d44e74 0%, #f07b8f 100%);
}

.dashboard-stat-card--amber .dashboard-stat-card__icon {
    background: linear-gradient(135deg, #d48316 0%, #f3b34e 100%);
}

.dashboard-stat-card--emerald .dashboard-stat-card__icon {
    background: linear-gradient(135deg, #188b71 0%, #4fc39e 100%);
}

.dashboard-stat-card__content {
    min-width: 0;
}

.dashboard-stat-card__label {
    display: block;
    color: #586d89;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-stat-card__value {
    display: block;
    margin-top: 0.4rem;
    color: #162f4d;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.15;
    word-break: break-word;
}

.dashboard-stat-card__caption {
    display: block;
    margin-top: 0.35rem;
    color: #7d8ea5;
    font-size: 0.9rem;
    font-weight: 600;
}

.dashboard-layout-row {
    row-gap: 1rem;
}

.dashboard-panel {
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(24, 53, 88, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 48px rgba(27, 55, 92, 0.08);
}

.dashboard-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-panel__header h3 {
    margin: 0;
    color: #18304d;
    font-size: 1.22rem;
    font-weight: 800;
}

.dashboard-panel__header p {
    margin: 0.35rem 0 0;
    color: #70829a;
    font-size: 0.95rem;
    line-height: 1.6;
}

.dashboard-table thead th {
    border-top: 0;
    border-bottom: 1px solid #e7eef8;
    color: #61758f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-color: #eef3fa;
    color: #294362;
    font-size: 0.96rem;
    font-weight: 600;
    vertical-align: middle;
}

.dashboard-table__primary {
    color: #18304d;
    font-weight: 700;
}

.dashboard-table__secondary {
    margin-top: 0.2rem;
    color: #7a8ca4;
    font-size: 0.88rem;
    font-weight: 500;
}

.dashboard-panel__count-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eef6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.dashboard-panel__footer {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eef3fa;
}

.dashboard-see-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(31, 112, 216, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-see-all-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(31, 112, 216, 0.24);
    color: #fff;
    text-decoration: none;
}

.dashboard-see-all-link__meta {
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.92;
}

.dashboard-issue-list {
    display: grid;
    gap: 0.95rem;
}

.dashboard-issue-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #edf2f8;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}

.dashboard-issue-item__icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #e8f2fd 0%, #d7e8fb 100%);
    color: #24598a;
    font-size: 1.1rem;
}

.dashboard-issue-item__content {
    min-width: 0;
    width: 100%;
}

.dashboard-issue-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.dashboard-issue-item__top h4 {
    margin: 0;
    color: #18304d;
    font-size: 1.02rem;
    font-weight: 800;
}

.dashboard-issue-item__content p {
    margin: 0.55rem 0 0.7rem;
    color: #6e8097;
    font-size: 0.93rem;
    line-height: 1.6;
}

.dashboard-issue-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: #69809d;
    font-size: 0.84rem;
    font-weight: 600;
}

.dashboard-issue-item__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.dashboard-quick-links {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.dashboard-quick-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    color: #1a3553 !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
    border: 1px solid #e5eef8;
    font-weight: 700;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.dashboard-quick-link:hover {
    transform: translateY(-2px);
    border-color: #cfe1f7;
    box-shadow: 0 16px 28px rgba(27, 55, 92, 0.08);
}

.dashboard-quick-link__icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f70d8 0%, #56b6ea 100%);
    color: #fff;
}

.dashboard-focus-list {
    display: grid;
    gap: 0.7rem;
}

.dashboard-focus-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #f6f9fd;
    color: #18304d;
    font-size: 0.94rem;
    font-weight: 700;
}

.dashboard-focus-list__item span {
    color: #667b95;
    font-weight: 600;
}

.dashboard-focus-list__item strong {
    color: #18304d;
    text-align: right;
    word-break: break-word;
}

.dashboard-mini-list {
    margin-top: 1.15rem;
    padding-top: 1.05rem;
    border-top: 1px solid #edf2f8;
}

.dashboard-mini-list__header h4 {
    margin: 0;
    color: #18304d;
    font-size: 1.02rem;
    font-weight: 800;
}

.dashboard-mini-list__header p {
    margin: 0.35rem 0 0.9rem;
    color: #70829a;
    font-size: 0.9rem;
}

.dashboard-mini-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.85rem 0;
    border-bottom: 1px dashed #e7eef8;
}

.dashboard-mini-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dashboard-mini-list__item strong {
    display: block;
    color: #18304d;
    font-size: 0.95rem;
}

.dashboard-mini-list__item > div span {
    color: #7a8ca4;
    font-size: 0.86rem;
    font-weight: 600;
}

.status-badge,
.priority-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.36rem 0.72rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.status-badge--pending {
    background: rgba(224, 141, 24, 0.14);
    color: #b76d11;
}

.status-badge--in-progress {
    background: rgba(48, 113, 214, 0.14);
    color: #1f63bf;
}

.status-badge--resolved {
    background: rgba(38, 154, 108, 0.14);
    color: #16805a;
}

.status-badge--rejected {
    background: rgba(210, 83, 93, 0.14);
    color: #bb3048;
}

.priority-badge--low {
    background: rgba(68, 156, 113, 0.14);
    color: #177252;
}

.priority-badge--medium {
    background: rgba(52, 122, 222, 0.14);
    color: #1f63bf;
}

.priority-badge--high {
    background: rgba(224, 141, 24, 0.14);
    color: #b76d11;
}

.priority-badge--urgent {
    background: rgba(210, 83, 93, 0.14);
    color: #bb3048;
}

.dashboard-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 190px;
    color: #7386a0;
    text-align: center;
}

.dashboard-empty-state i {
    font-size: 1.8rem;
    color: #9db2ca;
}

.dashboard-empty-state p {
    margin: 0;
    font-weight: 600;
}

.dashboard-empty-state--compact {
    min-height: auto;
    padding: 1rem 0 0;
}

.maintenance-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.2rem;
    border-radius: 0.75rem;
    background: #eef3f9;
    color: #6d7f9a;
}

.maintenance-action--disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.2);
}


@media screen and (max-width: 1199px) {
    .dashboard-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .dashboard-hero {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .dashboard-heading-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-stats-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-panel,
    .dashboard-stat-card {
        border-radius: 22px;
    }

    .dashboard-hero__content h1 {
        font-size: 1.85rem;
    }

    .dashboard-issue-item,
    .dashboard-mini-list__item,
    .dashboard-focus-list__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.watchmen-create-shell {
    display: grid;
    gap: 1.5rem;
}

.watchmen-create-hero {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 1.9rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(97, 189, 255, 0.34), transparent 28%),
        linear-gradient(135deg, #173f7a 0%, #2371c8 52%, #55afe8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(24, 72, 126, 0.22);
}

.watchmen-create-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.watchmen-create-hero h2 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.watchmen-create-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.watchmen-create-hero__meta {
    min-width: 260px;
    display: grid;
    gap: 0.9rem;
}

.watchmen-create-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.watchmen-create-stat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.watchmen-create-stat strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.watchmen-form-card,
.watchmen-aside-card {
    border: 1px solid rgba(33, 84, 136, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 44px rgba(32, 72, 120, 0.08);
    overflow: hidden;
}

.watchmen-form-card .card-body,
.watchmen-aside-card .card-body {
    padding: 1.65rem;
}

.watchmen-form-section__head {
    margin-bottom: 1.4rem;
}

.watchmen-form-section__head h3,
.watchmen-upload-panel__header h3,
.watchmen-tips-card h4 {
    margin: 0 0 0.3rem;
    color: #133a66;
    font-weight: 700;
}

.watchmen-form-section__head p,
.watchmen-upload-panel__header p,
.watchmen-tips-card {
    color: #6280a1;
}

.watchmen-form-divider {
    height: 1px;
    margin: 1.6rem 0;
    background: linear-gradient(90deg, rgba(29, 81, 132, 0.14), rgba(29, 81, 132, 0.02));
}

.watchmen-input,
.watchmen-upload-dropzone {
    border-radius: 16px !important;
}

.watchmen-input {
    min-height: 52px;
    border: 1px solid #d7e5f3 !important;
    background: #fbfdff;
    padding: 0.9rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.watchmen-input:focus {
    border-color: #5ea7eb !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(94, 167, 235, 0.14) !important;
}

.watchmen-field-note {
    display: block;
    margin-top: 0.55rem;
    color: #7490ac;
    font-size: 0.82rem;
}

.watchmen-inline-note {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(42, 108, 176, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #f4f9ff 0%, #edf6ff 100%);
    color: #4f6d8e;
    font-size: 0.9rem;
    font-weight: 600;
}

.watchmen-upload-panel {
    display: grid;
    gap: 1.2rem;
}

.watchmen-upload-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #e8f3ff;
    color: #246fba;
    font-size: 0.78rem;
    font-weight: 700;
}

.watchmen-avatar-frame {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top, rgba(89, 170, 239, 0.28), transparent 45%),
        linear-gradient(180deg, #eef6ff 0%, #dfeefb 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.watchmen-avatar-frame__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    background: #fff;
}

.watchmen-upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.2rem 1rem;
    border: 1px dashed #8ebee7;
    background: linear-gradient(180deg, #fafdff 0%, #edf6ff 100%);
    color: #23568d;
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.watchmen-upload-dropzone:hover {
    transform: translateY(-1px);
    border-color: #59a6ec;
    box-shadow: 0 14px 24px rgba(72, 136, 201, 0.12);
}

.watchmen-upload-dropzone__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #1970d8 0%, #3ea5eb 100%);
    color: #fff;
    font-size: 1.15rem;
}

.watchmen-upload-dropzone__title {
    font-weight: 700;
}

.watchmen-upload-dropzone__hint {
    font-size: 0.82rem;
    color: #6c8bab;
}

.watchmen-upload-caption {
    margin-top: -0.25rem;
    color: #6c8bab;
    font-size: 0.84rem;
    text-align: center;
}

.watchmen-tips-card {
    margin-top: 1.3rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #f5faff;
    border: 1px solid rgba(36, 92, 148, 0.08);
}

.watchmen-tips-list {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: #4c6a8b;
}

.watchmen-tips-list li + li {
    margin-top: 0.55rem;
}

.watchmen-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.35rem;
    margin-bottom: 14px;
}

.watchmen-btn-secondary,
.watchmen-btn-primary {
    min-width: 148px;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
}

.watchmen-btn-secondary {
    border: 1px solid #d4e2f1;
    background: #fff;
    color: #235182;
    padding-top: 12px;
}

.watchmen-btn-secondary:hover {
    background: #f5faff;
    color: #163b61;
}

.watchmen-btn-primary {
    box-shadow: 0 14px 24px rgba(0, 120, 250, 0.18);
}

.watchmen-create-shell .select2-container--default .select2-selection--single {
    height: 52px !important;
    border: 1px solid #d7e5f3 !important;
    border-radius: 16px !important;
    background: #fbfdff !important;
}

.watchmen-create-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 14px !important;
    color: #244b75;
}

.watchmen-create-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}

.watchmen-create-shell .select2-container {
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .watchmen-create-hero {
        flex-direction: column;
    }

    .watchmen-create-hero__meta {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .watchmen-create-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .watchmen-create-hero h2 {
        font-size: 1.65rem;
    }

    .watchmen-create-hero__meta {
        grid-template-columns: 1fr;
    }

    .watchmen-form-card .card-body,
    .watchmen-aside-card .card-body {
        padding: 1.2rem;
    }

    .watchmen-avatar-frame {
        width: 150px;
        height: 150px;
        border-radius: 28px;
    }

    .watchmen-form-actions {
        flex-direction: column-reverse;
    }

    .watchmen-btn-secondary,
    .watchmen-btn-primary {
        width: 100%;
    }
}

.watchmen-list-shell {
    display: grid;
    gap: 1.5rem;
}

.watchmen-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.85rem 1.95rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(88, 182, 245, 0.28), transparent 26%),
        linear-gradient(135deg, #143f74 0%, #2169bf 52%, #53afe7 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(22, 72, 126, 0.2);
}

.watchmen-list-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.watchmen-list-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.watchmen-list-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.watchmen-list-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(8, 49, 93, 0.2);
}

.watchmen-list-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.watchmen-list-stat-card {
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(33, 84, 136, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 16px 36px rgba(31, 74, 123, 0.08);
}

.watchmen-list-stat-card__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #6483a4;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.watchmen-list-stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #133a66;
    font-size: 1.85rem;
    line-height: 1;
}

.watchmen-list-stat-card p {
    margin: 0;
    color: #6f89a4;
    font-size: 0.92rem;
}

.watchmen-list-card {
    border: 1px solid rgba(33, 84, 136, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(32, 72, 120, 0.08);
    overflow: hidden;
}

.watchmen-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.45rem 1.6rem 0.8rem;
    border-bottom: 1px solid rgba(30, 81, 132, 0.08);
    background: transparent;
}

.watchmen-list-card__header h3 {
    margin: 0 0 0.25rem;
    color: #133a66;
    font-size: 1.2rem;
    font-weight: 700;
}

.watchmen-list-card__header p {
    margin: 0;
    color: #6f89a4;
}

.watchmen-list-card__body {
    padding: 1.2rem 1.35rem 1.4rem;
}

.watchmen-table-wrap {
    overflow-x: auto;
}

.watchmen-list-table {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.watchmen-list-table thead th {
    padding: 1rem 0.95rem;
    border: 0 !important;
    background: #eef5fc;
    color: #46688d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.watchmen-list-table thead th:first-child {
    border-top-left-radius: 18px;
}

.watchmen-list-table thead th:last-child {
    border-top-right-radius: 18px;
}

.watchmen-list-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(34, 81, 131, 0.08);
    border-bottom: 0 !important;
    vertical-align: middle;
    background: #fff;
}

.watchmen-list-table tbody tr:first-child td {
    border-top: 0;
}

.watchmen-list-table tbody tr:hover td {
    background: #fbfdff;
}

.watchmen-table-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.watchmen-table-profile__image {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #edf5fc;
    box-shadow: 0 10px 24px rgba(29, 80, 130, 0.12);
}

.watchmen-property-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: #eef6ff;
    color: #235e99;
    font-size: 0.86rem;
    font-weight: 700;
}

.watchmen-cell-main strong {
    color: #143a66;
    font-weight: 700;
}

.watchmen-contact-text {
    color: #4f6d8e;
    font-weight: 600;
}

.watchmen-status-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.watchmen-status-toggle:hover {
    transform: translateY(-1px);
}

.watchmen-status-toggle i {
    font-size: 1.2rem;
}

.watchmen-status-toggle--active {
    background: rgba(28, 174, 112, 0.12);
    color: #1f9767 !important;
}

.watchmen-status-toggle--inactive {
    background: rgba(125, 141, 160, 0.14);
    color: #6c8096 !important;
}

.watchmen-action-group {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.watchmen-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.watchmen-action-btn:hover {
    transform: translateY(-1px);
}

.watchmen-action-btn--edit {
    background: #eef6ff;
    color: #2570b8 !important;
}

.watchmen-action-btn--delete {
    background: #fff1f1;
    color: #d25353 !important;
}

.watchmen-list-empty {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    min-height: 220px;
    padding: 1.2rem;
    text-align: center;
    color: #7088a3;
}

.watchmen-list-empty i {
    font-size: 2rem;
    color: #8ea8c4;
}

.watchmen-list-empty h4 {
    margin: 0;
    color: #21466f;
    font-size: 1.15rem;
    font-weight: 700;
}

.watchmen-list-empty p {
    max-width: 380px;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .watchmen-list-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .watchmen-list-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .watchmen-list-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .watchmen-list-hero__content h2 {
        font-size: 1.7rem;
    }

    .watchmen-list-stats {
        grid-template-columns: 1fr;
    }

    .watchmen-list-card,
    .watchmen-list-stat-card {
        border-radius: 22px;
    }

    .watchmen-list-card__header,
    .watchmen-list-card__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.property-list-shell {
    display: grid;
    gap: 1.5rem;
}

.property-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.85rem 1.95rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(122, 196, 144, 0.26), transparent 28%),
        linear-gradient(135deg, #174b63 0%, #24718f 48%, #4eb3a9 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(24, 83, 96, 0.18);
}

.property-list-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.property-list-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.property-list-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.property-list-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(8, 61, 73, 0.18);
}

.property-list-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.property-list-stat-card {
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(32, 96, 110, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
    box-shadow: 0 16px 36px rgba(28, 86, 97, 0.08);
}

.property-list-stat-card__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #678998;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-list-stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #16445a;
    font-size: 1.85rem;
    line-height: 1;
}

.property-list-stat-card p {
    margin: 0;
    color: #6f8e99;
    font-size: 0.92rem;
}

.property-list-card {
    border: 1px solid rgba(32, 96, 110, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%);
    box-shadow: 0 18px 44px rgba(26, 76, 88, 0.08);
    overflow: hidden;
}

.property-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.45rem 1.6rem 0.8rem;
    border-bottom: 1px solid rgba(30, 88, 103, 0.08);
    background: transparent;
}

.property-list-card__header h3 {
    margin: 0 0 0.25rem;
    color: #16445a;
    font-size: 1.2rem;
    font-weight: 700;
}

.property-list-card__header p {
    margin: 0;
    color: #70909c;
}

.property-list-card__body {
    padding: 1.2rem 1.35rem 1.4rem;
}

.property-list-filters {
    margin-bottom: 1.1rem;
}

.property-list-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(24, 53, 88, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 252, 0.96) 100%);
}

.property-list-filter__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #35506d;
    white-space: nowrap;
}

.property-list-filter__label i {
    color: #1f70d8;
}

.property-list-filter__input {
    min-width: 180px;
    max-width: 220px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(24, 53, 88, 0.12);
    font-weight: 600;
    color: #1a3553;
}

.property-list-filter__btn,
.property-list-filter__clear {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    height: 42px;
    padding: 0 1rem;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.property-list-filter__clear {
    background: #fff;
    border: 1px solid rgba(24, 53, 88, 0.12);
    color: #586d89;
    text-decoration: none;
}

.property-list-filter__clear:hover {
    background: #f4f7fb;
    color: #1a3553;
    text-decoration: none;
}

.property-list-hero-note {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.property-list-hero-note span {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.82;
}

.property-list-hero-note strong {
    font-size: 1rem;
}

.property-table-wrap {
    overflow-x: auto;
}

.sticky-h-scrollbar {
    position: fixed;
    bottom: 0;
    z-index: 1040;
    display: none;
    overflow-x: auto;
    overflow-y: hidden;
    height: 18px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(31, 88, 101, 0.16);
    box-shadow: 0 -6px 18px rgba(23, 68, 91, 0.12);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 112, 216, 0.55) rgba(237, 246, 247, 0.95);
}

.sticky-h-scrollbar__inner {
    height: 1px;
}

.sticky-h-scrollbar::-webkit-scrollbar {
    height: 12px;
}

.sticky-h-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(31, 112, 216, 0.55);
    border-radius: 999px;
}

.sticky-h-scrollbar::-webkit-scrollbar-track {
    background: rgba(237, 246, 247, 0.95);
}

.property-list-table {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.property-list-table thead th {
    padding: 1rem 0.95rem;
    border: 0 !important;
    background: #edf6f7;
    color: #4d7281;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-list-table thead th:first-child {
    border-top-left-radius: 18px;
}

.property-list-table thead th:last-child {
    border-top-right-radius: 18px;
}

.property-list-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(31, 88, 101, 0.08);
    border-bottom: 0 !important;
    vertical-align: middle;
    background: #fff;
}

.property-list-table tbody tr:first-child td {
    border-top: 0;
}

.property-list-table tbody tr:hover td {
    background: #fbfefe;
}

.property-type-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: #ebf8f5;
    color: #22776e;
    font-size: 0.86rem;
    font-weight: 700;
}

.property-cell-main {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.property-cell-main__icon {
    width: 2.45rem;
    height: 2.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #eaf7f4 0%, #dff1ed 100%);
    color: #23746d;
}

.property-cell-main strong {
    display: block;
    color: #17445b;
    font-weight: 700;
}

.property-cell-main small {
    display: block;
    margin-top: 0.18rem;
    color: #75929d;
    font-size: 0.82rem;
}

.property-location-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: #f2f7fb;
    color: #4e718e;
    font-size: 0.86rem;
    font-weight: 700;
}

.property-action-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.property-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.property-action-btn:hover {
    transform: translateY(-1px);
}

.property-action-btn--view {
    background: #eef4ff;
    color: #2f6dde !important;
}

.property-action-btn--edit {
    background: #fff3e6;
    color: #c06b1f !important;
}

.property-action-btn--delete {
    background: #fff1f1;
    color: #d25353 !important;
}

.property-show-hero {
    background:
        radial-gradient(circle at top right, rgba(47, 109, 222, 0.18), transparent 34%),
        linear-gradient(135deg, #1f4f8a 0%, #2f6dde 58%, #4ba2ff 100%);
}

.property-connected-cell {
    display: grid;
    gap: 0.35rem;
    min-width: 180px;
}

.property-connected-cell strong {
    color: #222;
    font-size: 0.92rem;
}

.property-connected-names {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.property-connected-names span {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #f7f7f7;
    color: #717171;
    font-size: 0.75rem;
    font-weight: 600;
}

.property-connected-link {
    color: #222 !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: underline;
}

.property-connect-link {
    display: inline-flex;
    align-items: center;
    color: #2f6dde !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

.property-connect-link:hover {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
}

.property-calendar-rows {
    display: grid;
    gap: 0.75rem;
}

.property-calendar-row {
    padding: 0.85rem 1rem;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #fff;
}

.property-calendar-remove {
    margin-bottom: 1rem;
    border-radius: 12px !important;
}

.airbnb-connect-panel {
    display: grid;
    gap: 1rem;
}

.airbnb-connect-panel__header h3 {
    margin: 0 0 0.35rem;
    color: #222;
    font-size: 1.15rem;
    font-weight: 700;
}

.airbnb-connect-panel__header p {
    margin: 0;
    color: #717171;
    font-size: 0.92rem;
    line-height: 1.45;
}

.airbnb-connect-list {
    display: grid;
    gap: 0.75rem;
}

.airbnb-connect-card,
.airbnb-connect-add,
.airbnb-connect-empty {
    border: 1px solid #dddddd;
    border-radius: 12px;
    background: #fff;
}

.airbnb-connect-card {
    padding: 1rem 1.1rem;
}

.airbnb-connect-card__body {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.airbnb-connect-card__body strong {
    color: #222;
    font-size: 0.98rem;
}

.airbnb-connect-card__body span {
    color: #717171;
    font-size: 0.84rem;
}

.airbnb-connect-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.airbnb-connect-card__actions a,
.airbnb-connect-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222 !important;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

.airbnb-connect-action-form {
    display: inline-flex;
    margin: 0;
}

.airbnb-connect-card__delete {
    color: #c13515 !important;
}

.calendar-sync-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
}

.calendar-sync-overlay.is-visible {
    display: flex;
}

.calendar-sync-overlay__card {
    min-width: 280px;
    max-width: 90vw;
    padding: 1.6rem 1.8rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.calendar-sync-overlay__card strong {
    display: block;
    margin-top: 0.85rem;
    color: #222;
    font-size: 1.05rem;
}

.calendar-sync-overlay__card p {
    margin: 0.35rem 0 0;
    color: #717171;
    font-size: 0.92rem;
}

.calendar-sync-overlay__spinner {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 3px solid #e5e7eb;
    border-top-color: #2f6dde;
    border-radius: 50%;
    animation: calendar-sync-spin 0.8s linear infinite;
}

body.calendar-sync-locked {
    overflow: hidden;
}

@keyframes calendar-sync-spin {
    to {
        transform: rotate(360deg);
    }
}

.airbnb-connect-empty {
    padding: 1.1rem;
    color: #717171;
    font-size: 0.9rem;
}

.airbnb-connect-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    color: #222 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.airbnb-connect-add:hover {
    background: #f7f7f7;
    border-color: #b0b0b0;
}

.airbnb-export-box {
    display: grid;
    gap: 0.45rem;
    padding-top: 0.25rem;
}

.airbnb-export-box label,
.airbnb-export-box small {
    color: #717171;
    font-size: 0.82rem;
}

.airbnb-export-row {
    display: flex;
    gap: 0.5rem;
}

.airbnb-export-row .form-control {
    border-radius: 10px;
    background: #f7f7f7;
    font-size: 0.82rem;
}

.airbnb-copy-btn {
    min-width: 78px;
    border-radius: 10px !important;
    background: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
    font-weight: 700;
}

.airbnb-copy-btn.is-copied {
    background: #008a05 !important;
    border-color: #008a05 !important;
}

.airbnb-connect-page {
    max-width: 640px;
    margin: 0 auto 2rem;
}

.airbnb-connect-page--wide {
    max-width: 100%;
    margin: 0 0 2rem;
}

.airbnb-connect-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: start;
}

.airbnb-connect-layout__form,
.airbnb-connect-layout__aside {
    min-width: 0;
}

.airbnb-connect-aside-card {
    padding: 1.35rem 1.4rem;
    border: 1px solid #dddddd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.airbnb-connect-aside-card + .airbnb-connect-aside-card {
    margin-top: 1rem;
}

.airbnb-connect-aside-card--soft {
    background: #f7f7f7;
    box-shadow: none;
}

.airbnb-connect-aside-card__badge {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: #edf4ff;
    color: #2f6dde;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.airbnb-connect-aside-card h3,
.airbnb-connect-aside-card h4 {
    margin: 0 0 0.55rem;
    color: #222;
    font-weight: 700;
}

.airbnb-connect-aside-card p {
    margin: 0 0 0.9rem;
    color: #717171;
    line-height: 1.55;
}

.airbnb-connect-aside-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #484848;
    line-height: 1.6;
}

.airbnb-connect-aside-card ul li + li {
    margin-top: 0.35rem;
}

.airbnb-connect-aside-card strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #222;
}

@media (max-width: 991.98px) {
    .airbnb-connect-layout {
        grid-template-columns: 1fr;
    }
}

.airbnb-connect-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    color: #222 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.airbnb-connect-sheet {
    border: 1px solid #dddddd;
    border-radius: 16px;
    background: #fff;
    padding: 1.5rem 1.5rem 1.35rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.airbnb-connect-sheet__header h2 {
    margin: 0 0 0.45rem;
    color: #222;
    font-size: 1.45rem;
    font-weight: 700;
}

.airbnb-connect-sheet__header p {
    margin: 0 0 1.4rem;
    color: #717171;
    line-height: 1.5;
}

.airbnb-connect-step {
    margin-bottom: 1.4rem;
}

.airbnb-connect-step h3 {
    margin: 0 0 0.3rem;
    color: #222;
    font-size: 1rem;
    font-weight: 700;
}

.airbnb-connect-step > p {
    margin: 0 0 0.85rem;
    color: #717171;
}

.airbnb-export-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid #dddddd;
    border-radius: 12px;
    background: #fff;
}

.airbnb-export-field span {
    display: block;
    margin-bottom: 0.2rem;
    color: #717171;
    font-size: 0.82rem;
}

.airbnb-export-field strong {
    display: block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 0.9rem;
}

.airbnb-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: #222;
    font-size: 0.9rem;
    font-weight: 600;
}

.airbnb-input {
    height: 56px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 12px !important;
    padding: 0.9rem 1rem !important;
    font-size: 1rem !important;
}

.airbnb-add-calendar-btn {
    width: 100%;
    height: 52px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #dddddd !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
}

.airbnb-add-calendar-btn.is-ready {
    background: #222 !important;
}

.calendar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.25rem;
    align-items: start;
}

.calendar-layout__sidebar {
    position: sticky;
    top: 1rem;
    padding: 1.15rem;
    border: 1px solid #dddddd;
    border-radius: 16px;
    background: #fff;
}

@media (max-width: 1100px) {
    .calendar-layout {
        grid-template-columns: 1fr;
    }

    .calendar-layout__sidebar {
        position: static;
    }
}

.property-ical-cell {
    display: grid;
    gap: 0.65rem;
    min-width: 280px;
}

.property-ical-cell__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.property-ical-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.42rem 0.9rem;
    font-weight: 700;
    box-shadow: none !important;
}

.property-ical-toggle i {
    font-size: 0.85rem;
}

.property-ical-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    background: #eaf7f4;
    color: #23746d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.property-ical-panel {
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
    border: 1px solid rgba(35, 116, 109, 0.12);
    border-radius: 18px;
    background: #f7fbfb;
}

.property-ical-form {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
}

.property-ical-input {
    min-width: 0;
    border-radius: 14px;
    border-color: #cfe0e4;
    box-shadow: none !important;
}

.property-ical-input:focus {
    border-color: #2a7f76;
}

.property-ical-save-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 14px;
    white-space: nowrap;
}

.property-ical-error {
    color: #c0392b;
    font-size: 0.78rem;
    font-weight: 600;
}

.property-ical-export-cell {
    display: grid;
    gap: 0.45rem;
    min-width: 320px;
}

.property-ical-export-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.property-ical-export-row {
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
}

.property-ical-export-input {
    min-height: 38px;
    border-radius: 12px !important;
    font-size: 0.78rem;
    color: #334155;
    background: #f8fafc;
}

.property-ical-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    border-radius: 12px;
}

.property-ical-copy-btn.is-copied {
    background: #e8fbf4;
    border-color: #1f7b68;
    color: #1f7b68;
}

.property-ical-regenerate-form {
    margin: 0;
}

.property-ical-regenerate-btn {
    padding: 0;
    font-size: 0.76rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
}

.property-ical-regenerate-btn:hover {
    color: #1f70d8;
    text-decoration: underline;
}

.property-list-empty {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    min-height: 220px;
    padding: 1.2rem;
    text-align: center;
    color: #6f8d98;
}

.property-list-empty i {
    font-size: 2rem;
    color: #8cadb7;
}

.property-list-empty h4 {
    margin: 0;
    color: #1d4d63;
    font-size: 1.15rem;
    font-weight: 700;
}

.property-list-empty p {
    max-width: 380px;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .property-list-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .property-list-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .property-list-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .property-list-hero__content h2 {
        font-size: 1.7rem;
    }

    .property-list-stats {
        grid-template-columns: 1fr;
    }

    .property-list-card,
    .property-list-stat-card {
        border-radius: 22px;
    }

    .property-list-card__header,
    .property-list-card__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .property-ical-cell {
        min-width: 240px;
    }

    .property-ical-form {
        flex-direction: column;
    }

    .property-ical-save-btn {
        justify-content: center;
        width: 100%;
    }
}

.property-create-shell {
    display: grid;
    gap: 1.5rem;
}

.property-create-hero {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 1.9rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(122, 196, 144, 0.24), transparent 28%),
        linear-gradient(135deg, #174b63 0%, #24718f 48%, #4eb3a9 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(24, 83, 96, 0.18);
}

.property-create-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.property-create-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.property-create-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
}

.property-create-hero__meta {
    min-width: 260px;
    display: grid;
    gap: 0.9rem;
}

.property-create-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.property-create-stat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.property-create-stat strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.property-create-card,
.property-create-aside {
    border: 1px solid rgba(32, 96, 110, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%);
    box-shadow: 0 18px 44px rgba(26, 76, 88, 0.08);
    overflow: hidden;
}

.property-create-card .card-body,
.property-create-aside .card-body {
    padding: 1.65rem;
}

.property-create-section__head {
    margin-bottom: 1.4rem;
}

.property-create-section__head h3,
.property-create-highlight h3,
.property-create-icon-panel h4,
.property-create-checklist h4 {
    margin: 0 0 0.3rem;
    color: #16445a;
    font-weight: 700;
}

.property-create-section__head p,
.property-create-highlight p,
.property-create-icon-panel p,
.property-create-checklist {
    color: #70909c;
}

.property-create-input {
    min-height: 54px;
    border: 1px solid #d7e7eb !important;
    border-radius: 16px !important;
    background: #fbfefe;
    padding: 0.95rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.property-create-input:focus {
    border-color: #67b7ae !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(103, 183, 174, 0.14) !important;
}

.property-create-note {
    display: block;
    margin-top: 0.55rem;
    color: #73929d;
    font-size: 0.82rem;
}

.property-create-highlight {
    margin-bottom: 1.25rem;
}

.property-create-highlight__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: #e7f7f2;
    color: #22776e;
    font-size: 0.78rem;
    font-weight: 700;
}

.property-create-icon-panel {
    padding: 1.25rem;
    border-radius: 22px;
    background: linear-gradient(180deg, #f5fbfa 0%, #eef8f7 100%);
    border: 1px solid rgba(34, 119, 110, 0.08);
}

.property-create-icon-panel__mark {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #1f7d75 0%, #4db3a8 100%);
    color: #fff;
    font-size: 1.25rem;
}

.property-create-icon-panel p {
    margin: 0;
}

.property-create-checklist {
    margin-top: 1.25rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #f4fbfb;
    border: 1px solid rgba(32, 96, 110, 0.08);
}

.property-create-checklist__list {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: #4f707d;
}

.property-create-checklist__list li + li {
    margin-top: 0.55rem;
}

.property-create-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.35rem;
    margin-bottom: 14px;
}

.property-create-btn-secondary,
.property-create-btn-primary {
    min-width: 148px;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
}

.property-create-btn-secondary {
    border: 1px solid #d7e7eb;
    background: #fff;
    color: #1b566f;
    padding-top: 12px;
}

.property-create-btn-secondary:hover {
    background: #f5fbfb;
    color: #16445a;
}

.property-create-btn-primary {
    box-shadow: 0 14px 24px rgba(36, 113, 143, 0.18);
}

@media screen and (max-width: 991px) {
    .property-create-hero {
        flex-direction: column;
    }

    .property-create-hero__meta {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .property-create-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .property-create-hero__content h2 {
        font-size: 1.7rem;
    }

    .property-create-hero__meta {
        grid-template-columns: 1fr;
    }

    .property-create-card,
    .property-create-aside {
        border-radius: 22px;
    }

    .property-create-card .card-body,
    .property-create-aside .card-body {
        padding: 1.2rem;
    }

    .property-create-actions {
        flex-direction: column-reverse;
    }

    .property-create-btn-secondary,
    .property-create-btn-primary {
        width: 100%;
    }
}

.guest-list-shell {
    display: grid;
    gap: 1.5rem;
}

.guest-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.85rem 1.95rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(255, 196, 122, 0.28), transparent 28%),
        linear-gradient(135deg, #5f3a1e 0%, #a85f27 48%, #e7a54b 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(96, 60, 24, 0.18);
}

.guest-list-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guest-list-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.guest-list-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.guest-list-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(76, 42, 11, 0.18);
}

.guest-list-hero-note {
    min-width: 220px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.guest-list-hero-note span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.guest-list-hero-note strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.guest-list-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.guest-list-stat-card {
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(129, 86, 35, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
    box-shadow: 0 16px 36px rgba(90, 64, 35, 0.08);
}

.guest-list-stat-card__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #8b6d4d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guest-list-stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #6a431f;
    font-size: 1.85rem;
    line-height: 1;
}

.guest-list-stat-card p {
    margin: 0;
    color: #90755b;
    font-size: 0.92rem;
}

.guest-list-card {
    border: 1px solid rgba(129, 86, 35, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
    box-shadow: 0 18px 44px rgba(89, 64, 33, 0.08);
    overflow: hidden;
}

.guest-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.45rem 1.6rem 0.8rem;
    border-bottom: 1px solid rgba(124, 84, 37, 0.08);
    background: transparent;
}

.guest-list-card__header h3 {
    margin: 0 0 0.25rem;
    color: #6a431f;
    font-size: 1.2rem;
    font-weight: 700;
}

.guest-list-card__header p {
    margin: 0;
    color: #90755b;
}

.guest-list-card__body {
    padding: 1.2rem 1.35rem 1.4rem;
}

.guest-list-filters {
    margin-bottom: 1.1rem;
}

.guest-list-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(24, 53, 88, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 252, 0.96) 100%);
}

.guest-list-filter--advanced {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
}

.guest-list-filter__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    align-items: end;
}

.guest-list-filter__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.guest-list-filter__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(24, 53, 88, 0.08);
}

.guest-list-filter__export {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    height: 42px;
    padding: 0 1rem;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(31, 112, 216, 0.22);
    background: #fff;
    color: #1f70d8;
    cursor: pointer;
}

.guest-list-filter__export:hover {
    background: rgba(31, 112, 216, 0.08);
    color: #1558ad;
}

.guest-list-filter__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #35506d;
    white-space: nowrap;
}

.guest-list-filter--advanced .guest-list-filter__label {
    font-size: 0.82rem;
}

.guest-list-filter__label i {
    color: #1f70d8;
}

.guest-list-filter__select {
    min-width: 220px;
    max-width: 320px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(24, 53, 88, 0.12);
    font-weight: 600;
    color: #1a3553;
}

.guest-list-filter--advanced .guest-list-filter__input,
.guest-list-filter--advanced .guest-list-filter__select {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.guest-list-filter__input {
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(24, 53, 88, 0.12);
    font-weight: 600;
    color: #1a3553;
}

.guest-list-filter__btn,
.guest-list-filter__clear {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    height: 42px;
    padding: 0 1rem;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .guest-list-filter--advanced .guest-list-filter__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guest-list-filter--advanced .guest-list-filter__field--source {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .guest-list-filter--advanced .guest-list-filter__grid {
        grid-template-columns: 1fr;
    }

    .guest-list-filter--advanced .guest-list-filter__field--source {
        grid-column: span 1;
    }

    .guest-list-filter--advanced .guest-list-filter__actions {
        justify-content: stretch;
    }

    .guest-list-filter--advanced .guest-list-filter__actions .btn,
    .guest-list-filter--advanced .guest-list-filter__actions .guest-list-filter__export {
        flex: 1 1 100%;
        justify-content: center;
    }
}

.guest-list-filter__clear {
    background: #fff;
    border: 1px solid rgba(24, 53, 88, 0.12);
    color: #586d89;
    text-decoration: none;
}

.guest-list-filter__clear:hover {
    background: #f4f7fb;
    color: #1a3553;
    text-decoration: none;
}

.review-list-filter {
    align-items: flex-end;
}

.review-list-filter .guest-list-filter__field {
    flex: 1;
    min-width: 180px;
    max-width: 260px;
}

.review-list-filter .guest-list-filter__btn,
.review-list-filter .guest-list-filter__clear {
    flex-shrink: 0;
    height: 42px;
}

.guest-table-wrap {
    overflow-x: auto;
}

/*
 * Keep the DataTables controls (Show entries, Search, info text and pagination)
 * fixed in place, and let ONLY the table itself scroll horizontally.
 * Works for every module/tab that renders a DataTable, regardless of the
 * outer wrapper class (guest-table-wrap, maintenance-table-wrap, etc.).
 */
[class*="-table-wrap"]:has(.dataTables_wrapper) {
    overflow-x: visible;
}

.dataTables_wrapper .row > [class*="col-"]:has(> table.dataTable),
.dataTables_wrapper .row > [class*="col-"]:has(> .dataTables_scroll) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.guest-list-table {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.guest-list-table thead th {
    padding: 1rem 0.95rem;
    border: 0 !important;
    background: #fcf2e5;
    color: #8f6e48;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guest-list-table thead th:first-child {
    border-top-left-radius: 18px;
}

.guest-list-table thead th:last-child {
    border-top-right-radius: 18px;
}

.guest-list-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(122, 83, 37, 0.08);
    border-bottom: 0 !important;
    vertical-align: middle;
    background: #fff;
}

.guest-list-table tbody tr:first-child td {
    border-top: 0;
}

.guest-list-table tbody tr:hover td {
    background: #fffdfb;
}

.guest-table-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.guest-table-profile__image {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #fbf1e4;
    box-shadow: 0 10px 24px rgba(122, 83, 37, 0.12);
}

.guest-property-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: #fff3e6;
    color: #9b5b22;
    font-size: 0.86rem;
    font-weight: 700;
}

.guest-cell-main strong {
    color: #6a431f;
    font-weight: 700;
}

.guest-contact-text {
    color: #7a634d;
    font-weight: 600;
}

.guest-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: #f9f4ee;
    color: #78614a;
    font-size: 0.84rem;
    font-weight: 700;
}

.guest-date-chip--checkout {
    background: #fff0eb;
    color: #a0604c;
}

.guest-status-form {
    margin: 0;
}

.guest-status-select {
    min-width: 148px;
    min-height: 42px;
    border: 1px solid #ecd7bc !important;
    border-radius: 14px !important;
    background: #fffaf5;
    color: #6d4c2d;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: none !important;
}

.guest-status-select:focus {
    border-color: #dea76d !important;
    box-shadow: 0 0 0 4px rgba(222, 167, 109, 0.14) !important;
}

.guest-action-group {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.guest-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.guest-action-btn:hover {
    transform: translateY(-1px);
}

.guest-action-btn--edit {
    background: #fff3e6;
    color: #c06b1f !important;
}

.guest-action-btn--view {
    background: #eef4ff;
    color: #2f6dde !important;
}

.guest-action-btn--delete {
    background: #fff1f1;
    color: #d25353 !important;
}

.guest-show-hero {
    background:
        radial-gradient(circle at top right, rgba(47, 109, 222, 0.18), transparent 34%),
        linear-gradient(135deg, #1f4f8a 0%, #2f6dde 58%, #4ba2ff 100%);
}

.guest-show-note {
    border-left: 4px solid #2f6dde;
    background: #eff6ff;
    padding: 14px 16px;
    border-radius: 12px;
    color: #1e40af;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.guest-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.guest-show-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #bfdbfe;
}

.guest-show-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.guest-show-card {
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    padding: 16px 18px;
    min-height: 96px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.guest-show-card--wide {
    grid-column: 1 / -1;
}

.guest-show-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #2f6dde;
}

.guest-show-value {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #0f172a;
    word-break: break-word;
}

.guest-aside-panel {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(29, 98, 120, 0.08);
}

.guest-aside-panel:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.guest-photo-aside {
    margin-top: 0.35rem;
}

.guest-aside-stats {
    display: grid;
    gap: 0.55rem;
}

.guest-aside-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: #f8fbfe;
    border: 1px solid #dbe4f0;
}

.guest-aside-stat__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

@media (max-width: 768px) {
    .guest-show-grid {
        grid-template-columns: 1fr;
    }
}

.guest-list-empty {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    min-height: 220px;
    padding: 1.2rem;
    text-align: center;
    color: #8a725b;
}

.guest-list-empty i {
    font-size: 2rem;
    color: #c39b6b;
}

.guest-list-empty h4 {
    margin: 0;
    color: #6a431f;
    font-size: 1.15rem;
    font-weight: 700;
}

.guest-list-empty p {
    max-width: 380px;
    margin: 0;
}

    .guest-list-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 991px) {
    .guest-list-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .guest-list-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .guest-list-hero__content h2 {
        font-size: 1.7rem;
    }

    .guest-list-stats {
        grid-template-columns: 1fr;
    }

    .guest-list-card,
    .guest-list-stat-card {
        border-radius: 22px;
    }

    .guest-list-card__header,
    .guest-list-card__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.maintenance-list-shell {
    display: grid;
    gap: 1.5rem;
}

.maintenance-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.85rem 1.95rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(163, 234, 210, 0.26), transparent 28%),
        linear-gradient(135deg, #143b52 0%, #1d6278 48%, #299f93 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(20, 59, 82, 0.18);
}

.maintenance-list-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.maintenance-list-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.maintenance-list-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.maintenance-list-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(14, 53, 69, 0.22);
}

.maintenance-list-hero-note {
    min-width: 240px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.maintenance-list-hero-note span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.maintenance-list-hero-note strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.maintenance-list-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.maintenance-list-stat-card {
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(29, 98, 120, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
    box-shadow: 0 16px 36px rgba(20, 59, 82, 0.08);
}

.maintenance-list-stat-card__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #4f7a7e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.maintenance-list-stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #18475d;
    font-size: 1.85rem;
    line-height: 1;
}

.maintenance-list-stat-card p {
    margin: 0;
    color: #6e8d95;
    font-size: 0.92rem;
}

.maintenance-list-card {
    border: 1px solid rgba(29, 98, 120, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcfc 100%);
    box-shadow: 0 18px 44px rgba(20, 59, 82, 0.08);
    overflow: hidden;
}

.maintenance-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.45rem 1.6rem 0.8rem;
    border-bottom: 1px solid rgba(29, 98, 120, 0.08);
    background: transparent;
}

.maintenance-list-card__header h3 {
    margin: 0 0 0.25rem;
    color: #18475d;
    font-size: 1.2rem;
    font-weight: 700;
}

.maintenance-list-card__header p {
    margin: 0;
    color: #6e8d95;
}

.maintenance-list-card__body {
    padding: 1.2rem 1.35rem 1.4rem;
}

.maintenance-table-wrap {
    overflow-x: auto;
}

.maintenance-list-table {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.maintenance-list-table thead th {
    padding: 1rem 0.95rem;
    border: 0 !important;
    background: #eaf6f6;
    color: #53757c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.maintenance-list-table thead th:first-child {
    border-top-left-radius: 18px;
}

.maintenance-list-table thead th:last-child {
    border-top-right-radius: 18px;
}

.maintenance-list-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(29, 98, 120, 0.08);
    border-bottom: 0 !important;
    vertical-align: middle;
    background: #fff;
}

.maintenance-list-table tbody tr:first-child td {
    border-top: 0;
}

.maintenance-list-table tbody tr:hover td {
    background: #fbfefe;
}

.maintenance-table-image-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.maintenance-table-image {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #e8f5f3;
    box-shadow: 0 10px 24px rgba(20, 59, 82, 0.12);
}

.maintenance-property-pill,
.maintenance-type-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
}

.maintenance-property-pill {
    background: #ecfbf8;
    color: #21776a;
}

.maintenance-type-pill {
    background: #eef4fb;
    color: #3d6792;
}

.maintenance-cell-main {
    display: grid;
    gap: 0.18rem;
}

.maintenance-cell-main strong,
.maintenance-issue-copy strong {
    color: #18475d;
    font-weight: 700;
}

.maintenance-cell-main span {
    color: #7e96a0;
    font-size: 0.85rem;
    font-weight: 600;
}

.maintenance-issue-copy p {
    margin: 0.28rem 0 0;
    color: #6e8d95;
    line-height: 1.45;
}

.maintenance-status-form {
    margin: 0;
}

.maintenance-status-select {
    min-width: 155px;
    min-height: 42px;
    border: 1px solid #c9e2df !important;
    border-radius: 14px !important;
    background: #f7fcfb;
    color: #1f5668;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: none !important;
}

.maintenance-status-select:focus {
    border-color: #63aca1 !important;
    box-shadow: 0 0 0 4px rgba(99, 172, 161, 0.16) !important;
}

.maintenance-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: #f1f7f8;
    color: #597882;
    font-size: 0.84rem;
    font-weight: 700;
}

.maintenance-action-group {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.maintenance-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.maintenance-action-btn:hover {
    transform: translateY(-1px);
}

.maintenance-action-btn--edit {
    background: #edf6ff;
    color: #2673b6 !important;
}

.maintenance-action-btn--view {
    background: #eefbf8;
    color: #0f766e !important;
}

.maintenance-action-btn--delete {
    background: #fff1f1;
    color: #d25353 !important;
}

.maintenance-list-empty {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    min-height: 220px;
    padding: 1.2rem;
    text-align: center;
    color: #6e8d95;
}

.maintenance-list-empty i {
    font-size: 2rem;
    color: #5f9f99;
}

.maintenance-list-empty h4 {
    margin: 0;
    color: #18475d;
    font-size: 1.15rem;
    font-weight: 700;
}

.maintenance-list-empty p {
    max-width: 420px;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .maintenance-list-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .maintenance-list-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .maintenance-list-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .maintenance-list-hero__content h2 {
        font-size: 1.7rem;
    }

    .maintenance-list-stats {
        grid-template-columns: 1fr;
    }

    .maintenance-list-card,
    .maintenance-list-stat-card {
        border-radius: 22px;
    }

.maintenance-list-card__header,
.maintenance-list-card__body {
    padding-left: 1rem;
    padding-right: 1rem;
}
}

.maintenance-form-shell {
    display: grid;
    gap: 1.5rem;
}

.maintenance-form-hero {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 1.9rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(163, 234, 210, 0.26), transparent 28%),
        linear-gradient(135deg, #143b52 0%, #1d6278 48%, #299f93 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(20, 59, 82, 0.18);
}

.maintenance-form-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.maintenance-form-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.maintenance-form-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.maintenance-form-hero__meta {
    min-width: 260px;
    display: grid;
    gap: 0.9rem;
}

.maintenance-form-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.maintenance-form-stat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.maintenance-form-stat strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.maintenance-form-card,
.maintenance-form-aside {
    border: 1px solid rgba(29, 98, 120, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcfc 100%);
    box-shadow: 0 18px 44px rgba(20, 59, 82, 0.08);
    overflow: hidden;
}

.maintenance-form-card .card-body,
.maintenance-form-aside .card-body {
    padding: 1.65rem;
}

.maintenance-form-section__head {
    margin-bottom: 1.4rem;
}

.maintenance-form-section__head h3,
.maintenance-upload-panel__header h3,
.maintenance-existing-gallery__head h4,
.maintenance-tips-card h4 {
    margin: 0 0 0.3rem;
    color: #18475d;
    font-weight: 700;
}

.maintenance-form-section__head p,
.maintenance-upload-panel__header p,
.maintenance-tips-card,
.maintenance-existing-gallery__head span {
    color: #6e8d95;
}

.maintenance-form-divider {
    height: 1px;
    margin: 1.6rem 0;
    background: linear-gradient(90deg, rgba(29, 98, 120, 0.14), rgba(29, 98, 120, 0.02));
}

.maintenance-form-input,
.maintenance-upload-dropzone {
    border-radius: 16px !important;
}

.maintenance-form-input {
    min-height: 52px;
    border: 1px solid #c9e2df !important;
    background: #f7fcfb;
    padding: 0.9rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.maintenance-form-input:focus {
    border-color: #63aca1 !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(99, 172, 161, 0.16) !important;
}

.maintenance-form-input--readonly {
    background: #eef6f5 !important;
    color: #5a6d74;
    cursor: not-allowed;
}

.maintenance-form-textarea {
    min-height: 132px;
    resize: vertical;
}

.maintenance-form-note {
    display: block;
    margin-top: 0.55rem;
    color: #79919a;
    font-size: 0.82rem;
}

.maintenance-status-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(29, 98, 120, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, #fbffff 0%, #f1f9f8 100%);
}

.maintenance-status-callout__label {
    display: block;
    margin-bottom: 0.28rem;
    color: #6e8d95;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.maintenance-status-callout strong {
    color: #18475d;
    font-size: 1rem;
    font-weight: 700;
}

.maintenance-upload-panel {
    display: grid;
    gap: 1.2rem;
}

.maintenance-upload-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #e8fbf4;
    color: #1f7b68;
    font-size: 0.78rem;
    font-weight: 700;
}

.maintenance-upload-preview {
    display: grid;
    place-items: center;
    gap: 0.45rem;
    padding: 1.35rem 1.2rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top, rgba(163, 234, 210, 0.28), transparent 52%),
        linear-gradient(180deg, #f5fdfb 0%, #ebf8f6 100%);
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.maintenance-upload-preview--compact {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.maintenance-upload-preview.has-image {
    gap: 0.65rem;
}

.maintenance-upload-preview__image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 160px;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 22px rgba(24, 71, 93, 0.12);
}

.maintenance-upload-preview__icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #1d6278 0%, #299f93 100%);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 14px 28px rgba(29, 98, 120, 0.18);
}

.maintenance-upload-preview strong {
    color: #18475d;
    font-size: 1rem;
}

.maintenance-upload-preview span {
    color: #6e8d95;
    font-size: 0.84rem;
}

.maintenance-upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.2rem 1rem;
    border: 1px dashed #8fc9c1;
    background: linear-gradient(180deg, #fbffff 0%, #eef9f7 100%);
    color: #1f5668;
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.maintenance-upload-dropzone:hover {
    transform: translateY(-1px);
    border-color: #63aca1;
    box-shadow: 0 14px 24px rgba(29, 98, 120, 0.12);
}

.maintenance-upload-dropzone__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #1d6278 0%, #299f93 100%);
    color: #fff;
    font-size: 1.15rem;
}

.maintenance-upload-dropzone__title {
    font-weight: 700;
}

.maintenance-upload-dropzone__hint {
    font-size: 0.82rem;
    color: #73929a;
}

.maintenance-existing-gallery {
    margin-top: 1.3rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #f4fbfa;
    border: 1px solid rgba(29, 98, 120, 0.08);
}

.maintenance-existing-gallery__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.maintenance-existing-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.9rem;
}

.maintenance-existing-gallery__item {
    padding: 0.65rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(29, 98, 120, 0.08);
    box-shadow: 0 12px 24px rgba(20, 59, 82, 0.06);
}

.maintenance-existing-gallery__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.55rem;
    border-radius: 14px;
    overflow: hidden;
    background: #eef7f6;
}

.maintenance-existing-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maintenance-existing-gallery__item p {
    margin: 0;
    color: #54707a;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.maintenance-existing-gallery__empty {
    display: grid;
    place-items: center;
    gap: 0.4rem;
    min-height: 120px;
    padding: 1rem;
    border: 1px dashed rgba(29, 98, 120, 0.2);
    border-radius: 18px;
    color: #7b929b;
    text-align: center;
}

.maintenance-existing-gallery__empty i {
    font-size: 1.2rem;
}

.maintenance-upload-preview .multi-upload-preview-grid {
    justify-self: stretch;
    width: 100%;
}

.multi-upload-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.75rem;
    width: 100%;
}

.multi-upload-preview-grid[hidden] {
    display: none;
}

.multi-upload-preview-item {
    position: relative;
    padding: 0.55rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(29, 98, 120, 0.1);
    box-shadow: 0 8px 18px rgba(24, 71, 93, 0.08);
}

.multi-upload-preview-item__thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.45rem;
    border-radius: 12px;
    overflow: hidden;
    background: #eef5f7;
}

.multi-upload-preview-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multi-upload-preview-item__name {
    margin: 0;
    color: #54707a;
    font-size: 0.72rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-upload-preview-item__remove {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(24, 71, 93, 0.82);
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.multi-upload-preview-item__remove:hover {
    background: #fee2e2;
    color: #b91c1c;
}

.multi-image-upload-field__count {
    display: block;
    margin-bottom: 0.75rem;
    color: #475569;
}

.multi-image-upload-field--compact .maintenance-upload-dropzone {
    padding: 1.1rem 1rem;
}

.multi-image-upload-field__label {
    margin-bottom: 0.65rem;
}

.multi-image-upload-field__count.is-invalid {
    color: #b91c1c;
}

.guest-payment-modal .multi-image-upload-field {
    margin-bottom: 0;
}

.guest-payment-modal .multi-image-upload-field__count {
    display: block;
    margin-bottom: 0.65rem;
    color: #475569;
    font-weight: 500;
}

.guest-payment-modal .multi-upload-preview-grid {
    margin: 0.75rem 0 0;
}

.maintenance-tips-card {
    margin-top: 1.3rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #f4fbfa;
    border: 1px solid rgba(29, 98, 120, 0.08);
}

.maintenance-tips-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: #54707a;
}

.maintenance-tips-list li + li {
    margin-top: 0.55rem;
}

.maintenance-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.5rem;
    margin-bottom: 14px;
}

.maintenance-btn-secondary,
.maintenance-btn-primary {
    min-width: 148px;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
}

.maintenance-btn-secondary {
    border: 1px solid #c9e2df;
    background: #fff;
    color: #1f5668;
    padding-top: 12px;
}

.maintenance-btn-secondary:hover {
    background: #f4fbfa;
    color: #18475d;
}

.maintenance-form-shell .select2-container--default .select2-selection--single {
    min-height: 52px;
    border: 1px solid #c9e2df !important;
    border-radius: 16px !important;
    background: #f7fcfb !important;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
}

.maintenance-form-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1f5668 !important;
    line-height: 50px !important;
    padding-left: 0.75rem !important;
    padding-right: 2rem !important;
}

.maintenance-form-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}

.maintenance-form-shell .select2-container {
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .maintenance-form-hero {
        flex-direction: column;
    }

    .maintenance-form-hero__meta {
        min-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .maintenance-form-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .maintenance-form-hero__content h2 {
        font-size: 1.7rem;
    }

    .maintenance-form-hero__meta {
        grid-template-columns: 1fr;
    }

    .maintenance-form-card,
    .maintenance-form-aside {
        border-radius: 22px;
    }

    .maintenance-form-card .card-body,
    .maintenance-form-aside .card-body {
        padding: 1.1rem;
    }

    .maintenance-status-callout,
    .maintenance-existing-gallery__head,
    .maintenance-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.sales-list-shell {
    display: grid;
    gap: 1.5rem;
}

.sales-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.85rem 1.95rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(255, 214, 153, 0.24), transparent 28%),
        linear-gradient(135deg, #4f2644 0%, #8e3f5f 48%, #d56c73 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(79, 38, 68, 0.18);
}

.sales-list-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sales-list-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.sales-list-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.sales-list-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(75, 30, 60, 0.22);
}

.sales-list-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.sales-list-add-btn--secondary {
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    box-shadow: none;
}

.sales-list-add-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.24) !important;
    color: #fff !important;
}

.sales-list-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.sales-list-stat-card {
    padding: 1.3rem 1.35rem;
    border: 1px solid rgba(143, 63, 95, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
    box-shadow: 0 16px 36px rgba(95, 43, 67, 0.08);
}

.sales-list-stat-card__label {
    display: block;
    margin-bottom: 0.55rem;
    color: #9a5f76;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sales-list-stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #6e2f4d;
    font-size: 1.85rem;
    line-height: 1;
}

.sales-list-stat-card p {
    margin: 0;
    color: #9b7384;
    font-size: 0.92rem;
}

.sales-list-card {
    border: 1px solid rgba(143, 63, 95, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9fb 100%);
    box-shadow: 0 18px 44px rgba(95, 43, 67, 0.08);
    overflow: hidden;
}

.sales-list-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.45rem 1.6rem 0.8rem;
    border-bottom: 1px solid rgba(143, 63, 95, 0.08);
    background: transparent;
}

.sales-list-card__header h3 {
    margin: 0 0 0.25rem;
    color: #6e2f4d;
    font-size: 1.2rem;
    font-weight: 700;
}

.sales-list-card__header p {
    margin: 0;
    color: #9b7384;
}

.sales-list-card__body {
    padding: 1.2rem 1.35rem 1.4rem;
}

.sales-table-wrap {
    overflow-x: auto;
}

.sales-list-table {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.sales-list-table thead th {
    padding: 1rem 0.95rem;
    border: 0 !important;
    background: #fdeef3;
    color: #9d5f76;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sales-list-table thead th:first-child {
    border-top-left-radius: 18px;
}

.sales-list-table thead th:last-child {
    border-top-right-radius: 18px;
}

.sales-list-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(143, 63, 95, 0.08);
    border-bottom: 0 !important;
    vertical-align: middle;
    background: #fff;
}

.sales-list-table tbody tr:first-child td {
    border-top: 0;
}

.sales-list-table tbody tr:hover td {
    background: #fffcfd;
}

.sales-table-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sales-table-profile__image {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #fde8ef;
    box-shadow: 0 10px 24px rgba(95, 43, 67, 0.12);
}

.sales-cell-main {
    display: grid;
    gap: 0.18rem;
}

.sales-cell-main strong {
    color: #6e2f4d;
    font-weight: 700;
}

.sales-cell-main span,
.sales-contact-text {
    color: #8a6a79;
    font-weight: 600;
}

.sales-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: #fff2f6;
    color: #9b6077;
    font-size: 0.84rem;
    font-weight: 700;
}

.sales-action-group {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.sales-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.95rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sales-action-btn:hover {
    transform: translateY(-1px);
}

.sales-action-btn--edit {
    background: #fff0f6;
    color: #b04276 !important;
}

.sales-action-btn--delete {
    background: #fff1f1;
    color: #d25353 !important;
}

.sales-list-empty {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    min-height: 220px;
    padding: 1.2rem;
    text-align: center;
    color: #9b7384;
}

.sales-list-empty i {
    font-size: 2rem;
    color: #cf7a99;
}

.sales-list-empty h4 {
    margin: 0;
    color: #6e2f4d;
    font-size: 1.15rem;
    font-weight: 700;
}

.sales-list-empty p {
    max-width: 380px;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .sales-list-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .sales-list-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .sales-list-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .sales-list-hero__content h2 {
        font-size: 1.7rem;
    }

    .sales-list-stats {
        grid-template-columns: 1fr;
    }

    .sales-list-card,
    .sales-list-stat-card {
        border-radius: 22px;
    }

    .sales-list-card__header,
    .sales-list-card__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.sales-form-shell {
    display: grid;
    gap: 1.5rem;
}

.sales-form-hero {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 1.9rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(255, 214, 153, 0.24), transparent 28%),
        linear-gradient(135deg, #4f2644 0%, #8e3f5f 48%, #d56c73 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(79, 38, 68, 0.18);
}

.sales-form-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sales-form-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.sales-form-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.sales-form-hero__meta {
    min-width: 260px;
    display: grid;
    gap: 0.9rem;
}

.sales-form-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.sales-form-stat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.sales-form-stat strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.sales-form-card,
.sales-form-aside {
    border: 1px solid rgba(143, 63, 95, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9fb 100%);
    box-shadow: 0 18px 44px rgba(95, 43, 67, 0.08);
    overflow: hidden;
}

.sales-form-card .card-body,
.sales-form-aside .card-body {
    padding: 1.65rem;
}

.sales-form-section__head {
    margin-bottom: 1.4rem;
}

.sales-form-section__head h3,
.sales-upload-panel__header h3,
.sales-tips-card h4 {
    margin: 0 0 0.3rem;
    color: #6e2f4d;
    font-weight: 700;
}

.sales-form-section__head p,
.sales-upload-panel__header p,
.sales-tips-card {
    color: #9b7384;
}

.sales-form-divider {
    height: 1px;
    margin: 1.6rem 0;
    background: linear-gradient(90deg, rgba(143, 63, 95, 0.14), rgba(143, 63, 95, 0.02));
}

.sales-form-input,
.sales-upload-dropzone {
    border-radius: 16px !important;
}

.sales-form-input {
    min-height: 52px;
    border: 1px solid #f0ccda !important;
    background: #fff9fb;
    padding: 0.9rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sales-form-input:focus {
    border-color: #d67b9d !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(214, 123, 157, 0.14) !important;
}

.sales-form-note {
    display: block;
    margin-top: 0.55rem;
    color: #9c7786;
    font-size: 0.82rem;
}

.sales-upload-panel {
    display: grid;
    gap: 1.2rem;
}

.sales-upload-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #fff0f5;
    color: #b04b79;
    font-size: 0.78rem;
    font-weight: 700;
}

.sales-avatar-frame {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top, rgba(255, 214, 153, 0.28), transparent 45%),
        linear-gradient(180deg, #fff6f8 0%, #fde6ee 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.sales-avatar-frame__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    background: #fff;
}

.sales-upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.2rem 1rem;
    border: 1px dashed #e1a8be;
    background: linear-gradient(180deg, #fffdfd 0%, #fff3f7 100%);
    color: #94415f;
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sales-upload-dropzone:hover {
    transform: translateY(-1px);
    border-color: #d67b9d;
    box-shadow: 0 14px 24px rgba(137, 55, 89, 0.12);
}

.sales-upload-dropzone__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #8e3f5f 0%, #d56c73 100%);
    color: #fff;
    font-size: 1.15rem;
}

.sales-upload-dropzone__title {
    font-weight: 700;
}

.sales-upload-dropzone__hint {
    font-size: 0.82rem;
    color: #a67d8d;
}

.sales-upload-caption {
    margin-top: -0.25rem;
    color: #a67d8d;
    font-size: 0.84rem;
    text-align: center;
}

.sales-tips-card {
    margin-top: 1.3rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #fff6f9;
    border: 1px solid rgba(143, 63, 95, 0.08);
}

.sales-tips-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: #8a6a79;
}

.sales-tips-list li + li {
    margin-top: 0.55rem;
}

.sales-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.5rem;
    margin-bottom: 14px;
}

.sales-btn-secondary,
.sales-btn-primary {
    min-width: 148px;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
}

.sales-btn-secondary {
    border: 1px solid #f0ccda;
    background: #fff;
    color: #94415f;
    padding-top: 12px;
}

.sales-btn-secondary:hover {
    background: #fff6f9;
    color: #7d3552;
}

@media screen and (max-width: 991px) {
    .sales-form-hero {
        flex-direction: column;
    }

    .sales-form-hero__meta {
        min-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .sales-form-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .sales-form-hero__content h2 {
        font-size: 1.7rem;
    }

    .sales-form-hero__meta {
        grid-template-columns: 1fr;
    }

    .sales-form-card,
    .sales-form-aside {
        border-radius: 22px;
    }

    .sales-form-card .card-body,
    .sales-form-aside .card-body {
        padding: 1.1rem;
    }

    .sales-form-actions {
        flex-direction: column;
    }
}

.guest-form-shell {
    display: grid;
    gap: 1.5rem;
}

.guest-form-hero {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.8rem 1.9rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at right top, rgba(255, 196, 122, 0.28), transparent 28%),
        linear-gradient(135deg, #5f3a1e 0%, #a85f27 48%, #e7a54b 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(96, 60, 24, 0.18);
}

.guest-form-eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guest-form-hero__content h2 {
    margin: 0 0 0.55rem;
    font-size: 2rem;
    font-weight: 700;
}

.guest-form-hero__content p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.guest-form-hero__meta {
    min-width: 260px;
    display: grid;
    gap: 0.9rem;
}

.guest-form-stat {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.guest-form-stat__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.guest-form-stat strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 600;
}

.guest-form-card,
.guest-form-aside {
    border: 1px solid rgba(129, 86, 35, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
    box-shadow: 0 18px 44px rgba(89, 64, 33, 0.08);
    overflow: hidden;
}

.guest-form-card .card-body,
.guest-form-aside .card-body {
    padding: 1.65rem;
}

.guest-form-section__head {
    margin-bottom: 1.4rem;
}

.guest-form-section__head h3,
.guest-upload-panel__header h3,
.guest-tips-card h4 {
    margin: 0 0 0.3rem;
    color: #6a431f;
    font-weight: 700;
}

.guest-form-section__head p,
.guest-upload-panel__header p,
.guest-tips-card {
    color: #90755b;
}

.guest-form-divider {
    height: 1px;
    margin: 1.6rem 0;
    background: linear-gradient(90deg, rgba(122, 83, 37, 0.14), rgba(122, 83, 37, 0.02));
}

.guest-form-input,
.guest-upload-dropzone {
    border-radius: 16px !important;
}

.guest-form-input {
    min-height: 52px;
    border: 1px solid #ecd7bc !important;
    background: #fffaf5;
    padding: 0.9rem 1rem;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.guest-form-input:focus {
    border-color: #dea76d !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(222, 167, 109, 0.14) !important;
}

.guest-form-input--readonly {
    background: #f7f1ea !important;
    color: #5f4d3f;
    cursor: not-allowed;
}

.guest-form-note {
    display: block;
    margin-top: 0.55rem;
    color: #8a725b;
    font-size: 0.82rem;
}

.phone-field-group {
    width: 100%;
}

.phone-field {
    display: flex;
    align-items: stretch;
    gap: 0.65rem;
}

.phone-field__code {
    flex: 0 0 4.75rem;
    max-width: 4.75rem;
}

.phone-field__code-display {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 0.35rem !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #5f4d3f;
    background: #f3ebe3 !important;
    border: 1px solid #ecd7bc !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    cursor: not-allowed;
    user-select: none;
}

.phone-field__number {
    flex: 1 1 auto;
    min-width: 0;
}

.phone-field__number .phone-field__input {
    width: 100%;
}

.phone-field__feedback {
    margin-top: 0.35rem;
}

.phone-field__note {
    display: block;
    margin-top: 0.55rem;
    color: #8a725b;
    font-size: 0.82rem;
}

.phone-field-group.has-danger .phone-field__code-display {
    border-color: #dc3545 !important;
}

.guest-upload-panel {
    display: grid;
    gap: 1.2rem;
}

.guest-upload-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #fff1de;
    color: #b26922;
    font-size: 0.78rem;
    font-weight: 700;
}

.guest-avatar-frame {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top, rgba(255, 200, 136, 0.28), transparent 45%),
        linear-gradient(180deg, #fff5e9 0%, #fbe9d4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.guest-avatar-frame__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    background: #fff;
}

.guest-upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1.2rem 1rem;
    border: 1px dashed #e5bc8a;
    background: linear-gradient(180deg, #fffdf9 0%, #fff4e7 100%);
    color: #8a5a2a;
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.guest-upload-dropzone:hover {
    transform: translateY(-1px);
    border-color: #dea76d;
    box-shadow: 0 14px 24px rgba(176, 117, 49, 0.12);
}

.guest-upload-dropzone__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #a95e1f 0%, #e3a04a 100%);
    color: #fff;
    font-size: 1.15rem;
}

.guest-upload-dropzone__title {
    font-weight: 700;
}

.guest-upload-dropzone__hint {
    font-size: 0.82rem;
    color: #98795d;
}

.guest-upload-caption {
    margin-top: -0.25rem;
    color: #98795d;
    font-size: 0.84rem;
    text-align: center;
}

.guest-tips-card {
    margin-top: 1.3rem;
    padding: 1.2rem 1.25rem;
    border-radius: 22px;
    background: #fff8f1;
    border: 1px solid rgba(129, 86, 35, 0.08);
}

.guest-tips-list {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: #7f674f;
}

.guest-tips-list li + li {
    margin-top: 0.55rem;
}

.guest-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.85rem;
    margin-top: 1.35rem;
    margin-bottom: 14px;
}

.guest-btn-secondary,
.guest-btn-primary {
    min-width: 148px;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
}

.guest-btn-secondary {
    border: 1px solid #ecd7bc;
    background: #fff;
    color: #7d532c;
    padding-top: 12px;
}

.guest-btn-secondary:hover {
    background: #fff8f1;
    color: #6a431f;
}

.guest-btn-primary {
    box-shadow: 0 14px 24px rgba(168, 95, 39, 0.18);
}

.guest-form-shell .select2-container--default .select2-selection--single {
    height: 52px !important;
    border: 1px solid #ecd7bc !important;
    border-radius: 16px !important;
    background: #fffaf5 !important;
}

.guest-form-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 14px !important;
    color: #6d4c2d;
}

.guest-form-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}

.guest-form-shell .select2-container {
    width: 100% !important;
}

#ui-datepicker-div {
    z-index: 1065 !important;
}

.ui-datepicker {
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
    padding: 12px;
    background: #fff;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);
    border-radius: 12px;
    padding: 8px 10px;
}

.ui-datepicker .ui-datepicker-title {
    color: #0f172a;
    font-weight: 700;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.ui-datepicker td .ui-state-default {
    border: 0;
    background: transparent;
    color: #0f172a;
    text-align: center;
    border-radius: 999px;
}

.ui-datepicker td.guest-date-unavailable .ui-state-default,
.ui-datepicker td.guest-date-before-checkin .ui-state-default,
.ui-datepicker td.guest-date-pending .ui-state-default,
.ui-datepicker td.guest-date-past .ui-state-default {
    opacity: 0.45;
}

.ui-datepicker td.guest-date-unavailable .ui-state-default {
    background: #fee2e2;
    color: #b91c1c;
    opacity: 1;
}

.ui-datepicker td.guest-date-available .ui-state-default:hover {
    background: #e8f2ff;
    color: #1d4ed8;
}

@media screen and (max-width: 991px) {
    .guest-form-hero {
        flex-direction: column;
    }

    .guest-form-hero__meta {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .guest-form-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .guest-form-hero__content h2 {
        font-size: 1.7rem;
    }

    .guest-form-hero__meta {
        grid-template-columns: 1fr;
    }

    .guest-form-card,
    .guest-form-aside {
        border-radius: 22px;
    }

    .guest-form-card .card-body,
    .guest-form-aside .card-body {
        padding: 1.2rem;
    }

    .guest-avatar-frame {
        width: 150px;
        height: 150px;
        border-radius: 28px;
    }

    .guest-form-actions {
        flex-direction: column-reverse;
    }

    .guest-btn-secondary,
    .guest-btn-primary {
        width: 100%;
    }
}

/* Login screens */
:root {
    --login-bg: #edf8e6;
    --login-surface: rgba(255, 255, 255, 0.78);
    --login-card: #ffffff;
    --login-primary: #1c7df0;
    --login-primary-dark: #125dbe;
    --login-text: #18243d;
    --login-muted: #7484a3;
    --login-border: #d9e4f7;
    --login-shadow: 0 28px 65px rgba(39, 61, 102, 0.18);
}

* {
    box-sizing: border-box;
}

body.login-screen {
    min-height: 100vh;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(28, 125, 240, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(114, 191, 110, 0.16), transparent 26%),
        linear-gradient(180deg, #f4fbef 0%, var(--login-bg) 100%);
    color: var(--login-text);
}

.login-stage {
    min-height: 100vh;
    padding: 42px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
}

.login-stage::before,
.login-stage::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.login-stage::before {
    width: 280px;
    height: 280px;
    top: -80px;
    left: -70px;
    background: rgba(28, 125, 240, 0.12);
}

.login-stage::after {
    width: 320px;
    height: 320px;
    right: -110px;
    bottom: 0;
    background: rgba(102, 187, 106, 0.14);
}

.login-shell {
    position: relative;
    z-index: 1;
    width: min(1220px, 100%);
    border-radius: 38px;
    overflow: hidden;
    background: var(--login-surface);
    box-shadow: var(--login-shadow);
    backdrop-filter: blur(18px);
}

.login-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 760px;
}

.login-showcase {
    position: relative;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(18, 39, 79, 0.1) 0%, rgba(18, 39, 79, 0.5) 100%),
        url("../images/wes-fischer-g39p1kDjvSY-unsplash.jpg") center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.login-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 38, 0.08) 0%, rgba(6, 18, 38, 0.6) 100%);
}

.login-showcase > * {
    position: relative;
    z-index: 1;
}

.login-brand-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    margin-left: 14px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 32px rgba(8, 16, 30, 0.2);
}

.login-brand-pill__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.95rem;
}

.login-brand-pill__text strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.login-brand-pill__text span {
    display: block;
    margin-top: 2px;
    font-size: 0.78rem;
    opacity: 0.82;
}

.login-showcase__content {
    max-width: 420px;
    color: #fff;
}

.login-showcase__content h1 {
    margin: 0 0 14px;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.login-showcase__content p {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
}

.login-showcase__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.login-showcase__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.87rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.login-form-panel {
    background: var(--login-card);
    padding: 34px 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-panel__top {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 22px;
}

.login-panel__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #0f1724;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.login-form-wrap {
    width: min(100%, 470px);
    margin: 0 auto;
}

.login-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--login-text);
    text-decoration: none !important;
}

.login-logo__mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--login-primary) 0%, #4ba2ff 100%);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 18px 30px rgba(28, 125, 240, 0.22);
}

.login-logo__text strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.login-logo__text span {
    display: block;
    margin-top: 2px;
    color: var(--login-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.login-heading h2 {
    margin: 0;
    color: #1f2d4b;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.login-heading p {
    margin: 12px 0 0;
    color: var(--login-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.login-role-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.login-role-switch__btn {
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #dbe4f7;
    background: #f8fbff;
    color: #183153;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.login-role-switch__btn:hover,
.login-role-switch__btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(31, 45, 75, 0.08);
    border-color: var(--login-primary);
    background: #eef5ff;
    color: #114b9b;
}

.login-role-switch__btn--supervisor i {
    color: #2563eb;
}

.login-role-switch__btn--sales i {
    color: #0f9d58;
}

.login-alert {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 18px;
    font-size: 0.93rem;
    box-shadow: 0 14px 24px rgba(31, 45, 75, 0.08);
}

.login-alert ul {
    margin: 0;
    padding-left: 18px;
}

.login-form {
    margin-top: 28px;
}

.login-field {
    margin-bottom: 20px;
}

.login-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #425371;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.login-label i {
    color: var(--login-primary);
    font-size: 0.92rem;
}

.login-input-wrap {
    position: relative;
}

.login-input {
    height: 62px;
    border: 1px solid var(--login-border);
    border-radius: 20px;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--login-text);
    box-shadow: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.login-input--password {
    padding-right: 60px;
}

.login-input:focus {
    border-color: var(--login-primary);
    box-shadow: 0 0 0 4px rgba(28, 125, 240, 0.11) !important;
    transform: translateY(-1px);
}

.login-password-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: #eef4ff;
    color: #59739e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.login-password-toggle:hover,
.login-password-toggle:focus {
    background: #dfeafe;
    color: var(--login-primary);
    outline: none;
}

.login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 4px;
    margin-bottom: 28px;
}

.login-remember {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #26344f;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
}

.login-remember input {
    width: 18px;
    height: 18px;
    accent-color: var(--login-primary);
}

.login-row__hint {
    color: var(--login-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.login-submit {
    height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--login-primary) 0%, #278cf9 100%);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 18px 30px rgba(28, 125, 240, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.login-submit:hover,
.login-submit:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 22px 34px rgba(28, 125, 240, 0.32);
}

.login-submit:disabled,
.login-submit.is-loading {
    opacity: 0.88;
    cursor: not-allowed;
    transform: none;
}

.login-footer-note {
    margin-top: 20px;
    text-align: center;
    color: var(--login-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.login-footer-note strong {
    color: #33456b;
}

.login-page,
.register-page {
    height: auto;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .login-stage {
        padding: 24px 14px;
    }

    .login-grid {
        grid-template-columns: 1fr;
    }

    .login-showcase {
        min-height: 420px;
    }

    .login-form-panel {
        padding: 30px 26px;
    }

    .login-form-wrap {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .login-shell {
        border-radius: 26px;
    }

    .login-showcase {
        min-height: 340px;
        padding: 22px;
    }

    .login-showcase__content h1 {
        font-size: 2.1rem;
    }

    .login-form-panel {
        padding: 24px 18px;
    }

    .login-panel__top {
        justify-content: flex-start;
        margin-top: 6px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .login-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-role-switch {
        grid-template-columns: 1fr;
    }
}

.emergency-tabs-wrap {
    margin-bottom: 24px;
}

.emergency-tabs {
    gap: 10px;
    flex-wrap: wrap;
}

.emergency-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #f4f7fb;
    color: #4b5d7a;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.emergency-tabs .nav-link:hover {
    background: #e8eef8;
    color: #1f2d4d;
}

.emergency-tabs .nav-link.active {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(220, 53, 69, 0.22);
}

/* Late arrival show page */
.late-arrival-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.late-arrival-summary-card {
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    padding: 16px 18px;
    min-height: 108px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.late-arrival-summary-card--wide {
    grid-column: 1 / -1;
}

.late-arrival-summary-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #b45309;
}

.late-arrival-summary-value {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #0f172a;
    word-break: break-word;
}

.late-arrival-summary-note {
    margin-top: 8px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
}

.late-arrival-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.late-arrival-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #fed7aa;
}

.late-arrival-show-note {
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
    padding: 14px 16px;
    border-radius: 12px;
    color: #92400e;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.late-arrival-discount-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fdba74;
    color: #9a3412;
    font-size: 22px;
    font-weight: 800;
}

.late-arrival-aside-panel {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.late-arrival-id-card-panel {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(29, 98, 120, 0.08);
    margin-bottom: 1.35rem;
}

.late-arrival-id-card-aside {
    margin-top: 0.35rem;
}

.late-arrival-id-card-aside .maintenance-upload-preview__image {
    cursor: zoom-in;
}

.late-arrival-aside-stats {
    display: grid;
    gap: 0.55rem;
}

.late-arrival-aside-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: #f8fbfe;
    border: 1px solid #dbe4f0;
}

.late-arrival-aside-stat__label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.late-arrival-aside-stat strong {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
}

.late-arrival-no-discount {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.45;
}

.late-arrival-no-discount i {
    flex-shrink: 0;
    font-size: 0.95rem;
    color: #94a3b8;
}

.late-arrival-no-discount p {
    margin: 0;
}

@media (max-width: 768px) {
    .late-arrival-summary-grid {
        grid-template-columns: 1fr;
    }
}

/* Booking.com activity show page */
.booking-com-show-note {
    border-left: 4px solid #1d6278;
    background: #f0faf9;
    padding: 14px 16px;
    border-radius: 12px;
    color: #18475d;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.booking-com-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef8f6;
    color: #1d6278;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #c9e2df;
}

.booking-com-payment-progress {
    display: grid;
    gap: 0.45rem;
}

.booking-com-payment-progress__track {
    height: 10px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.booking-com-payment-progress__fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1d6278 0%, #63aca1 100%);
    transition: width 0.3s ease;
}

.booking-com-payment-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.82rem;
    color: #64748b;
}

.booking-com-payment-progress__meta strong {
    color: #18475d;
    font-weight: 700;
}

.booking-com-workflow-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.4;
}

.booking-com-workflow-badge--confirmed {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #6ee7b7;
    color: #047857;
}

.booking-com-workflow-badge--noshow {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fdba74;
    color: #9a3412;
}

.booking-com-workflow-badge--inventory {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #93c5fd;
    color: #1d4ed8;
}

.booking-com-quick-actions {
    display: grid;
    gap: 0.65rem;
}

.booking-com-quick-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #dbe4f0;
    background: #fff;
    color: #18475d;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.booking-com-quick-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(20, 59, 82, 0.08);
    border-color: #c9e2df;
    color: #18475d;
    text-decoration: none;
}

.booking-com-quick-action__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    flex-shrink: 0;
    font-size: 0.92rem;
}

.booking-com-quick-action__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.booking-com-quick-action__copy strong {
    font-size: 0.9rem;
    font-weight: 700;
    color: #18475d;
}

.booking-com-quick-action__copy span {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
}

.booking-com-quick-action--primary .booking-com-quick-action__icon {
    background: #e8fbf4;
    color: #1f7b68;
}

.booking-com-quick-action--call .booking-com-quick-action__icon {
    background: #eff6ff;
    color: #2563eb;
}

.booking-com-quick-action--neutral .booking-com-quick-action__icon {
    background: #f8fafc;
    color: #64748b;
}

.booking-com-quick-action--danger {
    border-color: #fecaca;
    background: #fffafa;
}

.booking-com-quick-action--danger .booking-com-quick-action__icon {
    background: #fee2e2;
    color: #dc2626;
}

.booking-com-quick-action--danger:hover {
    border-color: #fca5a5;
}

.booking-com-section-label {
    margin: 1.25rem 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6e8d95;
}

.booking-com-section-label:first-of-type {
    margin-top: 0;
}

/* Sidebar nav active/hover — keep blue highlight on light panel */
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item.menu-open > .nav-link,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:hover,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus-visible {
    background: linear-gradient(135deg, #1f70d8 0%, #38a3e7 100%) !important;
    background-color: #1f70d8 !important;
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(26, 104, 199, 0.22) !important;
    transform: translateX(4px);
}

.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link.active p,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:hover p,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus p,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus-visible p {
    color: #fff !important;
}

.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link.active .nav-icon,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:hover .nav-icon,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus .nav-icon,
.sidebar-panel.main-sidebar .nav-sidebar > .nav-item > .nav-link:focus-visible .nav-icon {
    background: #ffffff !important;
    color: #1f70d8 !important;
    box-shadow: none !important;
    transform: scale(1.04);
}

/* ============================================================
   Property calendar page
   ============================================================ */
.property-calendar-page .calendar-page {
    min-height: calc(100vh - 120px);
    padding: 16px;
    background: #f4f7fb;
}

.property-calendar-page .calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.property-calendar-page .calendar-toolbar h1 {
    margin: 0;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    line-height: 1.1;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.property-calendar-page .calendar-toolbar__meta {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.95rem;
}

.property-calendar-page .calendar-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.property-calendar-page .calendar-select,
.property-calendar-page .calendar-nav-btn {
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid #dbe3ee;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    padding: 0 14px;
    outline: none;
}

.property-calendar-page .calendar-select {
    padding-right: 34px;
    cursor: pointer;
}

.property-calendar-page .calendar-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
}

.property-calendar-page .calendar-nav-btn:disabled,
.property-calendar-page .calendar-select:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.property-calendar-page .calendar-board {
    position: relative;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    overflow: visible;
}

.property-calendar-page .calendar-board__inner {
    padding: 18px;
    overflow: visible;
}

.property-calendar-page .calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.property-calendar-page .calendar-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.property-calendar-page .calendar-legend__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.property-calendar-page .calendar-legend__dot--available {
    background: #22c55e;
}

.property-calendar-page .calendar-legend__dot--airbnb {
    background: #ef4444;
}

.property-calendar-page .calendar-legend__dot--offline {
    background: #f59e0b;
}

.property-calendar-page .calendar-legend__dot--blocked {
    background: #64748b;
}

.property-calendar-page .calendar-legend__dot--today {
    background: #3b82f6;
}

.property-calendar-page .calendar-weekdays,
.property-calendar-page .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.property-calendar-page .calendar-weekdays {
    margin-bottom: 8px;
}

.property-calendar-page .calendar-weekday {
    padding: 10px 8px;
    text-align: center;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.property-calendar-page .calendar-day {
    position: relative;
    width: 100%;
    min-height: 118px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    font: inherit;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
}

.property-calendar-page .calendar-day__tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%) translateY(6px);
    width: min(280px, calc(100vw - 32px));
    padding: 12px;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    border: 1px solid #dbe3ee;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 80;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.property-calendar-page .calendar-day__tooltip::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-left: 1px solid #dbe3ee;
    border-top: 1px solid #dbe3ee;
    transform: translateX(-50%) rotate(45deg);
}

.property-calendar-page .calendar-day:hover .calendar-day__tooltip,
.property-calendar-page .calendar-day:focus-within .calendar-day__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.property-calendar-page .calendar-day:hover,
.property-calendar-page .calendar-day:focus-within {
    z-index: 70;
}

.property-calendar-page .calendar-day__tooltip-card {
    display: grid;
    gap: 8px;
}

.property-calendar-page .calendar-day__tooltip-card + .calendar-day__tooltip-card {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.property-calendar-page .calendar-day__tooltip-title {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2563eb;
}

.property-calendar-page .calendar-day__tooltip-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.82rem;
    line-height: 1.45;
}

.property-calendar-page .calendar-day__tooltip-row span {
    color: #64748b;
    font-weight: 600;
}

.property-calendar-page .calendar-day__tooltip-row strong {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.property-calendar-page .calendar-day__tooltip-reason {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #334155;
    padding: 10px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e5eaf1;
    white-space: normal;
}

.property-calendar-page .calendar-day--available {
    border-color: rgba(34, 197, 94, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #f3fff6 100%);
}

.property-calendar-page .calendar-day--clickable {
    cursor: pointer;
}

.property-calendar-page .calendar-day--clickable:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    border-color: rgba(34, 197, 94, 0.35);
}

.property-calendar-page .calendar-day--blocked.calendar-day--clickable:hover {
    border-color: rgba(100, 116, 139, 0.42);
}

.property-calendar-page .calendar-day--available.calendar-day--past {
    opacity: 0.72;
    filter: grayscale(0.08);
}

.property-calendar-page .calendar-day--airbnb {
    border-color: rgba(239, 68, 68, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #fff1f1 100%);
}

.property-calendar-page .calendar-day--offline {
    border-color: rgba(245, 158, 11, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #fff8eb 100%);
}

.property-calendar-page .calendar-day--blocked {
    border-color: rgba(100, 116, 139, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.property-calendar-page .calendar-day--airbnb.calendar-day--past,
.property-calendar-page .calendar-day--offline.calendar-day--past,
.property-calendar-page .calendar-day--blocked.calendar-day--past {
    opacity: 0.78;
    filter: saturate(0.92);
}

.property-calendar-page .calendar-day--range {
    border-color: rgba(37, 99, 235, 0.28);
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}

.property-calendar-page .calendar-day--range-start,
.property-calendar-page .calendar-day--range-end {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    border-color: #1d4ed8;
}

.property-calendar-page .calendar-day--range-start .calendar-day__number,
.property-calendar-page .calendar-day--range-end .calendar-day__number,
.property-calendar-page .calendar-day--range-start .calendar-day__dot,
.property-calendar-page .calendar-day--range-end .calendar-day__dot {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}

.property-calendar-page .calendar-day--booked {
    border-color: rgba(239, 68, 68, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #fff3f3 100%);
}

.property-calendar-page .calendar-day--disabled {
    border-color: #e5e7eb;
    background: #f8fafc;
    opacity: 0.55;
    pointer-events: none;
    filter: grayscale(0.1);
}

.property-calendar-page .calendar-day--available,
.property-calendar-page .calendar-day--airbnb,
.property-calendar-page .calendar-day--offline,
.property-calendar-page .calendar-day--blocked {
    cursor: help;
}

.property-calendar-page .calendar-day--today {
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.75);
}

.property-calendar-page .calendar-day__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.property-calendar-page .calendar-day__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #0f172a;
    font-weight: 700;
}

.property-calendar-page .calendar-day__number--today {
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.35);
    background: rgba(59, 130, 246, 0.08);
}

.property-calendar-page .calendar-day__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.property-calendar-page .calendar-day__dot--available {
    background: #22c55e;
}

.property-calendar-page .calendar-day__dot--airbnb {
    background: #ef4444;
}

.property-calendar-page .calendar-day__dot--offline {
    background: #f59e0b;
}

.property-calendar-page .calendar-day__dot--blocked {
    background: #64748b;
}

.property-calendar-page .calendar-day__dot--disabled {
    background: #cbd5e1;
}

.property-calendar-page .calendar-day__dot--today {
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.property-calendar-page .calendar-day__footer {
    display: flex;
    justify-content: flex-end;
}

.property-calendar-page .calendar-day__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.property-calendar-page .calendar-day__chip {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.property-calendar-page .calendar-day__chip--airbnb {
    background: #ef4444;
}

.property-calendar-page .calendar-day__chip--offline {
    background: #f59e0b;
    color: #1f2937;
}

.property-calendar-page .calendar-day__chip--blocked {
    background: #64748b;
}

.property-calendar-page .calendar-day__chip--more {
    background: #cbd5e1;
    color: #334155;
}

.property-calendar-page .calendar-loading {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(3px);
    z-index: 2;
}

.property-calendar-page .calendar-loading.is-visible {
    display: flex;
}

.property-calendar-page .calendar-loading__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    color: #0f172a;
    font-weight: 700;
}

.property-calendar-page .calendar-loading__spinner {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid #dbe3ee;
    border-top-color: #2563eb;
    animation: calendar-spin 0.8s linear infinite;
}

/* Block dates modal — Airbnb-inspired (standalone; modal may sit outside page wrapper) */
.block-date-modal .modal-dialog {
    max-width: 480px;
    width: calc(100% - 32px);
    margin: 1.75rem auto;
}

.block-date-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 20px 50px rgba(0, 0, 0, 0.16);
}

.block-date-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #222222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.block-date-modal__close:hover {
    background: #f7f7f7;
}

.block-date-modal__intro {
    padding: 1.4rem 2rem 0.25rem;
    text-align: center;
}

.block-date-modal__badge {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    color: #222222;
    font-size: 1.25rem;
}

.block-date-modal .modal-title {
    margin: 0 0 0.45rem;
    color: #222222;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.block-date-modal__lead {
    margin: 0 auto;
    max-width: 320px;
    color: #717171;
    font-size: 0.98rem;
    line-height: 1.45;
}

.block-date-modal__body {
    padding: 1.35rem 2rem 0.25rem;
}

.block-date-window {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    margin-bottom: 1.35rem;
    border: 1px solid #b0b0b0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.block-date-window__cell {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    text-align: left;
}

.block-date-window__cell span {
    color: #717171;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.block-date-window__cell strong {
    color: #222222;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.block-date-window__divider {
    width: 1px;
    background: #dddddd;
}

.block-date-label {
    display: block;
    margin-bottom: 0.55rem;
    color: #222222;
    font-size: 0.92rem;
    font-weight: 600;
}

.block-date-textarea {
    min-height: 120px !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    padding: 0.95rem 1rem !important;
    color: #222222 !important;
    font-size: 0.98rem !important;
    line-height: 1.5;
    resize: none;
    background: #ffffff !important;
}

.block-date-textarea::placeholder {
    color: #b0b0b0;
}

.block-date-textarea:focus {
    border-color: #222222 !important;
    box-shadow: 0 0 0 1px #222222 !important;
}

.block-date-modal__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.35rem 2rem 1.6rem;
}

.block-date-cancel,
.block-date-confirm {
    min-height: 48px;
    border-radius: 10px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 0.7rem 1.25rem !important;
}

.block-date-cancel {
    border: 0 !important;
    background: transparent !important;
    color: #222222 !important;
    text-decoration: underline !important;
    box-shadow: none !important;
}

.block-date-cancel:hover {
    background: #f7f7f7 !important;
    text-decoration: underline !important;
}

.block-date-confirm {
    min-width: 150px;
    border: 0 !important;
    background: #222222 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.block-date-confirm:hover,
.block-date-confirm:focus {
    background: #000000 !important;
    color: #ffffff !important;
}

.block-date-confirm:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 575.98px) {
    .block-date-modal__intro,
    .block-date-modal__body,
    .block-date-modal__actions {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .block-date-window {
        grid-template-columns: 1fr;
    }

    .block-date-window__divider {
        width: 100%;
        height: 1px;
    }

    .block-date-modal__actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .block-date-confirm,
    .block-date-cancel {
        width: 100%;
    }
}

.calendar-swal-actions {
    gap: 14px !important;
    margin-top: 1.4rem !important;
}

.calendar-swal-popup {
    border-radius: 22px !important;
    padding: 1.4rem 1.5rem 1.5rem !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22) !important;
    border: 1px solid #dbe3ee !important;
}

.calendar-swal-title {
    color: #0f172a !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.calendar-swal-html {
    color: #475569 !important;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
    margin-top: 0.5rem !important;
}

.calendar-swal-confirm,
.calendar-swal-cancel {
    border: 0 !important;
    border-radius: 14px !important;
    padding: 0.85rem 1.2rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.calendar-swal-confirm {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #fff !important;
}

.calendar-swal-cancel {
    background: #eef4ff !important;
    color: #1d4ed8 !important;
}

@keyframes calendar-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .property-calendar-page .calendar-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .property-calendar-page .calendar-controls {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .property-calendar-page .calendar-page {
        padding: 12px;
    }

    .property-calendar-page .calendar-board__inner {
        padding: 12px;
    }

    .property-calendar-page .calendar-weekday {
        font-size: 0.68rem;
        padding: 8px 4px;
    }

    .property-calendar-page .calendar-day {
        min-height: 92px;
        padding: 10px;
        border-radius: 14px;
    }

    .property-calendar-page .calendar-day__tooltip {
        width: min(240px, calc(100vw - 24px));
    }
}

/* Shared form submit loading state */
.form-submit-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: form-submit-spin 0.65s linear infinite;
    vertical-align: -0.12em;
}

button.is-submitting,
input[type="submit"].is-submitting,
.btn.is-submitting,
button.is-loading,
input[type="submit"].is-loading,
.btn.is-loading {
    opacity: 0.85;
    cursor: not-allowed;
    pointer-events: none;
}

@keyframes form-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Global password visibility toggle */
.password-field-wrap,
.password-input-wrap {
    position: relative;
    display: block;
}

.password-field-wrap > .form-control,
.password-field-wrap > input[type="password"],
.password-field-wrap > input[type="text"],
.password-field-input {
    padding-right: 3.25rem;
}

.password-field-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #5f79a4;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.password-field-toggle:hover,
.password-field-toggle:focus {
    background: #dfeafe;
    color: #2f6dde;
    outline: none;
}
