﻿.cpcit-camera-button-wrapper {
    border: 1px solid #dedede;
    border-radius: 10px;
    width: 180px;
    margin: auto;
    display: flex;
    margin-top: 10px;
}

    .cpcit-camera-button-wrapper > div {
        font-size: 24px;
        width: 50px;
        text-align: center;
        margin: 5px;
        border: 1px solid transparent;
        border-radius: 10px;
        cursor: pointer;
    }

        .cpcit-camera-button-wrapper > div:hover {
            background: #dedede;
        }

.cpcit-camera-queue-wrapper {
    margin-top: 15px;
    /*gap: 10px;*/
    display: grid;
}

.cpcit-camera-queue-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    /*border: 1px solid #dedede;
    border-radius: 10px;*/
    padding: 4px;
}

.cpcit-camera-queue-item > i{
    align-self: center;
    cursor: pointer;
}

.cpcit-camera-queue-item > span {
    align-self: center;
    cursor: pointer;
}