


.elephants-wrapper{

    display:flex;
    min-height:100vh;

}


/* Sidebar */

.elephants-sidebar{

    width:70px;
    background:linear-gradient(180deg,#5f2dbf,#6b3fc8,#5f2dbf);
    display:flex;
    justify-content:center;
    align-items:flex-start;
    padding-top:25px;

}


.elephants-sidebar-logo{

    width:45px;
    height:45px;
    border-radius:12px;
    background:rgba(255,255,255,.15);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:20px;

}



/* Main */

.elephants-main{

    flex:1;
    padding:25px;

}



/* Header */

.elephants-header{

    background:#fff;
    border-radius:15px;
    padding:20px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 5px 15px rgba(0,0,0,.06);

}


.elephants-header h2{

    font-weight:700;
    margin-bottom:3px;

}


.elephants-header p{

    color:#777;
    margin:0;

}



/* User */

.elephants-user{

    display:flex;
    align-items:center;
    gap:10px;

}


.elephants-user img{

    width:42px;
    height:42px;
    border-radius:50%;

}



/* Cards */

.elephants-stat-card{

    background:#fff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    border:1px solid #e7e7e7;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.04);

}


.elephants-stat-card:hover{

    transform:translateY(-4px);

}


.elephants-stat-card h1{

    font-size:42px;
    font-weight:700;

}


.elephants-stat-card p{

    margin:0;
    font-size:18px;
    color:#555;

}



/* Responsive */

@media(max-width:768px){

.elephants-sidebar{

display:none;

}

.elephants-main{

padding:15px;

}

.elephants-header{

flex-direction:column;
gap:15px;
align-items:flex-start;

}

}



/*==========================
Action Buttons
==========================*/

.elephants-action-area{

    margin-top:30px;

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}



.elephants-add-btn{

    background:#0d6efd;

    color:#fff;

    padding:11px 24px;

    font-size:17px;

    border-radius:10px;

}



.elephants-add-btn:hover{

    background:#0059d4;

    color:#fff;

}



.elephants-refresh-btn{

    background:#13c5f3;

    color:#fff;

    padding:11px 24px;

    border-radius:10px;

    font-size:17px;

}



.elephants-refresh-btn:hover{

    background:#02a6d0;

    color:#fff;

}



/*==========================
Device Card
==========================*/


.elephants-device-card{

    background:#fff;

    border-radius:18px;

    padding:22px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}



.elephants-device-card:hover{

    transform:translateY(-5px);

}



.elephants-device-icon{

    width:60px;

    height:60px;

    border-radius:14px;

    background:#28a745;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

}



.elephants-status-online{

    color:#28a745;

    font-weight:600;

}



.elephants-status-online i{

    font-size:10px;

}



/*==========================
Bottom Buttons
==========================*/


.elephants-device-card .btn{

    width:100%;

    border-radius:0;

    height:42px;

}



.elephants-btn-view{

    border:1px solid #0d6efd;

    color:#0d6efd;

}



.elephants-btn-play{

    border:1px solid #198754;

    color:#198754;

}



.elephants-btn-edit{

    border:1px solid #ffc107;

    color:#ffc107;

}



.elephants-btn-delete{

    border:1px solid #dc3545;

    color:#dc3545;

}



.elephants-btn-view:hover{

    background:#0d6efd;

    color:#fff;

}



.elephants-btn-play:hover{

    background:#198754;

    color:#fff;

}



.elephants-btn-edit:hover{

    background:#ffc107;

    color:#fff;

}



.elephants-btn-delete:hover{

    background:#dc3545;

    color:#fff;

}



/*==========================
Responsive
==========================*/

@media(max-width:768px){

.elephants-action-area{

flex-direction:column;

}

.elephants-action-area .btn{

width:100%;

}

}


/*=================================
Modal
==================================*/

.elephants-modal{

    border-radius:18px;

    overflow:hidden;

    border:none;

}


.elephants-modal .modal-header{

    background:#0d6efd;

    color:#fff;

    padding:18px 25px;

}


.elephants-modal .btn-close{

    filter:invert(1);

}


.elephants-modal .modal-body{

    padding:30px;

}


.elephants-modal label{

    font-weight:600;

    margin-bottom:8px;

}


.elephants-modal .form-control,
.elephants-modal .form-select{

    height:50px;

    border-radius:10px;

    border:1px solid #d8d8d8;

    box-shadow:none;

}


.elephants-modal textarea{

    height:auto !important;

}


.elephants-modal .form-control:focus,
.elephants-modal .form-select:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 .15rem rgba(13,110,253,.15);

}


