html {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Old versions of Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  }


.displayNone{
    display: none !important;
}

.progress-bar {
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease;
}

.navbar {
    padding: 15px 10px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: white;
    color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
    transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 10px 20px ;
    color: white;
    background: #2287D7;
}

#sidebar ul.components {
    padding: 20px 10px;
}

#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    padding-top: 95px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    background: #d0d6ddb8;
    top: 0;
    right: 0;
}

/* ---------------------------------------------------
    Google Button STYLE
----------------------------------------------------- */

.google-btn {
  width: 265px;
  height: 42px;
}
  .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
  }
  .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
  .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: var(--bs-body-color);
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }

  nav.navbar {
    position: fixed;
    width: 100vw;
    left: 0px;
    z-index: 3;
    top: 0px;
}

nav.navbar {
    border-bottom: 1px solid lightgray;
}

.fancy {
    text-align: center;
    font-size: larger;
    padding: 20px;
    background: #f3f5f7;
}

button#new-row-button {
    position: absolute;
    right: 33px;
}

td:nth-child(4), th:nth-child(4) {
    width: 20px;
    text-align: center;
}
td:nth-child(3), th:nth-child(3) {
    width: 80px;
    text-align: center;
}

#qr-reader{
    width: 100% !important;
    border: none !important;
}

#qr-reader__dashboard_section_csr button {
    color: #fff;
    background-color: #e95420;
    border-color: #e95420;
    padding: 0.5rem 1rem ;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    margin-top: 30px;
}

img#compico {
    position: fixed;
    right: 40px;
    top: 4px;
    z-index: 177;
}

.modal-header {
    background: #e95420;
    color: white;
}

.hli {
    background: #e95420;
    color: white;
}

#sinolikaBox p{
    margin: 2px;
}

#sinolikaBox b{
    margin-left: 2px;
}


.navbar-brand{
    margin-top: 20px;
}


.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.1;
}


span#logedinUsername {
    position: absolute;
    top: 17px;
    right: 102px;
    z-index: 400;
    color: #ffca9c;
}




