@import "https://www.cameratag.com/v15/css/cameratag.css?theme=dark_frost";

#MyFIrstCamera .camera_tag{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
:root { --bg-color: #131313bd !important; }

.camera_tag .cameratag_approval_button.cameratag_publish {
    background: rgb(0 183 16 / 74%);
    color: #fff;
}

.camera_tag .cameratag_approval_button.cameratag_record {
    background: rgb(255 255 255 / 74%);
    color: #535353;
}