.elephants-save-btn{

    background:#0d6efd;

    color:#fff;

    padding:10px 25px;

    border-radius:10px;

}


.elephants-save-btn:hover{

    background:#0057d8;

    color:#fff;

}



/*====================================
Alert Summary Cards
====================================*/

.elephants-alert-card{

    background:#ffffff;

    border-radius:15px;

    padding:30px 20px;

    text-align:center;

    position:relative;

    overflow:hidden;

    box-shadow:0 8px 18px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #efefef;

}

.elephants-alert-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.elephants-alert-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

}

/* Card Colors */

.elephants-card-red::before{

    background:#dc3545;

}

.elephants-card-yellow::before{

    background:#ffc107;

}

.elephants-card-green::before{

    background:#198754;

}

.elephants-card-blue::before{

    background:#0dcaf0;

}

/* Numbers */

.elephants-card-red h2{

    color:#dc3545;

}

.elephants-card-yellow h2{

    color:#ffc107;

}

.elephants-card-green h2{

    color:#198754;

}

.elephants-card-blue h2{

    color:#0dcaf0;

}

.elephants-alert-card h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

}

.elephants-alert-card p{

    margin:0;

    font-size:20px;

    color:#555;

    font-weight:500;

}

/* Mobile */

@media(max-width:768px){

.elephants-alert-card{

padding:25px 15px;

}

.elephants-alert-card h2{

font-size:36px;

}

.elephants-alert-card p{

font-size:16px;

}

}



/*====================================
Quick Action Card
====================================*/

.elephants-quick-card{

    background:#ffffff;

    border-radius:16px;

    padding:22px;

    margin-top:25px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    border:1px solid #ececec;

}

.elephants-quick-title{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:28px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

}

.elephants-quick-title i{

    color:#111;

    font-size:26px;

}



/*=========================
Buttons
==========================*/

.elephants-danger-btn,
.elephants-warning-btn,
.elephants-info-btn,
.elephants-secondary-btn{

    height:52px;

    border-radius:10px;

    border:none;

    font-size:18px;

    font-weight:600;

    transition:.30s;

    color:#fff;

}



/* Emergency */

.elephants-danger-btn{

    background:#dc3545;

}

.elephants-danger-btn:hover{

    background:#bb2d3b;

    transform:translateY(-2px);

}



/* Siren */

.elephants-warning-btn{

    background:#ffc107;

    color:#222;

}

.elephants-warning-btn:hover{

    background:#e0a800;

    color:#222;

    transform:translateY(-2px);

}



/* Clear */

.elephants-info-btn{

    background:#0dcaf0;

}

.elephants-info-btn:hover{

    background:#08b5d8;

    transform:translateY(-2px);

}



/* Export */

.elephants-secondary-btn{

    background:#6c757d;

}

.elephants-secondary-btn:hover{

    background:#5c636a;

    transform:translateY(-2px);

}



/*=========================
Responsive
==========================*/

@media(max-width:991px){

.elephants-quick-title{

font-size:22px;

}

.elephants-danger-btn,
.elephants-warning-btn,
.elephants-info-btn,
.elephants-secondary-btn{

font-size:16px;

height:48px;

}

}

@media(max-width:576px){

.elephants-quick-card{

padding:18px;

}

.elephants-quick-title{

font-size:20px;

}

}



/*==================================
Recent Alerts Card
==================================*/

.elephants-alert-table-card{

    background:#fff;

    border-radius:16px;

    padding:22px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    border:1px solid #ececec;

}

/* Header */

.elephants-table-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}

.elephants-table-header h4{

    margin:0;

    font-size:28px;

    font-weight:700;

}

/* Refresh Button */

