.formbase nav
{
    background:var(--deepsea);
    border-radius:15px 15px 0 0;
    padding:10px;
    height:20px;
    position:relative;
}
.formbase nav label
{
    color:var(--bluesky);
}
.formbase section
{
    height:calc(100vh - 155px);
    width:calc(100vw - 100px);
}
.holdlink
{
    position:absolute;
    cursor:pointer;
}
.holdlink:first-child
{
    left:10px;
}
.holdlink#usericon
{
    right:40px;
}
.holdlink:last-child
{
    right:10px;
}
.holdlink img
{
    width:20px;
    height:20px;
    filter:invert(1);
}
#naviicon
{
    display:none;
}
#homeicon
{
    left:10px;
}

.dropdown
{
    width:130px;
    border-style:solid;
    border-width:0 1px 0 0;
    border-color:var(--bluesky);
    margin-right:10px;
}
nav .dropdown:first-child
{
    padding-left:10px;
    border-left-width:1px;
}
.dropdown ul
{
    opacity:0;
    visibility:hidden;
    list-style-type:none;
    padding:0;
    margin:0;
    margin-top:11px;
    margin-left:-10px;
    width:140px;
    position:fixed;
    z-index:3;
    transition:0.3s;
}
.dropdown ul a
{
    width:100%;
    background:#eee;
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#aaa;
    height:30px;
    display:flex;
    align-items:center;
    text-decoration:none;
    color:gray;
    font-family:var(--ubuntu);
    font-weight:bold;
    font-size:15px;
    padding-left:8px;
    box-sizing:border-box;
    transition:0.3s;
}
.dropdown ul a:last-child
{
    border-radius:0 0 8px 8px;
}
.dropdown ul a:hover
{
    background:var(--warmsea);
    cursor:pointer;
    color:white;
}
.dropdown.mini
{
    width:70px;
    border:none;
    margin:0;
}

#dashview
{
    justify-content:start;
}
.dashview
{
    width:100%;
    position:relative;
}
.dashview h6
{
    font-size:18px;
    font-weight:bold;
    color:gray;
    text-align:center;
    margin:auto;
}
.myscroll
{
    display:flex;
    flex-wrap:wrap;
    height:auto;
    overflow-y:scroll;
    border-radius:10px;
    margin:0 5px 5px 5px;
    padding-right:5px;
}
.myscroll.mini
{
    border-radius:5px;
    height:65px;
    margin:0;
    background:black;
    width:100%;
    text-align:justify;
    box-sizing:border-box;
}
.myscroll.mini::-webkit-scrollbar
{
    width:10px;
}
.myscroll.mini::-webkit-scrollbar-thumb
{
    background:var(--deepsea);
}
.myscroll.mini p
{
    border:none;
    color:var(--silver);
}
.myscroll::-webkit-scrollbar,
.chatbody::-webkit-scrollbar,
.attelist::-webkit-scrollbar
{
    width:20px;
    height:20px;
}
.myscroll::-webkit-scrollbar-track,
.chatbody::-webkit-scrollbar-track,
.attelist::-webkit-scrollbar-track
{
    background:transparent;
}
.myscroll::-webkit-scrollbar-thumb,
.chatbody::-webkit-scrollbar-thumb,
.attelist::-webkit-scrollbar-thumb
{
    border-radius:10px;
    background:var(--steel);
}
h3.mytitle
{
    margin:0 0 5px 8px;
    color:var(--warmsea);
    font-family:var(--ubuntu);
    font-size:20px;
}

