/*body {*/
/*    background-color: #fff !important;*/
/*}*/
@media (max-width: 576px) {
    .s-text-center {
        text-align: center !important;
    }
}

.ve-dot-signal-online {
    margin-right: 5px;
    margin-bottom: 1px;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #00c9a7;
    animation: pulse-online 1500ms infinite;
}

@keyframes pulse-online {
    0% {
        box-shadow: #00c9a7 0 0 0 0;
    }

    75% {
        box-shadow: #ff69b400 0 0 0 8px;
    }
}

.ve-dot-signal-offline {
    margin-right: 5px;
    margin-bottom: 1px;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #de4437;
    animation: pulse-offline 1500ms infinite;
}

.ve-dot-signal-disabled {
    margin-right: 5px;
    margin-bottom: 1px;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #77838f;
}

@keyframes pulse-offline {
    0% {
        box-shadow: #de4437 0 0 0 0;
    }

    75% {
        box-shadow: #ff69b400 0 0 0 8px;
    }
}

.ve-dot-signal-disabled.signal-list,
.ve-dot-signal-online.signal-list,
.ve-dot-signal-offline.signal-list {
    height: 8px;
    width: 8px;
    margin-top: 8px;
}

.ve-dot-signal-disabled.signal-title,
.ve-dot-signal-online.signal-title,
.ve-dot-signal-offline.signal-title {
    height: 14px;
    width: 14px;
    margin-top: 14px;
}

.ve-dot-signal-disabled.signal-device,
.ve-dot-signal-online.signal-device,
.ve-dot-signal-offline.signal-device {
    height: 8px;
    width: 8px;
    margin-top: 10px;
}

.ve-devices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-wrap: break-word;
}

.ve-icon {
    height: 13px;
    width: 13px;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem
        /* 6px */
    ;
    border-bottom-left-radius: 0.375rem
        /* 6px */
    ;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem
        /* 6px */
    ;
    border-bottom-right-radius: 0.375rem
        /* 6px */
    ;
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity))
        /* #4ade80 */
    ;
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity))
        /* #4f46e5 */
    ;
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity))
        /* #16a34a */
    ;
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
        /* #dc2626 */
    ;
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity))
        /* #fca5a5 */
    ;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--gray-100), var(--tw-bg-opacity));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity))
        /* #fee2e2 */
    ;
}

.ms-2 {
    margin-inline-start: 0.5rem
        /* 8px */
    ;
}

.mt-2 {
    margin-top: 0.5rem
        /* 8px */
    ;
}

.ms-3 {
    margin-left: 0.75rem
        /* 12px */
    ;
}

.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity))
        /* #fef2f2 */
    ;
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity))
        /* #b91c1c */
    ;
}

.relative {
    position: relative;
}

.px-4 {
    padding-left: 1rem
        /* 16px */
    ;
    padding-right: 1rem
        /* 16px */
    ;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pre-code {
    line-height: 1;

}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.rounded-b-md {
    border-bottom-right-radius: 0.375rem
        /* 6px */
    ;
    border-bottom-left-radius: 0.375rem
        /* 6px */
    ;
}

.ve-settings-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(157, 157, 157));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(134 239 172 / var(--tw-bg-opacity))
        /* #86efac */
    ;
}

@media only screen and (max-width: 600px) {
    .ve-devices-grid {
        grid-template-columns: 1fr;
    }
}

.flex-row {
    flex-direction: row;
}

/* Text Colors */
.text-danger {
    color: #ED4C78;
    /* sarkans */
}

.text-gray {
    color: #71869D;
    /* pelēks */
}

.text-info {
    color: #09A5BE;
    /* zaļganzils */
}

.text-primary {
    color: #377DFF;
    /* zils */
}

.text-success {
    color: #00C9A7;
    /* zaļš */
}

.text-warning {
    color: #F5CA99;
    /* dzeltens */
}

/* Background Colors */
.bg-danger {
    background-color: #ED4C78;
    /* sarkans */
}

.bg-gray {
    background-color: #71869D;
    /* pelēks */
}

.bg-info {
    background-color: #09A5BE;
    /* zaļganzils */
}

.bg-primary {
    background-color: #377DFF;
    /* zils */
}

.bg-success {
    background-color: #00C9A7;
    /* zaļš */
}

.bg-warning {
    background-color: #F5CA99;
    /* dzeltens */
}