.elephants-refresh-table{

    border:1px solid #0d6efd;

    color:#0d6efd;

    background:#fff;

    border-radius:10px;

    padding:8px 18px;

    font-weight:600;

}

.elephants-refresh-table:hover{

    background:#0d6efd;

    color:#fff;

}

/* Table */

.elephants-alert-table thead th{

    border-bottom:2px solid #ececec;

    font-size:16px;

    font-weight:700;

    padding:16px;

}

.elephants-alert-table tbody td{

    padding:15px;

    vertical-align:middle;

}

/* Sensor Badge */

.elephants-badge-info{

    background:#16c5ea;

    color:#fff;

    padding:6px 12px;

    border-radius:20px;

    font-size:13px;

    font-weight:600;

}

.elephants-badge-warning{

    background:#17a2b8;

    color:#fff;

    padding:6px 12px;

    border-radius:20px;

    font-size:13px;

    font-weight:600;

}

/* Mobile Badge */

.elephants-mobile-badge{

    background:#198754;

    color:#fff;

    padding:6px 12px;

    border-radius:20px;

    font-size:13px;

    font-weight:600;

}

/* Status */

.elephants-status-active{

    background:#dc3545;

    color:#fff;

    padding:6px 12px;

    border-radius:20px;

    font-size:13px;

    font-weight:700;

}

/* Action Buttons */

.elephants-success-action{

    width:38px;

    height:38px;

    background:#198754;

    color:#fff;

    border:none;

    border-radius:6px;

}

.elephants-success-action:hover{

    background:#157347;

    color:#fff;

}

.elephants-view-action{

    width:38px;

    height:38px;

    background:#0dcaf0;

    color:#fff;

    border:none;

    border-radius:6px;

}

.elephants-view-action:hover{

    background:#08b5d8;

    color:#fff;

}

/* Responsive */

@media(max-width:768px){

.elephants-table-header{

flex-direction:column;

align-items:flex-start;

gap:15px;

}

}



/*=========================
Profile Card
==========================*/

.elephants-profile-card,
.elephants-password-card{

    border:none;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.elephants-profile-image{

    width:140px;
    height:140px;
    border-radius:50%;
    margin:auto;
    background:#f1f3f8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:60px;
    color:#6c757d;
    border:5px solid #fff;
    box-shadow:0 0 20px rgba(0,0,0,.10);

}

.elephants-upload-btn{

    background:#0d6efd;
    color:#fff;
    border-radius:10px;
    padding:10px 20px;

}

.elephants-upload-btn:hover{

    background:#0b5ed7;
    color:#fff;

}

.elephants-profile-card label,
.elephants-password-card label{

    font-weight:600;
    margin-bottom:8px;

}

.elephants-profile-card .form-control,
.elephants-password-card .form-control{

    height:50px;
    border-radius:10px;

}

.elephants-save-profile{

    width:100%;
    height:50px;
    background:#198754;
    color:#fff;
    border-radius:10px;

}

.elephants-save-profile:hover{

    background:#157347;
    color:#fff;

}

/*=========================
Password
==========================*/

.elephants-password-btn{

    width:100%;
    height:50px;
    background:#dc3545;
    color:#fff;
    border-radius:10px;

}

.elephants-password-btn:hover{

    background:#bb2d3b;
    color:#fff;

}

.elephants-toggle-password{

    width:55px;

}



/*==================================
Export Wrapper
==================================*/

.elephants-export-wrapper{

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

/*==================================
Heading
==================================*/

.elephants-page-title{

    margin-bottom:25px;

}

.elephants-page-title h2{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

    color:#222;

}

.elephants-page-title p{

    color:#6c757d;

    font-size:17px;

    margin:0;

}

/*==================================
Filter Card
==================================*/

.elephants-filter-card{

    border-radius:15px;

    border:1px solid #e8e8e8;

    box-shadow:none;

}

.elephants-filter-title{

    font-weight:700;

    margin-bottom:25px;

    color:#222;

}

/*==================================
Inputs
==================================*/

.elephants-input{

    height:52px;

    border-radius:10px;

    border:1px solid #dcdcdc;

    box-shadow:none;

}

.elephants-input:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 .15rem rgba(13,110,253,.15);

}

/*==================================
Buttons
==================================*/

.elephants-filter-buttons{

    display:flex;

    gap:10px;

    justify-content:flex-end;

    flex-wrap:wrap;

}

.elephants-btn-outline{

    border:1px solid #0d6efd;

    color:#0d6efd;

    background:#fff;

    padding:10px 18px;

    border-radius:10px;

    font-weight:600;

}

.elephants-btn-outline:hover{

    background:#0d6efd;

    color:#fff;

}

.elephants-btn-clear{

    border:1px solid #ced4da;

    background:#f8f9fa;

    color:#666;

    padding:10px 18px;

    border-radius:10px;

    font-weight:600;

}

.elephants-btn-clear:hover{

    background:#e9ecef;

}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

.elephants-filter-buttons{

justify-content:flex-start;

}

}