.rollitem
{
    background:rgba(0, 0, 0, 0.5);
    padding:10px;
    border-radius:5px;
    color:#eee;
    height:fit-content;
    position:relative;
    width:100%;
}
.modalbox .rollitem
{
    box-sizing:border-box;
}
.modalbox .rollitem.chat
{
    height:70vh;
}
.modalbox .rollitem.docu
{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.modalbox .rollitem.docu p
{
    font-size:12pt;
}
.modalbox .rollitem.docu button
{
    color:white;
    width:100%;
    height:25px;
    font-family:var(--frasan);
    font-weight:bold;
}
.modalbox .rollitem.docu button:first-child
{
    background:#0d7d85;
}
.modalbox .rollitem.docu button:last-child
{
    background:#a01c43;
}
.modalbox .rollitem.docu button:hover
{
    background:white;
}
.modalbox .rollitem.docu button:first-child:hover
{
    color:#0d7d85;
}
.modalbox .rollitem.docu button:last-child:hover
{
    color:#a01c43;
}
.rollitem h4, .rollitem p
{
    margin:0;
    cursor:default;
}
.rollitem h4
{
    font-size:16px;
    font-weight:normal;
}
.rollitem p
{
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:#333;
    padding:5px;
    font-weight:500;
    font-family:var(--frasan);
    color:#777;
    text-align:justify;
}
.rollitem p label
{
    width:75px;
    text-align:center;
    font-size:10px;
    font-weight:600;
    font-style:normal;
    padding:2px 0 2px 0;
    border-radius:5px;
    color:#ddd;
    letter-spacing:1px;
    font-family:var(--roboto);
    left:4px;
    bottom:-5px;
    user-select:none;
    cursor:default;
    user-select:none;
}
.rollitem p label[type=Pendente]
{
    background:#c02222;
}
.rollitem p label[type=Atendendo]
{
    background:#cea51f;
    color:#222;
}
.rollitem p label[type=Resolvido]
{
    background:#187c2e;
}

.callgrid
{
    display:grid;
    grid-gap:5px;
    grid-template-columns:1fr 1fr;
}
button.callbutn, button.calloptn
{
    position:relative;
    border-radius:5px;
    height:25px;
    font-size:11px;
    color:var(--silver);
    border:solid 2px var(--silver);
    background:var(--blackblue);
}
button.callbutn.excl
{
    background:#1f090c;
    color:#ac4050;
    border-color:#ac4050;
}
button.callbutn:hover
{
    color:var(--silver);
}
button.callbutn.excl:hover
{
    color:#ac4050;
    background:#ec9ba7;
}
button.callbutn:disabled
{
    border-color:var(--petroleum);
    background:var(--petroleum);
    cursor:default;
}
button.callbutn:disabled:hover
{
    color:var(--silver);
}
button.calloptn
{
    height:30px;
    min-width:30px;
    max-width:30px;
    padding:0;
    padding-top:2px;
    background:#ddd;
    color:var(--fishoil);
    border-color:var(--fishoil);
    background-position:center;
    background-size:75%;
    background-repeat:no-repeat;
}
button.calloptn:disabled
{
    filter:brightness(0.5);
    cursor:default;
}
button.calloptn[value=clip]
{
    background-image:url("../img/clip-icon-before.png");
}
button.calloptn[value=tech]
{
    background-image:url("../img/tech-icon-before.png");
}
button.calloptn[value=chat]
{
    background-image:url("../img/chat-icon-before.png");
}
button.calloptn[value=rmte]
{
    background-image:url("../img/rmte-icon-before.png");
}
button.calloptn[value=reop]
{
    background-image:url("../img/reop-icon-before.png");
}
button.calloptn[value=excl]
{
    border-color:#813032;
    background-color:#ec9ba7;
    background-image:url("../img/excl-icon-before.png");
}
button.calloptn[value=answ]
{
    background-image:url("../img/answ-icon-before.png");
}
button.calloptn[value=rtfy]
{
    background-image:url("../img/rtfy-icon-before.png");
}
button.calloptn:not(:disabled):hover,
button.calloptn:not(:disabled):focus
{
    background:var(--fishoil);
    background-position:center;
    background-size:75%;
    background-repeat:no-repeat;
}
button.calloptn:disabled:hover
{
    background:#ddd;
    color:var(--fishoil);
    border-color:var(--fishoil);
    background-position:center;
    background-size:75%;
    background-repeat:no-repeat;
}
button.calloptn[value=clip]:hover,
button.calloptn[value=clip]:focus
{
    background-image:url("../img/clip-icon-after.png");
}
button.calloptn[value=tech]:hover,
button.calloptn[value=tech]:focus
{
    background-image:url("../img/tech-icon-after.png");
}
button.calloptn[value=chat]:hover,
button.calloptn[value=chat]:focus
{
    background-image:url("../img/chat-icon-after.png");
}
button.calloptn[value=rmte]:hover,
button.calloptn[value=rmte]:focus
{
    background-image:url("../img/rmte-icon-after.png");
}
button.calloptn[value=rmte]:disabled:hover
{
    background-image:url("../img/rmte-icon-before.png");
}
button.calloptn[value=reop]:hover,
button.calloptn[value=reop]:focus
{
    background-image:url("../img/reop-icon-after.png");
}
button.calloptn[value=reop]:disabled:hover
{
    background-image:url("../img/reop-icon-before.png");
}
button.calloptn[value=excl]:hover,
button.calloptn[value=excl]:focus
{
    background-color:#813032;
    background-image:url("../img/excl-icon-after.png");
}
button.calloptn[value=answ]:hover,
button.calloptn[value=answ]:focus
{
    background-image:url("../img/answ-icon-after.png");
}
button.calloptn[value=answ]:disabled:hover
{
    background-image:url("../img/answ-icon-before.png");
}
button.calloptn[value=rtfy]:hover,
button.calloptn[value=rtfy]:focus
{
    background-image:url("../img/rtfy-icon-after.png");
}
p.flagsect
{
    display:flex;
    align-items:center;
    font-style:italic;
    font-size:14px;
    padding-left:0;
    position:relative;
    margin-bottom:5px;
}
.rollitem.call
{
    position:relative;
}
.rollitem.call > .row:first-child
{
    border-style:solid;
    border-color:#333;
    border-width:0 0 1px 0;
    padding-bottom:5px;
}
.rollitem.call > .row:first-child h4 b
{
    color:#7b8594;
    font-size:12px;
}
.rollitem.call p.subtitle
{
    font-style:italic;
    font-size:14px;
    width:100%;
    border:none;
    padding:0;
    text-align:right;
}
.rollitem.call p.subtitle:first-child
{
    margin-bottom:4px;
}
.rollitem.call .unseen
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(214, 59, 72, 0.25);
    border-radius:5px;
    z-index:1;
}
button.intoseen,
button.intoseen:focus
{
    all:initial;
    font-size:60px;
    width:80px;
    height:80px;
    position:absolute;
    background:rgba(255, 255, 255, 0.25);
    color:white;
    left:calc(50% - 40px);
    top:calc(50% - 40px);
    border-radius:50%;
    cursor:pointer;
    line-height:40px;
    text-align:center;
    z-index:2;
    transition:0.3s;
}
button.intoseen:hover
{
    font-size:50px;
    background:rgba(255, 255, 255, 0.75);
    color:rgba(214, 59, 72, 0.75);
}

