﻿@charset "UTF-8";

/*----------    (small cards)  ------*/

.gridPanel1 {
    position: relative;
    height: 100%;
    display: inline-block;
    background: #fff;
    border-bottom: 0px solid #E6E9ED;
    opacity: 1;
    transition: all .2s ease;
    padding: 0px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.gridPanel-sensor {
    position: relative;
    background: #fff;
    opacity: 1;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.eventsList-small {
    width: 330px;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 4px;
}
.eventsList3 {
    height: 5.5rem;
    width: 330px;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 4px;
}

.circle__status {
    border-radius: 50px;
    width:40px;
    height: 40px;
    display: flex;
}
.card-trigger__container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    background: white;
    border-radius: 6px;
    padding: 10px 20px;
    height: 5.5rem;
}
.triggerDevice__container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    align-items:center;
    border-radius: 6px;
    padding: 10px ;
  
}
.triggerAction-name {
    display: flex;
    width: 17rem;
    flex-wrap: wrap;
}

/*Lonely Sensor*/

.gridPanelx {
    position: relative;
    height: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
    background: transparent;
    border-bottom: 0px solid #E6E9ED;
    opacity: 1;
    transition: all .2s ease;
    padding: 0px;
}
.no-sensor-containerx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
    margin-bottom: 20px;
}

