﻿.otc {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

    .otc fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }

        .otc fieldset div {
            display: flex;
            align-items: center;
        }

    .otc legend {
        margin: 0 auto 1em;
        color: #5555FF;
    }

.blocchi {
    width: 24px;
    line-height: 1 !important;
    margin: 1px;
    padding: 0px !important;
    font-size: 12px;
    text-align: center;
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    border: 0px !important;
    color: black !important;
    border-radius: 0px !important;
   
    height: 22px;
    min-height: 22px !important;
}

    .blocchi::-webkit-outer-spin-button,
    .blocchi::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important;
    }

    /* 2 group of 3 items */
    .blocchi:nth-child(n+4) {
        order: 2;
    }

.otc div::before {
    content: '';
    height: 2px;
    width: 24px;
    margin: 0 .25em !important;
    order: 1;
    background: #BBBBFF;
}




.cfieldset {
    margin: 0;
    padding: 0px;
    width: 213px;
    background: #e0e0e0;
    border: 4px #e0e0e0 solid;
    display: flex;
}

.cfieldsetl {
    background-color: #309ed9;
    padding: 4px;
}

.cfieldsete {
    width: 24px;
    height: 20px;
    background: #e3252f;
    padding: 5px;
    margin-left: 4px;
    cursor: pointer;
}
.qrimgtoggle{
    width:24px;
    float:right;
}
#qrpanelotp {
    display: none;
    padding-top: 5px;
}
#qrflip {
    height:24px;width:200px;
}
.qrotparea {
    padding-bottom: 10px;
    position: relative;
    top: -34px;
   
}