button.radiobut,
button.checkbox
{
    all:initial;
    background:transparent;
    border:solid 2px;
    border-radius:50%;
    height:17px;
    width:17px;
    padding:3px;
    box-sizing:border-box;
    cursor:pointer;
}
button.checkbox
{
    border-radius:0;
}
button.radiobut.opt1,
button.checkbox.opt1
{
    border-color:#c02222;
}
button.radiobut.opt2,
button.checkbox.opt2
{
    border-color:#cea51f;
}
button.radiobut.opt3,
button.checkbox.opt3
{
    border-color:#ee6617;
}
button.radiobut.opt4,
button.checkbox.opt4
{
    border-color:#1dbb25;
}
button.radiobut.opt5,
button.checkbox.opt5
{
    border-color:#39c3db;
}
button.radiobut.opt6,
button.checkbox.opt6
{
    border-color:#383bc2;
}
button.radiobut.opt7,
button.checkbox.opt7
{
    border-color:#891dbb;
}
button.radiobut.opt8,
button.checkbox.opt8
{
    border-color:#cc26a8;
}
button.radiobut:hover,
button.radiobut:focus,
button.checkbox:hover,
button.checkbox:focus
{
    background:transparent;
}
button.radiobut div,
button.checkbox div
{
    height:100%;
    border-radius:50%;
}
button.checkbox div
{
    border-radius:0;
}
button.radiobut.opt1 div,
button.checkbox.opt1 div
{
    background:#c02222;
}
button.radiobut.opt2 div,
button.checkbox.opt2 div
{
    background:#cea51f;
}
button.radiobut.opt3 div,
button.checkbox.opt3 div
{
    background:#ee6617;
}
button.radiobut.opt4 div,
button.checkbox.opt4 div
{
    background:#1dbb25;
}
button.radiobut.opt5 div,
button.checkbox.opt5 div
{
    background:#39c3db;
}
button.radiobut.opt6 div,
button.checkbox.opt6 div
{
    background:#383bc2;
}
button.radiobut.opt7 div,
button.checkbox.opt7 div
{
    background:#891dbb;
}
button.radiobut.opt8 div,
button.checkbox.opt8 div
{
    background:#cc26a8;
}
#calltpcs
{
    height:30px;
    align-items:center;
}

