html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}
:root{
    --aspectratio:1;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}
::-webkit-scrollbar {
    width: var(--scrollwidth);
    height: var(--scrollwidth);
}
::-webkit-scrollbar-button {
    height: var(--scrollbtnheight);
    background-color: var(--scrollbtncolor);
    border-radius: 0.2em;
}
::-webkit-scrollbar-thumb {
    outline: 0.1em solid var(--scrollthboutline);
    border-radius: 0.2em;
    background-color: var(--scrollthbcolor);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.1em var(--scrolltrkcolor);
    background-color: var(--scrolltrkcolor);
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, input, select, checkbox, textArea {
    vertical-align: baseline;
}
body *{
    background:transparent;
}
span, img {
    height:auto;
}
img{
    max-width: 100%;
    width:100%;
}
td img{
    float:none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
iframe {
    border:0;
}
input[type='image']{
    height: auto;
    border: 0 !important;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    /*table-layout: fixed;*/
}
table, th, td {
    height:auto;
    vertical-align:middle;
    /*vertical-align: top;*/
    border-collapse: collapse;
}
table[__t]{
    width: 100%;
    tr:hover{
        /*border-bottom: 0.1em solid #000;*/
    }
    td{
        padding:0px 1px 0px 1px;
        vertical-align: top;
    }
    td[width="0%"]{
        display: none !important;
    }
    td > *{
        float:left;
        width:100%;
    }
    tr[data="true"]{
        display:none;
    }
    tr[search="true"]{
        display:block;
    }
    /*[__orientation="landscape"] */
    tbody{
        display:block;
        max-height:72vh;
        overflow-y:auto !important;
        overflow-x:hidden !important;
    }
    input[value="Add more"]{
        background: transparent !important;
        color: black;
    }
    .fixedHeader{
        position: sticky;
        top: 0px;
        font-size: 1em;
    }
}
table[layout="RowData"]{
    tr{
    }
    tr p{
        display: none;
    }
    tr:first-child p{
        display: block;
    }
    tr:hover{
        color: #5178c8;
        /*border-bottom: 0.01em solid #163470;*/
        cursor:pointer !important;
    }
    td{
    }
    td:hover{
        cursor: inherit !important;
    }
    tbody{
        border: 1px solid lightgray;
    }
}
[layout="ColumnData"]{
    tr{
        float:left;
        padding:0.05em;
    }
    .fixedHeader{
        display:none;
        width:100% !important;
    }
    td{
        display:inline-block;
        float:left;
    }
    td[__n="__sr_no"] {
        display: none !important;
    }
    tr[colheader=true]{
        display: none;
    }
    tr[colheader=true] td{
        min-height:1em;
    }
}
/****Pending*/
input,button,select,textarea,checkbox,div[__t='RichText']{
    height: 2.4em;
    width: 100%;
    border:0;
}
input[type=file]{
    opacity: 0
}
input:enabled,select:enabled,textarea:enabled,checkbox:enabled,div[__t='RichText']:enabled,[__t="Attachment"]{
    border-bottom: thin darkgray solid;
}
input:focus,button:focus,select:focus,textarea:focus,checkbox:focus,div[__t='RichText']:focus,[__t="Attachment"]{
    /*border-bottom: thin black solid;*/
}
textarea{
    margin: 0;
    padding: 0.1em;
    height: 4.8em;
    width: 100%;
    resize: none;
}
div[__t='RichText']{
    padding: 0.25em 0 0.25em 0;
    height: auto;
    overflow: auto;
    min-height: 4.8em;
    border: 0px;
}
input:not([type="button"])[readonly],select[readonly], textarea[readonly]{
    background: inherit;
    border:inherit;
    color:inherit;
    font:inherit;
    cursor: inherit;
    pointer-events: none;
    text-align: inherit;
}
select[readonly]{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select[readonly]::-ms-empand {
    display: none;
}
div[contenteditable=true]{
    background: white;
    height: auto;
    min-height:2em;
    border: 0.01em solid #CCC;
}
input[type=file] {
    color:transparent;
}
input[type=file]::file-selector-button{
    color:transparent;
    background-color: transparent;
    border:0;
}

button, input[type=button] {
    text-align:center;
    -webkit-box-shadow: 0 2px 2px rgba(0 0 0 / 50%);
    box-shadow: 0 0px 2px rgba(0 0 0 / 50%);
    cursor: pointer;
}
button:hover, input[type=button]:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0 0 0 / 50%);
    box-shadow: 0 0px 5px rgba(0 0 0 / 50%);

}
div, input[type=button]:active, input[type=button]:focus, button:active, button:focus{
    outline : 0;
    -moz-outline : 0;
}
.HideLabel, .hide-label{
    display:none;
}
.ShowLabel{
    display: initial !important;
}
.__overlay {
    position: absolute; /* Sit on top of the page content */
    width: auto; /* Full width (cover the whole page) */
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,0.8); /* Black background with opacity */
    /*z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    text-align: center;
    font-size: 0.6em;
    color: red;
    padding: 0.25em;
}
h1, .h1{
    display: block;
    font-size: 2em !important;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2, .h2 {
    display: block;
    font-size: 1.5em !important;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3, .h3 {
    display: block;
    font-size: 1.17em !important;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4, .h4 {
    display: block;
    font-size: 1em !important;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5, .h5 {
    display: block;
    font-size: .83em !important;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6, .h6 {
    display: block;
    font-size: .67em !important;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
input[type="checkbox"] {
    height: 1.2em !important;
    vertical-align: middle;
    margin-top: 0.5em !important;
}
tr[__p][__l="1"] td:first-child[style*="display:none"] + td:not([style*="display:none"]){
    /*padding-left:1em;*/
    background-color: rgb(0,0,0,0.05);
}
tr[__p][__l="2"]{
    /*padding-left:2em;*/
    background-color: rgb(0,0,0,0.1);
}
tr[__p][__l="3"]{
    /*padding-left:3em;*/
    background-color: rgb(0,0,0,0.15);
}
tr[__p][__l="4"]{
    /*padding-left:4em;*/
    background-color: rgb(0,0,0,0.2);
}
tr[__p][__l="5"]{
    /*padding-left:5em;*/
    background-color: rgb(0,0,0,0.25);
}
tr[__p][__l="6"]{
    /*padding-left:6em;*/
    background-color: rgb(0,0,0,0.3);
}
tr[__p][__l="7"]{
    /*padding-left:7em;*/
    background-color: rgb(0,0,0,0.35);
}
tr[__p][__l="8"]{
    /*padding-left:8em;*/
    background-color: rgb(0,0,0,0.4);
}
/*tr[__p]::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 1px;
}*/
.Upper{
    padding-top: 1em;
    text-transform: uppercase;
    height: auto;
}
.link_button{
    border-radius: 0vh;
    color: #606060 !important;
    background: transparent !important;
    text-align: left !important;
    border: none;
    /* text-decoration: underline; */
    height: auto;
    border-bottom: 0.5vh solid #ababab;
    padding-right: 0.3vw !important;
}
.link_button:hover{
    cursor: pointer;
    color: #000 !important;
    background: transparent;
    border-bottom: 0.5vh solid #61c0bf;
}
.caraousel{
    border:0;
}
/*div[__id="Main"]{
    box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
}
body{
    position:absolute;
    width:100%;
    height:100%;
    margin:3px;
    box-sizing: border-box;
}

body {
  background: #e2e1e0;
  text-align: center;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

*/
.lalign{
    float:left !important;
}
.calign{
    float:none !important;
    text-align: center;
    display:table-cell !important;
    margin: 0 auto !important;
}
.ralign{
    float:right !important;
}
/*input::-webkit-outer-spin-button{
    
}
input::-webkit-inner-spin-button {
    float:left;
}*/
span[__t="Scroll"]{
    height:12em;
    overflow:auto;
    scroll-behavior: smooth;
    background-image: linear-gradient(top, transparent 40%, white 40%, white 60%, transparent 60%);
    background-image: -webkit-linear-gradient(top, transparent 40%, white 40%, white 60%, transparent 60%);
    background-color: lightgray;
}
span[__t="Scroll"]:hover{
}
span[__t="Scroll"] p{
    height:2.4em;
    line-height: 2.4em;
    text-align: center;
}
.svg_labels{
    font-size:3px;
}