@media(max-width:576px){

.elephants-export-wrapper{

padding:20px;

}

.elephants-page-title h2{

font-size:28px;

}

.elephants-filter-buttons .btn{

width:100%;

}

}



/*==================================
Export Cards
==================================*/

.elephants-export-card{

    border-radius:20px;

    padding:30px;

    color:#fff;

    min-height:220px;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

    transition:.35s;

}

.elephants-export-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.elephants-purple{

    background:linear-gradient(135deg,#6f42c1,#5b2da8);

}

.elephants-green{

    background:linear-gradient(135deg,#28a745,#20c997);

}

.elephants-orange{

    background:linear-gradient(135deg,#ffb300,#ff7a18);

}

.elephants-blue{

    background:linear-gradient(135deg,#17a2b8,#138496);

}

/*========================*/

.elephants-export-icon{

    font-size:28px;

    margin-bottom:18px;

}

.elephants-export-card h4{

    font-size:28px;

    font-weight:700;

    margin-bottom:10px;

}

.elephants-export-card p{

    font-size:17px;

    line-height:1.7;

    margin-bottom:25px;

    color:rgba(255,255,255,.95);

}

/*========================*/

.elephants-export-buttons{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}

.elephants-export-btn{

    background:rgba(255,255,255,.18);

    color:#fff;

    border:1px solid rgba(255,255,255,.35);

    border-radius:12px;

    padding:11px 20px;

    backdrop-filter:blur(10px);

    font-weight:600;

}

.elephants-export-btn:hover{

    background:#fff;

    color:#222;

}

/*========================*/

@media(max-width:768px){

.elephants-export-card{

padding:25px;

min-height:auto;

}

.elephants-export-card h4{

font-size:24px;

}

.elephants-export-buttons .btn{

width:100%;

}

}


/*==================================
Section Card
==================================*/

.elephants-section-card{

    background:#fff;
    border-radius:20px;
    padding:28px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/*==================================*/

.elephants-section-header{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    flex-wrap:wrap;
    gap:15px;

}

.elephants-section-header h3{

    font-weight:700;
    margin-bottom:5px;

}

.elephants-section-header p{

    color:#6c757d;
    margin:0;

}

/*==================================*/

.elephants-add-ranger-btn{

    background:linear-gradient(135deg,#0d6efd,#4a8dff);

    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:12px;
    font-weight:600;

}

.elephants-add-ranger-btn:hover{

    color:#fff;
    transform:translateY(-2px);

}

/*==================================
Ranger Card
==================================*/

.elephants-ranger-card{

    background:#f8fbff;
    border:1px solid #e9eef5;
    border-radius:18px;
    padding:25px;
    transition:.3s;

}

.elephants-ranger-card:hover{

    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

/*==================================
Avatar
==================================*/

.elephants-avatar{

    width:90px;
    height:90px;
    border-radius:50%;
    margin:auto;

    background:linear-gradient(135deg,#6f42c1,#3d1b8f);

    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:34px;
    font-weight:700;

}

/*==================================*/

.elephants-info{

    margin-bottom:10px;
    color:#555;

}

.elephants-info i{

    width:25px;
    color:#0d6efd;

}

/*==================================
Status
==================================*/

.elephants-status-online{

    color:#198754;
    font-weight:700;
    font-size:18px;

}

.elephants-status-dot{

    display:inline-block;

    width:12px;
    height:12px;

    background:#28a745;

    border-radius:50%;

    margin-right:8px;

    animation:elephantsPulse 1.5s infinite;

}

@keyframes elephantsPulse{

0%{

transform:scale(1);
opacity:1;

}

50%{

transform:scale(1.4);
opacity:.5;

}

100%{

transform:scale(1);
opacity:1;

}

}

/*==================================
Buttons
==================================*/

.elephants-action-group{

    display:flex;
    gap:10px;
    justify-content:end;

}

.elephants-btn-sms{

    background:#0dcaf0;
    color:#fff;
    border-radius:10px;
    padding:10px 16px;

}

.elephants-btn-call{

    background:#198754;
    color:#fff;
    border-radius:10px;
    padding:10px 16px;

}

.elephants-btn-view,
.elephants-btn-edit,
.elephants-btn-delete{

    width:45px;
    height:45px;
    border-radius:10px;

}

.elephants-btn-view{

    background:#0d6efd;
    color:#fff;

}

.elephants-btn-edit{

    background:#ffc107;
    color:#222;

}

.elephants-btn-delete{

    background:#dc3545;
    color:#fff;

}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

.elephants-ranger-card{

text-align:center;

}

.elephants-action-group{

justify-content:center;
margin-top:20px;

}

.elephants-status-online{

display:inline-block;
margin-top:20px;

}

}


/*====================================
Sidebar Cards
====================================*/

.elephants-side-card{

    background:#fff;

    border-radius:18px;

    padding:22px;

    box-shadow:0 12px 25px rgba(0,0,0,.08);

}

/*====================================*/

.elephants-side-title{

    font-size:22px;

    font-weight:700;

    margin-bottom:18px;

}

/*====================================
Statistics
====================================*/

.elephants-stat-box{

    background:#f8fbff;

    border-radius:14px;

    padding:18px;

    text-align:center;

    transition:.3s;

    border:1px solid #edf2f7;

}

.elephants-stat-box:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 20px rgba(0,0,0,.08);

}

.elephants-stat-box h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:5px;

}

.elephants-stat-box span{

    color:#666;

}

/*====================================
Locations
====================================*/

.elephants-location-list{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.elephants-location-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px;

    border-radius:12px;

    background:#f8fbff;

    border:1px solid #eef2f6;

}

.elephants-location-item small{

    display:block;

    color:#777;

    margin-top:3px;

}

/*====================================
Buttons
====================================*/

.elephants-action-blue{

    background:linear-gradient(135deg,#0d6efd,#4d8dff);

    color:#fff;

}

.elephants-action-cyan{

    background:linear-gradient(135deg,#13c5f3,#06b6d4);

    color:#fff;

}

.elephants-action-yellow{

    background:linear-gradient(135deg,#ffc107,#ff9800);

    color:#222;

}

.elephants-action-red{

    background:linear-gradient(135deg,#dc3545,#ff5b6d);

    color:#fff;

}

.elephants-action-blue,
.elephants-action-cyan,
.elephants-action-yellow,
.elephants-action-red{

    border:none;

    border-radius:12px;

    padding:13px;

    font-size:16px;

    font-weight:600;

    transition:.3s;

}

.elephants-action-blue:hover,
.elephants-action-cyan:hover,
.elephants-action-yellow:hover,
.elephants-action-red:hover{

    transform:translateY(-3px);

    color:#fff;

}

.elephants-action-yellow:hover{

    color:#222;

}



/*=============================
Modal
==============================*/

.elephants-modal{

    border:none;
    
    border-radius:18px;
    
    overflow:hidden;
    
    }
    
    .elephants-modal .modal-header{
    
    background:linear-gradient(135deg,#0d6efd,#4a8dff);
    
    color:#fff;
    
    padding:18px 25px;
    
    }
    
    .elephants-modal .btn-close{
    
    filter:invert(1);
    
    }
    
    .elephants-modal .modal-body{
    
    padding:30px;
    
    }
    
    .elephants-save-btn{
    
    background:#198754;
    
    color:#fff;
    
    padding:10px 25px;
    
    border-radius:10px;
    
    }
    
    .elephants-update-btn{
    
    background:#0d6efd;
    
    color:#fff;
    
    padding:10px 25px;
    
    border-radius:10px;
    
    }
    
    /*=============================
    Profile Preview
    ==============================*/
    
    .elephants-profile-preview{
    
    width:130px;
    
    height:130px;
    
    margin:auto;
    
    border-radius:50%;
    
    background:linear-gradient(135deg,#6f42c1,#4d2db6);
    
    display:flex;
    
    justify-content:center;
    
    align-items:center;
    
    color:#fff;
    
    font-size:42px;
    
    font-weight:700;
    
    }
    
    /*=============================
    Delete
    ==============================*/
    
    .elephants-delete-modal{
    
    border:none;
    
    border-radius:18px;
    
    }
    
    .elephants-delete-icon{
    
    width:90px;
    
    height:90px;
    
    margin:auto;
    
    border-radius:50%;
    
    background:#ffe5e5;
    
    display:flex;
    
    justify-content:center;
    
    align-items:center;
    
    font-size:40px;
    
    color:#dc3545;
    
    margin-bottom:20px;
    
    }


/*===================================
Wrapper
===================================*/

.elephants-siren-wrapper{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

/*===================================
Header
===================================*/

.elephants-siren-header{

    background:linear-gradient(135deg,#4b5563,#374151);

    color:#fff;

    padding:20px 25px;

}

.elephants-siren-header h3{

    margin:0;

    font-size:28px;

    font-weight:700;

}

/*===================================
Body
===================================*/

.elephants-siren-body{

    padding:30px;

    background:#fff;

}

/*===================================
Label
===================================*/

.elephants-label{

    font-size:17px;

    font-weight:600;

    color:#222;

}

/*===================================
Dropdown
===================================*/

.elephants-device-select{

    height:55px;

    border-radius:12px;

    border:2px solid #dbe5f1;

    font-size:16px;

    font-weight:500;

    box-shadow:none;

}

.elephants-device-select:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 .2rem rgba(13,110,253,.15);

}

/*===================================
Info
===================================*/

.elephants-device-info{

    color:#6c757d;

    font-size:15px;

}

.elephants-device-info i{

    color:#0d6efd;

}

/*===================================
Responsive
===================================*/

@media(max-width:991px){

.elephants-siren-header h3{

font-size:22px;

}

.elephants-siren-body{

padding:20px;

}

}

@media(max-width:576px){

.elephants-label{

display:block;

margin-bottom:8px;

}

.elephants-device-info{

margin-top:10px;

}

}



/*==================================
Animal Cards
==================================*/

.elephants-animal-card{

    background:#fff;

    padding:35px 20px;

    text-align:center;

    border-right:1px solid #ececec;

    border-top:1px solid #ececec;

    transition:.35s;

    min-height:320px;

}

.elephants-animal-card:hover{

    background:#f8fbff;

    transform:translateY(-6px);

}

.elephants-animal-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:42px;

    margin-bottom:20px;

    background:#f3f5f8;

}

.elephants-elephant-color{

    color:#8B4513;

}

.elephants-leopard-color{

    color:#FFC107;

}

.elephants-tiger-color{

    color:#dc3545;

}

.elephants-other-color{

    color:#6c757d;

}

.elephants-animal-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:10px;

}

.elephants-animal-text{

    color:#6c757d;

    min-height:45px;

}

/*==================================
Switch
==================================*/

.elephants-switch{

    display:flex;

    justify-content:center;

    margin:20px 0;

}

.elephants-switch .form-check-input{

    width:65px;

    height:34px;

    cursor:pointer;

}

/*==================================
Status
==================================*/

.elephants-status-badge{

    background:#e9ecef;

    color:#555;

    padding:8px 20px;

    border-radius:30px;

    font-size:14px;

    margin-bottom:15px;

}

.elephants-last-active{

    color:#6c757d;

    font-size:15px;

    margin-top:12px;

}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

.elephants-animal-card{

border-right:none;

border-bottom:1px solid #ececec;

}

}

@media(max-width:767px){

.elephants-animal-card{

min-height:auto;

padding:30px 20px;

}

.elephants-animal-icon{

width:75px;

height:75px;

font-size:34px;

}

.elephants-animal-card h4{

font-size:21px;

}

}


/*=====================================
Header
=====================================*/

.elephants-camera-header{

    background:#ffffff;

    border-radius:18px;

    padding:30px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.elephants-camera-header h2{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

    color:#222;

}

.elephants-camera-header p{

    color:#6c757d;

    margin:0;

    font-size:17px;

}

/*=====================================
Refresh Button
=====================================*/

.elephants-camera-refresh{

    background:linear-gradient(135deg,#0d6efd,#4a8dff);

    color:#fff;

    padding:12px 24px;

    border:none;

    border-radius:12px;

    font-weight:600;

}

.elephants-camera-refresh:hover{

    color:#fff;

    transform:translateY(-2px);

}

/*=====================================
Statistics Card
=====================================*/

.elephants-stat-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    display:flex;

    align-items:center;

    gap:20px;

    box-shadow:0 12px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.elephants-stat-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);

}

/*=====================================
Icon
=====================================*/

.elephants-stat-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

}

/*=====================================
Text
=====================================*/

.elephants-stat-card h3{

    margin:0;

    font-size:34px;

    font-weight:700;

}

.elephants-stat-card span{

    color:#6c757d;

    font-size:16px;

}

/*=====================================
Responsive
=====================================*/

@media(max-width:768px){

.elephants-camera-header{

padding:20px;

}

.elephants-camera-header h2{

font-size:28px;

}

.elephants-stat-card{

padding:20px;

}

.elephants-stat-icon{

width:60px;

height:60px;

font-size:22px;

}

.elephants-stat-card h3{

font-size:28px;

}

}



/*==================================
Camera Card
==================================*/

.elephants-camera-card{

    background:#2e2e2e;

    border-radius:18px;

    overflow:hidden;

    color:#fff;

    box-shadow:0 15px 30px rgba(0,0,0,.15);

    transition:.35s;

}

.elephants-camera-card:hover{

    transform:translateY(-8px);

}

/*==================================*/

.elephants-camera-card-header{

    background:#3b3b3b;

    padding:16px 18px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:15px;

}

.elephants-camera-active{

    color:#20c997;

    font-size:14px;

    font-weight:600;

}

/*==================================
Preview
==================================*/

.elephants-camera-preview{

    height:260px;

    position:relative;

    background:
    radial-gradient(circle,#b02d2d 0%,#6c5d00 30%,#262626 70%,#1b1b1b 100%);

    display:flex;

    justify-content:center;

    align-items:center;

}

.elephants-camera-overlay h5{

    color:#c8b34d;

    font-size:28px;

    font-family:monospace;

    letter-spacing:2px;

}

.elephants-camera-info{

    position:absolute;

    left:18px;

    bottom:18px;

    background:rgba(0,0,0,.75);

    color:#39ff14;

    font-family:monospace;

    padding:12px 15px;

    border-radius:8px;

    font-size:15px;

}

/*==================================
Footer
==================================*/

.elephants-camera-footer{

    padding:16px 18px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    background:#343434;

}

.elephants-live-dot{

    width:12px;

    height:12px;

    display:inline-block;

    border-radius:50%;

    background:#28a745;

    animation:elephantsLive 1.5s infinite;

}

@keyframes elephantsLive{

50%{

opacity:.3;

transform:scale(1.5);

}

}

/*==================================
Buttons
==================================*/

.elephants-btn-detect{

    background:#4b5563;

    color:#fff;

}

.elephants-btn-record{

    background:#555;

    color:#fff;

}

.elephants-btn-maintenance{

    background:#6c757d;

    color:#fff;

}

.elephants-btn-detect,
.elephants-btn-record,
.elephants-btn-maintenance{

    border-radius:8px;

    padding:8px 14px;

}

/*==================================
Maintenance
==================================*/

.elephants-maintenance{

    filter:saturate(.8);

}

.elephants-maintenance-text{

    font-size:30px;

    color:#8d7a35;

    font-family:monospace;

}