.sidedata
{
    background:black;
    border-radius:5px;
    margin-top:5px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:10px;
    min-width:245px;
    max-width:245px;
}
.sidedata p
{
    all:initial;
    color:gray;
    font-family:var(--roboto);
    font-size:13px;
}

.iconarea
{
    height:112px;
    min-width:112px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--petroleum);
}
.fileicon
{
    width:60px;
    height:60px;
    background-position:center;
    background-size:cover;
}
.pdf
{
    background-image:url("../img/pdf-file.png");
}
.doc, .docx
{
    background-image:url("../img/doc-file.png");
}
.xls, .xlsx
{
    background-image:url("../img/xls-file.png");
}
.txt
{
    background-image:url("../img/txt-file.png");
}
.odt
{
    background-image:url("../img/odt-file.png");
}
.ods
{
    background-image:url("../img/ods-file.png");
}
h1.filename
{
    margin:0;
    font-size:20px;
}
h2.fileauth
{
    margin:15px 0 5px 0;
    font-size:12px;
    color:gray;
    font-weight:normal;
}

.flexitem
{
    flex:1 1 415px;
}

.attelist
{
    justify-content:left;
    overflow-x:scroll;
    padding-bottom:5px;
    width:100%;
}
.modalbox .attelist
{
    width:360px;
}
.atteitem
{
    height:75px;
    width:75px;
    background:var(--fishoil);
    padding:5px;
    border-radius:5px;
    cursor:pointer;
    transition:0.3s;
}
.atteitem:hover
{
    background:var(--silver);
}
.atteitem img
{
    height:75px;
    width:75px;
    background:var(--blackblue);
}

.datalist
{
    border-collapse:collapse;
}
.datalist th
{
    text-align:left;
    font-weight:normal;
    color:var(--platinum);
}
.datalist .colsize1
{
    width:100px;
}
.datalist .colsize2
{
    width:150px;
}
.datalist .colsize3
{
    width:200px;
}
.datalist .colsize4
{
    width:250px;
}
.datalist .colsize5
{
    width:300px;
}
.datalist .colsize6
{
    width:350px;
}
.datalist .colsize7
{
    width:400px;
}
.datalist .colsize8
{
    width:450px;
}
.datalist .colsize9
{
    width:500px;
}
.datalist .colsizeA
{
    width:550px;
}
.datalist th
{
    height:27px;
    cursor:default;
}
.datalist td
{
    color:var(--silver);
    cursor:default;
}
.datalist td div
{
    width:fit-content;
    transition:0.3s;
}
.datalist td div:hover
{
    color:var(--platinum);
}
.dataindx
{
    width:calc(100% - 10px);
    background:var(--steel);
    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    border-radius:10px;
}
.datalist.head
{
    margin-left:10px;
}
.datalist.user
{
    width:760px;
}
.datalist.addr
{
    width:606px;
}
button.opclbutn
{
    width:35px;
    height:20px;
    border-radius:5px;
    background:transparent;
    font-size:8px;
    font-family:var(--ubuntu);
    color:#9b9b9b;
    border:solid 2px #9b9b9b;
    padding-top:2px;
}
button.opclbutn:hover,
button.opclbutn:focus
{
    background:#9b9b9b;
    color:var(--blackblue);
}
button.opclbutn.edit
{
    color:var(--editing);
    border:solid 2px var(--editing);
}
button.opclbutn.edit:hover,
button.opclbutn.edit:focus
{
    background:var(--editing);
    color:var(--blackblue);
}
button.opclbutn.excl
{
    color:#ff4463;
    border:solid 2px #ff4463;
}
button.opclbutn.excl:hover,
button.opclbutn.excl:focus
{
    background:#ff4463;
    color:var(--blackblue);
}
button.opclbutn.expo
{
    color:#eb7434;
    border:solid 2px #eb7434;
}
button.opclbutn.expo:hover,
button.opclbutn.expo:focus
{
    background:#eb7434;
    color:var(--blackblue);
}
button.opclbutn.clon
{
    color:var(--cloning);
    border:solid 2px var(--cloning);
}
button.opclbutn.clon:hover,
button.opclbutn.clon:focus
{
    background:var(--cloning);
    color:var(--blackblue);
}
button.opclbutn.rcvr
{
    color:var(--rcvring);
    border:solid 2px var(--rcvring);
}
button.opclbutn.rcvr:hover,
button.opclbutn.rcvr:focus
{
    background:var(--rcvring);
    color:var(--blackblue);
}
.infotext
{
    margin-bottom:15px;
    color:#777;
    font-size:12px;
}
.optssect
{
    position:relative;
}
.optsbutn
{
    min-height:20px;
    min-width:20px;
    background-image:url("https://static.vecteezy.com/system/resources/thumbnails/020/522/357/small/cog-gear-industrial-icon-settings-icon-png.png");
    background-size:cover;
    filter:brightness(2);
    cursor:pointer;
    transition:0.3s;
}
.optsbutn:hover
{
    filter:brightness(2.75);
    transform:rotate(-90deg);
}
.optslist
{
    background:var(--blackblue);
    padding:5px;
    border-radius:10px;
    min-width:125px;
    box-sizing:border-box;
    position:absolute;
    z-index:10;
    display:flex;
    flex-wrap:wrap;
    top:-5px;
    left:25px;
    opacity:0;
    visibility:hidden;
    box-shadow:0 0 15px 1px var(--fishoil);
    transition:0.3s;
}