@media screen {
    #section-to-print {
        display: none;
    }
}
@media print {
    body * {
        visibility: hidden !important;
        display: none !important;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.WebCamX
{
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}
.FullHeight{
    height:100vh !important;
}

.uxSwitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.uxSwitch input {
    opacity: 0;
    width: 0;
    height: 2em !important;
    cursor: pointer;
}
.uxSwitch p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width:7em;
    height: 4em !important;
}

.uxSwitch p:before {
    position: absolute;
    content: "";
    height: 3em;
    width: 3em;
    left: 0.4em;
    bottom: 0.4em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.uxSwitch p:has(+ input:checked) {
    background-color: #2196F3;
}

.uxSwitch p:has(+ input:focus) {
    box-shadow: 0 0 1px #2196F3;
}

.uxSwitch p:has(+ input:checked):before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* Rounded sliders */
.uxSwitch p.round {
    border-radius: 50%;
}

.uxSwitch p.round:before {
    border-radius: 50%;
}
/*Form[__t="Form"] tr[__headerspan] td *:last-child{
    display: none;
}*/
td *:last-child{
    width:100%;
}
td[_search]{
    display: block !important;
}
[__t="DateRange"]>input{
    width:50% !important;
    float: right !important;
}
[__t="DateRange"]>input:first-of-type:disabled{
    display: none;
}
[__t="DateRange"]>input:disabled{
    width:100%;
}

span>p, td>p{
    width:100%;
}

.x{
    box-shadow:rgba(255, 255, 255, 0.075) 0px 0px 0.5px 1px inset, rgba(0, 0, 0, 0.024) 0px 0.3px 0.4px 0px, rgba(0, 0, 0, 0.05) 0px 0.9px 1.5px 0px, rgba(0, 0, 0, 0.1) 0px 3.5px 6px 0px
}
td[__t="Text"]:has(datalist) {
    /*border: 1px solid blue;
    width: 360px;
    border-radius: 5px;*/
    p{
        color: blue;
        font-family: sans-serif;
    }
    input {
        /*border: 1px solid blue;
        outline: none;
        color: blue;
           border-bottom: none; */
    }
    datalist {
        position: absolute;
        background-color: white;
        border: 1px solid blue;
        border-radius: 0 0 5px 5px;
        border-top: none;
        font-family: sans-serif;
        width: 350px;
        padding: 5px;
        max-height: 10rem;
        overflow-y: auto
    }

    option {
        background-color: white;
        padding: 4px;
        color: blue !important;
        margin-bottom: 1px;
        cursor: pointer;
    }

    option:hover,  .active{
        background-color: lightblue;
    }
}
[__t="Interface"] p[__t]{
    display:none;
}