@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
/* #srex-fullscreen-dashboard, #srex-fullscreen-dashboard * { font-family: 'Inter', system-ui, sans-serif !important; } */
#srex-fullscreen-dashboard,
#srex-fullscreen-dashboard *:not(i):not([class*="fa-"]) {
    font-family: 'Inter', system-ui, sans-serif !important;
}
body, html, .wp-site-blocks, .entry-content { margin:0!important; padding:0!important; background:#0f172a!important; overflow:hidden!important; height:100vh!important; }
header, footer, .site-header, .site-footer { display:none!important; }
.sidebar-link { transition: all 0.2s; }
.sidebar-link:hover, .sidebar-link.active { background-color: rgba(20,184,166,0.15); color: #14b8a6; }

.mobilemenu .active{
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.tab-item {
    border-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
    border-bottom-width: 2px;
}
.tab-item.active {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

* Property Cards */
/* Premium Property Cards */
.property-card,
.pmsintegration-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-card:hover,
.pmsintegration-card {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.property-card img {
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}
.property-detail .bg-gradient-to-r,
.pms-detail .bg-gradient-to-r{
   background: linear-gradient(90deg, #006c74, #06b882);
}
/* .property-detail .bg-slate-900 {
    border: 1px solid rgba(148, 163, 184, 0.1);
} */

button.lock_locked {
    background-color: #10b981;
}
button.lock_locked:hover {
    background-color: #059669;
}
button.lock_unlocked {
    background-color: #ef4444;
}
button.lock_unlocked:hover {
    background-color: #dc2626;
}
/* Device Modal */
#device-detail-modal .modal-tab {
    transition: all 0.2s ease;
}

#device-detail-modal .modal-tab-content {
    min-height: 200px;
}

/* Make door icon better */
#modal-lock-icon span {
    font-size: 6.5rem;
    line-height: 1;
    filter: drop-shadow(0 0 15px rgba(20, 184, 166, 0.4));
}
/* Back button */
.back-btn {
    transition: all 0.2s;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100%;
    width: 100%;
    background-color: #0008;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .25s ease;
}
.spinner-container .spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 50%;
    position: absolute;
    z-index: 99999;
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lock-container {
      position: relative;
      width: 120px;
      height: 140px;
    }

    /* Glow */
    .lock {
      position: absolute;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 0 25px #22d3ee);
    }

    /* Padlock */
    .lock::before {
      content: '';
      position: absolute;
      top: 35px;
      left: 50%;
      transform: translateX(-50%);
      width: 78px;
      height: 78px;
      background: linear-gradient(145deg, #e0f2fe, #bae6fd);
      border-radius: 18px;
      box-shadow: 
        inset 0 8px 12px rgba(255,255,255,0.6),
        inset 0 -8px 12px rgba(15,23,42,0.2),
        0 10px 20px rgba(0,0,0,0.5);
    }

    /* Shackle */
    .lock::after {
      content: '';
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      width: 48px;
      height: 48px;
      border: 12px solid #e0f2fe;
      border-bottom: none;
      border-radius: 50px 50px 0 0;
      box-shadow: 0 8px 12px rgba(0,0,0,0.3);
    }

    /* Keyhole */
    .keyhole {
      position: absolute;
      top: 58px;
      left: 50%;
      transform: translateX(-50%);
      width: 14px;
      height: 22px;
      background: #1e2937;
      border-radius: 50% 50% 6px 6px;
      box-shadow: inset 0 3px 6px rgba(255,255,255,0.3);
    }

    .keyhole::after {
      content: '';
      position: absolute;
      top: 8px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 8px;
      background: #1e2937;
      border-radius: 2px;
    }

    /* Custom Scrollbar - Modern Dark Style */
.modal-scroll-content::-webkit-scrollbar {
    width: 5px;
}

.modal-scroll-content::-webkit-scrollbar-track {
    background: transparent;
}

.modal-scroll-content::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.5);
    border-radius: 9999px;
}

.modal-scroll-content::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.8);
}