.signsect .slctsect
{
    width:calc(75% - 5px);
}
.eqpmsect .slctsect,
.eqpmsect > input
{
    width:15%;
}
.signsect button,
.eqpmsect button
{
    width:25%;
}
#memosign,
#thrmeqpm
{
    margin-top:5px;
    border-style:solid;
    border-width:0 0 1px 0;
    border-color:var(--cloud);
}
.thrmitem
{
    background:var(--silver);
    color:var(--fishoil);
    padding:3px 10px 3px 10px;
    border-radius:5px;
    position:relative;
    font-size:14px;
    cursor:default;
}
.thrmitem > button
{
    all:initial;
    font-family:var(--ubuntu);
    cursor:pointer;
    background:transparent;
    position:absolute;
    color:var(--fishoil);
    font-weight:bold;
    right:10px;
}
.thrmitem > button:hover,
.thrmitem > button:focus
{
    background:transparent;
}
.callfltr .opclbutn:focus
{
    background:transparent;
}
.callfltr .opclbutn:nth-child(1),
.callfltr .opclbutn:nth-child(1):focus
{
    color:var(--trouble);
    border-color:var(--trouble);
}
.callfltr .opclbutn:nth-child(1):hover,
.callfltr .opclbutn:nth-child(1).active
{
    color:var(--blackblue);
    background-color:var(--trouble);
}
.callfltr .opclbutn:nth-child(2),
.callfltr .opclbutn:nth-child(2):focus
{
    color:var(--warning);
    border-color:var(--warning);
}
.callfltr .opclbutn:nth-child(2):hover,
.callfltr .opclbutn:nth-child(2).active
{
    color:var(--blackblue);
    background-color:var(--warning);
}
.callfltr .opclbutn:nth-child(3),
.callfltr .opclbutn:nth-child(3):focus
{
    color:var(--success);
    border-color:var(--success);
}
.callfltr .opclbutn:nth-child(3):hover,
.callfltr .opclbutn:nth-child(3).active
{
    color:var(--blackblue);
    background-color:var(--success);
}

