

.vcon_base {
    /* grid-column-end: span 2; */
    grid-column-end: unset;
}
.vcon_base.local_corner_vcc {
    grid-column-end: unset;
}


/* grid-template-areas:{} */

.fs_container.fs_c0{
    grid-template-rows: 1fr 1fr !important;
    grid-template-areas: 
                /* "a a a b b d"  */
                /* "a a a c c d";    */
                "a a a b b" 
                "a a a c c";   

}

.corner_name {
    display: none;
}


span.vcon_base[data-corner_vc=c1]{
    grid-area: a !important;

}
span.vcon_base[data-corner_vc=c2]{
    /* background: red; */
    grid-area: b !important;

}


span.vcon_base[data-corner_vc=c3]::before{
    content: "RMIX NOT IN CALL";
    font-size: 1.5em;
    position: absolute;
    top: 60px;
    left: 40%;
}
span.vcon_base[data-corner_vc=c3]{
    /* background: red; */

    grid-area: c !important;

}

/* .fs_container[data-c_len="2"] */

.toolbox-content-items {

}
.mute_remote_j >.ui_tile{
    margin-top: 0px;
}

.mute_remote_j {
    background: #0000 !important;
    border: none !important;
}

.
.aj_template,.avio_template_audio,.avio_template_vid{
    opacity: .5;
    /* pointer-events: none; */
}

.new-toolbox {
    right: 0px;
    /* display: none; */
}

.toolbox-content-wrapper {
    margin-left: 20px;
}

.tbox_engineer_template.mic_nic_on .e_tbox_c1{
    /* grid-template-rows: ;-rows:20px 60px ; */
    grid-template-rows:20px repeat( var(--mic-cnt), 5.5em);
    /* heght: 3000px; */




}
.tbox_engineer_template {
    position: absolute;
    background: #002;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;


    --btn_b: 40px;
    /* --btn_a: 20px; */
    --btn_mrg: 2px;

}

.tbox_engineer_template .vico {
    display: inline-block;
}

.e_tbox_c1c {
    top: 0;
    /* top: ; */
    position: relative;
    overflow: scroll;

}
.no_rmix .e_tbox_c1 {
    display: none;
}
.no_rmix::before{
    /* span.vcon_base[data-corner_vc=c3]::before{ */
    content: "RMIX NOT IN CALL";
    font-size: 1.5em;
    position: absolute;
    top: 60px;
    left: 30%;
    /* z-index: 1000; */

}

.e_tbox_c1 {
    overflow: scroll;
    /* grid-template-areas:"a" "b"; */
    /* grid-template-rows:1fr 1fr; */
    grid-auto-rows:20px;
    grid-template-columns:160px 1fr;
    grid-template-columns:auto 70px;
    /* grid-m:20px; */
    /* grid-template-columns:calc(var(--btn_b) + var(--btn_mrg)) calc(var(--btn_b) + var(--btn_mrg)); */

    /* 
    grid-template-areas:
    "a" "b"
    "c" "d";
     */
    width: 100px;
    width: calc(100% - 200px);
    width: calc(100% - 50px);
    height: 100%;
    /* outline: 2px solid blue; */
    position: relative;
    /* position: absolute; */
    gap: 10px;
    display: inline-grid;
}

.e_tbox_c2 {
    gap: 10px;
    /* grid-template-areas:"a" "b"; */
    grid-template-rows:var(--btn_b) ;
    grid-template-columns:calc(var(--btn_b) + var(--btn_mrg)) calc(var(--btn_b) + var(--btn_mrg));
    /* 
    grid-template-areas:
    "a" "b"
    "c" "d";
     */
    
    width: 100px;
    height: 100px;
    /* outline: 2px solid blue; */
    /* position: relative; */
    /* position: absolute; */
    display: grid;
    display: inline-block;
    display: inline-grid;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 120px;
}

.btn_a {
    grid-column-start: 1;
    height:  var(--btn_a);
    width: calc(var(--btn_a) * 3);
    background: blue;
    width: 100%;
    height: 100%;
}
.btn_b {
    /* position: absolute; */
    /* display: inline-block; */
    display: block;

    background: red;
    width: var(--btn_b);
    height: var(--btn_b);
}



.fs_container2 {
    display: none;
}

.fs_cx2{
    grid-template-rows: 0px 1fr 0px 0px;
}




.mic_nic_span {

}