.chatbody
{
    height:calc(100% - 40px);
    overflow-y:scroll;
    justify-content:start;
}
.chatbody::-webkit-scrollbar-track,
.attelist::-webkit-scrollbar-track
{
    background:rgba(0, 0, 0, 0.25);
    border-radius:10px;
}
.chatmsge
{
    width:80%;
    border-radius:5px;
    padding:5px 8px 5px 8px;
    box-sizing:border-box;
}
.chatmsge.rem
{
    background:var(--sand);
    margin-left:calc(20% - 5px);
}
.chatmsge.des
{
    background:white;
}
.chatmsge h1.msge,
.chatmsge p.msge,
.chatmsge h6.msge
{
    all:initial;
    margin:0;
    font-family:var(--frasan);
    font-size:15px;
}
.chatmsge h1.msge
{
    font-weight:bold;
}
.chatmsge p.msge
{
    word-break:break-word;
}
.chatmsge h6.msge
{
    float:right;
    font-style:italic;
}
.chatmsge img.msge
{
    width:100%;
    cursor:pointer;
    border-radius:5px;
    transition:0.3s;
}
.chatmsge img.msge:hover
{
    filter:brightness(0.85);
}
.chatmsge.des img.msge
{
    background:var(--silver);
}
.chatmsge.des h1.msge
{
    color:var(--silver);
}
.chatmsge.des p.msge,
.chatmsge.des h6.msge
{
    color:var(--silver);
}
.chatmsge.rem h1.msge
{
    color:var(--dirt);
}
.chatmsge.rem p.msge,
.chatmsge.rem h6.msge
{
    color:var(--dirt);
}
.chatmsge.rem img.msge
{
    border-radius:5px;
    background:var(--dirt);
    transition:0.3s;
}
.chatmsge.rem img.msge:hover
{
    filter:brightness(0.75);
}
.sendmsge
{
    position:absolute;
    bottom:10px;
    width:calc(100% - 20px);
    border-radius:5px;
}
.sendmsge textarea
{
    height:30px;
    width:calc(100% - 30px);
    border-radius:5px;
    padding:6px;
    box-sizing:border-box;
}
.sendmsge button[title=Enviar],
.sendmsge button[title=Anexar]
{
    width:30px;
    height:30px;
    background:var(--silver);
    border-radius:5px;
    background-image:url("../img/send-icon-before.png");
    background-size:50%;
    background-repeat:no-repeat;
    background-position:center;
}
.sendmsge button[title=Anexar]
{
    background-image:url("../img/imge-icon-before.png");
}
.sendmsge button[title=Enviar]:disabled,
.sendmsge button[title=Anexar]:disabled
{
    filter:brightness(0.5);
    cursor:default;
}
.sendmsge button[title=Enviar]:not(:disabled):hover,
.sendmsge button[title=Anexar]:not(:disabled):hover
{
    background:#ddd;
    background-size:50%;
    background-repeat:no-repeat;
    background-position:center;
}
.sendmsge button[title=Enviar]:not(:disabled):hover
{
    background-image:url("../img/send-icon-after.png");
}
.sendmsge button[title=Anexar]:not(:disabled):hover
{
    background-image:url("../img/imge-icon-after.png");
}
.ntfychat
{
    position:absolute;
    bottom:50px;
    right:35px;
    height:25px;
    width:25px;
    color:white;
    border-radius:50%;
    background:var(--trouble);
    font-size:14px;
    align-content:center;
    text-align:center;
    visibility:hidden;
}
.extrntfy
{
    position:absolute;
    top:-5px;
    right:-5px;
    height:10px;
    width:10px;
    border-radius:50%;
    background:var(--trouble);
}
.acimganx
{
    position:absolute;
    opacity:0;
    visibility:hidden;
    transform:scale(0);
    padding:5px;
    border-radius:15px;
    background:var(--fishoil);
    box-shadow:0 5px 25px 10px black;
    transition:0.3s;
}
.acimganx h1
{
    width:100%;
    background:var(--blackblue);
    border-radius:10px 10px 0 0;
    color:var(--silver);
    margin:0;
    padding:10px;
    box-sizing:border-box;
    font-size:13px;
}
.acimganx img
{
    border-radius:0 0 10px 10px;
    width:350px;
    background:var(--platinum);
}
.acimganx button
{
    width:100%;
    height:26px;
    font-family:var(--ubuntu);
    font-weight:bold;
    color:white;
}
.acimganx button:first-child
{
    background:var(--silver);
}
.acimganx button:first-child:hover
{
    color:var(--silver);
    background:white;
}
.acimganx button:last-child
{
    background:#3a6b44;
}
.acimganx button:last-child:hover
{
    color:#3a6b44;
    background:white;
}
.acimganx.zoomimge button
{
    background:var(--silver);
    border-radius:13px;
}
.acimganx.zoomimge button:hover
{
    color:var(--silver);
    background:white;
}
.acimganx .zoomarea
{
    height:75vh;
    aspect-ratio:1/1;
    border-radius:13px;
    overflow-y:scroll;
    padding-right:5px;
    box-sizing:border-box;
}
.acimganx .zoomarea::-webkit-scrollbar
{
    width:6px;
    height:6px;
}
.acimganx .zoomarea::-webkit-scrollbar-track
{
    background:transparent;
}
.acimganx .zoomarea::-webkit-scrollbar-thumb
{
    background:var(--silver);
    border-radius:3px;
}
.acimganx .zoomarea img
{
    -webkit-user-drag:none;
    width:100%;
    border-radius:13px;
}
.acimganx .zoomview
{
    border-radius:13px;
    cursor:default;
}

#clckform h2,
#clckform h4
{
    margin:0;
}
#clckform h2
{
    font-size:25px;
}
#clckform h4
{
    font-size:16px;
}
#clckform button
{
    all:initial;
    background:var(--deepsea);
    border-radius:50%;
    height:150px;
    width:150px;
    cursor:pointer;
    background-image:url("../img/fngr-icon-before.png");
    background-size:75%;
    background-position:center;
    background-repeat:no-repeat;
    transition:0.3s;
}
#clckform button:hover
{
    background:white;
    color:var(--deepsea);
    box-shadow:0 0 15px 1px var(--bluesky);
    background-image:url("../img/fngr-icon-after.png");
    background-size:70%;
    background-position:center;
    background-repeat:no-repeat;
}
#clckform table
{
    border-radius:5px;
    border-collapse:collapse;
}
#clckform table th,
#clckform table td
{
    font-weight:normal;
    height:30px;
    padding:5px;
    box-sizing:border-box;
    text-align:center;
    width:80px;
}
#clckform table tr:first-child th:first-child {border-top-left-radius:5px;}
#clckform table tr:first-child th:last-child  {border-top-right-radius:5px;}
#clckform table tr:last-child  td:first-child {border-bottom-left-radius:5px;}
#clckform table tr:last-child  td:last-child  {border-bottom-right-radius:5px;}
#clckform table th
{
    color:var(--bluesky);
    background:var(--petroleum);
}
#clckform table td
{
    color:var(--warmsea);
    background:#e1ecf5;
}

.calldash
{
    width:100%;
    height:325px;
    background:transparent;
    padding:20px;
    box-sizing:border-box;
}
.dashgrph
{
    height:100%;
    border-style:solid;
    border-color:#dcdcdc;
    border-width:0 0 2px 2px;
}
.grphitem
{
    justify-content:end;
    margin-bottom:-18px;
    text-align:center;
}
.grphitem:hover .itembody
{
    background:#dcdcdc;
    box-shadow:0 -1px 12px 1px var(--dirt);
}
.grphitem .itembody
{
    background:var(--dirt);
    width:60px;
    transition:0.3s;
}
.grphitem .itemlabl
{
    font-size:12px;
    color:#dcdcdc;
}
.grphitem .itemlabl:nth-child(2)
{
    color:var(--dirt);
    margin-bottom:5px;
}
.grphitem .itemlabl:last-child
{
    font-size:10px;
    margin-top:5px;
    font-weight:normal;
}

.rollitem.audi b
{
    filter:brightness(1.25);
    position:relative;
}
.rollitem.audi b:hover label
{
    visibility:visible;
    opacity:1;
}
.rollitem.audi b label
{
    position:absolute;
    visibility:hidden;
    opacity:0;
    background:rgba(0, 0, 0, 0.75);
    border:solid 1px var(--darkoil);
    color:var(--darkoil);
    box-shadow:0 0 5px 1px var(--darkoil);
    width:max-content;
    border-radius:5px;
    font-size:12px;
    font-weight:normal;
    bottom:-16px;
    left:8px;
    padding:5px;
    user-select:none;
    transition:0.3s;
}

.procsrch
{

}
.procbook
{
    background:rgba(0, 0, 0, 0.5);
    padding:20px;
    height:max-content;
    width:calc(((210mm / 2) * 3) + 80px);
    position:relative;
    overflow:hidden;
    box-sizing:border-box;
}
.procsldr
{
    width:max-content;
    display:flex;
    gap:20px;
    transition:0.3s;
}
.procpage
{
    width:105mm;
    height:148.5mm;
    overflow:hidden;
    display:inline-block;
}
.procpage iframe
{
    width:210mm;
    height:297mm;
    transform:scale(0.5);
    transform-origin:top left;
    border:none;
    pointer-events:none;
    overflow:hidden !important;
}
.procpage iframe html
{
    overflow:hidden !important;
}
.procnext, .procprev
{
    position:absolute;
    background:rgba(0, 0, 0, 0.5);
    color:white;
    font-size:24px;
    border-radius:50%;
    padding:20px;
    top:calc(50% - 35px);
    left:20px;
    height:70px;
    width:70px;
    box-sizing:border-box;
    z-index:2;
}
.procnext:hover, .procprev:hover
{
    background:rgba(255, 255, 255, 0.5);
    color:var(--blackblue);
}
.procnext
{
    left:auto;
    right:20px;
}